I know I can see how much memory a pbs job has requested using qstat but is there a way to view how much memory the job is currently using?
Thanks!
qstat -f <jobid> should show you up-to-date information on the memory usage of your job
qstat -f <jobid>