<div dir="ltr"><div>Hi, all</div><div>In my slurm.conf node selecttype configured as </div>SelectType=select/linear<br><div>Some partitions enabled OverSubscribe as</div><div>OverSubscribe=FORCE:64 or OverSubscribe=FORCE:4 <br></div><div><br></div><div>Assume a partition named testA with a node has 64 cpu cores, enabled OverSubscribe with OverSubscribe=FORCE:64.</div><div>if I submit a job like:</div><div>srun -N 1 -n 1 -p testA sleep 10</div><div>then the cpurawtime of this job recorded by slurm is 640s, but actually this job only used 10s;</div><div>so, I want to know are there any way to get the real cputime used by this job in slurm.</div><div><br></div><div>Thanks!</div></div>