SLURM Reference Manual for HP XC System Software

SQUEUE Examples
[1]
GOAL: To display the default status report about all current SLURM-managed jobs on the machine
(cluster) where you run SQUEUE.
STRATEGY: Run SQUEUE with no options. An eight-column report, sorted by partition and then by
time used (not by job ID or name), appears. SQUEUE automatically ends. Column ST
here reports job STATE (status, see later section (page 52) for details).
To add a time-limit column and see full-word status entries, use SQUEUE's -l (lowercase
ell, --long) option. To report only on specied jobs rather than on all jobs, use the -j
(--jobs) option with a comma-delimited list of (numerical) job IDs as the argument.
User: squeue
Rtne:
JOBID PARTITION NAME USER ST TIME NODES NODELIST
46675 pbatch Rptn3202 bert R 10:28:55 256 mcr[163-346,
572-583,663-679,
766-788,
1132-1151]
4631 pbatch runbo jgross R 10:17:15 280 mcr[616-630,
680-765,889-1032,
1097-1131]
4007 pbatch paris03. kubota R 10:02:48 16 mcr[556-571]
3866 pbatch NVE85Ryd ikuo R 5:21:10 144 mcr[525-552,631-
662,805-888]
4655 pbatch cp2k mcgrath5 R 1:52:10 128 mcr[104-162,475-
479,1033-1096]
4827 pbatch 64chLd hiratani R 1:51:50 16 mcr[584-599]
4812 pbatch batch_MC rieben R 1:51:27 64 mcr[480-524,600-
615,793-795]
5256 pbatch d32_2 bosl R 1:36:05 60 mcr[347-406]
4736 pbatch psub_10m mrhee R 1:35:36 16 mcr[407-422]
4743 pbatch psub_100 mrhee R 1:35:04 16 mcr[439-454]
5305 pbatch amBeA59_ aspuru R 41:52 8 mcr[423-430]
5101 pbatch egas pederiva R 32:22 32 mcr[455-474,789-
791,796-804]
66927 pdebug TVdebugS awcook PD 0:00 20
67151 pdebug ale3d kippster R 22:39 2 mcr[96-97]
67152 pdebug inferno kubota R 22:00 16 mcr[40-55]
67168 pdebug ale3d kippster R 9:53 2 mcr[98-99]
67169 pdebug gd2d.Lin benliu R 7:00 16 mcr[56-71]
SLURM Reference Manual - 50