Skip to content

Jobs

The Jobs section inside the compute project tab lists every recent job that ran under your project. It is shown as a sortable, filterable table.

Jobs table

Each row shows a state icon, the job’s ID and name, the cluster and partition it ran on, and its working directory. If you are the principal investigator or person of contact, an additional User column shows who submitted each job. Timing information is not in the table itself — it lives in the detail dialog.

The icon at the start of each row tells you, at a glance, which state a job is in.

IconStateMeaning
RunningThe job has resources allocated and is currently running.
PendingThe job is queued and waiting for resources to become available.
CompletedThe job finished successfully.
SuspendedThe job has an allocation but its execution is currently paused.
CancelledThe job was cancelled by a user or an administrator.
Boot failThe allocated nodes failed to boot, so the job could not start.
DeadlineThe job reached its configured deadline before it could complete.
FailedThe job terminated with a non-zero exit code.
Node failOne or more allocated nodes failed while the job was running.
Out of memoryThe job exceeded the memory available to it.
PreemptedThe job was stopped so higher-priority work could use its resources.
TimeoutThe job ran longer than its time limit and was stopped.

Click a column header to sort by that column, or open a column’s menu to filter by it (some columns, such as the state icon, are not filterable).

Click the details icon in a row to open the Job Details dialog. It shows the full set of information PERSEUS has for the job, including resource allocation, runtime, and the job’s current state with any accompanying reason.

Job detail dialog

Close the dialog to return to the table; the table state (filters and sorting) is preserved.