{"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00214138","sets":["6164:6165:6617:10752"]},"path":["10752"],"owner":"44499","recid":"214138","title":["同時マルチスレッディング環境下における永続メモリ向けスケジューラの検討"],"pubdate":{"attribute_name":"公開日","attribute_value":"2021-11-25"},"_buckets":{"deposit":"7bdda623-f4c9-4db3-bf50-b62b2ce338e8"},"_deposit":{"id":"214138","pid":{"type":"depid","value":"214138","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"同時マルチスレッディング環境下における永続メモリ向けスケジューラの検討","author_link":["548822","548823","548819","548821","548825","548826","548824","548820"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"同時マルチスレッディング環境下における永続メモリ向けスケジューラの検討"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"スケジューリング","subitem_subject_scheme":"Other"}]},"item_type_id":"18","publish_date":"2021-11-25","item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_18_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"慶應義塾大学/国立研究開発法人産業技術総合研究所"},{"subitem_text_value":"国立研究開発法人産業技術総合研究所"},{"subitem_text_value":"国立研究開発法人産業技術総合研究所"},{"subitem_text_value":"慶應義塾大学"}]},"item_18_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Department of Information and Computer Science, Keio University / National Institute of Advanced Industrial Science and Technology (AIST)","subitem_text_language":"en"},{"subitem_text_value":"National Institute of Advanced Industrial Science and Technology (AIST)","subitem_text_language":"en"},{"subitem_text_value":"National Institute of Advanced Industrial Science and Technology (AIST)","subitem_text_language":"en"},{"subitem_text_value":"Department of Information and Computer Science, Keio University","subitem_text_language":"en"}]},"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/214138/files/IPSJ-ComSys2021003.pdf","label":"IPSJ-ComSys2021003.pdf"},"date":[{"dateType":"Available","dateValue":"2023-11-25"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-ComSys2021003.pdf","filesize":[{"value":"1.7 MB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"11"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"d20b227b-f31b-45bc-95bb-84017edac125","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2021 by the Information Processing Society of Japan"}]},"item_18_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"貴田, 駿"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"広渕, 崇宏"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"高野, 了成"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"河野, 健二"}],"nameIdentifiers":[{}]}]},"item_18_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Shun, Kida","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Takahiro, Hirofuchi","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Ryousei, Takano","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Kenji, Kono","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_5794","resourcetype":"conference paper"}]},"item_18_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"バイト単位のアクセスが可能な不揮発性を持つ記憶デバイスであるPersistent Memoryが実用化の段階に入っている.Persistent MemoryはDRAMと比較し,アクセス遅延が長いこと加え,データを永続化させるための付加的な処理が必要である.そのため,CPUのストール時間が長くなる傾向にあり,計算リソースが遊休状態となる時間が長い.通常の二次記憶デバイスとは異なり,Persistent Memoryへのアクセスはオペレーティングシステムを介さないため,通常の方法でスケジューリングを行うことも容易ではない.本論文では,Persistent Memoryへのアクセスによるストール中であっても,CPUの計算リソースを有効に活用するため,同時マルチスレッディング(SMT)を利用する手法を検討する.Persistent Memoryに頻繁にアクセスを行うタスクと,CPUの計算リソースを多用するタスクとを同一物理コアに割り当てるようにする.これにより,CPUのストールにより利用されない計算リソースを自動的に他方のタスクに割り当てることができ,計算リソースが遊休状態になるのを避けることができる.この方式の有効性を確認するため,計算主体のタスクとしてSPEC CPU 2017,Persistent Memoryへのアクセスを行うタスクとして,Intel PMDK (Persistent Memory Development Kit)に付属の永続データ構造にアクセスするタスクを利用した実験を行った.その結果,提案方式により6~16%程度のスループットの改善,および8~28%程度の実行時間の改善が確認できた.","subitem_description_type":"Other"}]},"item_18_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"26","bibliographic_titles":[{"bibliographic_title":"コンピュータシステム・シンポジウム論文集"}],"bibliographicPageStart":"19","bibliographicIssueDates":{"bibliographicIssueDate":"2021-11-25","bibliographicIssueDateType":"Issued"},"bibliographicVolumeNumber":"2021"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"id":214138,"updated":"2025-01-19T16:53:19.528570+00:00","links":{},"created":"2025-01-19T01:14:58.180693+00:00"}