(Click to open topic with navigation)
SSSJob Object Specification
Draft Release Version 3.1.0
26 April 2011
Scott Jackson, PNNLStringDavid Jackson, Ames Lab
Brett Bode, Ames Lab
This document describes the job object to be used by Scalable Systems Software compliant components. It is envisioned for this specification to be used in conjunction with the SSSRMAP protocol with the job object passed in the Data field of Requests and Responses. Queries can be issued to a job-cognizant component in the form of modified XPATH expressions to the Get field to extract specific information from the job object as described in the SSSRMAP protocol.
This document describes the syntax and structure of the SSS job object. A job model is described that is flexible enough to support the specification of very simple jobs as well as jobs with elaborate and complex specification requirements in a way that avoids complex structures and syntax when it is not needed. The basic assumption is that a solitary job specification should be usable for all phases of the job lifecycle and can be used at submission, queuing, staging, reservations, quotations, execution, charging, accounting, etc. This job specification provides support for multi-step jobs, as well as jobs with disparate task descriptions. It accounts for operational requirements in a meta-scheduled environment where the job is executed by multiple hosts in different administrative domains that support different resource management systems.
5.0 Job and JobDefaults Element
This specification proposes a standard XML representation for a job object for use by the various components in the SSS Resource Management System. This object will be used in multiple contexts and by multiple components. It is anticipated that this object will be passed via the Data Element of SSSRMAP Requests and Responses.
There are several goals motivating the design of this representation.
The representation needs to be inherently flexible. We recognize we will not be able to exhaustively include the ever-changing job properties and capabilities that constantly arise.
The representation should use the same job object at all stages of that job’s lifecycle. This object will be used at job submission, queuing, scheduling, charging and accounting, hence it may need to distinguish between requested and delivered properties.
The design must account for the properties and structure required to function in a meta environment. It needs to include the capability to support local mapping of properties, global name spaces, etc.
The equivalent of multi-step jobs must be supported. Each step (job) can have multiple logical task descriptions.
Many potential users of the specification will not be prepared to implement the complex portions or fine-granularity that others need. There needs to be a way to allow the more complicated structure to be added as needed while leaving more straightforward cases simple.
There needs to be guidance for how to understand a given job object when higher order features are not supported by an implementation, and which parts are required, recommended and optional for implementers to implement.
It needs to support composite resources.
It should include the ability to specify preferences or fuzzy requirements.
Name space considerations and naming conventions for most property values are outside of the scope of this document.
Example 25-3: Very Simple Example
This example shows a simple job object that captures the requirements of a simple job.
<Job> <Id>PBS.1234.0</Id> <State>Idle</State> <User>scottmo</User> <Executable>/bin/hostname</Executable> <Processors>16</Processors> <Duration>3600</Duration> </Job>
Example 25-4: Moderate Example
This example shows a moderately complex job object that uses features such as required versus delivered properties.
<Job> <Id>PBS.1234.0</Id> <Name>Heavy Water</Name> <Project>nwchemdev</Project> <User>peterk</User> <Application>NWChem</Application> <Executable>/usr/local/nwchem/bin/nwchem</Executable> <Arguments>-input basis.in</Arguments> <InitialWorkingDirectory>/home/peterk</InitialWorkingDirectory> <Machine>Colony</Machine> <QualityOfService>BottomFeeder</QualityOfService> <Queue>batch_normal</Queue> <State>Completed</State> <StartTime>1051557713</StartTime> <EndTime>1051558868</EndTime> <Charge>25410</Charge> <Requested> <Processors op=”GE”>12</Processors> <Memory op=”GE” units=”GB”>2</Memory> <Duration>3600</Duration> </Requested> <Delivered> <Processors>16</Processors> <Memory metric=”Average” units=”GB”>1.89</Memory> <Duration>1155</Duration> </Delivered> <Environment> <Variable name=”PATH”>/usr/bin:/home/peterk</Variable> </Environment> </Job>
Example 25-5: Elaborate Example
This example uses a job group to encapsulate a multi-step job. It shows this protocol’s ability to characterize complex job processing capabilities. A component that processes this message is free to retain only that part of the information that it requires. Superfluous information can be ignored by the component or filtered out (by XSLT for example).
<JobGroup> <Id>workflow1</Id> <State>Active</State> <Name>ShuttleTakeoff</Name> <JobDefaults> <StagedTime>1051557859</StagedTime> <SubmitHost>asteroid.lbl.gov</SubmitHost> <SubmitTime>1051556734</SubmitTime> <Project>GrandChallenge18</Project> <GlobalUser>C=US,O=LBNL,CN=Keith Jackson</GlobalUser> <User>keith</User> <Environment> <Variable name=”LD_LIBRARY_PATH”>/usr/lib</Variable> <Variable name=”PATH”>/usr/bin:~/bin:</Variable> <Environment> </JobDefaults> <Job> <Id>fr15n05.1234.0</Id> <Name>Launch Vector Initialization</Name> <Executable>/usr/local/gridphys/bin/lvcalc</Executable> <Queue>batch</Queue> <State>Completed</State> <Machine>SMP2.emsl.pnl.gov</Machine> <StartTime>1051557713</StartTime> <EndTime>1051558868</EndTime> <Quote>http://www.pnl.gov/SMP2#654321</Quote> <Charge units=”USD”>12.75</Charge> <Requested> <Duration>3600</Duration> <Processors>2</Processors> <Memory>1024</Memory> </Requested> <Delivered> <Duration>1155</Duration> <Processors consumptionRate=”0.78”>2</Processors> <Memory metric=”Max”>975</Memory> </Delivered> <TaskGroup> <TaskCount>2</TaskCount> <TaskDistribution type=”TasksPerNode”>1</TaskDistribution> <Task> <Node>node1</Node> <Process>99353</Process> </Task> <Task> <Node>node12</Node> <Process>80209</Process> </Task> </TaskGroup> </Job> <Job> <Id>fr15n05.1234.1</Id> <Name>3-Phase Ascension</Name> <Queue>batch_normal</Queue> <State>Idle</State> <Machine>Colony.emsl.pnl.gov</Machine> <Priority>1032847</Priority> <Hold>System</Hold> <StatusMessage>Insufficient funds to start job</StatusMessage> <Requested> <Duration>43200</Duration> </Requested> <TaskGroup> <TaskCount>1</TaskCount> <Name>Master</Name> <Executable>/usr/local/bin/stage-coordinator</Executable> <Memory>2048<Memory> <Resource name=”License” type=”ESSL2”>1</Resource> <Feature>Jumbo-Frame</Feature> </TaskGroup> <TaskGroup> <Name>Slave</Name> <TaskDistribution type=”Rule”>RoundRobin</TaskDistribution> <Executable>/usr/local/bin/stage-slave</Executable> <NodeCount>4</NodeCount> <Requested> <Processors group=”-1”>12</Processors> <Processors conj=”Or” group=”1”>16</Processors> <Memory>512</Memory> <Node aggregation=”Pattern”>fr15n.*</Node> </Requested> </TaskGroup> </Job> </JobGroup>
The keywords MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, RECOMMENDED, MAY, and OPTIONAL in this document are to be interpreted as described in RFC2119.
2.2 Table Column Interpretations
The columns of the property tables in this document have the following meanings:
Element Name | Name of the XML element (xsd;element) see [DATATYPES] |
---|---|
Type |
Data type defined by xsd (XML Schema Definition)as:
|
Description | Brief description of the meaning of the property |
Appearance |
An indication of whether the given property must appear in the parent element. It assumes the following meanings:
|
Compliance |
An indication of the relative importance of supporting the given property.
|
Categories |
Some properties may be categorized into one of several categories. Letters in this column indicate that the given property can be classified in the following property categories.
|
2.3 Element Syntax Cardinality
Selected elements in the element syntax sections use regular expression wildcards with the following meanings:
Wildcard | Description |
---|---|
* | Zero or more occurrences |
+ | One or more occurrences |
? | Zero or one occurrences |
The absence of one of these symbols implies exactly one occurrence.
The primary object within the job model is a job. A job can be thought of as a single schedulable entity and will be the object normally seen in job queues.
Image 25-1: JobGroup contains Job and JobDefaults, which contain TaskGroup and TaskGroupDefaults |
Click to enlarge |
Jobs with dependencies on other jobs may be submitted in a job group. Jobs within a job group form a DAG (directed acyclic graph) where the nodes are jobs and the edges represent dependencies on the status of previous jobs. A job group will consist of at least one job. A job group can optionally specify job defaults which are a set of job properties to be assumed by all jobs within the job group unless overridden within the job.
A job may consist of multiple tasks, which are the finest grained work unit and represent an endpoint for executing a given process instance. For example, a job that requests 3 nodes and 4 processors will have 4 tasks, two on one node and one on each of two nodes. Tasks may be grouped into task groups, which are logical aggregations of tasks and their common properties. Submit filters, prologs, epilogs, notification scripts, etc. run once only for each job. Whereas task groups function as logical descriptions of tasks and their properties, they also describe the number of such tasks and the nodes that they run on. As an example, a master task group (consisting of a single task) might ask for a node with a MATLAB license, 2GB of memory and an Internet connected network adapter while a slave task group (consisting of 12 tasks) could be targeted for nodes with more CPU bandwidth -- all within the same job and utilizing a common MPI ring. Tasks (and hence taskgroups) can have different executables or environments, specify different consumable resources or node properties. A job, therefore, may specify one or more task group. A job that does not specify an explicit task group is considered as having a single implicit task group. A job can optionally specify task group defaults which are a set of task group properties to be assumed by all task groups within the job unless overridden within a task group.
A task group may specify one or more tasks. A task group that does not specify an explicit task is considered as having a single implicit task. A task group can optionally specify task defaults which are a set of task properties to be assumed by all tasks within the task group unless overridden within a task.
A JobGroup is an optional element that aggregates one or more interdependent jobs. Some resource managers support the submission of job groups (multi-step jobs) and queries on the status of an entire job group.
The following illustrates this element’s syntax:
C<JobGroup> <!-- JobGroup Properties -->+ <Job/>+ <JobDefaults/>? </JobGroup>
JobGroup Properties are properties that apply to the job group as a whole. These include the job group id, jobs and job defaults, and other simple optional job properties.
Simple (unstructured) job group properties are enumerated in the table below.
Table 25-1: Simple JobGroup Properties
Element Name | Type | Description | Appearance | Compliance |
---|---|---|---|---|
CreationTime | DateTime | Date and time that the job group was instantiated | MAY | MAY |
Description | String | Description of the job group | MAY | MAY |
Id | String | Job group identifier | MUST | MUST |
Name | String | Name of the job group | MAY | SHOULD |
State | String | State of the job group as a whole. Valid states may include NotQueued, Unstarted, Active, and Completed. | MAY | SHOULD |
A job group MUST contain one or more jobs.
See the next section for element details.
A job group MAY contain zero or one job defaults.
See the next section for element details.
When a simple reference to a predefined job group is needed in an encapsulating element, a JobGroup element is used with the text content being the job group id:
<JobGroup> workflow1</JobGroup>
The Job and JobDefaults elements are of the same structure. A Job element encapsulates a job and may be expressed as a standalone object. A JobDefaults element may only appear within a JobGroup and represents the defaults to be taken by all jobs within the job group. Job properties in Job elements override any properties found in a sibling JobDefaults element.
The following illustrates this element’s syntax:
<Job> <!-- Job Properties -->+ <TaskGroup/>* <TaskGroupDefaults/>? </Job>
Job Properties apply to a particular job or as default properties to all jobs. They include the job id, job credentials, task groups, task group defaults, and other simple optional properties.
Simple (unstructured) job properties are enumerated in the table below.
Table 25-2: Simple Job Properties
Element Name | Type | Description | Appearance | Compliance | Categories |
---|---|---|---|---|---|
Application | String | Type of application such as Gaussian or Nwchem | MAY | MAY | |
Architecture | String | Type architecture for the nodes on which this job must run | MAY | MAY | RD |
Arguments | String | The arguments for the executable | MAY | SHOULD | |
Charge | Float | The amount charged for the job | MAY | SHOULD | |
Checkpointable | Boolean | Can this job be checkpointed? | MAY | MAY | |
CpuDuration | Duration | Number of cpu seconds used by the job | MAY | SHOULD | |
DeadlineTime | DateTime | Date and time that a job must end by | MAY | MAY | |
EligibleTime | DateTime | Date and time that a job must start after | MAY | MAY | |
EndTime | DateTime | Date and time that a job ended (independent of success or failure) | MAY | MUST | |
Executable | String | Executable. This may be an absolute or relative path or a URI.* | MAY | MUST | |
ExitCode | Integer | Exit code for the job | MAY | SHOULD | |
GlobalJob | String | Globally unique job identifier (possibly in the form of a URI) | MAY | SHOULD | |
Hold | String | Hold(s) on the job. There may be multiple instances of this element if there is more than one ld on the job | MAY | SHOULD | |
InitialWorking-Directory | String | Initial working directory | MAY | SHOULD | |
Interactive | Boolean | Is this an interactive job? | MAY | SHOULD | |
Id | String | A local job identifier assigned to the job by the local resource manager | MUST | MUST | |
Name | String | Name of the job | MAY | SHOULD | |
State | String | State of the job. Valid states may include Idle, Hold, Running, Suspended, or Completed | MAY | MUST | |
Type | String | Type of job. Meaning of this extension property is context specific. | MAY | MAY | |
Machine | String | Name of the system or cluster that runs the job | MAY | MUST | RD |
Network | String | Type of network adapter required by the job | MAY | MAY | RD |
NodeCount | Integer | Number of nodes used by the job | MAY | MUST | RD |
OperatingSystem | String | Operating System required by the job | MAY | MAY | RD |
Partition | String | Name of the partition in which the job should run | MAY | MAY | RD |
Priority | Integer | Current queue priority (or rank)for the job | MAY | SHOULD | |
QualityOfService | String | Name of the Quality of Service (QoS) | MAY | SHOULD | RD |
Queue | String | Name of the Queue (or class)that the job runs in | MAY | SHOULD | RD |
Quote | String | Identifier for a guaranteed charge rate quote obtained by the job | MAY | MAY | |
Reservation | String | Identifier for a reservation used by the job | MAY | MAY | RD |
ReservationTime | DateTime | Date and time that a reservation was placed for the job | MAY | MAY | |
ResourceManagerType | String | Type of resource manager required to run this job | MAY | MAY | RD |
Restartable | Boolean | Can this job be restarted? | MAY | MAY | |
Shell | String | Specified the shell necessary to interpret the job script | MAY | MAY | |
StagedTime | DateTime | Date and time that a job was staged to the local resource management system | MAY | MAY | |
StartCount | Integer | Number of times the scheduler tried to start the job | MAY | MAY | |
StartTime | DateTime | Date and time that the job started | MAY | MUST | |
StatusMessage | String | Natural language message that can be used to provide detail on why a job failed, isn't running, etc. | MAY | SHOULD | |
SubmitTIme | DateTime | Date and time that a job was submitted | MAY | SHOULD | |
SubmitHost | String | FQDN of host where the job was submitted from | MAY | SHOULD | |
Suspendable | Boolean | Can this job be suspended? | MAY | MAY | |
SuspendDuration | Integer | Number of seconds the job was in the Suspended state | MAY | MAY | |
TimeCategory | String | This allows the specification of shifts like PrimeTime for charging purposes | MAY | MAY | |
Duration | Duration | Number of seconds in the Running state | SHOULD | MUST | RD |
* The Executable may be a script or a binary executable. If it is already on the target system it may be referenced by an absolute or relative pathname (relative to InitialWorkingDirectory). If it is passed with the job in a File object (see SSSRMAP), it can be referenced by an absolute or relative URI. An absolute URI would specify a URL where the file can be downloaded (like with wget). A relative URI is specified by preceding an identifier by a pound sign, as in
<Executable>#Script</Executable>
It will be found in a File object included along with the Job object with the Script as an identifier, as in
<File id=”Script”>echo hello world</File>
The Feature element connotes an arbitrary named feature of a node.
The following is an example of a feature element:
<Feature aggregation=”List”>feature1,feature2</Feature>
The OutputFile element specifies the name of the file to which the output stream (stdout) from the job will be written.
Note that when using the redirectList attributes, the cumulative effect of the ErrorFile and OutputFile directives may be order dependent.
The following is an example of an OutputFile element:
<OutputFile redirectList=”Append”>~/myjob.out</OutputFile>
The ErrorFile element specifies the name of the file to which the error stream (stderr) from the job will be written.
Note that when using the redirectList attributes, the cumulative effect of the ErrorFile and OutputFile directives may be order dependent.
The following is an example of an ErrorFile element:
<ErrorFile redirectList=”Merge”></ErrorFile>
The InputFile element specifies the name of the file from which the input stream (stdin) for the job will be read.
The following is an example of an InputFile element:
<InputFile redirectList=”Close”></InputFile>
The NotificationList element specifies the job-related events or conditions for which a notification will be sent.
The following is an example of a NotificationList element:
<NotificationList uri=”[email protected]”>JobStart,JobEnd</NotificationList>
The ResourceLimit element represents a resource limit with its name and value.
Some typical names include:
Name | Description |
---|---|
CoreFileSize | Maximum core file size |
CpuTime | CPU time in seconds |
DataSegSize | Maximum data size |
FileSize | Maximum file size |
MaxMemorySize | Maximum resident set size |
MaxProcesses | Maximum number of processes |
MaxSwap | Virtual memory limit |
MaxMemLock | Maximum locked-in-memory address space |
MaxProcessors | Maximum processors |
MaxMemory | Maximum memory |
MaxDisk | Maximum disk space |
MaxNetwork | Maximum network bandwidth |
MaxFileIO | Maximum file i/o |
OpenFiles | Maximum number of open files |
Stacksize | Maximum stack size |
The following is an example of a ResourceLimit element:
<ResourceLimit name=”CPUTime”>1000000</ResourceLimit>
Credentials are a special group of job properties that characterize an authenticated token or id. They can be categorized in both requested and delivered forms.
Credential job properties are enumerated in the table below.
Table 25-3: Credential Job Properties
Element Name | Type | Description | Appearance | Compliance | Categories |
---|---|---|---|---|---|
Project | String | Name of the Project or Charge Account | MAY | SHOULD | RD |
GlobalUser | String | Globally unique user identifier. This may be an X.509 DN for example | MAY | SHOULD | RD |
Group | String | Name of the local group id | MAY | MAY | RD |
User | String | Name of the local user id for the job | MAY | MUST | RD |
The Environment element encapsulates environment variables.
The following illustrates this element’s syntax:
<Environment> <Variable/>+ </Environment>
The Variable element represents an environment variable with its name and value.
This element MUST have a name attribute of type String. A compliant implementation MUST support the name attribute if Variable is supported. This element’s character content is the environment variable’s value.
The following is an example of a Variable element:
<Variable name=”PATH”>/usr/bin:/home/sssdemo</Variable>
The Node element represents a node.
The following is an example of a Node element:
<Node aggregation=”Pattern”>node[1-5]</Node>
The TaskDistribution element describes how tasks are to be mapped to nodes. This mapping may be expressed as a rule name, a task per node ratio or an arbitrary geometry.
The following are three examples of a TaskDistribution element:
<TaskDistribution type=”TasksPerNode”>2</TaskDistribution> <TaskDistribution type=”Rule”>RoundRobin</TaskDistribution> <TaskDistribution type=”Geometry”>{1,4}{2}{3,5}</TaskDistribution>
The Dependency element allows a job’s execution to depend on the status of other jobs. In a job group (multi-step job), some jobs may delay execution until the failure or success of other jobs creating in general a Directed Acyclic Graph relationship between the jobs. This element’s content is of type String and represents the job that the current job is dependent upon. Since a job may have two or more dependencies, this element may appear more than once in a given job scope. A compliant implementation SHOULD support this element if job groups are supported.
The following is an example of a Dependency element:
<Dependency condition=”OnSuccess” designator=”JobId”>PBS.1234.0</Dependency>
Consumable Resources are a special group of properties that can have additional attributes and can be used in multiple contexts. In general a consumable resource is a resource that can be consumed in a measurable quantity.
A list of simple consumable resources is listed in the table below.
Table 25-4: Simple Consumable Resources
Element Name | Type | Description | Appearance | Compliance | Categories |
---|---|---|---|---|---|
Disk | Float | Amount of disk | MAY | SHOULD | RD |
Memory | Float | Amount of memory | MAY | SHOULD | RD |
Network | Float | Amount of network | MAY | MAY | RD |
Processors | Integer | Number of processors | MAY | MUST | RD |
Swap | Float | Amount of virtual memory | MAY | MAY | RD |
The following are two examples for specifying a consumable resource:
<Memory metric=”Max” units=”GB”>483</Memory>
<Processors duration=”1234” consumptionRate=”0.63”>4</Processors>
In addition to the consumable resources enumerated in the above table, an extensible consumable resource is defined by the Resource element.
The following are two examples for specifying a Resource element:
<Resource name=”License” type=”MATLAB”>1</Resource>
<Resource name=”Telescope” type=”Zoom2000” duration=”750” metric=”KX”>10</Resource>
The Extension element provides a means to pass extensible properties with the job object.
Some applications may find it easier to use a named extension property than discover and handle elements they do not understand or anticipate by name.
The following is an example of an Extension element:
<Extension type=”Scheduler” name=”Restartable”>true</Extension>
A job MAY specify one or more task groups.
See the next section for element details.
A job MAY specify zero or more task group defaults.
See the next section for element details.
When a simple reference to a predefined job is needed in an encapsulating element, a Job element is used with the text content being the job id:
<Job> job123</Job>
The TaskGroup and TaskGroupDefaults elements have the same structure. A TaskGroup element aggregates tasks. A TaskGroupDefaults element may only appear within a Job (or JobDefaults) and represents the defaults to be taken by all task groups within the job. Task group properties in TaskGroup elements override any properties found in a sibling TaskGroupDefaults element.
The following illustrates this element’s syntax:
<TaskGroup> <!-- TaskGroup Properties -->+ <!-- Job Properties -->* <Task>+ <TaskDefaults>? </TaskGroup>
TaskGroup Properties apply to a particular task group or as default properties to encompassed task groups. These properties include the task group id, its tasks, task defaults, and other simple task group properties.
Simple (unstructured) task group properties are enumerated in Table 6.
Table 25-5: Simple TaskGroup Properties
Element Name | Type | Description | Appearance | Compliance | Categories |
---|---|---|---|---|---|
TaskCount | Integer | Number of tasks in this taskgroup | MAY | MUST | |
Id | String | A task group identifier unique within the job | MAY | MAY | |
Name | String | A task group name (such as Master) | MAY | SHOULD |
A task group MAY specify zero or more tasks.
See the next section for element details.
A task group MAY specify zero or more task defaults.
See the next section for element details.
When a simple reference to a predefined task group is needed in an encapsulating element, a TaskGroup element is used with the text content being the task group id:
<TaskGroup> tg1</TaskGroup>
The Task and TaskDefaults elements have the same structure. A Task element contains information specific to a task (like the process id or the host it ran on). A TaskDefaults element may only appear within a TaskGroup (or TaskGroupDefaults) element and represents the defaults for all tasks within the task group. Task properties in Task elements override any properties found in a sibling TaskDefaults element.
The following illustrates this element’s syntax:
<Task> <!-- Task Properties -->+ <!-- Job Properties -->* </Task>
Task Properties are properties that apply to a particular task or as default properties to encompassed tasks. These properties include the task id and other task properties.
Simple (unstructured) task properties are enumerated in the table below.
Table 25-6: Simple Task Properties
Element Name | Type | Description | Appearance | Compliance | Categories |
---|---|---|---|---|---|
Node | String | Name of the node this task ran on | MAY | MUST | |
Session | Integer | Session id for the task group or job | MAY | MAY | |
Id | String | A task identifier unique within the taskgroup | MAY | MAY |
When a simple reference to a predefined task is needed in an encapsulating element, a Task element is used with the text content being the task id:
<Task>1</Task>
Certain properties need to be classified as being in a particular category. This is done when it is necessary to distinguish between a property that is requested versus a property that was delivered. When no such distinction is necessary, it is recommended that the property not be enveloped in one of these elements. In general, a property should be enveloped in a category element only if it is expected that the property will need to be attributed to more than one property category, or if it needs to make use of some of the special attributes inherited from the category.
A requested property reflects properties as they were requested. A disparity might occur between the requested value and the value delivered if a preference was expressed, if multiple options were specified, or if ranges or pattern matching was specified.
The following illustrates the syntax of this element:
<Requested> <!-- Requested Properties -->+ </Requested>
The following describes the attributes and elements for the example above:
/Requested
This element is used to encapsulate requested properties.
/Requested/<Requested Property>
Requested properties appear at this level.
Requested Properties inherit some additional attributes.
The following are four examples of using Requested Properties:
<Requested> <Processors op=”GE”>8</Processors> <Processors op=”LE”>16</Processors> <Duration>3600</Duration> </Requested>
<Requested> <NodeCount>1</NodeCount> <Node aggregation=”Pattern”>fr15.*</Node> <Requested>
<Requested> <User group=”1”>scottmo</User> <Account group=”-1”>mscfops</Account> <User conj=”Or” group=”1”>amy</User> <Account group=”-1”>chemistry</Account> </Requested>
<Requested> <Memory preference=”2”>1024</Memory> <Memory preference=”1”>512</Memory> </Requested>
A delivered property reflects properties as they were actually utilized, realized or consumed. It reflects the actual amounts or values that are used, as opposed to a limit, choice or pattern as may be the case with a requested property.
The following illustrates the syntax of this element:
<Delivered> <!-- Delivered Properties -->+ </Delivered>
The following describes the attributes and elements for the example above:
/Delivered
This element is used to encapsulate delivered properties.
/Delivered/<Delivered Property>
Delivered properties appear at this level.
Delivered Properties inherit some additional attributes.
The following are the same four examples distinguishing the delivered amounts and values:
<Delivered> <Processors>12</Processors> <Duration>1234</Duration> </Delivered>
<Delivered> <Node>fr15n03</Node> </Delivered>
<Delivered> <User>scottmo</User> <Account>mscfops</Account> </Delivered>
<Delivered> <Memory>1024</Memory> </Delivered>
A word or two should be said about compatibility mechanisms. With all the leeway in the specification with regard to implementing various portions of the specification, problems might arise if an implementation simply ignores a portion of a job specification that is critical to the job function in certain contexts. Given this situation, it might be desirable in some circumstances for jobs to be rejected by sites that fail to fully support that job’s element or attributes. At other times, it might be desirable for a job to run, using a best-effort approach to supporting unimplemented features. Consequently, we define an awarenessPolicy attribute which can be added as an optional attribute to the Job element or any other containment or property element to indicate how the property (or the default action for the elements that the containment element encloses) must react when the implementation does not understand an element or attribute.
An awareness policy of Reject will cause the server to return a failure if it receives a client request in which it does not support an associated element name or attribute name or value. It is reasonable for an implementation to ignore (not even look for) an element or attribute that would not be critical to its function as long as ignoring this attribute or element would not cause an incorrect result. However, any element or attribute that was present that would be expected to be handled in a manner that the implementation does not support must result in a failure.
An awareness policy of Warn will accept the misunderstood element or attribute and continue to process the job object on a best effort basis. However a warning MUST be sent (if possible) to the requestor enumerating the elements and attributes that are not understood.
An awareness policy of Ignore will accept the unsupported element or attribute and continue to process the job object on a best effort basis. The action could be to simply ignore the attribute.
ISO 8601
ISO (International Organization for Standardization). Representations of dates and times, 1988-06-15. http://www.iso.ch/markete/8601.pdf
DATATYPES
XML Schema Part 2: Datatypes. Recommendation, 02 MAY 2001. http://www.w3.org/TR/xmlschema-2/
Abbreviation | Definition | Quantity |
---|---|---|
B | byte | 1 byte |
KB | Kilobyte | 2^10 bytes |
MB | Megabyte | 2^20 bytes |
GB | Gigabyte | 2^30 bytes |
TB | Terabyte | 2^40 bytes |
PB | Petabyte | 2^50 bytes |
EB | Exabyte | 2^60 bytes |
ZB | Zettabyte | 2^70 bytes |
YB | Yottabyte | 2^80 bytes |
NB | Nonabyte | 2^90 bytes |
DB | Doggabyte | 2^100 bytes |