Document Actions
How much memory have I reserved, and how much am I using?
Up to Table of Contents
You can check the memory of your job with the command 'checkjob your_jobnumber'. Then you will get ut something like this:
[torj@stallo-2 ~]$ checkjob 24614
checking job 24614
State: Running
Creds: user:torj group:torj account:uit-staff-000 class:default qos:default
WallTime: 23:42:21 of 17:02:00:00
SubmitTime: Wed Sep 6 10:16:31 (Time Queued Total: 00:16:42 Eligible: 00:16:42)
StartTime: Wed Sep 6 10:33:13
Total Tasks: 4
Req[0] TaskCount: 4 Partition: DEFAULT
Network: [NONE] Memory >= 1000M Disk >= 0 Swap >= 0
Opsys: [NONE] Arch: [NONE] Features: [NONE]
Dedicated Resources Per Task: PROCS: 1
MEM: 1000M
Allocated Nodes: [compute-3-3.local:4]
IWD: [NONE] Executable: [NONE]
Bypass: 10 StartCount: 1
PartitionMask: [ALL]
Flags: BACKFILL RESTARTABLE
Reservation '24614' (-23:42:32 -> 16:02:17:28 Duration: 17:02:00:00)
PE: 4.00 StartPriority: 384946
MEM: 1000M shows that the job has reserved 1000MB of memory per "task".
[compute-3-3.local:4] means that the job runs on compute-3-3 and is using 4 CPUs. You can then log in to this node (with the command 'ssh -Y c3-3'), and see how much memory this job is using. Use the command 'top', the column RES shows use of memory.

