Get User Requested Memory and Time of finished jobs

Dear all,

I am trying to evaluate user usage on my system by comparing between requested and used resources.
However, I can only retrieve the information about consumed resources on OpenPBS log files. Where can I know how much resource user requested while submitting job? Should it match the consumed resources?

Thanks in advance

Please check the accounting logs

  1. source /etc/pbs.conf
  2. cd $PBS_HOME/server_priv/accouting
  3. In this location you will find files with YYYYMMDD format and these are readable text files
    You will find ;S; (start record) and ;E; (end record) which has all your interested data

It might not be the same, sometimes requested is more than what is being consumed.

1 Like

I got the logs. Thank you!

1 Like