Sender: LSF System Subject: Job 12541: Done Job was submitted from host by user . Job was executed on host(s) , in queue <8nm>, as user . was used as the home directory. was used as the working directory. Started at Tue Apr 14 17:15:16 2009 Results reported at Tue Apr 14 17:15:59 2009 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input #!/bin/tcsh #BSUB -J analysis # Name of the job. #BSUB -o %J.out # Appends std output to file %J.out. (%J is the Job ID) #BSUB -e %J.err # Appends std error to file %J.err. #BSUB -m pcamsr1 # External host: ams, pcamsr0 or pcamsr1, pcamsf3, pcamsf4 #BSUB -q 8nm # Queue name: 8nm=8min; 1nh=1hour; 8nh=8hour; 1nd=1day; 1nw=1week; 2nw=2week #BSUB -n 1 # Number of CPUs. # # submit jobs # bsub < myscript # Compile C++ code setenv WORKDIR /f2users/lquadran/macro_new setenv SRCDIR $WORKDIR/CC if ( -f $WORKDIR/analysis ) then echo "Running "$WORKDIR/analysis # Run serial executable on 1 cpu of one SMP node $WORKDIR/analysis else echo "Error compiling "$SRCDIR/analysis.C". Read file job.err" endif #End of Sample LSF Script ------------------------------------------------------------ Successfully completed. Resource usage summary: CPU time : 10.87 sec. Max Memory : 67 MB Max Swap : 341 MB Max Processes : 6 Max Threads : 8 The output (if any) follows: @(#)CERN job starter $Date: 2008/06/06 11:22:30 $ Working directory is on Running /f2users/lquadran/macro_new/analysis AMSEventR::ctor-I-SingletonInitialized 0x8677528 thread 0 AMSEventR::Begin-I-WriteFileOpened /f2users/lquadran/macro_new/root/analysis.root analysis::UBeing() TOF_charge_Begin() AMSEventR::ReadHeader-I-Version/OS 300/2 AMSEventR::ReadHeader-I-NewRun 1211903814 100000 200000 300000 400000 500000 600000 700000 800000 AMSEventR::ReadHeader-I-Version/OS 300/2 900000 1000000 1100000 1200000 1300000 analysis::UTerminate() TOF_charge_Termiate() Job finished at Tue Apr 14 17:15:57 CEST 2009 on node under linux version Scientific Linux CERN SLC release 4.7 (Beryllium) CERN statistics: This job used 0:00:21 NCU hours (21 NCU seconds) CERN statistics: This job used 0:00:21 KSI2K hours (21 KSI2K seconds) KSI2K = kilo-SpecInt2000 benchmark units = 1.00 NCU PS: Read file <12541.err> for stderr output of this job.