JPH09305447A - Method and device for predicting job execution time, data acquiring method for table update, and table updating method - Google Patents

Method and device for predicting job execution time, data acquiring method for table update, and table updating method

Info

Publication number
JPH09305447A
JPH09305447A JP11990496A JP11990496A JPH09305447A JP H09305447 A JPH09305447 A JP H09305447A JP 11990496 A JP11990496 A JP 11990496A JP 11990496 A JP11990496 A JP 11990496A JP H09305447 A JPH09305447 A JP H09305447A
Authority
JP
Japan
Prior art keywords
execution time
job
job execution
data
input
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.)
Withdrawn
Application number
JP11990496A
Other languages
Japanese (ja)
Inventor
Yoshihiro Yasue
良弘 泰江
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 JP11990496A priority Critical patent/JPH09305447A/en
Publication of JPH09305447A publication Critical patent/JPH09305447A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To predict the job execution time in a short time even when there is a parameter which is not proportional to the job execution time. SOLUTION: The relation between parameters (CPUX, MC, RN, and FN) which are not nearly proportional to the job execution time among parameters relating to the job execution time and a unit predicted execution time τ is stored as a table in an external storage device; and those parameters are inputted 30-32 and the unit predicted execution time τ is obtained on the basis of the values of the parameters which are not nearly proportional to the job execution time by referring to the table. All the products of the values of the parameters (PN, GN, and TN) which are nearly proportional to the job execution time among those parameters are multiplied to obtain the predicted execution time (34). A timer is actuated, data needed for job execution are inputted, and characteristic values (RN, FN, PN, ON, and TN) of data are obtained on the basis of the input data; and this job is executed, the execution result of this job is outputted, and the elapsed time of this timer is acquired as a job execution time, thereby outputting the characteristic values and execution time.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、ジョブ実行時間予
測方法及び装置、並びに、ジョブ実行時間予測方法で用
いられるテーブルの更新用データを自動的に得るテーブ
ル更新用データ取得方法、及び、このテーブル更新用デ
ータを用いてテーブルを更新するテーブル更新方法に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a job execution time prediction method and apparatus, a table update data acquisition method for automatically obtaining table update data used in the job execution time prediction method, and this table. The present invention relates to a table updating method for updating a table using update data.

【0002】[0002]

【従来の技術】LSIの回路の大規模化に伴い、その論
理シミュレーションや故障解析等のジョブ実行時間がま
すます増長する傾向にある。このジョブ実行時間は、数
日〜数カ月と比較的長い。性能の異なる複数のコンピュ
ータを備え、複数のジョブを並列実行する場合、各ジョ
ブについて、この性能に応じたジョブ実行時間を予測し
ておき、その結果に基づきジョブにハードウエア資源を
割り当てることにより、複数のジョブを全体として効率
よく実行する必要がある。
2. Description of the Related Art With the increase in the scale of LSI circuits, job execution times such as logic simulation and failure analysis tend to increase more and more. This job execution time is relatively long, from several days to several months. When multiple jobs with different performances are executed in parallel, for each job, the job execution time according to this performance is predicted, and by assigning hardware resources to the job based on the result, It is necessary to efficiently execute multiple jobs as a whole.

【0003】従来のジョブ実行時間予測方法では、ソー
スプログラムの各命令の実行時間の総和を求めていた。
入力データに応じて分岐命令の分岐先やループの繰り返
し回数が異なり、これによりジョブ実行時間が異なるの
で、従来法では入力データに応じ命令を追って行ってジ
ョブ実行時間を求める必要がある。このため、ジョブ実
行時間の予測に長時間を要し、その時間が実際のジョブ
実行時間と殆ど変わらない場合が多く、実用的でなかっ
た。
In the conventional job execution time prediction method, the total execution time of each instruction of the source program is obtained.
The branch destination of the branch instruction and the number of times the loop is repeated differ depending on the input data, which causes the job execution time to differ. Therefore, in the conventional method, it is necessary to follow the instruction according to the input data to obtain the job execution time. Therefore, it takes a long time to predict the job execution time, and the time is almost the same as the actual job execution time, which is not practical.

【0004】そこで、単位予測実行時間を予め求めてお
き、この単位予測実行時間に、入力データ数等のジョブ
実行時間に比例するパラメータを乗ずることにより、ジ
ョブ実行時間を予測する方法が用いられている。
Therefore, a method of predicting the job execution time by obtaining the unit prediction execution time in advance and multiplying the unit prediction execution time by a parameter proportional to the job execution time such as the number of input data is used. There is.

【0005】[0005]

【発明が解決しようとする課題】しかしこの方法は、ジ
ョブ実行時間に比例しないパラメータが存在する場合に
は適用することができない。本発明の目的は、このよう
な問題点に鑑み、ジョブ実行時間に比例しないパラメー
タが存在していてもジョブ実行時間を短時間で予測する
ことが可能なジョブ実行時間予測方法及び装置並びにテ
ーブル更新用データ取得方法及びテーブル更新方法を提
供することにある。
However, this method cannot be applied when there is a parameter that is not proportional to the job execution time. In view of such a problem, an object of the present invention is to predict a job execution time in a short time even if there is a parameter that is not proportional to the job execution time, a job execution time prediction method and apparatus, and a table update. A data acquisition method and a table updating method are provided.

【0006】[0006]

【課題を解決するための手段及びその作用効果】第1発
明に係るジョブ実行時間予測方法では、ジョブ実行時間
に関係するパラメータのうち該ジョブ実行時間に略比例
しないものと、単位予測実行時間との関係を、予めテー
ブル化して記憶手段に格納しておき、該パラメータを入
力し、該テーブルを参照し、該ジョブ実行時間に略比例
しないパラメータの値に基づいて該単位予測実行時間を
取得し、該単位予測実行時間に、該パラメータのうち該
ジョブ実行時間に略比例するものの値の総積を乗じて予
測実行時間を算出する。
In the method for predicting job execution time according to the first aspect of the present invention, among the parameters related to the job execution time, those that are not approximately proportional to the job execution time, and the unit predicted execution time The relationship of is stored in a storage unit in advance as a table, the parameter is input, the table is referred to, and the unit predicted execution time is acquired based on the value of the parameter that is not substantially proportional to the job execution time. The predicted execution time is calculated by multiplying the unit predicted execution time by the total product of the values of the parameters that are substantially proportional to the job execution time.

【0007】この第1発明によれば、上記構成により、
ジョブ実行時間に略比例しないパラメータが存在してい
てもジョブ実行時間を容易迅速に求めることができると
いう効果を奏する。第1発明の第1態様では、上記パラ
メータは、上記ジョブの実行に必要な入力データの特性
値と、該ジョブを実行するハードウェア資源情報とを含
み、該ハードウェア資源情報はジョブ実行時間に略比例
しないパラメータである。
According to the first aspect of the present invention, with the above configuration,
Even if there is a parameter that is not substantially proportional to the job execution time, the job execution time can be easily and quickly obtained. In the first aspect of the first invention, the parameter includes a characteristic value of input data necessary for executing the job, and hardware resource information for executing the job, and the hardware resource information indicates a job execution time. This parameter is not approximately proportional.

【0008】この第1態様によれば、性能の異なる複数
のコンピュータを備え、複数のジョブを並列実行する場
合、各ジョブについて、この性能に応じたジョブ実行時
間を予測しておき、その結果に基づきジョブにハードウ
エア資源を割り当てることにより、複数のジョブを全体
として効率よく実行することができるという効果を奏す
る。
According to the first aspect, when a plurality of computers having different performances are provided and a plurality of jobs are executed in parallel, the job execution time according to the performance is predicted for each job, and the result is calculated. By allocating the hardware resource to the job based on the above, it is possible to efficiently execute the plurality of jobs as a whole.

【0009】第1発明の第2態様では、上記記憶手段
に、上記ハードウェア資源情報とアドレスとの関係がテ
ーブル化された第1テーブルと、該アドレスの位置に格
納され、上記特性値のうち上記実行時間に略比例しない
値と上記単位予測実行時間との関係がテーブル化された
第2テーブルと、を格納する。
In a second aspect of the first aspect of the invention, the storage means stores a first table in which the relationship between the hardware resource information and the addresses is tabulated, and is stored at the position of the address. A second table in which the relation between the value not substantially proportional to the execution time and the unit predicted execution time is tabulated is stored.

【0010】この第2態様によれば、テーブルの構成が
分かり易いので、その管理が容易になるという効果を奏
する。第2発明のテーブル更新用データ取得法では、タ
イマーを起動し、ジョブの実行に必要なデータを入力
し、該データに基づいて該データの特性値を上記特性値
として取得し、該ジョブを実行し、該ジョブの実行結果
を出力し、該タイマーの経過時間をジョブ実行時間とし
て取得し、該特性値及び該実行時間をテーブル更新用デ
ータとして出力する。
According to the second aspect, since the structure of the table is easy to understand, it is possible to easily manage the table. In the table updating data acquisition method of the second invention, a timer is started, data necessary for executing a job is input, a characteristic value of the data is acquired as the characteristic value based on the data, and the job is executed. Then, the execution result of the job is output, the elapsed time of the timer is acquired as the job execution time, and the characteristic value and the execution time are output as table update data.

【0011】この第2発明によれば、テーブル更新用デ
ータが実際のジョブ実行毎に自動的に得られるという効
果を奏する。第3発明のテーブル更新方法では、上記テ
ーブル更新用データと、ジョブ実行時間に関係するハー
ドウェア資源情報とを入力し、該テーブル更新用データ
の上記実行時間を、該テーブル更新用データの上記特性
値のうちジョブ実行時間に略比例する値の総積で除し、
その商を単位予測実行時間として求め、 ジョブ実行時
間に関係する入力データ特性値のうち該実行時間に略比
例しない値及びジョブの実行時間に関係するハードウェ
ア資源情報と、該単位予測実行時間との関係のテーブル
を、該入力及び該単位予測実行時間に基づいて更新す
る。
According to the second aspect of the present invention, the table updating data is automatically obtained each time the job is actually executed. In the table updating method of the third invention, the table updating data and the hardware resource information related to the job execution time are input, and the execution time of the table updating data is determined by the characteristic of the table updating data. Divide by the total product of the values that are approximately proportional to the job execution time,
The quotient is obtained as a unit predicted execution time, a value that is not approximately proportional to the execution time among the input data characteristic values related to the job execution time, hardware resource information related to the job execution time, and the unit predicted execution time. The table of the relationship is updated based on the input and the unit predicted execution time.

【0012】この第3態様によれば、ジョブ実行毎にテ
ーブルが充実し、その適用範囲が広くなり又は単位予測
実行時間がより正確になるという効果を奏する。第4発
明に係るジョブ実行時間予測装置では、ジョブ実行時間
に関係するパラメータのうち該ジョブ実行時間に略比例
しないものと、単位予測実行時間との関係が、予めテー
ブル化して格納されたテーブル記憶手段、該パラメータ
を入力するための入力手段と、該テーブルを参照し、該
ジョブ実行時間に略比例しないパラメータの値に基づい
て該単位予測実行時間を取得し、該単位予測実行時間
に、該パラメータのうち該ジョブ実行時間に略比例する
ものの値の総積を乗じて予測実行時間を算出する検索・
演算手段と、を有する。
According to the third aspect, the table is enhanced each time the job is executed, the applicable range is widened, or the unit predicted execution time is more accurate. In the job execution time prediction apparatus according to the fourth aspect of the present invention, a table storage in which the relationship between the unit execution time and a parameter that is not substantially proportional to the job execution time among the parameters related to the job execution time is tabulated in advance and stored Means, input means for inputting the parameter, and the table, obtains the unit predicted execution time based on the value of the parameter that is not substantially proportional to the job execution time, and Search for calculating the predicted execution time by multiplying the total product of the values of the parameters that are approximately proportional to the job execution time
Computing means.

【0013】この第4発明によれば、上記第1発明が実
施される。
According to this fourth invention, the above-mentioned first invention is implemented.

【0014】[0014]

【発明の実施の形態】以下、図面に基づいて本発明の一
実施形態を説明する。図6(A)は、ジョブ実行時間予
測装置の概略構成を示す。この装置では、コンピュータ
10に、入力装置11、外部記憶装置12及び出力装置
13が接続されている。入力装置11を操作して、ジョ
ブ実行時間に関係するパラメータとしてのハードウエア
資源情報及び入力データ特性値がコンピュータ10に入
力される。外部記憶装置12には、後述のテーブルが格
納されており、入力装置11からのパラメータ入力値に
基づいてこのテーブルが参照され、単位予測実行時間が
求められる。この時間を用いて予測ジョブ実行時間が算
出され、出力装置13に出力される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 6A shows a schematic configuration of the job execution time prediction device. In this device, an input device 11, an external storage device 12, and an output device 13 are connected to a computer 10. The input device 11 is operated to input the hardware resource information and the input data characteristic value as parameters relating to the job execution time to the computer 10. A table described later is stored in the external storage device 12, and the table is referred to based on the parameter input value from the input device 11 to obtain the unit predicted execution time. The predicted job execution time is calculated using this time and output to the output device 13.

【0015】図6(B)は、ジョブ実行時間予測対象の
一例としての論理シミュレータの概略構成を示す。この
論理シミュレータでは、コンピュータ20に、外部記憶
装置21、22及び出力装置23が接続されている。ジ
ョブ実行に必要な入力データとして、外部記憶装置21
に論理回路設計データが格納され、外部記憶装置22に
多数のテストパターンが格納されている。テストパター
ンは、この論理回路に与える試験用入力データとこれを
与えたときの出力データの期待値とからなる。コンピュ
ータ20は、論理回路設計データ及びテストパターンを
入力し、これに基づいてシミュレーションを行い、その
結果を出力装置23に出力する。また、論理回路設計デ
ータ及びテストパターンに基づいて、ジョブ実行時間に
関係する入力データ特性値を求め、これを出力装置23
に出力する。さらに、タイマーを起動して実際のジョブ
実行時間を求め、これを出力装置23に出力する。この
データ特性値及びジョブ実行時間は、外部記憶装置12
に格納されているテーブルを更新するのに用いられる。
FIG. 6B shows a schematic configuration of a logic simulator as an example of a job execution time prediction target. In this logic simulator, a computer 20 is connected to external storage devices 21, 22 and an output device 23. The external storage device 21 is used as input data necessary for job execution.
The logic circuit design data is stored in, and a large number of test patterns are stored in the external storage device 22. The test pattern consists of test input data to be given to this logic circuit and an expected value of output data when this is given. The computer 20 inputs the logic circuit design data and the test pattern, performs a simulation based on the data, and outputs the result to the output device 23. In addition, based on the logic circuit design data and the test pattern, the input data characteristic value related to the job execution time is obtained, and the input data characteristic value is obtained.
Output to Further, the timer is started to obtain the actual job execution time, and this is output to the output device 23. The data characteristic value and the job execution time are stored in the external storage device 12.
Used to update the table stored in.

【0016】次に、コンピュータ10によるジョブ実行
時間予測処理を図1〜3に基づいて説明する。以下、括
弧内の数値は図中のステップ識別番号である。 (30)ジョブ実行時間に関係するパラメータのうち、
ジョブ実行時間に略比例しないハードウエア資源情報と
して、CPUの型CPUX及び主記憶容量MCを入力す
る。
Next, the job execution time prediction processing by the computer 10 will be described with reference to FIGS. Hereinafter, numerical values in parentheses are step identification numbers in the figure. (30) Among the parameters related to the job execution time,
The CPU type CPUX and the main memory capacity MC are input as hardware resource information that is not substantially proportional to the job execution time.

【0017】(31)ジョブ実行時間に関係するパラメ
ータのうち、ジョブの入力データの特性値として、シミ
ュレーション対象の論理回路に含まれるRAM数RN、
スキャンパス方式のフリップフロップ(スキャンFF)
数FN、ピン数(外部端子数)PN及びゲート数GN、
並びに、この論理回路に供給されるテストパターンの数
TNを入力する。
(31) Of the parameters related to the job execution time, the number of RAMs RN included in the logic circuit to be simulated as the characteristic value of the input data of the job,
Scan campus flip-flop (scan FF)
Number FN, number of pins (number of external terminals) PN and number of gates GN,
In addition, the number TN of test patterns supplied to this logic circuit is input.

【0018】(32)単位予測実行時間τを取得するた
めのテーブルは、テーブルTB1とテーブルTB2の2
階層構造となっており、テーブルTB2は、CPUの型
CPUXと主記憶容量MCとの各組に対応して存在す
る。図2に示すテーブルTB1を参照し、CPUの型C
PUXと主記憶容量MCとの組に基づいて、この組に対
応したテーブルTB2の先頭アドレスを取得する。例え
ばCPUX=CPUA、MC=512MBの場合、テー
ブルTB2の先頭アドレスA3を取得する。
(32) Two tables, table TB1 and table TB2, are used to obtain the unit predicted execution time τ.
The table TB2 has a hierarchical structure and exists in correspondence with each set of the CPU type CPUX and the main memory capacity MC. Referring to the table TB1 shown in FIG. 2, the CPU type C
Based on the set of PUX and main storage capacity MC, the start address of the table TB2 corresponding to this set is acquired. For example, when CPUX = CPUA and MC = 512 MB, the head address A3 of the table TB2 is acquired.

【0019】(33)テーブルTB2には、RAM数R
N、スキャンFF数FN、ピン数PN、ゲート数GN及
びテストパターン数TNの適用範囲(下限値と上限値)
と、RAM数RNとスキャンFF数FNとの値の組に対
する単位予測実行時間τの値とが格納されている。ステ
ップ31で入力した特性値がこれらの範囲内であるかど
うかを判定し、範囲内であれば、RAM数RNとスキャ
ンFF数FNとの組に基づいて、これに対応した単位予
測実行時間τを取得する。例えばRN=1、FN=2の
場合には、τ=137psを取得する。
(33) In the table TB2, the number of RAMs R
N, number of scan flip-flops FN, number of pins PN, number of gates GN, and number of test patterns TN (lower limit and upper limit)
And the value of the unit predicted execution time τ for a set of values of the number of RAMs RN and the number of scan FFs FN are stored. It is determined whether the characteristic value input in step 31 is within these ranges, and if it is within the range, the unit prediction execution time τ corresponding to this is based on the set of the RAM number RN and the scan FF number FN. To get. For example, when RN = 1 and FN = 2, τ = 137 ps is acquired.

【0020】RAM数RNとスキャンFF数FNとの組
に基づいて単位予測実行時間τを取得するようにテーブ
ルTB2が構成されている理由は、RAM数RN及びス
キャンFF数FNはいずれもジョブ実行時間に略比例せ
ず、これに対しピン数PN、ゲート数GN及びテストパ
ターン数TNはジョブ実行時間に略比例するからであ
る。
The reason why the table TB2 is configured to acquire the unit predicted execution time τ based on the set of the RAM number RN and the scan FF number FN is that the RAM number RN and the scan FF number FN are both job executions. This is because the number of pins PN, the number of gates GN, and the number of test patterns TN are not substantially proportional to the time, but are substantially proportional to the job execution time.

【0021】図3は、図2のテーブルTB2の一部をグ
ラフ化して示す線図であり、(A)はFN=0の場合の
RAM数RNと単位予測実行時間τとの関係を示し、
(B)はRN=0の場合のスキャンFF数FNと単位予
測実行時間τとの関係を示す。 (34)予測ジョブ実行時間TPを、TP=τ・PN・
GN・TNとして算出する。
FIG. 3 is a graph showing a part of the table TB2 of FIG. 2, and FIG. 3A shows the relationship between the number of RAMs RN and the unit predicted execution time τ when FN = 0,
(B) shows the relationship between the number FN of scan FFs and the unit prediction execution time τ when RN = 0. (34) The estimated job execution time TP is TP = τ · PN ·
Calculated as GN · TN.

【0022】(35)求めた予測ジョブ実行時間TPを
出力する。このようにして、ジョブ実行時間に略比例し
ないパラメータが存在しても容易迅速に予測ジョブ実行
時間TPを求めることができる。図2のテーブルは、実
際のジョブ実行時間に基づいて作成される。このテーブ
ルは、データ数が多いほど、適用範囲が広くなり又は求
めた予測ジョブ実行時間TPがより正確になる。そこ
で、実際のジョブ実行毎にこのデータを自動的に取得
し、これをテーブルに追加してテーブルを更新した方が
好ましい。
(35) The calculated predicted job execution time TP is output. In this way, the predicted job execution time TP can be easily and quickly obtained even if there is a parameter that is not substantially proportional to the job execution time. The table of FIG. 2 is created based on the actual job execution time. The more data the table has, the wider the applicable range or the more accurate the estimated job execution time TP obtained. Therefore, it is preferable to automatically acquire this data each time an actual job is executed, add this data to the table, and update the table.

【0023】次に、このデータをジョブ実行の際に自動
的に取得する、図6(B)のコンピュータ20による処
理を、図4に基づいて説明する。 (40)ジョブ実行時間を測定するために、コンピュー
タ20内のタイマーTRを起動する。 (41)外部記憶装置21から、シミュレーション対象
である論理回路の設計データを入力し、外部記憶装置2
2から、この論理回路に供給するテストパターンを入力
する。
Next, the processing by the computer 20 of FIG. 6B for automatically acquiring this data when executing a job will be described with reference to FIG. (40) The timer TR in the computer 20 is started to measure the job execution time. (41) The design data of the logic circuit to be simulated is input from the external storage device 21, and the external storage device 2
From 2, the test pattern supplied to this logic circuit is input.

【0024】(42)ステップ41で入力したデータに
基づき、入力データ特性値としてのRAM数RN、スキ
ャンFF数FN、ピン数PN、ゲート数GN及びテスト
パターン数TNを取得し、これを記憶しておく。 (43)ステップ41で入力したデータに基づき、論理
シミュレーションを実行する。 (44)シミュレーシ
ョンの結果を出力する。
(42) Based on the data input in step 41, the RAM number RN, the scan FF number FN, the pin number PN, the gate number GN, and the test pattern number TN as input data characteristic values are acquired and stored. Keep it. (43) A logic simulation is executed based on the data input in step 41. (44) Output the result of the simulation.

【0025】(45)ステップ40で起動したタイマー
TRの内容を読み出して、ステップ40からステップ4
5までの経過時間をジョブ実行時間TR1として取得す
る。 (46)ステップ42で取得したRAM数RN、スキャ
ンFF数FN、ピン数PN、ゲート数GN、テストパタ
ーン数TN及びステップ45で取得したジョブ実行時間
TR1を、テーブル更新用データとして出力する。
(45) The contents of the timer TR started in step 40 are read out, and steps 40 to 4 are read.
The elapsed time up to 5 is acquired as the job execution time TR1. (46) The RAM number RN, the scan FF number FN, the pin number PN, the gate number GN, the test pattern number TN, and the job execution time TR1 obtained in step 45 obtained in step 42 are output as table update data.

【0026】このようにして、テーブル更新用データが
実際のジョブ実行毎に自動的に得られる。次に、このデ
ータを用いた、図6(A)のコンピュータ10によるテ
ーブル更新方法を、図5に基づいて説明する。 (50)図4のステップ46で出力されたテーブル更新
用データを入力する。この入力は、ファイルの読み込み
又は手操作により行われる。
In this way, table updating data is automatically obtained each time a job is actually executed. Next, a table updating method by the computer 10 of FIG. 6A using this data will be described based on FIG. (50) Input the table updating data output in step 46 of FIG. This input is performed by reading a file or manually.

【0027】(51)論理シミュレーションのジョブを
実行するコンピュータ20のCPUの型CPUX及び主
記憶容量MCを入力する。 (52)単位予測実行時間τを、 τ=TR/(PN・GN・TN) として算出する。
(51) Input the CPU type CPUX and the main storage capacity MC of the computer 20 for executing the job of the logic simulation. (52) The unit predicted execution time τ is calculated as τ = TR / (PN · GN · TN).

【0028】(53)CPUの型CPUX及び主記憶容
量MCに基づいてテーブルTB2の先頭アドレスを取得
し、RAM数RN、スキャンFF数FN、ピン数PN、
ゲート数GN、テストパターン数TN及び単位予測実行
時間τに基づいてテーブルTB2を更新する。すなわ
ち、更新用データがテーブル内未入力データの場合には
これをテーブルに追加し、更新用データがテーブル内既
入力の場合には既入力データとの平均化を行ってデータ
をより正確化する。また、これにより適用範囲が広がる
場合には、テーブルTB2中の適用範囲を広げる。
(53) The head address of the table TB2 is acquired based on the CPU type CPUX and the main memory capacity MC, and the RAM number RN, the scan FF number FN, the pin number PN,
The table TB2 is updated based on the number of gates GN, the number of test patterns TN, and the unit predicted execution time τ. That is, when the update data is the data that has not been input in the table, this is added to the table, and when the update data is the data that has already been input in the table, it is averaged with the already input data to make the data more accurate. . Further, when the applicable range is expanded by this, the applicable range in the table TB2 is expanded.

【0029】このようにして、ジョブ実行毎にテーブル
が充実し、その適用範囲が広くなり又は単位予測実行時
間τがより正確になる。なお、本発明には外にも種々の
変形例が含まれる。例えば、本発明は、1台のコンピュ
ータで複数ジョブを並列処理を行う場合にも適用可能で
ある。この場合、ハードウエア資源情報は主記憶容量の
ジョブ割り当て部分容量であり、また、並列の多重度は
ジョブ実行時間に関係するパラメータのうちジョブ実行
時間に略比例しないものである。
In this way, the table is enriched for each job execution, the applicable range is widened, or the unit predicted execution time τ is more accurate. The present invention also includes various modified examples. For example, the present invention can be applied to the case where one computer processes a plurality of jobs in parallel. In this case, the hardware resource information is the job allocation partial capacity of the main storage capacity, and the parallel multiplicity is one of the parameters related to the job execution time that is not substantially proportional to the job execution time.

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

【図1】ジョブ実行時間予測方法を示すフローチャート
である。
FIG. 1 is a flowchart illustrating a job execution time prediction method.

【図2】図1中のステップ32及び33の処理説明図で
ある。
FIG. 2 is an explanatory diagram of processing of steps 32 and 33 in FIG.

【図3】図2のテーブルTB2の一部をグラフ化して示
す線図である。
FIG. 3 is a graph showing a part of a table TB2 in FIG.

【図4】テーブル更新用データ取得方法を示すフローチ
ャートである。
FIG. 4 is a flowchart showing a method for acquiring table updating data.

【図5】テーブル更新方法を示すフローチャトである。FIG. 5 is a flowchart showing a table updating method.

【図6】ジョブ実行時間予測装置及び予測対象の論理シ
ミュレータの概略構成を示すブロック図である。
FIG. 6 is a block diagram showing a schematic configuration of a job execution time prediction device and a logic simulator to be predicted.

【符号の説明】[Explanation of symbols]

10、20 コンピュータ 11 入力装置 13、23 出力装置 12、21、22 外部記憶装置 10, 20 Computer 11 Input device 13, 23 Output device 12, 21, 22 External storage device

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 ジョブ実行時間に関係するパラメータの
うち該ジョブ実行時間に略比例しないものと、単位予測
実行時間との関係を、予めテーブル化して記憶手段に格
納しておき、 該パラメータを入力し、 該テーブルを参照し、該ジョブ実行時間に略比例しない
パラメータの値に基づいて該単位予測実行時間を取得
し、 該単位予測実行時間に、該パラメータのうち該ジョブ実
行時間に略比例するものの値の総積を乗じて予測実行時
間を算出する、 ことを特徴とするジョブ実行時間予測方法。
1. A relationship between a parameter that is not substantially proportional to the job execution time and a unit predicted execution time among parameters related to the job execution time is tabulated in advance and stored in a storage unit, and the parameter is input. Then, referring to the table, the unit predicted execution time is obtained based on the value of the parameter that is not substantially proportional to the job execution time, and the unit predicted execution time is substantially proportional to the job execution time of the parameters. A job execution time prediction method, characterized in that the predicted execution time is calculated by multiplying the total product of the product values.
【請求項2】 上記パラメータは、上記ジョブの実行に
必要な入力データの特性値と、該ジョブを実行するハー
ドウェア資源情報とを含み、 該ハードウェア資源情報はジョブ実行時間に略比例しな
いパラメータである、 ことを特徴とする請求項1記載のジョブ実行時間予測方
法。
2. The parameter includes a characteristic value of input data necessary for executing the job and hardware resource information for executing the job, and the hardware resource information is not substantially proportional to the job execution time. The job execution time prediction method according to claim 1, wherein:
【請求項3】 上記記憶手段に、 上記ハードウェア資源情報とアドレスとの関係がテーブ
ル化された第1テーブルと、 該アドレスの位置に格納され、上記特性値のうち上記実
行時間に略比例しない値と上記単位予測実行時間との関
係がテーブル化された第2テーブルと、 を格納することを特徴とする請求項2記載のジョブ実行
時間予測方法。
3. A first table in which the relationship between the hardware resource information and an address is tabulated in the storage means, and is stored at the position of the address, and is not substantially proportional to the execution time among the characteristic values. The job execution time prediction method according to claim 2, further comprising: storing a second table in which a relationship between a value and the unit predicted execution time is tabulated.
【請求項4】 タイマーを起動し、 ジョブの実行に必要なデータを入力し、 該データに基づいて該データの特性値を請求項2の特性
値として取得し、 該ジョブを実行し、 該ジョブの実行結果を出力し、 該タイマーの経過時間をジョブ実行時間として取得し、 該特性値及び該実行時間をテーブル更新用データとして
出力する、 ことを特徴とするテーブル更新用データ取得法。
4. A timer is started, data required for executing a job is input, a characteristic value of the data is acquired as the characteristic value of claim 2 based on the data, the job is executed, and the job is executed. Is output, the elapsed time of the timer is acquired as a job execution time, and the characteristic value and the execution time are output as table update data.
【請求項5】 請求項4のテーブル更新用データと、ジ
ョブ実行時間に関係するハードウェア資源情報とを入力
し、 該テーブル更新用データの上記実行時間を、該テーブル
更新用データの上記特性値のうちジョブ実行時間に略比
例する値の総積で除し、その商を単位予測実行時間とし
て求め、 ジョブ実行時間に関係する入力データ特性値
のうち該実行時間に略比例しない値及びジョブの実行時
間に関係するハードウェア資源情報と、該単位予測実行
時間との関係のテーブルを、該入力及び該単位予測実行
時間に基づいて更新する、 ことを特徴とするテーブル更新方法。
5. The table update data of claim 4 and hardware resource information related to job execution time are input, and the execution time of the table update data is set to the characteristic value of the table update data. Of the input data characteristic values related to the job execution time and those of the job that are not substantially proportional to the execution time. A table updating method comprising: updating a table of a relationship between hardware resource information related to execution time and the unit predicted execution time based on the input and the unit predicted execution time.
【請求項6】 ジョブ実行時間に関係するパラメータの
うち該ジョブ実行時間に略比例しないものと、単位予測
実行時間との関係が、予めテーブル化して格納されたテ
ーブル記憶手段、 該パラメータを入力するための入力手段と、 該テーブルを参照し、該ジョブ実行時間に略比例しない
パラメータの値に基づいて該単位予測実行時間を取得
し、該単位予測実行時間に、該パラメータのうち該ジョ
ブ実行時間に略比例するものの値の総積を乗じて予測実
行時間を算出する検索・演算手段と、 を有することを特徴とするジョブ実行時間予測装置。
6. A table storage means in which a relation between a unit estimated execution time and a parameter which is not substantially proportional to the job execution time among parameters related to the job execution time is stored in advance in a table, and the parameter is input. Input unit for obtaining the unit predicted execution time based on the value of a parameter that is not substantially proportional to the job execution time, and the unit predicted execution time includes the job execution time among the parameters. And a calculation unit for calculating a predicted execution time by multiplying a total product of values substantially proportional to the job execution time prediction apparatus.
JP11990496A 1996-05-15 1996-05-15 Method and device for predicting job execution time, data acquiring method for table update, and table updating method Withdrawn JPH09305447A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11990496A JPH09305447A (en) 1996-05-15 1996-05-15 Method and device for predicting job execution time, data acquiring method for table update, and table updating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11990496A JPH09305447A (en) 1996-05-15 1996-05-15 Method and device for predicting job execution time, data acquiring method for table update, and table updating method

Publications (1)

Publication Number Publication Date
JPH09305447A true JPH09305447A (en) 1997-11-28

Family

ID=14773098

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11990496A Withdrawn JPH09305447A (en) 1996-05-15 1996-05-15 Method and device for predicting job execution time, data acquiring method for table update, and table updating method

Country Status (1)

Country Link
JP (1) JPH09305447A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116882335A (en) * 2023-09-06 2023-10-13 上海芯存天下电子科技有限公司 Operation time simulation acquisition method and device, electronic equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116882335A (en) * 2023-09-06 2023-10-13 上海芯存天下电子科技有限公司 Operation time simulation acquisition method and device, electronic equipment and storage medium
CN116882335B (en) * 2023-09-06 2023-12-22 上海芯存天下电子科技有限公司 Operation time simulation acquisition method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US7409377B2 (en) Accelerated solution of constraint satisfaction problems by partitioning of the variable space
US7028279B2 (en) Circuit verification
US8271947B2 (en) Automatic computing system, execution environment control
JP2001014298A (en) Method and device for obtaining sat solver architecture with a little overhead of synthesis and layout
JP2001202397A (en) Architecture design supporting system for system-on-chip and architecture generating method
US7571403B2 (en) Circuit verification
Koranne et al. A novel reconfigurable wrapper for testing of embedded core-based SOCs and its associated scheduling algorithm
JPH06250837A (en) Scheduling processing system
JP2000207440A (en) Device and method for verifying design of semiconductor integrated circuit and storage medium
US10929584B1 (en) Environmental modification testing for design correctness with formal verification
US11036906B1 (en) Method and apparatus to accelerate verification signoff by selective re-use of integrated coverage models
JPH05101141A (en) High-level composition device
WO2020161994A1 (en) Dependence relationship detection device and dependence relationship detection method
US5774380A (en) State capture/reuse for verilog simulation of high gate count ASIC
JPH09305447A (en) Method and device for predicting job execution time, data acquiring method for table update, and table updating method
Sahoo et al. A partitioning methodology for BDD-based verification
US20070220338A1 (en) Method and system for generating checkpoints of hardware description language simulations that include a specific model state together with a software testcase state
JP3472067B2 (en) Design support equipment
US10733345B1 (en) Method and system for generating a validation test
JPH10143400A (en) Method for evaluating performance of computer system for control
US10698802B1 (en) Method and system for generating a validation test
US6279143B1 (en) Method and apparatus for generating a database which is used for determining the design quality of network nodes
Jagtap et al. Clustering and parallel processing on gpu to accelerate circuit transient analysis
Hamaguchi Parallelizing Random and SAT-based Verification Processes for Improving Toggle Coverage
JP7385536B2 (en) Software development support device and software development support method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20030805