Fields

Note

Some of the following fields may not be present depending on the job scheduler.

Account (string)
  • Account the job ran under.

Allocated_Cores (integer)
  • Count of allocated cores.

Allocated_Nodes (integer)
  • Number of nodes allocated to the job.

Allocated_Memory (float)
  • Allocated memory in bytes.

Allocated_GPU (integer)
  • Number of allocated GPUs.

Cluster (string)
  • Cluster name.

Comment (string)
  • The job’s comment string.

Cost (integer)
  • Cluster Cost (no unit, just a float).

Eligible (datetime)
  • When the job became eligible to run.

End (datetime)
  • Termination time of the job.

Exit_Code (integer)
  • The exit code returned by the job.

GID (integer)
  • The group identifier of the user who ran the job. -1 if unset.

Group (string)
  • Real group name.

JobID (string)
  • The ID of the job.

  • Job array IDs will be formatted as mainjobid_subjobid, with subjobid the identifier of the job in a job array.

JobID_Raw (string)
  • The raw ID of the job.

JobName (string)
  • The name of the job.

MaxRSS (float)
  • Maximum resident set size used by any tasks of the job. It is the maximum memory used on any one node. In bytes. None if not set.

Consumed_vs_Requested_Memory (float)
  • MaxRSS / REQMEM.

NodeList (string)
  • List of nodes in job following this format: node1,node2,node3.

Partition (string)
  • Identifies the partition on which the job ran.

Energy (float)
  • Energy consumption (cumulative -> sum over a period).

Power (float)
  • Power consumption (instantaneous -> average over a period).

CO2 (integer)
  • Carbon footprint.

QOS (string)
  • Name of Quality of Service.

Requested_Cores (integer)
  • Required number of cores (total count across all nodes).

Requested_Nodes (integer)
  • Requested minimum Node count for the job.

Requested_Memory (float)
  • Requested memory per node in bytes.

Requested_GPU (integer)
  • Number of requested GPUs.

Requested_Memory_Per_Core (float)
  • Is the requested memory per core (True), or per Node (False).

Start (datetime)
  • Initiation time of the job.

State (string)
  • Displays the job status or state.

  • CANCELLED (string)
    • Job status: CANCELLED.

  • COMPLETED (string)
    • Job status: COMPLETED.

  • FAILED (string)
    • Job status: FAILED.

  • NODE_FAIL (string)
    • Job status: NODE_FAIL.

  • PREEMPTED (string)
    • Job status: PREEMPTED.

  • TIMEOUT (string)
    • Job status: TIMEOUT.

  • BOOT_FAIL (string)
    • Job status: BOOT_FAIL.

  • REQUEUED (string)
    • Job status: REQUEUED.

  • RUNNING (string)
    • Job status: RUNNING.

  • RESIZING (string)
    • Job status: RESIZING.

  • SUSPENDED (string)
    • Job status: SUSPENDED.

  • PENDING (string)
    • Job status: PENDING.

  • CONFIGURING (string)
    • Job status: CONFIGURING.

  • COMPLETING (string)
    • Job status: COMPLETING.

  • OUT_OF_MEMORY (string)
    • Job status: OUT_OF_MEMORY.

  • REVOKED (string)
    • Job status: REVOKED.

Submit (datetime)
  • The time and date stamp (in Universal Time Coordinated, UTC) the job was submitted.

Timelimit (float)
  • What the timelimit/walltime was for the job. Values are in seconds, or -1 if unlimited, -2 if the default value of the partition.

UID (integer)
  • The user identifier of the user who ran the job. -1 if unset.

User (string)
  • Real username.

WCKEY (string)
  • Workload Characterization Key. Arbitrary string for grouping orthogonal accounts together.

WorkDir (string)
  • The job’s working directory.

Application (string)
  • Name of the application that has been executed by the job.

Execution_Time (float)
  • Execution time in seconds.

Year_Month_Submit (string)
  • Year and month of submission.

Core_hours (float)
  • Core hours.

Job_Count (integer)
  • Job count.

Slowdown (float)
  • Slowdown factor.

Time_To_Result (float)
  • Time to result in seconds.

SubmitLine (string)
  • Submission line.