Changes between Version 6 and Version 7 of Workshops/JobCheckpointing/Examples/BASH
- Timestamp:
- 04/02/2026 08:19:31 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/JobCheckpointing/Examples/BASH
v6 v7 239 239 ==== Anomaly stats, compute time and memory usage ==== 240 240 241 Here is the plot, anomaoly_stats_table.png, showing the table of anomalies in the use of compute time and memory. 241 Here is the plot, '''anomaly_stats_table.png''', showing the table of anomalies, according to | Z | > 3.5 for execution time and modZ > 3.5 for '''MaxRSS''' (SLURM max job memory usage), where Z and modZ are as follows. 242 243 {{{ 244 Z = (value - mean) / (standard deviation) 245 modZ = 0.6745 * | x - median | / (Median Absolute Deviation) 246 }}} 247 242 248 243 249 [[Image(anomaly_stats_table.png)]] … … 245 251 ==== Compute progress ==== 246 252 247 Here is the plot, anomaoly_stats_table.png, showing '''Checkpoint Progress''' and SLURM memory usage, '''MaxRSS'''. 253 Here is the plot, '''progress_with_anomalies.png''', showing '''Checkpoint Progress''' and '''MaxRSS''' (SLURM max job memory usage) vs '''Wall Time'''. Anomalies, if any, would be overplotted in red. 254 255 [[Image(progress_with_anomalies.png, width=800px)]] 248 256 249 257 ==== Resource trend ==== 250 258 251 Here is the plot, resource_trend.png, showing '''Elapsed (time)''' and SLURM memory usage, '''MaxRSS'''. 259 Here is the plot, '''resource_trend.png''', showing '''Elapsed (time)''' and '''MaxRSS''' vs. '''Worker job index'''. 260 261 [[Image(resource_trend.png, width=800px)]]
