.. _g-examine: Examining Jobs ======================= Once your job has completed, examine the contents of your job’s output files. Note the script submission under **User input**, whether the job completed, and the **Resource usage summary**. :: [username@pegasus ~]$ cat test.out Sender: LSF System Subject: Job 173772: in cluster Done Job was submitted from host by user in cluster . Job was executed on host(s) <8*n069>, in queue , as user in cluster . ... Your job looked like: ------------------------------------------------------------ # LSBATCH: User input #!/bin/sh #BSUB -n 16 #BSUB -J test #BSUB -o test.out ... ------------------------------------------------------------ Successfully completed. Resource usage summary: CPU time : 2.26 sec. Max Memory : 30 MB Average Memory : 30.00 MB ... PS: Read file for stderr output of this job.