US8024209B2 - Monte carlo grid scheduling algorithm selection optimization - Google Patents

Monte carlo grid scheduling algorithm selection optimization Download PDF

Info

Publication number
US8024209B2
US8024209B2 US12/174,755 US17475508A US8024209B2 US 8024209 B2 US8024209 B2 US 8024209B2 US 17475508 A US17475508 A US 17475508A US 8024209 B2 US8024209 B2 US 8024209B2
Authority
US
United States
Prior art keywords
scheduler
timetable
grid
computer
computing network
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related, expires
Application number
US12/174,755
Other versions
US20080275804A1 (en
Inventor
Viktors Berstis
Xiaolin Li
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US12/174,755 priority Critical patent/US8024209B2/en
Publication of US20080275804A1 publication Critical patent/US20080275804A1/en
Application granted granted Critical
Publication of US8024209B2 publication Critical patent/US8024209B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/067Enterprise or organisation modelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes

Definitions

  • the present invention is related generally to methods of improving grid computing and specifically to an automated method for improving the selection of schedulers within a grid computing network.
  • a grid comprises a plurality of computers that are networked together.
  • Large or complex computations (jobs) can be broken up into a plurality of smaller, more manageable jobs by the grid.
  • the smaller jobs are then sent out to the computers within the grid for parallel processing.
  • the grid reassembles the smaller jobs into the completed job.
  • the end result is that the large, complex jobs are processed in significantly less time than is possible on a single computer.
  • the scheduler is an algorithm that decides how to distribute the individual job pieces for processing throughout the grid. Although the concept of a scheduler sounds simple, the decision-making process for distribution of the job pieces is extremely complex. A number of decisions must be made as to how the scheduler chooses one grid computer over another. The physical distance between computers, processing speed, available memory, cost of operating grid computers, queue for each computer, the topology of the network connectivity among the computers, special resources (i.e. hardware, software, or licenses) available on particular computers, and connectivity between hard drives are just a few of the factors taken into consideration in creating a scheduler.
  • Logical factors such as job operating characteristics, priorities of various kinds, operational constraints on the utilization of the grid system, and many others, must also be taken into consideration by the scheduler.
  • schedulers there are a plurality of different schedulers that can be created to distribute the job pieces throughout the grid. Selecting the appropriate scheduler for a grid is made even more complex by the fact that the type of grid traffic changes depending on the time of day or the day of the week, month, or year.
  • One scheduler may be more efficient in the mornings and another scheduler may be more efficient in the evenings.
  • a third scheduler may be more efficient on the weekends or on the last day of every fiscal quarter.
  • a user will ideally change schedulers from time to time, depending on the operating conditions of the grid.
  • ROI calculator One method for measuring the efficiency of the scheduler is to run a return on investment (ROI) calculator.
  • ROI return on investment
  • An example of an ROI calculator is described in U.S. patent application Ser. No. 10/756,150 incorporated herein by reference.
  • the ROI calculator can calculate, using simulation and other modeling methods, the return on investment of an IT infrastructure which employs a particular set of schedulers.
  • the return on investment is a quantitative measure of how effectively the company's information technology (IT) infrastructure is implemented.
  • the ROI calculator can also determine other properties associated with the grid such as operating efficiency, total operating cost, mean time to process individual jobs, and so forth.
  • a user can run a ROI calculator for individual schedulers and operating conditions to determine which scheduler is best suited for which operating conditions.
  • the Monte Carlo method for selecting criteria is well known in the art.
  • the Monte Carlo method involves the random selection and application of criteria to a model. Proponents of the Monte Carlo method assert that the Monte Carlo method can be more efficient at finding near-optimum solutions than orderly search methods for particularly difficult problems.
  • Schedulers and grid conditions, both being complex, are ideal for the Monte Carlo method. Therefore, what is needed is a method for applying the Monte Carlo method to schedulers and grid conditions for evaluation by an ROI calculator in order to determine the most efficient daily arrangement of schedulers to a grid.
  • the present invention which meets the needs identified above, is a method for utilizing the Monte Carlo method to determine the most efficient arrangement of schedulers for a grid.
  • the software embodiment of the present invention is a Scheduler Optimization Program (SOP).
  • SOP obtains the schedulers and scheduler timetable from memory and randomly selects a scheduler with which to modify the scheduler timetable at a randomly selected time period.
  • the SOP assigns the randomly selected scheduler to the randomly selected time period in the scheduler timetable.
  • the SOP compares the modified timetable to a previous results file to determine if the modified timetable was analyzed in a previous iteration. If the modified timetable was analyzed in a previous iteration, then SOP proceeds with another random selection as described above.
  • the SOP then runs the ROI calculator to obtain a ROI property for the modified timetable.
  • the SOP determines whether the ROI property for the modified timetable is greater than the ROI property for the original scheduler timetable. If the ROI property for the modified timetable is greater than the ROI property for the original scheduler timetable, then the SOP replaces the scheduler timetable with the modified timetable.
  • the SOP repeats the iterative process described herein until a plateau is reached.
  • the SOP may also be configured so that the SOP takes a configurable number of steps away from a more desirable ROI property (i.e. a local maximum) in an attempt to eventually reach a much more desirable ROI property (i.e. a regional or global maximum).
  • FIG. 2 is an illustration of a computer, including a memory and a processor, associated with the present invention
  • FIG. 3 is an illustration of the logic of the Scheduler Optimization Program (SOP) of the present invention.
  • FIG. 4 is an illustration of the scheduler timetable of the present invention.
  • FIG. 5 is an illustration of the previous results file of the present invention.
  • shall mean a machine having a processor, a memory, and an operating system, capable of interaction with a user or other computer, and shall include without limitation desktop computers, notebook computers, personal digital assistants (PDAs), servers, handheld computers, and similar devices.
  • PDAs personal digital assistants
  • the term “efficiency” shall mean a quantitative measure of the amount of grid resources consumed to produce a desired effect.
  • modified timetable shall mean a scheduler timetable in which the scheduler in a randomly selected time period has been replaced with a randomly selected scheduler.
  • previous results file shall mean a computer file containing a list of modified schedulers that were analyzed in previous iterations of the present invention.
  • plateau shall mean a state in which an iterative process no longer improves the ROI property.
  • ROI is an acronym for return on investment.
  • ROI calculator shall mean an algorithm for calculating a ROI property of a grid for a given time period and scheduler.
  • ROI property shall mean a quantitative measure of a property for a grid computing network.
  • the term “scheduler” shall mean a computer algorithm for determining the distribution of pieces of a job in a grid.
  • the term “scheduler timetable” shall mean a table specifying the scheduler that a grid should use for a given time period.
  • time period shall mean a specific block of time in a scheduler timetable or a modified timetable.
  • FIG. 1 is an illustration of computer network 90 associated with the present invention.
  • Computer network 90 comprises local computer 95 electrically coupled to network 96 .
  • Local computer 95 is electrically coupled to remote computer 94 and remote computer 93 via network 96 .
  • Local computer 95 is also electrically coupled to server 91 and database 92 via network 96 .
  • Network 96 may be a simplified network connection such as a local area network (LAN) or may be a larger network such as a wide area network (WAN) or the Internet.
  • LAN local area network
  • WAN wide area network
  • computer network 90 depicted in FIG. 1 is intended as a representation of a possible operating network containing the present invention and is not meant as an architectural limitation.
  • SOP 200 Scheduler Optimization Program
  • SOP 200 described herein can be stored within the memory of any computer depicted in FIG. 1 .
  • SOP 200 can be stored in an external storage device such as a removable disk, a CD-ROM, or a USB storage device.
  • Memory 100 is illustrative of the memory within one of the computers of FIG. 1 .
  • Memory 100 also contains schedulers 120 , scheduler timetable 140 , previous results file 160 , and return on investment (ROI) calculator 180 .
  • the present invention may interface with schedulers 120 , scheduler timetable 140 , previous results file 160 , and ROI calculator 180 through memory 100 .
  • the memory 100 can be configured with SOP 200 .
  • Processor 106 can execute the instructions contained in SOP 200 .
  • Processor 106 is also able to display data on display 102 and accept user input on user input device 104 .
  • Processor 106 , user input device 104 , display 102 , and memory 100 are part of a computer such as local computer 95 in FIG. 1 .
  • Processor 106 can communicate with other computers via network 96 .
  • SOP 200 can be stored in the memory of other computers. Storing SOP 200 in the memory of other computers allows the processor workload to be distributed across a plurality of processors instead of a single processor. Further configurations of SOP 200 across various memories are known by persons of ordinary skill in the art.
  • the present invention may be a method, a stand alone computer program, or a plug-in to an existing computer program. Persons of ordinary skill in the art are aware of how to configure computer programs, such as those described herein, to plug into an existing computer program.
  • Schedulers 120 are computer algorithms that decide where the pieces of a job are distributed throughout the grid. For the purposes herein, schedulers 120 are represented as scheduler A, scheduler B, scheduler C and so forth. Persons of ordinary skill in the art will appreciate that each letter represents a scheduler with a particular configuration.
  • Scheduler timetable 140 is a computer file that tells the grid computing system which scheduler to run at which times. Scheduler timetable 140 may be for a day, a week, a month, a year, or any other time period as determined by a person of ordinary skill in the art.
  • Previous results file 160 is a listing of the modified timetables that were previously selected by SOP 200 .
  • ROI calculator 180 contains a mathematical model of the operating conditions within the grid.
  • ROI calculator 180 calculates a ROI property for the modified scheduler.
  • the ROI properties include the time for return on initial investment, the annual operating cost savings, the efficiency with which the grid is being utilized, and so forth. Persons skilled in the art are aware of other types of calculators that can determine ROI properties.
  • FIG. 3 illustrates the logic of Scheduler Optimization Program (SOP) 200 of the present invention.
  • SOP 200 is a program that uses the Monte Carlo method to optimize the selection of schedulers 120 for the grid computing system.
  • SOP 200 starts ( 202 ) anytime a user desires to optimize scheduler timetable 140 of the present invention.
  • SOP 200 then obtains schedulers 120 and scheduler timetable 140 from memory ( 204 ).
  • Scheduler timetable 140 contains the ROI property for the current arrangement of schedulers 120 for a specific time period, such as a single day.
  • SOP 200 then randomly selects a time period to modify in scheduler timetable 140 ( 206 ). The time period is a specific block of time within scheduler timetable 140 .
  • SOP 200 then randomly selects a scheduler to replace the original scheduler in a randomly selected time period within scheduler timetable 140 ( 208 ).
  • SOP 200 selects the scheduler from the plurality of schedulers 120 .
  • SOP 200 then runs ROI calculator 180 to obtain an ROI property for the modified timetable ( 216 ).
  • the ROI property is the grid efficiency. Persons of ordinary skill in the art are aware that any of the ROI properties calculated by ROI calculator 180 can be used to optimize the selection of schedulers 120 herein.
  • SOP 200 determines whether the ROI property for the modified timetable is greater than the ROI property for the original scheduler timetable 140 ( 218 ).
  • the term “greater than” in step 218 is meant to mean more desirable. If the ROI property is the grid efficiency, then at step 218 SOP 200 determines whether the grid efficiency for the modified timetable is greater than the grid efficiency for the original scheduler timetable 140 . If the grid efficiency for the modified timetable is not greater than the grid efficiency for the original scheduler timetable 140 , then SOP 200 proceeds to step 232 . If the grid efficiency for the modified timetable is greater than the grid efficiency for the original scheduler timetable 140 , then SOP 200 replaces the original scheduler timetable 140 with the modified timetable ( 220 ).
  • SOP 200 determines whether a plateau has been reached for scheduler timetable 140 ( 222 ).
  • a plateau may be reached whenever SOP 200 has not modified scheduler timetable 140 in a certain number (i.e. one thousand) of iterations.
  • a user of the present invention may define when a plateau is reached, such as when scheduler timetable 140 has not produced an improved ROI property after a configurable number of attempts or has an acceptable ROI property.
  • a user of the present invention may choose to stop the iterative process of SOP 200 by manually indicating that a plateau has been reached.
  • a plateau may be defined as a user-configurable number of attempts in which the top N timetables have not changed, N being a user-configurable number. Persons of ordinary skill in the art are aware of other methods of determining if a plateau has been reached. If a plateau has not been reached, SOP 200 returns to step 206 . If a plateau has been reached, SOP 200 proceeds to step 224 .
  • Steps 202 through 222 of SOP 200 of the present invention continuously seek to improve the grid computing network by improving the ROI property.
  • the present invention may be configured such that SOP 200 takes a user-configurable number of steps towards a less desirable result in an effort to ultimately achieve a more desirable result.
  • SOP 200 takes a user-configurable number of steps towards a less desirable result in an effort to ultimately achieve a more desirable result.
  • SOP 200 can be configured so that SOP 200 takes a user-configurable number of steps towards an undesirable result in order to possibly achieve a much more desirable result. Steps 224 through 240 of SOP 200 illustrate the process of taking steps towards the undesirable result.
  • SOP 200 determines if the user has indicated a desire to take steps away from the plateau ( 224 ). If the user has indicated a desire to take steps away from the plateau, the user will also specify how many steps to take away from the plateau. If the user has not indicated a desire to take steps away from the plateau, SOP 200 ends ( 226 ). If the user has indicated a desire to take steps away from the plateau, then SOP 200 randomly selects a time period to modify in scheduler timetable 140 ( 228 ). SOP 200 then randomly selects a scheduler to replace the original scheduler in a randomly selected time period within scheduler timetable 140 ( 230 ).
  • SOP 200 then creates a modified timetable by inserting the randomly selected scheduler into the randomly selected time period in the scheduler timetable ( 232 ). SOP 200 then runs ROI calculator 180 to obtain an ROI property for the modified timetable ( 234 ), and proceeds to step 236 .
  • SOP 200 determines whether the ROI property for the modified timetable is greater than the ROI property for the original scheduler timetable 140 ( 236 ). If the ROI property for the modified timetable is greater than the ROI property for the original scheduler timetable 140 , then SOP 200 proceeds to step 240 . If the grid efficiency for the modified timetable is not greater than the grid efficiency for the original scheduler timetable 140 , then SOP 200 replaces the original scheduler timetable 140 with the modified timetable ( 238 ). SOP 200 also replaces the original ROI property with the ROI property for the modified timetable calculated in step 234 . SOP 200 then determines if SOP 200 has reached the user-configured number of backwards steps ( 240 ).
  • SOP 200 If SOP 200 has not reached the user-configured number of backwards steps, SOP 200 returns to step 228 . If SOP 200 has reached the user-configured number of backwards steps, SOP 200 returns to step 206 . If desired, the results from the actual grid operation using a particular scheduler can be saved and compared against the ROI calculator's 180 estimate. Adjustments can then be made to ROI calculator's 180 template in order to improve the accuracy of ROI calculator 180 . Persons skilled in the art will recognize that steps 224 through 240 may be included in SOP 200 prior to a plateau being reached and, if so, these steps may be implemented on a random basis. In addition, the user configurable number of steps may be replaced by a randomly determined number of steps.
  • SOP 200 of the present invention modifies scheduler timetable 140 with a new scheduler 120 and calculates the ROI property for the entire modified scheduler. It is possible that a similar result may be achieved by dividing the scheduler timetable 140 into a plurality of short time periods, each with one scheduler 120 , and running the ROI calculator on the individual scheduler timetable pieces. However, the described embodiment is preferable to an embodiment in which the scheduler timetable 140 is divided into a plurality of short time periods because the selection of one scheduler 120 affects the performance of subsequent schedulers 120 . For example, scheduler B may be very efficient at processing memory intensive jobs.
  • scheduler A is operating before scheduler B and prioritizes memory intensive jobs, then when scheduler B comes online, there are relatively few memory intensive jobs and scheduler B's efficiency is low. Conversely, if scheduler C is operating before scheduler B and prioritizes processor intensive jobs, then when scheduler B comes online, there may be many memory intensive jobs and scheduler B's efficiency is high. Thus, the performance of any one scheduler 120 is dependent on the type of jobs that remain after the previous scheduler 120 is taken offline. Therefore, the evaluation of scheduler timetable 140 as a whole is preferable.
  • FIG. 4 illustrates scheduler timetable 140 of the present invention.
  • Scheduler timetable 140 comprises three rows: time 142 , scheduler 144 , and ROI property 146 .
  • Time 142 is the specific time period of implementation of scheduler 120 .
  • Scheduler 144 indicates which specific scheduler 120 will be implemented at the appropriate time 142 .
  • ROI property 146 is the ROI property that is used in step 218 of SOP 200 .
  • ROI property 146 is the grid network efficiency.
  • FIG. 5 illustrates previous results file 160 .
  • Previous results file 160 comprises modified timetable ID 161 , time 162 , and scheduler 164 .
  • Modified timetable ID 161 is a counter used to distinguish individual modified timetables from each other.
  • Time 162 and scheduler 164 are the components of a modified timetable, similar to scheduler timetable 140 depicted in FIG. 4 .
  • Time 162 is the time period for the modified timetable.
  • Time 162 is like time 142 in FIG. 4 .
  • Scheduler 164 is scheduler 120 for the modified timetable.
  • Scheduler 164 is like scheduler 144 in FIG. 4 .

Abstract

A method for utilizing the Monte Carlo method to determine the most efficient arrangement of schedulers for a grid using a Scheduler Optimization Program (SOP). The SOP obtains the schedulers and scheduler timetable from memory and randomly selects a time period and scheduler to analyze. The SOP then uses the selected scheduler to modify the scheduler timetable. The SOP then runs the ROI calculator to obtain a ROI property for the modified timetable. If the ROI property for the modified timetable is greater than the ROI property for the original scheduler timetable, the SOP replaces the scheduler timetable with the modified timetable.

Description

CROSS-REFERENCE TO RELATED APPLICATION(S)
This application is a continuation application of U.S. utility patent application entitled “Monte Carlo Grid Scheduling Algorithm Selection Optimization” filed on Jan. 13, 2004 and accorded Ser. No. 10/756,112 now abandoned and claims priority therefrom.
FIELD OF THE INVENTION
The present invention is related generally to methods of improving grid computing and specifically to an automated method for improving the selection of schedulers within a grid computing network.
BACKGROUND OF THE INVENTION
Recently, companies have begun to explore the possibilities of using grid computing networks (grids) to increase the company's productivity. A grid comprises a plurality of computers that are networked together. Large or complex computations (jobs) can be broken up into a plurality of smaller, more manageable jobs by the grid. The smaller jobs are then sent out to the computers within the grid for parallel processing. As the individual computers complete their jobs, the grid reassembles the smaller jobs into the completed job. The end result is that the large, complex jobs are processed in significantly less time than is possible on a single computer.
One of the important components of a grid is the scheduler. The scheduler is an algorithm that decides how to distribute the individual job pieces for processing throughout the grid. Although the concept of a scheduler sounds simple, the decision-making process for distribution of the job pieces is extremely complex. A number of decisions must be made as to how the scheduler chooses one grid computer over another. The physical distance between computers, processing speed, available memory, cost of operating grid computers, queue for each computer, the topology of the network connectivity among the computers, special resources (i.e. hardware, software, or licenses) available on particular computers, and connectivity between hard drives are just a few of the factors taken into consideration in creating a scheduler. Logical factors, such as job operating characteristics, priorities of various kinds, operational constraints on the utilization of the grid system, and many others, must also be taken into consideration by the scheduler. Thus, there are a plurality of different schedulers that can be created to distribute the job pieces throughout the grid. Selecting the appropriate scheduler for a grid is made even more complex by the fact that the type of grid traffic changes depending on the time of day or the day of the week, month, or year. One scheduler may be more efficient in the mornings and another scheduler may be more efficient in the evenings. A third scheduler may be more efficient on the weekends or on the last day of every fiscal quarter. Thus, in order to operate a grid at maximum efficiency, a user will ideally change schedulers from time to time, depending on the operating conditions of the grid. It is difficult for a person to constantly analyze and change the schedulers, so an automated method is preferable. Currently, there is no automated method for dynamically or adaptively changing the selection of the schedulers to best use at a given time interval. Consequently, a need exists for an automated method for dynamically and adaptively changing the selection of a scheduler in a grid computing network.
One method for measuring the efficiency of the scheduler is to run a return on investment (ROI) calculator. An example of an ROI calculator is described in U.S. patent application Ser. No. 10/756,150 incorporated herein by reference. The ROI calculator can calculate, using simulation and other modeling methods, the return on investment of an IT infrastructure which employs a particular set of schedulers. The return on investment is a quantitative measure of how effectively the company's information technology (IT) infrastructure is implemented. The ROI calculator can also determine other properties associated with the grid such as operating efficiency, total operating cost, mean time to process individual jobs, and so forth. A user can run a ROI calculator for individual schedulers and operating conditions to determine which scheduler is best suited for which operating conditions. However, as schedulers are continuously modified and updated, an orderly method for applying the ROI calculator to the operating conditions and schedulers is needed. Therefore, what is needed is a method for determining how to select the operating conditions and schedulers using an ROI calculator as a measurement tool.
The Monte Carlo method for selecting criteria is well known in the art. The Monte Carlo method involves the random selection and application of criteria to a model. Proponents of the Monte Carlo method assert that the Monte Carlo method can be more efficient at finding near-optimum solutions than orderly search methods for particularly difficult problems. Schedulers and grid conditions, both being complex, are ideal for the Monte Carlo method. Therefore, what is needed is a method for applying the Monte Carlo method to schedulers and grid conditions for evaluation by an ROI calculator in order to determine the most efficient daily arrangement of schedulers to a grid.
SUMMARY OF THE INVENTION
The present invention, which meets the needs identified above, is a method for utilizing the Monte Carlo method to determine the most efficient arrangement of schedulers for a grid. The software embodiment of the present invention is a Scheduler Optimization Program (SOP). The SOP obtains the schedulers and scheduler timetable from memory and randomly selects a scheduler with which to modify the scheduler timetable at a randomly selected time period. The SOP assigns the randomly selected scheduler to the randomly selected time period in the scheduler timetable. The SOP compares the modified timetable to a previous results file to determine if the modified timetable was analyzed in a previous iteration. If the modified timetable was analyzed in a previous iteration, then SOP proceeds with another random selection as described above.
The SOP then runs the ROI calculator to obtain a ROI property for the modified timetable. The SOP then determines whether the ROI property for the modified timetable is greater than the ROI property for the original scheduler timetable. If the ROI property for the modified timetable is greater than the ROI property for the original scheduler timetable, then the SOP replaces the scheduler timetable with the modified timetable. The SOP repeats the iterative process described herein until a plateau is reached. The SOP may also be configured so that the SOP takes a configurable number of steps away from a more desirable ROI property (i.e. a local maximum) in an attempt to eventually reach a much more desirable ROI property (i.e. a regional or global maximum).
BRIEF DESCRIPTION OF THE DRAWINGS
The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objectives and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:
FIG. 1 is an illustration of a computer network used to implement the present invention;
FIG. 2 is an illustration of a computer, including a memory and a processor, associated with the present invention;
FIG. 3 is an illustration of the logic of the Scheduler Optimization Program (SOP) of the present invention;
FIG. 4 is an illustration of the scheduler timetable of the present invention; and
FIG. 5 is an illustration of the previous results file of the present invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
As used herein, the term “computer” shall mean a machine having a processor, a memory, and an operating system, capable of interaction with a user or other computer, and shall include without limitation desktop computers, notebook computers, personal digital assistants (PDAs), servers, handheld computers, and similar devices.
As used herein, the term “efficiency” shall mean a quantitative measure of the amount of grid resources consumed to produce a desired effect.
As used herein, the term “modified timetable” shall mean a scheduler timetable in which the scheduler in a randomly selected time period has been replaced with a randomly selected scheduler.
As used herein, the term “previous results file” shall mean a computer file containing a list of modified schedulers that were analyzed in previous iterations of the present invention.
As used herein, the term “plateau” shall mean a state in which an iterative process no longer improves the ROI property.
As used herein, the term “ROI” is an acronym for return on investment.
As used herein, the term “ROI calculator” shall mean an algorithm for calculating a ROI property of a grid for a given time period and scheduler.
As used herein, the term “ROI property” shall mean a quantitative measure of a property for a grid computing network.
As used herein, the term “scheduler” shall mean a computer algorithm for determining the distribution of pieces of a job in a grid.
As used herein, the term “scheduler timetable” shall mean a table specifying the scheduler that a grid should use for a given time period.
As used herein, the term “time period” shall mean a specific block of time in a scheduler timetable or a modified timetable.
FIG. 1 is an illustration of computer network 90 associated with the present invention. Computer network 90 comprises local computer 95 electrically coupled to network 96. Local computer 95 is electrically coupled to remote computer 94 and remote computer 93 via network 96. Local computer 95 is also electrically coupled to server 91 and database 92 via network 96. Network 96 may be a simplified network connection such as a local area network (LAN) or may be a larger network such as a wide area network (WAN) or the Internet. Furthermore, computer network 90 depicted in FIG. 1 is intended as a representation of a possible operating network containing the present invention and is not meant as an architectural limitation.
The internal configuration of a computer, including connection and orientation of the processor, memory, and input/output devices, is well known in the art. The present invention is a methodology that can be embodied in a computer program. Referring to FIG. 2, the methodology of the present invention is implemented on software by Scheduler Optimization Program (SOP) 200. SOP 200 described herein can be stored within the memory of any computer depicted in FIG. 1. Alternatively, SOP 200 can be stored in an external storage device such as a removable disk, a CD-ROM, or a USB storage device. Memory 100 is illustrative of the memory within one of the computers of FIG. 1. Memory 100 also contains schedulers 120, scheduler timetable 140, previous results file 160, and return on investment (ROI) calculator 180. The present invention may interface with schedulers 120, scheduler timetable 140, previous results file 160, and ROI calculator 180 through memory 100. As part of the present invention, the memory 100 can be configured with SOP 200. Processor 106 can execute the instructions contained in SOP 200. Processor 106 is also able to display data on display 102 and accept user input on user input device 104. Processor 106, user input device 104, display 102, and memory 100 are part of a computer such as local computer 95 in FIG. 1. Processor 106 can communicate with other computers via network 96.
In alternative embodiments, SOP 200 can be stored in the memory of other computers. Storing SOP 200 in the memory of other computers allows the processor workload to be distributed across a plurality of processors instead of a single processor. Further configurations of SOP 200 across various memories are known by persons of ordinary skill in the art. The present invention may be a method, a stand alone computer program, or a plug-in to an existing computer program. Persons of ordinary skill in the art are aware of how to configure computer programs, such as those described herein, to plug into an existing computer program.
Schedulers 120 are computer algorithms that decide where the pieces of a job are distributed throughout the grid. For the purposes herein, schedulers 120 are represented as scheduler A, scheduler B, scheduler C and so forth. Persons of ordinary skill in the art will appreciate that each letter represents a scheduler with a particular configuration. Scheduler timetable 140 is a computer file that tells the grid computing system which scheduler to run at which times. Scheduler timetable 140 may be for a day, a week, a month, a year, or any other time period as determined by a person of ordinary skill in the art. Previous results file 160 is a listing of the modified timetables that were previously selected by SOP 200. ROI calculator 180 contains a mathematical model of the operating conditions within the grid. ROI calculator 180 calculates a ROI property for the modified scheduler. The ROI properties include the time for return on initial investment, the annual operating cost savings, the efficiency with which the grid is being utilized, and so forth. Persons skilled in the art are aware of other types of calculators that can determine ROI properties.
FIG. 3 illustrates the logic of Scheduler Optimization Program (SOP) 200 of the present invention. SOP 200 is a program that uses the Monte Carlo method to optimize the selection of schedulers 120 for the grid computing system. SOP 200 starts (202) anytime a user desires to optimize scheduler timetable 140 of the present invention. SOP 200 then obtains schedulers 120 and scheduler timetable 140 from memory (204). Scheduler timetable 140 contains the ROI property for the current arrangement of schedulers 120 for a specific time period, such as a single day. SOP 200 then randomly selects a time period to modify in scheduler timetable 140 (206). The time period is a specific block of time within scheduler timetable 140. SOP 200 then randomly selects a scheduler to replace the original scheduler in a randomly selected time period within scheduler timetable 140 (208). SOP 200 selects the scheduler from the plurality of schedulers 120.
SOP 200 then creates a modified timetable by inserting the randomly selected scheduler into the randomly selected time period in the scheduler timetable (210). SOP 200 then determines whether the modified timetable created in step 210 is in previous results file 160 (212). By checking the modified timetable against previous results file 160, the present invention does not run ROI calculator 180 when the present invention has previously run ROI calculator 180 for the same modified timetable in a previous iteration of SOP 200. If the modified timetable is in previous results file 160, then SOP 200 returns to step 206. If the modified timetable is not in previous results file 160, then SOP 200 saves the modified timetable in previous results file 160 (214). SOP 200 then runs ROI calculator 180 to obtain an ROI property for the modified timetable (216). For the illustrative purposes herein, the ROI property is the grid efficiency. Persons of ordinary skill in the art are aware that any of the ROI properties calculated by ROI calculator 180 can be used to optimize the selection of schedulers 120 herein.
At step 218, SOP 200 determines whether the ROI property for the modified timetable is greater than the ROI property for the original scheduler timetable 140 (218). The term “greater than” in step 218 is meant to mean more desirable. If the ROI property is the grid efficiency, then at step 218 SOP 200 determines whether the grid efficiency for the modified timetable is greater than the grid efficiency for the original scheduler timetable 140. If the grid efficiency for the modified timetable is not greater than the grid efficiency for the original scheduler timetable 140, then SOP 200 proceeds to step 232. If the grid efficiency for the modified timetable is greater than the grid efficiency for the original scheduler timetable 140, then SOP 200 replaces the original scheduler timetable 140 with the modified timetable (220). SOP 200 also replaces the original ROI property with the ROI property for the modified timetable calculated in step 216. Persons of ordinary skill in the art will appreciate that SOP 200 could also rank the different scheduler timetables 140 and/or modified timetables according to their ROI property and run the modification process described herein on the top N number of scheduler timetables 140 and/or modified timetables in the ranked list, wherein N is a user-configurable number. The present may also be embodied such that a random scheduler is selected to replace a scheduler in a random time period in a randomly selected scheduler timetable 140 or modified timetable in the ranked list.
SOP 200 then determines whether a plateau has been reached for scheduler timetable 140 (222). A plateau may be reached whenever SOP 200 has not modified scheduler timetable 140 in a certain number (i.e. one thousand) of iterations. Alternatively, a user of the present invention may define when a plateau is reached, such as when scheduler timetable 140 has not produced an improved ROI property after a configurable number of attempts or has an acceptable ROI property. Further in the alternative, a user of the present invention may choose to stop the iterative process of SOP 200 by manually indicating that a plateau has been reached. If the present invention is performing the modification process on a ranked list of scheduler timetables 140 and/or modified timetables, then a plateau may be defined as a user-configurable number of attempts in which the top N timetables have not changed, N being a user-configurable number. Persons of ordinary skill in the art are aware of other methods of determining if a plateau has been reached. If a plateau has not been reached, SOP 200 returns to step 206. If a plateau has been reached, SOP 200 proceeds to step 224.
Steps 202 through 222 of SOP 200 of the present invention continuously seek to improve the grid computing network by improving the ROI property. However, the present invention may be configured such that SOP 200 takes a user-configurable number of steps towards a less desirable result in an effort to ultimately achieve a more desirable result. As an analogy, if a person only goes uphill, then the person will make it to the top of the hill he is on, but he will never reach the top of the highest hill in the area (unless he happens to have climbed the highest hill in the area the first time). In order to reach the top of the highest hill in the area, the person must descend and traverse a valley before climbing a new hill. In order to retain the ability to achieve a possibly superior result, a person of ordinary skill in the art will appreciate that SOP 200 can be configured so that SOP 200 takes a user-configurable number of steps towards an undesirable result in order to possibly achieve a much more desirable result. Steps 224 through 240 of SOP 200 illustrate the process of taking steps towards the undesirable result.
At step 224, SOP 200 determines if the user has indicated a desire to take steps away from the plateau (224). If the user has indicated a desire to take steps away from the plateau, the user will also specify how many steps to take away from the plateau. If the user has not indicated a desire to take steps away from the plateau, SOP 200 ends (226). If the user has indicated a desire to take steps away from the plateau, then SOP 200 randomly selects a time period to modify in scheduler timetable 140 (228). SOP 200 then randomly selects a scheduler to replace the original scheduler in a randomly selected time period within scheduler timetable 140 (230). SOP 200 then creates a modified timetable by inserting the randomly selected scheduler into the randomly selected time period in the scheduler timetable (232). SOP 200 then runs ROI calculator 180 to obtain an ROI property for the modified timetable (234), and proceeds to step 236.
At step 236, SOP 200 determines whether the ROI property for the modified timetable is greater than the ROI property for the original scheduler timetable 140 (236). If the ROI property for the modified timetable is greater than the ROI property for the original scheduler timetable 140, then SOP 200 proceeds to step 240. If the grid efficiency for the modified timetable is not greater than the grid efficiency for the original scheduler timetable 140, then SOP 200 replaces the original scheduler timetable 140 with the modified timetable (238). SOP 200 also replaces the original ROI property with the ROI property for the modified timetable calculated in step 234. SOP 200 then determines if SOP 200 has reached the user-configured number of backwards steps (240). If SOP 200 has not reached the user-configured number of backwards steps, SOP 200 returns to step 228. If SOP 200 has reached the user-configured number of backwards steps, SOP 200 returns to step 206. If desired, the results from the actual grid operation using a particular scheduler can be saved and compared against the ROI calculator's 180 estimate. Adjustments can then be made to ROI calculator's 180 template in order to improve the accuracy of ROI calculator 180. Persons skilled in the art will recognize that steps 224 through 240 may be included in SOP 200 prior to a plateau being reached and, if so, these steps may be implemented on a random basis. In addition, the user configurable number of steps may be replaced by a randomly determined number of steps.
SOP 200 of the present invention modifies scheduler timetable 140 with a new scheduler 120 and calculates the ROI property for the entire modified scheduler. It is possible that a similar result may be achieved by dividing the scheduler timetable 140 into a plurality of short time periods, each with one scheduler 120, and running the ROI calculator on the individual scheduler timetable pieces. However, the described embodiment is preferable to an embodiment in which the scheduler timetable 140 is divided into a plurality of short time periods because the selection of one scheduler 120 affects the performance of subsequent schedulers 120. For example, scheduler B may be very efficient at processing memory intensive jobs. If scheduler A is operating before scheduler B and prioritizes memory intensive jobs, then when scheduler B comes online, there are relatively few memory intensive jobs and scheduler B's efficiency is low. Conversely, if scheduler C is operating before scheduler B and prioritizes processor intensive jobs, then when scheduler B comes online, there may be many memory intensive jobs and scheduler B's efficiency is high. Thus, the performance of any one scheduler 120 is dependent on the type of jobs that remain after the previous scheduler 120 is taken offline. Therefore, the evaluation of scheduler timetable 140 as a whole is preferable.
FIG. 4 illustrates scheduler timetable 140 of the present invention. Scheduler timetable 140 comprises three rows: time 142, scheduler 144, and ROI property 146. Time 142 is the specific time period of implementation of scheduler 120. Scheduler 144 indicates which specific scheduler 120 will be implemented at the appropriate time 142. ROI property 146 is the ROI property that is used in step 218 of SOP 200. In FIG. 4, ROI property 146 is the grid network efficiency.
FIG. 5 illustrates previous results file 160. Previous results file 160 comprises modified timetable ID 161, time 162, and scheduler 164. Modified timetable ID 161 is a counter used to distinguish individual modified timetables from each other. Time 162 and scheduler 164 are the components of a modified timetable, similar to scheduler timetable 140 depicted in FIG. 4. Time 162 is the time period for the modified timetable. Time 162 is like time 142 in FIG. 4. Scheduler 164 is scheduler 120 for the modified timetable. Scheduler 164 is like scheduler 144 in FIG. 4.
With respect to the above description, it is to be realized that the optimum dimensional relationships for the parts of the invention, to include variations in size, materials, shape, form, function, manner of operation, assembly, and use are deemed readily apparent and obvious to one of ordinary skill in the art. The present invention encompasses all equivalent relationships to those illustrated in the drawings and described in the specification. The novel spirit of the present invention is still embodied by reordering or deleting some of the steps contained in this disclosure. The spirit of the invention is not meant to be limited in any way except by proper construction of the following claims.

Claims (3)

1. A method for improving an allocation of a plurality of schedulers within a grid computing network, the method comprising:
a computer obtaining the plurality of schedulers, each of the plurality of schedulers comprising a computer algorithm for determining a distribution of a plurality of pieces of a job in the grid computing network;
the computer obtaining a first scheduler timetable, wherein the first scheduler timetable is a table specifying a first scheduler that the grid computing network uses for a first time period, a second scheduler that the grid computing network uses for a second time period, and a first quantitative measure of a grid efficiency for the grid computing network using the first scheduler timetable;
the computer creating a second scheduler timetable by randomly selecting a time period from the first scheduler timetable, randomly selecting a scheduler from the plurality of schedulers, inserting an identifier of the scheduler in the second scheduler timetable in a slot corresponding to the time period, and including one or more scheduler identifiers from the first scheduler timetable;
the computer updating a previous results file by determining whether the second scheduler timetable is in the previous results file, and responsive to determining an absence of the second scheduler timetable in the previous results file, saving the second scheduler timetable in the previous results file;
the computer calculating a second quantitative measure of the grid efficiency for the grid computing network using an ordering of schedulers in the second scheduler timetable;
the computer determining whether the second quantitative measure of the grid efficiency for the grid computing network is greater than the first quantitative measure of the grid efficiency for the grid computing network;
the computer, responsive to determining that the second quantitative measure of the grid efficiency for the grid computing network is greater than the first quantitative measure of the grid efficiency for the grid computing network, replacing the first quantitative measure of the grid efficiency for the grid computing network with the second quantitative measure of the grid efficiency for the grid computing network and replacing the first scheduler timetable with the second scheduler timetable;
the computer determining whether a plateau has been reached, wherein the plateau is one in which an iterative process cannot improve a quantitative measure of the grid efficiency for the grid computing network; and
the computer responsive to determining that the plateau has been reached, and responsive to an input specifying a number of backward steps, performing operations in which the first scheduler timetable is only replaced with the second scheduler timetable when the second quantitative measure of the grid efficiency for the grid computing network is less than or equal to the first quantitative measure of the grid efficiency for the grid computing network.
2. A computer system for improving an allocation of a plurality of schedulers within a grid computing network, the computer system comprising:
one or more processors, one or more computer-readable tangible storage devices, and one or more computer readable memories;
program instructions, stored on at least one of the one or more computer-readable tangible storage devices for execution by at least one of the one more processors via at least one of the one or more computer readable memories, to obtain the plurality of schedulers, each of the plurality of schedulers comprising a computer algorithm for determining a distribution of a plurality of pieces of a job in the grid computing network;
program instructions, stored on at least one of the one or more computer-readable tangible storage devices for execution by at least one of the one more processors via at least one of the one or more computer readable memories, to obtain a first scheduler timetable, wherein the first scheduler timetable is a table specifying a first scheduler that the grid computing network uses for a first time period, a second scheduler that the grid computing network uses for a second time period, and a first scheduler timetable quantitative measure of a grid efficiency for the grid computing network;
program instructions, stored on at least one of the one or more computer-readable tangible storage devices for execution by at least one of the one more processors via at least one of the one or more computer readable memories, to create a second scheduler timetable by randomly selecting a time period from the first scheduler timetable, randomly selecting a scheduler from the plurality of schedulers, inserting an identifier of the scheduler in the second scheduler timetable in a slot corresponding to the time period, and including one or more scheduler identifiers from the first scheduler timetable;
program instructions, stored on at least one of the one or more computer-readable tangible storage devices for execution by at least one of the one more processors via at least one of the one or more computer readable memories, to update a previous results file by determining whether the second scheduler timetable is in the previous results file, and responsive to determining an absence of the second scheduler timetable in the previous results file, to save the second scheduler timetable in the previous results file;
program instructions, stored on at least one of the one or more computer-readable tangible storage devices for execution by at least one of the one more processors via at least one of the one or more computer readable memories, to calculate a second scheduler timetable quantitative measure of the grid efficiency for the grid computing network using an ordering of schedulers in the second scheduler timetable;
program instructions, stored on at least one of the one or more computer-readable tangible storage devices for execution by at least one of the one more processors via at least one of the one or more computer readable memories, to determine whether the second quantitative measure of the grid efficiency for the grid computing network is greater than the first quantitative measure of the grid efficiency for the grid computing network;
program instructions, stored on at least one of the one or more computer-readable tangible storage devices for execution by at least one of the one more processors via at least one of the one or more computer readable memories, to replace, responsive to determining that the second quantitative measure of the grid efficiency for the grid computing network is greater than the first quantitative measure of the grid efficiency for the grid computing network, the first quantitative measure of the grid efficiency for the grid computing network with the second quantitative measure of the grid efficiency for the grid computing network to replace and the first scheduler timetable with the second scheduler timetable;
program instructions, stored on at least one of the one or more computer-readable tangible storage devices for execution by at least one of the one more processors via at least one of the one or more computer readable memories, to determine whether a plateau has been reached, wherein the plateau is one in which an iterative process cannot improve a quantitative measure of the grid efficiency for the grid computing network; and
program instructions, stored on at least one of the one or more computer-readable tangible storage devices for execution by at least one of the one more processors via at least one of the one or more computer readable memories, to perform, responsive to determining that the plateau has been reached, and responsive to an input specifying a number of backward steps, operations in which the first scheduler timetable is only replaced with the second scheduler timetable when the second quantitative measure of the grid efficiency for the grid computing network is less than or equal to the first quantitative measure of the grid efficiency for the grid computing network.
3. A computer program product for improving an allocation of a plurality of schedulers within a grid computing network, the computer program product comprising:
one or more computer readable tangible storage devices;
program instructions, stored on at least one of the one or more computer-readable, tangible storage devices, to obtain the plurality of schedulers, each of the plurality of schedulers comprising a computer algorithm for determining a distribution of a plurality of pieces of a job in the grid computing network;
program instructions, stored on at least one of the one or more computer-readable, tangible storage devices, to obtain a first scheduler timetable, wherein the first scheduler timetable is a table specifying a first scheduler that the grid computing system uses for a first time period, a second scheduler that the grid computing system uses for a second time period, and a first quantitative measure of a grid efficiency for the grid computing network using the first scheduler timetable;
program instructions, stored on at least one of the one or more computer-readable, tangible storage devices, to create a second scheduler timetable by randomly selecting a time period from the first scheduler timetable, randomly selecting a scheduler from the plurality of schedulers, inserting an identifier of the scheduler in the second scheduler timetable in a slot corresponding to the time period, and including one or more scheduler identifiers from the first scheduler timetable;
program instructions, stored on at least one of the one or more computer-readable, tangible storage devices, to update a previous results file by determining whether the second scheduler timetable is in the previous results file, and responsive to determining an absence of the second scheduler timetable in the previous results file, saving the second scheduler timetable in the previous results file;
program instructions, stored on at least one of the one or more computer-readable, tangible storage devices, to calculate a second quantitative measure of the grid efficiency for the grid computing network using an ordering of schedulers in the second scheduler timetable;
program instructions, stored on at least one of the one or more computer-readable, tangible storage devices, to determine whether the second quantitative measure of the grid efficiency for the grid computing network is greater than the first quantitative measure of the grid efficiency for the grid computing network;
program instructions, stored on at least one of the one or more computer-readable, tangible storage devices, to replace, responsive to determining that the second quantitative measure of the grid efficiency for the grid computing network is greater than the first quantitative measure of the grid efficiency for the grid computing network, replacing the first quantitative measure of the grid efficiency for the grid computing network with the second quantitative measure of the grid efficiency for the grid computing network and to replace the first scheduler timetable with the second scheduler timetable;
program instructions, stored on at least one of the one or more computer-readable, tangible storage devices, to determine whether a plateau has been reached, wherein the plateau is one in which an iterative process cannot improve a quantitative measure of the grid efficiency for the grid computing network; and
program instructions, stored on at least one of the one or more computer-readable, tangible storage devices, to perform, responsive to determining that the plateau has been reached, and responsive to an input specifying a number of backward steps, operations in which the first scheduler timetable is only replaced with the second scheduler timetable when the second quantitative measure of the grid efficiency for the grid computing network is less than or equal to the first quantitative measure of the grid efficiency for the grid computing network.
US12/174,755 2004-01-13 2008-07-17 Monte carlo grid scheduling algorithm selection optimization Expired - Fee Related US8024209B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/174,755 US8024209B2 (en) 2004-01-13 2008-07-17 Monte carlo grid scheduling algorithm selection optimization

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/756,112 US20050197936A1 (en) 2004-01-13 2004-01-13 Monte Carlo grid scheduling algorithm selection optimization
US12/174,755 US8024209B2 (en) 2004-01-13 2008-07-17 Monte carlo grid scheduling algorithm selection optimization

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/756,112 Continuation US20050197936A1 (en) 2004-01-13 2004-01-13 Monte Carlo grid scheduling algorithm selection optimization

Publications (2)

Publication Number Publication Date
US20080275804A1 US20080275804A1 (en) 2008-11-06
US8024209B2 true US8024209B2 (en) 2011-09-20

Family

ID=34911234

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/756,112 Abandoned US20050197936A1 (en) 2004-01-13 2004-01-13 Monte Carlo grid scheduling algorithm selection optimization
US12/174,755 Expired - Fee Related US8024209B2 (en) 2004-01-13 2008-07-17 Monte carlo grid scheduling algorithm selection optimization

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/756,112 Abandoned US20050197936A1 (en) 2004-01-13 2004-01-13 Monte Carlo grid scheduling algorithm selection optimization

Country Status (1)

Country Link
US (2) US20050197936A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10060934B2 (en) 2013-11-18 2018-08-28 Nanopharmaceuticals Llc Methods for screening patients for resistance to angioinhibition, treatment and prophylaxis thereof
US10528741B1 (en) * 2016-07-13 2020-01-07 VCE IP Holding Company LLC Computer implemented systems and methods for assessing operational risks and mitigating operational risks associated with using a third party software component in a software application
US11651232B2 (en) 2018-08-01 2023-05-16 International Business Machines Corporation Monte Carlo Markov chain based quantum program optimization

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050197936A1 (en) * 2004-01-13 2005-09-08 International Business Machines Corporation Monte Carlo grid scheduling algorithm selection optimization
US20110035247A1 (en) * 2009-08-04 2011-02-10 United Parcel Service Of America Systems, methods, apparatuses, and computer program products for determining productivity associated with retrieving items in a warehouse
US20130132962A1 (en) * 2011-11-22 2013-05-23 Microsoft Corporation Scheduler combinators
US11762684B2 (en) * 2012-01-30 2023-09-19 Workfusion, Inc. Distributed task execution
US9881339B2 (en) * 2012-12-18 2018-01-30 Johnathan Mun Project economics analysis tool
KR102052964B1 (en) * 2013-03-12 2019-12-06 삼성전자 주식회사 Method and system for scheduling computing
US9436949B1 (en) * 2013-12-27 2016-09-06 Gian Samin Evaluating geographically grouped data sets

Citations (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5222192A (en) * 1988-02-17 1993-06-22 The Rowland Institute For Science, Inc. Optimization techniques using genetic algorithms
US5241465A (en) 1990-04-27 1993-08-31 Hitachi Ltd. Method for determining optimum schedule in computer-aided scheduling system
US5410598A (en) 1986-10-14 1995-04-25 Electronic Publishing Resources, Inc. Database usage metering and protection system and method
US5414845A (en) * 1992-06-26 1995-05-09 International Business Machines Corporation Network-based computer system with improved network scheduling system
US5529077A (en) 1991-11-19 1996-06-25 Pmb Holding B.V. Cigar wrapping device
US5590063A (en) 1994-07-05 1996-12-31 Motorola, Inc. Optimization method using parallel processors
US5621903A (en) 1992-05-27 1997-04-15 Apple Computer, Inc. Method and apparatus for deducing user intent and providing computer implemented services
US5848403A (en) * 1996-10-04 1998-12-08 Bbn Corporation System and method for genetic algorithm scheduling systems
US6004015A (en) 1994-11-24 1999-12-21 Matsushita Electric Industrial Co., Ltd. Optimization adjusting method and optimization adjusting apparatus
US6032172A (en) * 1997-05-29 2000-02-29 Sun Microsystems, Inc. Distributed computer process scheduling mechanism
US6035278A (en) 1997-07-08 2000-03-07 Netscape Communications Corporation Method and system for schedule and task management
US6278978B1 (en) * 1998-04-07 2001-08-21 Blue Pumpkin Software, Inc. Agent scheduling system and method having improved post-processing step
US6289296B1 (en) 1997-04-01 2001-09-11 The Institute Of Physical And Chemical Research (Riken) Statistical simulation method and corresponding simulation system responsive to a storing medium in which statistical simulation program is recorded
US6338149B1 (en) 1998-07-31 2002-01-08 Westinghouse Electric Company Llc Change monitoring system for a computer system
US6381586B1 (en) 1998-12-10 2002-04-30 International Business Machines Corporation Pricing of options using importance sampling and stratification/ Quasi-Monte Carlo
US6418462B1 (en) 1999-01-07 2002-07-09 Yongyong Xu Global sideband service distributed computing method
US6442164B1 (en) 1999-06-03 2002-08-27 Fujitsu Network Communications, Inc. Method and system for allocating bandwidth and buffer resources to constant bit rate (CBR) traffic
US20020143590A1 (en) 2001-03-27 2002-10-03 Dhong Sang Hoo Method and apparatus for evaluating results of multiple software tools
US20020184069A1 (en) 2001-05-17 2002-12-05 Kosiba Eric D. System and method for generating forecasts and analysis of contact center behavior for planning purposes
US6578005B1 (en) 1996-11-22 2003-06-10 British Telecommunications Public Limited Company Method and apparatus for resource allocation when schedule changes are incorporated in real time
US6587833B1 (en) 1998-11-02 2003-07-01 International Business Machines Corporation Computational workload-based hardware sizer method, system and program product
US20030177060A1 (en) 2002-03-12 2003-09-18 Seagraves Theresa L. System and method for return on investment
US20040064269A1 (en) 2002-09-27 2004-04-01 Hitachi High-Technologies Corporation Method and apparatus for analyzing defect data and a review system
US20040078310A1 (en) 2002-10-17 2004-04-22 Louis Shaffer System and method for determining a return-on-investment in a semiconductor or data storage fabrication facility
US6823315B1 (en) * 1999-11-03 2004-11-23 Kronos Technology Systems Limited Partnership Dynamic workforce scheduler
US6882989B2 (en) 2001-02-23 2005-04-19 Bbnt Solutions Llc Genetic algorithm techniques and applications
US6920364B2 (en) 2002-07-31 2005-07-19 Hitachi, Ltd. Work assistance apparatus and memory medium for use therein
US20050197936A1 (en) 2004-01-13 2005-09-08 International Business Machines Corporation Monte Carlo grid scheduling algorithm selection optimization
US7191435B2 (en) 2002-06-07 2007-03-13 Sun Microsystems, Inc. Method and system for optimizing software upgrades
US7246075B1 (en) 2000-06-23 2007-07-17 North Carolina A&T State University System for scheduling multiple time dependent events
US7395235B2 (en) * 2002-06-13 2008-07-01 Centre For Development Of Advanced Computing Strategy independent optimization of multi objective functions
US7603253B2 (en) 2004-01-13 2009-10-13 International Business Machines Corporation Apparatus and method for automatically improving a set of initial return on investment calculator templates
US7640547B2 (en) * 2002-02-08 2009-12-29 Jpmorgan Chase & Co. System and method for allocating computing resources of a distributed computing system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0300456A3 (en) * 1987-07-24 1990-08-08 Bruce H. Faaland Improved scheduling method and system

Patent Citations (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5410598A (en) 1986-10-14 1995-04-25 Electronic Publishing Resources, Inc. Database usage metering and protection system and method
US5222192A (en) * 1988-02-17 1993-06-22 The Rowland Institute For Science, Inc. Optimization techniques using genetic algorithms
US5241465A (en) 1990-04-27 1993-08-31 Hitachi Ltd. Method for determining optimum schedule in computer-aided scheduling system
US5529077A (en) 1991-11-19 1996-06-25 Pmb Holding B.V. Cigar wrapping device
US5621903A (en) 1992-05-27 1997-04-15 Apple Computer, Inc. Method and apparatus for deducing user intent and providing computer implemented services
US5414845A (en) * 1992-06-26 1995-05-09 International Business Machines Corporation Network-based computer system with improved network scheduling system
US5590063A (en) 1994-07-05 1996-12-31 Motorola, Inc. Optimization method using parallel processors
US6004015A (en) 1994-11-24 1999-12-21 Matsushita Electric Industrial Co., Ltd. Optimization adjusting method and optimization adjusting apparatus
US6148274A (en) 1994-11-24 2000-11-14 Matsushita Electric Industrial Co., Ltd. Optimization adjusting method and optimization adjusting apparatus
US5848403A (en) * 1996-10-04 1998-12-08 Bbn Corporation System and method for genetic algorithm scheduling systems
US6578005B1 (en) 1996-11-22 2003-06-10 British Telecommunications Public Limited Company Method and apparatus for resource allocation when schedule changes are incorporated in real time
US6289296B1 (en) 1997-04-01 2001-09-11 The Institute Of Physical And Chemical Research (Riken) Statistical simulation method and corresponding simulation system responsive to a storing medium in which statistical simulation program is recorded
US6032172A (en) * 1997-05-29 2000-02-29 Sun Microsystems, Inc. Distributed computer process scheduling mechanism
US6035278A (en) 1997-07-08 2000-03-07 Netscape Communications Corporation Method and system for schedule and task management
US6278978B1 (en) * 1998-04-07 2001-08-21 Blue Pumpkin Software, Inc. Agent scheduling system and method having improved post-processing step
US6338149B1 (en) 1998-07-31 2002-01-08 Westinghouse Electric Company Llc Change monitoring system for a computer system
US6587833B1 (en) 1998-11-02 2003-07-01 International Business Machines Corporation Computational workload-based hardware sizer method, system and program product
US6381586B1 (en) 1998-12-10 2002-04-30 International Business Machines Corporation Pricing of options using importance sampling and stratification/ Quasi-Monte Carlo
US6418462B1 (en) 1999-01-07 2002-07-09 Yongyong Xu Global sideband service distributed computing method
US6442164B1 (en) 1999-06-03 2002-08-27 Fujitsu Network Communications, Inc. Method and system for allocating bandwidth and buffer resources to constant bit rate (CBR) traffic
US6823315B1 (en) * 1999-11-03 2004-11-23 Kronos Technology Systems Limited Partnership Dynamic workforce scheduler
US7246075B1 (en) 2000-06-23 2007-07-17 North Carolina A&T State University System for scheduling multiple time dependent events
US6882989B2 (en) 2001-02-23 2005-04-19 Bbnt Solutions Llc Genetic algorithm techniques and applications
US20020143590A1 (en) 2001-03-27 2002-10-03 Dhong Sang Hoo Method and apparatus for evaluating results of multiple software tools
US20020184069A1 (en) 2001-05-17 2002-12-05 Kosiba Eric D. System and method for generating forecasts and analysis of contact center behavior for planning purposes
US7640547B2 (en) * 2002-02-08 2009-12-29 Jpmorgan Chase & Co. System and method for allocating computing resources of a distributed computing system
US20030177060A1 (en) 2002-03-12 2003-09-18 Seagraves Theresa L. System and method for return on investment
US7191435B2 (en) 2002-06-07 2007-03-13 Sun Microsystems, Inc. Method and system for optimizing software upgrades
US7395235B2 (en) * 2002-06-13 2008-07-01 Centre For Development Of Advanced Computing Strategy independent optimization of multi objective functions
US6920364B2 (en) 2002-07-31 2005-07-19 Hitachi, Ltd. Work assistance apparatus and memory medium for use therein
US20040064269A1 (en) 2002-09-27 2004-04-01 Hitachi High-Technologies Corporation Method and apparatus for analyzing defect data and a review system
US7813539B2 (en) 2002-09-27 2010-10-12 Hitachi High-Technologies Corporation Method and apparatus for analyzing defect data and a review system
US20040078310A1 (en) 2002-10-17 2004-04-22 Louis Shaffer System and method for determining a return-on-investment in a semiconductor or data storage fabrication facility
US20050197936A1 (en) 2004-01-13 2005-09-08 International Business Machines Corporation Monte Carlo grid scheduling algorithm selection optimization
US7603253B2 (en) 2004-01-13 2009-10-13 International Business Machines Corporation Apparatus and method for automatically improving a set of initial return on investment calculator templates
US7720634B2 (en) 2004-01-13 2010-05-18 International Business Machines Corporation Apparatus and method for automatically improving a set of initial return on investment calculator templates

Non-Patent Citations (13)

* Cited by examiner, † Cited by third party
Title
Abraham, Ajith; Buyya, Rajkumar; Nath, Baikunth. "Nature's Heuristics for Scheduling Jobs on Computational Grids". 2000. In Proceedings of 8th IEEE International Conference on Advanced Computing and Communications. *
Berstis, "Fundamentals of Grid Computing", Nov. 11, 2002, IBM Corp.,.
Chelouah, Rachid; Siarry, Patrick. "Tabu Search Applied to Global Optimization". 2000. European Journal of Operational Research. Issue 123. pp. 256-270. *
Hamscher, Volker; Schwiegelshohn, Uwe; Streit, Achim; Yahyapour, Ramin. "Evaluation of Job-Scheduling Strategies for Grid Computing". 2000. GRID 2000, LNCS 1971. pp. 191-202. *
Hart, William Eugene. "Adaptive Global Optimization with Local Search". 1994. University of California San Diego. *
Renders, Jean-Michel; Bersini, Hugues. "Hybridizing Genetic Algorithms with Hill-Climbing Methods for Global Optimization: Two Possible Ways". 1994. *
Swanson, et al., "Contingency Guide for Information Technology Systems", Jun. 2002, National Institute of Standards of Technology, Technology Administration U.S. Department of Commerce. NIST Special Publication 800-34, 107 pages.
Thompson, "A Simulated-Annealing Heuristic for Shift Scheduling Using Non-Continuously Available Employees", 1996, Computers Ops Res. vol. 2, No. 3, pp. 275-288.
USPTO Final Office Action for U.S. Appl. No. 10/756,150 dated Dec. 15, 2008.
USPTO Notice of Allowance for U.S. Appl. No. 10/756,150 dated Jun. 3, 2009.
USPTO Notice of Allowance for U.S. Appl. No. 12/174,747 dated Jan. 8, 2010.
USPTO Office Action for U.S. Appl. No. 10/756,150 dated Jun. 9, 2008.
USPTO Office Action for U.S. Appl. No. 12/174,747 dated Jun. 26, 2009.

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10060934B2 (en) 2013-11-18 2018-08-28 Nanopharmaceuticals Llc Methods for screening patients for resistance to angioinhibition, treatment and prophylaxis thereof
US10528741B1 (en) * 2016-07-13 2020-01-07 VCE IP Holding Company LLC Computer implemented systems and methods for assessing operational risks and mitigating operational risks associated with using a third party software component in a software application
US11651232B2 (en) 2018-08-01 2023-05-16 International Business Machines Corporation Monte Carlo Markov chain based quantum program optimization

Also Published As

Publication number Publication date
US20050197936A1 (en) 2005-09-08
US20080275804A1 (en) 2008-11-06

Similar Documents

Publication Publication Date Title
US8024209B2 (en) Monte carlo grid scheduling algorithm selection optimization
CA2963088C (en) Apparatus and method for scheduling distributed workflow tasks
Tiwari et al. Classification framework of MapReduce scheduling algorithms
Zhao et al. SLA-based resource scheduling for big data analytics as a service in cloud computing environments
US7720634B2 (en) Apparatus and method for automatically improving a set of initial return on investment calculator templates
Salehi et al. Stochastic-based robust dynamic resource allocation for independent tasks in a heterogeneous computing system
Nguyen et al. A hybrid scheduling algorithm for data intensive workloads in a mapreduce environment
Gómez-Martín et al. Fattened backfilling: An improved strategy for job scheduling in parallel systems
Lučanin et al. Pervasive cloud controller for geotemporal inputs
Maroulis et al. Express: Energy efficient scheduling of mixed stream and batch processing workloads
Hu et al. FlowTime: Dynamic scheduling of deadline-aware workflows and ad-hoc jobs
Hu et al. Improved heuristic job scheduling method to enhance throughput for big data analytics
Carrasco et al. Resource cost aware scheduling
Maroulis et al. A holistic energy-efficient real-time scheduler for mixed stream and batch processing workloads
Naghshnejad et al. A hybrid scheduling platform: a runtime prediction reliability aware scheduling platform to improve hpc scheduling performance
Niu et al. An adaptive efficiency-fairness meta-scheduler for data-intensive computing
Yousefi et al. A task-based greedy scheduling algorithm for minimizing energy of mapreduce jobs
Gómez‐Martín et al. Performance and energy aware scheduling simulator for HPC: evaluating different resource selection methods
Rumi et al. Optimization techniques within the hadoop eco-system: A survey
Liu et al. Multivariate modeling and two-level scheduling of analytic queries
Xu et al. Trading cost and throughput in geo-distributed analytics with a two time scale approach
Deniziak et al. Synthesis of power aware adaptive schedulers for embedded systems using developmental genetic programming
Zhang et al. Comprehensive workload analysis and modeling of a petascale supercomputer
Burkimsher Fair, responsive scheduling of engineering workflows on computing grids
Larracoechea et al. Towards Services Profiling for Energy Management in Service-oriented Architectures.

Legal Events

Date Code Title Description
REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20150920