I have the output from sacct --format="jobID,CPUTime,MaxRSS" -j 66930332_195
. I know maxRSS reports a value roughly equivalent to max memory usage. However, what do the two different rows in maxRSS refer to?
JobID CPUTime MaxRSS
------------ ---------- ----------
66930332_195 00:05:15
66930332_19+ 00:05:15 4688356K
66930332_19+ 00:05:15 2376K
Thanks in advance! I haven't been able to find this documented anywhere