Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
......@@ -140,7 +140,7 @@ sacct -j job_id --format=JobID,State,TRESUsageInMax%100 | grep batch
```
The output of this command will look like this:
_job_id.batch COMPLETED **cpu=10:00:28**,energy=0,fs/disk=234247,**mem=13353272K**,pages=0,vmem=185824K_
_job_id.batch COMPLETED **cpu=10:00:28**,energy=0,fs/disk=234247,**mem=13353272K**,pages=0,vmem=185824K_
In the above example, the used cumulated CPU time of the *job_id* job is about 10 hours, and the used maximal total memory during the execution is about 13 GB.
......
......