.TH SQUEUE "1" "April 2014" "squeue 14.03" "Slurm components" .SH "NAME" squeue \- view information about jobs located in the SLURM scheduling queue. .SH "SYNOPSIS" \fBsqueue\fR [\fIOPTIONS\fR...] .SH "DESCRIPTION" \fBsqueue\fR is used to view job and job step information for jobs managed by SLURM. .SH "OPTIONS" .TP \fB\-A \fR, \fB\-\-account=\fR Specify the accounts of the jobs to view. Accepts a comma separated list of account names. This has no effect when listing job steps. .TP \fB\-a\fR, \fB\-\-all\fR Display information about jobs and job steps in all partitions. This causes information to be displayed about partitions that are configured as hidden and partitions that are unavailable to user's group. .TP \fB\-r\fR, \fB\-\-array\fR Display one job array element per line. Without this option, the display will be optimized for use with job arrays (pending job array elements will be combined on one line of output with the array index values printed using a regular expression). .TP \fB\-h\fR, \fB\-\-noheader\fR Do not print a header on the output. .TP \fB\-\-help\fR Print a help message describing all options \fBsqueue\fR. .TP \fB\-\-hide\fR Do not display information about jobs and job steps in all partitions. By default, information about partitions that are configured as hidden or are not available to the user's group will not be displayed (i.e. this is the default behavior). .TP \fB\-i \fR, \fB\-\-iterate=\fR Repeatedly gather and report the requested information at the interval specified (in seconds). By default, prints a time stamp with the header. .TP \fB\-j \fR, \fB\-\-jobs=\fR Requests a comma separated list of job IDs to display. Defaults to all jobs. The \fB\-\-jobs=\fR option may be used in conjunction with the \fB\-\-steps\fR option to print step information about specific jobs. Note: If a list of job IDs is provided, the jobs are displayed even if they are on hidden partitions. Since this option's argument is optional, for proper parsing the single letter option must be followed immediately with the value and not include a space between them. For example "\-j1008" and not "\-j 1008". The job ID format is "job_id[_array_id]". Performance of the command can be measurably improved for systems with large numbers of jobs when a single job ID is specified. .TP \fB\-l\fR, \fB\-\-long\fR Report more of the available information for the selected jobs or job steps, subject to any constraints specified. .TP \fB\-L\fR, \fB\-\-licenses=\fR Request jobs requesting or using one or more of the named licenses. The license list consists of a comma separated list of license names. .TP \fB\-M\fR, \fB\-\-clusters\fR=<\fIstring\fR> Clusters to issue commands to. Multiple cluster names may be comma separated. A value of of '\fIall\fR' will query to run on all clusters. .TP \fB\-n\fR, \fB\-\-name=\fR Request jobs or job steps having one of the specified names. The list consists of a comma separated list of job names. .TP \fB\-o \fR, \fB\-\-format=\fR Specify the information to be displayed, its size and position (right or left justified). The default formats with various options are .RS .TP 15 \fIdefault\fR "%.18i %.9P %.8j %.8u %.2t %.10M %.6D %R" .TP \fI\-l, \-\-long\fR "%.18i %.9P %.8j %.8u %.8T %.10M %.9l %.6D %R" .TP \fI\-s, \-\-steps\fR "%.15i %.8j %.9P %.8u %.9M %N" .RE .IP The format of each field is "%[.][size]type". .RS .TP 8 \fIsize\fR is the minimum field size. If no size is specified, whatever is needed to print the information will be used. .TP \fI .\fR indicates the output should be right justified and size must be specified. By default, output is left justified. .RE .IP Note that many of these \fItype\fR specifications are valid only for jobs while others are valid only for job steps. Valid \fItype\fR specifications include: .RS .TP 6 \fB%all\fR Print all fields available for this data type with a vertical bar separating each field. .TP \fB%a\fR Account associated with the job. (Valid for jobs only) .TP \fB%A\fR Number of tasks created by a job step. This reports the value of the \fBsrun \-\-ntasks\fR option. (Valid for job steps only) .TP \fB%A\fR Job id. This will have a unique value for each element of job arrays. (Valid for jobs only) .TP \fB%b\fR Generic resources (gres) required by the job or step. (Valid for jobs and job steps) .TP \fB%B\fR Executing (batch) host. For an allocated session, this is the host on which the session is executing (i.e. the node from which the the \fBsrun\fR or the \fBsalloc\fR command was executed). For a batch job, this is the node executing the batch script. In the case of a typical Linux cluster, this would be the compute node zero of the allocation. In the case of a BlueGene or a Cray system, this would be the front\-end host whose slurmd daemon executes the job script. .TP \fB%c\fR Minimum number of CPUs (processors) per node requested by the job. This reports the value of the \fBsrun \-\-mincpus\fR option with a default value of zero. (Valid for jobs only) .TP \fB%C\fR Number of CPUs (processors) requested by the job or allocated to it if already running. As a job is completing this number will reflect the current number of CPUs allocated. (Valid for jobs only) .TP \fB%d\fR Minimum size of temporary disk space (in MB) requested by the job. (Valid for jobs only) .TP \fB%D\fR Number of nodes allocated to the job or the minimum number of nodes required by a pending job. The actual number of nodes allocated to a pending job may exceed this number if the job specified a node range count (e.g. minimum and maximum node counts) or the the job specifies a processor count instead of a node count and the cluster contains nodes with varying processor counts. As a job is completing this number will reflect the current number of nodes allocated. (Valid for jobs only) .TP \fB%e\fR Time at which the job ended or is expected to end (based upon its time limit). (Valid for jobs only) .TP \fB%E\fR Job dependency. This job will not begin execution until the dependent job completes. A value of zero implies this job has no dependencies. (Valid for jobs only) .TP \fB%f\fR Features required by the job. (Valid for jobs only) .TP \fB%F\fR Job array's job ID. This is the base job ID. For non\-array jobs, this is the job ID. (Valid for jobs only) .TP \fB%g\fR Group name of the job. (Valid for jobs only) .TP \fB%G\fR Group ID of the job. (Valid for jobs only) .TP \fB%h\fR Can the resources allocated to the job be shared with other jobs. The resources to be shared can be nodes, sockets, cores, or hyperthreads depending upon configuration. The value will be "yes" if the job was submitted with the shared option or the partition is configured with Shared=Force. (Valid for jobs only) .TP \fB%H\fR Number of sockets per node requested by the job. This reports the value of the \fBsrun \-\-sockets\-per\-node\fR option. When \-\-sockets\-per\-node has not been set, "*" is displayed. (Valid for jobs only) .TP \fB%i\fR Job or job step id. In the case of job arrays, the job ID format will be of the form "_". (Valid for jobs and job steps) .TP \fB%I\fR Number of cores per socket requested by the job. This reports the value of the \fBsrun \-\-cores\-per\-socket\fR option. When \-\-cores\-per\-socket has not been set, "*" is displayed. (Valid for jobs only) .TP \fB%j\fR Job or job step name. (Valid for jobs and job steps) .TP \fB%J\fR Number of threads per core requested by the job. This reports the value of the \fBsrun \-\-threads\-per\-core\fR option. When \-\-threads\-per\-core has not been set, "*" is displayed. (Valid for jobs only) .TP \fB%k\fR Comment associated with the job. (Valid for jobs only) .TP \fB%K\fR Job array index. (Valid for jobs only) .TP \fB%l\fR Time limit of the job or job step in days\-hours:minutes:seconds. The value may be "NOT_SET" if not yet established or "UNLIMITED" for no limit. (Valid for jobs and job steps) .TP \fB%L\fR Time left for the job to execute in days\-hours:minutes:seconds. This value is calculated by subtracting the job's time used from its time limit. The value may be "NOT_SET" if not yet established or "UNLIMITED" for no limit. (Valid for jobs only) .TP \fB%m\fR Minimum size of memory (in MB) requested by the job. (Valid for jobs only) .TP \fB%M\fR Time used by the job or job step in days\-hours:minutes:seconds. The days and hours are printed only as needed. For job steps this field shows the elapsed time since execution began and thus will be inaccurate for job steps which have been suspended. Clock skew between nodes in the cluster will cause the time to be inaccurate. If the time is obviously wrong (e.g. negative), it displays as "INVALID". (Valid for jobs and job steps) .TP \fB%n\fR List of node names (or base partitions on BlueGene systems) explicitly requested by the job. (Valid for jobs only) .TP \fB%N\fR List of nodes allocated to the job or job step. In the case of a \fICOMPLETING\fR job, the list of nodes will comprise only those nodes that have not yet been returned to service. (Valid for jobs and job steps) .TP \fB%o\fR The command to be executed. .TP \fB%O\fR Are contiguous nodes requested by the job. (Valid for jobs only) .TP \fB%p\fR Priority of the job (converted to a floating point number between 0.0 and 1.0). Also see \fB%Q\fR. (Valid for jobs only) .TP \fB%P\fR Partition of the job or job step. (Valid for jobs and job steps) .TP \fB%q\fR Quality of service associated with the job. (Valid for jobs only) .TP \fB%Q\fR Priority of the job (generally a very large unsigned integer). Also see \fB%p\fR. (Valid for jobs only) .TP \fB%r\fR The reason a job is in its current state. See the \fBJOB REASON CODES\fR section below for more information. (Valid for jobs only) .TP \fB%R\fR For pending jobs: the reason a job is waiting for execution is printed within parenthesis. For terminated jobs with failure: an explanation as to why the job failed is printed within parenthesis. For all other job states: the list of allocate nodes. See the \fBJOB REASON CODES\fR section below for more information. (Valid for jobs only) .TP \fB%s\fR Node selection plugin specific data for a job. Possible data includes: Geometry requirement of resource allocation (X,Y,Z dimensions), Connection type (TORUS, MESH, or NAV == torus else mesh), Permit rotation of geometry (yes or no), Node use (VIRTUAL or COPROCESSOR), etc. (Valid for jobs only) .TP \fB%S\fR Actual or expected start time of the job or job step. (Valid for jobs and job steps) .TP \fB%t\fR Job state, compact form: PD (pending), R (running), CA (cancelled), CF(configuring), CG (completing), CD (completed), F (failed), TO (timeout), NF (node failure) and SE (special exit state). See the \fBJOB STATE CODES\fR section below for more information. (Valid for jobs only) .TP \fB%T\fR Job state, extended form: PENDING, RUNNING, SUSPENDED, CANCELLED, COMPLETING, COMPLETED, CONFIGURING, FAILED, TIMEOUT, PREEMPTED, NODE_FAIL and SPECIAL_EXIT. See the \fBJOB STATE CODES\fR section below for more information. (Valid for jobs only) .TP \fB%u\fR User name for a job or job step. (Valid for jobs and job steps) .TP \fB%U\fR User ID for a job or job step. (Valid for jobs and job steps) .TP \fB%v\fR Reservation for the job. (Valid for jobs only) .TP \fB%V\fR The job's submission time. .TP \fB%w\fR Workload Characterization Key (wckey). (Valid for jobs only) .TP \fB%W\fR Licenses reserved for the job. (Valid for jobs only) .TP \fB%x\fR List of node names explicitly excluded by the job. (Valid for jobs only) .TP \fB%X\fR Count of cores reserved on each node for system use (core specialization). (Valid for jobs only) .TP \fB%y\fR Nice value (adjustment to a job's scheduling priority). (Valid for jobs only) .TP \fB%z\fR Number of requested sockets, cores, and threads (S:C:T) per node for the job. When (S:C:T) has not been set, "*" is displayed. (Valid for jobs only) .TP \fB%Z\fR The job's working directory. .RE .TP \fB\-p \fR, \fB\-\-partition=\fR Specify the partitions of the jobs or steps to view. Accepts a comma separated list of partition names. .TP \fB\-q \fR, \fB\-\-qos=\fR Specify the qos(s) of the jobs or steps to view. Accepts a comma separated list of qos's. .TP \fB\-R\fR, \fB\-\-reservation\fR=\fIreservation_name\fR Specify the reservation of the jobs to view. .TP \fB\-s\fR, \fB\-\-steps\fR Specify the job steps to view. This flag indicates that a comma separated list of job steps to view follows without an equal sign (see examples). The job step format is "job_id[_array_id].step_id". Defaults to all job steps. Since this option's argument is optional, for proper parsing the single letter option must be followed immediately with the value and not include a space between them. For example "\-s1008.0" and not "\-s 1008.0". .TP \fB\-S \fR, \fB\-\-sort=\fR Specification of the order in which records should be reported. This uses the same field specification as the . Multiple sorts may be performed by listing multiple sort fields separated by commas. The field specifications may be preceded by "+" or "\-" for ascending (default) and descending order respectively. For example, a sort value of "P,U" will sort the records by partition name then by user id. The default value of sort for jobs is "P,t,\-p" (increasing partition name then within a given partition by increasing job state and then decreasing priority). The default value of sort for job steps is "P,i" (increasing partition name then within a given partition by increasing step id). .TP \fB\-\-start\fR Report the expected start time of pending jobs in order of increasing start time. This is equivalent to the following options: \fB\-\-format="%.7i %.9P %.8j %.8u %.2t %.19S %.6D %R"\fR, \fB\-\-sort=S\fR and \fB\-\-states=PENDING\fR. Any of these options may be explicitly changed as desired by combining the \fB\-\-start\fR option with other option values (e.g. to use a different output format). The expected start time of pending jobs is only available if the SLURM is configured to use the backfill scheduling plugin. .TP \fB\-t \fR, \fB\-\-states=\fR Specify the states of jobs to view. Accepts a comma separated list of state names or "all". If "all" is specified then jobs of all states will be reported. If no state is specified then pending, running, and completing jobs are reported. Valid states (in both extended and compact form) include: PENDING (PD), RUNNING (R), SUSPENDED (S), COMPLETING (CG), COMPLETED (CD), CONFIGURING (CF), CANCELLED (CA), FAILED (F), TIMEOUT (TO), PREEMPTED (PR), BOOT_FAIL (BF) , NODE_FAIL (NF) and SPECIAL_EXIT (SE). Note the \fB\fR supplied is case insensitive ("pd" and "PD" are equivalent). See the \fBJOB STATE CODES\fR section below for more information. .TP \fB\-u \fR, \fB\-\-user=\fR Request jobs or job steps from a comma separated list of users. The list can consist of user names or user id numbers. Performance of the command can be measurably improved for systems with large numbers of jobs when a single user is specified. .TP \fB\-\-usage\fR Print a brief help message listing the \fBsqueue\fR options. .TP \fB\-v\fR, \fB\-\-verbose\fR Report details of squeues actions. .TP \fB\-V\fR , \fB\-\-version\fR Print version information and exit. .TP \fB\-w \fR, \fB\-\-nodelist=\fR Report only on jobs allocated to the specified node or list of nodes. This may either be the \fBNodeName\fR or \fBNodeHostname\fR as defined in \fBslurm.conf(5)\fR in the event that they differ. A node_name of \fBlocalhost\fR is mapped to the current host name. .SH "JOB REASON CODES" These codes identify the reason that a job is waiting for execution. A job may be waiting for more than one reason, in which case only one of those reasons is displayed. .TP 22 \fBAssociationJobLimit\fR The job's association has reached its maximum job count. .TP \fBAssociationResourceLimit\fR The job's association has reached some resource limit. .TP \fBAssociationTimeLimit\fR The job's association has reached its time limit. .TP \fBBadConstraints\fR The job's constraints can not be satisfied. .TP \fBBeginTime\fR The job's earliest start time has not yet been reached. .TP \fBBlockFreeAction\fR An IBM BlueGene block is being freedand can not allow more jobs to start. .TP \fBBlockMaxError\fR An IBM BlueGene block has too many cnodes in error state to allow more jobs to start. .TP \fBCleaning\fR The job is being requeued and still cleaning up from its previous execution. .TP \fBDependency\fR This job is waiting for a dependent job to complete. .TP \fBFrontEndDown\fR No front end node is available to execute this job. .TP \fBInactiveLimit\fR The job reached the system InactiveLimit. .TP \fBInvalidAccount\fR The job's account is invalid. .TP \fBInvalidQOS\fR The job's QOS is invalid. .TP \fBJobHeldAdmin\fR The job is held by a system administrator. .TP \fBJobHeldUser\fR The job is held by the user. .TP \fBJobLaunchFailure\fR The job could not be launched. This may be due to a file system problem, invalid program name, etc. .TP \fBLicenses\fR The job is waiting for a license. .TP \fBNodeDown\fR A node required by the job is down. .TP \fBNonZeroExitCode\fR The job terminated with a non\-zero exit code. .TP \fBPartitionDown\fR The partition required by this job is in a DOWN state. .TP \fBPartitionInactive\fR The partition required by this job is in an Inactive state and not able to start jobs. .TP \fBPartitionNodeLimit\fR The number of nodes required by this job is outside of it's partitions current limits. Can also indicate that required nodes are DOWN or DRAINED. .TP \fBPartitionTimeLimit\fR The job's time limit exceeds it's partition's current time limit. .TP \fBPriority\fR One or more higher priority jobs exist for this partition or advanced reservation. .TP \fBProlog\fR It's PrologSlurmctld program is still running. .TP \fBQOSJobLimit\fR The job's QOS has reached its maximum job count. .TP \fBQOSResourceLimit\fR The job's QOS has reached some resource limit. .TP \fBQOSTimeLimit\fR The job's QOS has reached its time limit. .TP \fBReqNodeNotAvail\fR Some node specifically required by the job is not currently available. .TP \fBReservation\fR The job is waiting its advanced reservation to become available. .TP \fBResources\fR The job is waiting for resources to become available. .TP \fBSystemFailure\fR Failure of the SLURM system, a file system, the network, etc. .TP \fBTimeLimit\fR The job exhausted its time limit. .TP \fBQOSUsageThreshold\fR Required QOS threshold has been breached. .TP \fBWaitingForScheduling\fR No reason has been set for this job yet. Waiting for the scheduler to determine the appropriate reason. .SH "JOB STATE CODES" Jobs typically pass through several states in the course of their execution. The typical states are PENDING, RUNNING, SUSPENDED, COMPLETING, and COMPLETED. An explanation of each state follows. .TP 20 \fBBF BOOT_FAIL\fR Job terminated due to launch failure, typically due to a hardware failure (e.g. unable to boot the node or block and the job can not be requeued). .TP \fBCA CANCELLED\fR Job was explicitly cancelled by the user or system administrator. The job may or may not have been initiated. .TP \fBCD COMPLETED\fR Job has terminated all processes on all nodes. .TP \fBCF CONFIGURING\fR Job has been allocated resources, but are waiting for them to become ready for use (e.g. booting). .TP \fBCG COMPLETING\fR Job is in the process of completing. Some processes on some nodes may still be active. .TP \fBF FAILED\fR Job terminated with non\-zero exit code or other failure condition. .TP \fBNF NODE_FAIL\fR Job terminated due to failure of one or more allocated nodes. .TP \fBPD PENDING\fR Job is awaiting resource allocation. .TP \fBPR PREEMPTED\fR Job terminated due to preemption. .TP \fBR RUNNING\fR Job currently has an allocation. .TP \fBS SUSPENDED\fR Job has an allocation, but execution has been suspended. .TP \fBTO TIMEOUT\fR Job terminated upon reaching its time limit. .TP \fBSE SPECIAL_EXIT\fR The job was requeued in a special state. This state can be set by users, typically in EpilogSlurmctld, if the job has terminated with a particular exit value. .SH "ENVIRONMENT VARIABLES" .PP Some \fBsqueue\fR options may be set via environment variables. These environment variables, along with their corresponding options, are listed below. (Note: Commandline options will always override these settings.) .TP 20 \fBSLURM_CLUSTERS\fR Same as \fB\-\-clusters\fR .TP \fBSLURM_CONF\fR The location of the SLURM configuration file. .TP \fBSLURM_TIME_FORMAT\fR Specify the format used to report time stamps. A value of \fIstandard\fR, the default value, generates output in the form "year\-month\-dateThour:minute:second". A value of \fIrelative\fR returns only "hour:minute:second" if the current day. For other dates in the current year it prints the "hour:minute" preceded by "Tomorr" (tomorrow), "Ystday" (yesterday), the name of the day for the coming week (e.g. "Mon", "Tue", etc.), otherwise the date (e.g. "25 Apr"). For other years it returns a date month and year without a time (e.g. "6 Jun 2012"). All of the time stamps use a 24 hour format. A valid strftime() format can also be specified. For example, a value of "%a %T" will report the day of the week and a time stamp (e.g. "Mon 12:34:56"). .TP \fBSQUEUE_ACCOUNT\fR \fB\-A , \-\-account=\fR .TP \fBSQUEUE_ALL\fR \fB\-a, \-\-all\fR .TP \fBSQUEUE_ARRAY\fR \fB\-r, \-\-array\fR .TP \fBSQUEUE_NAMES\fR \fB\-\-name=\fR .TP \fBSQUEUE_FORMAT\fR \fB\-o , \-\-format=\fR .TP \fBSQUEUE_LICENSES\fR \fB\-p-l , \-\-license=\fR .TP \fBSQUEUE_PARTITION\fR \fB\-p , \-\-partition=\fR .TP \fBSQUEUE_QOS\fR \fB\-p , \-\-qos=\fR .TP \fBSQUEUE_SORT\fR \fB\-S , \-\-sort=\fR .TP \fBSQUEUE_STATES\fR \fB\-t , \-\-states=\fR .TP \fBSQUEUE_USERS\fR \fB\-u , \-\-users=\fR .SH "EXAMPLES" .eo Print the jobs scheduled in the debug partition and in the COMPLETED state in the format with six right justified digits for the job id followed by the priority with an arbitrary fields size: .br # squeue -p debug -t COMPLETED -o "%.6i %p" .br JOBID PRIORITY .br 65543 99993 .br 65544 99992 .br 65545 99991 .ec .eo Print the job steps in the debug partition sorted by user: .br # squeue -s -p debug -S u .br STEPID NAME PARTITION USER TIME NODELIST .br 65552.1 test1 debug alice 0:23 dev[1-4] .br 65562.2 big_run debug bob 0:18 dev22 .br 65550.1 param1 debug candice 1:43:21 dev[6-12] .ec .eo Print information only about jobs 12345,12345, and 12348: .br # squeue --jobs 12345,12346,12348 .br JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON) .br 12345 debug job1 dave R 0:21 4 dev[9-12] .br 12346 debug job2 dave PD 0:00 8 (Resources) .br 12348 debug job3 ed PD 0:00 4 (Priority) .ec .eo Print information only about job step 65552.1: .br # squeue --steps 65552.1 .br STEPID NAME PARTITION USER TIME NODELIST .br 65552.1 test2 debug alice 12:49 dev[1-4] .ec .SH "COPYING" Copyright (C) 2002\-2007 The Regents of the University of California. Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). .br Copyright (C) 2008\-2010 Lawrence Livermore National Security. .br Copyright (C) 2010\-2014 SchedMD LLC. .LP This file is part of SLURM, a resource management program. For details, see . .LP SLURM is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .LP SLURM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .SH "SEE ALSO" \fBscancel\fR(1), \fBscontrol\fR(1), \fBsinfo\fR(1), \fBsmap\fR(1), \fBsrun\fR(1), \fBslurm_load_ctl_conf\fR (3), \fBslurm_load_jobs\fR (3), \fBslurm_load_node\fR (3), \fBslurm_load_partitions\fR (3)