justIN           Dashboard       Workflows       Jobs       AWT       Sites       Storages       Docs       Login

Workflow 12005, Stage 2

Workflow12005
Campaign403
Priority50
Processors1
Wall seconds28800
Image/cvmfs/singularity.opensciencegrid.org/fermilab/fnal-wn-sl7:latest
RSS bytes6291456000 (6000 MiB)
Max distance for inputs0.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
1Rucio usertests:fnal-w12005s2p1*_g4.root86400True

Environment variables

NameValue
JOB_FHICL_FILEstandard_g4_dune10kt_1x2x6.fcl

File states

Total filesFindingUnallocatedAllocatedOutputtingProcessedNot foundFailed
70000363700335508

Job states

TotalSubmittedStartedProcessingOutputtingFinishedNotusedAbortedStalledJobscript errorOutputting failedNone processed
24435000015040601666420805000
Files processed00100100200200300300400400500500600600700700800800900900100010001100110012001200130013001400140015001500Jan-17 16:00Jan-17 18:00Jan-17 20:00Jan-17 22:00Jan-18 00:00Jan-18 02:00Jan-18 04:00Jan-18 06:00Jan-18 08:00Jan-18 10:00Jan-18 12:00Jan-18 14:00Jan-18 16:00Jan-18 18:00Jan-18 20:00Files processedBin start timesNumber per binUK_QMULCA_SFUUK_RAL-Tier1NL_NIKHEFUK_RAL-PPDCZ_FZUUS_FNAL-T1US_FNAL-FermiG…US_FNAL-FermiGridCERNIT_CNAFUS_BNL
Replicas per RSE2527471.13706314300623180.963352898145621140415.59295286141037317.56631879480256827329.93417587306266310.72811404295396708285.90177094347473259.00850480414107449280.68451857156526207.63287128563462406293.8472784696494171.60549934806326371316.7645840029011145.29122307135952268341.46991563520214130.5980989223495151359.5162757682243125.0330123005859179369.7713995575109123.4464825306580674376.66040536679765122.98046094074104Replicas per RSEDUNE_US_BNL_SDCC (3…DUNE_US_BNL_SDCC (36%)DUNE_UK_MANCHESTER_…DUNE_UK_MANCHESTER_CEPH (16%)DUNE_CERN_EOS (11%)NIKHEF (10%)RAL_ECHO (6%)DUNE_US_FNAL_DISK_S…DUNE_US_FNAL_DISK_STAGE (5%)DUNE_IT_INFN_CNAF (…DUNE_IT_INFN_CNAF (5%)PRAGUE (3%)DUNE_CA_SFU (2%)RAL-PP (1%)QMUL (1%)

RSEs used

NameInputsOutputs
DUNE_CERN_EOS827827
NIKHEF708708
RAL_ECHO449449
DUNE_US_FNAL_DISK_STAGE406406
DUNE_IT_INFN_CNAF371371
PRAGUE268268
DUNE_CA_SFU157151
RAL-PP7979
QMUL7474
DUNE_US_BNL_SDCC7222

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
CA_SFU60

Jobscript

#!/bin/bash
#set -euo pipefail

echo "=== G4 job starting ==="
echo "Host: $(hostname)"
echo "PWD(cmd): $(/bin/pwd -P || pwd || true)"
echo "PWD(var): ${PWD:-unset}"
echo "JUSTIN_PATH=${JUSTIN_PATH:-unset}"
echo "JUSTIN_INPUT_FILE=${JUSTIN_INPUT_FILE:-unset}"

# ----------------------------------------------------------------------
# Allocate the input file via justIN (preferred, robust)
# ----------------------------------------------------------------------
if [[ -z "${JUSTIN_PATH:-}" ]]; then
  echo "ERROR: JUSTIN_PATH is not set (not running under justIN wrapper?)"
  exit 2
fi

alloc="$("$JUSTIN_PATH/justin-get-file")"
if [[ -z "$alloc" ]]; then
  echo "No more inputs allocated for this stage; exiting cleanly."
  exit 0
fi

did="$(echo "$alloc" | awk '{print $1}')"
pfn="$(echo "$alloc" | awk '{print $2}')"
rse="$(echo "$alloc" | awk '{print $3}')"
echo "Allocated input: did=$did pfn=$pfn rse=$rse"

# Prefer the PFN from allocation; fall back to JUSTIN_INPUT_FILE if needed
INPUT_GEN="${pfn:-${JUSTIN_INPUT_FILE:-}}"
if [[ -z "${INPUT_GEN}" ]]; then
  echo "ERROR: no input file path available (pfn empty and JUSTIN_INPUT_FILE unset)"
  exit 3
fi

echo "GEN input file: ${INPUT_GEN}"

# Output value of expected input environment variables
echo "fhicl file: ${JOB_FHICL_FILE}"

# Work in the sandbox
cd $PWD

# ----------------------------------------------------------------------
# Grab the tarball that has our fhicl files we'll need
# ----------------------------------------------------------------------
FCL_TGZ_URL="https://raw.githubusercontent.com/SFBayLaser/dune-justin/main/bundles/fhicl_bundle.tgz"
curl -L -o fhicl_bundle.tgz "$FCL_TGZ_URL"
tar xzf fhicl_bundle.tgz

# ----------------------------------------------------------------------
# Environment setup
# ----------------------------------------------------------------------
echo "Sourcing DUNE setup..."
#set +u
source /cvmfs/dune.opensciencegrid.org/products/dune/setup_dune.sh
#set -u

setup dunesw v10_16_00d00 -q e26:prof

ups active
lar --version

# ----------------------------------------------------------------------
# Point fhicl to our local files
# ----------------------------------------------------------------------
export FHICL_FILE_PATH="$PWD/fhicl:${FHICL_FILE_PATH:-.}"

# ----------------------------------------------------------------------
# Run G4
# ----------------------------------------------------------------------
FCL=${JOB_FHICL_FILE}

# Output filename derived from input
BASE=$(basename "${INPUT_GEN}" .root)
OUTFILE="${BASE}_g4.root"

echo "Running lar G4:"
echo "  FCL:     ${FCL}"
echo "  Input:   ${INPUT_GEN}"
echo "  Output:  ${OUTFILE}"

lar -c "${FCL}" -s "${INPUT_GEN}" -o "${OUTFILE}" -n -1

# ----------------------------------------------------------------------
# Sanity checks
# ----------------------------------------------------------------------
test -f "${OUTFILE}" || { echo "ERROR: Output file ${OUTFILE} not produced!"; exit 1; }
ls -lh "${OUTFILE}"

# ----------------------------------------------------------------------
# Tell justIN we successfully processed the allocated input
# ----------------------------------------------------------------------
echo "$did" >> justin-processed-dids.txt
echo "Wrote processed DID: $did"

echo "=== G4 job completed successfully ==="
justIN time: 2026-02-04 04:26:11 UTC       justIN version: 01.06.00
</