{"id":18385,"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00018385","sets":["934:1119:1136:1138"]},"path":["1138"],"owner":"1","recid":"18385","title":["データ再演法による並列プログラムデバッギング"],"pubdate":{"attribute_name":"公開日","attribute_value":"2005-08-15"},"_buckets":{"deposit":"1210b003-19b2-484f-b833-b4edc2af1304"},"_deposit":{"id":"18385","pid":{"type":"depid","value":"18385","revision_id":0},"owners":[1],"status":"published","created_by":1},"item_title":"データ再演法による並列プログラムデバッギング","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"データ再演法による並列プログラムデバッギング"},{"subitem_title":"Parallel Program Debugging Based on Data-replay","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"プログラミングモデル・ツール","subitem_subject_scheme":"Other"}]},"item_type_id":"3","publish_date":"2005-08-15","item_3_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"木更津工業高等専門学校 豊橋技術科学大学工学部"},{"subitem_text_value":"豊橋技術科学大学工学部"},{"subitem_text_value":"豊橋技術科学大学工学部"}]},"item_3_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Kisarazu National College of Technology,Toyohashi University of Technology","subitem_text_language":"en"},{"subitem_text_value":"Toyohashi University of Technology","subitem_text_language":"en"},{"subitem_text_value":"Toyohashi University of Technology","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/18385/files/IPSJ-TACS4612021.pdf"},"date":[{"dateType":"Available","dateValue":"2007-08-15"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-TACS4612021.pdf","filesize":[{"value":"176.4 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"16"},{"tax":["include_tax"],"price":"0","billingrole":"11"},{"tax":["include_tax"],"price":"0","billingrole":"14"},{"tax":["include_tax"],"price":"0","billingrole":"15"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"9c479f04-be7b-464d-a9c9-ea16c0e12f48","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2005 by the Information Processing Society of Japan"}]},"item_3_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"丸山, 真佐夫"},{"creatorName":"津邑公暁"},{"creatorName":"中島, 浩"}],"nameIdentifiers":[{}]}]},"item_3_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Masao, Maruyama","creatorNameLang":"en"},{"creatorName":"Tomoaki, Tsumura","creatorNameLang":"en"},{"creatorName":"Hiroshi, Nakashima","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_3_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA11833852","subitem_source_identifier_type":"NCID"}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_6501","resourcetype":"journal article"}]},"item_3_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"1882-7829","subitem_source_identifier_type":"ISSN"}]},"item_3_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"並列プログラムのデバッギングの障害になる「実行の非決定性」を解決するために,実行中に発生するイベントの順序を保存,再現する「順序再演法」が広く用いられている.しかし順序再演法は,ロギングのオーバヘッドが小さいという特徴を持つ一方,再演時に全プロセスを動かさなくてはならない,各プロセスを自由な時点で停止させられないなどの制約がある.そこで我々は,順序ではなくイベントの内容自体を保存,再現することで決定的な再演を可能にする「データ再演法」を用いたデバッギングを提案する.データ再演法は,ロギングのオーバヘッド増加とひきかえに,各プロセスを単独で再演できる.また,「データ再演法」を巻き戻し実行と組み合わせることで,さらに強力なデバッギングシステムを実現できる.本稿では提案手法とMPI 上での実装,性能評価について述べる.並列計算機上での実験結果から,本手法が十分に現実的な速度(Nas Parallel Benchmarks でロギング実行は平均24%の速度低下,再演実行は38%の速度向上)とログサイズで動作することを示す.","subitem_description_type":"Other"}]},"item_3_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Nondeterministic nature of parallel programs is the major difficulty in debugging. Orderreplay, a technique to solve this problem, is widely used because of its small overhead. It has, however, several serious drawbacks: all processes of the parallel program have to participate in replay even when some of them are clearly not involved with the bug; and the programmer cannot stop the process being debugged at an arbitrary point. We adopt another method for deterministric replay, data-replay, which logs contents of the events rather than their order, and makes it possible to run and stop each process independently. Data-replay is well able to cooperate with checkpointing/rollback mechanism. We applied the data-replay mechanism to MPI based parallel programs. The result of our experiment with Nas Parallel Benchmarks shows that our mechanism works at a practical cost. Logging communicated data incurs only 24% overhead while it accelerates replayed execution by 38% both in average.","subitem_description_type":"Other"}]},"item_3_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"224","bibliographic_titles":[{"bibliographic_title":"情報処理学会論文誌コンピューティングシステム(ACS)"}],"bibliographicPageStart":"214","bibliographicIssueDates":{"bibliographicIssueDate":"2005-08-15","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"SIG12(ACS11)","bibliographicVolumeNumber":"46"}]},"relation_version_is_last":true,"weko_creator_id":"1"},"updated":"2025-01-22T22:47:47.220951+00:00","created":"2025-01-18T22:51:08.229876+00:00","links":{}}