job started at 2017-07-13T12:54:38-0600 Num PASS = 2 Num FAIL = 0 job finished at 2017-07-13T13:28:08-0600 ------------------------------------------------------------ Sender: LSF System Subject: Job 738987: in cluster Done Job was submitted from host by user in cluster . Job was executed on host(s) <16*ys0142-ib>, in queue , as user in cluster . <16*ys0143-ib> <16*ys0163-ib> <16*ys0238-ib> was used as the home directory. was used as the working directory. Started at Thu Jul 13 13:02:14 2017 Results reported on Thu Jul 13 13:28:10 2017 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input #!/bin/sh # #BSUB -a poe # use LSF poe elim #BSUB -x # exclusive use of node (not_shared) #BSUB -n 64 # total tasks needed #BSUB -R "span[ptile=16]" # max number of tasks (MPI) per node #BSUB -o test_dr.o%J # output filename #BSUB -e test_dr.o%J # error filename #BSUB -q regular #BSUB -W 8:00 #BSUB -P P28100036 #BSUB -J test_dr if [ -n "$LSB_JOBID" ]; then #batch job export JOBID=${LSB_JOBID} initdir=${LS_SUBCWD} interactive=false else interactive=true fi if [ -z "" ]; then export CAM_RBOPTIONS="run_only" fi ##omp threads export CAM_THREADS=2 export CAM_RESTART_THREADS=1 ##mpi tasks export CAM_TASKS=32 export CAM_RESTART_TASKS=64 # This is a floor preventing the use of 32 MPI tasks per node, which is # frequently broken, but allowing 32 threads. export min_cpus_per_task=1 source /glade/apps/opt/lmod/lmod/init/bash module purge if [ "$CAM_FC" = "PGI" ]; then module load ncarenv module load ncarbinlibs module load pgi module load ncarcompilers module load netcdf module load pnetcdf module load perlmods module load python export CFG_STRING=" -cc mpicc -fc_type pgi -fc mpif90 -cppdefs -DNO_MPI2 -cppdefs -DNO_MPIMOD " (... more ...) ------------------------------------------------------------ Successfully completed. Resource usage summary: CPU time : 95970.52 sec. Max Memory : 28613 MB Average Memory : 24760.48 MB Total Requested Memory : - Delta Memory : - Max Processes : 73 Max Threads : 742 Run time : 1555 sec. Turnaround time : 1560 sec. The output (if any) is above this job summary.