C++ で記述された私のアプリケーションでは、以下の時間情報を取得しています。
0.46u CPU user time
1.27s CPU kernel time
41.83s Real wall clock
4% CPU% usage.
0 Major page faults
207848 No. of file system outputs.
100269 minor page faults.
82: No. of times the process was context switched involuntarily.
1297 No. of times that the program was context-switched.
主要なページ フォールトが発生していないにもかかわらず、このように長い壁の時間の理由は何でしょうか?