Changes
Page history
Update 2.1 Batch job submission
authored
Mar 17, 2021
by
Odunlami Marc
Hide whitespace changes
Inline
Side-by-side
2-Slurm/2.1-Batch-job-submission.md
View page @
24dfa268
...
...
@@ -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.
...
...
...
...