cluster
the command uses the result of the pbsnodes -a
command and graphically displays the information, showing the occupied cores, e.g.:
core
node |0123456789|0123456789|0123456789|0123456789|01234567| jobs
-----+----------+----------+----------+----------+--------|----------
n1 |RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRR|88182(48)
n2 |RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRR|88199(16)88200(16)88201(16)
n3 |RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRR|88202(16)88203(16)88204(16)
n4 |RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRR|88205(16)88206(16)88207(16)
n5 |RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RR | |88209(16)88210(16)
n6 | | | | | |
n7 |DDDDDDDDDD|DDDDDDDDDD|DDDDDDDDDD|DDDDDDDDDD|DDDDDDDD|
n8 | | | | | |
n9 | | | | | |
n10 |R | | | | |88093(1)
n11 |XXXXXXXXXX|XXXXXXXXXX|XXXXXXXXXX|XXXXXXXXXX|XXXXXXXX|
n12 |RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRR|
|RRRRRRRRRR|RRRRRR----|----------|----------|--------|88215(64)
n13 |RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRRRR|RRRRRRRR|
|RRRRRRRRRR|RRRRRR----|----------|----------|--------|88215(64)
The above result shows that:
- node n1 is occupied by job 88182 using 48 cores,
- nodes n2, n3 and n4 are occupied for a total of nine jobs (three jobs per each node, each of 16 cores),
- node n5 is occupied by two jobs (each of 16 cores),
- node n7 is turned off (tzw.
down
); this occurs when you can not communicate with the node due to shutdown or suspension, - node n10 is occupied by one job (1 core),
- node n11 is excluded from the queuing system co-called
offline
) - nodes n12 and n13 are occupied by one job that uses 64 cores on each node,
- nodes n6, n8, n9 and n14 are not used.
cluster
command are an alias to the klaster
command.