JP5769224B2 - Data processing system and data processing method - Google Patents

Data processing system and data processing method Download PDF

Info

Publication number
JP5769224B2
JP5769224B2 JP2010040135A JP2010040135A JP5769224B2 JP 5769224 B2 JP5769224 B2 JP 5769224B2 JP 2010040135 A JP2010040135 A JP 2010040135A JP 2010040135 A JP2010040135 A JP 2010040135A JP 5769224 B2 JP5769224 B2 JP 5769224B2
Authority
JP
Japan
Prior art keywords
job
freeze
class
execution
information
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.)
Expired - Fee Related
Application number
JP2010040135A
Other languages
Japanese (ja)
Other versions
JP2011175533A (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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2010040135A priority Critical patent/JP5769224B2/en
Publication of JP2011175533A publication Critical patent/JP2011175533A/en
Application granted granted Critical
Publication of JP5769224B2 publication Critical patent/JP5769224B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Description

本発明は、仮想記憶管理にて主記憶を管理するデータ処理システム及びデータ処理方法に関する。   The present invention relates to a data processing system and a data processing method for managing main memory by virtual memory management.

仮想記憶管理にて主記憶を管理するデータ処理システムでは、主記憶容量が不足しているために、主記憶と仮想記憶装置とのページの入れ替えが頻繁に発生する状態になる場合がある。このような状態は、スラッシングと呼ばれている。このようなスラッシングが発生すると、同時に実行しているジョブだけでなく、オペレーティングシステム自体の処理能力が低下する。このようなスラッシング状態となった場合には、最悪システム停止に至る可能性があり、実行しているジョブを停止/終了させるか、主記憶容量を増やす必要がある。   In a data processing system that manages main memory by virtual memory management, because the main memory capacity is insufficient, there may be a state in which page replacement between the main memory and the virtual memory device frequently occurs. Such a state is called thrashing. When such thrashing occurs, not only the job being executed simultaneously but also the processing capability of the operating system itself is reduced. In such a thrashing state, there is a possibility that the worst system will be stopped, and it is necessary to stop / end the job being executed or increase the main storage capacity.

このようなスラッシング状態を防止するシステムとしては、特許文献1に、ジョブのジョブ実行経過時間の累積に対するページフォルト処理経過時間の累積の比率が予め設定した閾値より大きいかどうかにより、スラッシングが発生しているかどうかを検出し、スラッシングが発生していたら、そのジョブをスラッシングモード状態としてスラッシングモード記録手段に記録するようにしたものが提案されている。   As a system for preventing such a thrashing state, in Patent Document 1, thrashing occurs depending on whether the ratio of the accumulated page fault processing elapsed time to the accumulated job execution elapsed time of a job is larger than a preset threshold value. It has been proposed that if thrashing occurs, the job is recorded in the thrashing mode recording means as a thrashing mode state.

特開平08−272684号公報JP 08-272684 A

上述のように、このようなスラッシングが発生すると、同時に実行しているジョブだけでなく、オペレーティングシステム自体の処理能力が低下する。スラッシングが発生し、実行しているジョブを停止/終了させる場合に、停止/終了対象として選択されるジョブは、主記憶と仮想記憶装置とのページの入れ替え処理が頻繁に行われているジョブではなく、使用している主記憶容量の大きいジョブや最後に投入したジョブなど、その他のジョブとなる可能性がある。   As described above, when such thrashing occurs, not only the job being executed simultaneously but also the processing capability of the operating system itself is reduced. When thrashing occurs and the job being executed is stopped / terminated, the job selected as the target to be stopped / terminated is a job in which page replacement processing between the main memory and the virtual storage device is frequently performed. There may be other jobs such as a job with a large main storage capacity used or a job submitted last.

特許文献1では、スラッシング状態と判断したプログラム間で、予め確保しておいたメモリ(スラッシングメモリプール)を分け合い、割り当てられたメモリを使用して実行するか、割り当てるメモリが不足していた場合にはメモリ待ちとさせて、ページフォルト処理を発生させないようにしている。しかしながら、特許文献1に示されているものの場合には、スラッシング状態と判断され、予め確保しておいたメモリを使用しているプログラムが終了しない間は、スラッシング状態のジョブに割り当てるメモリ量が増加しないため、メモリ待ちとなっているジョブのメモリ待ち状態が解除されない。また、特許文献1では、スラッシングの発生しやすいジョブだけを集めて、実行多重度を制限することが行われていない。   In Patent Document 1, when a memory (thrashing memory pool) reserved in advance is shared among programs determined to be in a thrashing state, the allocated memory is used for execution, or the allocated memory is insufficient. Does not cause page fault processing by waiting for memory. However, in the case of the one shown in Patent Document 1, the amount of memory allocated to the thrashing job increases while the program using the memory reserved in advance is not terminated because the thrashing state is determined. Therefore, the memory waiting state of the job waiting for the memory is not released. Further, in Patent Document 1, it is not performed to limit the multiplicity of execution by collecting only jobs that are prone to thrashing.

上述の課題を鑑み、本発明は、仮想記憶管理にて主記憶を管理する場合に、スラッシングの発生を防止することができるデータ処理システム及びデータ処理方法を提供することを目的とすることを目的とする。   In view of the above-described problems, an object of the present invention is to provide a data processing system and a data processing method capable of preventing thrashing when the main memory is managed by virtual memory management. And

上述の課題を解決するために、本発明は、仮想記憶管理により主記憶を管理するようにしたデータ処理装置において、ミッシングが頻発するジョブを検出する手段と、前記ミッシングが頻発するジョブをフリーズジョブクラスとして登録する手段と、前記フリーズジョブクラスに属するジョブを、フリーズクラス定義の情報内にフリーズジョブクラスの識別情報に対応して記述されている実行多重度に従って、当該実行多重度を制限して実行させる手段と、空きメモリ容量がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量より大きいかどうかを判定する手段と、前記空きメモリ容量がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量より大きいと判定された場合にフリーズジョブクラスとして管理して前記実行多重度に基づいて実行していた当該ジョブについて、前記フリーズジョブクラスとしての登録を削除して元のジョブクラスとして実行させる手段とを備えることを特徴とする。 In order to solve the above-described problem, the present invention provides a data processing apparatus that manages main memory by virtual memory management, a means for detecting a job that frequently occurs, and a job that frequently causes missing. The means for registering as a class and jobs belonging to the freeze job class are limited in accordance with the execution multiplicity described in the freeze class definition information corresponding to the identification information of the freeze job class. Means for executing, means for determining whether or not the free memory capacity is larger than a memory request amount of a job waiting for execution in a job belonging to the freeze job class, and the free memory capacity belongs to the freeze job class. If it is determined that the amount of memory required for a job that is waiting to be executed is greater than the required amount of memory To, for the job that has been executed on the basis of the execution multiplicity managed as freeze job classes, and characterized in that it comprises a means for executing a original job class to delete the registration as the freeze job class To do.

本発明は、仮想記憶管理により主記憶を管理するようにしたデータ処理方法において、ミッシングが頻発するジョブを検出する工程と、前記ミッシングが頻発するジョブをフリーズジョブクラスとして登録する工程と、前記フリーズジョブクラスに属するジョブを、フリーズクラス定義の情報内にフリーズジョブクラスの識別情報に対応して記述されている実行多重度に従って、当該実行多重度を制限して実行させる工程と、空きメモリ容量がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量より大きいかどうかを判定する工程と、前記空きメモリ容量がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量より大きいと判定された場合にフリーズジョブクラスとして管理して前記実行多重度に基づいて実行していた当該ジョブについて、前記フリーズジョブクラスとしての登録を削除して元のジョブクラスとして実行させる工程とを備えることを特徴とする。
The present invention provides a data processing method in which main memory is managed by virtual memory management, a step of detecting a job that frequently occurs, a step of registering the job that frequently occurs as a freeze job class, and the freeze A step of executing a job belonging to a job class by limiting the execution multiplicity according to the execution multiplicity described in the freeze class definition information corresponding to the identification information of the freeze job class, and a free memory capacity A step of determining whether or not the memory request amount of a job waiting for execution in a job belonging to the freeze job class is larger than the memory request amount, and a job belonging to the freeze job class is waiting for execution If it is determined to be greater than the memory requirements of the job, and freeze job classes For the job which has been performed based on the execution multiplicity and supervises as, characterized in that to remove the registration as the freeze job classes and a step to be executed as the original job class.

本発明によれば、主記憶容量が不足しているために仮想記憶装置とのページの入れ替えが頻繁に発生しているジョブを、当該ジョブが本来属しているジョブクラスに加え、主記憶容量が不足しているために仮想記憶装置とのページの入れ替えが頻繁に発生しているジョブの多重度を管理するためのジョブクラスでも管理することにより、主記憶容量が不足していているために仮想記憶装置とのページ入れ替えが頻繁に発生しているジョブの実行多重度を抑えることによりスラッシングを防止することができる。   According to the present invention, a job in which page replacement with the virtual storage device frequently occurs because the main storage capacity is insufficient is added to the job class to which the job originally belongs, and the main storage capacity is increased. Due to the lack of main storage capacity by managing even the job class for managing the multiplicity of jobs that frequently cause page replacement with the virtual storage device due to lack of virtual Thrashing can be prevented by suppressing the execution multiplicity of jobs that frequently cause page replacement with the storage device.

本発明の第1の実施形態のコンピュータシステムを示すブロック図である。1 is a block diagram illustrating a computer system according to a first embodiment of this invention. システム情報提供部の一例の情報の説明図である。It is explanatory drawing of the information of an example of a system information provision part. ポリシー情報提供部の一例の情報の説明図である。It is explanatory drawing of the information of an example of a policy information provision part. ジョブ情報提供部の情報の一例の説明図である。It is explanatory drawing of an example of the information of a job information provision part. ジョブクラス情報提供部の情報の一例の説明図である。It is explanatory drawing of an example of the information of a job class information provision part. 本発明の第1の実施形態におけるフリーズジョブクラスへの登録と実行の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the process of registration and execution to a freeze job class in the 1st Embodiment of this invention. 本発明の第1の実施形態におけるフリーズジョブクラスからの登録の削除の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of deletion of registration from the freeze job class in the 1st Embodiment of this invention. 本発明の第2の実施形態のコンピュータシステムを示すブロック図である。It is a block diagram which shows the computer system of the 2nd Embodiment of this invention. ジョブ情報提供部の情報の他の例の説明図である。It is explanatory drawing of the other example of the information of a job information provision part. 本発明の第2の実施形態におけるフリーズジョブクラスからの登録の削除の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of deletion of registration from the freeze job class in the 2nd Embodiment of this invention. 本発明の第2の実施形態におけるフリーズジョブクラスからの登録の削除の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of deletion of registration from the freeze job class in the 2nd Embodiment of this invention.

以下、本発明の実施の形態について図面を参照しながら説明する。図1は、本発明の第1の実施形態のコンピュータシステムを示すブロック図である。図1に示すように、本発明の第1の実施形態のコンピュータシステム1は、システム情報提供部10と、ポリシー情報提供部11と、ジョブ情報提供部12と、ジョブクラス情報提供部13と、空きメモリ検出部20と、ミッシング数超過検出部21と、ジョブ管理部22と、フリーズジョブクラス管理部23と、フリーズジョブクラス登録/削除部24と、フリーズジョブクラスジョブ実行部25を含む。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing a computer system according to the first embodiment of this invention. As shown in FIG. 1, a computer system 1 according to the first embodiment of the present invention includes a system information providing unit 10, a policy information providing unit 11, a job information providing unit 12, a job class information providing unit 13, An empty memory detection unit 20, a missing number excess detection unit 21, a job management unit 22, a freeze job class management unit 23, a freeze job class registration / deletion unit 24, and a freeze job class job execution unit 25 are included.

図2はシステム情報提供部の一例の情報の説明図であり、図3はポリシー情報提供部の一例の情報の説明図であり、図4はジョブ情報提供部の情報の一例の説明図であり、図5はジョブクラス情報提供部の情報の一例の説明図である。   2 is an explanatory diagram of an example of information of the system information providing unit, FIG. 3 is an explanatory diagram of an example of information of the policy information providing unit, and FIG. 4 is an explanatory diagram of an example of information of the job information providing unit. FIG. 5 is an explanatory diagram of an example of information of the job class information providing unit.

図2に示されるように、システム情報提供部10は、空きメモリ量情報INF101を提供する。空きメモリ量情報INF101は、ジョブに割り当て可能な主記憶容量である。   As shown in FIG. 2, the system information providing unit 10 provides free memory amount information INF101. The free memory amount information INF101 is a main storage capacity that can be allocated to a job.

図3に示されるように、ポリシー情報提供部11は、ミッシング回数閾値情報INF111を提供する。ミッシング回数閾値情報INF111は、システム管理者が決定した、ジョブのミッシングが頻繁に発生していると判断すべきジョブの単位時間あたりのミッシング回数閾値である。   As shown in FIG. 3, the policy information providing unit 11 provides missing count threshold information INF111. Missing frequency threshold information INF111 is a missing frequency threshold per unit time of a job, which is determined by the system administrator and should be determined that job missing frequently occurs.

図4に示されるとおり、ジョブ情報提供部12は、ジョブ毎に、メモリ要求量情報INF121、単位時間あたりのミッシング回数情報INF122、フリーズクラス属性情報INF123を提供する。メモリ要求量情報INF121は、そのジョブが要求するメモリ量である。単位時間あたりのミッシング回数情報INF122は、そのジョブの単位時間あたりのミッシング回数である。フリーズクラス属性情報INF123は、そのジョブがフリーズクラスに属するか否かを示す情報である。   As shown in FIG. 4, the job information providing unit 12 provides memory request amount information INF121, missing count information INF122 per unit time, and freeze class attribute information INF123 for each job. The memory request amount information INF121 is the amount of memory requested by the job. Missing frequency information INF122 per unit time is the number of missing times per unit time of the job. The freeze class attribute information INF123 is information indicating whether or not the job belongs to the freeze class.

図5に示されるように、ジョブクラス情報提供部13は、フリーズクラス定義情報INF131を提供している。フリーズクラス定義情報INF131は、システム管理者が決定した、主記憶と仮想記憶装置とのページの入れ替え処理が頻繁に行われているジョブの同時実行数を管理するための多重度情報INF1311を持つ。   As shown in FIG. 5, the job class information providing unit 13 provides freeze class definition information INF 131. The freeze class definition information INF 131 has multiplicity information INF 1311 for managing the number of jobs that are frequently executed for page replacement processing between the main storage and the virtual storage device, as determined by the system administrator.

図1において、空きメモリ検出部20は、空きメモリ量と、フリーズクラス属性がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量とを監視し、空きメモリが要求メモリ量を超えているか否かを判定する。   In FIG. 1, the free memory detection unit 20 monitors the amount of free memory and the memory request amount of a job waiting for execution in a job whose freeze class attribute belongs to the freeze job class. Determine whether the amount is exceeded.

ミッシング数超過検出部21は、ジョブ毎の単位時間あたりのミッシング回数を監視し、ジョブの単位時間あたりのミッシング回数閾値を超えているか否かを判定することで、当該ジョブでミッシングが頻繁に発生しているかどうかを検出する。   The missing number excess detection unit 21 monitors the number of missing times per unit time for each job, and determines whether or not the number of missing times per unit time of the job has been exceeded. Detect whether or not

ジョブ管理部22は、ジョブ管理を行っている。より具体的には、ジョブ管理部22は、ミッシング数超過検出部21で、ジョブの単位時間あたりのミッシング回数が閾値を超えていると判定されると、当該ジョブでミッシングが頻繁に発生しているとして、当該ジョブをフリーズジョブクラスに変更する処理を行う。また、ジョブ管理部22は、空きメモリ検出部20で、空きメモリ容量がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量より大きいと判定された場合には、当該ジョブをフリーズジョブクラスから削除し、元のジョブクラスに戻して実行させる処理を行う。   The job management unit 22 performs job management. More specifically, when the missing number excess detection unit 21 determines that the number of missing times per unit time of the job exceeds the threshold value, the job management unit 22 causes frequent missing in the job. The job is changed to the freeze job class. If the free memory detection unit 20 determines that the free memory capacity is larger than the memory request amount of the job waiting for execution in the job belonging to the freeze job class, the job management unit 22 The job is deleted from the frozen job class and returned to the original job class for execution.

フリーズジョブクラス管理部23は、フリーズジョブクラスの管理を行っている。より具体的には、フリーズジョブクラス管理部23は、ミッシングが頻繁に発生しているとしてフリーズジョブクラスに変更するジョブがあると、本来属しているジョブクラスに属したまま、当該ジョブがフリーズジョブクラスに属するように変更させる。また、フリーズジョブクラス管理部23は、ミッシングが頻繁に発生しているとしてフリーズジョブクラスに変更するジョブがあると、当該ジョブをフリーズジョブクラスのジョブとして実行させる。 The freeze job class management unit 23 manages freeze job classes. More specifically, when there is a job to be changed to a freeze job class because missing is frequently occurring, the freeze job class management unit 23 remains in the job class to which the job originally belongs and the job is changed to a freeze job. Change it to belong to a class. In addition, when there is a job to be changed to the frozen job class on the assumption that missing frequently occurs, the frozen job class management unit 23 executes the job as a job of the frozen job class.

フリーズジョブクラス登録/削除部24は、ジョブをフリーズジョブクラスに変更したり、ジョブをフリーズジョブクラスから削除したりする処理を行う。   The freeze job class registration / deletion unit 24 performs processing of changing a job to a freeze job class and deleting a job from the freeze job class.

フリーズジョブクラスジョブ実行部25は、フリーズジョブクラスのジョブの実行を行う。フリーズジョブクラスのジョブを実行させるときには、当該ジョブは、ジョブクラス情報提供部13のフリーズクラス定義情報INF131の多重度情報INF1311に従って、実行多重度が抑えられて実行される。   The freeze job class job execution unit 25 executes a job of the freeze job class. When a job of the freeze job class is executed, the job is executed with execution multiplicity suppressed according to the multiplicity information INF 1311 of the freeze class definition information INF 131 of the job class information providing unit 13.

本発明の第1の実施形態では、ミッシング数超過検出部21で、ジョブの単位時間あたりのミッシング回数がジョブの単位時間あたりのミッシング回数閾値より大きいかどうかが判定され、ジョブの単位時間あたりのミッシング回数がジョブの単位時間あたりのミッシング回数閾値より大きいと判定されると、当該ジョブは、フリーズジョブクラスに変更されて実行される。フリーズジョブクラスに属するジョブは、フリーズジョブクラスの定義に従った多重度で実行される。   In the first embodiment of the present invention, the missing number excess detection unit 21 determines whether or not the number of missing times per unit time of the job is larger than a threshold value of the number of missing times per unit time of the job. If it is determined that the number of missing times is greater than the missing number threshold per unit time of the job, the job is changed to a freeze job class and executed. Jobs belonging to the freeze job class are executed with multiplicity according to the definition of the freeze job class.

次に、本発明の第1の実施形態の動作について、フローチャートを参照しながら説明する。上述のように、本発明の第1の実施形態では、ミッシングが頻発しているジョブは本来属しているジョブクラスに属したまま、フリーズジョブクラスにも属するように変更され、フリーズジョブクラスの定義に従って実行多重度が制限される。図6は、本発明の第1の実施形態におけるフリーズジョブクラスへの登録と実行の処理の流れを示すフローチャートである。   Next, the operation of the first exemplary embodiment of the present invention will be described with reference to a flowchart. As described above, in the first embodiment of the present invention, a job that frequently occurs is changed to belong to the freeze job class while belonging to the job class to which the missing job originally belongs, and the definition of the freeze job class is defined. The execution multiplicity is limited according to FIG. 6 is a flowchart showing the flow of registration and execution processing for a freeze job class according to the first embodiment of the present invention.

図6において、ミッシング数超過検出部21は、常にジョブ毎にあるジョブ情報提供部12の単位時間あたりのミッシング回数情報INF122を監視しており、システム管理者が決定したポリシー情報提供部11のジョブの単位時間あたりのミッシング回数閾値情報INF111を超えているか否かを判断する(ステップS101)。ミッシング数超過検出部21は、ジョブの単位時間あたりのミッシング回数情報INF122がミッシング回数閾値情報INF111より小さいと判定した場合には、ミッシングが頻繁に発生していないとして、当該ジョブについてはそのままとする。   In FIG. 6, the missing number excess detection unit 21 always monitors the missing number information INF122 per unit time of the job information providing unit 12 for each job, and the job of the policy information providing unit 11 determined by the system administrator. It is determined whether or not the missing count threshold value information INF111 per unit time is exceeded (step S101). If the missing count excess detection unit 21 determines that the missing count information INF122 per unit time of the job is smaller than the missing count threshold information INF111, the missing job is not frequently generated and the job is left as it is. .

ステップS101で、ミッシング数超過検出部21は、ジョブの単位時間あたりのミッシング回数情報INF122がジョブの単位時間あたりのミッシング回数閾値情報INF111より大きいと判定した場合には、当該ジョブでミッシングが頻繁に発生しているとして、当該ジョブをフリーズジョブクラスに変更して実行させるために、ジョブ管理部22を起動する(ステップS102)。   In step S101, when the missing number excess detection unit 21 determines that the missing number information INF122 per unit time of the job is larger than the missing number threshold information INF111 per unit time of the job, the missing frequently occurs in the job. If the job has occurred, the job management unit 22 is activated to change the job to the freeze job class and execute the job (step S102).

次に、ジョブ管理部22は、当該ジョブをフリーズジョブクラスに変更するために、フリーズジョブクラス管理部23を起動する(ステップS103)。   Next, the job management unit 22 activates the freeze job class management unit 23 in order to change the job to the freeze job class (step S103).

次に、フリーズジョブクラス管理部23は、フリーズジョブクラス登録/削除部24を起動して、ジョブ情報提供部12のフリーズクラス属性情報INF123にフリーズジョブクラスに属している情報を記録し、当該ジョブがフリーズジョブクラスにも属するように変更する(ステップS104)。   Next, the freeze job class management unit 23 activates the freeze job class registration / deletion unit 24, records information belonging to the freeze job class in the freeze class attribute information INF123 of the job information providing unit 12, and the job Is changed to belong to the freeze job class (step S104).

最後に、フリーズジョブクラス管理部23は、フリーズジョブクラスジョブ実行部25を起動して、当該ジョブをフリーズジョブクラスのジョブとして実行させる(ステップS105)。この際、当該ジョブは、フリーズジョブクラスの定義に従って実行されるため、ジョブクラス情報提供部13のフリーズクラス定義情報INF131の多重度情報INF1311に従って、実行多重度が抑えられて実行される。   Finally, the freeze job class management unit 23 activates the freeze job class job execution unit 25 to execute the job as a job of the freeze job class (step S105). At this time, since the job is executed according to the definition of the freeze job class, the execution multiplicity is suppressed according to the multiplicity information INF1311 of the freeze class definition information INF131 of the job class information providing unit 13.

また、本発明の第1の実施形態では、前述したように、主記憶にフリーズジョブクラスで実行多重度の制限のために実行待ち状態となっているジョブが要求している以上の空きメモリ量が発生すると、フリーズジョブクラスに登録されていて実行待ち状態のジョブはフリーズジョブクラスから削除され、元のジョブクラスで実行される。図7は、本発明の第1の実施形態におけるフリーズジョブクラスからの登録の削除の処理の流れを示すフローチャートである。   Further, in the first embodiment of the present invention, as described above, the amount of free memory more than that requested by a job waiting for execution due to the restriction of the execution multiplicity in the freeze job class in the main memory. Occurs, the job registered in the freeze job class and waiting to be executed is deleted from the freeze job class and executed in the original job class. FIG. 7 is a flowchart showing the flow of processing for deleting registration from the freeze job class in the first embodiment of the present invention.

図7において、空きメモリ検出部20は、システム情報提供部10の空きメモリ量情報INF101とジョブ情報提供部12でフリーズクラス属性情報INF123がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量情報INF121とを監視しており、空きメモリ量情報INF101がメモリ要求量情報INF121を超えているか否かを判断する(ステップS201)。空きメモリ検出部20は、空きメモリ量情報INF101がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量情報INF121より小さいと判定された場合には、当該ジョブについてはそのままとする。   In FIG. 7, the free memory detection unit 20 is waiting to be executed by a job whose free class attribute information INF 123 belongs to the freeze job class in the free memory amount information INF 101 of the system information providing unit 10 and the job information providing unit 12. The memory request amount information INF121 of the job is monitored, and it is determined whether or not the free memory amount information INF101 exceeds the memory request amount information INF121 (step S201). If the free memory detection unit 20 determines that the free memory amount information INF101 is smaller than the memory request amount information INF121 of a job waiting for execution in a job belonging to the freeze job class, the free memory amount information INF101 remains as it is for the job. And

次に、空きメモリ検出部20は、空きメモリ量情報INF101がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量情報INF121より大きいと判定された場合には、当該ジョブをフリーズジョブクラスから削除し、元のジョブクラスに戻して実行させるために、ジョブ管理部22を起動する(ステップS202)。   Next, when it is determined that the free memory amount information INF101 is larger than the memory request amount information INF121 of the job waiting for execution in the job belonging to the freeze job class, the free memory detection unit 20 Is deleted from the freeze job class, and the job management unit 22 is activated to restore the original job class to be executed (step S202).

次に、ジョブ管理部22は、当該ジョブをフリーズジョブクラスから削除するために フリーズジョブクラス管理部23を起動する(ステップS203)。   Next, the job management unit 22 activates the freeze job class management unit 23 to delete the job from the freeze job class (step S203).

最後に、フリーズジョブクラス管理部23は、フリーズジョブクラス登録/削除部24を起動して、ジョブクラス情報提供部13のフリーズクラス属性情報INF123にフリーズジョブクラスに属していないという情報を記録し、当該ジョブの属するクラスを元のジョブクラスのみに変更する(ステップS204)。この際、当該ジョブは元のジョブクラスの定義に従って実行される。   Finally, the freeze job class management unit 23 activates the freeze job class registration / deletion unit 24 and records information indicating that it does not belong to the freeze job class in the freeze class attribute information INF123 of the job class information providing unit 13, The class to which the job belongs is changed only to the original job class (step S204). At this time, the job is executed according to the definition of the original job class.

以上説明したように、本発明の第1の実施形態では、ミッシングが頻発しているジョブ群だけでフリーズジョブクラスを構成し、ミッシングが頻発しているジョブに対して多重度を抑えることにより、スラッシングを防止している。このため、ミッシングが頻発しているジョブ以外のジョブに影響を与えないでスラッシングを防止できる。   As described above, in the first embodiment of the present invention, a freeze job class is configured only by a job group in which missing frequently occurs, and multiplicity is suppressed for a job in which missing frequently occurs. Thrashing is prevented. For this reason, thrashing can be prevented without affecting jobs other than jobs that frequently occur.

次に、本発明の第2の実施形態について説明する。図8は、本発明の第2の実施形態のコンピュータシステムを示すブロック図である。図8に示すように、本発明の第2の実施形態のコンピュータシステム201は、システム情報提供部210と、ポリシー情報提供部211と、ジョブ情報提供部212と、ジョブクラス情報提供部213と、空きメモリ検出部220と、ミッシング数超過検出部221と、ジョブ管理部222と、フリーズジョブクラス管理部223と、フリーズジョブクラス登録/削除部224と、フリーズジョブクラスジョブ実行部225と、ページアウト情報記録/読込部226と、ページイン制御部227を含んでいる。   Next, a second embodiment of the present invention will be described. FIG. 8 is a block diagram showing a computer system according to the second embodiment of this invention. As shown in FIG. 8, a computer system 201 according to the second embodiment of the present invention includes a system information providing unit 210, a policy information providing unit 211, a job information providing unit 212, a job class information providing unit 213, Free memory detection unit 220, missing number excess detection unit 221, job management unit 222, freeze job class management unit 223, freeze job class registration / deletion unit 224, freeze job class job execution unit 225, page out An information recording / reading unit 226 and a page-in control unit 227 are included.

システム情報提供部210、ポリシー情報提供部211、ジョブ情報提供部212、ジョブクラス情報提供部213、空きメモリ検出部220、ミッシング数超過検出部221、ジョブ管理部222、フリーズジョブクラス管理部223、フリーズジョブクラス登録/削除部224、フリーズジョブクラスジョブ実行部225は、本発明の第1の実施形態のシステム情報提供部10、ポリシー情報提供部11、ジョブ情報提供部12、ジョブクラス情報提供部13、空きメモリ検出部20、ミッシング数超過検出部21、ジョブ管理部22、フリーズジョブクラス管理部23、フリーズジョブクラス登録/削除部24、フリーズジョブクラスジョブ実行部25と同様に構成されている。   System information providing unit 210, policy information providing unit 211, job information providing unit 212, job class information providing unit 213, free memory detecting unit 220, missing number excess detecting unit 221, job managing unit 222, freeze job class managing unit 223, The freeze job class registration / deletion unit 224 and the freeze job class job execution unit 225 are the system information providing unit 10, the policy information providing unit 11, the job information providing unit 12, and the job class information providing unit according to the first embodiment of the present invention. 13, a free memory detection unit 20, a missing number excess detection unit 21, a job management unit 22, a freeze job class management unit 23, a freeze job class registration / deletion unit 24, and a freeze job class job execution unit 25. .

但し、ジョブ情報提供部212は、図9に示されるように、第1の実施形態のジョブ情報提供部12(図4参照)の情報に加えて、さらに、ページアウト情報INF124を持つ。また、本発明の第2の実施形態は、第1の実施形態に加えて、さらに、ページアウト情報記録/読込部226と、ページイン制御部227とを含んでいる。   However, as shown in FIG. 9, the job information providing unit 212 has page-out information INF124 in addition to the information of the job information providing unit 12 (see FIG. 4) of the first embodiment. In addition to the first embodiment, the second embodiment of the present invention further includes a page-out information recording / reading unit 226 and a page-in control unit 227.

本発明の第2の実施形態では、ミッシングが頻発しているジョブは、本来属しているジョブクラスに属したまま、フリーズジョブクラスにも属するように変更され、フリーズジョブクラスの定義に従って実行多重度が制限される。図10は、本発明の第2の実施形態におけるフリーズジョブクラスからの登録の削除の処理の流れを示すフローチャートである。   In the second embodiment of the present invention, a job in which missing frequently occurs is changed to belong to the freeze job class while belonging to the job class to which it originally belongs, and the execution multiplicity is defined according to the definition of the freeze job class. Is limited. FIG. 10 is a flowchart showing the flow of processing for deleting registration from the freeze job class in the second embodiment of the present invention.

図10において、ミッシング数超過検出部221は常にジョブ毎にあるジョブ情報提供部212の単位時間あたりのミッシング回数情報INF122を監視しており、システム管理者が決定したポリシー情報提供部211のジョブの単位時間あたりのミッシング回数閾値情報INF111を超えているか否かを判断する(ステップS301)。ミッシング数超過検出部221は、ジョブの単位時間あたりのミッシング回数情報INF122がミッシング回数閾値情報INF111より小さいと判定された場合には、ミッシングが頻繁に発生していないとして、当該ジョブについてはそのままとする。   In FIG. 10, the missing number excess detection unit 221 always monitors the missing number information INF122 per unit time of the job information providing unit 212 for each job, and the policy information providing unit 211 determined by the system administrator It is determined whether or not the number of missing times threshold information INF111 per unit time has been exceeded (step S301). If it is determined that the missing count information INF122 per unit time of the job is smaller than the missing count threshold information INF111, the missing count excess detection unit 221 determines that missing has not occurred frequently and keeps the job as it is. To do.

次に、ミッシング数超過検出部221は、ジョブの単位時間あたりのミッシング回数情報INF122がジョブの単位時間あたりのミッシング回数閾値情報INF111より大きいと判定された場合には、当該ジョブでミッシングが頻繁に発生しているとして、当該ジョブをフリーズジョブクラスに変更して実行させるために、ジョブ管理部222を起動する(ステップS302)。   Next, when it is determined that the missing count information INF122 per unit time of the job is larger than the missing count threshold information INF111 per unit time of the job, the missing number excess detection unit 221 frequently performs missing in the job. Assuming that the job has occurred, the job management unit 222 is activated to change the job to the freeze job class and execute the job (step S302).

次に、ジョブ管理部222は、当該ジョブをフリーズジョブクラスに変更するために、フリーズジョブクラス管理部223を起動する(ステップS303)。   Next, the job management unit 222 activates the freeze job class management unit 223 to change the job to the freeze job class (step S303).

次に、フリーズジョブクラス管理部223は、フリーズジョブクラス登録/削除部224を起動して、ジョブ情報提供部212のフリーズクラス属性情報INF123にフリーズジョブクラスに属している情報を記録し、当該ジョブがフリーズジョブクラスにも属するように変更する(ステップS304)。   Next, the freeze job class management unit 223 activates the freeze job class registration / deletion unit 224, records information belonging to the freeze job class in the freeze class attribute information INF123 of the job information providing unit 212, and the job Is changed to belong to the freeze job class (step S304).

次に、フリーズジョブクラス管理部223は、フリーズジョブクラスジョブ実行部225を起動して当該ジョブをフリーズジョブクラスのジョブとして実行させる(ステップS305)。この際、当該ジョブはフリーズジョブクラスの定義に従って実行されるため、フリーズクラス定義情報INF131の多重度情報INF1311に従って実行される。   Next, the freeze job class management unit 223 activates the freeze job class job execution unit 225 to execute the job as a job of the freeze job class (step S305). At this time, since the job is executed according to the definition of the freeze job class, the job is executed according to the multiplicity information INF 1311 of the freeze class definition information INF 131.

最後に、ページアウト情報記録/読込部226は、フリーズジョブクラスとした際に実行多重度待ちとなったジョブに対して、ページアウトのされた情報をジョブ情報提供部212のページアウト情報INF124に記録する(ステップS306)。   Finally, the page-out information recording / reading unit 226 outputs the paged-out information to the page-out information INF 124 of the job information providing unit 212 for the job that is waiting for the execution multiplicity when the freeze job class is set. Recording is performed (step S306).

また、本発明の第2の実施形態では、主記憶にフリーズジョブクラスで実行多重度の制限のために実行待ち状態となっているジョブが要求している以上の空きメモリ量が発生すると、フリーズジョブクラスに登録されていて実行待ち状態のジョブはフリーズジョブクラスから削除され、元のジョブクラスで実行される。図11は、本発明の第2の実施形態におけるフリーズジョブクラスからの登録の削除の処理の流れを示すフローチャートである。。   Further, in the second embodiment of the present invention, when a free memory amount larger than that requested by a job waiting for execution in the freeze job class due to the restriction of the execution multiplicity is generated in the main memory, the freeze is generated. Jobs registered in the job class and waiting to be executed are deleted from the frozen job class and executed in the original job class. FIG. 11 is a flowchart showing the flow of processing for deleting registration from the freeze job class in the second embodiment of the present invention. .

図11において、空きメモリ検出部220はシステム情報提供部210の空きメモリ量情報INF101とジョブ情報提供部12でフリーズクラス属性情報INF123がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量情報INF121を監視しており、空きメモリ量情報INF101がメモリ要求量情報INF121を超えているか否かを判断する(ステップS401)。空きメモリ検出部220は、空きメモリ量情報INF101がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量情報INF121より小さいと判定された場合には、当該ジョブについてはそのままとする。   In FIG. 11, the free memory detecting unit 220 is a job waiting for execution in the free memory amount information INF 101 of the system information providing unit 210 and a job whose freeze class attribute information INF 123 belongs to the freeze job class in the job information providing unit 12. The memory request amount information INF121 is monitored, and it is determined whether or not the free memory amount information INF101 exceeds the memory request amount information INF121 (step S401). If the free memory amount detection unit 220 determines that the free memory amount information INF101 is smaller than the memory request amount information INF121 of a job waiting for execution in a job belonging to the freeze job class, the free memory amount information INF101 is left as it is for the job. And

次に、空きメモリ検出部220は、空きメモリ量情報INF101がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量情報INF121より大きいと判定された場合には、当該ジョブをフリーズジョブクラスから削除し、元のジョブクラスに戻して実行させるために、ジョブ管理部222を起動する(ステップS402)。   Next, when it is determined that the free memory amount information INF101 is larger than the memory request amount information INF121 of the job waiting for execution in the job belonging to the freeze job class, the free memory detection unit 220 determines that the job Is deleted from the freeze job class, and the job management unit 222 is activated (step S402).

次に、ジョブ管理部222は、実行前にページイン制御部227の起動を行い、当該ジョブをフリーズジョブクラスから削除するために、フリーズクラス登録/削除部224を起動する(ステップS403)。   Next, the job management unit 222 activates the page-in control unit 227 before execution, and activates the freeze class registration / deletion unit 224 to delete the job from the freeze job class (step S403).

次に、フリーズジョブクラス管理部223は、フリーズジョブクラスで多重度待ちとなっていたジョブのページアウト情報INF124をジョブ情報提供部212から取得するためにページアウト情報記録/読込部226を起動し、ページアウト情報を読み込む(ステップS404)。
Next, the freeze job class management unit 223 activates the page-out information recording / reading unit 226 to acquire the page-out information INF124 of the job that has been waiting for multiplicity in the freeze job class from the job information providing unit 212. The page-out information is read (step S404).

次に、ページイン制御部227は、ページアウト情報記録/読込部226で取得したページアウト情報INF124を使用して当該ジョブに必要なページのページインを非同期に行う(ステップS405)。   Next, the page-in control unit 227 uses the page-out information INF 124 acquired by the page-out information recording / reading unit 226 to perform page-in of a page necessary for the job asynchronously (step S405).

最後に、フリーズジョブクラス登録/削除部224は、ジョブ情報提供部212のフリーズクラス属性情報INF123にフリーズジョブクラスに属していない情報を記録し、当該ジョブの属するクラスを元のジョブクラスのみに変更する(ステップS406)。この際、当該ジョブは元のジョブクラスの定義に従って実行される。   Finally, the freeze job class registration / deletion unit 224 records information that does not belong to the freeze job class in the freeze class attribute information INF123 of the job information providing unit 212, and changes the class to which the job belongs to only the original job class. (Step S406). At this time, the job is executed according to the definition of the original job class.

以上説明したように、本発明の第2の実施形態では、実行前に非同期ページイン処理を行うようにしているため、フリーズジョブクラスで実行待ち状態となっていたジョブを実行状態にする際に、使用していた主記憶がページアウトされていたことにより発生する実行直後のミッシングの発生を抑制することができる。   As described above, in the second embodiment of the present invention, asynchronous page-in processing is performed before execution. Therefore, when a job that is in the execution waiting state in the freeze job class is set to the execution state, It is possible to suppress the occurrence of missing immediately after execution, which occurs due to the main memory being used being paged out.

1,201:コンピュータシステム
10,210:システム情報提供部
11,211:ポリシー情報提供部
12,212:ジョブ情報提供部
13,213:ジョブクラス情報提供部
20,220:メモリ検出部
21,221:ミッシング数超過検出部
22,222:ジョブ管理部
23,223:フリーズジョブクラス管理部
24,224:フリーズジョブクラス登録/削除部
25.225:フリーズジョブクラスジョブ実行部
226:ページアウト情報記録/読込部
227:ページイン制御部
1, 201: Computer system 10, 210: System information providing unit 11, 211: Policy information providing unit 12, 212: Job information providing unit 13, 213: Job class information providing unit 20, 220: Memory detecting unit 21, 221: Missing number excess detection unit 22, 222: job management unit 23, 223: freeze job class management unit 24, 224: freeze job class registration / deletion unit 25.225: freeze job class job execution unit 226: record / read page-out information Unit 227: Page-in control unit

Claims (4)

仮想記憶管理により主記憶を管理するようにしたデータ処理装置において、
ミッシングが頻発するジョブを検出する手段と、
前記ミッシングが頻発するジョブをフリーズジョブクラスとして登録する手段と、
前記フリーズジョブクラスに属するジョブを、フリーズクラス定義の情報内にフリーズジョブクラスの識別情報に対応して記述されている実行多重度に従って、当該実行多重度を制限して実行させる手段と、
空きメモリ容量がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量より大きいかどうかを判定する手段と、
前記空きメモリ容量がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量より大きいと判定された場合にフリーズジョブクラスとして管理して前記実行多重度に基づいて実行していた当該ジョブについて、前記フリーズジョブクラスとしての登録を削除して元のジョブクラスとして実行させる手段と
を備えることを特徴とするデータ処理システム。
In a data processing apparatus that manages main memory by virtual memory management,
Means for detecting jobs that frequently occur,
Means for registering a job that frequently occurs as a freeze job class;
Means for executing a job belonging to the freeze job class with the execution multiplicity being limited according to the execution multiplicity described in the freeze class definition information corresponding to the identification information of the freeze job class;
Means for determining whether or not the free memory capacity is larger than the memory request amount of the job waiting for execution in the job belonging to the freeze job class;
When it is determined that the free memory capacity is larger than the memory request amount of a job waiting for execution in a job belonging to the freeze job class, it is managed as a freeze job class and executed based on the execution multiplicity. A data processing system comprising: means for deleting the registration as the freeze job class and executing the job as the original job class.
さらに、フリーズジョブクラスとした際に実行多重度待ちとなったジョブに対して、ページアウトのされた情報を記録する手段を備え、
前記ジョブをフリーズジョブクラスから元のジョブクラスに戻して実行させる際に、前記記録されたページアウトの情報に基づいて、当該ジョブをページインさせる
ことを特徴とする請求項1に記載のデータ処理システム。
In addition, it has means for recording paged-out information for jobs that are waiting for multiplicity of execution when it is set as a freeze job class,
The data processing according to claim 1, wherein when the job is returned from the freeze job class to the original job class and executed, the job is paged in based on the recorded page-out information. system.
前記ミッシングが頻発するジョブを検出する手段は、ジョブ毎に、単位時間あたりのミッシング回数閾値を超えているか否かを判定することで、当該ジョブでミッシングが頻繁に発生しているかどうかを検出することを特徴とする請求項1または請求項2に記載のデータ処理システム。   The means for detecting a job in which missing frequently occurs detects whether or not missing frequently occurs in the job by determining whether or not the missing frequency threshold per unit time is exceeded for each job. The data processing system according to claim 1 or 2, characterized by the above. 仮想記憶管理により主記憶を管理するようにしたデータ処理方法において、
ミッシングが頻発するジョブを検出する工程と、
前記ミッシングが頻発するジョブをフリーズジョブクラスとして登録する工程と、
前記フリーズジョブクラスに属するジョブを、フリーズクラス定義の情報内にフリーズジョブクラスの識別情報に対応して記述されている実行多重度に従って、当該実行多重度を制限して実行させる工程と、
空きメモリ容量がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量より大きいかどうかを判定する工程と、
前記空きメモリ容量がフリーズジョブクラスに属しているジョブで実行待ちとなっているジョブのメモリ要求量より大きいと判定された場合にフリーズジョブクラスとして管理して前記実行多重度に基づいて実行していた当該ジョブについて、前記フリーズジョブクラスとしての登録を削除して元のジョブクラスとして実行させる工程と
を備えることを特徴とするデータ処理方法。
In a data processing method for managing main memory by virtual memory management,
Detecting a job that frequently occurs,
Registering the job that frequently occurs as a freeze job class;
The job belonging to the freeze job class is executed with the execution multiplicity limited according to the execution multiplicity described in the freeze class definition information corresponding to the identification information of the freeze job class;
Determining whether the free memory capacity is larger than the memory requirement of a job waiting to be executed in a job belonging to the freeze job class;
When it is determined that the free memory capacity is larger than the memory request amount of a job waiting for execution in a job belonging to the freeze job class, it is managed as a freeze job class and executed based on the execution multiplicity. And a step of deleting the registration as the freeze job class and executing the job as the original job class.
JP2010040135A 2010-02-25 2010-02-25 Data processing system and data processing method Expired - Fee Related JP5769224B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010040135A JP5769224B2 (en) 2010-02-25 2010-02-25 Data processing system and data processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010040135A JP5769224B2 (en) 2010-02-25 2010-02-25 Data processing system and data processing method

Publications (2)

Publication Number Publication Date
JP2011175533A JP2011175533A (en) 2011-09-08
JP5769224B2 true JP5769224B2 (en) 2015-08-26

Family

ID=44688323

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010040135A Expired - Fee Related JP5769224B2 (en) 2010-02-25 2010-02-25 Data processing system and data processing method

Country Status (1)

Country Link
JP (1) JP5769224B2 (en)

Also Published As

Publication number Publication date
JP2011175533A (en) 2011-09-08

Similar Documents

Publication Publication Date Title
JP6437656B2 (en) Storage device, storage system, and storage system control method
US9015203B2 (en) Balloon object feedback for Java Virtual Machines
EP2733617A1 (en) Data buffer device, data storage system and method
WO2013105217A1 (en) Virtual machine management program, method and device
US10402114B2 (en) Information processing system, storage control apparatus, storage control method, and storage control program
JP6459644B2 (en) Storage control device, control system, and control program
US9471495B2 (en) Method and apparatus for constructing memory access model
US8583859B2 (en) Storage controller for wear-leveling and compaction and method of controlling thereof
US10592148B2 (en) Information processing system, storage control apparatus, storage control method, and storage control program for evaluating access performance to a storage medium
CN115576505B (en) Data storage method, device and equipment and readable storage medium
JP2017010396A (en) Storage device, cache write control method, and cache write control program
CN109656895A (en) Distributed memory system, method for writing data, device and storage medium
US9459973B2 (en) Storage subsystem, and method for verifying storage area
CN113835624A (en) Data migration method and device based on heterogeneous memory
US20130246710A1 (en) Storage system and data management method
JP7063445B2 (en) Fault information processing program, computer, fault notification method, computer system
JP5769224B2 (en) Data processing system and data processing method
CN110837428B (en) Storage device management method and device
JP2021135538A (en) Storage control apparatus and storage control program
CN113806087B (en) Method and device for adjusting service speed based on brushing speed
CN113485872A (en) Fault processing method and device and distributed storage system
JP6107341B2 (en) Data management program, data management device, and data management method
CN106959888B (en) Task processing method and device in cloud storage system
EP4033346B1 (en) Affinity-based cache operation for a persistent storage device
JPH04119441A (en) Disk cache control system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130110

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131127

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131210

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140210

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140318

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140618

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20140626

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20141003

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150618

R150 Certificate of patent or registration of utility model

Ref document number: 5769224

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees