justIN           Dashboard       Workflows       Jobs       AWT       Sites       Storages       Docs       Login

Workflow 11817, Stage 1

Workflow11817
Campaign248
Priority50
Processors1
Wall seconds3600
Image/cvmfs/singularity.opensciencegrid.org/fermilab/fnal-wn-sl7:latest
RSS bytes4194304000 (4000 MiB)
Max distance for inputs30.0
Enabled input RSEs CERN_PDUNE_EOS, DUNE_CA_SFU, DUNE_CERN_EOS, DUNE_ES_PIC, DUNE_FR_CCIN2P3_DISK, DUNE_IN_TIFR, DUNE_IT_INFN_CNAF, DUNE_UK_GLASGOW, DUNE_UK_LANCASTER_CEPH, DUNE_UK_MANCHESTER_CEPH, DUNE_US_BNL_SDCC, DUNE_US_FNAL_DISK_STAGE, FNAL_DCACHE, FNAL_DCACHE_STAGING, FNAL_DCACHE_TEST, MONTECARLO, NIKHEF, PRAGUE, QMUL, RAL-PP, RAL_ECHO, SURFSARA, T3_US_NERSC
Enabled output RSEs CERN_PDUNE_EOS, DUNE_CA_SFU, DUNE_CERN_EOS, DUNE_ES_PIC, DUNE_FR_CCIN2P3_DISK, DUNE_IN_TIFR, DUNE_IT_INFN_CNAF, DUNE_UK_GLASGOW, DUNE_UK_LANCASTER_CEPH, DUNE_UK_MANCHESTER_CEPH, DUNE_US_BNL_SDCC, DUNE_US_FNAL_DISK_STAGE, FNAL_DCACHE, FNAL_DCACHE_STAGING, FNAL_DCACHE_TEST, NIKHEF, PRAGUE, QMUL, RAL-PP, RAL_ECHO, SURFSARA, T3_US_NERSC
Enabled sites BR_CBPF, CA_SFU, CA_Victoria, CERN, CH_UNIBE-LHEP, CZ_FZU, ES_CIEMAT, ES_PIC, FR_CCIN2P3, IT_CNAF, NL_NIKHEF, NL_SURFsara, UK_Bristol, UK_Brunel, UK_Durham, UK_Edinburgh, UK_Glasgow, UK_Imperial, UK_Lancaster, UK_Liverpool, UK_Manchester, UK_Oxford, UK_QMUL, UK_RAL-PPD, UK_RAL-Tier1, UK_Sheffield, US_BNL, US_Colorado, US_FNAL-FermiGrid, US_FNAL-T1, US_Michigan, US_NotreDame, US_PuertoRico, US_SU-ITS, US_Swan, US_UChicago, US_UConn-HPC, US_UCSD, US_Wisconsin
Scopeusertests
Events for this stage

Output patterns

 DestinationPatternLifetimeFor next stageRSE expression
1https://fndcadoor.fnal.gov:2880/dune/scratch/users/jlechevr/fnal/11817/1*michel.root

Environment variables

NameValue
CAMPAIGN_METApdhd_mc25a_michel
FHICLpdhd_MichelAnalysis.fcl
METADATA_TAR/cvmfs/fifeuser4.opensciencegrid.org/sw/dune/e903fc46717685cb37572a8a8adc0495a4bcb155/metadata
MODULE_TAR/cvmfs/fifeuser4.opensciencegrid.org/sw/dune/3f91ed35ab2e73313eb6f97d4ebb3f3d76d87dcd/exp/dune/app/users/jlechevr/sw/larsoft_v10_11_00/localProducts_larsoft_v10_11_00d00_prof_e26/protoduneana
NEVENTS1

Condor Class Ads

NameValue
HAS_CVMFS_dune_osgstorage_orgtrue

File states

Total filesFindingUnallocatedAllocatedOutputtingProcessedNot foundFailed
10000100000000

Job states

TotalSubmittedStartedProcessingOutputtingFinishedNotusedAbortedStalledJobscript errorOutputting failedNone processed
3840000018905135055
Replicas per RSE1000485.29841970422734233.423105042158341000274.7142223773586235.73061561177212378.02218084656283128.718576038332881378.5165974707621128.71044915597631378.84622739988487128.70632113565781379.1758686369831128.70322508501751379.50551795128587128.701161034399351379.835172111943128.70012900403287Replicas per RSEDUNE_US_FNAL_DISK_STAGE (49…DUNE_US_FNAL_DISK_STAGE (49%)FNAL_DCACHE (49%)QMUL (0%)SURFSARA (0%)DUNE_UK_GLASGOW (0%)DUNE_UK_MANCHESTER_CEPH (0%)DUNE_US_BNL_SDCC (0%)RAL-PP (0%)

RSEs used

NameInputsOutputs
DUNE_US_FNAL_DISK_STAGE460
QMUL30
RAL-PP30
DUNE_UK_GLASGOW20
SURFSARA20
DUNE_UK_MANCHESTER_CEPH10

Stats of processed input files as CSV or JSON, and of uploaded output files as CSV or JSON (up to 10000 files included)

File reset events, by site

SiteAllocatedOutputting
UK_RAL-Tier110
US_UChicago10

Jobscript

#!/bin/bash

# Required env:
# - METADATA_TAR
# - MODULE_TAR
# - FHICL
# - CAMPAIGN_META
# - NEVENTS

source /cvmfs/dune.opensciencegrid.org/products/dune/setup_dune.sh

stat $METADATA_TAR >&/dev/null
if [ $? -ne 0 ]; then
  echo "metadata.tar not found"
  exit 1
fi

DUNE_VERSION=${DUNE_VERSION:-v10_11_00d00}
DUNE_QUALIFIER=${DUNE_QUALIFIER:-e26:prof}
setup dunesw "$DUNE_VERSION" -q "$DUNE_QUALIFIER"
if [ $? -ne 0 ]; then
  echo "setup dunesw $DUNE_VERSION -q $DUNE_QUALIFIER failed"
  exit 1
fi

export PROTODUNEANA_DIR=${MODULE_TAR}/${DUNE_VERSION}
export PROTODUNEANA_INC=${PROTODUNEANA_DIR}/include
export PROTODUNEANA_FQ_DIR=${PROTODUNEANA_DIR}/slf7.x86_64.e26.prof
export PROTODUNEANA_LIB=${PROTODUNEANA_FQ_DIR}/lib
export CET_PLUGIN_PATH=$PROTODUNEANA_LIB:$CET_PLUGIN_PATH
export FW_SEARCH_PATH=${MODULE_TAR}:$FW_SEARCH_PATH

export FHICL_FILE_PATH=${METADATA_TAR}:${FHICL_FILE_PATH}

input_file=$($JUSTIN_PATH/justin-get-file | cut -f2 -d ' ')
if [ -z "$input_file" ]; then
  echo "justin-get-file failed"
  exit 1
fi
nev=${NEVENTS:--1}

start_time=$(date +"%s").0
lar -c $FHICL -n $nev $input_file
if [ $? -ne 0 ]; then exit $?; fi
end_time=$(date +"%s").0
output_file=$(ls *.root)

setup metacat
export METACAT_SERVER_URL=https://metacat.fnal.gov:9443/dune_meta_prod/app
export METACAT_AUTH_SERVER_URL=https://metacat.fnal.gov:8143/auth/dune

python -m meta_maker \
  --start_time $start_time --end_time $end_time --file_format "root" \
  --app_family "dunesw" --app_name "reco" --app_version ${DUNE_VERSION} \
  --data_tier "root-tuple-virtual"\
  --campaign "$CAMPAIGN_META" \
  --fcl $FHICL \
  -f "${JUSTIN_SCOPE}:$output_file" -j "${output_file}.json"
if [ $? -ne 0 ]; then
  echo "meta_maker.py failed"
  exit $?
fi

echo "$input_file" > processed_files.list
justIN time: 2026-02-04 04:27:44 UTC       justIN version: 01.06.00