Timestamp columns:
'ready', 'submit', 'execute_start', 'execute_end', 'post_script_start', 'post_script_end'
In general, they have the following condition per node
$$
\text{ready} \le
\text{submit} \le
\text{execute start} \le
\text{execute end} \le
\text{post script start} \le
\text{post script end}
$$