qstat only queries the qmaster for queued, running, or just finished jobs. For jobs that are done, the qmaster writes the accounting information to the accounting file:
http://gridscheduler.sourceforge.net/htmlman/htmlman5/accounting.html And then qmaster clears the memory used by the finished job, and thus qstat won't show the info. To read the accounting file, you will need to use qacct: http://gridscheduler.sourceforge.net/htmlman/htmlman1/qacct.html -Ron ________________________________ From: "Farkas, Illes" <[email protected]> To: [email protected] Sent: Saturday, May 19, 2012 1:16 PM Subject: [gridengine users] final maxvmem of a job Hello, Is there a command (or an argument/switch of qsub) that tells the queue manager to write into a file the maximum amount of memory used by one of the jobs during its entire life time? To the best of my knowledge, after a job finishes, its statistics (with "qstat -j") cannot be seen any more by the user. Is there a way that users can ask for the final "maxvmem" values of their past jobs? Sorry, if the answer is something obvious. I couldn't find a "-verbose" or "-statistics" switch for qsub. Thanks Illes _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
