-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
15 changed files
with
1,200 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<a href="https://wfcommons.org" target="_blank"><img src="https://wfcommons.org/images/wfcommons-horizontal.png" width="350"/></a> | ||
|
||
|
||
# Sample "hello worlf!" Workflow Execution Instances | ||
|
||
This directory contains made up workflow execution instances for testing | ||
purposes, described using the [WfCommons JSON | ||
format](https://github.com/wfcommons/workflow-schema). These have been | ||
constructed based on real-world executions of benchmark workflows | ||
on using [Pegasus](http://pegasus.isi.edu). | ||
|
||
#### Workflow Instances | ||
|
||
There are two workflow instances: | ||
- `chain-5-chameleon.json`: a linear workflow with 5 tasks | ||
- `forkjoin-18-chameleon.json`: a fork-join workflow with 18 tasks | ||
|
||
#### Workflow Simulator | ||
|
||
The execution instances provided in this directory are compatible with any | ||
[simulator framework](https://wfcommons.org/simulation) that implements | ||
the [WfCommons JSON format](https://github.com/wfcommons/workflow-schema). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,259 @@ | ||
{ | ||
"name": "chain-5-5000-0.6-100000000-cascadelake-1-0-1683736566.json", | ||
"description": "Instance generated with WfCommons - https://wfcommons.org", | ||
"createdAt": "2023-05-10T16:36:06.775626", | ||
"schemaVersion": "1.5", | ||
"author": { | ||
"name": "cc", | ||
"email": "support@wfcommons.org" | ||
}, | ||
"workflow": { | ||
"specification": { | ||
"tasks": [ | ||
{ | ||
"name": "None_chain_00000001", | ||
"id": "None_chain_00000001", | ||
"children": [ | ||
"None_chain_00000002", | ||
"None_chain_00000002" | ||
], | ||
"inputFiles": [ | ||
"chain_00000001_input.txt" | ||
], | ||
"outputFiles": [ | ||
"chain_00000001_output.txt" | ||
], | ||
"parents": [] | ||
}, | ||
{ | ||
"name": "None_chain_00000002", | ||
"id": "None_chain_00000002", | ||
"children": [ | ||
"None_chain_00000003", | ||
"None_chain_00000003" | ||
], | ||
"inputFiles": [ | ||
"chain_00000001_output.txt" | ||
], | ||
"outputFiles": [ | ||
"chain_00000002_output.txt" | ||
], | ||
"parents": [ | ||
"None_chain_00000001" | ||
] | ||
}, | ||
{ | ||
"name": "None_chain_00000003", | ||
"id": "None_chain_00000003", | ||
"children": [ | ||
"None_chain_00000004", | ||
"None_chain_00000004" | ||
], | ||
"inputFiles": [ | ||
"chain_00000002_output.txt" | ||
], | ||
"outputFiles": [ | ||
"chain_00000003_output.txt" | ||
], | ||
"parents": [ | ||
"None_chain_00000002" | ||
] | ||
}, | ||
{ | ||
"name": "None_chain_00000004", | ||
"id": "None_chain_00000004", | ||
"children": [ | ||
"None_chain_00000005", | ||
"None_chain_00000005" | ||
], | ||
"inputFiles": [ | ||
"chain_00000003_output.txt" | ||
], | ||
"outputFiles": [ | ||
"chain_00000004_output.txt" | ||
], | ||
"parents": [ | ||
"None_chain_00000003" | ||
] | ||
}, | ||
{ | ||
"name": "None_chain_00000005", | ||
"id": "None_chain_00000005", | ||
"children": [ | ||
"stage_out_local_local_4_0_7" | ||
], | ||
"inputFiles": [ | ||
"chain_00000004_output.txt" | ||
], | ||
"outputFiles": [ | ||
"chain_00000005_output.txt" | ||
], | ||
"parents": [ | ||
"None_chain_00000004" | ||
] | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"id": "chain_00000001_input.txt", | ||
"sizeInBytes": 16666667 | ||
}, | ||
{ | ||
"id": "chain_00000001_output.txt", | ||
"sizeInBytes": 16666667 | ||
}, | ||
{ | ||
"id": "chain_00000002_output.txt", | ||
"sizeInBytes": 16666667 | ||
}, | ||
{ | ||
"id": "chain_00000003_output.txt", | ||
"sizeInBytes": 16666667 | ||
}, | ||
{ | ||
"id": "chain_00000004_output.txt", | ||
"sizeInBytes": 16666667 | ||
}, | ||
{ | ||
"id": "chain_00000005_output.txt", | ||
"sizeInBytes": 16666667 | ||
} | ||
] | ||
}, | ||
"execution": { | ||
"makespanInSeconds": 661.0, | ||
"executedAt": "05-10-23T16:23:32Z", | ||
"tasks": [ | ||
{ | ||
"id": "None_chain_00000001", | ||
"runtimeInSeconds": 100.376, | ||
"command": { | ||
"program": "None", | ||
"arguments": [ | ||
"chain_00000001", | ||
"--percent-cpu 0.6", | ||
"--cpu-work 5000", | ||
"--path-lock /var/lib/condor/execute/cores.txt.lock", | ||
"--path-cores /var/lib/condor/execute/cores.txt", | ||
"--out \"{\\\"chain_00000001_output.txt\\\":16666667}\"", | ||
"chain_00000001_input.txt" | ||
] | ||
}, | ||
"avgCPU": 59.9884, | ||
"memoryInBytes": 87824, | ||
"priority": 20, | ||
"machines": [ | ||
"ubuntu" | ||
] | ||
}, | ||
{ | ||
"id": "None_chain_00000002", | ||
"runtimeInSeconds": 100.12, | ||
"command": { | ||
"program": "None", | ||
"arguments": [ | ||
"chain_00000002", | ||
"--percent-cpu 0.6", | ||
"--cpu-work 5000", | ||
"--path-lock /var/lib/condor/execute/cores.txt.lock", | ||
"--path-cores /var/lib/condor/execute/cores.txt", | ||
"--out \"{\\\"chain_00000002_output.txt\\\":16666667}\"", | ||
"chain_00000001_output.txt" | ||
] | ||
}, | ||
"avgCPU": 59.9441, | ||
"memoryInBytes": 88688, | ||
"priority": 30, | ||
"machines": [ | ||
"ubuntu" | ||
] | ||
}, | ||
{ | ||
"id": "None_chain_00000003", | ||
"runtimeInSeconds": 99.396, | ||
"command": { | ||
"program": "None", | ||
"arguments": [ | ||
"chain_00000003", | ||
"--percent-cpu 0.6", | ||
"--cpu-work 5000", | ||
"--path-lock /var/lib/condor/execute/cores.txt.lock", | ||
"--path-cores /var/lib/condor/execute/cores.txt", | ||
"--out \"{\\\"chain_00000003_output.txt\\\":16666667}\"", | ||
"chain_00000002_output.txt" | ||
] | ||
}, | ||
"avgCPU": 59.9602, | ||
"memoryInBytes": 86508, | ||
"priority": 40, | ||
"machines": [ | ||
"ubuntu" | ||
] | ||
}, | ||
{ | ||
"id": "None_chain_00000004", | ||
"runtimeInSeconds": 100.886, | ||
"command": { | ||
"program": "None", | ||
"arguments": [ | ||
"chain_00000004", | ||
"--percent-cpu 0.6", | ||
"--cpu-work 5000", | ||
"--path-lock /var/lib/condor/execute/cores.txt.lock", | ||
"--path-cores /var/lib/condor/execute/cores.txt", | ||
"--out \"{\\\"chain_00000004_output.txt\\\":16666667}\"", | ||
"chain_00000003_output.txt" | ||
] | ||
}, | ||
"avgCPU": 60.0024, | ||
"memoryInBytes": 88204, | ||
"priority": 50, | ||
"machines": [ | ||
"ubuntu" | ||
] | ||
}, | ||
{ | ||
"id": "None_chain_00000005", | ||
"runtimeInSeconds": 100.462, | ||
"command": { | ||
"program": "None", | ||
"arguments": [ | ||
"chain_00000005", | ||
"--percent-cpu 0.6", | ||
"--cpu-work 5000", | ||
"--path-lock /var/lib/condor/execute/cores.txt.lock", | ||
"--path-cores /var/lib/condor/execute/cores.txt", | ||
"--out \"{\\\"chain_00000005_output.txt\\\":16666667}\"", | ||
"chain_00000004_output.txt" | ||
] | ||
}, | ||
"avgCPU": 59.9968, | ||
"memoryInBytes": 87316, | ||
"priority": 60, | ||
"machines": [ | ||
"ubuntu" | ||
] | ||
} | ||
], | ||
"machines": [ | ||
{ | ||
"nodeName": "ubuntu", | ||
"system": "linux", | ||
"architecture": "x86_64", | ||
"memoryInBytes": 196483612, | ||
"release": "5.4.0-139-generic", | ||
"cpu": { | ||
"vendor": "GenuineIntel", | ||
"coreCount": 64, | ||
"speedInMHz": 1200 | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"runtimeSystem": { | ||
"name": "Pegasus", | ||
"version": "5.0", | ||
"url": "https://pegasus.isi.edu" | ||
} | ||
} |
Oops, something went wrong.