Online Scheduling for Realtime. Rate Monotonic Analysis: Assumptions. Schedulability Test. EECS 262a Advanced Topics in Computer Systems Lecture 13

Size: px
Start display at page:

Download "Online Scheduling for Realtime. Rate Monotonic Analysis: Assumptions. Schedulability Test. EECS 262a Advanced Topics in Computer Systems Lecture 13"

Transcription

1 EECS 262a Advanced Topcs n Computer Systems Lecture 13 Onlne Schedulng for Realtme M-CBS(Con t) and DRF October 10 th, 2012 John Kubatowcz and Anthony D. Joseph Electrcal Engneerng and Computer Scences Unversty of Calforna, Berkeley 2 Schedulablty Test Test to determne whether a feasble schedule exsts Suffcent Test If test s passed, then tasks are defntely schedulable If test s not passed, tasks may be schedulable, but not necessarly Necessary Test If test s passed, tasks may be schedulable, but not necessarly If test s not passed, tasks are defntely not schedulable Exact Test (= Necessary + Suffcent) The task set s schedulable f and only f t passes the test. Rate Monotonc Analyss: Assumptons A1: Tasks are perodc (actvated at a constant rate). Perod P = Intervall between two consequtve actvatons of task T A2: All nstances of a perodc task T have the same computaton tme C A3: All nstances of a perodc task T have the same relatve deadlne, whch s equal to the perod( D P ) A4: All tasks are ndependent (.e., no precedence constrants and no resource constrants) Implct assumptons: A5: Tasks are preemptable A6: No task can suspend tself A7: All tasks are released as soon as they arrve A8: All overhead n the kernel s assumed to be zero (or part of C ) 3 4

2 Rate Monotonc Schedulng: Prncple Prncple: Each process s assgned a (unque) prorty based on ts perod (rate); always execute actve job wth hghest prorty The shorter the perod the hgher the prorty P P j j ( 1 = low prorty) W.l.o.g. number the tasks n reverse order of prorty Process Perod Prorty Name A 25 5 T1 B 60 3 T3 C 42 4 T2 D T5 E 75 2 T4 5 Example: Rate Monotonc Schedulng Example nstance RMA - Gant chart 6 Example: Rate Monotonc Schedulng Deadlne Mss T ( P, C ) P perod C processng tme T (4,1) 1 T 2 (5,2) T (7,2) response tme of job J 3,1 Utlzaton C U Utlzaton of task P T (4,1) 1 T 2 (5,2) T (7,2) T 2 Example: U

3 RMS: Schedulablty Test Theorem (Utlzaton-based Schedulablty Test): A perodc task set T, T, 1 2, T n wth D P, 1 n, s schedulable by the rate monotonc schedulng algorthm f n 1 Ths schedulablty test s suffcent! For harmonc perods ( evenly dvdes ), the utlzaton bound s n (2 C P 1/ n n(2 1/ n 1) ln 2 for 1), n 1,2, T j n T RMS Example T1 ( 4,1), T2 (5,2), T3 (7,2) C1 C2 C , , P P P 1 The schedulablty test requres n 1 C n(2 P Hence, we get 3 C (2 1 P 2 1/ n 1), n 1,2, 1/3 3 does not satsfy schedulablty condton 1) EDF: Assumptons A1: Tasks are perodc or aperodc. Perod P = Interval between two consequtve actvatons of task T A2: All nstances of a perodc task T have the same computaton tme C A3: All nstances of a perodc task T have the same relatve deadlne, whch s equal to the perod( D P ) A4: All tasks are ndependent (.e., no precedence constrants and no resource constrants) Implct assumptons: A5: Tasks are preemptable A6: No task can suspend tself A7: All tasks are released as soon as they arrve A8: All overhead n the kernel s assumed to be zero (or part of C ) EDF Schedulng: Prncple Preemptve prorty-based dynamc schedulng Each task s assgned a (current) prorty based on how close the absolute deadlne s. The scheduler always schedules the actve task wth the closest absolute deadlne. T 1 (4,1) T 2 (5,2) T 3 (7,2)

4 EDF: Schedulablty Test Theorem (Utlzaton-based Schedulablty Test): A task set T 1, T2,, T n wth D P s schedulable by the earlest deadlne frst (EDF) schedulng algorthm f n 1 C D 1 EDF Optmalty EDF Propertes EDF s optmal wth respect to feasblty (.e., schedulablty) EDF s optmal wth respect to mnmzng the maxmum lateness Exact schedulablty test (necessary + suffcent) Proof: [Lu and Layland, 1973] EDF Example: Domno Effect Constant Bandwdth Server Intuton: gve fxed share of to certan of jobs Good for tasks wth probablstc resource requrements Basc approach: Slots (called servers ) scheduled wth EDF, rather than jobs CBS Server defned by two parameters: Q s and T s Mechansm for trackng processor usage so that no more than Q s seconds used every T s seconds (or whatever measurement you lke) when there s demand. Otherwse get to use processor as you lke Snce usng EDF, can mx hard-realtme and soft realtme: EDF mnmzes lateness of the most tardy task [Dertouzos, 1974] Frank Drews Real-Tme Systems 15 16

5 Today s Papers Implementng Constant-Bandwdth Servers upon Multprocessor Platforms Sanjoy Baruah, Jo el Goossens, and Guseppe Lpar. Appears n Proceedngs of Real-Tme and Embedded Technology and Applcatons Symposum, (RTAS), (From Last Tme!) Domnant Resource Farness: Far Allocaton of Multple Resources Types, A. Ghods, M. Zahara, B. Hndman, A. Konwnsk, S. Shenker, and I. Stoca, Usenx NSDI 2011, Boston, MA, March 2011 Thoughts? CBS on multprocessors Basc problem: EDF not all that effcent on multprocessors. Schedulablty constrant consderably less good than for unprocessors. Need: Key dea of paper: send hghest-utlzaton jobs to specfc processors, use EDF for rest Mnmzes number of processors requred New acceptance test: Is ths a good paper? What were the authors goals? What about the evaluaton/metrcs? Dd they convnce you that ths was a good system/approach? Were there any red-flags? What mstakes dd they make? Does the system/approach meet the Test of Tme challenge? How would you revew ths paper today? What s Far Sharng? n users want to share a resource (e.g., ) Soluton: Allocate each 1/n of the shared resource Generalzed by max-mn farness Handles f a user wants less than ts far share E.g. user 1 wants no more than 2 Generalzed by weghted max-mn farness Gve weghts to users accordng to mportance User 1 gets weght 1, user 2 weght

6 Why s Far Sharng Useful? Propertes of Max-Mn Farness Weghted Far Sharng / Proportonal Shares User 1 gets weght 2, user 2 weght 1 Share guarantee Each user can get at least 1/n of the resource But wll get less f her demand s less Prortes Gve user 1 weght 1000, user 2 weght 1 Revervatons Ensure user 1 gets 1 of a resource Gve user 1 weght 10, sum weghts 100 Isolaton Polcy Users cannot affect others beyond ther far share Strategy-proof Users are not better off by askng for more than they need Users have no reason to le Max-mn farness s the only reasonable mechansm wth these two propertes Why Care about Farness? Desrable propertes of max-mn farness Isolaton polcy: A user gets her far share rrespectve of the demands of other users Flexblty separates mechansm from polcy: Proportonal sharng, prorty, reservaton,... When s Max-Mn Farness not Enough? Need to schedule multple, heterogeneous resources Example: Task schedulng n datacenters» Tasks consume more than just, memory, dsk, and I/O What are today s datacenter task demands? Many schedulers use max-mn farness Datacenters: Hadoop s far sched, capacty, Quncy OS: rr, prop sharng, lottery, lnux cfs,... Networkng: wfq, wf2q, sfq, drr, csfq,

7 Heterogeneous Resource Demands Some tasks are -ntensve Most task need ~ <2, 2 GB RAM> Some tasks are memory-ntensve 2000-node Hadoop Cluster at Facebook (Oct 2010) 25 Problem Sngle resource example 1 resource: User 1 wants <1 > per task User 2 wants <3 > per task Mult-resource example 2 resources: s & memory User 1 wants <1, 4 GB> per task User 2 wants <3, 1 GB> per task What s a far allocaton? mem 26?? Demands at Facebook Problem defnton How to farly share multple resources when users have heterogeneous demands on them? 27 28

8 Model A Natural Polcy: Asset Farness Users have tasks accordng to a demand vector e.g. <2, 3, 1> user s tasks need 2 R 1, 3 R 2, 1 R 3 Not needed n practce, can smply measure actual consumpton Resources gven n multples of demand vectors Assume dvsble resources Asset Farness Equalze each user s sum of resource shares Problem Cluster wth 70 s, 70 GB RAM User 1 has < of both s and RAM U 1 needs <2, 2 GB RAM> per task Better off U 2 n needs a separate <1, cluster 2 GB wth RAM> per of task the resources Asset farness yelds U 1 : 15 tasks: 30 s, 30 GB ( =60) U 2 : 20 tasks: 20 s, 40 GB ( =60) User 1 User RAM Share Guarantee Desrable Far Sharng Propertes Every user should get 1/n of at least one resource Intuton: You shouldn t be worse off than f you ran your own cluster wth 1/n of the resources Many desrable propertes Share Guarantee Strategy proofness Envy-freeness Pareto effcency Sngle-resource farness Bottleneck farness Populaton monotoncty Resource monotoncty DRF focuses on these propertes 31 32

9 Cheatng the Scheduler Some users wll game the system to get more resources Real-lfe examples A cloud provder had quotas on map and reduce slots Some users found out that the map-quota was low» Users mplemented maps n the reduce slots! A search company provded dedcated machnes to users that could ensure certan level of utlzaton (e.g. 8)» Users used busy-loops to nflate utlzaton Two Important Propertes Strategy-proofness A user should not be able to ncrease her allocaton by lyng about her demand vector Intuton:» Users are ncentvzed to make truthful resource requrements Envy-freeness No user would ever strctly prefer another user s lot n an allocaton Intuton:» Don t want to trade places wth any other user Challenge A far sharng polcy that provdes Strategy-proofness Share guarantee Max-mn farness for a sngle resource had these propertes Generalze max-mn farness to multple resources Domnant Resource Farness A user s domnant resource s the resource she has the bggest share of Example: Total resources: <10, 4 GB> User 1 s allocaton: <2, 1 GB> Domnant resource s memory as 1/4 > 2/10 (1/5) A user s domnant share s the fracton of the domnant resource she s allocated User 1 s domnant share s 25 (1/4) 35 36

10 Domnant Resource Farness (2) Apply max-mn farness to domnant shares Equalze the domnant share of the users Example: Total resources: User 1 demand: User 2 demand: <9, 18 GB> <1, 4 GB> domnant res: mem <3, 1 GB> domnant res: 3 s 12 GB User 1 DRF s Far DRF s strategy-proof DRF satsfes the share guarantee DRF allocatons are envy-free See DRF paper for proofs 66 User s 2 GB mem (9 total) (18 total) Onlne DRF Scheduler Whenever there are avalable resources and tasks to run: Schedule a task to the user wth smallest domnant share O(log n) tme per decson usng bnary heaps Need to determne demand vectors Alternatve: Use an Economc Model Approach Set prces for each good Let users buy what they want How do we determne the rght prces for dfferent goods? Let the market determne the prces Compettve Equlbrum from Equal Incomes (CEEI) Gve each user 1/n of every resource Let users trade n a perfectly compettve market Not strategy-proof! 39 40

11 Determnng Demand Vectors They can be measured Look at actual resource consumpton of a user DRF vs CEEI User 1: <1, 4 GB> User 2: <3, 1 GB> DRF more far, CEEI better utlzaton They can be provded the by user What s done today Domnant Resource Farness Compettve Equlbrum from Equal Incomes Domnant Resource Farness Compettve Equlbrum from Equal Incomes In both cases, strategy-proofness ncentvzes user to consume resources wsely user 1 user mem mem mem User 1: <1, 4 GB> User 2: <3, 2 GB> User 2 ncreased her share of both and memory mem 42 Gamng Utlzaton-Optmal Schedulers Example of DRF vs Asset vs CEEI Cluster wth <100, 100 GB> 2 users, each demandng <1, 2 GB> per task Resources <1000 s, 1000 GB> 2 users A: <2, 3 GB> and B: <5, 1 GB> User 1 User 2 95 User A User B mem mem User 1 les and demands <2, 2 GB> Utlzaton-Optmal scheduler prefers user 1 Mem Mem Mem 43 a) DRF b) Asset Farness c) CEEI 44

12 Max/mn Theorem for DRF A user U has a bottleneck resource R j n an allocaton A ff R j s saturated and all users usng R j have a smaller (or equal) domnant share than U Max/mn Theorem for DRF An allocaton A s max/mn far ff every user has a bottleneck resource Desrable Farness Propertes (1) Recall max/mn farness from networkng Maxmze the bandwdth of the mnmum flow [Bert92] Progressve fllng (PF) algorthm 1. Allocate ε to every flow untl some lnk saturated 2. Freeze allocaton of all flows on saturated lnk and goto Desrable Farness Propertes (2) P1. Pareto Effcency» It should not be possble to allocate more resources to any user wthout hurtng others P2. Sngle-resource farness» If there s only one resource, t should be allocated accordng to max/mn farness Desrable Farness Propertes (3) Assume postve demands (D j > 0 for all and j) DRF wll allocate same domnant share to all users As soon as PF saturates a resource, allocaton frozen P3. Bottleneck farness» If all users want most of one resource(s), that resource should be shared accordng to max/mn farness 47 48

13 Desrable Farness Propertes (4) Propertes of Polces P4. Populaton Monotoncty If a user leaves and relnqushes her resources, no other user s allocaton should get hurt Can happen each tme a job fnshes CEEI volates populaton monotoncty DRF satsfes populaton monotoncty Assumng postve demands Intutvely DRF gves the same domnant share to all users, so all users would be hurt contradctng Pareto effcency Property Asset CEEI DRF Share guarantee Strategy-proofness Pareto effcency Envy-freeness Sngle resource farness Bottleneck res. farness Populaton monotoncty Resource monotoncty Evaluaton Methodology DRF Insde Mesos on EC2 Mcro-experments on EC2 Evaluate DRF s dynamc behavor when demands change Compare DRF wth current Hadoop scheduler Macro-benchmark through smulatons Smulate Facebook trace wth DRF and current Hadoop scheduler Domnant resource s memory Domnant resource s Domnant shares are equalzed Share guarantee: User 1 s Shares User 2 s Shares Domnant Shares 51 ~7 domnant share 52

14 Farness n Today s Datacenters Experment: DRF vs Slots Number of Type 1 Jobs Fnshed Hadoop Far Scheduler/capacty/Quncy Each machne conssts of k slots (e.g. k=14) Run at most one task per slot Gve jobs equal number of slots,.e., apply max-mn farness to slot-count Ths s what DRF paper compares aganst Jobs fnshed Jobs fnshed Thrashng Number of Type 2 Jobs Fnshed Low utlzaton Thrashng 53 Type 1 jobs <2, 2 GB> Type 2 jobs <1, 0.5GB> 54 Experment: DRF vs Slots Completon Tme of Type 1 Jobs Job completon tme Thrashng Reducton n Job Completon Tme DRF vs Slots Smulaton of 1-week Facebook traces Job completon tme Completon Tme of Type 2 Jobs Low utlzaton hurts performance Thrashng 10/10/2012 Type 1 job <2, cs262a-s12 2 GB> Lecture-13 Type 2 job <1, 0.5GB> 55 56

15 Utlzaton of DRF vs Slots Smulaton of Facebook workload Summary DRF provdes multple-resource farness n the presence of heterogeneous demand Frst generalzaton of max-mn farness to multple-resources DRF s propertes Share guarantee, at least 1/n of one resource Strategy-proofness, lyng can only hurt you Performs better than current approaches alg@cs.berkeley.edu Is ths a good paper? What were the authors goals? What about the evaluaton/metrcs? Dd they convnce you that ths was a good system/approach? Were there any red-flags? What mstakes dd they make? Does the system/approach meet the Test of Tme challenge? How would you revew ths paper today? 59

LLFpi : Schedulability-Improved LLF Algorithm in Multiprocessor Real-Time Embedded Systems

LLFpi : Schedulability-Improved LLF Algorithm in Multiprocessor Real-Time Embedded Systems Internatonal Journal of Appled Engneerng Research ISSN 9-46 Volume, Number 6 (6) pp 89-898 LLFp : Schedulablty-Improved LLF Algorthm n Multprocessor Real-Tme Embedded Systems Sangchul Han, Jnsoo Km, Junghwan

More information

Multi-tenancy in Datacenters: to each according to his. Lecture 15, cs262a Ion Stoica & Ali Ghodsi UC Berkeley, March 10, 2018

Multi-tenancy in Datacenters: to each according to his. Lecture 15, cs262a Ion Stoica & Ali Ghodsi UC Berkeley, March 10, 2018 Multi-tenancy in Datacenters: to each according to his Lecture 15, cs262a Ion Stoica & Ali Ghodsi UC Berkeley, March 10, 2018 1 Cloud Computing IT revolution happening in-front of our eyes 2 Basic tenet

More information

Planning of work schedules for toll booth collectors

Planning of work schedules for toll booth collectors Lecture Notes n Management Scence (0) Vol 4: 6 4 4 th Internatonal Conference on Appled Operatonal Research, Proceedngs Tadbr Operatonal Research Group Ltd All rghts reserved wwwtadbrca ISSN 00-0050 (Prnt),

More information

2013 IEEE 7th International Conference on Self-Adaptation and Self-Organizing Systems Workshops. {xy336699,

2013 IEEE 7th International Conference on Self-Adaptation and Self-Organizing Systems Workshops. {xy336699, 2013 IEEE 7th Internatonal Conference on Self-Adaptaton and Self-Organzng Systems Workshops Self-adaptve, Deadlne-aware Resource Control n Cloud Computng Yu Xang 1, Bharath Balasubramanan 2, Mchael Wang

More information

A Review of Fixed Priority and EDF Scheduling for Hard Real-Time Uniprocessor Systems

A Review of Fixed Priority and EDF Scheduling for Hard Real-Time Uniprocessor Systems A Revew of Fxed Prorty and EDF Schedulng for Hard Real-Tme Unprocessor Systems Robert I. Davs Real-Tme Systems Research Group, Department of Computer Scence, Unversty of York, York, UK. rob.davs@york.ac.uk

More information

1 Basic concepts for quantitative policy analysis

1 Basic concepts for quantitative policy analysis 1 Basc concepts for quanttatve polcy analyss 1.1. Introducton The purpose of ths Chapter s the ntroducton of basc concepts of quanttatve polcy analyss. They represent the components of the framework adopted

More information

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions

Application of Ant colony Algorithm in Cloud Resource Scheduling Based on Three Constraint Conditions , pp.215-219 http://dx.do.org/10.14257/astl.2016.123.40 Applcaton of Ant colony Algorthm n Cloud Resource Schedulng Based on Three Constrant Condtons Yang Zhaofeng, Fan Awan Computer School, Pngdngshan

More information

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs

A Two-Echelon Inventory Model for Single-Vender and Multi-Buyer System Through Common Replenishment Epochs A Two-Echelon Inventory Model for Sngle-Vender and Mult-Buyer System Through Common Replenshment Epochs Wen-Jen Chang and Chh-Hung Tsa Instructor Assocate Professor Department of Industral Engneerng and

More information

Dynamic Task Assignment and Resource Management in Cloud Services Using Bargaining Solution

Dynamic Task Assignment and Resource Management in Cloud Services Using Bargaining Solution Dynamc ask Assgnment and Resource Management n Cloud Servces Usng Barganng Soluton KwangSup Shn 1, Myung-Ju Park 2 and Jae-Yoon Jung 2 1 Graduate School of Logstcs, Incheon Natonal Unversty 12-1 Songdo-Dong,

More information

Pricing for Resource Allocation in Cloud Computing

Pricing for Resource Allocation in Cloud Computing Internatonal Conference on Logstcs Engneerng, Management and Computer Scence (LEMCS 2015) Prcng for Resource Allocaton n Cloud Computng Zhengce Ca Department of Informaton Servce Anhu Insttute of Internatonal

More information

emissions in the Indonesian manufacturing sector Rislima F. Sitompul and Anthony D. Owen

emissions in the Indonesian manufacturing sector Rislima F. Sitompul and Anthony D. Owen Mtgaton optons for energy-related CO 2 emssons n the Indonesan manufacturng sector Rslma F. Stompul and Anthony D. Owen School of Economcs, The Unversty of New South Wales, Sydney, Australa Why mtgaton

More information

Experiments with Protocols for Service Negotiation

Experiments with Protocols for Service Negotiation PROCEEDINGS OF THE WORKSHOP ON APPLICATIONS OF SOFTWARE AGENTS ISBN 978-86-7031-188-6, pp. 25-31, 2011 Experments wth Protocols for Servce Negotaton Costn Bădcă and Mhnea Scafeş Unversty of Craova, Software

More information

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy

Optimal Issuing Policies for Substitutable Fresh Agricultural Products under Equal Ordering Policy 06 Internatonal Academc Conference on Human Socety and Culture (HSC 06) ISBN: 978--60595-38-6 Optmal Issung Polces for Substtutable Fresh Agrcultural Products under Eual Orderng Polcy Qao- TENG,a, and

More information

Extended Abstract for WISE 2005: Workshop on Information Systems and Economics

Extended Abstract for WISE 2005: Workshop on Information Systems and Economics Extended Abstract for WISE 5: Workshop on Informaton Systems and Economcs How Many Bundles?:An Analyss on Customzed Bundlng of Informaton Goods wth Multple Consumer Types Wendy HUI Ph.D. Canddate Department

More information

Coordination mechanisms for decentralized parallel systems

Coordination mechanisms for decentralized parallel systems CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE Concurrency Computat.: Pract. Exper. 0000; 00:1 0 Publshed onlne n Wley InterScence (www.nterscence.wley.com). Coordnaton mechansms for decentralzed

More information

Hybrid Real Time Systems Scheduling with Safe Interrupt Handling

Hybrid Real Time Systems Scheduling with Safe Interrupt Handling 11th Brazlan Workshop on Real-Tme and Embedded Systems 13 Hybrd Real Tme Systems Schedulng wth Safe Interrupt Handlng Gustavo A. F. B. Melo, Sérgo V. Cavalcante Centro de Informátca Unversdade Federal

More information

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING

A SIMULATION STUDY OF QUALITY INDEX IN MACHINE-COMPONF~T GROUPING A SMULATON STUDY OF QUALTY NDEX N MACHNE-COMPONF~T GROUPNG By Hamd Sefoddn Assocate Professor ndustral and Manufacturng Engneerng Department Unversty of Wsconsn-Mlwaukee Manocher Djassem Assstant Professor

More information

Lecture 5: Applications of Consumer Theory

Lecture 5: Applications of Consumer Theory Lecture 5: Applcatons of Consumer Theory Alexander Woltzky MIT 14.121 1 Applcatons of Consumer Theory Consumer theory s very elegant, but also very abstract. Ths lecture: three classc topcs that brng consumer

More information

CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM

CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM 28 CHAPTER 8 DYNAMIC RESOURCE ALLOCATION IN GRID COMPUTING USING FUZZY-GENETIC ALGORITHM The man aspraton of Grd Computng s to aggregate the maxmum avalable dle computng power of the dstrbuted resources,

More information

On Advantages of Scheduling using Genetic Fuzzy Systems

On Advantages of Scheduling using Genetic Fuzzy Systems On Advantages of Schedulng usng Genetc Fuzzy Systems Carsten Franke, Joachm Leppng, and Uwe Schwegelshohn Computer Engneerng Insttute, Dortmund Unversty, 44221 Dortmund, Germany (emal: {carsten.franke,

More information

Supplier selection and evaluation using multicriteria decision analysis

Supplier selection and evaluation using multicriteria decision analysis Suppler selecton and evaluaton usng multcrtera decson analyss Stratos Kartsonaks 1, Evangelos Grgorouds 2, Mchals Neofytou 3 1 School of Producton Engneerng and Management, Techncal Unversty of Crete,

More information

Multi Objective Optimum Resource Scheduling for Cloud Computing Networks

Multi Objective Optimum Resource Scheduling for Cloud Computing Networks Internatonal Journal of Appled Engneerng Research ISSN 0973-4562 Volume 12, Number 24 (2017) pp. 16094-16099 Research Inda Publcatons. http://www.rpublcaton.com Mult Objectve Optmum Resource Schedulng

More information

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University

MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE. Dileep R. Sule and Anuj A. Davalbhakta Louisiana Tech University MULTIPLE FACILITY LOCATION ANALYSIS PROBLEM WITH WEIGHTED EUCLIDEAN DISTANCE Dleep R. Sule and Anuj A. Davalbhakta Lousana Tech Unversty ABSTRACT Ths paper presents a new graphcal technque for cluster

More information

ON THE PERFORMANCE IMPACT OF FAIR SHARE SCHEDULING

ON THE PERFORMANCE IMPACT OF FAIR SHARE SCHEDULING ON THE PERFORMANCE IMPACT OF FAIR SHARE SCHEDULING Ethan Bolker BMC Software, Inc Unversty of Massachusetts, Boston eb@cs.umb.edu Ypng Dng BMC Software, Inc Ypng_Dng@bmc.com Far share schedulng s a way

More information

Computación y Sistemas ISSN: Instituto Politécnico Nacional México

Computación y Sistemas ISSN: Instituto Politécnico Nacional México Computacón y Sstemas ISSN: 1405-5546 computacon-y-sstemas@cc.pn.mx Insttuto Poltécnco Naconal Méxco Lezama Barquet, Anuar; Tchernykh, Andre; Yahyapour, Ramn Performance Evaluaton of Infrastructure as Servce

More information

An Application of MILP-based Block Planning in the Chemical Industry

An Application of MILP-based Block Planning in the Chemical Industry The Eghth Internatonal Symposum on Operatons Research and Its Applcatons (ISORA 09) Zhangjaje, Chna, September 20 22, 2009 Copyrght 2009 ORSC & APORC, pp. 103 110 An Applcaton of MILP-based Block Plannng

More information

Why do we have inventory? Inventory Decisions. Managing Economies of Scale in the Supply Chain: Cycle Inventory. 1. Understanding Inventory.

Why do we have inventory? Inventory Decisions. Managing Economies of Scale in the Supply Chain: Cycle Inventory. 1. Understanding Inventory. -- Chapter 10 -- Managng Economes of Scale n the Supply Chan: Cycle Inventory Pros: Why do we have nventory? To overcome the tme and space lags between producers and consumers To meet demand/supply uncertanty

More information

Impact of ROI on Bidding and Revenue in Sponsored Search Advertisement Auctions

Impact of ROI on Bidding and Revenue in Sponsored Search Advertisement Auctions Impact of ROI on Bddng and Revenue n Sponsored Search Advertsement Auctons Boleslaw K. Szymansk and Juong-Sk Lee Optmaret Inc., Newtonvlle, NY, 228 Rensselaer Polytechnc Insttute, Computer Scence Department,

More information

CHAPTER 2 OBJECTIVES AND METHODOLOGY

CHAPTER 2 OBJECTIVES AND METHODOLOGY 28 CHAPTER 2 OBJECTIVES AND METHODOLOGY The objectve of ths research s to mprove shop floor performance through proper allocaton of jobs n the machnes by consderng due tme, whch reduces the overall penalty

More information

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory)

A Scenario-Based Objective Function for an M/M/K Queuing Model with Priority (A Case Study in the Gear Box Production Factory) Proceedngs of the World Congress on Engneerng 20 Vol I WCE 20, July 6-8, 20, London, U.K. A Scenaro-Based Objectve Functon for an M/M/K Queung Model wth Prorty (A Case Study n the Gear Box Producton Factory)

More information

The monopoly market. Telecommunications in Portugal. Managerial Economics MBACatólica

The monopoly market. Telecommunications in Portugal. Managerial Economics MBACatólica Fernando Branco 2006-2007 Fall uarter Sesson 5 Part I The monopoly market A sngle company supples an output, over whch t has relevant market power: The relevant market; Dmenson of the company. Market power:

More information

Study on dynamic multi-objective approach considering coal and water conflict in large scale coal group

Study on dynamic multi-objective approach considering coal and water conflict in large scale coal group IOP Conference Seres: Earth and Envronmental Scence PAPER OPEN ACCESS Study on dynamc mult-objectve approach consderng coal and water conflct n large scale coal group To cte ths artcle: Qng Feng and L

More information

A Novel Approach for Optimization Auto-Scaling in Cloud Computing Environment

A Novel Approach for Optimization Auto-Scaling in Cloud Computing Environment I.J. Modern Educaton and Computer Scence, 2015, 8, 9-16 Publshed Onlne August 2015 n MECS (http://www.mecs-press.org/) DOI: 10.5815/mecs.2015.08.02 A Novel Approach for Optmzaton Auto-Scalng n Cloud Computng

More information

Temperature-Constrained Power Control for Chip

Temperature-Constrained Power Control for Chip Temperature-Constraned Power Control for Chp Multprocessors wth Onlne Model Estmaton Yefu Wang, Ka Ma, Xaoru Wang Department of EECS Unversty of Tennessee, Knoxvlle Introducton o Power and temperature

More information

Appendix 6.1 The least-cost theorem and pollution control

Appendix 6.1 The least-cost theorem and pollution control Appendx 6.1 The least-cost theorem and polluton control nstruments Ths appendx s structured as follows. In Part 1, we defne the notaton used and set the scene for what follows. Then n Part 2 we derve a

More information

Adaptation of On-line Scheduling Strategies for Sensor Network Platforms

Adaptation of On-line Scheduling Strategies for Sensor Network Platforms Adaptaton of On-lne Schedulng Strateges for Sensor Network Platforms Chrstan Decker, Tll Redel, Mchael Begl Telecooperaton Offce (TecO), Unversty of Karlsruhe Karlsruhe, Germany {cdecker,redel,begl}@teco.edu

More information

Production Scheduling for Parallel Machines Using Genetic Algorithms

Production Scheduling for Parallel Machines Using Genetic Algorithms Producton Schedulng for Parallel Machnes Usng Genetc Algorthms Chchang Jou 1), Hsn-Chang Huang 2) 1) Tamkang Unversty, Department of Informaton Management (cjou@mal.m.tku.edut.tw) 2) Tamkang Unversty,

More information

1991), a development of the BLAST program which integrates the building zone energy balance with the system and central plant simulation.

1991), a development of the BLAST program which integrates the building zone energy balance with the system and central plant simulation. OPTIMISATION OF MECHANICAL SYSTEMS IN AN INTEGRATED BUILDING ENERGY ANALYSIS PROGRAM: PART I: CONVENTIONAL CENTRAL PLANT EQUIPMENT Russell D. Taylor and Curts O. Pedersen Unversty of Illnos at Urbana-

More information

Identifying Factors that Affect the Downtime of a Production Process

Identifying Factors that Affect the Downtime of a Production Process Identfyng Factors that Affect the Downtme of a Producton Process W. Nallaperuma 1 *, U. Ekanayake 1, Ruwan Punch-Manage 2 1 Department of Physcal scences, Rajarata Unversty, Sr Lanka 2 Department of Statstcs

More information

Do Competing Suppliers Maximize Profits as Theory Suggests? An Empirical Evaluation

Do Competing Suppliers Maximize Profits as Theory Suggests? An Empirical Evaluation Unversty of Massachusetts Boston ScholarWorks at UMass Boston Management Scence and Informaton Systems Faculty Publcaton Seres Management Scence and Informaton Systems January 2015 as Theory Suggests?

More information

Genetic-based Resource Allocation and Scheduling Technique for Multi-Class Users in Cloud Computing Environment

Genetic-based Resource Allocation and Scheduling Technique for Multi-Class Users in Cloud Computing Environment Internatonal Journal of Pure and Appled Mathematcs Volume 117 No. 9 2017, 175-179 ISSN: 1311-8080 (prnted verson); ISSN: 1314-3395 (on-lne verson) url: http://www.jpam.eu do: 10.12732/jpam.v1179.31 Specal

More information

CYCLE TIME VARIANCE MINIMIZATION FOR WIP BALANCE APPROACHES IN WAFER FABS. Zhugen Zhou Oliver Rose

CYCLE TIME VARIANCE MINIMIZATION FOR WIP BALANCE APPROACHES IN WAFER FABS. Zhugen Zhou Oliver Rose Proceedngs of the 013 Wnter Smulaton Conference R. Pasupathy, S.-H. Km, A. Tolk, R. Hll, and M. E. Kuhl, eds CYCLE TIME VARIANCE MINIMIZATION FOR WIP BALANCE APPROACHES IN WAFER FABS Zhugen Zhou Olver

More information

Learning Curve: Analysis of an Agent Pricing Strategy Under Varying Conditions

Learning Curve: Analysis of an Agent Pricing Strategy Under Varying Conditions Learnng Curve: Analyss of an Agent Prcng Strategy Under Varyng Condtons Joan Morrs, Patte Maes MIT Meda Laboratory 20 Ames Street, E-0 Cambrdge, MA 02 USA {joane, patte}@meda.mt.edu Amy Greenwald Computer

More information

FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER

FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER FIN DESIGN FOR FIN-AND-TUBE HEAT EXCHANGER WITH MICROGROOVE SMALL DIAMETER TUBES FOR AIR CONDITIONER Yfeng Gao (a), J Song (a), Jngdan Gao (b), Guolang Dng (b)* (a) Internatonal Copper Assocaton Shangha

More information

K vary over their feasible values. This allows

K vary over their feasible values. This allows Proceedngs of the 2007 INFORMS Smulaton Socety Research Workshop. MULTI-PRODUCT CYCLE TIME AND THROUGHPUT EVALUATION VIA SIMULATION ON DEMAND John W. Fowler Gerald T. Mackulak Department of Industral Engneerng

More information

SENSITIVITY ANALYSIS AND OPTIMIZATION OF DIFFERENT INVENTORY CONTROL POLICIES ALONG THE SUPPLY CHAIN

SENSITIVITY ANALYSIS AND OPTIMIZATION OF DIFFERENT INVENTORY CONTROL POLICIES ALONG THE SUPPLY CHAIN SENSITIVITY ANALYSIS AND OPTIMIZATION OF DIFFERENT INVENTORY CONTROL POLICIES ALONG THE SUPPLY CHAIN Dulo Curco (a), Francesco Longo (b) (a) (b) Modelng & Smulaton Center - Laboratory of Enterprse Solutons

More information

Dominant Resource Fairness: Fair Allocation of Multiple Resource Types

Dominant Resource Fairness: Fair Allocation of Multiple Resource Types Dominant Resource Fairness: Fair Allocation of Multiple Resource Types Ali Ghodsi, Matei Zaharia, Benjamin Hindman, Andy Konwinski, Scott Shenker, Ion Stoica UC Berkeley Introduction: Resource Allocation

More information

SIMULATION-BASED MULTI-OBJECTIVE OPTIMIZATION OF A REAL-WORLD SCHEDULING PROBLEM

SIMULATION-BASED MULTI-OBJECTIVE OPTIMIZATION OF A REAL-WORLD SCHEDULING PROBLEM Proceedngs of the 2006 Wnter Smulaton Conference L. F. Perrone, F. P. Weland, J. Lu, B. G. Lawson, D. M. Ncol, and R. M. Fujmoto, eds. SIMULATION-BASED MULTI-OBJECTIVE OPTIMIZATION OF A REAL-WORLD SCHEDULING

More information

Fuzzy adaptive agent for supply chain management

Fuzzy adaptive agent for supply chain management Fuzzy adaptve agent for supply chan management Yan-Whar S a,* and So-Fan Lou b a,b Faculty of Scence and Technology, Unversty of Macau, Av. Padre Tomas Perera, Tapa, Macau Abstract. Recent technologcal

More information

The Role of Price Floor in a Differentiated Product Retail Market

The Role of Price Floor in a Differentiated Product Retail Market Economc Analyss & Polcy, Vol. 40 No. 3, DECEMBER 2010 The Role of Prce Floor n a Dfferentated Product Retal Market Barna Bakó 1 Faculty of Economcs, Corvnus Unversty of Budapest Fovám tér 8, Budapest,

More information

OPTIMISATION AND CONSTRAINT BASED HEURISTIC METHODS FOR ADVANCED PLANNING AND SCHEDULING SYSTEMS

OPTIMISATION AND CONSTRAINT BASED HEURISTIC METHODS FOR ADVANCED PLANNING AND SCHEDULING SYSTEMS Internatonal Journal of Industral Engneerng, 23(1), 26-48, 2016 OPTIMISATION AND CONSTRAINT BASED HEURISTIC METHODS FOR ADVANCED PLANNING AND SCHEDULING SYSTEMS Cemalettn Ozturk 1, M. Arslan Ornek 2,*

More information

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach

A Group Decision Making Method for Determining the Importance of Customer Needs Based on Customer- Oriented Approach Proceedngs of the 010 Internatonal Conference on Industral Engneerng and Operatons Management Dhaka, Bangladesh, January 9 10, 010 A Group Decson Makng Method for Determnng the Importance of Customer Needs

More information

Model Development of a Membrane Gas Permeation Unit for the Separation of Hydrogen and Carbon Dioxide

Model Development of a Membrane Gas Permeation Unit for the Separation of Hydrogen and Carbon Dioxide CHEMICAL ENGINEERING TRANSACTIONS Volume 21, 2010 Edtor.. Klemeš, H. L. Lam, P. S. Varbanov Copyrght 2010, AIDIC Servz S.r.l., ISBN 978-88-95608-05-1 ISSN 1974-9791 DOI: 10.3303/CET1021218 1303 Model Development

More information

Mode Change Protocols for Predictable Contract-Based Resource Management in Embedded Multimedia Systems

Mode Change Protocols for Predictable Contract-Based Resource Management in Embedded Multimedia Systems Mode Change Protocols for Predctable Contract-Based Resource Management n Embedded Multmeda Systems Marsol García Valls Department of Telematcs Engneerng Unversdad Carlos III de Madrd Avda. de la Unversdad

More information

A Revised Discrete Particle Swarm Optimization for Cloud Workflow Scheduling

A Revised Discrete Particle Swarm Optimization for Cloud Workflow Scheduling A Revsed Dscrete Partcle Swarm Optmzaton for Cloud Workflow Schedulng Zhangun Wu 1,2, Zhwe N 1, Lchuan Gu 1 1 Insttute of Intellgent Management Hefe Unversty of Technology Hefe, Chna wuzhangun@mal.hfut.edu.cn

More information

A TABU SEARCH FOR MULTIPLE MULTI-LEVEL REDUNDANCY ALLOCATION PROBLEM IN SERIES-PARALLEL SYSTEMS

A TABU SEARCH FOR MULTIPLE MULTI-LEVEL REDUNDANCY ALLOCATION PROBLEM IN SERIES-PARALLEL SYSTEMS Internatonal Journal of Industral Engneerng, 18(3), 120-129, 2011. A TABU SEACH FO MULTIPLE MULTI-LEVEL EDUNDANCY ALLOCATION POBLEM IN SEIES-PAALLEL SYSTEMS Kl-Woong Jang and Jae-Hwan Km Department of

More information

Program Phase and Runtime Distribution-Aware Online DVFS for Combined Vdd/Vbb Scaling

Program Phase and Runtime Distribution-Aware Online DVFS for Combined Vdd/Vbb Scaling Program Phase and Runtme Dstrbuton-Aware Onlne DVFS for Combned Vdd/Vbb Scalng Jungsoo Km, Sungjoo Yoo, and Chong-Mn Kyung Dept. of EECS at KAIST jskm@vslab.kast.ac.kr, kyung@ee.kast.ac.kr Dept. of EE

More information

Sources of information

Sources of information MARKETING RESEARCH FACULTY OF ENGINEERING MANAGEMENT Ph.D., Eng. Joanna Majchrzak Department of Marketng and Economc Engneerng Mal: joanna.majchrzak@put.poznan.pl Meetngs: Monday 9:45 11:15 Thursday 15:10

More information

Research on the Resource Sharing Among Hierarchically Distributed Virtual Enterprises Based on Grid System

Research on the Resource Sharing Among Hierarchically Distributed Virtual Enterprises Based on Grid System Send Orders for Reprnts to reprnts@benthamscence.ae The Open Cybernetcs & Systemcs Journal, 204, 8, 385-392 385 Open Access Research on the Resource Sharng Among Herarchcally Dstrbuted Vrtual Enterprses

More information

A Real-time Planning and Scheduling Model in RFID-enabled Manufacturing

A Real-time Planning and Scheduling Model in RFID-enabled Manufacturing Proceedngs of the 2014 Internatonal Conference on Industral Engneerng and Operatons Management Bal, Indonesa, January 7 9, 2014 A Real-tme Plannng and Schedulng Model n RFID-enabled Manufacturng Ray Y.

More information

Non-cooperative strategic behavior:

Non-cooperative strategic behavior: Strategc non-cooperatve behavor Vllas-Boas Non-cooperatve strategc behavor: Encompasses actons of one frm that wants to ncrease ts profts by mprovng ts poston relatve to ts rvals. To harm ts rvals To beneft

More information

Capacity allocation and flexibility in primary care

Capacity allocation and flexibility in primary care Capacty allocaton and flexblty n prmary care Har Balasubramanan, Ana Murel, Asl Ozen, Lang Wang, Xaolng Gao, Jan Hppchen Abstract We dscuss capacty allocaton for prmary care practces at three dfferent

More information

Researches on the best-fitted talents recommendation algorithm

Researches on the best-fitted talents recommendation algorithm Researches on the best-ftted talents recommendaton algorthm Shjun ao, Zhuo 2, Lang Zhang. he sxth faculty of Informaton Engneerng, Unversty, Zhengzhou 45000, Chna E-mal: ysj@zzu.edu.cn 2. he sxth faculty

More information

A Storage Pricing Mechanism for Learning Agents in Masdar City Smart Grid

A Storage Pricing Mechanism for Learning Agents in Masdar City Smart Grid A Storage Prcng Mechansm for Learnng Agents n Masdar Cty Smart Grd Fatmah Ishowo-Oloko, Perukrshnen Vytelngum 2, Nck Jennngs 2, Iyad Rahwan,3 Masdar Insttute of Scence & Technology, UAE Unversty of Southampton,

More information

Spatial difference of regional carbon emissions in China

Spatial difference of regional carbon emissions in China Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7): 2741-2745 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Spatal dfference of regonal carbon emssons n Chna

More information

Best-Order Crossover in an Evolutionary Approach to Multi-Mode Resource-Constrained Project Scheduling

Best-Order Crossover in an Evolutionary Approach to Multi-Mode Resource-Constrained Project Scheduling Internatonal Journal of Computer Informaton Systems and Industral Management Applcatons. ISSN 2150-7988 Volume 6 (2014) pp. 364-372 MIR Labs, www.mrlabs.net/csm/ndex.html Best-Order Crossover n an Evolutonary

More information

Two Market Models for Demand Response in Power Networks

Two Market Models for Demand Response in Power Networks Two Market Models for Demand Response n Power Networks Ljun Chen, Na L, Steven H. Low and John C. Doyle Engneerng & Appled Scence Dvson, Calforna Insttute of Technology, USA Abstract In ths paper, we consder

More information

Computational Solution to Economic Operation of Power Plants

Computational Solution to Economic Operation of Power Plants Electrcal and Electronc Engneerng 013, 3(6): 139-148 DOI: 10.593/j.eee.0130306.01 Computatonal Soluton to Economc Operaton of ower lants Temtope Adefarat 1,*, Ayodele Sunday Oluwole 1, Mufutau Adewolu

More information

RULEBOOK on the manner of determining environmental flow of surface water

RULEBOOK on the manner of determining environmental flow of surface water Pursuant to Artcle 54 paragraph 2 of the Law on Waters (Offcal Gazette of the Republc of Montenegro 27/07 and Offcal Gazette of Montenegro 32/11 and 48/15), the Mnstry of Agrculture and Rural Development

More information

A Multi-Product Reverse Logistics Model for Third Party Logistics

A Multi-Product Reverse Logistics Model for Third Party Logistics 2011 Internatonal Conference on Modelng, Smulaton and Control IPCSIT vol.10 (2011) (2011) IACSIT Press, Sngapore A Mult-Product Reverse Logstcs Model for Thrd Party Logstcs Tsa-Yun Lao, Agatha Rachmat

More information

A DNA computing approach to solve Task Assignment problem in Real Time Distributed computing System. Abstract

A DNA computing approach to solve Task Assignment problem in Real Time Distributed computing System. Abstract A DNA computng approach to solve Task Assgnment problem n Real Tme Dstrbuted computng System Aser Avnash Ekka Department of Computer Scence & Engneerng NIT Rourkela, ORISSA, INDIA Bbhudatta Sahoo Department

More information

Scheduling High-Level Tasks Among Cooperative Agents

Scheduling High-Level Tasks Among Cooperative Agents Schedulng Hgh-Level Tasks Among Cooperatve Agents Bradley J. Clement nversty of Mchgan Artfcal Intellgence Laboratory Ann Arbor, MI 89 bradc@umch.edu Edmund H. Durfee nversty of Mchgan Artfcal Intellgence

More information

Minimize: X X Tij Xij +- i i i. Hi Si + X Y tij Li i MODEL

Minimize: X X Tij Xij +- i i i. Hi Si + X Y tij Li i MODEL SOUTHERN JOURNAL OF AGRICULTURAL ECONOMICS JULY, 1975 A NEGATIVE-COST APPROACH TO THE FORMULATION OF A TRANSHIPMENT PROBLEM* Earl A. Stenns and Verner G. Hurt The transhpment problem formulaton has gressed

More information

Standard Electromotive Force (EMF) Series. Outline. Concentration and Temperature Effects. Example

Standard Electromotive Force (EMF) Series. Outline. Concentration and Temperature Effects. Example Standard Electromotve Force (EMF) Seres Outlne Bref Revew: Corroson Concentraton and Temperature Effects Example Corroson Rates Polarzaton Corroson Rate - Actvaton - Concentraton Passve behavour For any

More information

Characteristics of Cascade and C3MR Cycle on Natural Gas Liquefaction Process

Characteristics of Cascade and C3MR Cycle on Natural Gas Liquefaction Process Characterstcs of Cascade and C3MR Cycle on atural Gas Lquefacton Process Jung-n Yoon, Ho-saeng Lee, Seung-taek Oh, Sang-gyu Lee and Keun-hyung Cho Abstract In ths paper, several dfferent types of natural

More information

Characteristics of Cascade and C3MR Cycle on Natural Gas Liquefaction Process

Characteristics of Cascade and C3MR Cycle on Natural Gas Liquefaction Process Characterstcs of Cascade and C3MR Cycle on atural Gas Lquefacton Process Jung-n Yoon, Ho-saeng Lee, Seung-taek Oh, Sang-gyu Lee and Keun-hyung Cho Abstract In ths paper, several dfferent types of natural

More information

International Trade and California Employment: Some Statistical Tests

International Trade and California Employment: Some Statistical Tests Internatonal Trade and Calforna Employment: Some Statstcal Tests Professor Dwght M. Jaffee Fsher Center for Real Estate and Urban Economcs Haas School of Busness Unversty of Calforna Berkeley CA 94720-1900

More information

Discovering Valuations and Enforcing Truthfulness in a Deadline-Aware Scheduler

Discovering Valuations and Enforcing Truthfulness in a Deadline-Aware Scheduler Dscoverng Valuatons and Enforcng Truthfulness n a Deadlne-Aware Scheduler Zhe Huang, S. Matthew Wenberg, Lang Zheng, Carlee Joe-Wong, and Mung Chang Prnceton Unversty, NJ, USA, Carnege Mellon Unversty,

More information

Regulating monopoly price discrimination

Regulating monopoly price discrimination Journal of Regulatory Economcs (2018) 54:1 13 https://do.org/10.1007/s11149-018-9361-2 ORIGINAL ARTICLE Regulatng monopoly prce dscrmnaton Smon Cowan 1 Publshed onlne: 2 July 2018 The Author(s) 2018 Abstract

More information

CONFLICT RESOLUTION IN WATER RESOURCES ALLOCATION

CONFLICT RESOLUTION IN WATER RESOURCES ALLOCATION 7 th Internatonal Conference on Hydronformatcs HIC 2006, Nce, FRANCE CONFLICT RESOLUTION IN WATER RESOURCES ALLOCATION MASOUD ASADZADEH ESFAHANI Graduate Research Assstant, School of Cvl and Envronmental

More information

The Pennsylvania State University. The Graduate School. College of Engineering MARKET-BASED MODEL PREDICTIVE CONTROL FOR SURVIVABLE

The Pennsylvania State University. The Graduate School. College of Engineering MARKET-BASED MODEL PREDICTIVE CONTROL FOR SURVIVABLE The Pennsylvana State Unversty The Graduate School College of Engneerng MARKET-BASED MODEL PREDICTIVE CONTROL FOR SURVIVABLE DISTRIBUTED INFORMATION SYSTEMS: RESOURCE ALLOCATION AND ALGORITHM SELECTION

More information

Cloud Auto-scaling with Deadline and Budget Constraints

Cloud Auto-scaling with Deadline and Budget Constraints Cloud Auto-scalng wth Deadlne and Budget Constrants Mng MaoJe LMarty Humphrey Department of Computer Scence Unversty of Vrgna Charlottesvlle, VA, USA 22904 {mng, l3yh, humphrey}@cs.vrgna.edu Abstract Clouds

More information

Research on chaos PSO with associated logistics transportation scheduling under hard time windows

Research on chaos PSO with associated logistics transportation scheduling under hard time windows Advanced Scence and Technology Letters Vol76 (CA 014), pp75-83 http://dxdoorg/101457/astl0147618 Research on chaos PSO wth assocated logstcs transportaton schedulng under hard tme wndows Yuqang Chen 1,

More information

AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS

AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS AN ITERATIVE ALGORITHM FOR PROFIT MAXIMIZATION BY MARKET EQUILIBRIUM CONSTRAINTS Andrés Ramos Marano Ventosa Mchel Rver Abel Santamaría Unversdad Pontfca Comllas IBERDROLA DISTRIBUCIÓN S.A.U. Alberto Agulera

More information

SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES

SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES Advances n Producton Engneerng & Management 6 (2011) 1, 15-26 ISSN 1854-6250 Scentfc paper SIMULATION RESULTS ON BUFFER ALLOCATION IN A CONTINUOUS FLOW TRANSFER LINE WITH THREE UNRELIABLE MACHINES Sörensen,

More information

Targeted Coupon Distribution Using Social Networks

Targeted Coupon Distribution Using Social Networks Targeted Coupon Dstrbuton Usng Socal Networks Srnvas Shakkotta Texas A&M Unversty sshakkot@tamu.edu Le Yng Iowa State Unversty leyng@astate.edu Sankalp Sah Texas A&M Unversty sankalpsah@neo.tamu.edu ABSTRACT

More information

Supplementary Appendix to. Rich Communication, Social Preferences, and Coordinated Resistance against Divide-and-

Supplementary Appendix to. Rich Communication, Social Preferences, and Coordinated Resistance against Divide-and- Supplementary ppendx to Rch Communcaton, Socal Preferences, and Coordnated Resstance aganst Dvde-and- Conquer: Laboratory Investgaton (2013) by Tmothy N. Cason and Va-Lam Mu In the text, before proceedng

More information

Clustering. CS4780 Machine Learning Fall Thorsten Joachims Cornell University. Reading: Manning/Schuetze Chapter 14 (not , 14.1.

Clustering. CS4780 Machine Learning Fall Thorsten Joachims Cornell University. Reading: Manning/Schuetze Chapter 14 (not , 14.1. Clusterng CS4780 Mahne Learnng Fall 2009 Thorsten Joahms Cornell Unversty Readng: Mannng/Shuetze Chapter 14 (not 14.1.3, 14.1.4) Based on sldes from Prof. Clare Carde, Prof. Ray Mooney, Prof. Ymng Yang

More information

Simulation-based Decision Support System for Real-time Disaster Response Management

Simulation-based Decision Support System for Real-time Disaster Response Management Proceedngs of the 2008 Industral Engneerng Research Conference J. Fowler and S. Mason, eds. Smulaton-based Decson Support System for Real-tme Dsaster Response Management Shengnan Wu, Larry Shuman, Bopaya

More information

The Spatial Equilibrium Monopoly Models of the Steamcoal Market

The Spatial Equilibrium Monopoly Models of the Steamcoal Market Advances n Management & Appled Economcs, vol.2, no.3, 2012, 125-132 ISSN: 1792-7544 (prnt verson), 1792-7552 (onlne) Scenpress Ltd, 2012 The Spatal Equlbrum Monopoly Models of the Steamcoal Maret Hu Wen

More information

Impacts of Generation-Cycling Costs on Future Electricity Generation Portfolio Investment

Impacts of Generation-Cycling Costs on Future Electricity Generation Portfolio Investment 1 mpacts of Generaton-Cyclng Costs on Future Electrcty Generaton Portfolo nvestment P. Vthayasrchareon, Member, EEE, and. F. MacGll, Member, EEE Abstract Ths paper assesses the mpacts of ncorporatng short-term

More information

Game Theory Application and Strategic Bidding in Electricity Supply Market

Game Theory Application and Strategic Bidding in Electricity Supply Market World Journal of Engneerng and Technology, 2016, 4, 72-81 http://www.scrp.org/journal/wjet ISSN Onlne: 2331-4249 ISSN Prnt: 2331-4222 Game Theory Applcaton and Strategc Bddng n Electrcty Supply Market

More information

A Batch Splitting Job Shop Scheduling Problem with bounded batch sizes under Multiple-resource Constraints using Genetic Algorithm

A Batch Splitting Job Shop Scheduling Problem with bounded batch sizes under Multiple-resource Constraints using Genetic Algorithm A Batch Splttng Job Shop Schedulng Problem wth bounded batch szes under ultple-resource Constrants usng Genetc Algorthm WANG Ha-yan,ZHAO Yan-we* Key Laboratory of echancal manufacture and Automaton of

More information

CHARACTERISTICS OF FAIRNESS METRICS AND THEIR EFFECT ON PERCEIVED SCHEDULER EFFECTIVENESS

CHARACTERISTICS OF FAIRNESS METRICS AND THEIR EFFECT ON PERCEIVED SCHEDULER EFFECTIVENESS CHARACTERISTICS OF FAIRESS METRICS AD THEIR EFFECT O PERCEIVED SCHEDULER EFFECTIVEESS J. gubr Department of Computer Scence Makerere Unversty P.O.Box 7062 Kampala, Uganda ngubr@ct.mak.ac.ug M. van Vlet

More information

DESIGNING TWO-ECHELON SUPPLY CHAIN USING SIMULATION AND PRICING STRATEGY

DESIGNING TWO-ECHELON SUPPLY CHAIN USING SIMULATION AND PRICING STRATEGY DESIGIG TWO-ECHELO SUPPLY CHAI USIG SIULATIO AD PRICIG STRATEGY Seyed ohammad ahd Kazem (a), Peyman Tak (b), Seyed ohamad kazem (c) (a) Department of ndustral engneerng, Damavand Branch, Islamc Azad Unvesty,

More information

Development of Investment Strategies for Wind Power Generation

Development of Investment Strategies for Wind Power Generation Development of Investment Strateges for Wnd Power Generaton Chanapan Kongnam, Student Member, IEEE, and Somboon uchprayoon, Member, IEEE Abstract--Ths paper develops nvestment strateges for wnd power generaton

More information

Valuing Customer Portfolios under Risk-Return-Aspects: A Model-based Approach and its Application in the Financial Services Industry

Valuing Customer Portfolios under Risk-Return-Aspects: A Model-based Approach and its Application in the Financial Services Industry Unversty of Augsburg Prof. Dr. Hans Ulrch Buhl Research Center Fnance & Informaton Management Department of Informaton Systems Engneerng & Fnancal Management Dscusson Paper WI-217 Valung Customer Portfolos

More information

A Hybrid Intelligent Learning Algorithm in MAS

A Hybrid Intelligent Learning Algorithm in MAS A Hybrd Intellgent Learnng Algorthm n MAS SHUJUN ZHANG, QINGCHUN MENG, WEN ZHANG, CHANGHONG SONG Computer Scence Department Ocean Unversty of Chna Computer Scence Department of Ocean Unversty of Chna,

More information

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting

Evaluating Clustering Methods for Multi-Echelon (r,q) Policy Setting Proceedngs of the 2007 Industral Engneerng Research Conference G. Bayraksan W. Ln Y. Son and R. Wysk eds. Evaluatng Clusterng Methods for Mult-Echelon (r) Polcy Settng Vkram L. Desa M.S.; Manuel D. Rossett

More information

Emission Reduction Technique from Thermal Power Plant By Load Dispatch

Emission Reduction Technique from Thermal Power Plant By Load Dispatch Emsson Reducton Technque from Thermal Power Plant By Load Dspatch S. R. Vyas 1, Dr. Rajeev Gupta 2 1 Research Scholar, Mewar Unversty, Chhtorgrah. Inda 2 Dean EC Dept., Unversty College of Engg. RTU, Kota.

More information