CPU and Mem usage info for end user - postscripts?

While we are aware that adding an email address will send people resource usage statistics, we find that researchers running large array jobs turn those very valuable emails off or filter them to the bin. Not outrageous given the size of those arrays - and how useless that information is in that format.

Is there any command to deliver averages on each of the resources_used details once, at the end of an array job?

resources_used.cpupercent = 99                                                                
resources_used.cput = 05:12:49
resources_used.fs_usage = 311
resources_used.mem = 700348kb
resources_used.ncpus = 1
resources_used.vmem = 700348kb
resources_used.walltime = 05:12:50

I presume I’m going to have to script this myself. Does PBS have postscript functionality?

Also, what does resources_used.mem measure - avg over cput or max over cput?