James Werner
Testing local, grid and EasyGrid system.
Replacing experiment software by dummy.
bash-2.05a$ cat Bench1.c
/*
* Programa de teste do EasyGrid - Job Submission system
* Teste analises: compile com gcc Bench1.c -o BetaMiniApp
* Teste Monte Carlo: compile com gcc Bench1.c -o MooseApp
*
*/
#include
#include
int main(int argc,char *argv[])
{
char aux[200];
if(argc==2) {
strcpy(aux,argv[1]);
printf("\n\nTeste do EasyGrid com arquivo %s \n\n",aux);
return (1);
}
printf("\n\nTeste do EasyGrid sem arquivo\n\n");
}
bash-2.05a$ gcc Bench1.c -o BetaMiniApp
bash-2.05a$ gcc Bench1.c -o MooseApp
bash-2.05a$ cat Bench1.jdl
Executable="BetaMiniApp";
InputSandbox={"BetaMiniApp","Bench1-1.tcl","pi0roject.tcl"};
StdOutput="std.out";
StdError="std.err";
OutputSandbox={"std.out","std.err"};
Requirements =
(Member("VO-babar-release-16.0.3-physics-1-Linux24SL3_i386_gcc323",
other.GlueHostApplicationSoftwareRunTimeEnvironment) &&
other.GlueCEPolicyMaxCPUTime > 4800 && Member("VO-babar-skim-Tau11",
other.GlueHostApplicationSoftwareRunTimeEnvironment));
bash-2.05a$ BetaMiniApp Bench1-1.tcl
Teste do EasyGrid com arquivo Bench1-1.tcl
bash-2.05a$ MooseApp Bench1-1.tcl
Teste do EasyGrid com arquivo Bench1-1.tcl
Running grid by hand for dummy.
bash-2.05a$ grid-proxy-init
Your identity: /C=UK/O=eScience/OU=Manchester/L=HEP/CN=james werner
Enter GRID pass phrase for this identity:
Creating proxy ........................................... Done
Your proxy is valid until: Mon Aug 15 23:45:54 2005
bash-2.05a$ edg-job-list-match -vo babar Bench1.jdl
Selected Virtual Organisation name (from --vo option): babar
Connecting to host lcgrb01.gridpp.rl.ac.uk, port 7772
***************************************************************************
COMPUTING ELEMENT IDs LIST
The following CE(s) matching your job requirements have been found:
*CEId*
lcgce01.gridpp.rl.ac.uk:2119/jobmanager-lcgpbs-babarL
lcgce01.gridpp.rl.ac.uk:2119/jobmanager-lcgpbs-babarL700
***************************************************************************
bash-2.05a$ edg-job-submit -vo babar Bench1.jdl
Selected Virtual Organisation name (from --vo option): babar
Connecting to host lcgrb01.gridpp.rl.ac.uk, port 7772
Logging to host lcgrb01.gridpp.rl.ac.uk, port 9002
*********************************************************************************************
JOB SUBMIT OUTCOME
The job has been successfully submitted to the Network Server.
Use edg-job-status command to check job current status. Your job identifier (edg_jobId) is:
- https://lxn1188.cern.ch:9000/KpNUPF8o1fElReJeGLoNEg
*********************************************************************************************
bash-2.05a$ edg-job-status https://lxn1188.cern.ch:9000/KpNUPF8o1fElReJeGLoNEg
*************************************************************
BOOKKEEPING INFORMATION:
Status info for the Job : https://lxn1188.cern.ch:9000/KpNUPF8o1fElReJeGLoNEg
Current Status: Scheduled
Status Reason: Job successfully submitted to Globus
Destination: lcgce01.gridpp.rl.ac.uk:2119/jobmanager-lcgpbs-babarL700
reached on: Mon Aug 15 10:48:14 2005
*************************************************************
bash-2.05a$ edg-job-status https://lxn1188.cern.ch:9000/KpNUPF8o1fElReJeGLoNEg
*************************************************************
BOOKKEEPING INFORMATION:
Status info for the Job : https://lxn1188.cern.ch:9000/KpNUPF8o1fElReJeGLoNEg
Current Status: Done (Success)
Exit code: 33
Status Reason: Job terminated successfully
Destination: lcgce01.gridpp.rl.ac.uk:2119/jobmanager-lcgpbs-babarL700
reached on: Mon Aug 15 10:54:48 2005
*************************************************************
bash-2.05a$ edg-job-get-output --dir . https://lxn1188.cern.ch:9000/KpNUPF8o1fElReJeGLoNEg
Retrieving files from host: lcgrb01.gridpp.rl.ac.uk ( for https://lxn1188.cern.ch:9000/KpNUPF8o1fElReJeGLoNEg )
*********************************************************************************
JOB GET OUTPUT OUTCOME
Output sandbox files for the job:
- https://lxn1188.cern.ch:9000/KpNUPF8o1fElReJeGLoNEg
have been successfully retrieved and stored in the directory:
/home/jamwer/PgmCM2/grid_test/jamwer_KpNUPF8o1fElReJeGLoNEg
*********************************************************************************
bash-2.05a$ ls jamwer_KpNUPF8o1fElReJeGLoNEg/
std.err std.out
bash-2.05a$ cat jamwer_KpNUPF8o1fElReJeGLoNEg/std.err
bash-2.05a$ cat jamwer_KpNUPF8o1fElReJeGLoNEg/std.out
Teste do EasyGrid sem arquivo
bash-2.05a$ edg-job-get-logging-info -v 1 https://lxn1188.cern.ch:9000/KpNUPF8o1fElReJeGLoNEg
**********************************************************************
LOGGING INFORMATION:
Printing info for the Job : https://lxn1188.cern.ch:9000/KpNUPF8o1fElReJeGLoNEg
---
Event: RegJob
- host = bfb.tier2.hep.man.ac.uk
- ns = lcgrb01.gridpp.rl.ac.uk:7772
- nsubjobs = 0
- seed = uLU0BArrdV98O41PLThJ5Q
- source = UserInterface
- timestamp = Mon Aug 15 10:47:43 2005
- user = /C=UK/O=eScience/OU=Manchester/L=HEP/CN=james werner
---
...
---
Event: Clear
- host = lcgrb01.gridpp.rl.ac.uk
- reason = USER
- source = NetworkServer
- src_instance = 7772
- timestamp = Mon Aug 15 11:04:28 2005
- user = /C=UK/O=eScience/OU=CLRC/L=RAL/CN=lcgrb01.gridpp.rl.ac.uk/Email=m.j.bly@rl.ac.uk
**********************************************************************
Submiting dummy through EasyGrid.
bash-2.05a$ cp Bench1-1.tcl Bench0-1.tcl
bash-2.05a$ ./easygrid Bench0
######################################################################
# e a s y g r i d - Job Submission system for Babar analysis #
# #
# If you need any support: James Cunha Werner jamwer@hep.man.ac.uk #
# Room 7-11 Phone 0161 275 4150 #
# www.geocities.com/jamwer2002 #
# Documentation: http://www.hep.man.ac.uk/u/jamwer/ #
# University of Manchester #
######################################################################
Welcome, jamwer !
Job Submission User Interface version lcg2.1.54
Searching pre selected skimdata.
Searching previous handlers.
W A R N I N G ! ! ! Handlers not found.
Type yes if you want to run everything again - some previous results may be lost!:
yes
Handlers not found. Submiting to GRID . Wait end of process...
Your identity: /C=UK/O=eScience/OU=Manchester/L=HEP/CN=james werner
Enter GRID pass phrase for this identity:
Creating proxy ................................. Done
Your proxy is valid until: Wed Nov 23 12:52:35 2005
Binary file: jamwer_bfb.tier2.hep.man.ac.uk_Bench0_13523515Aug05_BetaMiniApp
Binary token: guid:af4ed2f9-04f2-4d0d-a691-4889627e1e30
Sub Bench0-1
Selected Virtual Organisation name (from --vo option): babar
Connecting to host lcgrb01.gridpp.rl.ac.uk, port 7772
Logging to host lcgrb01.gridpp.rl.ac.uk, port 9002
*********************************************************************************************
JOB SUBMIT OUTCOME
The job has been successfully submitted to the Network Server.
Use edg-job-status command to check job current status. Your job identifier (edg_jobId) is:
- https://lxn1188.cern.ch:9000/7PZdOiMVifFiYQ_0Ii8sPg
*********************************************************************************************
- * - * - * - * - * - * - * - * -
bash-2.05a$ ./easygrid Bench0
######################################################################
# e a s y g r i d - Job Submission system for Babar analysis #
# #
# If you need any support: James Cunha Werner jamwer@hep.man.ac.uk #
# Room 7-11 Phone 0161 275 4150 #
# www.geocities.com/jamwer2002 #
# Documentation: http://www.hep.man.ac.uk/u/jamwer/ #
# University of Manchester #
######################################################################
Welcome, jamwer !
Job Submission User Interface version lcg2.1.54
Searching pre selected skimdata.
Searching previous handlers.
Checking if jobs finished.
### SubFile Bench0-1.tok Handle -> https://lxn1188.cern.ch:9000/7PZdOiMVifFiYQ_0Ii8sPg
Current Status: Done
Retrieving files from host: lcgrb01.gridpp.rl.ac.uk ( for https://lxn1188.cern.ch:9000/7PZdOiMVifFiYQ_0Ii8sPg )
*********************************************************************************
JOB GET OUTPUT OUTCOME
Output sandbox files for the job:
- https://lxn1188.cern.ch:9000/7PZdOiMVifFiYQ_0Ii8sPg
have been successfully retrieved and stored in the directory:
/home/jamwer/PgmCM2/grid_test/jamwer_7PZdOiMVifFiYQ_0Ii8sPg
*********************************************************************************
Exit code: 0
0 jobs aborted ! Try again using easyresub DATASET FILE_NUMBER
All jobs done. Available results recovered in your folder.
WARNING: Next time easygrid will submit everything AGAIN!!!
bash-2.05a$ ls -l Bench0-1
total 12
-rw-r--r-- 1 jamwer users 0 Aug 15 14:00 std.err
-rw-r--r-- 1 jamwer users 11325 Aug 15 14:00 std.out
bash-2.05a$ ./easybinrm jamwer_bfb.tier2.hep.man.ac.uk_Bench0_13082715Aug05_BetaMiniApp
Submeting analysis jobs using EasyGrid.
bash-2.05a$ ./easygrid Bench1
######################################################################
# e a s y g r i d - Job Submission system for Babar analysis #
# #
# If you need any support: James Cunha Werner jamwer@hep.man.ac.uk #
# Room 7-11 Phone 0161 275 4150 #
# www.geocities.com/jamwer2002 #
# Documentation: http://www.hep.man.ac.uk/u/jamwer/ #
# University of Manchester #
######################################################################
Welcome, jamwer !
Job Submission User Interface version lcg2.1.54
Searching pre selected skimdata.
Searching previous handlers.
W A R N I N G ! ! ! Handlers not found.
Type yes if you want to run everything again - some previous results may be lost!:
yes
Handlers not found. Submiting to GRID . Wait end of process...
Your identity: /C=UK/O=eScience/OU=Manchester/L=HEP/CN=james werner
Enter GRID pass phrase for this identity:
Creating proxy ...................................... Done
Your proxy is valid until: Wed Nov 23 11:06:11 2005
Binary file: jamwer_bfb.tier2.hep.man.ac.uk_Bench1_12061115Aug05_BetaMiniApp
Binary token: guid:4a42f032-c9e2-47c7-b0b1-31bea57ccff7
Sub Bench1-1
Selected Virtual Organisation name (from --vo option): babar
Connecting to host lcgrb01.gridpp.rl.ac.uk, port 7772
Logging to host lcgrb01.gridpp.rl.ac.uk, port 9002
*********************************************************************************************
JOB SUBMIT OUTCOME
The job has been successfully submitted to the Network Server.
Use edg-job-status command to check job current status. Your job identifier (edg_jobId) is:
- https://lxn1188.cern.ch:9000/fixk-JQYFkBCldPsCbsLMQ
*********************************************************************************************
- * - * - * - * - * - * - * - * -
bash-2.05a$ ./easygrid Bench1
######################################################################
# e a s y g r i d - Job Submission system for Babar analysis #
# #
# If you need any support: James Cunha Werner jamwer@hep.man.ac.uk #
# Room 7-11 Phone 0161 275 4150 #
# www.geocities.com/jamwer2002 #
# Documentation: http://www.hep.man.ac.uk/u/jamwer/ #
# University of Manchester #
######################################################################
Welcome, jamwer !
Job Submission User Interface version lcg2.1.54
Searching pre selected skimdata.
Searching previous handlers.
Checking if jobs finished.
### SubFile Bench1-1.tok Handle -> https://lxn1188.cern.ch:9000/fixk-JQYFkBCldPsCbsLMQ
Current Status: Scheduled
0 jobs aborted ! Try again using easyresub DATASET FILE_NUMBER
bash-2.05a$ ./easygrid Bench1
######################################################################
# e a s y g r i d - Job Submission system for Babar analysis #
# #
# If you need any support: James Cunha Werner jamwer@hep.man.ac.uk #
# Room 7-11 Phone 0161 275 4150 #
# www.geocities.com/jamwer2002 #
# Documentation: http://www.hep.man.ac.uk/u/jamwer/ #
# University of Manchester #
######################################################################
Welcome, jamwer !
Job Submission User Interface version lcg2.1.54
Searching pre selected skimdata.
Searching previous handlers.
Checking if jobs finished.
### SubFile Bench1-1.tok Handle -> https://lxn1188.cern.ch:9000/fixk-JQYFkBCldPsCbsLMQ
Current Status: Done
Retrieving files from host: lcgrb01.gridpp.rl.ac.uk ( for https://lxn1188.cern.ch:9000/fixk-JQYFkBCldPsCbsLMQ )
*********************************************************************************
JOB GET OUTPUT OUTCOME
Output sandbox files for the job:
- https://lxn1188.cern.ch:9000/fixk-JQYFkBCldPsCbsLMQ
have been successfully retrieved and stored in the directory:
/home/jamwer/PgmCM2/grid_test/jamwer_fixk-JQYFkBCldPsCbsLMQ
*********************************************************************************
Exit code: 0
0 jobs aborted ! Try again using easyresub DATASET FILE_NUMBER
All jobs done. Available results recovered in your folder.
WARNING: Next time easygrid will submit everything AGAIN!!!
bash-2.05a$ ls Bench1-1
Bench1-1.hbk std.err std.out
bash-2.05a$ cat Bench1-1/std.err
CdbBdbInit::CdbBdbInit.cc(154):CdbBdbInit: Using CDB view "::".
EmcBuildGeom::BdbTclModuleProxy.cc(123): CONTAINER DOES NOT EXIST
BtaBuildPidEnv::AbsEnv.cc(379):Overriding BtaEnv object in global environment.
KanEventInput::KanFileReg.cc(345):KanFileReg: read UUID 6fa2e59e-6c28-11d8-8b51-ae27695113c9
...
GammaToEE_Default::BtaMiniTrkCand.cc(191):Track fit charge -1 doesn't match PdtEntry e+, Forcing BtaCandidate charge to agree with the track fit.
LoadMiniBtaCandidates::BtaMiniTrkCand.cc(191):Track fit charge 1 doesn't match PdtEntry pi-, Forcing BtaCandidate charge to agree with the track fit.
LoadMiniBtaCandidates::LoadMiniBtaCandidates.cc(1391):Attempt to set reco candidate of charge 1 to charge -1 PdtEntry pi-
Setting to congugate type pi+ instead.
KanEventInput::KanEventInput.cc(470):reached end of last input collection
IfrMuMuCalib::IfrMuMuCalib.cc(144):_mumucal is null!
DchBuildEnv::AbsEnv.cc(235):Overriding DchEnv object in global environment.
::HbkFile.cc(985):HbkFile: *** ERROR ***
*** unable to save histograms to file Bench1-1.hbk
bash-2.05a$ cat Bench1-1/std.out
Host Computer: lcg0296.gridpp.rl.ac.uk
Start time: Mon Aug 15 12:10:22 BST 2005
Sandbox folder: /pool/babar002_1032294.csflnx353.rl.ac.uk/WMS_lcg0296_029177_https_3a_2f_2flxn1188.cern.ch_3a9000_2ffixk-JQYFkBCldPsCbsLMQ
Running Babar configuration script
Contents of /stage/sl3-lcg-exp//babarsgm/bin
total 24
-rw-r--r-- 1 babarsgm bfactory 731 Jun 16 11:24 babar-grid-env-setup.csh
-rwxr-xr-x 1 babarsgm bfactory 741 Jun 16 11:24 babar-grid-env-setup.sh
lrwxrwxrwx 1 babarsgm bfactory 45 Jun 14 19:13 cond14boot.csh -> /afs/rl.ac.uk/bfactory/bin.ral/cond14boot.csh
lrwxrwxrwx 1 babarsgm bfactory 44 Jun 14 19:13 cond14boot.sh -> /afs/rl.ac.uk/bfactory/bin.ral/cond14boot.sh
lrwxrwxrwx 1 babarsgm bfactory 45 Jun 14 19:13 cond16boot.csh -> /afs/rl.ac.uk/bfactory/bin.ral/cond16boot.csh
lrwxrwxrwx 1 babarsgm bfactory 44 Jun 14 19:13 cond16boot.sh -> /afs/rl.ac.uk/bfactory/bin.ral/cond16boot.sh
lrwxrwxrwx 1 babarsgm bfactory 45 Jun 14 19:13 cond18boot.csh -> /afs/rl.ac.uk/bfactory/bin.ral/cond18boot.csh
lrwxrwxrwx 1 babarsgm bfactory 44 Jun 14 19:13 cond18boot.sh -> /afs/rl.ac.uk/bfactory/bin.ral/cond18boot.sh
-rwxr-xr-x 1 babarsgm bfactory 178 Jun 16 11:24 sp6boot.csh
-rwxr-xr-x 1 babarsgm bfactory 184 Jun 16 11:24 sp6boot.sh
-rwxr-xr-x 1 babarsgm bfactory 178 Jun 16 11:24 sp8boot.csh
-rwxr-xr-x 1 babarsgm bfactory 184 Jun 16 11:24 sp8boot.sh
Script for babar configuration
#!/bin/sh
export BFROOT=/afs/rl.ac.uk/bfactory
export BFDIST=/afs/rl.ac.uk/bfactory/dist
export BFARCH=Linux24SL3_i386_gcc323
export BFSITE=ral
#export ROOTSYS=/afs/rl.ac.uk/bfactory/package/root/4.03-02/Linux24SL3_i386_gcc323
export PATH=/stage/sl3-lcg-exp/LCG-2_4_0/globus/bin:/stage/sl3-lcg-exp/LCG-2_4_0/globus/sbin:/bin:/usr/bin:/usr/local/bin:/stage/sl3-lcg-exp/LCG-2_4_0/lcg/bin:/stage/sl3-lcg-exp/LCG-2_4_0/lcg/sbin:/stage/sl3-lcg-exp/LCG-2_4_0/edg/bin:/stage/sl3-lcg-exp/LCG-2_4_0/edg/sbin:/stage/sl3-lcg-exp/LCG-2_4_0/edg/bin:/stage/sl3-lcg-exp/LCG-2_4_0/edg/sbin:/opt/d-cache/srm/bin:/opt/d-cache/dcap/bin:/stage/sl3-lcg-exp/babarsgm/bin:/afs/rl.ac.uk/bfactory/bin.ral:/afs/rl.ac.uk/bfactory/bin:/afs/rl.ac.uk/bfactory/bin.linux
Available files at WN home directory: /pool/babar002_1032294.csflnx353.rl.ac.uk/WMS_lcg0296_029177_https_3a_2f_2flxn1188.cern.ch_3a9000_2ffixk-JQYFkBCldPsCbsLMQ
Bench1-1.sh
Bench1-1.tcl
JobBench1-1.tcl
pi0roject.tcl
std.err
std.out
Release 16.0.3-physics-1 Initialisation
Setting OO_FD_BOOT to babarams1.rl.ac.uk::/raid/objy/databases/conditions/current/191/BaBar.BOOT
and unsetting OO_AMS_USAGE
Environment Variables
BDBPUDPATH=/home/csf/objysrv/objy6.1/babar/bin/pud
BFARCH=Linux24SL3_i386_gcc323
...
X509_CERT_DIR=/stage/sl3-lcg-exp/LCG-2_6_0/WN/etc/grid-security/certificates
X509_USER_PROXY=/tmp/globus-tmp.lcg0296.28795.0
XBMLANGPATH=/home/csf/objysrv/objy8.0.9/linux86gcc3/etc/bitmaps/%N/%B:
XFILESEARCHPATH=/home/csf/objysrv/objy8.0.9/linux86gcc3/etc/app-defaults/%N:/usr/lib/X11/app-defaults/%N:/usr/local/lib/X11/app-defaults/%N
YP=YES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Running jamwer_bfb.tier2.hep.man.ac.uk_Bench1_12061115Aug05_BetaMiniApp JobBench1-1.tcl
Warning : verMCTruth : unknown module
Warning : ElfMakeEventID : unknown module
set levelOfDetail cache ;# set to default
set ConfigPatch Run2 ;# set to default
set NEvent 1000000000
set BetaMiniTuple hbook ;# default is root
set histFileName Bench1-1.hbk ;# default is enphist.roo
BetaMiniOptions.tcl::Warning: ConfigPatch is obsolete. Please set MCtruth directly
BetaMiniOptions.tcl::Warning: levelOfDetail "cache"
...
24965, TrackP1Pi0, 0, 0.703114, 3.04625, -1.34864, 0.336632, 1.66297, 2.1674, 2.17189
24965, TrackP1Pi0, 1, 0, 0, 0.0975855, 0.106051, -0.072975, 0.16154, 0.213483
24965, MuonP1Pi0, -1, -1.34864, 0.336632, 1.66297, 2.1674, 2.16997
24965, CPiP1Pi0, 0, 0, 0.0975855, 0.106051, -0.072975, 0.16154, 0.213483, 139.57018
24965, GamaP, 0, 0, 1.63891, -0.0437864, 0.409935, -0.017961, -0.0279942, 0.411282, 0.411282
24965, GamaP, 1, 0, 1.63918, 0.081955, 2.74953, 0.225844, -0.188938, 2.76526, 2.76526
24965, 1Pi0P, 0, 0, 1, 3.15947, 0.207883, -0.216932, 3.17372, 3.17654, 0.133699
24965, W1Pi0P, 3.25705, 0.313934, -0.289907, 3.28497, 3.39002, 0.8374
TagBGFMultiHadron:TagBGFMultiHadron: endJob summary:
Events processed: 0
Events passed : 0
Events prescaled: 0
numMuon, 22657, 2643, 922, 1, 0, 0, 0, 0, 0, 0,
numPion, 637, 1086, 342, 113, 71, 65, 75, 86, 57, 111,
numPi0, 1042, 34, 3, 5, 1, 1, 0, 0, 0, 0,
numGam, 191, 268, 219, 150, 98, 77, 34, 16, 16, 17,
numMassa2g, 1, 3, 2, 0, 6, 4, 6, 6, 4, 3, 3, 3, 1, 3, 0, 3, 2, 0, 3, 3, 1, 4, 3, 5, 8, 8, 19, 12, 11, 6, 3, 1, 0, 1, 0, 2, 0, 0, 1, 2, 0, 0, 1, 1, 0, 0, 0, 2, 1, 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1,
...
EmcEdgeCorrLoader: end Job
EvtCounter:EvtCounter: total number of events=26223
total number of events processed=26223
total number of events skipped=0
EvtCounter:Total CPU usage: 986 User: 981 System: 5
Framework is exiting now.
DrcDetector: number of sets to destroy: 51
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
End time: Mon Aug 15 12:37:28 BST 2005
Submiting Monte Carlo simulation using easymoncar.
bash-2.05a$ ./easymoncar Bench2 3 0
######################################################################
# e a s y g r i d - Job Submission system for Monte Carlo #
# #
# If you need any support: James Cunha Werner jamwer@hep.man.ac.uk #
# Room 7-11 Phone 0161 275 4150 #
# www.geocities.com/jamwer2002 #
# Documentation: http://www.hep.man.ac.uk/u/jamwer/ #
# University of Manchester #
######################################################################
Welcome, jamwer !
Job Submission User Interface version lcg2.1.54
Your identity: /C=UK/O=eScience/OU=Manchester/L=HEP/CN=james werner
Enter GRID pass phrase for this identity:
Creating proxy ................................................. Done
Your proxy is valid until: Thu Aug 25 14:02:36 2005
Sub Bench2-0
Selected Virtual Organisation name (from --vo option): babar
Connecting to host lcgrb01.gridpp.rl.ac.uk, port 7772
Logging to host lcgrb01.gridpp.rl.ac.uk, port 9002
*********************************************************************************************
JOB SUBMIT OUTCOME
The job has been successfully submitted to the Network Server.
Use edg-job-status command to check job current status. Your job identifier (edg_jobId) is:
- https://lxn1188.cern.ch:9000/IbtV-Phg672vec3LqdXfdg
*********************************************************************************************
- * - * - * - * - * - * - * - * -
Sub Bench2-1
Selected Virtual Organisation name (from --vo option): babar
Connecting to host lcgrb01.gridpp.rl.ac.uk, port 7772
Logging to host lcgrb01.gridpp.rl.ac.uk, port 9002
*********************************************************************************************
JOB SUBMIT OUTCOME
The job has been successfully submitted to the Network Server.
Use edg-job-status command to check job current status. Your job identifier (edg_jobId) is:
- https://lcgrb01.gridpp.rl.ac.uk:9000/cIxgyHYxeqf5wZAqVG3X9A
*********************************************************************************************
- * - * - * - * - * - * - * - * -
Sub Bench2-2
Selected Virtual Organisation name (from --vo option): babar
Connecting to host lcgrb01.gridpp.rl.ac.uk, port 7772
Logging to host lcgrb01.gridpp.rl.ac.uk, port 9002
*********************************************************************************************
JOB SUBMIT OUTCOME
The job has been successfully submitted to the Network Server.
Use edg-job-status command to check job current status. Your job identifier (edg_jobId) is:
- https://lcgrb01.gridpp.rl.ac.uk:9000/HXWzEPhdbatC5ewJKHu-bw
*********************************************************************************************
- * - * - * - * - * - * - * - * -
bash-2.05a$ ./easygrid Bench2
######################################################################
# e a s y g r i d - Job Submission system for Babar analysis #
# #
# If you need any support: James Cunha Werner jamwer@hep.man.ac.uk #
# Room 7-11 Phone 0161 275 4150 #
# www.geocities.com/jamwer2002 #
# Documentation: http://www.hep.man.ac.uk/u/jamwer/ #
# University of Manchester #
######################################################################
Welcome, jamwer !
Job Submission User Interface version lcg2.1.54
Searching pre selected skimdata.
Searching previous handlers.
Checking if jobs finished.
### SubFile Bench2-0.tok Handle -> https://lxn1188.cern.ch:9000/IbtV-Phg672vec3LqdXfdg
Current Status: Scheduled
### SubFile Bench2-1.tok Handle -> https://lcgrb01.gridpp.rl.ac.uk:9000/cIxgyHYxeqf5wZAqVG3X9A
Current Status: Running
### SubFile Bench2-2.tok Handle -> https://lcgrb01.gridpp.rl.ac.uk:9000/HXWzEPhdbatC5ewJKHu-bw
Current Status: Scheduled
0 jobs aborted ! Try again using easyresub DATASET FILE_NUMBER
bash-2.05a$ ./easygrid Bench2
######################################################################
# e a s y g r i d - Job Submission system for Babar analysis #
# #
# If you need any support: James Cunha Werner jamwer@hep.man.ac.uk #
# Room 7-11 Phone 0161 275 4150 #
# www.geocities.com/jamwer2002 #
# Documentation: http://www.hep.man.ac.uk/u/jamwer/ #
# University of Manchester #
######################################################################
Welcome, jamwer !
Job Submission User Interface version lcg2.1.54
Searching pre selected skimdata.
Searching previous handlers.
Checking if jobs finished.
### SubFile Bench2-0.tok Handle -> https://lxn1188.cern.ch:9000/IbtV-Phg672vec3LqdXfdg
Current Status: Done
Retrieving files from host: lcgrb01.gridpp.rl.ac.uk ( for https://lxn1188.cern.ch:9000/IbtV-Phg672vec3LqdXfdg )
*********************************************************************************
JOB GET OUTPUT OUTCOME
Output sandbox files for the job:
- https://lxn1188.cern.ch:9000/IbtV-Phg672vec3LqdXfdg
have been successfully retrieved and stored in the directory:
/home/jamwer/PgmCM2/grid_test/jamwer_IbtV-Phg672vec3LqdXfdg
*********************************************************************************
Exit code: 0
### SubFile Bench2-1.tok Handle -> https://lcgrb01.gridpp.rl.ac.uk:9000/cIxgyHYxeqf5wZAqVG3X9A
Current Status: Done
Retrieving files from host: lcgrb01.gridpp.rl.ac.uk ( for https://lcgrb01.gridpp.rl.ac.uk:9000/cIxgyHYxeqf5wZAqVG3X9A )
*********************************************************************************
JOB GET OUTPUT OUTCOME
Output sandbox files for the job:
- https://lcgrb01.gridpp.rl.ac.uk:9000/cIxgyHYxeqf5wZAqVG3X9A
have been successfully retrieved and stored in the directory:
/home/jamwer/PgmCM2/grid_test/jamwer_cIxgyHYxeqf5wZAqVG3X9A
*********************************************************************************
Exit code: 0
### SubFile Bench2-2.tok Handle -> https://lcgrb01.gridpp.rl.ac.uk:9000/HXWzEPhdbatC5ewJKHu-bw
Current Status: Done
Retrieving files from host: lcgrb01.gridpp.rl.ac.uk ( for https://lcgrb01.gridpp.rl.ac.uk:9000/HXWzEPhdbatC5ewJKHu-bw )
*********************************************************************************
JOB GET OUTPUT OUTCOME
Output sandbox files for the job:
- https://lcgrb01.gridpp.rl.ac.uk:9000/HXWzEPhdbatC5ewJKHu-bw
have been successfully retrieved and stored in the directory:
/home/jamwer/PgmCM2/grid_test/jamwer_HXWzEPhdbatC5ewJKHu-bw
*********************************************************************************
Exit code: 0
0 jobs aborted ! Try again using easyresub DATASET FILE_NUMBER
All jobs done. Available results recovered in your folder.
WARNING: Next time easygrid will submit everything AGAIN!!!
bash-2.05a$ ls Bench2-0
std.err std.out
bash-2.05a$ vi Bench2-0/std.out
...
Teste do EasyGrid com arquivo Bench2-0.tcl
----------------------------------------------
End time: Mon Aug 15 14:04:10 BST 2005
bash-2.05a$ ./easybinrm jamwer_bfb.tier2.hep.man.ac.uk_Bench0_13523515Aug05_BetaMiniApp
Top