Exploratory Visual Analysis Of Anomalous Runtime Behavior In Streaming High Performance Computing Applications

Cong Xie,Wonyong Jeong,Gyorgy Matyasfalvi,Hubertus Van Dam,Klaus Mueller,Shinjae Yoo,Wei Xu
DOI: https://doi.org/10.1007/978-3-030-22734-0_12
2019-01-01
Abstract:Online analysis of runtime behavior is essential for performance tuning in streaming scientific workflows. Integration of anomaly detection and visualization is necessary to support human-centered analysis, such as verification of candidate anomalies utilizing domain knowledge. In this work, we propose an efficient and scalable visual analytics system for online performance analysis of scientific workflows toward the exascale scenario. Our approach uses a call stack tree representation to encode the structural and temporal information of the function executions. Based on the call stack tree features (e.g., execution time of the root function or vector representation of the tree structure), we employ online anomaly detection approaches to identify candidate anomalous function executions. We also present a set of visualization tools for verification and exploration in a level-of-detailed manner. General information, such as distribution of execution times, are provided in an overview visualization. The detailed structure (e.g., function invocation relations) and the temporal information (e.g., message communication) of the execution call stack of interest are also visualized. The usability and efficiency of our methods are verified in a real-world HPC application.
What problem does this paper attempt to address?