SLURM Reference Manual for HP XC System Software

SINFO Output Fields
SINFO reports are tables each column of which lists values for some node-related eld or property.
This section explains all the column heads ("output eld" labels) that can possibly appear in an SINFO
report (and, when not obvious from the column content, tells which SINFO option generates a report that
includes the column in question). Option -h (--noheader) eliminates these column heads for easier reuse
of SINFO's output by other programs.
AVAIL is the current state of a SLURM-managed partition (either UP or DOWN). For the
current state of the individual nodes or node subsets within a partition, see the STATE
column (both AVAIL and STATE appear in SINFO's default report). See also
REASON.
CPUS reports the number of CPUs (processors) per node in node-oriented (rather than
partition-oriented) output (such as from SINFO options -Nl).
FEATURES lists the declared SLURM features of each node or node subset, if any (the default
FEATURE is "null"), in node-oriented output (such as from SINFO options -Nl).
GROUPS lists the groups allowed to use resources from each reported partition (the default is
ALL groups). Use -l (--long).
JOB_SIZE reports the minimum and maximum node count that can be allocated to any user job
in a reported partition. A single number indicates that the minimun and maximum
node count are the same, while INFINITE indicates no maximum node count. Use -l
(--long).
MEMORY is the size of real memory in megabytes on the reported nodes in node-oriented output
(use -Nl).
NODELIST lists the names (usually using a bracketed numerical range) of nodes associated with
each reported partition (or instead, NODELIST appears rst in node-oriented reports
such as from -Nl).
NODES is the count of nodes with each reported conguration (or partition).
NODES(A/I) is the count of nodes with a requested conguration by node state in the form
"available/idle." Use -o (--format) with the output specier %A to request this column.
NODES(A/I/O/T)
is the count of nodes with a requested conguration by node state in the form
"available/idle/other/total.' Use either -s (--summarize) or -o (--format) with the output
specier %F to request this column.
PARTITION is the name of a SLURM-managed partition (where the sufx * identies the default
partition).
SLURM Reference Manual - 58