JP2013175065A - Performance evaluation method, information processing device and program - Google Patents

Performance evaluation method, information processing device and program Download PDF

Info

Publication number
JP2013175065A
JP2013175065A JP2012039406A JP2012039406A JP2013175065A JP 2013175065 A JP2013175065 A JP 2013175065A JP 2012039406 A JP2012039406 A JP 2012039406A JP 2012039406 A JP2012039406 A JP 2012039406A JP 2013175065 A JP2013175065 A JP 2013175065A
Authority
JP
Japan
Prior art keywords
calculation time
calculation
value
amount
parameter
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.)
Granted
Application number
JP2012039406A
Other languages
Japanese (ja)
Other versions
JP5765266B2 (en
Inventor
Hirokazu Anai
宏和 穴井
Shigeo Orii
茂夫 折居
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 JP2012039406A priority Critical patent/JP5765266B2/en
Publication of JP2013175065A publication Critical patent/JP2013175065A/en
Application granted granted Critical
Publication of JP5765266B2 publication Critical patent/JP5765266B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To evaluate accuracy of a prediction of calculation time required by a computer system.SOLUTION: A storage unit 11 stores measurement information 11a indicating multiple calculation times measured by causing a computer system 20 to execute a sample program, with resource quantity changed. On the basis of the measurement information 11a, an arithmetic unit 12 determines a value of a parameter used for an evaluation model to calculate the relation between the resource quantity and the calculation time. The arithmetic unit 12 calculates variation of the value of the parameter when the difference between the calculation times indicated by the measurement information 11a and calculation time calculated according to the evaluation model is allowed to be widened to a threshold value. The arithmetic unit 12 outputs information indicating influence of the variation of the value of the parameter on the relation between the resource quantity and the calculation time.

Description

本発明は性能評価方法、情報処理装置およびプログラムに関する。   The present invention relates to a performance evaluation method, an information processing apparatus, and a program.

現在、大量のデータを処理する場合や複雑な計算を行う場合などに、多数のプロセッサを備えるような大きなリソースをもつ計算機システムを利用することがある。このような大規模な計算機システムを利用するユーザは、例えば、投入するプログラムに割り当てるリソースの量(例えば、プロセッサ数)とプログラムの実行が完了するまでの計算時間との関係を予測し、所望の量のリソースを予約する。もし予測に誤りがあると、意図した日時までに計算が終了しない、または、計算が早く終了して予約していたリソースが無駄になる、という問題が生じる。このため、計算時間をどのように予測するかが重要となる。   Currently, when processing a large amount of data or performing complicated calculations, a computer system having a large resource with a large number of processors may be used. A user who uses such a large-scale computer system predicts the relationship between the amount of resources (for example, the number of processors) allocated to a program to be input and the calculation time until the execution of the program is completed. Reserve an amount of resources. If there is an error in prediction, there will be a problem that the calculation will not be completed by the intended date or time, or the calculation will be completed early and the reserved resources will be wasted. For this reason, how to predict the calculation time is important.

この点、計算時間τが、プロセッサ数pと問題の大きさxと利用する計算機システムに応じたパラメータcとに依存することを示すモデル式が提案されている。このモデル式によれば、プロセッサ数pが大きいほど並列化オーバヘッドが大きくなる。モデル式を使用する場合、例えば、プロセッサ数pを変えつつサンプル問題の計算時間τを測定し、プロセッサ数pと測定した計算時間τとの組をモデル式にフィッティングして、パラメータcを決定する。パラメータcが決定されて計算機システムに応じたモデルが生成されると、投入するプログラムに対するプロセッサ数pと計算時間τとの関係を予測できる。   In this regard, a model formula has been proposed which shows that the calculation time τ depends on the number of processors p, the problem size x, and the parameter c corresponding to the computer system to be used. According to this model formula, the parallelization overhead increases as the number of processors p increases. When the model formula is used, for example, the calculation time τ of the sample problem is measured while changing the number of processors p, and the parameter c is determined by fitting a set of the number of processors p and the measured calculation time τ into the model formula. . When the parameter c is determined and a model corresponding to the computer system is generated, the relationship between the number of processors p and the calculation time τ for the program to be input can be predicted.

折居茂夫,“時間モデルを用いた並列処理の性能評価−並列化部に隠れた並列オーバヘッド−”,情報処理学会研究報告 ハイパフォーマンスコンピューティング(HPC),2011−HPC−130 No.1,2011年7月Shigeo Orii, “Performance Evaluation of Parallel Processing Using Temporal Model -Parallel Overhead Hidden in Parallel Unit-”, Research Report of Information Processing Society of Japan High Performance Computing (HPC), 2011-HPC-130 July 2011

しかし、測定値と予測値とが完全に一致するようなモデルを生成できる(例えば、グラフにおいてモデルが示す曲線上に全ての測定値が乗る)ことは少なく、少なくとも一部の測定値とモデルによる予測値との間には残差が存在することが多い。このため、測定値をモデル式にフィッティングしてパラメータの値を決定する過程において、測定値のばらつき方に応じて、生成したモデルの予測精度が低下してしまう可能性がある。一方、小規模なサンプル問題を解くことで生成したモデルを大規模な問題に適用すると、少しの精度低下が大きな計算時間の誤差になって現れる。例えば、1%の精度低下が数十時間の計算時間の誤差になる可能性がある。このため、モデルから計算時間を予測するにあたっては、予測精度(例えば、どの程度の誤差が生じ得るか)を評価できることが好ましい。   However, it is rare to generate a model in which the measured value and the predicted value completely match (for example, all measured values are on the curve indicated by the model in the graph). There is often a residual between the predicted values. For this reason, in the process of determining the parameter value by fitting the measurement value to the model equation, the prediction accuracy of the generated model may be lowered depending on how the measurement value varies. On the other hand, when a model generated by solving a small sample problem is applied to a large-scale problem, a slight decrease in accuracy appears as a large calculation time error. For example, a 1% decrease in accuracy may result in a calculation time error of several tens of hours. For this reason, in predicting the calculation time from the model, it is preferable that the prediction accuracy (for example, how much error can occur) can be evaluated.

一側面では、計算機システムが使用するリソースの量と計算時間との関係を評価する、コンピュータが実行する性能評価方法が提供される。性能評価方法では、使用するリソースの量を変えて計算機システムにサンプルプログラムを複数回実行させることで測定された複数の第1の計算時間に基づいて、リソース量と計算時間との関係を算出するための評価モデルに用いられるパラメータの値を決定する。測定された複数の第1の計算時間それぞれと、評価モデルに従って算出される当該第1の計算時間に対応する第2の計算時間との差が、閾値まで広がることを許容した場合の、パラメータの値の変動量を算出する。評価モデルに決定したパラメータの値を適用することで示されるリソース量と計算時間との関係が、決定したパラメータの値が算出した変動量だけ変動することによって受ける影響を示す情報を出力する。   In one aspect, a computer-implemented performance evaluation method is provided that evaluates the relationship between the amount of resources used by a computer system and the computation time. In the performance evaluation method, the relationship between the resource amount and the calculation time is calculated based on a plurality of first calculation times measured by changing the amount of resources to be used and causing the computer system to execute the sample program a plurality of times. The value of the parameter used for the evaluation model is determined. When the difference between each of the plurality of measured first calculation times and the second calculation time corresponding to the first calculation time calculated according to the evaluation model is allowed to extend to the threshold value, Calculate the amount of value fluctuation. Information indicating the influence that the relationship between the resource amount indicated by applying the determined parameter value to the evaluation model and the calculation time varies by the calculated variation amount of the determined parameter value is output.

また、一側面では、使用するリソースの量を変えて計算機システムにサンプルプログラムを複数回実行させることで測定された複数の第1の計算時間を示す測定情報を記憶する記憶部と、測定情報を用いてリソース量と計算時間との関係を評価する演算部と、を有する情報処理装置が提供される。演算部は、測定情報に基づいて、リソース量と計算時間との関係を算出するための評価モデルに用いられるパラメータの値を決定する。演算部は、測定情報が示す複数の第1の計算時間それぞれと、評価モデルに従って算出される当該第1の計算時間に対応する第2の計算時間との差が、閾値まで広がることを許容した場合の、パラメータの値の変動量を算出する。演算部は、評価モデルに決定したパラメータの値を適用することで示されるリソース量と計算時間との関係が、決定したパラメータの値が算出した変動量だけ変動することによって受ける影響を示す情報を出力する。   In one aspect, the storage unit stores measurement information indicating a plurality of first calculation times measured by causing the computer system to execute the sample program a plurality of times while changing the amount of resources to be used, and the measurement information. An information processing apparatus is provided that includes a calculation unit that uses and evaluates the relationship between the resource amount and the calculation time. The calculation unit determines a parameter value used in an evaluation model for calculating the relationship between the resource amount and the calculation time based on the measurement information. The calculation unit allows a difference between each of the plurality of first calculation times indicated by the measurement information and the second calculation time corresponding to the first calculation time calculated according to the evaluation model to extend to a threshold value. In this case, the fluctuation amount of the parameter value is calculated. The calculation unit displays information indicating an influence that the relationship between the resource amount indicated by applying the determined parameter value to the evaluation model and the calculation time is changed by the calculated variation amount of the determined parameter value. Output.

また、一側面では、計算機システムが使用するリソースの量と計算時間との関係を評価するためのプログラムが提供される。プログラムを実行するコンピュータは、使用するリソースの量を変えて計算機システムにサンプルプログラムを複数回実行させることで測定された複数の第1の計算時間に基づいて、リソース量と計算時間との関係を算出するための評価モデルに用いられるパラメータの値を決定する。測定された複数の第1の計算時間それぞれと、評価モデルに従って算出される当該第1の計算時間に対応する第2の計算時間との差が、閾値まで広がることを許容した場合の、パラメータの値の変動量を算出する。評価モデルに決定したパラメータの値を適用することで示されるリソース量と計算時間との関係が、決定したパラメータの値が算出した変動量だけ変動することによって受ける影響を示す情報を出力する。   In one aspect, a program for evaluating the relationship between the amount of resources used by the computer system and the calculation time is provided. The computer executing the program determines the relationship between the resource amount and the calculation time based on a plurality of first calculation times measured by changing the amount of resources to be used and causing the computer system to execute the sample program multiple times. The value of the parameter used for the evaluation model for calculation is determined. When the difference between each of the plurality of measured first calculation times and the second calculation time corresponding to the first calculation time calculated according to the evaluation model is allowed to extend to the threshold value, Calculate the amount of value fluctuation. Information indicating the influence that the relationship between the resource amount indicated by applying the determined parameter value to the evaluation model and the calculation time varies by the calculated variation amount of the determined parameter value is output.

一側面では、計算機システムが要する計算時間の予測の精度を評価できる。   In one aspect, it is possible to evaluate the accuracy of calculation time required by the computer system.

第1の実施の形態の情報処理装置を示す図である。It is a figure which shows the information processing apparatus of 1st Embodiment. 第2の実施の形態の情報処理システムを示す図である。It is a figure which shows the information processing system of 2nd Embodiment. シミュレーション装置のハードウェア例を示すブロック図である。It is a block diagram which shows the hardware example of a simulation apparatus. シミュレーション装置の機能例を示すブロック図である。It is a block diagram which shows the function example of a simulation apparatus. 計算時間予測の手順例を示すフローチャートである。It is a flowchart which shows the example of a procedure of calculation time prediction. パラメータの取り得る値の例を示すグラフである。It is a graph which shows the example of the value which a parameter can take. 計算時間の予測結果の例を示す第1のグラフである。It is a 1st graph which shows the example of the prediction result of calculation time. 計算時間の予測結果の例を示す第2のグラフである。It is a 2nd graph which shows the example of the prediction result of calculation time.

以下、本実施の形態を図面を参照して説明する。
[第1の実施の形態]
図1は、第1の実施の形態の情報処理装置を示す図である。情報処理装置10は、計算機システム20が使用するリソースの量と計算時間との関係を評価する。リソース量は、例えば、プロセッサ数であり、計算機システム20は複数のプロセッサを並列に用いてプログラムを実行できる。計算時間は、例えば、使用する複数のプロセッサのうち何れかのプロセッサで投入したプログラムの実行が開始されてから、それら複数のプロセッサの全てで投入したプログラムの実行が終了するまでの時間である。情報処理装置10は、ユーザが操作する端末装置としてのクライアントコンピュータでもよいし、端末装置からアクセス可能なサーバコンピュータでもよい。情報処理装置10は、ネットワークを介して、リソース量を指定して計算機システム20にプログラムの実行を指示できる。
Hereinafter, the present embodiment will be described with reference to the drawings.
[First Embodiment]
FIG. 1 is a diagram illustrating the information processing apparatus according to the first embodiment. The information processing apparatus 10 evaluates the relationship between the amount of resources used by the computer system 20 and the calculation time. The resource amount is, for example, the number of processors, and the computer system 20 can execute a program using a plurality of processors in parallel. The calculation time is, for example, the time from the start of execution of a program input by any one of a plurality of processors used until the end of execution of the program input by all of the plurality of processors. The information processing apparatus 10 may be a client computer as a terminal device operated by a user, or a server computer accessible from the terminal device. The information processing apparatus 10 can instruct the computer system 20 to execute a program by specifying a resource amount via a network.

情報処理装置10は、記憶部11と演算部12を有する。記憶部11は、RAM(Random Access Memory)などの揮発性メモリでもよいし、HDD(Hard Disk Drive)やフラッシュメモリなどの不揮発性記憶装置でもよい。演算部12は、CPU(Central Processing Unit)やDSP(Digital Signal Processor)などのプロセッサでもよいし、ASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)などのプロセッサ以外の電子回路でもよい。プロセッサは、例えば、記憶部11または他のメモリに記憶されたプログラムを実行する。プロセッサは、プログラムの命令を実行するための演算器やレジスタ以外に、他の電子回路を含んでもよい。   The information processing apparatus 10 includes a storage unit 11 and a calculation unit 12. The storage unit 11 may be a volatile memory such as a RAM (Random Access Memory) or a non-volatile storage device such as an HDD (Hard Disk Drive) or a flash memory. The arithmetic unit 12 may be a processor such as a CPU (Central Processing Unit) or a DSP (Digital Signal Processor), or an electronic circuit other than a processor such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array). The processor executes, for example, a program stored in the storage unit 11 or another memory. The processor may include other electronic circuits in addition to an arithmetic unit and a register for executing program instructions.

記憶部11は、リソース量(例えば、プロセッサ数)と測定された計算時間とを対応付けた測定情報11aを記憶する。測定情報11aが示す複数の計算時間は、リソース量を変えて計算機システム20にサンプルプログラムを複数回実行させることで測定される。サンプルプログラムの実行指示、計算時間の測定、測定情報11aの生成などは、情報処理装置10が行ってもよいし、他の情報処理装置が行ってもよい。また、測定情報11aは、性能評価を行う毎に生成してもよいし、予め生成したものを利用してもよい。   The storage unit 11 stores measurement information 11a in which a resource amount (for example, the number of processors) is associated with a measured calculation time. The plurality of calculation times indicated by the measurement information 11a are measured by causing the computer system 20 to execute the sample program a plurality of times while changing the resource amount. The execution instruction of the sample program, measurement of the calculation time, generation of the measurement information 11a, and the like may be performed by the information processing apparatus 10 or another information processing apparatus. The measurement information 11a may be generated every time performance evaluation is performed, or information generated in advance may be used.

サンプルプログラムによって解く問題は、好ましくは、後述の性能評価を行った後に計算機システム20に実行させる本番プログラムによって解く問題よりも、十分に小規模なものとする。ただし、サンプルプログラムによって解く問題と本番プログラムによって解く問題とは、好ましくは、同種の問題(例えば、計算アルゴリズムが類似しているもの)とする。サンプルプログラムと本番プログラムを同一のものとし、処理するデータの量を変えることで問題の規模を変えるようにしてもよい。これにより、小規模な問題を通じて生成された計算機システム20のモデルを、大規模な問題に適用しやすくなる。   The problem to be solved by the sample program is preferably sufficiently smaller than the problem to be solved by the production program executed by the computer system 20 after performing the performance evaluation described later. However, the problem solved by the sample program and the problem solved by the production program are preferably the same kind of problems (for example, those having similar calculation algorithms). The sample program and the production program may be the same, and the scale of the problem may be changed by changing the amount of data to be processed. This makes it easier to apply the model of the computer system 20 generated through a small problem to a large problem.

演算部12は、リソース量と計算時間の関係を算出するためのモデル式と、記憶部11に記憶された測定情報11aとを用いて、計算機システム20についてのリソース量と計算時間との関係を評価する。モデル式は、予め用意されており、プログラムを実行する計算機システムに依存するパラメータCを含む(2以上のパラメータを含んでもよい)。パラメータCは、例えば、プロセッサやプロセッサ間の接続に関するアーキテクチャに依存し、また、解く問題の種類に依存することもある。演算部12は、測定情報11aを用いて、モデル式に含まれるパラメータCの値を決定する。例えば、演算部12は、最小二乗法により、各リソース量についての残差(測定された計算時間とモデルから予測される計算時間との差)の二乗和が最小になるように、パラメータCの値を決定する。   The calculation unit 12 uses the model formula for calculating the relationship between the resource amount and the calculation time and the measurement information 11 a stored in the storage unit 11 to determine the relationship between the resource amount and the calculation time for the computer system 20. evaluate. The model formula is prepared in advance, and includes a parameter C that depends on the computer system that executes the program (may include two or more parameters). The parameter C depends on, for example, the architecture related to the processor and the connection between the processors, and may depend on the type of problem to be solved. The computing unit 12 determines the value of the parameter C included in the model formula using the measurement information 11a. For example, the calculation unit 12 uses the least square method to reduce the residual sum (difference between the measured calculation time and the calculation time predicted from the model) for each resource amount so that the sum of squares of the parameter C is minimized. Determine the value.

また、演算部12は、モデル式と決定したパラメータCの値と測定情報11aとを用いて、誤差を考慮したパラメータCの変動量ΔCの値を算出する。変動量ΔCは、測定情報11aが示す各リソース量について、測定された計算時間とモデルから予測される計算時間との差が閾値まで広がることを許容した場合に、パラメータCの値が上記の決定した値からどの程度変動し得るかを示す。変動量ΔCの値は、数式処理によって算出し得る。   In addition, the calculation unit 12 calculates the value of the variation amount ΔC of the parameter C in consideration of the error, using the model formula, the determined value of the parameter C, and the measurement information 11a. The variation amount ΔC is such that the value of the parameter C is determined as described above when the difference between the measured calculation time and the calculation time predicted from the model is allowed to spread to a threshold value for each resource amount indicated by the measurement information 11a. It shows how much it can be changed from the measured value. The value of the fluctuation amount ΔC can be calculated by mathematical expression processing.

例えば、演算部12は、n個(nは2以上の整数)の計算時間が測定されているとき、測定された計算時間と誤差を考慮したモデル上の計算時間との差が閾値以下であることを示すn個の不等式を生成する。各リソース量に対する誤差を考慮したモデル上の計算時間は、モデル式のパラメータCをC+ΔCに置き換え、置き換えた式にリソース量と上記の決定したパラメータCの値を代入することで得られる。これにより、変動量ΔCを自由変数として含むn個の不等式が生成される。閾値は、例えば、パラメータCの値を決定するとき算出した残差の最大値、または、n個の不等式が解をもつ条件下での最小値(通常は残差の最小値より大きい)とする。ただし、閾値を、両者の間の任意の値としてもよい。   For example, when the calculation unit 12 measures n (n is an integer of 2 or more) calculation times, the difference between the measured calculation time and the calculation time on the model considering the error is equal to or less than the threshold value. Generate n inequalities that indicate The calculation time on the model considering the error with respect to each resource amount is obtained by substituting the parameter C of the model equation with C + ΔC and substituting the value of the resource amount and the determined parameter C into the replaced equation. Thereby, n inequalities including the variation ΔC as a free variable are generated. The threshold value is, for example, the maximum value of the residual calculated when determining the value of the parameter C, or the minimum value under the condition that n inequalities have solutions (usually larger than the minimum value of the residual). . However, the threshold value may be an arbitrary value between the two.

生成したn個の不等式に対し、演算部12は、例えば、限量子消去(QE:Quantifier Elimination)法を適用して、自由変数である変動量ΔCの取り得る値を算出する。測定した計算時間のばらつきが大きく残差が平均的に大きい場合や、測定した計算時間の中に特異点があり一部の残差のみが大きい場合などに、変動量ΔCの値が大きくなり得る。限量子消去については、例えば、次の書籍に説明がある:穴井宏和 横山和弘,“QEの計算アルゴリズムとその応用−数式処理による最適化”,東京大学出版会,2011年8月25日。限量子消去の具体例については、第2の実施の形態でも説明する。   For the generated n inequalities, the calculation unit 12 calculates a possible value of the variation ΔC, which is a free variable, by applying a quantifier elimination (QE) method, for example. When the measured calculation time varies greatly and the residual is large on average, or when there is a singular point in the measured calculation time and only a part of the residual is large, the value of the variation ΔC can be large. . Quantum erasure is described in, for example, the following book: Hirokazu Anai, Kazuhiro Yokoyama, “QE calculation algorithm and its application—optimization by mathematical processing”, University of Tokyo Press, August 25, 2011. A specific example of limited quantum erasure will also be described in the second embodiment.

そして、演算部12は、モデル式に上記の決定したパラメータCの値を代入することで算出されるリソース量と計算時間の関係が、パラメータCの値が変動量ΔCの値だけ変動することでどのような影響を受けるかを示す情報を出力する。例えば、演算部12は、情報処理装置10または他の情報処理装置に接続されたディスプレイに、変動量ΔCの影響を示す情報を表示させる。変動量ΔCの影響を示す情報として、例えば、モデル式のパラメータCに上記の決定した値を代入したモデルを示す曲線と、パラメータCにC+ΔCに相当する値を代入したモデルを示す曲線とを表示するための情報が考えられる。また、変動量ΔCの影響を示す情報として、例えば、あるリソース量に対応する計算時間が、変動量ΔCを考慮すると、考慮しない場合より最大で何%変化するかを示す情報も考えられる。   Then, the calculation unit 12 determines that the relationship between the resource amount calculated by substituting the value of the parameter C determined above into the model formula and the calculation time is such that the value of the parameter C varies by the amount of variation ΔC. Outputs information indicating how it is affected. For example, the calculation unit 12 displays information indicating the influence of the variation amount ΔC on a display connected to the information processing apparatus 10 or another information processing apparatus. As information indicating the influence of the fluctuation amount ΔC, for example, a curve indicating a model in which the determined value is substituted for the parameter C of the model formula and a curve indicating a model in which the value corresponding to C + ΔC is substituted for the parameter C are displayed. Information to do is conceivable. Further, as information indicating the influence of the fluctuation amount ΔC, for example, information indicating how much the calculation time corresponding to a certain resource amount changes by a maximum of% when the fluctuation amount ΔC is taken into consideration is also conceivable.

第1の実施の形態の情報処理装置10によれば、測定情報11aからパラメータCの値を決定することで生成したモデルが、どの程度の精度で計算機システム20の計算時間を予測できるかを定量的に評価することができる。このため、サンプル問題よりも大規模な問題を解くプログラムを大きなリソースを用いて計算機システム20に実行させるときでも、モデルによる計算時間の予測結果を効果的に利用できるようになる。例えば、ユーザは、予測精度が許容できるとき、予測誤差を考慮して計算機システム20のリソースを予約することができる。一方、予測精度が許容できないとき、より精度の高いモデルを生成するため、演算部12が出力した情報を手掛かりに測定情報11aの中から異常な測定値を探し、異常な測定値を除去することや測定をやり直すなどの措置をとることができる。   According to the information processing apparatus 10 of the first embodiment, it is quantified how accurately the model generated by determining the value of the parameter C from the measurement information 11a can predict the calculation time of the computer system 20. Can be evaluated. For this reason, even when the computer system 20 is caused to execute a program that solves a problem larger than the sample problem by using a large resource, the prediction result of the calculation time by the model can be effectively used. For example, when the prediction accuracy is acceptable, the user can reserve resources of the computer system 20 in consideration of the prediction error. On the other hand, when the prediction accuracy is unacceptable, in order to generate a model with higher accuracy, an abnormal measurement value is removed from the measurement information 11a by using the information output from the calculation unit 12 as a clue. And measures such as redoing the measurement.

[第2の実施の形態]
図2は、第2の実施の形態の情報処理システムを示す図である。第2の実施の形態の情報処理システムは、シミュレーション装置100とサーバ装置210〜240を含む。シミュレーション装置100およびサーバ装置210〜240は、ネットワーク31に接続されている。なお、シミュレーション装置100は、前述の情報処理装置10の一例であり、サーバ装置210〜240の集合は、前述の計算機システム20の一例である。
[Second Embodiment]
FIG. 2 illustrates an information processing system according to the second embodiment. The information processing system according to the second embodiment includes a simulation apparatus 100 and server apparatuses 210 to 240. The simulation apparatus 100 and the server apparatuses 210 to 240 are connected to the network 31. The simulation apparatus 100 is an example of the information processing apparatus 10 described above, and the set of server apparatuses 210 to 240 is an example of the computer system 20 described above.

シミュレーション装置100は、ユーザが操作する端末装置としてのコンピュータである。シミュレーション装置100は、サーバ装置210〜240にサンプルプログラムを実行させて計算時間を測定し、測定結果からサーバ装置210〜240の性能を評価したモデルを生成する。また、シミュレーション装置100は、ユーザからの指示に応じて、サーバ装置210〜240が備えるリソースの一部または全部を、リソース量および使用期間を指定して予約し、サーバ装置210〜240にプログラムを実行させる。   The simulation device 100 is a computer as a terminal device operated by a user. The simulation apparatus 100 causes the server apparatuses 210 to 240 to execute a sample program, measures the calculation time, and generates a model that evaluates the performance of the server apparatuses 210 to 240 from the measurement result. Further, the simulation apparatus 100 reserves a part or all of the resources included in the server apparatuses 210 to 240 by designating the resource amount and the use period in accordance with an instruction from the user, and stores a program in the server apparatuses 210 to 240. Let it run.

サーバ装置210〜240は、ユーザが予約したリソースを用いてユーザから取得したプログラムを実行するサーバコンピュータである。サーバ装置210〜240の集合は、複数のプロセッサを並列に用いて計算を行うことができる並列処理システムであると言える。ユーザから指定されるリソース量には、プロセッサ数が含まれる。例えば、ジョブを制御するサーバ装置が、シミュレーション装置100からプログラムの実行の指示を受け付け、ジョブが割り当てられていない空きプロセッサの中から指定された数のプロセッサを選択し、選択したプロセッサにジョブを割り当てて計算を開始させる。   The server apparatuses 210 to 240 are server computers that execute a program acquired from a user using resources reserved by the user. It can be said that the set of server apparatuses 210 to 240 is a parallel processing system capable of performing calculations using a plurality of processors in parallel. The amount of resources specified by the user includes the number of processors. For example, a server device that controls a job receives a program execution instruction from the simulation device 100, selects a specified number of processors from free processors to which no job is assigned, and assigns a job to the selected processor. To start the calculation.

図3は、シミュレーション装置のハードウェア例を示すブロック図である。シミュレーション装置100は、CPU101、RAM102、HDD103、画像信号処理部104、入力信号処理部105、ディスクドライブ106および通信インタフェース107を有する。CPU101は、第1の実施の形態の演算部12の一例であり、RAM102やHDD103は、第1の実施の形態の記憶部11の一例である。   FIG. 3 is a block diagram illustrating a hardware example of the simulation apparatus. The simulation apparatus 100 includes a CPU 101, a RAM 102, an HDD 103, an image signal processing unit 104, an input signal processing unit 105, a disk drive 106, and a communication interface 107. The CPU 101 is an example of the calculation unit 12 according to the first embodiment, and the RAM 102 and the HDD 103 are examples of the storage unit 11 according to the first embodiment.

CPU101は、プログラムの命令を実行する演算器を含むプロセッサである。CPU101は、HDD103に記憶されているプログラムやデータの少なくとも一部をRAM102にロードし、プログラムを実行する。なお、CPU101は複数のプロセッサコアを備えてもよく、シミュレーション装置100は複数のプロセッサを備えてもよく、以下で説明する処理を複数のプロセッサまたはプロセッサコアを用いて並列実行してもよい。   The CPU 101 is a processor including an arithmetic unit that executes program instructions. The CPU 101 loads at least a part of the program and data stored in the HDD 103 into the RAM 102 and executes the program. The CPU 101 may include a plurality of processor cores, the simulation apparatus 100 may include a plurality of processors, and the processes described below may be executed in parallel using a plurality of processors or processor cores.

RAM102は、CPU101が実行するプログラムや計算に用いられるデータを一時的に記憶する揮発性メモリである。なお、シミュレーション装置100は、RAM以外の種類のメモリを備えてもよく、複数のメモリを備えてもよい。   The RAM 102 is a volatile memory that temporarily stores programs executed by the CPU 101 and data used for calculation. Note that the simulation apparatus 100 may include a type of memory other than the RAM, or may include a plurality of memories.

HDD103は、OS(Operating System)やファームウェアやアプリケーションソフトウェアなどのソフトウェアのプログラム、および、データを記憶する不揮発性記憶装置である。なお、シミュレーション装置100は、フラッシュメモリなどの他の種類の不揮発性記憶装置を備えてもよく、複数の不揮発性記憶装置を備えてもよい。   The HDD 103 is a nonvolatile storage device that stores an OS (Operating System), software programs such as firmware and application software, and data. Note that the simulation apparatus 100 may include other types of nonvolatile storage devices such as a flash memory, and may include a plurality of nonvolatile storage devices.

画像信号処理部104は、CPU101からの命令に従って、シミュレーション装置100に接続されたディスプレイ32に画像を出力する。ディスプレイ32としては、CRT(Cathode Ray Tube)ディスプレイや液晶ディスプレイなどを用いることができる。   The image signal processing unit 104 outputs an image to the display 32 connected to the simulation apparatus 100 in accordance with a command from the CPU 101. As the display 32, a CRT (Cathode Ray Tube) display, a liquid crystal display, or the like can be used.

入力信号処理部105は、シミュレーション装置100に接続された入力デバイス33から入力信号を取得し、CPU101に通知する。入力デバイス33としては、マウスやタッチパネルなどのポインティングデバイス、キーボードなどを用いることができる。   The input signal processing unit 105 acquires an input signal from the input device 33 connected to the simulation apparatus 100 and notifies the CPU 101 of the input signal. As the input device 33, a pointing device such as a mouse or a touch panel, a keyboard, or the like can be used.

ディスクドライブ106は、記録媒体34に記録されたプログラムやデータを読み取る駆動装置である。記録媒体34として、例えば、フレキシブルディスク(FD:Flexible Disk)やHDDなどの磁気ディスク、CD(Compact Disc)やDVD(Digital Versatile Disc)などの光ディスク、光磁気ディスク(MO:Magneto-Optical disk)を使用できる。ディスクドライブ106は、例えば、CPU101からの命令に従って、記録媒体34から読み取ったプログラムやデータをRAM102またはHDD103に格納する。   The disk drive 106 is a drive device that reads programs and data recorded on the recording medium 34. As the recording medium 34, for example, a magnetic disk such as a flexible disk (FD) or HDD, an optical disk such as a CD (Compact Disc) or a DVD (Digital Versatile Disc), or a magneto-optical disk (MO). Can be used. For example, the disk drive 106 stores the program and data read from the recording medium 34 in the RAM 102 or the HDD 103 in accordance with an instruction from the CPU 101.

通信インタフェース107は、ネットワーク31を介してサーバ装置210〜240と通信を行えるインタフェースである。通信インタフェース107は、有線網に接続する有線インタフェースでもよいし、無線網に接続する無線インタフェースでもよい。   The communication interface 107 is an interface that can communicate with the server apparatuses 210 to 240 via the network 31. The communication interface 107 may be a wired interface connected to a wired network or a wireless interface connected to a wireless network.

なお、サーバ装置210〜240も、シミュレーション装置100と同様のハードウェア構成によって実現することができる。ただし、サーバ装置210〜240は、ディスプレイや入力デバイスに接続されていなくてもよく、画像信号処理部や入力信号処理部やディスクドライブを備えていなくてもよい。また、サーバ装置210〜240は、それぞれ複数のCPUやRAMやHDDを備えていてもよい。   The server apparatuses 210 to 240 can also be realized by the same hardware configuration as that of the simulation apparatus 100. However, the server apparatuses 210 to 240 may not be connected to a display or an input device, and may not include an image signal processing unit, an input signal processing unit, and a disk drive. Each of the server devices 210 to 240 may include a plurality of CPUs, RAMs, and HDDs.

図4は、シミュレーション装置の機能例を示すブロック図である。シミュレーション装置100は、測定部111、測定情報記憶部112、モデル生成部113、誤差判定部114および評価結果表示部115を有する。測定情報記憶部112は、例えば、RAM102またはHDD103に確保した記憶領域として実現できる。測定部111、モデル生成部113、誤差判定部114および評価結果表示部115は、例えば、CPU101が実行するプログラムのモジュールとして実現できる。   FIG. 4 is a block diagram illustrating an example of functions of the simulation apparatus. The simulation apparatus 100 includes a measurement unit 111, a measurement information storage unit 112, a model generation unit 113, an error determination unit 114, and an evaluation result display unit 115. The measurement information storage unit 112 can be realized as a storage area secured in the RAM 102 or the HDD 103, for example. The measurement unit 111, the model generation unit 113, the error determination unit 114, and the evaluation result display unit 115 can be realized as a module of a program executed by the CPU 101, for example.

測定部111は、サーバ装置210〜240を含む並列処理システムに、プロセッサ数を変えながらサンプルプログラムを複数回実行させ、この並列処理システムが要する計算時間を測定する。例えば、測定部111は、プロセッサ数として、10,20,30,40,50,60,70,80.90,100,110,120の12通りを指定し、それぞれの場合の計算時間を測定する。プロセッサ数が多くなると、並列化のオーバヘッドも大きくなるため、プロセッサ数が多いほど計算時間が短くなるとは限らない。   The measurement unit 111 causes the parallel processing system including the server apparatuses 210 to 240 to execute the sample program a plurality of times while changing the number of processors, and measures the calculation time required for the parallel processing system. For example, the measurement unit 111 designates twelve ways of 10, 20, 30, 40, 50, 60, 70, 80.90, 100, 110, and 120 as the number of processors, and measures the calculation time in each case. . As the number of processors increases, the overhead of parallelization also increases. Therefore, the calculation time does not necessarily decrease as the number of processors increases.

なお、サンプルプログラムによって解く問題は、サーバ装置210〜240を用いて解きたい大規模な問題と同種のもの(例えば、計算アルゴリズムが類似するもの)で小規模なものとする。計算時間は、使用する複数のプロセッサの何れか1つが計算を開始してから、全てのプロセッサが計算を終了するまでの時間とする。計算時間は、サーバ装置210〜240で生成されたログに基づいて算出してもよく、測定部111がコマンドを送信してからレスポンスを受信するまでの時間を測定することで算出してもよい。   Note that the problem to be solved by the sample program is the same type as the large-scale problem to be solved using the server apparatuses 210 to 240 (for example, a calculation algorithm is similar) and is small. The calculation time is a time from when any one of a plurality of processors to be used starts calculation until all the processors finish calculation. The calculation time may be calculated based on the logs generated by the server devices 210 to 240, or may be calculated by measuring the time from when the measurement unit 111 transmits a command until the response is received. .

測定情報記憶部112は、測定部111の測定結果を示す測定情報を記憶する。測定情報には、プロセッサ数piと測定された計算時間di(i=1,2,…,n)との組を示すエントリがn個(nは2以上の整数)含まれる。例えば、測定部111が12通りのプロセッサ数を指定して計算時間を測定した場合、測定情報は12個のエントリを含む。 The measurement information storage unit 112 stores measurement information indicating the measurement result of the measurement unit 111. The measurement information includes n entries (n is an integer of 2 or more) indicating a set of the number of processors p i and the measured calculation time d i (i = 1, 2,..., N). For example, when the measurement unit 111 specifies twelve processors and measures the calculation time, the measurement information includes 12 entries.

モデル生成部113は、測定情報記憶部112に記憶された測定情報をモデル式にフィッティングすることで、サーバ装置210〜240に対応するモデルを生成する。第2の実施の形態で使用するモデル式は、パラメータ集合Cとプロセッサ数pと問題の大きさxとから、計算時間を計算する関数T(C,p,x)である。パラメータ集合Cは、1またはそれ以上のパラメータを含む。各パラメータは、サーバ装置210〜240のアーキテクチャや解きたい問題の種類に応じた値を取る。モデル生成部113は、問題の大きさxを固定して、測定情報が示すプロセッサ数piと計算時間diの組に対して最小二乗法を適用することで、各パラメータcj(j=1,2,…)の値を決定する。 The model generation unit 113 generates a model corresponding to the server apparatuses 210 to 240 by fitting the measurement information stored in the measurement information storage unit 112 to a model formula. The model formula used in the second embodiment is a function T (C, p, x) for calculating the calculation time from the parameter set C, the number of processors p, and the problem size x. The parameter set C includes one or more parameters. Each parameter takes a value corresponding to the architecture of the server apparatuses 210 to 240 and the type of problem to be solved. The model generation unit 113 fixes the problem size x and applies the least squares method to the set of the processor number p i and the calculation time d i indicated by the measurement information, whereby each parameter c j (j = 1, 2, ...) are determined.

誤差判定部114は、モデル生成部113がパラメータcjの値を決定して生成したモデルの精度を評価する。具体的には、誤差判定部114は、測定された計算時間diをモデル式にフィッティングする過程でパラメータcjの値に生じる誤差を推定し、パラメータcjの誤差が計算時間の予測にどの程度の影響を与えるか定量的に評価する。 The error determination unit 114 evaluates the accuracy of the model generated by the model generation unit 113 determining the value of the parameter c j . Specifically, the error determination unit 114 estimates an error that occurs in the value of the parameter c j in the process of fitting the measured calculation time d i to the model formula, and the error of the parameter c j is used to predict the calculation time. Quantitatively assess the degree of impact.

まず、誤差判定部114は、各パラメータcjの値の変動量Δcjを自由変数として用いて、測定情報が示すn通りのプロセッサ数piに対応するn個の不等式を生成する。各不等式は、測定した計算時間diとモデル式に従って算出される計算時間T(C+ΔC,pi,xi)との差を、閾値eまで許容することを示す。ΔCは、変動量Δcjの集合である。パラメータcjにモデル生成部113が決定した値を代入し、閾値eを所定の方法で決定することで、n個の不等式は自由変数として変動量Δcjのみを含むことになる。そして、誤差判定部114は、生成したn個の不等式を、後述する限量子消去(QE)法を用いて解くことで、変動量の集合ΔCの取り得る値の範囲を算出する。これにより、モデルから予測される計算時間の変動する範囲を算出することができる。 First, the error determining unit 114 uses the variation amount .DELTA.c j values of the parameters c j as free variables, generating n inequalities corresponding to the processor number p i of the n different illustrated measurement information. Each inequality indicates that the difference between the measured calculation time d i and the calculation time T (C + ΔC, p i , x i ) calculated according to the model equation is allowed up to a threshold value e. ΔC is a set of fluctuation amounts Δc j . By substituting the value determined by the model generation unit 113 for the parameter c j and determining the threshold value e by a predetermined method, the n inequalities include only the variation Δc j as a free variable. Then, the error determination unit 114 calculates the range of possible values of the variation set ΔC by solving the generated n inequalities using the quantifier elimination (QE) method described later. Thereby, it is possible to calculate a range in which the calculation time predicted from the model varies.

評価結果表示部115は、モデル生成部113が算出したパラメータcjの値を用いたモデルの曲線と、誤差判定部114が算出した誤差を考慮したパラメータcj+Δcjの値を用いたモデルの曲線とを合わせて、ディスプレイ32に表示する。これにより、シミュレーション装置100のユーザは、モデルの精度を視覚的に確認することができる。また、評価結果表示部115は、ユーザからプロセッサ数が指定されると、最小二乗法によって生成したモデルを用いて算出される計算時間が、最大で何%増加または減少する可能性があるかを算出し、予測される計算時間とその誤差をディスプレイ32に表示する。これにより、ユーザは、計算時間の予測誤差を定量的に確認することができる。 The evaluation result display unit 115 includes a model curve using the value of the parameter c j calculated by the model generation unit 113 and a model curve using the value of the parameter c j + Δc j considering the error calculated by the error determination unit 114. The curve is combined and displayed on the display 32. Thereby, the user of the simulation apparatus 100 can visually confirm the accuracy of the model. In addition, when the number of processors is designated by the user, the evaluation result display unit 115 indicates how much the calculation time calculated using the model generated by the least square method may increase or decrease by a maximum. The calculated calculation time and its error are displayed on the display 32. Thereby, the user can confirm the prediction error of calculation time quantitatively.

ここで、前述の限量子消去(QE)について説明する。限量子消去は、一階述語論理として記述された限量子を含む論理式を、限量子を含まない等価な式に変換する数式処理である。入力される論理式は、代数的等式、代数的不等式、限量子(全称限量子および存在限量子)および論理演算子(論理積や論理和など)を用いて記述することができる。入力される論理式に、限量子が付された束縛変数の他に、限量子が付されていない自由変数が含まれる場合は、出力される式は自由変数の取り得る値の範囲を示す。   Here, the quantified erasure (QE) will be described. Quantum erasure is mathematical expression processing that converts a logical expression including a quantifier described as first-order predicate logic into an equivalent expression that does not include a quantifier. An input logical expression can be described using an algebraic equation, an algebraic inequality, a quantifier (generic quantifier and existence quantifier), and a logical operator (logical product or logical sum). If the input logical expression includes a free variable not having a quantifier in addition to a bound variable having a quantifier, the output expression indicates a range of values that the free variable can take.

例えば、以下に示す数式(1)の左辺は、全てのxの値について括弧内の論理式が成立することを要求している。限量子消去法により論理式から束縛変数xを消去すると、数式(1)の右辺に示すように、左辺の論理式が成立するための自由変数a,b,cの条件を示す式が算出される。また、以下に示す数式(2)の左辺は、括弧内の論理式が成立するようなx1,x2の値の組が少なくとも1つ存在することを要求している。限量子消去法により論理式から束縛変数x1,x2を消去すると、数式(2)の右辺に示すように、左辺の論理式が成立するための自由変数yの条件を示す式が算出される。このような限量子消去は、数式処理を行うアプリケーションソフトウェアに実装されていることがある。 For example, the left side of Equation (1) shown below requires that the logical expression in parentheses is satisfied for all values of x. When the bound variable x is eliminated from the logical expression by the quantifier elimination method, as shown on the right side of Equation (1), an expression indicating the conditions of the free variables a, b, and c for establishing the left-side logical expression is calculated. The In addition, the left side of the following formula (2) requires that there is at least one set of x 1 and x 2 values such that the logical expression in parentheses is established. When the bound variables x 1 and x 2 are eliminated from the logical expression by the quantifier elimination method, as shown on the right side of Equation (2), an expression indicating the condition of the free variable y for establishing the logical expression on the left side is calculated. The Such quantifier elimination may be implemented in application software that performs mathematical expression processing.

Figure 2013175065
Figure 2013175065

Figure 2013175065
Figure 2013175065

図5は、計算時間予測の手順例を示すフローチャートである。
(ステップS1)測定部111は、問題の大きさxを固定した状態で(例えば、同じサンプルプログラムと同じデータを用いて)、プロセッサ数pを変えながらサーバ装置210〜240にサンプルプログラムを実行させ、n通りの計算時間dを測定する。例えば、測定部111は、p=10,20,…,120の12通りの計算時間dを測定する。測定部111は、プロセッサ数piと測定した計算時間diを関連付けた測定情報を生成し、生成した測定情報を測定情報記憶部112に格納する。
FIG. 5 is a flowchart illustrating a procedure example of calculation time prediction.
(Step S1) The measurement unit 111 causes the server apparatuses 210 to 240 to execute the sample program while changing the number of processors p, with the problem size x fixed (for example, using the same data as the same sample program). , N calculation times d are measured. For example, the measurement unit 111 measures twelve calculation times d of p = 10, 20,. The measurement unit 111 generates measurement information that associates the number of processors p i with the measured calculation time d i , and stores the generated measurement information in the measurement information storage unit 112.

(ステップS2)モデル生成部113は、測定情報記憶部112に記憶された測定情報が示すn個の計算時間diを、モデル式である関数T(C,p,x)にフィッティングすることで、パラメータ集合Cに属する各パラメータcjの値を決定する。フィッティングでは、各プロセッサ数piについての残差ei(以下の数式(3)参照)の二乗和が最小になるように、最小二乗法によって各パラメータcjの値を決定する。 (Step S2) The model generation unit 113 fits n calculation times d i indicated by the measurement information stored in the measurement information storage unit 112 to a function T (C, p, x) that is a model formula. The value of each parameter c j belonging to the parameter set C is determined. In the fitting, the value of each parameter c j is determined by the least square method so that the sum of squares of the residuals e i (see the following formula (3)) for each number of processors p i is minimized.

Figure 2013175065
Figure 2013175065

(ステップS3)誤差判定部114は、以下の数式(4)に示すように、測定情報が示すn個の計算時間diに対応するn個の不等式を生成する。各不等式は、変動量ΔCを自由変数として用いてパラメータ変動後の計算時間を表した式T(C+ΔC,pi,xi)と測定された計算時間diとの差が、閾値e以下であることを示す。パラメータ変動後の計算時間を表した式は、モデル式のパラメータ集合CをC+ΔCに置き換え、ステップS2で決定したパラメータ集合Cの値とプロセッサ数piとを代入することで生成される。 (Step S3) The error determination unit 114 generates n inequalities corresponding to the n calculation times d i indicated by the measurement information, as shown in the following formula (4). Each inequality is such that the difference between the measured calculation time d i and the equation T (C + ΔC, p i , x i ) representing the calculation time after the parameter change using the variation ΔC as a free variable is less than or equal to the threshold e. Indicates that there is. The expression representing the calculation time after the parameter change is generated by replacing the parameter set C in the model expression with C + ΔC and substituting the value of the parameter set C determined in step S2 and the number of processors p i .

また、誤差判定部114は、閾値eを決定する。閾値eは、数式(3)により算出されるn個の残差e1〜enの中の最大値Max(ei)以下であり、かつ、上記のn個の不等式が解をもつ範囲での下限値em以上であることが望ましい。下限値emは、通常は残差e1〜enの中の最小値Min(ei)より大きい値になる。閾値eとしてMax(ei)を選択した場合、パラメータ集合Cの誤差を悲観的に評価することになり、閾値eとしてemを選択した場合、パラメータ集合Cの誤差を楽観的に評価することになる。モデルの精度評価の観点から、誤差判定部114は、好ましくは、閾値e=Max(ei)の場合と閾値e=emの場合の両方について、以下の処理を実行する。なお、n個の不等式から閾値eの下限値emを算出する方法は、後述する。 Further, the error determination unit 114 determines a threshold value e. The threshold value e is equal to or less than the maximum value Max (e i ) among the n residuals e 1 to en calculated by Expression (3), and the n inequalities have a solution. It is desirable that the lower limit value e m or more. Lower limit e m is typically a minimum value Min (e i) is greater than value in the residual e 1 to e n. If you select Max (e i) as a threshold value e, it will be pessimistic evaluate the error of the parameter set C, if you select the e m as the threshold value e, optimistically evaluation to the error parameter set C become. From the standpoint of model accuracy evaluation, the error determining unit 114, preferably, for both the cases of the threshold e = e m threshold e = Max (e i), the following processing is executed. A method of calculating the lower limit value e m threshold e of n inequalities will be described later.

Figure 2013175065
Figure 2013175065

(ステップS4)誤差判定部114は、ステップS3で生成したn個の不等式および閾値eを定義する式の集合に対して限量子消去(QE)法を適用し、束縛変数である閾値eを消去して自由変数である変動量ΔCの取り得る値の範囲を算出する。   (Step S4) The error determination unit 114 applies the quantifier elimination (QE) method to the set of expressions defining the n inequalities and the threshold e generated in Step S3, and eliminates the threshold e that is a bound variable. Then, the range of possible values of the fluctuation amount ΔC, which is a free variable, is calculated.

(ステップS5)誤差判定部114は、ステップS4で算出した変動量ΔCの取り得る値の範囲から、モデルに従って算出される計算時間を最も増加させる(正の誤差が最も大きくなる)変動量Δcjの組み合わせを抽出する。また、誤差判定部114は、変動量ΔCの取り得る値の範囲から、モデルに従って算出される計算時間を最も減少させる(負の誤差が最も大きくなる)変動量Δcjの組み合わせを抽出する。 (Step S5) The error determination unit 114 increases the calculation time calculated according to the model the most from the range of possible values of the fluctuation amount ΔC calculated in Step S4 (the positive error becomes the largest) Δc j Extract combinations. In addition, the error determination unit 114 extracts a combination of the fluctuation amounts Δc j that reduces the calculation time calculated according to the model (the negative error becomes the largest) from the range of values that the fluctuation amount ΔC can take.

(ステップS6)評価結果表示部115は、ステップS2でモデル生成部113が決定した各パラメータcjの値をモデル式に代入することで生成されるグラフを、ディスプレイ32に表示する。また、評価結果表示部115は、各パラメータcjの値をステップS5で誤差判定部114が抽出した変動量Δcjだけ変動させる(モデル式にcj+Δcjの値を代入する)ことで生成されるグラフを、ディスプレイ32に表示する。 (Step S6) The evaluation result display unit 115 displays on the display 32 a graph generated by substituting the value of each parameter c j determined by the model generation unit 113 in step S2 into the model formula. The evaluation result display unit 115 generates the parameter c j by changing the value of the parameter c j by the variation Δc j extracted by the error determination unit 114 in step S5 (substituting the value of c j + Δc j into the model formula). The graph to be displayed is displayed on the display 32.

一例として、フィッティングに用いるモデル式として、問題の大きさxを固定した(問題の大きさxを変数として含まない)以下に示す数式(5)を考える。数式(5)において、2つのパラメータc1,c2はパラメータ集合Cに属し、定数aは固定値である。数式(5)は、プロセッサ数pが大きいほど小さな値になる項と、プロセッサ数pが大きいほど大きな値になる項とを含む。前者は、負荷分散によるプロセッサ1個当たりの計算量の減少を反映し、後者は、プロセッサ間の通信によるオーバヘッドを反映している。数式(5)によれば、プロセッサ数pを1から徐々に増やしていくと、最初は計算時間が短くなるが、あるプロセッサ数を過ぎるとオーバヘッドの影響で計算時間が長くなる。 As an example, consider the following equation (5) with the problem size x fixed (not including the problem size x as a variable) as a model equation used for fitting. In Equation (5), the two parameters c 1 and c 2 belong to the parameter set C, and the constant a is a fixed value. Equation (5) includes a term that decreases as the number of processors p increases, and a term that increases as the number of processors p increases. The former reflects a decrease in the amount of calculation per processor due to load balancing, and the latter reflects the overhead due to communication between processors. According to Equation (5), when the number of processors p is gradually increased from 1, the calculation time is shortened at the beginning. However, after a certain number of processors, the calculation time becomes longer due to the overhead.

Figure 2013175065
Figure 2013175065

以下に示す数式(6)は、数式(5)のモデル式を用いた場合に、上記のステップS3において生成される一階述語論理の論理式の例である。ここでは、測定部111が、12通りのプロセッサ数p=10,20,30,40,50,60,70,80,90,100,110,120に対応して、12個の計算時間d1〜d12を測定した場合を考える。 The following formula (6) is an example of a logical expression of the first order predicate logic generated in step S3 when the model formula of the formula (5) is used. Here, the measurement unit 111 has twelve calculation times d 1 corresponding to twelve different processor numbers p = 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 , 110, 120. consider the case where the ~d 12 was measured.

この論理式では、12通りのプロセッサ数に対応する12個の不等式が論理積によって結合されている。数式(6)において、定数aは固定値であり、パラメータc1,c2の値は上記ステップS2で決定したものである。閾値eには、残差の最大値Max(ei)を代入している。閾値eに他の値(例えば、下限値em)を代入することも可能である。パラメータc1の変動量Δc1とパラメータc2の変動量Δc2は自由変数であり、閾値eは存在限量子が付された束縛変数となっている。この論理式は、12個の残差それぞれの絶対値が、閾値e以下の範囲で変動することを許容することを示している。 In this logical expression, twelve inequalities corresponding to twelve different processor numbers are connected by logical product. In Equation (6), the constant a is a fixed value, and the values of the parameters c 1 and c 2 are those determined in step S2. The maximum value Max (e i ) of the residual is substituted for the threshold value e. It is also possible to substitute another value (for example, the lower limit value e m ) for the threshold value e. Variation .DELTA.c 2 variation amount .DELTA.c 1 and the parameter c 2 parameters c 1 is a free variable, threshold e has a presence quantifier is attached bound variables. This logical expression indicates that the absolute value of each of the 12 residuals is allowed to vary within a range equal to or less than the threshold value e.

Figure 2013175065
Figure 2013175065

数式(6)に対して限量子消去法を適用すると、不等式の集合の解として数式(7)が算出される。数式(7)は、数式(6)で自由変数であった変動量Δc1,Δc2の取り得る値の範囲を示している。入力としての論理式が2個の自由変数を含むことから、出力としての式はこの2個の自由変数の間の関係を示している。等式および不等式で表された変動量Δc1と変動量Δc2との間の関係は、2次元平面上に可視化することができる。 When the quantifier elimination method is applied to the equation (6), the equation (7) is calculated as a solution of the set of inequalities. Equation (7) shows a range of possible values of the fluctuation amounts Δc 1 and Δc 2 that were free variables in Equation (6). Since the logical expression as input includes two free variables, the expression as output shows the relationship between the two free variables. The relationship between the fluctuation amount Δc 1 and the fluctuation amount Δc 2 expressed by the equation and the inequality can be visualized on a two-dimensional plane.

Figure 2013175065
Figure 2013175065

図6は、パラメータの取り得る値の例を示すグラフである。数式(7)を変動量Δc1×変動量Δc2の2次元平面にマッピングすると、図6のようなグラフが生成される。変動量Δc1,Δc2の可動範囲を示す領域は、(Δc1,Δc2)=(0.000946051,−7.96273×10-8),(−0.000115456,4.14635×10-8)の2点を端点としてもつ。この2つの端点は、数式(7)の先頭2行の解に相当する。2つの端点の一方が、正の誤差を最大にする変動量Δc1,Δc2の組み合わせを示し、他方が負の誤差を最大にする変動量Δc1,Δc2の組み合わせを示している。 FIG. 6 is a graph illustrating an example of values that can be taken by the parameter. When Expression (7) is mapped onto a two-dimensional plane of variation Δc 1 × variation Δc 2 , a graph as shown in FIG. 6 is generated. The regions indicating the movable ranges of the fluctuation amounts Δc 1 and Δc 2 are (Δc 1 , Δc 2 ) = (0.000946051, −7.996273 × 10 −8 ), (−0.000115456, 4.14635 × 10 − 8 ) The two points are the end points. These two end points correspond to the solutions of the first two lines of Equation (7). One of the two end points, variation .DELTA.c 1 to maximize the positive error, it shows a combination of .DELTA.c 2, variation .DELTA.c 1 the other is to maximize the negative error indicates the combination of .DELTA.c 2.

このように、限量子消去の結果からグラフを生成して端点を検出することで、モデルの誤差を最大にする変動量Δcjの組み合わせを判定できる。ただし、このような変動量Δcjの組み合わせは、上記のステップS3で生成されるn個の不等式から限量子消去法によって確認することもできる。数式(8)に示すように、n個の不等式に含まれる変数のうち、1つの変動量のみを自由変数として選択し、他の変動量および閾値eは存在限量子を付して束縛変数とする。この不等式の集合に対して、限量子消去法を適用して束縛変数を消去すると、選択した1つの変動量の取り得る値の範囲のみが算出される。このような数式(8)の計算を、変動量Δcjそれぞれについて行う。 As described above, by generating a graph from the result of the quantified erasure and detecting the end point, it is possible to determine the combination of the variation Δc j that maximizes the model error. However, such a combination of fluctuation amounts Δc j can also be confirmed by the quantifier elimination method from the n inequalities generated in step S3. As shown in Equation (8), only one variation amount is selected as a free variable among the variables included in the n inequalities, and the other variation amount and the threshold value e are attached to the bound variable with existence quantifiers. To do. When the bound variable is eliminated by applying the quantum elimination method to the set of inequalities, only the range of values that can be taken by one selected variation is calculated. Such calculation of Expression (8) is performed for each variation amount Δc j .

Figure 2013175065
Figure 2013175065

数式(6)の束縛変数を変動量Δc1と閾値eに変更して限量子消去を行い、また、数式(6)の束縛変数を変動量Δc2と閾値eに変更して限量子消去を行うことで、以下に示す数式(9)が算出される。変動量Δc1の上限値と変動量Δc2の下限値の組み合わせが、図6に示したグラフの1つの端点に相当し、変動量Δc1の下限値と変動量Δc2の上限値の組み合わせが、図6に示したグラフの他の端点に相当する。 Quantum erasure is performed by changing the bound variable in Equation (6) to the variation Δc 1 and threshold e, and the quantifier erasure is performed by changing the bound variable in Equation (6) to variation Δc 2 and threshold e. By doing so, the following formula (9) is calculated. The combination of the upper limit value of the fluctuation amount Δc 1 and the lower limit value of the fluctuation amount Δc 2 corresponds to one end point of the graph shown in FIG. 6, and the combination of the lower limit value of the fluctuation amount Δc 1 and the upper limit value of the fluctuation amount Δc 2 . Corresponds to the other end point of the graph shown in FIG.

Figure 2013175065
Figure 2013175065

前述のように、数式(6)の閾値eに、残差の最大値Max(ei)に代えて、不等式に解が存在する範囲での下限値emを代入することもできる。下限値emは、以下に示す数式(10)に従って算出することができる。数式(10)に示すように、n個の不等式に含まれる変数のうち、閾値eのみを自由変数とし、全ての変動量に存在限定子を付して束縛変数とする。この不等式の集合に対して、限量子消去法を適用して束縛変数を消去すると、全ての変動量が消去されて閾値eの取り得る値の範囲のみが算出される。算出された式によって示される閾値eの最小値を、下限値emとして採用する。 As described above, the threshold e in Equation (6), instead of the maximum value Max (e i) of the residual may be assigned a lower value e m of the extent that there is a solution to the inequality. Lower limit e m can be calculated according to equation (10) shown below. As shown in Equation (10), among the variables included in the n inequalities, only the threshold value e is set as a free variable, and all variables are attached with existence qualifiers as bound variables. When the bound variable is erased by applying the quantifier elimination method to the set of inequalities, all the fluctuation amounts are erased and only the range of values that the threshold e can take is calculated. The minimum value of the threshold e indicated by the calculated expression, is employed as the lower limit value e m.

Figure 2013175065
Figure 2013175065

図7は、計算時間の予測結果の例を示す第1のグラフである。図7にプロットされた点(×印)は、測定部111において測定された計算時間diを示している。また、図7では、最小二乗法によって生成したモデルを示す曲線と、誤差の上限および下限を示す曲線と、閾値eとして下限値emを用いて算出した楽観的な誤差を示す曲線とを描いている。図7に示すように、問題の規模および使用するプロセッサの数が、サンプルプログラムを実行したときと同程度である(十分に小さい)ときは、モデルから予測される計算時間の誤差は十分小さいように見える。しかし、問題の規模や使用するプロセッサの数が大きくなると、このモデルから予測される計算時間は大きな誤差を含み得る。 FIG. 7 is a first graph illustrating an example of a calculation time prediction result. The points (x marks) plotted in FIG. 7 indicate the calculation time d i measured by the measurement unit 111. Also, depicted in Figure 7, a curve showing the model generated by the method of least squares, and the curve showing the upper and lower limits of error, and a curve representing the optimistic error calculated using the lower limit value e m as a threshold e ing. As shown in FIG. 7, when the size of the problem and the number of processors used are the same as when the sample program is executed (small enough), the error in the calculation time predicted from the model seems to be sufficiently small. Looks like. However, as the size of the problem and the number of processors used increase, the computation time predicted from this model can include large errors.

図8は、計算時間の予測結果の例を示す第2のグラフである。図8に示すようなグラフが、評価結果表示部115によってディスプレイ32に表示され得る。図8のグラフは、図7のグラフの横軸を伸ばしたものであり、プロセッサ数が大きい区間の、生成したモデルを示す曲線と、誤差の上限および下限を示す曲線と、閾値eとして下限値emを用いて算出した誤差を示す曲線とを含む。図8に示すように、小規模な問題に基づいて生成したモデルを大規模な問題に適用しようとすると、フィッティングの過程でパラメータ集合Cに発生する小さな誤差が、予測される計算時間に大きな影響を与える。例えば、ユーザは図8のようなグラフを見ることで、あるプロセッサ数に対応する予測される計算時間が、どの程度変動する可能性があるかを定量的に確認することができる。前述のように、評価結果表示部115は、何%の誤差が生じるかを計算してユーザに提示してもよい。 FIG. 8 is a second graph illustrating an example of calculation time prediction results. A graph as shown in FIG. 8 can be displayed on the display 32 by the evaluation result display unit 115. The graph of FIG. 8 is obtained by extending the horizontal axis of the graph of FIG. 7, a curve indicating a generated model, a curve indicating an upper limit and a lower limit of an error, and a lower limit value as a threshold e in a section where the number of processors is large. and a curve indicating an error calculated using e m. As shown in FIG. 8, when a model generated based on a small-scale problem is applied to a large-scale problem, a small error generated in the parameter set C during the fitting process greatly affects the predicted calculation time. give. For example, the user can quantitatively confirm how much the predicted calculation time corresponding to a certain number of processors may vary by looking at the graph as shown in FIG. As described above, the evaluation result display unit 115 may calculate and present to the user what percentage error occurs.

第2の実施の形態の情報処理システムによれば、測定した計算時間からモデル式のパラメータ集合Cの値を決定することでサーバ装置210〜240に応じたモデルを生成し、任意のプログラムに対する計算時間を予測することができる。また、パラメータ集合Cに生じる誤差を推定することで、生成したモデルがどの程度の精度で計算時間を予測できるかを定量的に評価することができる。このため、サンプル問題よりも大規模な問題を解くプログラムを大きなリソースを用いて並列処理システムに実行させるときでも、モデルによる計算時間の予測を効果的に利用できるようになる。   According to the information processing system of the second embodiment, a model corresponding to the server apparatuses 210 to 240 is generated by determining the value of the parameter set C of the model formula from the measured calculation time, and calculation for an arbitrary program is performed. Time can be predicted. Further, by estimating an error that occurs in the parameter set C, it is possible to quantitatively evaluate to what degree the generated model can predict the calculation time. For this reason, even when a parallel processing system uses a large resource to execute a program that solves a problem larger than the sample problem, the prediction of the calculation time by the model can be effectively used.

例えば、ユーザは、予測精度が許容できるとき、予測誤差を考慮して並列処理システムのリソースを予約することができる。一方、予測精度が許容できないとき、より予測精度の高いモデルを生成するために、測定情報の中から異常な測定データを探し、異常な測定データを除去してモデルを生成し直すといった措置をとることができる。   For example, when the prediction accuracy is acceptable, the user can reserve resources of the parallel processing system in consideration of the prediction error. On the other hand, when the prediction accuracy is unacceptable, in order to generate a model with higher prediction accuracy, the measurement information is searched for abnormal measurement data, the abnormal measurement data is removed, and the model is regenerated. be able to.

なお、前述のように、第1の実施の形態の情報処理は、情報処理装置10にプログラムを実行させることで実現でき、第2の実施の形態の情報処理は、シミュレーション装置100にプログラムを実行させることで実現できる。プログラムは、コンピュータ読み取り可能な記録媒体(例えば、記録媒体34)に記録しておくことができる。記録媒体としては、例えば、磁気ディスク、光ディスク、光磁気ディスク、半導体メモリなどを使用できる。磁気ディスクには、FDおよびHDDが含まれる。光ディスクには、CD、CD−R(Recordable)/RW(Rewritable)、DVDおよびDVD−R/RWが含まれる。   As described above, the information processing of the first embodiment can be realized by causing the information processing apparatus 10 to execute a program, and the information processing of the second embodiment executes a program to the simulation apparatus 100. This can be achieved. The program can be recorded on a computer-readable recording medium (for example, the recording medium 34). As the recording medium, for example, a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like can be used. Magnetic disks include FD and HDD. Optical discs include CD, CD-R (Recordable) / RW (Rewritable), DVD, and DVD-R / RW.

プログラムを流通させる場合、例えば、当該プログラムを記録した可搬記録媒体が提供される。また、プログラムを他のコンピュータの記憶装置に格納しておき、ネットワーク経由でプログラムを配布することもできる。コンピュータは、例えば、可搬記録媒体に記録されたプログラムまたは他のコンピュータから受信したプログラムを、記憶装置(例えば、HDD103)に格納し、当該記憶装置からプログラムを読み込んで実行する。ただし、可搬記録媒体から読み込んだプログラムを直接実行してもよく、他のコンピュータからネットワークを介して受信したプログラムを直接実行してもよい。   When distributing the program, for example, a portable recording medium in which the program is recorded is provided. It is also possible to store the program in a storage device of another computer and distribute the program via a network. The computer stores, for example, a program recorded on a portable recording medium or a program received from another computer in a storage device (for example, HDD 103), and reads and executes the program from the storage device. However, a program read from a portable recording medium may be directly executed, or a program received from another computer via a network may be directly executed.

10 情報処理装置
11 記憶部
11a 測定情報
12 演算部
20 計算機システム
DESCRIPTION OF SYMBOLS 10 Information processing apparatus 11 Memory | storage part 11a Measurement information 12 Calculation part 20 Computer system

Claims (6)

計算機システムが使用するリソースの量と計算時間との関係を評価する、コンピュータが実行する性能評価方法であって、
使用するリソースの量を変えて前記計算機システムにサンプルプログラムを複数回実行させることで測定された複数の第1の計算時間に基づいて、リソース量と計算時間との関係を算出するための評価モデルに用いられるパラメータの値を決定し、
前記測定された複数の第1の計算時間それぞれと、前記評価モデルに従って算出される当該第1の計算時間に対応する第2の計算時間との差が、閾値まで広がることを許容した場合の、パラメータの値の変動量を算出し、
前記評価モデルに前記決定したパラメータの値を適用することで示されるリソース量と計算時間との関係が、前記決定したパラメータの値が前記算出した変動量だけ変動することによって受ける影響を示す情報を出力する、性能評価方法。
A computer-implemented performance evaluation method for evaluating the relationship between the amount of resources used by a computer system and calculation time,
An evaluation model for calculating the relationship between the resource amount and the calculation time based on a plurality of first calculation times measured by causing the computer system to execute the sample program a plurality of times while changing the amount of resources to be used Determine the value of the parameter used for
When the difference between each of the measured first calculation times and the second calculation time corresponding to the first calculation time calculated according to the evaluation model is allowed to spread to a threshold value, Calculate the amount of change in the parameter value,
Information indicating the influence of the relationship between the resource amount indicated by applying the determined parameter value to the evaluation model and the calculation time due to the determined parameter value varying by the calculated variation amount Output performance evaluation method.
前記変動量の算出では、各測定された第1の計算時間と当該第1の計算時間に対応する第2の計算時間との差が前記閾値以下であることを、パラメータの値の変動量を示す自由変数を用いて表した複数の不等式を生成し、前記複数の不等式の集合を数式処理することで前記自由変数が取り得る値を算出する、請求項1記載の性能評価方法。   In the calculation of the fluctuation amount, the difference between the measured first calculation time and the second calculation time corresponding to the first calculation time is equal to or less than the threshold value, and the fluctuation amount of the parameter value is calculated. The performance evaluation method according to claim 1, wherein a plurality of inequalities expressed using the indicated free variable is generated, and a value that the free variable can take is calculated by mathematically processing the set of the plurality of inequalities. 前記数式処理は、前記複数の不等式の集合に対し限量子消去法を適用することを含む、請求項2記載の性能評価方法。   The performance evaluation method according to claim 2, wherein the mathematical expression processing includes applying a quantifier elimination method to the set of the plurality of inequalities. 前記閾値として、各測定された第1の計算時間と前記評価モデルに前記決定したパラメータの値を適用することで算出される当該第1の計算時間に対応する第2の計算時間との差のうちの最大値を用いる、請求項1記載の性能評価方法。   As the threshold, a difference between each measured first calculation time and a second calculation time corresponding to the first calculation time calculated by applying the value of the determined parameter to the evaluation model The performance evaluation method according to claim 1, wherein the maximum value is used. 使用するリソースの量を変えて計算機システムにサンプルプログラムを複数回実行させることで測定された複数の第1の計算時間を示す測定情報を記憶する記憶部と、
前記測定情報を用いてリソース量と計算時間との関係を評価する演算部と、
を有し、前記演算部は、
前記測定情報に基づいて、リソース量と計算時間との関係を算出するための評価モデルに用いられるパラメータの値を決定し、
前記測定情報が示す複数の第1の計算時間それぞれと、前記評価モデルに従って算出される当該第1の計算時間に対応する第2の計算時間との差が、閾値まで広がることを許容した場合の、パラメータの値の変動量を算出し、
前記評価モデルに前記決定したパラメータの値を適用することで示されるリソース量と計算時間との関係が、前記決定したパラメータの値が前記算出した変動量だけ変動することによって受ける影響を示す情報を出力する、情報処理装置。
A storage unit for storing measurement information indicating a plurality of first calculation times measured by changing the amount of resources to be used and causing the computer system to execute the sample program a plurality of times;
A calculation unit that evaluates a relationship between the resource amount and the calculation time using the measurement information;
The calculation unit includes:
Based on the measurement information, determine the value of the parameter used in the evaluation model for calculating the relationship between the resource amount and the calculation time,
When the difference between each of the plurality of first calculation times indicated by the measurement information and the second calculation time corresponding to the first calculation time calculated according to the evaluation model is allowed to spread to a threshold value , Calculate the amount of change in the parameter value,
Information indicating the influence of the relationship between the resource amount indicated by applying the determined parameter value to the evaluation model and the calculation time due to the determined parameter value varying by the calculated variation amount An information processing apparatus for outputting.
計算機システムが使用するリソースの量と計算時間との関係を評価するためのプログラムであって、コンピュータに、
使用するリソースの量を変えて前記計算機システムにサンプルプログラムを複数回実行させることで測定された複数の第1の計算時間に基づいて、リソース量と計算時間との関係を算出するための評価モデルに用いられるパラメータの値を決定し、
前記測定された複数の第1の計算時間それぞれと、前記評価モデルに従って算出される当該第1の計算時間に対応する第2の計算時間との差が、閾値まで広がることを許容した場合の、パラメータの値の変動量を算出し、
前記評価モデルに前記決定したパラメータの値を適用することで示されるリソース量と計算時間との関係が、前記決定したパラメータの値が前記算出した変動量だけ変動することによって受ける影響を示す情報を出力する、処理を実行させるプログラム。
A program for evaluating the relationship between the amount of resources used by a computer system and calculation time.
An evaluation model for calculating the relationship between the resource amount and the calculation time based on a plurality of first calculation times measured by causing the computer system to execute the sample program a plurality of times while changing the amount of resources to be used Determine the value of the parameter used for
When the difference between each of the measured first calculation times and the second calculation time corresponding to the first calculation time calculated according to the evaluation model is allowed to spread to a threshold value, Calculate the amount of change in the parameter value,
Information indicating the influence of the relationship between the resource amount indicated by applying the determined parameter value to the evaluation model and the calculation time due to the determined parameter value varying by the calculated variation amount A program that outputs and executes processing.
JP2012039406A 2012-02-24 2012-02-24 Performance evaluation method, information processing apparatus, and program Active JP5765266B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012039406A JP5765266B2 (en) 2012-02-24 2012-02-24 Performance evaluation method, information processing apparatus, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012039406A JP5765266B2 (en) 2012-02-24 2012-02-24 Performance evaluation method, information processing apparatus, and program

Publications (2)

Publication Number Publication Date
JP2013175065A true JP2013175065A (en) 2013-09-05
JP5765266B2 JP5765266B2 (en) 2015-08-19

Family

ID=49267909

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012039406A Active JP5765266B2 (en) 2012-02-24 2012-02-24 Performance evaluation method, information processing apparatus, and program

Country Status (1)

Country Link
JP (1) JP5765266B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017049674A (en) * 2015-08-31 2017-03-09 富士通株式会社 Prediction performance curve estimation program, prediction performance curve estimation device and prediction performance curve estimation method
JP2020064455A (en) * 2018-10-17 2020-04-23 Kddi株式会社 Calculation amount evaluation device, calculation amount evaluation method, and calculation amount evaluation program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008001678A2 (en) * 2006-06-26 2008-01-03 International Business Machines Corporation System configuration parameter set optimizing method, program, and device
JP2011154439A (en) * 2010-01-26 2011-08-11 Fujitsu Ltd Optimization processing program, method, and apparatus

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008001678A2 (en) * 2006-06-26 2008-01-03 International Business Machines Corporation System configuration parameter set optimizing method, program, and device
JP2011154439A (en) * 2010-01-26 2011-08-11 Fujitsu Ltd Optimization processing program, method, and apparatus

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017049674A (en) * 2015-08-31 2017-03-09 富士通株式会社 Prediction performance curve estimation program, prediction performance curve estimation device and prediction performance curve estimation method
JP2020064455A (en) * 2018-10-17 2020-04-23 Kddi株式会社 Calculation amount evaluation device, calculation amount evaluation method, and calculation amount evaluation program
JP7003025B2 (en) 2018-10-17 2022-01-20 Kddi株式会社 Computational complexity evaluation device, complexity evaluation method and complexity evaluation program

Also Published As

Publication number Publication date
JP5765266B2 (en) 2015-08-19

Similar Documents

Publication Publication Date Title
JP5983728B2 (en) Virtual machine management apparatus and virtual machine management method
US9274918B2 (en) Prediction of impact of workload migration
JP7040319B2 (en) Operation management device, destination recommended method and destination recommended program
TWI428767B (en) Method, program and apparatus for optimizing configuration parameter set of system
JP4572251B2 (en) Computer system, computer system failure sign detection method and program
JP2012242159A (en) Method for interpolating sensor data for high availability of system, computer program and system
TWI598812B (en) Determining recommended optimization strategies for software development
US11023351B2 (en) System and method of selecting a computational platform
JP6090327B2 (en) Bottleneck detection apparatus, method and program
JP6683920B2 (en) Parallel processing device, power coefficient calculation program, and power coefficient calculation method
JP2010009160A (en) Performance value calculation device
JP2017167930A (en) Information processing device, power measurement method and power measurement program
JP5765266B2 (en) Performance evaluation method, information processing apparatus, and program
US20190101911A1 (en) Optimization of virtual sensing in a multi-device environment
JP5966836B2 (en) Evaluation support method, information processing apparatus, and program
Iorio et al. Transfer learning for cross-model regression in performance modeling for the cloud
US20130282337A1 (en) Performance evaluation device and performance evaluation method
KR102057219B1 (en) Apparatus Detecting I/O Data Saturation and Method thereof
JP6792159B2 (en) Parallel processing parameter determination program, parallel processing parameter determination method, and parallel processing management device
US11347904B2 (en) Techniques for modeling behaviors of systems via transformations of authoritative models
KR20200010644A (en) Computer-enabled cloud-based ai computing service method
JP5636922B2 (en) Performance prediction apparatus, performance prediction method, and program
von Kistowski et al. Univariate interpolation-based modeling of power and performance
US10830800B1 (en) Subcircuit physical level power monitoring technology for real-time hardware systems and simulators
JP6163926B2 (en) Virtual machine management apparatus, virtual machine management method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20141007

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150508

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20150519

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150601

R150 Certificate of patent or registration of utility model

Ref document number: 5765266

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150