You are on page 1of 8

Slurm Data

Representation
General Data Analysis on
the Slurm Commands
Output
Number of
CPU vs GPU
tasks: Shows
the number of
succeeded
and failed
tasks each in
CPU vs GPU
Status
Percentages:
Shows the
percentage of
each
completed,
failed,
cancelled or
timeout tasks
LimitTimeR : What the timelimit was/is for the job. Format
is in number of minutes.
SystemCPU :
The amount of
system CPU
time used by
the job or job
step. Format is
the same as
Elapsed.

Elapsed : The
job's elapsed
time.
User CPU time
is time spent
on the
processor
running your
program's code
(or code in
libraries).
System CPU
time is the time
spent running
code in the
operating
system kernel
on behalf of
your program.
- MaxVMSize : Maximum Virtual Memory size of all tasks in job →
very high sometimes reaches trillions.
- MaxVMSizeNode : The node on which the maxvmsize occurred →
gppunode01
- ConsumedEnergy : Total energy consumed by all tasks in job, in
joules → always 0
- NCPUS : Total number of CPUs allocated to the job → either 1 or
40 which is a huge difference
- NTasks : Total number of tasks in a job or step → always 1

Other Commands and


Observations

You might also like