-data

Displays the data file requirements for the job. The -data option acts as a filter to show only jobs with data requirements. For example, the option lists jobs that are submitted with -data. The option also lists files or data requirement tags that are requested by the job.

Categories

filter

Synopsis

bjobs -data [jobID]

Conflicting options

Do not use the -data option with the following options: -A, -sum.

Description

The following units are displayed for file size:
  • nnn B if file size is less than 1 KB
  • nnn[.n] KB if file size is less than 1 MB
  • nnn[.n] MB if file size is less than 1 GB
  • nnn[.n] GB if file size is 1 GB or larger
  • nnn[.n] EB if file size is 1 EB or larger

A dash (-) indicates that a size or modification time stamp value is not available.

For jobs with data requirements that are specified as tags, the -data option shows the tag names.

Examples

bjobs -data 1962
JOBID   USER    STAT  QUEUE  FROM_HOST  EXEC_HOST  JOB_NAME   SUBMIT_TIME
1962    user1   PEND  normal hostA                 *p 1000000 Sep 20 16:31 
FILE                                 SIZE   MODIFIED 
datahost:/proj/user1/input1.dat      500 M   Jun 27 16:37:52 
datahost:/proj/user1/input2.dat      100 M   Jun 27 16:37:52 
datahost:/proj/user1/input3.dat      -      -
For jobs with data requirements specified as tags, the -data option shows the tag names:
bjobs -data 1962
JOBID   USER    STAT  QUEUE      FROM_HOST   EXEC_HOST   JOB_NAME   SUBMIT_TIME
1962    user1   PEND  normal     hostA                   *p 1000000 Sep 20 16:31 
TAG
OUTPUT_FROM_J1 
OUTPUT_FROM_J2
For jobs with a folder as data requirement, the -data shows the folder name. Individual files in the folder are not shown. For example, for the following data requirement
bsub -data "/home/user/folder1/" myjob
the -data option shows the folder name /home/user/folder1/:
bjobs -data 44843
JOBID   USER    STAT  QUEUE      FROM_HOST   EXEC_HOST   JOB_NAME   SUBMIT_TIME
44843   user1   PEND  normal     hosta                   myjob      May 10 14:42

 FILE                                                 SIZE         MODIFIED    
 hosta:/home/user1/folder1/                           4 KB         May  9 09:53