Skip to content

qs

qs is a powertools program that will display list of jobs currently on the SLURM queue for a giver user account. For more infomration about scheduling jobs on SLURM, see here. Running qs on its own will generate the following table listing your jobs that are currently on the queue:

1
2
3
4
5
6
7
8
$ qs

Tue Feb  7 12:29:28 EST 2023
                                                                                            Start_Time/
          JobID         User    Account      Name  Node CPUs  TotMem    GPU    WallTime  ST  Elapsed_Time  NodeList(Reason)
---------------------------------------------------------------------------------------------------------------------------
         4304840     panchyni   general test_SLURM    1    1    750M    N/A        10:00  R         0:05   css-118
         4304842     panchyni   general test_SLURM    1    1    750M    N/A        10:00  R         0:05   css-121

A full description of arguments for qs can be found by acccessing the help for the program by runnig "qs -h" on the command line (this information is also reproduced below)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
$ qs -h

Usage:   -a  -->  all jobs
         -F  -->  all (52) fields
         -E  -->  every (107) fields
         -j  -->  specific job
         -u  -->  specific user
         -r  -->  all job array elements

Default: -u $USER