Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
qstat (Sun Grid Engine) マンページから:
mem: ジョブの現在の累積メモリー使用量 (Gbytes 秒単位)。
どういう意味ですか?
その説明が記載されているマニュアルページよりも優れたドキュメントは見つかりませんでした。1Gバイト秒は1秒間に使用される1Gバイトのメモリだと思います。したがって、コードが1 GBを1分間使用し、次に2 GBを2分間使用する場合、累積メモリ使用量は1 * 60 + 2 * 120=300Gバイト秒になります。