I have a question about vmem and maxvmem.
I searched on the web but there are really many confusing explanations of the
two words.
What I did was to type:
qstat -j 1154926 | grep vmem
The output was:
cpu=00:05:25, mem=23.21121 GBs, io=2.70481, vmem=239.277M, maxvmem=351.359M
Can anyone help me to understand the meaning of the variables?
Best
I found this link to be helpful.
qstat
You can see the resources you requested at submission time on the
hard_resource_listline of the qstat output. The actual resources used by the job at the time qstat were executed are shown in theusageline.Email Reporting
A summary of the jobs resource usage can be obtained by requesting an email report following the jobs completion, using the
-m eqsub directive (see advanced submission options for details). An example email report is show below.The total memory used is indicated by the
Max vmemfield, while the total runtime is reported asWallclock Time. Care should be taken when submitting a large number of jobs with email reporting enabled, since you may find yourself recieving several thousand reports in individual emails.