-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample_output_info.json
More file actions
1 lines (1 loc) · 1.14 KB
/
example_output_info.json
File metadata and controls
1 lines (1 loc) · 1.14 KB
1
{"command": "bash -c for i in {1..20}; do echo \"Processing $i\"; sleep 0.3; done", "system": {"cpu_total": 20, "memory_total": 33333219328, "hostname": "fancy", "uid": 1000, "user": "austin"}, "env": {}, "gpu": null, "duct_version": "0.16.0.post2+g377fef9.d20250909", "schema_version": "0.2.2", "execution_summary": {"exit_code": 0, "command": "bash -c for i in {1..20}; do echo \"Processing $i\"; sleep 0.3; done", "logs_prefix": ".duct/run", "wall_clock_time": 6.0613179206848145, "peak_rss": 6053888, "average_rss": 5793293.83783784, "peak_vsz": 473370624, "average_vsz": 454245846.48648643, "peak_pmem": 0.0, "average_pmem": 0.0, "peak_pcpu": 0.3, "average_pcpu": 0.0878378378378379, "num_samples": 74, "num_reports": 62, "start_time": 1759513551.6767056, "end_time": 1759513557.7380235, "working_directory": "/home/austin/devel/asmacdo-duct-gallery/tests/fixtures/gallery/example-2"}, "output_paths": {"stdout": ".duct/runstdout", "stderr": ".duct/runstderr", "usage": ".duct/runusage.json", "info": ".duct/runinfo.json", "prefix": ".duct/run"}, "working_directory": "/home/austin/devel/asmacdo-duct-gallery/tests/fixtures/gallery/example-2", "message": ""}