Datastore is located at /u/abbode2/mysql

To access Start singularity container

singularity instance start --bind ./data:/vt/vtdataroot   --bind .:/mysql images/vitess15.sif vitess

Start Mysql Server

singularity run --pwd /mysql instance://vitess  /mysql/start

to execute a query from the command line

mysql -h 127.0.0.1 -u root -prootpw jobdata -e "select count(*) from jobs"

If for some reason you want a shell in the container…

singularity shell instance://vitess

to stop the db:

singularity run --pwd /mysql instance://vitess  /mysql/stop

to stop the singularity instance:

singularity instance stop vitess


Database description

Database : Jobdata

  • Table : jobs
  • Table : job_hosts


job_hosts Tables

FieldTypeDescriptionUse for querying databaseIncluded in TrainingReasoning for Inclusion (or not)
jobidintUnique id of a submitted job.x
Needed to join to the jobs table.
nidint
x
Needed to link the torque job to its ovis data.


Jobs Table

FieldTypeDescriptionUse for querying databaseInclude in Exploratory LRInclude in TrainingReasoning for Inclusion (or not)Possible values or example value
jobidintUnique id of a submitted job.x

Needed to join to the job_hosts tableEx. 2768866
statusstring

The status that the job exited the moab scheduler with.

x
Possible Label
  • Aborted
  • Canceled
  • Completed
  • Deleted
  • Q_orphan
  • R_orphan
userstringthe username of user who submitted the job


Personal identifiers are unique and would not give any information that can be generalized.Ex. abbode2
user_groupstringThe allocation group the job was charged to ?


Job status has no dependence on allocation group. Any correlation would be independent.Ex. bw_staff
accountstring???


Personal identifiers are unique and would not give any information that can be generalized.
jobnamestring???




queuestring

The scheduler queue used for the job.






  • normal
  • debug
  • high
  • low
  • tput
  • bench
  • high_long
  • normal_long
  • NULL
  • noalloc
  • sleepaprun
  • sleepnoaprun
  • streamaprun
  • sleepnoapacct
ctimeUnix epoch timestampUnix epoch time of ???x?



qtimeUnix epoch timestampUnix epoch time of when job was queued?x?



etimeUnix epoch timestampUnix epoch time of when job ended?x?



startUnix epoch timestampUnix epoch time of when job started?x



endUnix epoch timestampUnix epoch time of when job ended?x



ownerstringThe name of the user who submitted and the host node they submitted from.


Personal identifiers are unique and would not give any information that can be generalized.abbode2@h2ologin1
RLNeednodesstringThe number of nodes and type of node requested.



40:ppn=32:xe
RLnodectstringThe number of nodes requested same as prefeix of RLNeednodes.x
x?
40
RLnodesstringSame as RLNeednodes?



40:ppn=32:xe
RLwalltimestringRequested walltime of job?x
x?
01:00:00
RLminwclimitstring???



18:00:00 
RLflagsstring???



commtolerant:commlocal:preemptee

login_node

string???



nid25338
sessionint???



16528
exit_statusintThe int exit status of the jobs root process.x
Possible Label
  • 0 Success
  • 1 Error
  • 2
  • 9, 137, 265 Hard kill
  • 15, 143, 271 Soft kill
  • ...
RUcputstring???x?
x?
188
RUmemstring???x?
x?
23988kb
RUvmemstring???x?
x?
199644kb
RUwalltimestringReal walltime of the job?x
x?
01:03:39
tcint???



0,1,2,3...
node_countintNumber of nodes actually allocated?x
x?
40
res_tasksint???



4096
priorityintLikely scheduler priority?



37594
est_startUnix epoch timestampUnix timestamp of estimated start?




moab_hold_begin?????? Null for all entries in table



  • NULL
moab_startUnix epoch timestampUnix timestamp of moab_start???x



moab_endUnix epoch timestampUnix timestamp of moab end???x



moab_queue_timeintGuessing the time that the job was in queue, Not sure on unitx
x?
3780
moab_run_timeintGuessing the time that the job was running for, Not sure on unit or cpu time or wall time.x
x?
2221
moab_accuracydecimal???



72.82
moab_xfactordecimal???



0.83
moab_wcint??? 0 for all entries in table.



  • 0
shape_xintplacement shape x dim?




shape_yintplacement shape y dim?




shape_z

intplacement shape z dim?




origin_xintplacement origin x dim?




origin_yintplacement origin y dim?




origin_zintplacement origin z dim?




resnamestring???



6037153
start_typeenum




  • backfill
  • Null
  • reserved
  • priority
  • admin
preempted_byint???



6038323
prologue_startUnix epoch timestampUnix timestamp of??




prologue_endUnix epoch timestampUnix timestamp of??




epilogue_startUnix epoch timestampUnix timestamp of??




epilogue_endUnix epoch timestampUnix timestamp of??




  • No labels
Write a comment...