justIN           Dashboard       Workflows       Jobs       AWT       Sites       Storages       Docs       Login

Workflow 8116, Stage 1

Priority50
Processors1
Wall seconds80000
Image/cvmfs/singularity.opensciencegrid.org/fermilab/fnal-wn-sl7:latest
RSS bytes2096103424 (1999 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, 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_Lancaster, UK_Liverpool, UK_Manchester, UK_Oxford, UK_QMUL, UK_RAL-PPD, UK_RAL-Tier1, UK_Sheffield, US_Colorado, US_FNAL-FermiGrid, US_FNAL-T1, US_Michigan, 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/msiden/keepup_vd_test/fnal/08116/1*root

Environment variables

NameValue
CALIBANA_TAR/cvmfs/fifeuser3.opensciencegrid.org/sw/dune/6b5ffdf0c25700a16ee1758cfcb75a1d5c35e73c
NEVENTS-1

File states

Total filesFindingUnallocatedAllocatedOutputtingProcessedNot foundFailed
100000604

Job states

TotalSubmittedStartedProcessingOutputtingFinishedNotusedAbortedStalledJobscript errorOutputting failedNone processed
6000002302014003
Files processed00112233445566Sep-26 18:00Sep-26 19:00Sep-26 20:00Files processedBin start timesNumber per binUK_QMULUK_RAL-Tier1
Replicas per RSE2441.8937870663974148.810510492318032480.1462511658797266.539489507681942380.0339.31294.81051049231803295.89378706639741274.7234.000000000000031294.81051049231803172.10621293360261347.460510492318133.85374883412032Replicas per RSEDUNE_CERN_EOS (20%)NIKHEF (20%)PRAGUE (20%)RAL_ECHO (10%)DUNE_IT_INFN_CNAF (10%)DUNE_UK_MANCHESTER_CEPH (10…DUNE_UK_MANCHESTER_CEPH (10%)QMUL (10%)

RSEs used

NameInputsOutputs
NIKHEF70
PRAGUE70
DUNE_IT_INFN_CNAF60
DUNE_UK_MANCHESTER_CEPH60
DUNE_CERN_EOS20
RAL_ECHO10
QMUL10
None06

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-Tier1134
ES_CIEMAT20
CH_UNIBE-LHEP10

Jobscript

#!/bin/bash
#

source /cvmfs/dune.opensciencegrid.org/products/dune/setup_dune.sh
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

DUNE_VERSION=${DUNE_VERSION:-v10_10_02d00}
DUNE_QUALIFIERS=${DUNE_QUALIFIERS:-e26:prof}

if [ -n "$CALIBANA_TAR" ]; then
  stat ${CALIBANA_TAR}
  if [ $? -ne 0 ]; then
    echo "Failed to stat $CALIBANA_TAR. Exiting safely"
    exit 0
  fi

  export PRODUCTS=$CALIBANA_TAR:$PRODUCTS
  echo "Set dunesw to $CALIBANA_TAR"
fi

setup dunesw "$DUNE_VERSION" -q "$DUNE_QUALIFIERS"

echo "Will use justin-get-file"
#
DID_PFN_RSE=`$JUSTIN_PATH/justin-get-file`
##Check that any file was returned
if [ "${DID_PFN_RSE}" == "" ] ; then
  echo "Could not get file"
  exit 0
fi

pfn=`echo ${DID_PFN_RSE} | cut -f2 -d' '`
did=`echo ${DID_PFN_RSE} | cut -f1 -d' '`
echo "pfn: ${pfn}"
echo "did: ${did}"
now=$(date -u +"%Y%m%dT%H%M%SZ")

lar -c "run_calibanatree_vd.fcl" $pfn -n ${NEVENTS} 

exitcode=$?
if [ $exitcode -ne 0 ]; then
  echo "Error running. Exiting with ${exitcode}"
  exit $exitcode
fi

echo "lsing"
ls -lhS
echo "disk usage"
du -sh .

echo "$pfn" > justin-processed-pfns.txt
justIN time: 2025-11-04 01:27:22 UTC       justIN version: 01.05.01