Provided by: condor_23.9.6+dfsg-2.1build2_amd64 

NAME
condor_evicted_files - HTCondor Manual
Inspect the file(s) that HTCondor is holding on to as a result of a job being evicted when
when_to_transfer_output = ON_EXIT_OR_EVICT, or checkpointing when CheckpointExitCode is set.
SYNOPSIS
condor_evicted_files [COMMAND] <clusterID>.<procID>[ <clusterID.<procID>]*
DESCRIPTION
Print the directory or directories HTCondor is using to store files for the specified job or jobs.
COMMAND may be one of dir, list, or get:
• dir: Print the directory (for each job) in which the file(s) are stored.
• list: List the contents of the directory (for each job).
• get: Copy the contents of the directory to a subdirectory named after each job's ID.
GENERAL REMARKS
The tool presently has a number of limitations:
• It must be run the same machine as the job's schedd.
• The schedd must NOT have ALTERNATE_JOB_SPOOL set
• You can't name the destination directory for the get command.
• The tool can't distinguish between an invalid job ID and a job for which HTCondor never held any files.
EXIT STATUS
Returns 0 on success.
AUTHOR
Center for High Throughput Computing, University of Wisconsin-Madison
AUTHOR
HTCondor Team
COPYRIGHT
1990-2024, Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-
Madison, Madison, WI, US. Licensed under the Apache License, Version 2.0.
Aug 06, 2025 CONDOR_EVICTED_FILES(1)