job_status
Check the current status and progress of a background SPH simulation job. Retrieve state, simulated time, completion percentage, throughput, and projected finish time.
Instructions
Poll a background solver job: state + Run.out progress digest.
Returns the running state (plus pid/returncode), simulated time vs tmax, percent, step counters, the solver's Time/Sec throughput (wall-clock seconds per simulated second), the solver's own projected finish time, particle counts and the Run.out tail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eta | Yes | Solver's projected finish date-time | |
| pid | No | ||
| tmax | No | ||
| state | Yes | running | succeeded | failed | finished | |
| dirout | No | ||
| job_id | Yes | ||
| command | No | ||
| percent | No | ||
| eta_note | No | ||
| exception | No | ||
| last_part | No | ||
| particles | Yes | ||
| poll_hint | No | ||
| returncode | No | ||
| started_at | No | ||
| finished_at | No | ||
| total_steps | No | ||
| current_time | Yes | Simulated time of last PART (s) | |
| run_out_tail | No | ||
| run_out_exists | Yes | ||
| steps_last_part | No | ||
| wall_sec_per_sim_sec | Yes | Solver Time/Sec column: wall-clock s per simulated s | |
| wall_sec_per_sim_sec_note | No |