slurm
slurp!
scontrol
For running jobs
Details from submitted job, knowing the jobid:
scontrol show job <jobid>
sacct
For finished jobs
Show all jobs submitted by user from time after -S (-X only jobid printed):
sacct -X -u <userid> --format=JobID,JobName,Partition,Account,AllocCPUS,State,ExitCode,Start,End -S now-24hours
No -S flags means from today’s midnight, otherwise noon, fika (3PM) etc. works too.
In CINECA Clusters, a basic report with CPU utilization, time, and memory inpact:
cin_seff -j <jobid> -d 2
sreport
Cluster report
Brief cluster usage right now:
sreport -t percent -T ALL cluster utilization