JP7472687B2 - Information processing device, information processing program, and information processing method - Google Patents

Information processing device, information processing program, and information processing method Download PDF

Info

Publication number
JP7472687B2
JP7472687B2 JP2020115399A JP2020115399A JP7472687B2 JP 7472687 B2 JP7472687 B2 JP 7472687B2 JP 2020115399 A JP2020115399 A JP 2020115399A JP 2020115399 A JP2020115399 A JP 2020115399A JP 7472687 B2 JP7472687 B2 JP 7472687B2
Authority
JP
Japan
Prior art keywords
power
processors
processor
power mode
control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2020115399A
Other languages
Japanese (ja)
Other versions
JP2022013086A (en
Inventor
福利 斉
直昭 前田
隆夫 印藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2020115399A priority Critical patent/JP7472687B2/en
Publication of JP2022013086A publication Critical patent/JP2022013086A/en
Application granted granted Critical
Publication of JP7472687B2 publication Critical patent/JP7472687B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Power Sources (AREA)
  • Direct Current Feeding And Distribution (AREA)
  • Charge And Discharge Circuits For Batteries Or The Like (AREA)

Description

本発明は、情報処理装置、情報処理プログラム、及び、情報処理方法に関する。 The present invention relates to an information processing device, an information processing program, and an information processing method.

サーバ及びストレージ装置等の情報処理装置では、停電等の突然の電源断によるデータ喪失を回避するために、無停電電源装置(UPS;Uninterruptible Power Supply)又は内蔵バッテリ等の電源装置(以下、「バッテリ」と表記する)を備える場合がある。 Information processing devices such as servers and storage devices may be equipped with a power supply device such as an uninterruptible power supply (UPS) or a built-in battery (hereinafter referred to as a "battery") to prevent data loss due to a sudden power outage or other power failure.

情報処理装置では、プロセッサの動作中に電源断が発生した場合、このようなバッテリにより電力が供給される間に、メモリ上のデータをディスク等の記憶装置に書き戻すことで、データを保護することができる。 In an information processing device, if a power outage occurs while the processor is operating, the data can be protected by writing the data in the memory back to a storage device such as a disk while power is being supplied by such a battery.

近年、プロセッサのコア数の増加及びプロセッサ数の増加に伴い、情報処理装置がプロセッサ性能を最大限に利用して動作する(フル稼働する)際の消費電力が増大しつつある。このため、バッテリが供給可能な電力量では、プロセッサがメモリ上のデータを記憶装置に書き戻すための動作時間を確保できない場合があり、これによりデータ喪失が発生する可能性がある。 In recent years, with an increase in the number of processor cores and the number of processors, the power consumption of information processing devices when operating at full capacity using the processor's performance is increasing. For this reason, the amount of power that the battery can supply may not be enough to ensure the operating time for the processor to write back data in the memory to the storage device, which may result in data loss.

バッテリを大容量化する(変更する)等のハードウェアレベルでの対応が困難な場合、又は、コスト削減のために、ソフトウェアによる制御により、プロセッサがメモリ上のデータを記憶装置に書き戻すための動作時間を確保することが考えられる。 When it is difficult to address the issue at the hardware level, such as by increasing (changing) the battery capacity, or to reduce costs, it is possible to use software control to ensure that the processor has enough operating time to write data in memory back to the storage device.

例えば、電源断を検知した際に、実行する全てのプロセスを1つのプロセッサに移動させ、他のプロセッサをアイドル状態にする第1の手法、又は、データ保存を行なうための1つのプロセッサを除いた他のプロセッサを緊急停止する第2の手法が考えられる。アイドル状態は、プロセッサが処理を行なっていない状態である。 For example, a first method can be used in which, when a power outage is detected, all running processes are moved to one processor and the other processors are put into an idle state, or a second method can be used in which the other processors are stopped in an emergency except for one processor for saving data. The idle state is a state in which the processors are not performing any processing.

特開平11-194846号公報Japanese Patent Application Laid-Open No. 11-194846 特開平08-087365号公報Japanese Patent Application Laid-Open No. 08-087365

第1の手法では、安全のために全プロセスを1つのプロセッサに移動させるための時間がかかり、電源断が検知されてからサーバの消費電力が低下し始めるまでの期間が長期化することがある。バッテリの供給電力は、電力源(例えば、分電盤等のAC電源の供給源)から供給される電力と比較して小さい場合が多い。 In the first method, it takes time to move all processes to one processor for safety reasons, and this can lengthen the period from when a power outage is detected until the server's power consumption starts to decrease. The power supplied by a battery is often smaller than the power supplied from a power source (e.g., an AC power source such as a distribution board).

このため、サーバの消費電力の低下が、バッテリ駆動に切り替わることによる供給電力量の低下に間に合わない、換言すれば、バッテリ容量が不足し、サーバが停止することでデータ喪失が発生する可能性がある。 As a result, the reduction in the server's power consumption does not keep up with the reduction in the amount of power supplied when the server switches to battery power. In other words, the battery capacity may be insufficient, causing the server to shut down and resulting in data loss.

第2の手法では、他のプロセッサを緊急停止することより、当該他のプロセッサ上で動作していたプロセス等のためのロック等の種々の資源解放ができない場合がある。なお、資源としては、例えば、メモリ或いはキャッシュ等の共有資源、或いは、当該共有資源を利用することを示す情報(例えばフラグ)等が挙げられる。このため、残りの1つのプロセッサは、当該資源の解放待ち等によって、システムを正常に終了させることができず、メモリのデータの書き戻しに失敗する可能性がある。 In the second method, by bringing another processor to an emergency stop, various resources such as locks for processes running on that other processor may not be released. Examples of resources include shared resources such as memory or cache, or information (e.g., a flag) indicating the use of the shared resource. As a result, the remaining processor may not be able to shut down the system normally while waiting for the resource to be released, and may fail to write back data from memory.

1つの側面では、本発明は、情報処理装置の消費電力を短時間で低下させることを目的の1つとする。 In one aspect, the present invention aims to reduce the power consumption of an information processing device in a short period of time.

1つの側面では、情報処理装置は、複数のプロセッサと、電力供給源の停電に応じて、前記電力供給源からの電力を蓄積するバッテリから出力される電力を前記複数のプロセッサのそれぞれに供給する電源部と、を備えてよい。前記複数のプロセッサのうちの第1プロセッサは、第1制御と、第2制御とを実行する制御部を備えてよい。前記第1制御は、前記停電の検出に応じて、前記複数のプロセッサのうちの1以上の第2プロセッサの各々を、プロセスを実行可能な第1電力モード及び前記第1電力モードよりも消費電力が小さい第2電力モードのうちの前記第2電力モードに移行させてよい。前記第2制御は、前記1以上の第2プロセッサの各々が前記第2電力モードに移行した場合、前記1以上の第2プロセッサの各々を所定順に、前記第1電力モードに移行させ、前記第1電力モードに移行させた第2プロセッサが実行する前記プロセスにより利用される資源を解放させ、前記第2電力モードに移行させてよい。 In one aspect, an information processing apparatus may include a plurality of processors, and a power supply unit that supplies, in response to a power outage of a power supply source, power output from a battery that accumulates power from the power supply source to each of the plurality of processors. A first processor of the plurality of processors may include a control unit that executes a first control and a second control. The first control may transition, in response to the detection of the power outage, each of one or more second processors of the plurality of processors to the second power mode out of a first power mode in which a process can be executed and a second power mode in which power consumption is smaller than that of the first power mode. When each of the one or more second processors transitions to the second power mode, the second control may transition each of the one or more second processors to the first power mode in a predetermined order, release resources used by the process executed by the second processor that transitioned to the first power mode, and transition to the second power mode.

1つの側面では、情報処理装置の消費電力を短時間で低下させることができる。 In one aspect, the power consumption of an information processing device can be reduced in a short period of time.

一実施形態に係るサーバのハードウェア構成例を示すブロック図である。FIG. 2 is a block diagram showing an example of a hardware configuration of a server according to an embodiment. 電源断が発生した場合のシステムの消費電力の一例を示す図である。FIG. 13 is a diagram illustrating an example of power consumption of a system when a power outage occurs. 電源断が発生した場合のシステムの消費電力の一例を示す図である。FIG. 13 is a diagram illustrating an example of power consumption of a system when a power outage occurs. 一実施形態に係るサーバのシステムの消費電力の一例を示す図である。FIG. 4 is a diagram illustrating an example of power consumption of a server system according to an embodiment. 一実施形態に係るサーバの機能構成例を示すブロック図である。FIG. 2 is a block diagram illustrating an example of a functional configuration of a server according to an embodiment. 一実施形態に係るサーバの消費電力低下制御の動作例を説明するための図である。11 is a diagram for explaining an example of an operation of power consumption reduction control of a server according to an embodiment; FIG. 一実施形態に係るサーバの生成部の動作例を説明するためのフローチャートである。11 is a flowchart illustrating an example of an operation of a generation unit of a server according to an embodiment. 一実施形態に係るサーバの消費電力低下制御の動作例を説明するためのフローチャートである。10 is a flowchart illustrating an example of an operation of power consumption reduction control of a server according to an embodiment. コンピュータのハードウェア構成例を示すブロック図である。FIG. 2 is a block diagram illustrating an example of a hardware configuration of a computer.

以下、図面を参照して本発明の実施の形態を説明する。ただし、以下に説明する実施形態は、あくまでも例示であり、以下に明示しない種々の変形や技術の適用を排除する意図はない。例えば、本実施形態を、その趣旨を逸脱しない範囲で種々変形して実施することができる。なお、以下の説明で用いる図面において、同一符号を付した部分は、特に断らない限り、同一若しくは同様の部分を表す。 Below, an embodiment of the present invention will be described with reference to the drawings. However, the embodiment described below is merely an example, and is not intended to exclude various modifications or application of techniques not explicitly described below. For example, this embodiment can be modified in various ways without departing from the spirit of the invention. In the drawings used in the following description, parts with the same reference numerals represent the same or similar parts unless otherwise specified.

〔1〕一実施形態
〔1-1〕一実施形態の構成例
図1は、一実施形態に係るサーバ1のハードウェア(HW;Hardware)構成例を示すブロック図である。サーバ1は、複数のプロセッサ2aを備える情報処理装置又はコンピュータの一例である。
1 is a block diagram showing an example of a hardware (HW) configuration of a server 1 according to an embodiment. The server 1 is an example of an information processing device or computer including a plurality of processors 2a.

図1に示すように、サーバ1は、電源断が発生する場合の消費電力の低下制御に関連するHW構成に着目すると、例示的に、プロセッサ群2、メモリ3、記憶装置4、電力供給部5及び内蔵バッテリ6を備えてよい。また、電力供給部5には、無停電電源装置(以下、「UPS」と表記する場合がある)7及び電力源8が接続されてよい。 As shown in FIG. 1, when focusing on the HW configuration related to the control of reducing power consumption in the event of a power outage, the server 1 may, for example, include a processor group 2, a memory 3, a storage device 4, a power supply unit 5, and an internal battery 6. In addition, an uninterruptible power supply (hereinafter sometimes referred to as "UPS") 7 and a power source 8 may be connected to the power supply unit 5.

プロセッサ群2は、複数(図1では4つ)のプロセッサ2a(それぞれ「プロセッサ
#0」~「プロセッサ#3」と表記)を備えてよい。プロセッサ2aは、サーバ1に供給される電力を利用して動作し、種々の制御や演算を行なう集積回路(IC;Integrated Circuit)であり、演算処理装置の一例である。プロセッサ2aは、複数のコアを備えるマルチコアプロセッサであってもよい。
The processor group 2 may include multiple (four in FIG. 1) processors 2a (represented as "processor #0" to "processor #3" respectively). The processor 2a is an integrated circuit (IC) that operates using power supplied to the server 1 and performs various controls and calculations, and is an example of a calculation processing device. The processor 2a may be a multi-core processor equipped with multiple cores.

プロセッサ2aとしては、例えば、CPU、MPU、GPU、DSP、ASIC、及び、PLD(例えばFPGA)等の集積回路のいずれか1つ、又は、これらの2以上の組み合わせであってよい。なお、CPUはCentral Processing Unitの略称であり、MPUはMicro Processing Unitの略称である。GPUはGraphics Processing Unitの略称であり、DSPはDigital Signal Processorの略称である。ASICはApplication Specific Integrated Circuitの略称であり、PLDはProgrammable Logic Deviceの略称であり、FPGAはField Programmable Gate Arrayの略称である。 The processor 2a may be, for example, any one of integrated circuits such as a CPU, MPU, GPU, DSP, ASIC, and PLD (e.g., FPGA), or a combination of two or more of these. Note that CPU is an abbreviation for Central Processing Unit, MPU is an abbreviation for Micro Processing Unit, GPU is an abbreviation for Graphics Processing Unit, and DSP is an abbreviation for Digital Signal Processor. ASIC is an abbreviation for Application Specific Integrated Circuit, PLD is an abbreviation for Programmable Logic Device, and FPGA is an abbreviation for Field Programmable Gate Array.

メモリ3は、揮発性記憶領域の一例であり、プロセッサ2aが実行するプログラム及びデータを記憶する記憶領域を備えてよい。メモリ3としては、例えば、DRAM(Dynamic Random Access Memory)等の揮発性メモリが挙げられる。 The memory 3 is an example of a volatile storage area, and may include a storage area for storing programs and data executed by the processor 2a. Examples of the memory 3 include volatile memories such as dynamic random access memory (DRAM).

記憶装置4は、不揮発性記憶領域の一例であり、種々のプログラム及びデータ等の情報を格納する装置である。記憶装置4としては、HDD(Hard Disk Drive)等の磁気ディスク装置、SSD(Solid State Drive)等の半導体ドライブ装置、不揮発性メモリ等の各種記憶装置が挙げられる。不揮発性メモリとしては、例えば、フラッシュメモリ、SCM(Storage Class Memory)、ROM(Read Only Memory)等が挙げられる。 The storage device 4 is an example of a non-volatile storage area, and is a device that stores various programs, data, and other information. Examples of the storage device 4 include various storage devices such as magnetic disk devices such as HDDs (Hard Disk Drives), semiconductor drive devices such as SSDs (Solid State Drives), and non-volatile memories. Examples of non-volatile memories include flash memories, SCMs (Storage Class Memory), and ROMs (Read Only Memory).

プロセッサ群2(複数のプロセッサ2a)、メモリ3及び記憶装置4を含む、サーバ1内の複数のコンポーネント(複数のモジュール)のそれぞれは、バスを介して相互に通信可能に接続されてよい。 Each of the multiple components (multiple modules) in the server 1, including the processor group 2 (multiple processors 2a), memory 3, and storage device 4, may be communicatively connected to each other via a bus.

電力供給部5は、PSU(Power Supply Unit)等の電力供給装置であってよい。例えば、電力供給部5は、内蔵バッテリ6、UPS7及び電力源8の少なくともいずれか1つから供給される電力を、AC/DC変換及び各コンポーネントに適した電圧に変換して、電力供給路(図1の一点鎖線参照)を介して各コンポーネントに供給してよい。例えば、電力供給部5は、電圧変換後の電力を各コンポーネントの実装基板(例えばシステムボード)を介して各コンポーネントに供給してもよい。 The power supply unit 5 may be a power supply device such as a PSU (Power Supply Unit). For example, the power supply unit 5 may convert the power supplied from at least one of the built-in battery 6, the UPS 7, and the power source 8 into AC/DC and a voltage suitable for each component, and supply it to each component via a power supply path (see the dashed dotted line in Figure 1). For example, the power supply unit 5 may supply the voltage-converted power to each component via the mounting board (e.g., a system board) of each component.

内蔵バッテリ6は、電力を蓄積する蓄電装置であり、電源装置(バッテリ)の一例である。例えば、内蔵バッテリ6は、電力供給部5から供給される電力を蓄積し、電力供給部5からの電力の供給が停止(例えば電力源8から電力供給部5への電力の供給が停止)した場合に、蓄積する電力を電力供給部5に供給する。 The built-in battery 6 is a power storage device that stores power, and is an example of a power supply device (battery). For example, the built-in battery 6 stores power supplied from the power supply unit 5, and when the supply of power from the power supply unit 5 stops (for example, when the supply of power from the power source 8 to the power supply unit 5 stops), it supplies the stored power to the power supply unit 5.

UPS7は、電力を蓄積する蓄電装置であり、電源装置(バッテリ)の一例である。例えば、UPS7は、電力源8から供給される電力を蓄積するとともに、電力供給部5に電力を供給する。電力源8からの電力の供給が停止した場合、UPS7は、蓄積する電力を電力供給部5に供給する。 UPS7 is a power storage device that stores power, and is an example of a power supply device (battery). For example, UPS7 stores power supplied from power source 8 and supplies the power to power supply unit 5. If the supply of power from power source 8 is stopped, UPS7 supplies the stored power to power supply unit 5.

電力源8は、電力供給源の一例であり、例えば、分電盤等のAC電源の供給源である。図1の例では、電力源8は、電力供給路を介して電力を電力供給部5及びUPS7に供給する。 The power source 8 is an example of a power supply source, for example, a source of AC power such as a distribution board. In the example of FIG. 1, the power source 8 supplies power to the power supply unit 5 and the UPS 7 via a power supply path.

サーバ1は、内蔵バッテリ6及びUPS7等の電源装置(バッテリ)により、停電等の突然の電源断(電力源8からの電力供給の停止)が発生しても、電力供給部5を介してバッテリから供給される電力により一定時間動作することができる。 The server 1 can operate for a certain period of time using power supplied from the battery via the power supply unit 5, even if a sudden power outage (stoppage of power supply from the power source 8) occurs due to a power supply device (battery) such as an internal battery 6 and a UPS 7.

換言すれば、電力供給部5は、電力源8の停電に応じて、電力源8からの電力を蓄積するバッテリから出力される電力を複数のプロセッサ2aのそれぞれに供給する電源部の一例である。 In other words, the power supply unit 5 is an example of a power supply unit that supplies power output from a battery that stores power from the power source 8 to each of the multiple processors 2a in response to a power outage of the power source 8.

なお、図1の例では、電力供給部5に内蔵バッテリ6及びUPS7の双方が接続されるものとしたが、電力供給部5には、内蔵バッテリ6及びUPS7のいずれか一方が接続され、他方が省略されてもよい。また、電力供給部5と電力源8との間の接続は省略されてもよい。 In the example of FIG. 1, both the built-in battery 6 and the UPS 7 are connected to the power supply unit 5, but either the built-in battery 6 or the UPS 7 may be connected to the power supply unit 5, and the other may be omitted. Also, the connection between the power supply unit 5 and the power source 8 may be omitted.

図2及び図3は、電源断が発生した場合のシステムの消費電力の一例を示す図である。図2及び図3を参照し、電力源8から供給される電力で動作するサーバ1のシステムにおいて、時刻t1で電源断によりバッテリ駆動が開始される場合の一例を説明する。 Figures 2 and 3 are diagrams showing an example of the power consumption of a system when a power outage occurs. With reference to Figures 2 and 3, an example of a server 1 system that operates with power supplied from a power source 8 and starts battery operation at time t1 due to a power outage will be described.

図2に例示するように、プロセッサ2aは、時刻t1以降もバッテリの供給電力(電力量)p2を超えた消費電力p1で動作を継続すると、システムを停止するための停止処理の継続が困難となる。停止処理には、メモリ3に記憶されたデータ(ユーザデータ及びシステムデータ)を記憶装置4に書き戻す(保存する)書戻処理を含んでよい。 As shown in FIG. 2, if the processor 2a continues to operate at power consumption p1 that exceeds the battery supply power (power amount) p2 after time t1, it becomes difficult to continue the shutdown process to shut down the system. The shutdown process may include a write-back process to write (save) the data (user data and system data) stored in the memory 3 back to the storage device 4.

図3に例示するように、プロセッサ2aが時刻t1以降にバッテリの供給電力p2以下である消費電力p3で動作を行なう場合、プロセッサ2aは、バッテリの供給電力を用いて停止処理を適切に実施することができる。 As shown in FIG. 3, when processor 2a operates at power consumption p3 that is equal to or less than battery power supply p2 after time t1, processor 2a can appropriately perform the shutdown process using the battery power supply.

なお、上述した第1の手法のように、1つのプロセッサ2aに全プロセスを移動させてから停止処理を実行させる場合、図2に例示するように、全プロセスの移動処理が時刻t1以降も継続することになる。このため、バッテリ容量が不足し、停止処理が未完了の状態でサーバ1が停止することでデータ喪失が発生する可能性がある。 When all processes are moved to one processor 2a and then the stop process is executed as in the first method described above, the process of moving all processes continues after time t1, as shown in the example of FIG. 2. This may result in data loss due to insufficient battery capacity and the server 1 stopping with the stop process incomplete.

また、上述した第2の手法のように、他のプロセッサ2aを緊急停止する場合、システムの消費電力は、図3に例示するようにバッテリの供給電力p2以下であるp3に低下し得る。しかし、当該他のプロセッサ2aにおける資源解放ができない場合、残りの1つのプロセッサ2aは、当該資源の解放待ち等によって停止処理を完了できず、消費電力p3により動作を継続することになる。この場合においても、プロセッサ2aの動作継続によって、バッテリ容量が不足し、停止処理が未完了の状態でサーバ1が停止することでデータ喪失が発生する可能性がある。 Furthermore, as in the second method described above, when the other processor 2a is stopped urgently, the power consumption of the system may drop to p3, which is equal to or less than the battery power supply p2, as shown in FIG. 3. However, if the resources of the other processor 2a cannot be released, the remaining processor 2a cannot complete the stop process because it has to wait for the resources to be released, and will continue to operate at the power consumption p3. Even in this case, the continued operation of the processor 2a may cause the battery capacity to run out, and the server 1 may stop with the stop process incomplete, resulting in data loss.

そこで、一実施形態では、ソフトウェアによる制御によって、消費電力を短時間で低下させる手法を説明する。これにより、例えば、バッテリの供給電力内で停止処理を適切に実施することができ、データ保護を実現することができる。 In one embodiment, a method is described for reducing power consumption in a short time by controlling it using software. This allows the shutdown process to be properly performed within the power supply of the battery, for example, and data protection to be achieved.

〔1-2〕一実施形態に係るサーバによる処理の一例
まず、一実施形態に係るサーバ1による処理の一例を簡単に説明する。
[1-2] Example of Processing by the Server According to an Embodiment First, an example of processing by the server 1 according to an embodiment will be briefly described.

サーバ1は、例えば、以下の処理(i)及び(ii)を実行してよい。なお、以下の説明において、複数のプロセッサ2aのうちの、電源断(停電)を検出したプロセッサ2aを親プロセッサ2aと表記し、1以上の他のプロセッサ2aの各々を子プロセッサ2aと表記する。親プロセッサ2aは第1プロセッサの一例であり、子プロセッサ2aは第2プロセッサの一例である。 The server 1 may execute, for example, the following processes (i) and (ii). In the following description, the processor 2a among the multiple processors 2a that has detected a power outage (power failure) is referred to as the parent processor 2a, and each of the one or more other processors 2a is referred to as a child processor 2a. The parent processor 2a is an example of a first processor, and the child processor 2a is an example of a second processor.

(i)親プロセッサ2aは、電源断の検出に応じて、1以上の子プロセッサ2aの各々を、プロセスを実行可能な第1電力モード及び第1電力モードよりも消費電力が小さい第2電力モードのうちの第2電力モードに移行させる第1制御を実行する。 (i) In response to detection of a power outage, the parent processor 2a executes a first control to transition each of the one or more child processors 2a to a second power mode among a first power mode capable of executing a process and a second power mode that consumes less power than the first power mode.

第1電力モードは、例えば、電源断前のシステムでプロセッサ2aが動作する電力モードであり、第2電力モードは、例えば、低消費電力モード、一例として最低消費電力モードである。 The first power mode is, for example, a power mode in which the processor 2a operates in the system before the power is turned off, and the second power mode is, for example, a low power consumption mode, for example, a minimum power consumption mode.

例えば、親プロセッサ2aは、1以上の子プロセッサ2aに、消費電力を低下させることを通知してよい。通知を受信した子プロセッサ2aの各々は、電力に関する動作モードを第2電力モードに移行する。 For example, the parent processor 2a may notify one or more child processors 2a that it will reduce power consumption. Each child processor 2a that receives the notification transitions its power-related operating mode to the second power mode.

(ii)親プロセッサ2aは、1以上の子プロセッサ2aの各々が第2電力モードに移行した場合、各子プロセッサ2aを所定順に、第1電力モードに移行させ、自身の子プロセッサ2aが実行するプロセスにより利用される資源を解放させ、第2電力モードに移行させる第2制御を実行する。 (ii) When each of the one or more child processors 2a transitions to the second power mode, the parent processor 2a executes a second control to transition each child processor 2a to the first power mode in a predetermined order, release resources used by a process executed by the child processor 2a, and transition to the second power mode.

例えば、親プロセッサ2aは、1以上の子プロセッサ2aを1つずつ元の動作モード(状態)に戻し、当該プロセスが利用中のロック等のOS(Operating System)の資源を解放してよい。資源としては、例えば、メモリ3の共有資源、或いは、当該共有資源を利用することを示す情報(例えばフラグ)等が挙げられる。子プロセッサ2aは、OSの資源を解放後、動作モードを再度低消費電力モードに移行してよい。 For example, the parent processor 2a may return one or more child processors 2a one by one to their original operating mode (state) and release OS (Operating System) resources such as locks that are being used by the process. Examples of resources include shared resources in memory 3, or information (e.g., a flag) indicating that the shared resources will be used. After releasing the OS resources, the child processor 2a may transition its operating mode back to the low power consumption mode.

図4は、例示した上記処理によるサーバ1のシステムの消費電力の一例を示す図である。図4の例では、電力源8から供給される電力により消費電力p1で動作するシステムにおいて、電源断によりバッテリ駆動が開始される場合の一例を示す。なお、図4の例では、プロセッサ#0が親プロセッサ2aであり、プロセッサ#1~#3が子プロセッサ2aであるものとする。 Figure 4 is a diagram showing an example of the power consumption of the system of server 1 by the above-described exemplary process. The example of Figure 4 shows an example of a case where battery operation is initiated due to a power outage in a system that operates with power consumption p1 using power supplied from power source 8. Note that in the example of Figure 4, processor #0 is the parent processor 2a, and processors #1 to #3 are child processors 2a.

図4に例示するように、符号Aで示すタイミングで上記処理(i)が実行され、親プロセッサ#0からの通知により、符号Bで示す期間に子プロセッサ#1~#3が低消費電力モードに移行する。子プロセッサ#1~#3が低消費電力モードに移行すると、親プロセッサ#0は上記処理(ii)を開始する。 As shown in FIG. 4, the above process (i) is executed at the timing indicated by A, and upon notification from parent processor #0, child processors #1 to #3 transition to the low power consumption mode during the period indicated by B. When child processors #1 to #3 transition to the low power consumption mode, parent processor #0 starts the above process (ii).

子プロセッサ#1~#3は、それぞれ、符号C~Eで示すタイミングにおいて、上記処理(ii)の実行によって、OSの資源を解放し、再度低消費電力モードに移行する。 Child processors #1 to #3 release OS resources and transition back to low power consumption mode by executing process (ii) above at the times indicated by symbols C to E, respectively.

以上のように、一実施形態に係るサーバ1によれば、上記処理(i)により、1以上の子プロセッサ2aを第2電力モードに移行させるため、上述した第1の手法とは異なり、バッテリ駆動に切り替わる前にシステムの消費電力を供給電力p2以下に低減できる。 As described above, according to the server 1 of one embodiment, the above process (i) transitions one or more child processors 2a to the second power mode, so that, unlike the first method described above, the power consumption of the system can be reduced to or below the supply power p2 before switching to battery power.

また、上記処理(ii)により、1以上の子プロセッサ2aの各々を所定順に(例えば1つずつ交替で)、第1電力モードに移行させ、子プロセッサ2a上のプロセスが実行する資源を解放させて、第2電力モードに移行させる。このため、上述した第2の手法のように、資源の解放ができずに停止処理が完了しない状況に陥ることを回避できる。 Furthermore, by the above process (ii), each of the one or more child processors 2a is switched to the first power mode in a predetermined order (e.g., one by one in turn), the resources executed by the processes on the child processors 2a are released, and the processors are switched to the second power mode. This makes it possible to avoid a situation in which resources cannot be released and the stop process cannot be completed, as occurs with the second method described above.

従って、一実施形態に係る手法によれば、消費電力を短時間で低下させることができる。これにより、例えば、バッテリの供給電力内で停止処理を適切に実施することができ、データ保護を実現することができる。 Therefore, according to the technique of one embodiment, power consumption can be reduced in a short time. This allows, for example, the shutdown process to be appropriately performed within the power supply of the battery, thereby realizing data protection.

なお、停止処理を実行する場合、サーバ1は、以下の(iii)及び(iv)の処理を行なってもよい。 When executing the stop process, the server 1 may perform the following processes (iii) and (iv).

(iii)親プロセッサ2aは、上記処理(ii)の後に、1以上の子プロセッサ2aの各々で実行されるプロセスの終了指示を送信し、各子プロセッサ2aを所定順に、第1電力モードに移行させ、終了指示に応じて自身の子プロセッサ2aが実行するプロセスを終了させる第3制御を実行する。 (iii) After the above process (ii), the parent processor 2a executes a third control in which it transmits an instruction to terminate the process executed by each of the one or more child processors 2a, transitions each child processor 2a to the first power mode in a predetermined order, and terminates the process executed by its own child processor 2a in response to the termination instruction.

これにより、親プロセッサ2aは、停止処理において、各子プロセッサ2aで実行されるプロセスを確実に終了させることができる。 This allows the parent processor 2a to reliably terminate the processes being executed by each child processor 2a during the stop process.

(iv)親プロセッサ2aは、上記処理(iii)の後に、メモリ3に記憶されたデータを記憶装置4に書き込み、サーバ1のシステムを停止する第4制御を実行する。 (iv) After the above process (iii), the parent processor 2a executes a fourth control to write the data stored in the memory 3 to the storage device 4 and shut down the system of the server 1.

例えば、親プロセッサ#0は、図4の符号Fで示すタイミングで上記処理(iv)を実行してよい。 For example, parent processor #0 may execute the above process (iv) at the timing indicated by symbol F in FIG. 4.

このように、図4にそれぞれ2点鎖線、点線、破線、一点鎖線で示すプロセッサ#0~#3は、低消費電力モードから、符号C~Fにおいて、1つずつ、元の動作モード、例えばプログラム(プロセス、スレッド)を実行可能な動作モードに遷移する。 In this way, processors #0 to #3, which are respectively indicated by the two-dot chain line, dotted line, dashed line, and dot-dash line in Figure 4, transition one by one from the low power consumption mode to their original operating mode, for example an operating mode in which a program (process, thread) can be executed, at symbols C to F.

これにより、図4に例示するように、実線で示すシステム全体の消費電力を、バッテリの最大供給電力p2よりも小さい、プロセッサ2aの1つ分の消費電力p3程度にまで低下させ、消費電力p3により停止処理を実行させることができる。 As a result, as shown in FIG. 4, the power consumption of the entire system, indicated by the solid line, can be reduced to approximately the power consumption p3 of one processor 2a, which is smaller than the maximum power supply p2 of the battery, and the shutdown process can be executed at the power consumption p3.

〔1-3〕機能構成例
次に、上述した処理を行なうサーバ1の機能構成例を説明する。図5は、一実施形態に係るサーバ1の機能構成例を示すブロック図であり、図6は、消費電力の低下制御の動作例を説明するための図である。なお、図6において、網掛けの区間はプロセッサ2aの動作モードが低消費電力モードである期間を示し、斜線の区間は後述するプロセス終了部23による動作期間であることを示す。
[1-3] Example of Functional Configuration Next, an example of the functional configuration of the server 1 that performs the above-mentioned processing will be described. Fig. 5 is a block diagram showing an example of the functional configuration of the server 1 according to one embodiment, and Fig. 6 is a diagram for explaining an example of the operation of the power consumption reduction control. In Fig. 6, the hatched section indicates the period during which the operation mode of the processor 2a is the low power consumption mode, and the diagonal line section indicates the operation period of the process termination unit 23 described later.

図5に示すように、サーバ1は、電源断が発生する場合の消費電力の低下制御に関連する機能に着目すると、例示的に、処理部20及びメモリ部30を備えてよい。 As shown in FIG. 5, when focusing on functions related to controlling the reduction of power consumption in the event of a power outage, the server 1 may illustratively include a processing unit 20 and a memory unit 30.

処理部20は、制御部の一例であり、複数のプロセッサ2aがプログラムをメモリ3に展開して実行することにより実現されてよい。例えば、処理部20は、複数のプロセッサ2aが実行するOS(Operating System)の少なくとも一部の機能であってよい。このため、処理部20の機能の少なくとも一部は、1以上のプロセッサ2aにより実行されるプロセス、又は、複数のプロセッサ2aの各々で実行されるスレッドにより実現されてよい。 The processing unit 20 is an example of a control unit, and may be realized by the multiple processors 2a expanding a program into the memory 3 and executing it. For example, the processing unit 20 may be at least a part of the functions of an OS (Operating System) executed by the multiple processors 2a. Therefore, at least a part of the functions of the processing unit 20 may be realized by a process executed by one or more processors 2a, or a thread executed by each of the multiple processors 2a.

メモリ部30は、メモリ3及び記憶装置4の少なくとも一方が有する記憶領域であってよい。一実施形態では、メモリ部30は、メモリ3が有する記憶領域であるものとする。 The memory unit 30 may be a storage area of at least one of the memory 3 and the storage device 4. In one embodiment, the memory unit 30 is a storage area of the memory 3.

一実施形態において、メモリ部30は、ホワイトリスト31を記憶してよい。また、メモリ部30は、プロセス実行キュー32として利用される記憶領域を備えてよい。プロセス実行キュー32は、例えば、OSが実行するプロセスが登録されるキューであり、カーネルのスケジューラにより管理される、次に実行するプロセスの候補のリストである。プロセス実行キュー32は「ランキュー」と称されてもよい。 In one embodiment, the memory unit 30 may store a whitelist 31. The memory unit 30 may also include a storage area used as a process execution queue 32. The process execution queue 32 is, for example, a queue in which processes to be executed by the OS are registered, and is a list of candidates for the next process to be executed that is managed by the kernel scheduler. The process execution queue 32 may also be referred to as a "run queue."

ホワイトリスト31は、上記処理(iii)において、親プロセッサ2aがメモリ3に記憶されたデータを記憶装置4に書き戻す書戻処理に利用されるプロセスに関する情報である。 The whitelist 31 is information about the process used in the write-back process in which the parent processor 2a writes back data stored in the memory 3 to the storage device 4 in the above process (iii).

上記処理(ii)において、親プロセッサ2aは、各子プロセッサ2aにより実行されるプロセスを終了させる。このとき、書戻処理に利用されるプロセスが終了(停止)されてしまうと、書戻処理の実行が阻害される可能性がある。 In the above process (ii), the parent processor 2a terminates the processes executed by each child processor 2a. At this time, if the process used for the write-back process is terminated (stopped), the execution of the write-back process may be hindered.

そこで、一実施形態では、書戻処理に利用されるプロセスについて、予めホワイトリスト31に登録しておくことで、上記処理(ii)によるプロセスの終了処理の実行対象外とする。ホワイトリスト31に登録されるプロセスとしては、例えば、上述した書戻処理に利用されるプロセスに加えて、サーバ1のシステム全体を管理するデーモン、及び、書戻処理に利用されるプロセスを監視するデーモン、等が挙げられる。 Therefore, in one embodiment, the processes used in the write-back process are registered in advance in the whitelist 31, so that they are not subject to the process termination process performed by the above-mentioned process (ii). Processes registered in the whitelist 31 include, for example, the processes used in the write-back process described above, as well as daemons that manage the entire system of server 1 and daemons that monitor the processes used in the write-back process.

図5に示すように、処理部20は、例示的に、生成部21、割込通信部22、プロセス終了部23、終了制御部24、及び、書戻処理部25を備えてよい。 As shown in FIG. 5, the processing unit 20 may illustratively include a generation unit 21, an interrupt communication unit 22, a process termination unit 23, a termination control unit 24, and a write-back processing unit 25.

生成部21は、ホワイトリスト31、及び、プロセス終了部23を生成する。例えば、生成部21は、サーバ1の消費電力低下制御の準備フェーズを実行する機能部であり、一例として、サーバ1の起動処理時又は起動処理後の初期設定処理として動作してよい。 The generation unit 21 generates a whitelist 31 and a process termination unit 23. For example, the generation unit 21 is a functional unit that executes a preparation phase for power consumption reduction control of the server 1, and may operate as an initial setting process during or after the startup process of the server 1, for example.

ホワイトリスト31は、例えば、システム管理者により予め作成されてもよく、この場合、生成部21は、記憶装置4からメモリ3(メモリ部30)にホワイトリスト31を読み出してもよい。 The whitelist 31 may be created in advance by, for example, a system administrator, in which case the generation unit 21 may read the whitelist 31 from the storage device 4 to the memory 3 (memory unit 30).

プロセス終了部23は、上記処理(ii)で子プロセッサ2aにおいてプロセスを終了(停止)する処理を実行する機能部であり、例えば、複数のスレッド、一例として、プロセッサ2aごとのカーネルスレッドであってよい。 The process termination unit 23 is a functional unit that executes the process of terminating (stopping) the process in the child processor 2a in the above process (ii), and may be, for example, a plurality of threads, for example, a kernel thread for each processor 2a.

生成部21は、生成したプロセス終了部23を、OSにおける他のプロセスの実行優先度よりも高い実行優先度に設定するとともに、プロセス実行キュー32から除外して、スリープ状態に設定する。 The generation unit 21 sets the generated process termination unit 23 to an execution priority higher than the execution priority of other processes in the OS, removes it from the process execution queue 32, and sets it to a sleep state.

例えば、生成部21は、生成したプロセス終了部23の実行優先度を他のプロセスの実行優先度よりも高い値(例えば最高値)に設定してよい。プロセス終了部23の実行優先度は、例えば、OSにおけるプロセスの優先度、一例としてnice値、として設定されてよい。nice値は、値が小さいほど優先度が高く、値が大きいほど優先度が低い。このため、生成部21は、プロセス終了部23のnice値を他のプロセスのnice値よりも小さい値(例えば最低値)に設定してよい。 For example, the generation unit 21 may set the execution priority of the generated process termination unit 23 to a value higher than the execution priority of other processes (e.g., the highest value). The execution priority of the process termination unit 23 may be set, for example, as the priority of a process in the OS, as an example, a nice value. The smaller the nice value, the higher the priority, and the larger the nice value, the lower the priority. For this reason, the generation unit 21 may set the nice value of the process termination unit 23 to a value lower than the nice values of other processes (e.g., the lowest value).

このように、子プロセッサ2aごとに生成されるプロセス終了部23(カーネルスレッド)は、自身の子プロセッサ2aで実行されるプロセスよりも実行優先度が高く設定された、当該プロセスを終了させるためのスレッドであるといえる。 In this way, the process termination unit 23 (kernel thread) generated for each child processor 2a can be said to be a thread for terminating the process, with an execution priority set higher than that of the process executed by its own child processor 2a.

割込通信部22は、電源断の検出、及び、プロセッサ2a間の通信に関する割込通信処理を行なう。 The interrupt communication unit 22 detects power outages and handles interrupt communication related to communication between processors 2a.

ここで、一実施形態に係るプロセッサ2aによる電源断の検出手法として、例えば、NMI(Non-Maskable Interrupt)等の割り込み通知が用いられてよい。NMIは、マスク不可能な割り込みの一例であり、OS(Operating System)の都合によらずプロセッサ2aに通知できる(例えばOSにおいて割り込み処理を禁止できない)割り込みである。 Here, as a method for detecting a power interruption by the processor 2a according to one embodiment, for example, an interrupt notification such as an NMI (Non-Maskable Interrupt) may be used. An NMI is an example of an interrupt that cannot be masked, and is an interrupt that can be notified to the processor 2a regardless of the convenience of the OS (Operating System) (for example, interrupt processing cannot be prohibited in the OS).

以下の説明では、割込通信部22は、NMIの受信に応じて起動し、受信したNMIを処理するNMIハンドラの機能の少なくとも一部を含むものとする。 In the following description, the interrupt communication unit 22 is assumed to include at least part of the functionality of an NMI handler that is activated in response to receiving an NMI and processes the received NMI.

例えば、サーバ1において、電力供給部5が電力源8からの電源断を検出した場合、例えば、電力供給部5からサーバ1のコントローラ等のHWに電源断の通知が送信される。通知を受信した当該HW、或いは、FW(Firmware)の管理デーモンは、OSに対して割り込み通知(NMI)を送信する。 For example, in server 1, when power supply unit 5 detects a power outage from power source 8, power supply unit 5 transmits a power outage notification to HW such as a controller of server 1. The HW or FW (firmware) management daemon that receives the notification transmits an interrupt notification (NMI) to the OS.

割込通信部22は、OSに対して送信されたNMIを受信することで、サーバ1における電源断を検出してよい(図6の符号(a)参照)。以下、NMIを受信し、HMIハンドラを起動したプロセッサ2aを親プロセッサ2aとし、親プロセッサ2a以外の他のプロセッサ2aを1以上の子プロセッサ2aとする。 The interrupt communication unit 22 may detect a power outage in the server 1 by receiving an NMI sent to the OS (see symbol (a) in FIG. 6). Hereinafter, the processor 2a that receives the NMI and starts the HMI handler is referred to as the parent processor 2a, and the other processors 2a other than the parent processor 2a are referred to as one or more child processors 2a.

また、割込通信部22は、親プロセッサ2aから1以上の子プロセッサ2aに対して、低消費電力モードへの遷移を指示する割り込み通知(NMI)を送信、例えばブロードキャストしてよい(図6の符号(b)参照)。低消費電力モードは、第2電力モードの一例である。 The interrupt communication unit 22 may also transmit, for example broadcast, an interrupt notification (NMI) from the parent processor 2a to one or more child processors 2a instructing them to transition to the low power consumption mode (see symbol (b) in FIG. 6). The low power consumption mode is an example of the second power mode.

さらに、割込通信部22は、親プロセッサ2aからNMIを受信した子プロセッサ2aの各々の動作モードを、受信したNMIに応じて、低消費電力モードに遷移させてよい(図6の符号(c)参照)。 Furthermore, the interrupt communication unit 22 may transition the operating mode of each child processor 2a that receives an NMI from the parent processor 2a to a low power consumption mode in response to the received NMI (see symbol (c) in Figure 6).

低消費電力モードとしては、例えば、C-Stateとして定義されるいずれかのステートであってよく、一例として、C6ステートが挙げられる。C6ステートは、プロセッサ2aの全てのコアが停止する状態であり、レジスタ等のプロセッサ2aの内部状態が外部、例えばメモリ3の記憶領域に保存される状態を示す。 The low power consumption mode may be, for example, any of the states defined as C-States, and one example is the C6 state. The C6 state is a state in which all cores of the processor 2a are stopped, and the internal state of the processor 2a, such as the registers, is stored externally, for example in a storage area of the memory 3.

ここで、親プロセッサ2aが1以上の子プロセッサ2aを低消費電力モードに遷移させる理由としては、以下の理由が挙げられる。 Here, the reasons why the parent processor 2a transitions one or more child processors 2a to the low power consumption mode include the following:

例えば、割込通信部22は、親プロセッサ2aから1以上の子プロセッサ2aに対して、プロセスを終了(停止)させる指示を割り込み通知(NMI)することも考えられる。この場合、プロセスの終了処理は、NMIの受信に応じて各子プロセッサ2aで起動するNMIハンドラが実行することになる。 For example, the interrupt communication unit 22 may send an interrupt notification (NMI) from the parent processor 2a to one or more child processors 2a to instruct them to terminate (stop) a process. In this case, the process termination process is executed by an NMI handler that is started in each child processor 2a in response to receiving the NMI.

しかし、子プロセッサ2aが実行するNMIハンドラの動作によりOSがプロセスの終了処理を実行すると、デッドロック等が発生する可能性がある。これは、NMIの受信タイミングが、OSにより資源がロック保持中である場合等の、OSが意図しないタイミングとなる場合があるためである。この場合、OSは、プロセスの終了処理のために、当該ロックを保持しようとする等の動作を行なう場合があり、プロセスの終了処理を正常に行なえない可能性がある。 However, when the OS executes process termination processing due to the operation of the NMI handler executed by child processor 2a, there is a possibility that a deadlock or the like may occur. This is because the timing of receiving the NMI may be unintended by the OS, such as when the OS is holding a lock on a resource. In this case, the OS may take actions such as attempting to hold the lock in order to terminate the process, and there is a possibility that the process termination processing may not be performed normally.

そこで、一実施形態では、割込通信部22としてのNMIハンドラとは別に、プロセスの終了処理を行なうプロセス終了部23、例えばカーネルスレッドを、プロセッサ2aごとに用意することで、OSが意図したタイミングで終了処理を開始できるようにする。 Therefore, in one embodiment, a process termination unit 23 that performs process termination processing, such as a kernel thread, is provided for each processor 2a in addition to the NMI handler that serves as the interrupt communication unit 22, so that the OS can start the termination processing at the timing intended.

このため、割込通信部22は、プロセス終了部23により各子プロセッサ2aにおける終了処理を実行させるために、1以上の子プロセッサ2aの全てを一時的に低消費電力モードに移行させておくのである。 For this reason, the interrupt communication unit 22 temporarily transitions all of the one or more child processors 2a to a low power consumption mode in order to have the process termination unit 23 execute termination processing in each child processor 2a.

割込通信部22は、例えば、全ての子プロセッサ2aが低消費電力モードに移行した場合、親プロセッサ2aから子プロセッサ2aのそれぞれに対して、復帰通知を順に送信する。復帰通知により、各子プロセッサ2aは、低消費電力モードから元の動作モード、例えばC0ステートに順次移行する(図6の符号(d)参照)。復帰通知により移行するものとの動作モードは、第1電力モードの一例である。 For example, when all child processors 2a have transitioned to the low power consumption mode, the interrupt communication unit 22 transmits a return notification from the parent processor 2a to each of the child processors 2a in sequence. In response to the return notification, each child processor 2a transitions from the low power consumption mode to the original operating mode, for example, C0 state, in sequence (see symbol (d) in FIG. 6). The operating mode to which the transition is made in response to the return notification is an example of the first power mode.

なお、子プロセッサ2aの復帰順は、プロセッサ2aの識別情報(例えば番号)の昇順又は降順であってもよいし、終了処理におけるプロセスの終了順序に従った順序であってもよい。子プロセッサ2aの復帰順は、例えば、カーネルのスケジューラにより決定されてもよい。 The order in which the child processors 2a are returned may be in ascending or descending order of the identification information (e.g., number) of the processors 2a, or in the order in which the processes are terminated in the termination process. The order in which the child processors 2a are returned may be determined, for example, by a kernel scheduler.

割込通信部22は、各子プロセッサ2aで動作するNMIハンドラにより、各子プロセッサ2aに対応する、プロセス終了部23としてのカーネルスレッドをスリープ状態から起床させて、実行可能な状態に遷移させる。例えば、割込通信部22は、カーネルスレッドをプロセス実行キュー32に追加してよい。そして、割込通信部22は、プロセス終了部23が実行可能になった子プロセッサ2aにおいてNMIハンドラを終了させる(図6の符号(e)参照)。 The interrupt communication unit 22 wakes up the kernel thread serving as the process termination unit 23 corresponding to each child processor 2a from a sleep state by the NMI handler operating in each child processor 2a, and transitions it to an executable state. For example, the interrupt communication unit 22 may add the kernel thread to the process execution queue 32. Then, the interrupt communication unit 22 terminates the NMI handler in the child processor 2a in which the process termination unit 23 has become executable (see symbol (e) in FIG. 6).

各子プロセッサ2aは、NMIハンドラによる割込処理から元のプロセスの実行に復帰すると、ロック等の資源を解放する。 When each child processor 2a returns to execution of the original process from the interrupt processing by the NMI handler, it releases resources such as locks.

プロセス終了部23は、各子プロセッサ2aにおいて、NMIハンドラから制御を受け取ると(図6の符号(e)参照)、子プロセッサ2aを低消費電力モードに移行させる(図6の符号(f)参照)。 When the process termination unit 23 receives control from the NMI handler in each child processor 2a (see symbol (e) in Figure 6), it transitions the child processor 2a to a low power consumption mode (see symbol (f) in Figure 6).

上述のように、プロセス終了部23は、プロセスの実行優先度が高レベル(例えば最高レベル)に設定されている。これにより、各子プロセッサ2aは、NMIハンドラ終了後、プロセス終了部23を確実に実行する(プロセス終了部23に制御を渡す)ことができる。 As described above, the process termination unit 23 has a high level (e.g., the highest level) of process execution priority. This allows each child processor 2a to reliably execute the process termination unit 23 (pass control to the process termination unit 23) after the NMI handler has finished.

終了制御部24は、例えば、全ての子プロセッサ2aが低消費電力モードに移行した場合、親プロセッサ2aから子プロセッサ2aのそれぞれに対して、プロセス終了指示(終了指示)を順に送信する(図6の符号(g)参照)。プロセス終了指示としては、例えば、SIGKILLコマンド(シグナル)が挙げられる。 For example, when all child processors 2a have transitioned to the low power consumption mode, the termination control unit 24 transmits a process termination instruction (termination instruction) from the parent processor 2a to each of the child processors 2a in sequence (see symbol (g) in FIG. 6). An example of a process termination instruction is a SIGKILL command (signal).

例えば、終了制御部24は、ホワイトリスト31を参照し、ホワイトリスト31に登録されていないプロセスの各々に対してプロセス終了指示を送信してよい。換言すれば、終了制御部24は、ホワイトリスト31を参照することで、プロセス終了指示の対象プロセスから、停止処理(例えば上記処理(iv))を実行するプロセスを除外する。これにより、停止処理を実行するプロセスを残すとともに、それ以外のプロセスを確実に終了させることができる。 For example, the termination control unit 24 may refer to the whitelist 31 and send a process termination instruction to each process that is not registered in the whitelist 31. In other words, by referring to the whitelist 31, the termination control unit 24 excludes processes that execute a stop process (e.g., the above process (iv)) from the processes that are the target of the process termination instruction. This makes it possible to leave the processes that execute the stop process and to reliably terminate the other processes.

また、終了制御部24は、プロセス終了指示の送信後、親プロセッサ2aから子プロセッサ2aのそれぞれのプロセス終了部23に対して、低消費電力モードから元の動作モードへの復帰通知を順に送信する(図6の符号(h)参照)。なお、各子プロセッサ2aではNMIハンドラを終了させているため、終了制御部24が送信する復帰通知は、NMI以外の手法であってよい。 After sending the process termination instruction, the termination control unit 24 sequentially sends a notification of return from the low power consumption mode to the original operating mode to the process termination unit 23 of each child processor 2a from the parent processor 2a (see symbol (h) in FIG. 6). Note that, since the NMI handler is terminated in each child processor 2a, the return notification sent by the termination control unit 24 may be by a method other than NMI.

プロセス終了部23は、終了制御部24からの復帰通知の受信に応じて低消費電力モードから元の動作モードに復帰すると、自身をプロセス実行キュー32から除外(削除)し、制御をスケジューラに渡す(図6の符号(i)参照)。 When the process termination unit 23 returns to the original operating mode from the low power consumption mode in response to receiving a return notification from the termination control unit 24, it removes (deletes) itself from the process execution queue 32 and passes control to the scheduler (see symbol (i) in Figure 6).

子プロセッサ2aでは、プロセス実行キュー32に登録されているプロセス終了部23以外のプロセスが順次実行(ディスパッチ;Dispatch)される。 In the child processor 2a, processes other than the process termination unit 23 registered in the process execution queue 32 are executed (dispatched) sequentially.

ここで、上述のように、終了制御部24によりプロセス終了指示が発行されている。従って、子プロセッサ2aでは、ディスパッチされるプロセスが、プロセス終了指示を受信することで自身のプロセスを終了させる。 As described above, a process termination instruction is issued by the termination control unit 24. Therefore, in the child processor 2a, the dispatched process terminates its own process upon receiving the process termination instruction.

このように、各子プロセッサ2aで実行されるプロセス終了部23と、親プロセッサ2aで実行される終了制御部24とが協働して、各子プロセッサ2aで実行されるプロセスを安全に終了(停止)させることができる。 In this way, the process termination unit 23 executed by each child processor 2a and the termination control unit 24 executed by the parent processor 2a work together to safely terminate (stop) the process executed by each child processor 2a.

また、プロセス実行キュー32に登録されているプロセスが、カーネルのスケジューラにより従い実行される際に、事前に親プロセッサ2aから送信されたプロセス終了指示の受信に応じて、自身の終了処理を行なう。これにより、子プロセッサ2aは、低消費電力モードから復帰した順に、自身のプロセッサ2a上で実行されるプロセスを終了させることができる。 In addition, when a process registered in the process execution queue 32 is executed according to the kernel scheduler, the process performs its own termination process in response to receiving a process termination instruction sent in advance from the parent processor 2a. This allows the child processor 2a to terminate the processes executed on its own processor 2a in the order in which they return from the low power consumption mode.

なお、自身のプロセッサ2a上で実行される全てのプロセスを終了させた子プロセッサ2aは、自身をC6ステートに遷移させてもよい。 In addition, a child processor 2a that has terminated all processes running on its own processor 2a may transition itself to the C6 state.

書戻処理部25は、ホワイトリスト31に登録されていない全てのプロセスが終了した場合、メモリ3が記憶するデータを記憶装置4に書き戻す書戻処理を実行し、サーバ1のシステムを停止、例えばシャットダウンさせる。 When all processes not registered in the whitelist 31 have ended, the write-back processing unit 25 executes a write-back process to write back the data stored in the memory 3 to the storage device 4, and stops the system of the server 1, for example shutting it down.

〔1-4〕動作例
次に、図7及び図8を参照して、上述の如く構成された一実施形態に係るサーバ1の動作例を説明する。図7は、サーバ1の生成部21による処理の動作例を説明するフローチャートであり、図8は、サーバ1による消費電力低下制御の動作例を説明するフローチャートである。
[1-4] Operation Example Next, an operation example of the server 1 according to one embodiment configured as described above will be described with reference to Fig. 7 and Fig. 8. Fig. 7 is a flowchart for explaining an operation example of processing by the generation unit 21 of the server 1, and Fig. 8 is a flowchart for explaining an operation example of power consumption reduction control by the server 1.

〔1-4-1〕生成部による処理
図7に例示するように、生成部21は、終了制御部24から送信されるプロセス終了指示、例えばSIGKILLコマンドの対象外となるプロセスを登録したホワイトリスト31を作成し(ステップS1)、メモリ部30に格納する。
[1-4-1] Processing by the Generation Unit As illustrated in Figure 7, the generation unit 21 creates a whitelist 31 that registers processes that are not subject to process termination instructions, such as a SIGKILL command, sent from the termination control unit 24 (step S1), and stores it in the memory unit 30.

また、生成部21は、各プロセッサ2aにプロセス終了部23、例えばカーネルスレッドを作成する(ステップS2)。生成部21は、作成したプロセス終了部23のプロセス優先度を最高レベルに設定し、当該プロセス終了部23をスリープさせ(ステップS3)、処理が終了する。 The generation unit 21 also creates a process termination unit 23, for example a kernel thread, in each processor 2a (step S2). The generation unit 21 sets the process priority of the created process termination unit 23 to the highest level, puts the process termination unit 23 to sleep (step S3), and the processing ends.

〔1-4-2〕消費電力低下制御
図8に示すように、サーバ1において、電源断を通知するNMIが発生すると(ステップS11)、NMIを受信したプロセッサ2aが、NMIの受信に応じて割込通信部22としてのNMIハンドラを起動する。当該プロセッサ2aは、親プロセッサ2aとして、起動したNMIハンドラにより、受信したNMIを認識することで電源断を検出する。
8, when an NMI notifying a power cut occurs in the server 1 (step S11), the processor 2a that receives the NMI starts an NMI handler as the interrupt communication unit 22 in response to the reception of the NMI. The processor 2a, as the parent processor 2a, detects the power cut by recognizing the received NMI with the started NMI handler.

割込通信部22は、親プロセッサ2aから全ての子プロセッサ2aにNMIをブロードキャストする(ステップS12)。当該NMIは、低消費電力モードへの遷移指示の一例である。 The interrupt communication unit 22 broadcasts an NMI from the parent processor 2a to all child processors 2a (step S12). The NMI is an example of an instruction to transition to the low power consumption mode.

ステップS13以降の処理は、プロセッサ2aが親プロセッサ2aである場合(ステップS13でYES、ステップS21~S27)と、プロセッサ2aが子プロセッサ2aである場合(ステップS13でNO、ステップS31~S39)とに分岐する。以下、サーバ1における処理の流れに沿って説明する。 The process from step S13 onwards branches into two cases: if the processor 2a is the parent processor 2a (YES in step S13, steps S21 to S27), and if the processor 2a is the child processor 2a (NO in step S13, steps S31 to S39). The process will be explained below according to the flow of processing on the server 1.

各子プロセッサ2aは、ステップS12でブロードキャストされたNMIの受信に応じて割込通信部22としてのNMIハンドラを起動し、起動したNMIハンドラにより、受信したNMIを認識することで、低消費電力モードへの遷移指示を検出する。割込通信部22は、各子プロセッサ2aをC6ステートに移行させ(ステップS31)、C6ステートで待機する(ステップS32)。 Each child processor 2a activates an NMI handler as the interrupt communication unit 22 in response to receiving the NMI broadcast in step S12, and the activated NMI handler recognizes the received NMI and detects an instruction to transition to the low power consumption mode. The interrupt communication unit 22 transitions each child processor 2a to the C6 state (step S31) and waits in the C6 state (step S32).

親プロセッサ2aで動作する割込通信部22は、全ての子プロセッサ2aの動作モードがC6ステートに遷移するまで待ち合わせる(ステップS21、ステップS21でNO)。C6ステートに遷移すると(ステップS21でYES)、割込通信部22は、各子プロセッサ2aに対して順にC6ステートからの復帰通知を送信する(ステップS22)。 The interrupt communication unit 22 operating in the parent processor 2a waits until the operating mode of all child processors 2a transitions to the C6 state (step S21, NO in step S21). When the transition to the C6 state occurs (YES in step S21), the interrupt communication unit 22 transmits a return notification from the C6 state to each child processor 2a in turn (step S22).

子プロセッサ2aは、親プロセッサ2aから復帰通知を受信した順に、NMIハンドラにより、C6ステートから復帰する(ステップS33)。割込通信部22は、プロセス終了部23を起床させ、NMIハンドラを終了させる(ステップS34)。子プロセッサ2aは、NMIハンドラの終了に伴い、ロック等の資源を解放する(ステップS35)。 The child processor 2a returns from the C6 state by the NMI handler in the order in which it received the return notification from the parent processor 2a (step S33). The interrupt communication unit 22 wakes up the process termination unit 23 and terminates the NMI handler (step S34). With the termination of the NMI handler, the child processor 2a releases resources such as locks (step S35).

起動したプロセス終了部23は、子プロセッサ2aの電力モードをC6ステートに遷移させて待機する(ステップS36)。 The started process termination unit 23 transitions the power mode of the child processor 2a to the C6 state and waits (step S36).

親プロセッサ2aで動作する終了制御部24は、全ての子プロセッサ2aにおけるプロセス終了部23の実行(C6ステートでの待機を含む)を待ち合わせる(ステップS23、ステップS23でNO)。 The termination control unit 24 operating in the parent processor 2a waits for the execution of the process termination unit 23 (including waiting in C6 state) in all child processors 2a (step S23, NO in step S23).

全ての子プロセッサ2aにおいてプロセス終了部23が実行されると(ステップS23でYES)、終了制御部24は、図7のステップS1で生成されたホワイトリスト31を参照する。終了制御部24は、ホワイトリスト31に未登録のプロセスに、プロセス終了指示、例えばSIGKILLコマンドを送信し(ステップS24)、各子プロセッサ2aに対して順にC6ステートからの復帰通知を送信する(ステップS25)。 When the process termination unit 23 is executed in all child processors 2a (YES in step S23), the termination control unit 24 refers to the whitelist 31 generated in step S1 of FIG. 7. The termination control unit 24 sends a process termination instruction, for example a SIGKILL command, to processes not registered in the whitelist 31 (step S24), and sends a return notification from the C6 state to each child processor 2a in turn (step S25).

子プロセッサ2aは、親プロセッサ2aから復帰通知を受信した順に、プロセス終了部23により、C6ステートから復帰する(ステップS37)。プロセス終了部23は、自身をプロセス実行キュー32から除外し、制御をカーネルのスケジューラに渡す(ステップS38)。 The child processors 2a are returned from the C6 state by the process termination unit 23 in the order in which they received the return notification from the parent processor 2a (step S37). The process termination unit 23 removes itself from the process execution queue 32 and passes control to the kernel scheduler (step S38).

子プロセッサ2aでは、カーネルのスケジューラにより、プロセス実行キュー32内のプロセスが実行される。実行されたプロセスは、ステップS24で送信されたプロセス終了指示を受信すると、自身のプロセスを終了する(ステップS39)。各子プロセッサ2aにおいて、プロセス終了指示の対象となるプロセスが全て終了すると、子プロセッサ2aにおける処理が終了する。なお、子プロセッサ2aにおける処理が終了する際に、当該子プロセッサ2aは、自身をC6ステートに遷移させてもよい。 In the child processor 2a, the kernel scheduler executes the processes in the process execution queue 32. When the executed process receives the process end instruction sent in step S24, it ends its own process (step S39). When all processes targeted by the process end instruction are ended in each child processor 2a, the processing in the child processor 2a ends. When the processing in the child processor 2a ends, the child processor 2a may transition itself to the C6 state.

親プロセッサ2aの終了制御部24は、ホワイトリスト31に未登録のプロセスが全て終了するまで待機する(ステップS26)。 The termination control unit 24 of the parent processor 2a waits until all processes not registered in the whitelist 31 have terminated (step S26).

ホワイトリスト31に未登録のプロセスが全て終了すると、書戻処理部25は、メモリ3に記憶されたデータを記憶装置4に書き戻す書戻処理を実行し(ステップS27)、処理が終了する。なお、親プロセッサ2aは、書戻処理の終了後、シャットダウンシーケンスを実行してサーバ1のシステムを停止してよい。 When all processes not registered in the whitelist 31 have been completed, the write-back processing unit 25 executes a write-back process to write the data stored in the memory 3 back to the storage device 4 (step S27), and the process ends. After the write-back process ends, the parent processor 2a may execute a shutdown sequence to stop the system of the server 1.

〔1-5〕サーバのハードウェア構成例
図9は、コンピュータ10のHW構成を示すブロック図である。以下、サーバ1の一例であるコンピュータ10が備えるHW構成を説明する。
[1-5] Example of Hardware Configuration of Server Fig. 9 is a block diagram showing the HW configuration of the computer 10. The HW configuration of the computer 10, which is an example of the server 1, will be described below.

図9に示すように、コンピュータ10は、HW構成として、例示的に、プロセッサ10a、メモリ10b、記憶部10c、IF(Interface)部10d、IO(Input / Output)部10e、及び読取部10fを備えてよい。 As shown in FIG. 9, the computer 10 may, as a HW configuration, illustratively include a processor 10a, a memory 10b, a storage unit 10c, an IF (Interface) unit 10d, an IO (Input/Output) unit 10e, and a reading unit 10f.

プロセッサ10aは、種々の制御や演算を行なう演算処理装置の一例である。プロセッサ10aは、コンピュータ10内の各ブロックとバス10iで相互に通信可能に接続されてよい。プロセッサ10aは、図1に示すプロセッサ群2の一例であり、複数のプロセッサ2aを備えるマルチプロセッサである。なお、プロセッサ2aは、複数のコアを備えるマルチコアプロセッサであってもよい。 Processor 10a is an example of a processing unit that performs various controls and calculations. Processor 10a may be connected to each block in computer 10 via bus 10i so that they can communicate with each other. Processor 10a is an example of the processor group 2 shown in FIG. 1, and is a multiprocessor having multiple processors 2a. Processor 2a may be a multicore processor having multiple cores.

メモリ10bは、種々のデータやプログラム等の情報を格納するHWの一例である。メモリ10bは、図1に示すメモリ3の一例であり、例えばDRAM等の揮発性メモリ、及び、PM(Persistent Memory)等の不揮発性メモリ、の一方又は双方が挙げられる。 Memory 10b is an example of HW that stores various data, programs, and other information. Memory 10b is an example of memory 3 shown in FIG. 1, and may be, for example, one or both of a volatile memory such as DRAM and a non-volatile memory such as PM (Persistent Memory).

記憶部10cは、種々のデータやプログラム等の情報を格納するHWの一例である。記憶部10cは、図1に示す記憶装置4の一例であり、例えばHDD等の磁気ディスク装置、SSD等の半導体ドライブ装置、不揮発性メモリ等の各種記憶装置が挙げられる。 The storage unit 10c is an example of HW that stores various data, programs, and other information. The storage unit 10c is an example of the storage device 4 shown in FIG. 1, and examples of such storage devices include magnetic disk devices such as HDDs, semiconductor drive devices such as SSDs, and non-volatile memories.

また、記憶部10cは、コンピュータ10の各種機能の全部若しくは一部を実現するプログラム10g(情報処理プログラム)を格納してよい。例えば、プロセッサ2aの各々は、記憶部10cに格納されたプログラム10gをメモリ10bに展開して実行することにより、図5に例示する処理部20としての機能を実現できる。プログラム10gは、例えば、OS、或いは、OSの少なくとも一部(例えばカーネル)に含まれてもよい。 The storage unit 10c may also store a program 10g (information processing program) that realizes all or part of the various functions of the computer 10. For example, each of the processors 2a can realize the function of the processing unit 20 illustrated in FIG. 5 by expanding the program 10g stored in the storage unit 10c into the memory 10b and executing it. The program 10g may be included in, for example, the OS or at least a part of the OS (e.g., a kernel).

IF部10dは、ネットワークとの間の接続及び通信の制御等を行なう通信IFの一例である。例えば、IF部10dは、イーサネット(登録商標)、インフィニバンド(InfiniBand)、ミリネット(Myrinet)、或いは、FC(Fibre Channel)等の光通信、等に準拠したアダプタを含んでよい。当該アダプタは、無線及び有線の一方又は双方の通信方式に対応してよい。例えば、サーバ1は、IF部10dを介して、オペレータ又はシステム管理者が利用する図示しない端末装置と相互に通信可能に接続されてよい。また、例えば、プログラム10gは、当該通信IFを介して、ネットワークからコンピュータ10にダウンロードされ、記憶部10cに格納されてもよい。 The IF unit 10d is an example of a communication IF that controls the connection and communication with the network. For example, the IF unit 10d may include an adapter that complies with optical communications such as Ethernet (registered trademark), InfiniBand, Myrinet, or FC (Fibre Channel). The adapter may support one or both of wireless and wired communication methods. For example, the server 1 may be connected to a terminal device (not shown) used by an operator or system administrator via the IF unit 10d so that they can communicate with each other. Also, for example, the program 10g may be downloaded from the network to the computer 10 via the communication IF and stored in the storage unit 10c.

IO部10eは、入力装置、及び、出力装置、の一方又は双方を含んでよい。入力装置としては、例えば、キーボード、マウス、タッチパネル等が挙げられる。出力装置としては、例えば、モニタ、プロジェクタ、プリンタ等が挙げられる。 The IO unit 10e may include one or both of an input device and an output device. Examples of input devices include a keyboard, a mouse, a touch panel, etc. Examples of output devices include a monitor, a projector, a printer, etc.

読取部10fは、記録媒体10hに記録されたデータやプログラムの情報を読み出すリーダの一例である。読取部10fは、記録媒体10hを接続可能又は挿入可能な接続端子又は装置を含んでよい。読取部10fとしては、例えば、USB(Universal Serial Bus)等に準拠したアダプタ、記録ディスクへのアクセスを行なうドライブ装置、SDカード等のフラッシュメモリへのアクセスを行なうカードリーダ等が挙げられる。なお、記録媒体10hにはプログラム10gが格納されてもよく、読取部10fが記録媒体10hからプログラム10gを読み出して記憶部10cに格納してもよい。 The reading unit 10f is an example of a reader that reads data and program information recorded on the recording medium 10h. The reading unit 10f may include a connection terminal or device to which the recording medium 10h can be connected or inserted. Examples of the reading unit 10f include an adapter that complies with USB (Universal Serial Bus) or the like, a drive device that accesses a recording disk, and a card reader that accesses a flash memory such as an SD card. The recording medium 10h may store a program 10g, and the reading unit 10f may read the program 10g from the recording medium 10h and store it in the memory unit 10c.

記録媒体10hとしては、例示的に、磁気/光ディスクやフラッシュメモリ等の非一時的なコンピュータ読取可能な記録媒体が挙げられる。磁気/光ディスクとしては、例示的に、フレキシブルディスク、CD(Compact Disc)、DVD(Digital Versatile Disc)、ブルーレイディスク、HVD(Holographic Versatile Disc)等が挙げられる。フラッシュメモリとしては、例示的に、USBメモリやSDカード等の半導体メモリが挙げられる。 Examples of the recording medium 10h include non-transitory computer-readable recording media such as magnetic/optical disks and flash memories. Examples of magnetic/optical disks include flexible disks, CDs (Compact Discs), DVDs (Digital Versatile Discs), Blu-ray Discs, and HVDs (Holographic Versatile Discs). Examples of flash memories include semiconductor memories such as USB memories and SD cards.

上述したコンピュータ10のHW構成は例示である。従って、コンピュータ10内でのHWの増減(例えば任意のブロックの追加や削除)、分割、任意の組み合わせでの統合、又は、バスの追加若しくは削除等は適宜行なわれてもよい。例えば、サーバ1において、IO部10e及び読取部10fの少なくとも一方は、省略されてもよい。 The above-described HW configuration of the computer 10 is an example. Therefore, the HW in the computer 10 may be increased or decreased (for example, adding or deleting any block), divided, or integrated in any combination, or buses may be added or deleted, as appropriate. For example, in the server 1, at least one of the IO unit 10e and the reading unit 10f may be omitted.

また、コンピュータ10は、図1に例示する電力供給部5及び内蔵バッテリ6を備えてよく、電力供給部5にはUPS7が接続されてよい。なお、内蔵バッテリ6及びUPS7の一方は省略されてもよい。 The computer 10 may also include a power supply unit 5 and an internal battery 6 as shown in FIG. 1, and a UPS 7 may be connected to the power supply unit 5. Note that one of the internal battery 6 and the UPS 7 may be omitted.

〔2〕その他
上述した一実施形態に係る技術は、以下のように変形、変更して実施することができる。
[2] Others The technology according to the embodiment described above can be modified and changed as follows.

例えば、図5に示すサーバ1において、生成部21、割込通信部22、プロセス終了部23、終了制御部24及び書戻処理部25の機能は、任意の組み合わせで併合してもよく、それぞれ分割してもよい。 For example, in the server 1 shown in FIG. 5, the functions of the generation unit 21, the interrupt communication unit 22, the process termination unit 23, the termination control unit 24, and the write-back processing unit 25 may be combined in any combination, or may be separated.

また、親プロセッサ2aが実行する割込通信部22及び終了制御部24のそれぞれは、C6ステートの子プロセッサ2aに対して1つずつ順に復帰通知を送信するものとしたが、これに限定されるものではない。 In addition, each of the interrupt communication unit 22 and the termination control unit 24 executed by the parent processor 2a is assumed to send a return notification to the child processors 2a in the C6 state one by one in sequence, but this is not limited to the above.

例えば、バッテリの最大供給電力と停止処理の処理時間との関係で許容されるのであれば、2以上の子プロセッサ2aに並行して復帰通知を送信し、2以上の子プロセッサ2aを並行して復帰させてもよい。或いは、バッテリの最大供給電力と停止処理の処理時間との関係で許容されるのであれば、親プロセッサ2aは、或る子プロセッサ2aが元の動作モードで動作中に、他の子プロセッサ2aを復帰させてもよい。換言すれば、親プロセッサ2aは、元の動作モードとする期間の少なくとも一部を2以上の子プロセッサ2a間で重複(オーバラップ)させてもよい。 For example, if the relationship between the maximum power supply of the battery and the processing time of the stop process allows, a restore notification may be sent in parallel to two or more child processors 2a, and two or more child processors 2a may be restored in parallel. Alternatively, if the relationship between the maximum power supply of the battery and the processing time of the stop process allows, the parent processor 2a may restore one child processor 2a while the other child processor 2a is operating in the original operating mode. In other words, the parent processor 2a may overlap at least a portion of the period in which the original operating mode is in place between two or more child processors 2a.

また、復帰通知は、子プロセッサ2aを低消費電力モードから元の動作モードに移行させる指示であるものとしたが、これに限定されるものではなく、元の動作モードよりも消費電力の小さい動作モードに移行させる指示であってもよい。 In addition, the return notification is described as an instruction to transition the child processor 2a from the low power consumption mode to the original operating mode, but is not limited to this and may be an instruction to transition to an operating mode that consumes less power than the original operating mode.

〔3〕付記
以上の実施形態に関し、さらに以下の付記を開示する。
[3] Supplementary Notes The following supplementary notes are further disclosed with respect to the above-described embodiment.

(付記1)
複数のプロセッサと、
電力供給源の停電に応じて、前記電力供給源からの電力を蓄積するバッテリから出力される電力を前記複数のプロセッサのそれぞれに供給する電源部と、を備え、
前記複数のプロセッサのうちの第1プロセッサは、
前記停電の検出に応じて、前記複数のプロセッサのうちの1以上の第2プロセッサの各々を、プロセスを実行可能な第1電力モード及び前記第1電力モードよりも消費電力が小さい第2電力モードのうちの前記第2電力モードに移行させる第1制御と、
前記1以上の第2プロセッサの各々が前記第2電力モードに移行した場合、前記1以上の第2プロセッサの各々を所定順に、前記第1電力モードに移行させ、自身の第2プロセッサが実行する前記プロセスにより利用される資源を解放させ、前記第2電力モードに移行させる第2制御と、
を実行する制御部、
を備える、情報処理装置。
(Appendix 1)
A plurality of processors;
a power supply unit that supplies, in response to a power outage of a power supply source, power output from a battery that stores power from the power supply source to each of the plurality of processors;
A first processor of the plurality of processors,
a first control for transitioning each of one or more second processors among the plurality of processors to a second power mode among a first power mode capable of executing a process and a second power mode having lower power consumption than the first power mode in response to the detection of the power outage;
a second control for, when each of the one or more second processors has transitioned to the second power mode, transitioning each of the one or more second processors to the first power mode in a predetermined order, releasing resources used by the process executed by the second processor, and transitioning the second processor to the second power mode;
A control unit that executes
An information processing device comprising:

(付記2)
前記制御部は、
前記第2制御後に、前記1以上の第2プロセッサの各々で実行されるプロセスの終了指示を送信し、前記1以上の第2プロセッサの各々を所定順に、前記第1電力モードに移行させ、前記終了指示に応じて自身の第2プロセッサが実行する前記プロセスを終了させる第3制御を実行する、
付記1に記載の情報処理装置。
(Appendix 2)
The control unit is
a third control is executed to transmit an instruction to terminate a process executed by each of the one or more second processors after the second control, to cause each of the one or more second processors to transition to the first power mode in a predetermined order, and to terminate the process executed by the second processor in response to the instruction to terminate the process;
2. The information processing device according to claim 1.

(付記3)
揮発性記憶領域と、
不揮発性記憶領域と、を備え、
前記制御部は、
前記第3制御後に、前記揮発性記憶領域に記憶されたデータを前記不揮発性記憶領域に書き込み、前記情報処理装置を停止する第4制御を実行する、
付記2に記載の情報処理装置。
(Appendix 3)
A volatile storage area;
A non-volatile storage area,
The control unit is
executing a fourth control to write the data stored in the volatile storage area to the non-volatile storage area and to shut down the information processing device after the third control;
3. The information processing device according to claim 2.

(付記4)
前記制御部は、前記終了指示の対象プロセスから、前記第4制御を実行するプロセスを除外する、
付記3に記載の情報処理装置。
(Appendix 4)
the control unit excludes a process that executes the fourth control from processes that are subject to the termination instruction.
4. The information processing device according to claim 3.

(付記5)
前記第1プロセッサは、前記複数のプロセッサのうちの、前記電源部で検知される前記停電の発生を通知する割り込み通知を受信するプロセッサであり、
前記制御部は、前記第1制御において、前記1以上の第2プロセッサの各々に対して、前記第2電力モードへの移行を指示する割り込み通知を送信する、
付記1~付記4のいずれか1項に記載の情報処理装置。
(Appendix 5)
the first processor is a processor among the plurality of processors that receives an interrupt notification notifying the occurrence of the power outage detected by the power supply unit;
the control unit, in the first control, transmits an interrupt notification to each of the one or more second processors instructing the second processor to transition to the second power mode;
5. The information processing device according to claim 1 .

(付記6)
前記1以上の第2プロセッサの各々は、
前記第1制御において、前記割り込み通知の受信に応じて起動したハンドラにより前記第2電力モードに移行し、
前記第2制御において、前記第1電力モードへの移行の指示を受信すると、前記ハンドラを終了し、前記資源を解放し、自身の第2プロセッサで実行される前記プロセスよりも実行優先度が高く設定された、前記プロセスを終了させるためのスレッドを起動して、前記第2電力モードに移行する、
付記5に記載の情報処理装置。
(Appendix 6)
Each of the one or more second processors:
In the first control, a transition to the second power mode is made by a handler activated in response to reception of the interrupt notification;
when receiving an instruction to transition to the first power mode under the second control, the handler is terminated, the resource is released, a thread for terminating the process, the thread having an execution priority set higher than that of the process executed by the second processor of the processor, is started, and the power mode is transitioned to the second power mode.
6. The information processing device according to claim 5.

(付記7)
複数のプロセッサと、電力供給源の停電に応じて、前記電力供給源からの電力を蓄積するバッテリから出力される電力を前記複数のプロセッサのそれぞれに供給する電源部と、を備えるコンピュータに、
前記停電の検出に応じて、前記複数のプロセッサのうちの1以上のプロセッサの各々を、プロセスを実行可能な第1電力モード及び前記第1電力モードよりも消費電力が小さい第2電力モードのうちの前記第2電力モードに移行させる第1制御と、
前記1以上のプロセッサの各々が前記第2電力モードに移行した場合、前記1以上のプロセッサの各々を所定順に、前記第1電力モードに移行させ、自身のプロセッサが実行する前記プロセスにより利用される資源を解放させ、前記第2電力モードに移行させる第2制御と、
を含む処理を実行させる、情報処理プログラム。
(Appendix 7)
A computer including a plurality of processors and a power supply unit that supplies, in response to a power outage of a power supply source, power output from a battery that stores power from the power supply source to each of the plurality of processors,
A first control that transitions each of one or more processors among the plurality of processors to a second power mode among a first power mode capable of executing a process and a second power mode having lower power consumption than the first power mode in response to the detection of the power outage;
a second control for, when each of the one or more processors has transitioned to the second power mode, transitioning each of the one or more processors to the first power mode in a predetermined order, releasing resources used by the process executed by the processor, and transitioning the processor to the second power mode;
An information processing program that causes processing including the above to be performed.

(付記8)
前記コンピュータに、
前記第2制御後に、前記1以上のプロセッサの各々で実行されるプロセスの終了指示を送信し、前記1以上のプロセッサの各々を所定順に、前記第1電力モードに移行させ、前記終了指示に応じて自身のプロセッサが実行する前記プロセスを終了させる第3制御、
を含む処理を実行させる、付記7に記載の情報処理プログラム。
(Appendix 8)
The computer includes:
a third control of transmitting an instruction to terminate a process executed by each of the one or more processors after the second control, transitioning each of the one or more processors to the first power mode in a predetermined order, and terminating the process executed by the processor in response to the instruction to terminate the process;
8. The information processing program according to claim 7, which causes a process including the steps of:

(付記9)
前記コンピュータに、
前記第3制御後に、揮発性記憶領域に記憶されたデータを不揮発性記憶領域に書き込み、前記コンピュータを停止する第4制御、
を含む処理を実行させる、付記8に記載の情報処理プログラム。
(Appendix 9)
The computer includes:
a fourth control for writing the data stored in the volatile storage area to a non-volatile storage area and shutting down the computer after the third control;
9. The information processing program according to claim 8, which causes a process including the steps of:

(付記10)
前記コンピュータに、
前記終了指示の対象プロセスから、前記第4制御を実行するプロセスを除外する、
処理を実行させる、付記9に記載の情報処理プログラム。
(Appendix 10)
The computer includes:
excluding a process that executes the fourth control from processes that are subject to the termination instruction;
10. The information processing program according to claim 9, which causes a process to be executed.

(付記11)
前記コンピュータに、
前記第1制御及び前記第2制御を、前記複数のプロセッサのうちの、前記電源部で検知される前記停電の発生を通知する割り込み通知を受信するプロセッサに実行させ、
前記第1制御は、前記1以上のプロセッサの各々に対して、前記第2電力モードへの移行を指示する割り込み通知を送信することを含む、
付記7~付記10のいずれか1項に記載の情報処理プログラム。
(Appendix 11)
The computer includes:
causing a processor, among the plurality of processors, that receives an interrupt notification notifying the occurrence of the power outage detected by the power supply unit to execute the first control and the second control;
the first control includes sending an interrupt notification to each of the one or more processors instructing the processor to transition to the second power mode;
The information processing program according to any one of claims 7 to 10.

(付記12)
前記コンピュータに、
前記1以上のプロセッサの各々において、
前記第1制御において、前記割り込み通知の受信に応じて起動したハンドラにより前記第2電力モードに移行し、
前記第2制御において、前記第1電力モードへの移行の指示を受信すると、前記ハンドラを終了し、前記資源を解放し、自身のプロセッサで実行される前記プロセスよりも実行優先度が高く設定された、前記プロセスを終了させるためのスレッドを起動して、前記第2電力モードに移行する、
処理を実行させる、
付記11に記載の情報処理プログラム。
(Appendix 12)
The computer includes:
In each of the one or more processors,
In the first control, a transition to the second power mode is made by a handler activated in response to reception of the interrupt notification;
when receiving an instruction to transition to the first power mode under the second control, the handler is terminated, the resource is released, a thread for terminating the process, the thread having an execution priority set higher than that of the process executed by the processor itself, is started, and the power mode is transitioned to the second power mode.
Execute the process,
12. The information processing program according to claim 11.

(付記13)
複数のプロセッサと、電力供給源の停電に応じて、前記電力供給源からの電力を蓄積するバッテリから出力される電力を前記複数のプロセッサのそれぞれに供給する電源部と、を備えるコンピュータが、
前記停電の検出に応じて、前記複数のプロセッサのうちの1以上のプロセッサの各々を、プロセスを実行可能な第1電力モード及び前記第1電力モードよりも消費電力が小さい第2電力モードのうちの前記第2電力モードに移行させる第1制御と、
前記1以上のプロセッサの各々が前記第2電力モードに移行した場合、前記1以上のプロセッサの各々を所定順に、前記第1電力モードに移行させ、自身のプロセッサが実行する前記プロセスにより利用される資源を解放させ、前記第2電力モードに移行させる第2制御と、
を含む処理を実行する、情報処理方法。
(Appendix 13)
A computer including a plurality of processors and a power supply unit that supplies, in response to a power outage of a power supply source, power output from a battery that stores power from the power supply source to each of the plurality of processors,
A first control that transitions each of one or more processors among the plurality of processors to a second power mode among a first power mode capable of executing a process and a second power mode having lower power consumption than the first power mode in response to the detection of the power outage;
a second control for, when each of the one or more processors has transitioned to the second power mode, transitioning each of the one or more processors to the first power mode in a predetermined order, releasing resources used by the process executed by the processor, and transitioning the processor to the second power mode;
An information processing method for performing a process including the steps of:

(付記14)
前記コンピュータが、
前記第2制御後に、前記1以上のプロセッサの各々で実行されるプロセスの終了指示を送信し、前記1以上のプロセッサの各々を所定順に、前記第1電力モードに移行させ、前記終了指示に応じて自身のプロセッサが実行する前記プロセスを終了させる第3制御、
を含む処理を実行する、付記13に記載の情報処理方法。
(Appendix 14)
The computer,
a third control of transmitting an instruction to terminate a process executed by each of the one or more processors after the second control, transitioning each of the one or more processors to the first power mode in a predetermined order, and terminating the process executed by the processor in response to the instruction to terminate the process;
14. The information processing method according to claim 13, further comprising:

(付記15)
前記コンピュータが、
前記第3制御後に、揮発性記憶領域に記憶されたデータを不揮発性記憶領域に書き込み、前記コンピュータを停止する第4制御、
を含む処理を実行する、付記14に記載の情報処理方法。
(Appendix 15)
The computer,
a fourth control for writing the data stored in the volatile storage area to a non-volatile storage area and shutting down the computer after the third control;
15. The information processing method according to claim 14, further comprising:

(付記16)
前記コンピュータが、
前記終了指示の対象プロセスから、前記第4制御を実行するプロセスを除外する、
処理を実行する、付記15に記載の情報処理方法。
(Appendix 16)
The computer,
excluding a process that executes the fourth control from processes that are subject to the termination instruction;
16. The information processing method according to claim 15, further comprising:

(付記17)
前記コンピュータが、
前記第1制御及び前記第2制御を、前記複数のプロセッサのうちの、前記電源部で検知される前記停電の発生を通知する割り込み通知を受信するプロセッサに実行させ、
前記第1制御は、前記1以上のプロセッサの各々に対して、前記第2電力モードへの移行を指示する割り込み通知を送信することを含む、
付記13~付記16のいずれか1項に記載の情報処理方法。
(Appendix 17)
The computer,
causing a processor, among the plurality of processors, that receives an interrupt notification notifying the occurrence of the power outage detected by the power supply unit to execute the first control and the second control;
the first control includes sending an interrupt notification to each of the one or more processors instructing the processor to transition to the second power mode;
17. An information processing method according to any one of claims 13 to 16.

(付記18)
前記コンピュータが、
前記1以上のプロセッサの各々において、
前記第1制御において、前記割り込み通知の受信に応じて起動したハンドラにより前記第2電力モードに移行し、
前記第2制御において、前記第1電力モードへの移行の指示を受信すると、前記ハンドラを終了し、前記資源を解放し、自身のプロセッサで実行される前記プロセスよりも実行優先度が高く設定された、前記プロセスを終了させるためのスレッドを起動して、前記第2電力モードに移行する、
処理を実行する、
付記17に記載の情報処理方法。
(Appendix 18)
The computer,
In each of the one or more processors,
In the first control, a transition to the second power mode is made by a handler activated in response to reception of the interrupt notification;
when receiving an instruction to transition to the first power mode under the second control, the handler is terminated, the resource is released, a thread for terminating the process, the thread having an execution priority set higher than that of the process executed by the own processor, is started, and the power mode is transitioned to the second power mode.
Execute the process,
18. The information processing method according to claim 17.

1 サーバ
10 コンピュータ
2 プロセッサ群
2a プロセッサ
20 処理部
21 生成部
22 割込通信部
23 プロセス終了部
24 終了制御部
25 書戻処理部
3 メモリ
30 メモリ部
31 ホワイトリスト
32 プロセス実行キュー
4 記憶装置
5 電力供給部
6 内蔵バッテリ
7 無停電電源装置(UPS)
8 電力源
REFERENCE SIGNS LIST 1 Server 10 Computer 2 Processor group 2a Processor 20 Processing section 21 Generation section 22 Interrupt communication section 23 Process termination section 24 Termination control section 25 Write-back processing section 3 Memory 30 Memory section 31 White list 32 Process execution queue 4 Storage device 5 Power supply section 6 Built-in battery 7 Uninterruptible power supply (UPS)
8. Power Source

Claims (8)

複数のプロセッサと、
電力供給源の停電に応じて、前記電力供給源からの電力を蓄積するバッテリから出力される電力を前記複数のプロセッサのそれぞれに供給する電源部と、を備え、
前記複数のプロセッサのうちの第1プロセッサは、
前記停電の検出に応じて、前記複数のプロセッサのうちの1以上の第2プロセッサの各々を、プロセスを実行可能な第1電力モード及び前記第1電力モードよりも消費電力が小さい第2電力モードのうちの前記第2電力モードに移行させる第1制御と、
前記1以上の第2プロセッサの各々が前記第2電力モードに移行した場合、前記1以上の第2プロセッサの各々を所定順に、前記第1電力モードに移行させ、前記第1電力モードに移行させた第2プロセッサが実行する前記プロセスにより利用される資源を解放させ、前記第2電力モードに移行させる第2制御と、
を実行する制御部、
を備える、情報処理装置。
A plurality of processors;
a power supply unit that supplies, in response to a power outage of a power supply source, power output from a battery that stores power from the power supply source to each of the plurality of processors;
A first processor of the plurality of processors,
a first control for transitioning each of one or more second processors among the plurality of processors to a second power mode among a first power mode capable of executing a process and a second power mode having lower power consumption than the first power mode in response to the detection of the power outage;
a second control for, when each of the one or more second processors has transitioned to the second power mode, transitioning each of the one or more second processors to the first power mode in a predetermined order, releasing resources used by the process executed by the second processor that has been transitioned to the first power mode , and transitioning the second processor to the second power mode;
A control unit that executes
An information processing device comprising:
前記制御部は、
前記第2制御後に、前記1以上の第2プロセッサの各々で実行されるプロセスの終了指示を前記1以上の第2プロセッサの各々に送信し、前記1以上の第2プロセッサの各々を所定順に、前記第1電力モードに移行させ、前記第1電力モードに移行させた第2プロセッサが実行する前記プロセスを前記終了指示に応じて終了させる第3制御を実行する、
請求項1に記載の情報処理装置。
The control unit is
executing a third control of transmitting, after the second control, an instruction to terminate a process executed by each of the one or more second processors , transitioning each of the one or more second processors to the first power mode in a predetermined order, and terminating , in response to the termination instruction, the process executed by the second processor that has been transitioned to the first power mode ;
The information processing device according to claim 1 .
揮発性記憶領域と、
不揮発性記憶領域と、を備え、
前記制御部は、
前記第3制御後に、前記揮発性記憶領域に記憶されたデータを前記不揮発性記憶領域に書き込み、前記情報処理装置を停止する第4制御を実行する、
請求項2に記載の情報処理装置。
A volatile storage area;
A non-volatile storage area,
The control unit is
executing a fourth control to write the data stored in the volatile storage area to the non-volatile storage area and to shut down the information processing device after the third control;
The information processing device according to claim 2 .
前記制御部は、前記終了指示の対象プロセスから、前記第4制御を実行するプロセスを除外する、
請求項3に記載の情報処理装置。
the control unit excludes a process that executes the fourth control from processes that are subject to the termination instruction.
The information processing device according to claim 3 .
前記第1プロセッサは、前記複数のプロセッサのうちの、前記電源部で検知される前記停電の発生を通知する割り込み通知を受信するプロセッサであり、
前記制御部は、前記第1制御において、前記1以上の第2プロセッサの各々に対して、前記第2電力モードへの移行を指示する割り込み通知を送信する、
請求項1~請求項4のいずれか1項に記載の情報処理装置。
the first processor is a processor among the plurality of processors that receives an interrupt notification notifying the occurrence of the power outage detected by the power supply unit;
the control unit, in the first control, transmits an interrupt notification to each of the one or more second processors instructing the second processor to transition to the second power mode;
The information processing device according to any one of claims 1 to 4.
前記1以上の第2プロセッサの各々は、
前記第1制御において、前記割り込み通知の受信に応じて起動したハンドラにより前記第2電力モードに移行し、
前記第2制御において、前記第1電力モードへの移行の指示を受信すると、前記ハンドラを終了し、前記資源を解放し、前記第2プロセッサで実行される前記プロセスよりも実行優先度が高く設定された、前記プロセスを終了させるためのスレッドを起動して、前記第2電力モードに移行する、
請求項5に記載の情報処理装置。
Each of the one or more second processors:
In the first control, a transition to the second power mode is made by a handler activated in response to reception of the interrupt notification;
when receiving an instruction to transition to the first power mode under the second control, the handler is terminated, the resource is released, a thread for terminating the process, the thread having an execution priority set higher than that of the process executed by the second processor, is started, and the power mode is transitioned to the second power mode.
The information processing device according to claim 5 .
複数のプロセッサと、電力供給源の停電に応じて、前記電力供給源からの電力を蓄積す
るバッテリから出力される電力を前記複数のプロセッサのそれぞれに供給する電源部と、を備えるコンピュータに、
前記停電の検出に応じて、前記複数のプロセッサのうちの1以上のプロセッサの各々を、プロセスを実行可能な第1電力モード及び前記第1電力モードよりも消費電力が小さい第2電力モードのうちの前記第2電力モードに移行させる第1制御と、
前記1以上のプロセッサの各々が前記第2電力モードに移行した場合、前記1以上のプロセッサの各々を所定順に、前記第1電力モードに移行させ、前記第1電力モードに移行させたプロセッサが実行する前記プロセスにより利用される資源を解放させ、前記第2電力モードに移行させる第2制御と、
を含む処理を実行させる、情報処理プログラム。
A computer including a plurality of processors and a power supply unit that supplies, in response to a power outage of a power supply source, power output from a battery that stores power from the power supply source to each of the plurality of processors,
A first control that transitions each of one or more processors among the plurality of processors to a second power mode among a first power mode capable of executing a process and a second power mode having lower power consumption than the first power mode in response to the detection of the power outage;
a second control for switching each of the one or more processors to the first power mode in a predetermined order when each of the one or more processors has switched to the second power mode, releasing resources used by the process executed by the processor that has been switched to the first power mode , and switching the processor to the second power mode;
An information processing program that causes processing including the above to be performed.
複数のプロセッサと、電力供給源の停電に応じて、前記電力供給源からの電力を蓄積するバッテリから出力される電力を前記複数のプロセッサのそれぞれに供給する電源部と、を備えるコンピュータが、
前記停電の検出に応じて、前記複数のプロセッサのうちの1以上のプロセッサの各々を、プロセスを実行可能な第1電力モード及び前記第1電力モードよりも消費電力が小さい第2電力モードのうちの前記第2電力モードに移行させる第1制御と、
前記1以上のプロセッサの各々が前記第2電力モードに移行した場合、前記1以上のプロセッサの各々を所定順に、前記第1電力モードに移行させ、前記第1電力モードに移行させたプロセッサが実行する前記プロセスにより利用される資源を解放させ、前記第2電力モードに移行させる第2制御と、
を含む処理を実行する、情報処理方法。
A computer including a plurality of processors and a power supply unit that supplies, in response to a power outage of a power supply source, power output from a battery that stores power from the power supply source to each of the plurality of processors,
A first control that transitions each of one or more processors among the plurality of processors to a second power mode among a first power mode capable of executing a process and a second power mode having lower power consumption than the first power mode in response to the detection of the power outage;
a second control for switching each of the one or more processors to the first power mode in a predetermined order when each of the one or more processors has switched to the second power mode, releasing resources used by the process executed by the processor that has been switched to the first power mode , and switching the processor to the second power mode;
An information processing method for performing a process including the steps of:
JP2020115399A 2020-07-03 2020-07-03 Information processing device, information processing program, and information processing method Active JP7472687B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020115399A JP7472687B2 (en) 2020-07-03 2020-07-03 Information processing device, information processing program, and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020115399A JP7472687B2 (en) 2020-07-03 2020-07-03 Information processing device, information processing program, and information processing method

Publications (2)

Publication Number Publication Date
JP2022013086A JP2022013086A (en) 2022-01-18
JP7472687B2 true JP7472687B2 (en) 2024-04-23

Family

ID=80169454

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020115399A Active JP7472687B2 (en) 2020-07-03 2020-07-03 Information processing device, information processing program, and information processing method

Country Status (1)

Country Link
JP (1) JP7472687B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007128447A (en) 2005-11-07 2007-05-24 Seiko Epson Corp Multiprocessor system and interrupt signal transmission method
JP2013218371A (en) 2012-04-04 2013-10-24 Seiko Epson Corp Information processor and data storage processing method in the same

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007128447A (en) 2005-11-07 2007-05-24 Seiko Epson Corp Multiprocessor system and interrupt signal transmission method
JP2013218371A (en) 2012-04-04 2013-10-24 Seiko Epson Corp Information processor and data storage processing method in the same

Also Published As

Publication number Publication date
JP2022013086A (en) 2022-01-18

Similar Documents

Publication Publication Date Title
US9721660B2 (en) Configurable volatile memory without a dedicated power source for detecting a data save trigger condition
EP2380081B1 (en) Method and system for hibernation or suspend using a non-volatile-memory device
US8990617B2 (en) Fault-tolerant computer system, fault-tolerant computer system control method and recording medium storing control program for fault-tolerant computer system
US9600059B2 (en) Facilitating power management in a multi-core processor
US11609767B2 (en) Technologies for operating system transitions in multiple-operating-system environments
US20080120518A1 (en) Replacing system hardware
KR101997316B1 (en) Control apparatus, control method of control apparatus, and storage medium
US7089413B2 (en) Dynamic computer system reset architecture
US10802998B2 (en) Technologies for processor core soft-offlining
WO2011068548A1 (en) Systems apparatus and methods blocking a power transition
US20190004818A1 (en) Method of UEFI Shell for Supporting Power Saving Mode and Computer System thereof
TW201933097A (en) Computer-implemented method and computer system for preserving memory data
KR100827287B1 (en) Semiconductor secondary memory unit and data saving method using the same
US9201822B2 (en) Host controller apparatus, information processing apparatus, and event information output method
JP2008203957A (en) Nas system
CN102141920B (en) Method for dynamically configuring C-State and communication equipment
JP7472687B2 (en) Information processing device, information processing program, and information processing method
JP2012027655A (en) Information processor and power-saving memory management method
JP2010204885A (en) Disk array device and method for controlling the same
CN112912848B (en) Power supply request management method in cluster operation process
JP5422426B2 (en) Information processing device
WO2023206693A1 (en) System sleep method and apparatus and system wake-up method and apparatus
KR101896494B1 (en) Power management in computing devices
US20060080561A1 (en) Information handling system having reduced power consumption
US20200065143A1 (en) Safety shutdown control of virtual machines running on a host apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230407

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20240116

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20240117

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240226

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20240226

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20240312

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240325

R150 Certificate of patent or registration of utility model

Ref document number: 7472687

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150