Hello, I am getting lost trying to follow the reporting of CPU usage for a job that I am running. Using 8.6.4 on a single debian VM for testing things out. When I launch the job, I clearly see using 'top' that the executable is at 99% CPU for ~3-4 seconds. However, when I examine the log file after the job completion, I do not see that reflected. I am assuming that I need to look at TotalRemoteUsage and TotalLocalUsage, but both are showing 0 values. How do I get to the correct CPU usage figures? Regards, -Samik -------------------------------- <c> ÂÂÂ <a n="Proc"><i>0</i></a> ÂÂÂ <a n="Cluster"><i>18</i></a> ÂÂÂ <a n="EventTime"><s>2017-07-01T19:55:44</s></a> ÂÂÂ <a n="MyType"><s>ExecuteEvent</s></a> ÂÂÂ <a n="ExecuteHost"><s><10.0.2.15:9618?addrs=10.0.2.15-9618+[--1]-9618&noUDP&sock=671_d423_5></s></a> ÂÂÂ <a n="Subproc"><i>0</i></a> ÂÂÂ <a n="EventTypeNumber"><i>1</i></a> </c> <c> ÂÂÂ <a n="ResidentSetSize"><i>3008</i></a> ÂÂÂ <a n="Size"><i>750</i></a> ÂÂÂ <a n="MemoryUsage"><i>3</i></a> ÂÂÂ <a n="Proc"><i>0</i></a> ÂÂÂ <a n="Cluster"><i>18</i></a> ÂÂÂ <a n="EventTime"><s>2017-07-01T19:55:53</s></a> ÂÂÂ <a n="MyType"><s>JobImageSizeEvent</s></a> ÂÂÂ <a n="Subproc"><i>0</i></a> ÂÂÂ <a n="EventTypeNumber"><i>6</i></a> </c> <c> ÂÂÂ <a n="SentBytes"><r>1.646900000000000E+04</r></a> ÂÂÂ <a n="TotalRemoteUsage"><s>Usr 0 00:00:00, Sys 0 00:00:00</s></a> ÂÂÂ <a n="TotalLocalUsage"><s>Usr 0 00:00:00, Sys 0 00:00:00</s></a> ÂÂÂ <a n="EventTypeNumber"><i>5</i></a> ÂÂÂ <a n="TotalSentBytes"><r>1.646900000000000E+04</r></a> ÂÂÂ <a n="Subproc"><i>0</i></a> ÂÂÂ <a n="MyType"><s>JobTerminatedEvent</s></a> ÂÂÂ <a n="RunRemoteUsage"><s>Usr 0 00:00:00, Sys 0 00:00:00</s></a> ÂÂÂ <a n="EventTime"><s>2017-07-01T19:55:53</s></a> ÂÂÂ <a n="Cluster"><i>18</i></a> ÂÂÂ <a n="Proc"><i>0</i></a> ÂÂÂ <a n="ReceivedBytes"><r>5.023000000000000E+03</r></a> ÂÂÂ <a n="TerminatedNormally"><b v="t"/></a> ÂÂÂ <a n="TotalReceivedBytes"><r>5.023000000000000E+03</r></a> ÂÂÂ <a n="ReturnValue"><i>0</i></a> ÂÂÂ <a n="RunLocalUsage"><s>Usr 0 00:00:00, Sys 0 00:00:00</s></a> </c> --------------------------------------------------- |