Sun N1 Grid Engine 6.1 User's Guide

view_accounting

Accounting records for jobs, array tasks, and tightly integrated tasks. Contains only finished jobs.

Column 

Type 

Description 

job_number 

integer 

Job number 

task_number 

integer 

Array task id 

pe_taskid 

text 

ID of a tightly integrated parallel task 

name 

text 

job name (script name or value set with the submit option -N) 

groupname 

text 

UNIX group name of the primary group the job was executed in. References the group table. 

username 

text 

UNIX user account the job was running in. References the user table. 

account  

text 

Account string set with the submit option -A 

project 

text 

Project, References the project table 

department 

text 

Department, References the department table 

submission_time 

timestamp 

Time of the job submission 

start_time 

timestamp 

Time when the job was started 

end_time 

timestemp 

Time when the job finished 

wallclock_time 

integer 

end_time - start_time 

cpu 

double 

The CPU time usage in seconds 

io 

double 

The amount of data transferred in input/outputoperations 

iow 

double 

The io wait time in seconds 

maxvmem 

double 

The maximum vmem size in bytes 

wait_time 

integer 

start_time - submission_time 

turnaround_time 

integer 

end_time - submission_time