JPS62226236A - Intermission and restart processing system for state waiting resources in transaction processing system - Google Patents

Intermission and restart processing system for state waiting resources in transaction processing system

Info

Publication number
JPS62226236A
JPS62226236A JP61069184A JP6918486A JPS62226236A JP S62226236 A JPS62226236 A JP S62226236A JP 61069184 A JP61069184 A JP 61069184A JP 6918486 A JP6918486 A JP 6918486A JP S62226236 A JPS62226236 A JP S62226236A
Authority
JP
Japan
Prior art keywords
transaction
resources
page
processing
processing system
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.)
Pending
Application number
JP61069184A
Other languages
Japanese (ja)
Inventor
Yuzo Nagao
永尾 雄三
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 JP61069184A priority Critical patent/JPS62226236A/en
Publication of JPS62226236A publication Critical patent/JPS62226236A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores

Abstract

PURPOSE:To prevent deterioration of the processing capacity by interrupting a transaction whose forcible intermission is decided to release its resources and carrying on other transaction processing set under a resources waiting state. CONSTITUTION:A batch job A occupies a page (a) on a data base 23, for example, for a long period of time and a transaction (x) requests the page (a) while securing a page (b) to be set under a waiting state. While a transaction (y) requests the page (b) and set under a waiting state. Under such conditions an intermission propriety deciding means decides whether the waiting state of the transaction (x) should be intermitted or not. If the intermission is decided, the request of the transaction (x) for the page (a) is rejected and the page (b) is released. Thus the transaction (y) secures the page (b) and carries on its processing.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はトランザクション処理システムに関し、特に長
時間資源を占有するジョブの影響によって発生するトラ
ンザクション処理システムにおける資源待ちによる処理
能力の低下を防ぎ、トランザクション応答時間の短縮を
行なうための処理方式〔従来の技術〕 同一データヘース等の資源を他のバッチジョブと共用し
て使用しているオンライントランザクション処理システ
ムにおいては、長時間資源を占有するバッチジョブが存
在した場合、従来は、その資源を要求するトランザクシ
3ン処理は、そのバッチジョブが資源の解放を行なうま
で待たされていた。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a transaction processing system, and particularly to a transaction processing system that prevents a decline in processing capacity due to resource waiting caused by a job that occupies resources for a long time. Processing method for reducing response time [Prior art] In an online transaction processing system that shares resources such as the same data cache with other batch jobs, there are batch jobs that occupy resources for a long time. In this case, conventionally, transaction processing that requests the resource is made to wait until the batch job releases the resource.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述したように、従来のトランザクション処理の資源待
ちの方式では、長時間資源を占有するバッチジョブが存
在すると、その資源を要求するトランザクション処理が
待ち状態を続けるため、そのトランザクション処理が持
つ資源を更に別のl・ランザクンヨンが要求し待ち状態
を続けるという現象が発生し得る。このため長時間資源
を占有するバッチジョブの影響により複数のトランザク
ションが停滞し、トランザクション処理システムの処理
能力が低下してトランザクションの応答時間も遅くなる
という欠点がある。
As mentioned above, in the conventional method of waiting for resources in transaction processing, if there is a batch job that occupies resources for a long time, the transaction processing that requests that resource continues to wait, so the resources held by that transaction processing are further used. A phenomenon may occur in which another user makes a request and continues to wait. For this reason, there is a drawback that multiple transactions are stalled due to the influence of batch jobs that occupy resources for a long time, the processing capacity of the transaction processing system is reduced, and transaction response time is also delayed.

本発明はこのような従来の欠点を解決したもので、その
目的は、バッチジョブが占有している資源を確保しよう
と成るトランザクションが確保持ちを続けることから生
じるトランザクション処理システムの処理能力の低下を
防止することにある。
The present invention solves these conventional drawbacks, and its purpose is to reduce the deterioration in the processing capacity of a transaction processing system caused by a transaction that attempts to secure resources occupied by a batch job continuing to hold the resources. The purpose is to prevent it.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の方式は、上記目的を達成するために、同一資源
を他のバッチジョブと共用して使用しているオンライン
トランザクション処理システムにおいて、 長時間資源を占有するバッチジョブが存在すると共に前
記バッチジョブの占有している資源の解放を待合せるト
ランザクションが存在している場合、該トランザクショ
ンを強制的に中断すべきかどうかを判定する中断可否判
定手段と、該中断可否判定手段の結果により前記トラン
ザクションを強制的に中断する強制中断手段と、該強制
中断手段により中断したトランザクションの持っている
資源を解放する資源解放手段と、該資源解放手段を用い
て、前記強制中断手段により中断したトランザクション
の持っていた資源を解放することにより、待ちとなって
いた他のトランザクションの処理を進行させる処理進行
手段と、 前記強制中断手段により中断したトランザクション処理
の再開始を行なう再開始手段とから構成される。
In order to achieve the above object, the method of the present invention provides an online transaction processing system in which the same resources are shared with other batch jobs. If there is a transaction that waits for the release of resources occupied by the transaction, an interruptability determining means for determining whether or not the transaction should be forcibly interrupted; and forcing the transaction based on the result of the interruptability determining means. a forced suspension means that suspends the transaction automatically; a resource release means that releases the resources held by the transaction interrupted by the forced suspension means; The present invention comprises a processing progressing means for proceeding with the processing of another transaction that has been waiting by releasing resources, and a restarting means for restarting the transaction processing interrupted by the forcible interruption means.

〔作用〕[Effect]

バッチジョブが占有する資源の解放を成るトランザクシ
ョンが待合せている場合、中断可否判定手段によりその
トランザクションを強制的に中断すべきか否かが判定さ
れ、中断すべきと決定されたときは強制中断手段により
そのトランザクションは強制的に中断され、そのトラン
ザクションの持っている資源は資源解放手段により解放
される。
If a transaction is waiting to release resources occupied by a batch job, the interruptability determining means determines whether or not the transaction should be forcibly interrupted, and if it is determined that the transaction should be interrupted, the forcibly interrupting means The transaction is forcibly interrupted, and the resources held by the transaction are released by the resource release means.

そして、その中断したトランザクションの持っていた資
源の確保持ちとなっていた他のトランザクションがあれ
ば、処理進行手段によりその処理が進行せしめられ、又
、強制中断手段により中断されたトランザクション処理
は、その後、再開始手段により再開始される。
Then, if there is another transaction that was in charge of securing the resources held by the interrupted transaction, that processing is allowed to proceed by the processing progressing means, and the transaction processing that was interrupted by the forced interruption means is subsequently , restarted by the restart means.

〔実施例〕〔Example〕

次に本発明の実施例について図面を参照して説明する。 Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例のブロック図であり、同図を
参照すると、同一のデータヘース等の資源を他のバッチ
ジョブと共用して使用しているオンライントランザクシ
ョン処理システムにおける資源待ちの状態の中断と再開
始処理を行なうトランザクション処理実行管理部10は
、長時間資源を占有するバッチジョブが存在し、その資
源の解放を待合せるトランザクションが存在して、一定
時間待ち続けた場合、前記トランザクションを強制的に
中断すべきかどうかを判定する中断可否判定手段1と、
前記トランザクションを強制的に中断する強制中断手段
2と、前記トランザクションの持っている資源を解放す
る資源解放手段3と、前記トランザクションの持ってい
た資源を解放することにより、待ちとなっていた他のト
ランザクションの処理を進行させる処理進行手段5と、
前記トランザクション処理の再開始を行なう再開始手段
4とから構成されている。
FIG. 1 is a block diagram of an embodiment of the present invention. Referring to FIG. 1, the resource waiting state in an online transaction processing system that shares resources such as the same data cache with other batch jobs can be seen. If there is a batch job that occupies resources for a long time, and there is a transaction that waits for the resource to be released, and continues to wait for a certain period of time, the transaction processing execution management unit 10, which performs the suspension and restart processing of Interruption possibility determination means 1 for determining whether or not to forcibly interrupt the process;
A forced interruption means 2 for forcibly interrupting the transaction, a resource release means 3 for releasing the resources held by the transaction, and a resource release means 3 for releasing the resources held by the transaction. a processing progressing means 5 that progresses transaction processing;
and restart means 4 for restarting the transaction processing.

第2図は第1図のトランザクション処理実行管理部10
を含むトランザクション処理システム20とバッチジョ
ブ21が論理資源管理部22を用いて、同−のデータベ
ース23を共有して使用した状況を示したものである。
Figure 2 shows the transaction processing execution management unit 10 in Figure 1.
This figure shows a situation in which a transaction processing system 20 including a batch job 21 uses a logical resource management unit 22 to share the same database 23.

通常、バッチジョブ21はその処理完了まで長時間かか
るものがあり、トランザクション処理には即時処理が要
求される。ここで、論理資源管理部22はデータベース
23の排他制御を管理するものとして使用される。
Normally, some batch jobs 21 take a long time to complete, and transaction processing requires immediate processing. Here, the logical resource management unit 22 is used to manage exclusive control of the database 23.

第3図はバッチジョブAがデータベース23上のページ
aを長時間占存した場合におけるトランザクション処理
システムにおけるページ待ちの状態を簡単に示したもの
である。第3図において、バッチジョブAはデータベー
ス23上のページaを確保したまま長時間動作しており
、トランザクションXはデータベース23上のページb
を確保したままバッチジョブAの持つページaを要求し
たため待ち状態となっている。また、トランザクション
yはページbを要求して待ち状態となっている。
FIG. 3 simply shows the page waiting state in the transaction processing system when batch job A occupies page a on database 23 for a long time. In FIG. 3, batch job A is running for a long time with page a on database 23 secured, and transaction X is running on page b on database 23.
Because page a of batch job A was requested while page a was secured, the page is in a waiting state. Furthermore, transaction y requests page b and is in a waiting state.

このような状況にあるときトランザクションXを待ち状
態にしておくと、本来ハツチジョブAの保有する資源と
何ら競合しないトランザクションyの処理も進行しない
ことになる。本実施例はこのような状況を回避しようと
するものである。
In such a situation, if transaction This embodiment attempts to avoid such a situation.

第4図は第1図のトランザクション処理実行管理部10
において行なわれるデータベース23のページ待ちの状
態からの中断と再開始処理の概要を表したフローチャー
トであり、以下、各図を参照して本実施例の動作を説明
する。
FIG. 4 shows the transaction processing execution management unit 10 in FIG.
This is a flowchart showing an overview of the interruption and restart processing from the page waiting state of the database 23 performed in the process, and the operation of this embodiment will be described below with reference to each figure.

第3図のトランザクションXがデータベース23上のペ
ージaを要求すると、このページaはバッチジョブAに
より確保されているので、トランザクションXはページ
aを確保して次の処理へ進むことはできない。第1図の
中断可否判定手段1は、第4図のステップ41〜44を
実行するものであり、この処理により、一定時間待った
がベージ確保未完のトランザクションXは(41) 、
一定時間、例えば5秒ごとに、現在資源待ち状態となっ
ているトランザクションの数が存在する全トランザクノ
ヨン数と等しいか否かをチェックしく42) 、また資
源待ち状態の他のトランザクションはトランザクション
Xの確保している資源のために待っているかどうかまで
調べられてシ亥当する待ちトランザクションの数がトラ
ンザクション処理システム全体のある割合、例えば2分
の1より大きいかチェックされ、更にトランザクション
Xの待ち時間が一定時間、例えば5分以上経過したか否
かがチェックされ(44) 、何れかのステップでYE
Sと判定されたとき、トランザクションXの待ち状態を
中断させるべきと判断する。なお、他の実施例として、
ステップ44でYESと判断されても、そのトランザク
ションの持っている資源を待っている他のトランザクシ
ョンが一つもない場合には、ステップ45へ移行せずに
ステップ49へ移行するようにしても良い。
When transaction X in FIG. 3 requests page a on the database 23, since page a has been secured by batch job A, transaction X cannot secure page a and proceed to the next process. The interruption possibility determining means 1 in FIG. 1 executes steps 41 to 44 in FIG.
Every fixed period of time, for example every 5 seconds, it is checked whether the number of transactions currently in the resource waiting state is equal to the total number of existing transactions42), and other transactions in the resource waiting state are It is checked whether there are any waiting transactions due to the reserved resources, and it is checked whether the number of waiting transactions in question is larger than a certain percentage of the transaction processing system, for example, one half, and the waiting time of transaction X is also checked. It is checked whether a certain period of time, for example, 5 minutes or more has passed (44), and YES is returned at any step.
When it is determined as S, it is determined that the waiting state of transaction X should be interrupted. In addition, as another example,
Even if it is determined YES in step 44, if there is no other transaction waiting for the resource owned by the transaction, the process may proceed to step 49 without proceeding to step 45.

次に、第1図の強制中断手段2は、第4図のステップ4
5.46を実行するものであり、この処理によりトラン
ザクションXの待ち状態を中断させてページaの要求を
取り下げ(45) 、更新したデータベースのロールハ
ックを行なう(46)。
Next, the forced interruption means 2 of FIG. 1 performs step 4 of FIG.
5.46, and through this processing, the waiting state of transaction X is interrupted, the request for page a is canceled (45), and the updated database is role hacked (46).

そして、第1図の資源解放手段3では、第4図のステッ
プ47で示すようにトランザクションXの持っていたペ
ージbを解放する。また、第1図の処理進行手段5では
、解放されたページbを確保することにより、トランザ
クションyは待ち状態から抜は出し処理が進行する。
Then, the resource release means 3 in FIG. 1 releases page b held by transaction X, as shown in step 47 in FIG. Further, in the processing proceeding means 5 of FIG. 1, by securing the released page b, transaction y is extracted from the waiting state and processing proceeds.

その後、第1図の再開始手段4では、第4図のステンフ
゛48において、トランザクションXを、処理の最初か
ら再開始対象のトランザクションとしてリスタートさせ
る。
Thereafter, in step 48 of FIG. 4, the restart means 4 of FIG. 1 restarts the transaction X as a transaction to be restarted from the beginning of the process.

こうして、トランザクションyがページbを確保して処
理が進行し、トランザクションXがリスタートしたトラ
ンザクション処理システムの状態が第5図に示されてい
る。
FIG. 5 shows the state of the transaction processing system in which transaction y has secured page b and processing has proceeded, and transaction X has restarted.

また、第4図のステップ49では、資源待ちの間中、一
定時間、例えば30秒ごとに、待たされている資源名と
トランザクション名と相手ジョブ名を例えばシステム操
作卓に警告メツセージとして出力する。従って、ユーザ
はこれによりバッチジョブを操作してページを解放し、
トランザクション処理を優先させることによってトラン
ザクション処理システム全体の効率を挙げることも可能
である。
Further, at step 49 in FIG. 4, the resource name, transaction name, and partner job name that are being waited for are output as a warning message to, for example, a system console at fixed time intervals, for example, every 30 seconds, while the resource is being waited for. Therefore, the user can now manipulate the batch job to free the pages and
It is also possible to increase the efficiency of the entire transaction processing system by prioritizing transaction processing.

尚、以上の実施例では資源としてデータベースのページ
を取り扱ったが、他の資源、例えば実記憶装置、管理フ
ァイル等にも応用できる。
In the above embodiments, database pages were treated as resources, but the present invention can also be applied to other resources, such as real storage devices, management files, etc.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明は、バッチジョブが占有す
る資源の解放を成るトランザクションが待合せている場
合であって中断可否判定手段によりそのトランザクショ
ンを強制的に中断すべきと判定されたとき、そのトラン
ザクションは強制中断手段により強制的に中断され、そ
の資源は資源解放手段により解放されるので、その資源
の確保持ちとなっていた他のトランザクションがあれば
、処理進行手段によりその処理が進行させられることに
なり、長時間資源を占有するバッチジョブの影響によっ
て発生するトランザクション処理システムにおける資源
待ちによる処理能力の低下を防止でき、トランザクシラ
ン応答時間の短縮を行なうことができる効果がある。
As explained above, the present invention provides a method for processing when a transaction is waiting for the release of resources occupied by a batch job, and when it is determined by the interruptability determining means that the transaction should be forcibly interrupted. The transaction is forcibly aborted by the forced abort means, and its resources are released by the resource release means, so if there is another transaction that has secured the resource, the processing progress means will allow that process to proceed. Therefore, it is possible to prevent a reduction in processing capacity due to resource waiting in a transaction processing system caused by a batch job that occupies resources for a long time, and it is possible to shorten transaction run response time.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の一実施例のブロック図、第2図は第1
図のトランザクション処理実行管理部10を含むトラン
ザクション処理システム20とバッチジョブ21が論理
資源管理部22を用いて、同一のデータベース23を共
有して使用した状況を示す本発明の実施例の動作説明図
、 第3図はバッチジョブAがページaを長時間占有した場
合におけるトランザクション処理システムにおけるペー
ジ待ちの状態を簡単に示す本発明の実施例の動作説明図
、 第4図は本発明の実施例の処理概要を示すフローチャー
トおよび、 第5図はトランザクションXの待ちの中断処理によりト
ランザクション処理システムの処理が進行した状態を簡
単に示す本発明の実施例の動作説明図である。 図において、1・・・中断可否判定手段、2・・・強制
中断手段、3・・・資源解放手段、4・・・再開始手段
、5・・・処理進行手段、10・・・トランザクション
処理実行管理部、21・・・バッチジョブ、22・・・
論理資源管理部、23・・・データベース。 本発明の一実#E例のブロック図 第1肥 本発明の実!fijの動1’F=説明図第 2 図 本発明の実測テリの動作説明口
FIG. 1 is a block diagram of one embodiment of the present invention, and FIG. 2 is a block diagram of an embodiment of the present invention.
An operational explanatory diagram of an embodiment of the present invention showing a situation where a transaction processing system 20 including the transaction processing execution management section 10 shown in the figure and a batch job 21 share and use the same database 23 using the logical resource management section 22. , FIG. 3 is an operational explanatory diagram of the embodiment of the present invention that briefly shows the page waiting state in the transaction processing system when batch job A occupies page a for a long time. FIG. 5 is an operational explanatory diagram of an embodiment of the present invention that briefly shows the state in which the processing of the transaction processing system has progressed due to processing for suspending waiting for transaction X. In the figure, 1... Interruption possibility determining means, 2... Forced interrupting means, 3... Resource release means, 4... Restarting means, 5... Processing progressing means, 10... Transaction processing. Execution management department, 21... Batch job, 22...
Logical resource management department, 23...database. Fruit of the present invention #E block diagram of example 1st fruit of the present invention! fij movement 1'F = explanatory diagram 2nd figure

Claims (1)

【特許請求の範囲】 同一資源を他のバッチジョブと共用して使用しているオ
ンライントランザクション処理システムにおいて、 長時間資源を占有するバッチジョブが存在すると共に前
記バッチジョブの占有している資源の解放を待合せるト
ランザクションが存在している場合、該トランザクショ
ンを強制的に中断すべきかどうかを判定する中断可否判
定手段と、 該中断可否判定手段の結果により前記トランザクション
を強制的に中断する強制中断手段と、該強制中断手段に
より中断したトランザクションの持っている資源を解放
する資源解放手段と、該資源解放手段を用いて、前記強
制中断手段により中断したトランザクションの持ってい
た資源を解放することにより、待ちとなっていた他のト
ランザクションの処理を進行させる処理進行手段と、 前記強制中断手段により中断したトランザクション処理
の再開始を行なう再開始手段とから構成されることを特
徴とするトランザクション処理システムにおける資源待
ちの状態の中断と再開始処理方式。
[Claims] In an online transaction processing system that shares the same resources with other batch jobs, there is a batch job that occupies resources for a long time, and the resources occupied by the batch jobs are released. an interruption possibility determining means for determining whether or not the transaction should be forcibly interrupted if there is a transaction waiting for the transaction; and a forced interruption means for forcibly suspending the transaction based on the result of the interruption possibility determining means. , a resource release means for releasing resources held by the transaction interrupted by the forced interruption means, and a resource release means for releasing the resources held by the transaction interrupted by the forced interruption means, Waiting for resources in a transaction processing system characterized by comprising a processing progressing means for proceeding processing of another transaction that has been suspended, and a restarting means for restarting the transaction processing that has been interrupted by the forcibly interrupting means. state suspension and restart handling method.
JP61069184A 1986-03-27 1986-03-27 Intermission and restart processing system for state waiting resources in transaction processing system Pending JPS62226236A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61069184A JPS62226236A (en) 1986-03-27 1986-03-27 Intermission and restart processing system for state waiting resources in transaction processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61069184A JPS62226236A (en) 1986-03-27 1986-03-27 Intermission and restart processing system for state waiting resources in transaction processing system

Publications (1)

Publication Number Publication Date
JPS62226236A true JPS62226236A (en) 1987-10-05

Family

ID=13395383

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61069184A Pending JPS62226236A (en) 1986-03-27 1986-03-27 Intermission and restart processing system for state waiting resources in transaction processing system

Country Status (1)

Country Link
JP (1) JPS62226236A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01173233A (en) * 1987-12-28 1989-07-07 Fujitsu Ltd Program cancel processing system
JP2006146678A (en) * 2004-11-22 2006-06-08 Hitachi Ltd Method for controlling program in information processor, information processor and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01173233A (en) * 1987-12-28 1989-07-07 Fujitsu Ltd Program cancel processing system
JP2006146678A (en) * 2004-11-22 2006-06-08 Hitachi Ltd Method for controlling program in information processor, information processor and program

Similar Documents

Publication Publication Date Title
US6006247A (en) Method and system for scheduling threads and handling exceptions within a multiprocessor data processing system
US5377352A (en) Method of scheduling tasks with priority to interrupted task locking shared resource
JPH0628053B2 (en) Resource allocation control method for multiprocessor system
US6721948B1 (en) Method for managing shared tasks in a multi-tasking data processing system
US6480877B1 (en) Orphan computer process identification
JPS62226236A (en) Intermission and restart processing system for state waiting resources in transaction processing system
JP2001282551A (en) Job processor and job processing method
JP2654612B2 (en) Exclusive weight reduction control method
JPH06231036A (en) Recovery supporting method in shortage of memory
JP2597283B2 (en) Scheduling method for interrupt
JP2000172515A (en) System and method for resource priority allocation and recording medium where resource priority allocating program is recorded
JP2921501B2 (en) Task execution priority change method under high load in online processing system
JPH0452942A (en) File transfer system
JPH0241782B2 (en)
JPH0465733A (en) System for forming backup file
JPH0836553A (en) Multiprocessor system and task scheduling method therein
JP3112287B2 (en) Message management processor
JP2822728B2 (en) Computer system
JPS5844553A (en) Exclusive controlling system
JPH0378837A (en) Task control system
JPH0778090A (en) Priority scheduling method for job
JP3764282B2 (en) Control device for program control system
JP2500446B2 (en) Collective message processing system with intermittent operation function
JPH03116335A (en) System for transferring from non-privileged cpu to privileged cpu
CN116627651A (en) Multi-core system load balancing method and device, electronic equipment and storage medium