56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"task": "M13-04C",
|
|
"operation": "SERVER_JOB_RESOURCE_BUDGET",
|
|
"limits": {
|
|
"cpuMs": 60000,
|
|
"memoryBytes": 536870912,
|
|
"processCount": 1,
|
|
"fileCount": 1024,
|
|
"wallMs": 300000,
|
|
"outputBytes": 536870912
|
|
},
|
|
"accepted": {
|
|
"schemaVersion": 1,
|
|
"status": "SUCCEEDED",
|
|
"budget": {
|
|
"schemaVersion": 1,
|
|
"cpuMs": 60000,
|
|
"memoryBytes": 536870912,
|
|
"processCount": 1,
|
|
"fileCount": 1024,
|
|
"wallMs": 300000,
|
|
"outputBytes": 536870912
|
|
},
|
|
"usage": {
|
|
"cpuMs": 10,
|
|
"memoryBytes": 1024,
|
|
"processCount": 1,
|
|
"fileCount": 2,
|
|
"wallMs": 20,
|
|
"outputBytes": 512
|
|
},
|
|
"enforced": true,
|
|
"exceeded": []
|
|
},
|
|
"blocked": {
|
|
"cpuMs": "SERVER_JOB_BUDGET_EXCEEDED",
|
|
"memoryBytes": "SERVER_JOB_BUDGET_EXCEEDED",
|
|
"processCount": "SERVER_JOB_BUDGET_EXCEEDED",
|
|
"fileCount": "SERVER_JOB_BUDGET_EXCEEDED",
|
|
"wallMs": "SERVER_JOB_BUDGET_EXCEEDED",
|
|
"outputBytes": "SERVER_JOB_BUDGET_EXCEEDED"
|
|
},
|
|
"invariants": {
|
|
"cpuBounded": true,
|
|
"memoryBounded": true,
|
|
"processBounded": true,
|
|
"fileBounded": true,
|
|
"wallBounded": true,
|
|
"outputBounded": true,
|
|
"executionDisabled": true
|
|
},
|
|
"execution": "DISABLED",
|
|
"nextTask": "M13-04D"
|
|
}
|