Efficient Resource Management using Advance Reservations for Heterogeneous Grids

Size: px
Start display at page:

Download "Efficient Resource Management using Advance Reservations for Heterogeneous Grids"

Transcription

1 Efficient Resource Management using Advance Reservations for Heterogeneous Grids Claris Castillo, George N. Rouskas, Kaled Harfous Department of Computer Science Nort Carolina State University Raleig, NC Abstract Support for advance reservations of resources playsakeyroleingridresourcemanagementasitenables te system to meet user expectations wit respect to time requirements and temporal dependence of applications, increases predictability of te system and enables coallocation of resources. Despite tese attractive features, adoption of advance reservations is limited mainly due to te fact tat related algoritms are typically complex and fail to scale to large and loaded systems. In tis work we consider two aspects of advance reservations. First, we investigate te impact of eterogeneity on Grid resource management wen advance reservations are supported. Second, we employ tecniques from computational geometry to develop an efficient eterogeneity-aware sceduling algoritm. Our main finding is tat Grids may benefit from ig levels of resource eterogeneity, independently of te total system capacity. Our results sow tat our algoritm performs well across several user and system performance and overcome te lack of scalability and adaptability of existing mecanisms. I. INTRODUCTION Owing to te advances in tecnologies suc as resource virtualization and network management Grids ave experienced enormous growt not only in respect to teir adoption tey ave became te defacto infrastructure for computing service provisioning in academia and corporate R&D environments but also in teir functionality, complexity and size. Tis penomenon as led to te emergence of a wole new range of applications capable of performing tasks of a complexity not envisioned before. For instance, several scientific workfolk applications [24], [25], [27] involve te orcestration of multiple compute and data transfer stages. Tese stages normally ave strong dependency on completion times; tus te ability to co-scedule and syncronize resources usage is crucial. Furtermore, emerging classes of deadline-driven scientific applications suc as severe weater modeling [23] require simultaneous access to multiple resources and predictable completion times. In order to support suc temporal dependencies and strict time constraints Grid, middleware needs to offer planning capabilities so users can reserve resources in advance based on resource availability and meet te time Tis work was partially supported by NSF grants CAREER ANIR and CNS , Anita Borg Scolarsip and Cisco Systems Inc. requirements of teir applications. However, most existing Grids resource scedulers [10], [26], [28], [29], [45], [46] were originally designed to work under best-effort policies. In response to te emerging needs for more sopisticated resource management solutions some Grid resource management software as evolved to accommodate for advance reservations. Suc software includes LSF, PBS-Pro, Maui, Catalina, EASY and COSY (for a compreensive review of tese scedulers refer to [10] and references tereof). Advance reservations ave been widely proposed for provisioning for performance predictability, meeting resource requirements and providing guaranteed quality of service to applications [1] [6], [20], [21], [35], [36], [36] [38], [40]. GARA [34] is one of te seminal works on advance reservation and defines a basic arcitecture and simple API for te manipulation of advance reservation of different resources. A teoretical proof tat reservations can be used to improve te performance predictability of applications is presented in [38]. A comparison of provisioning models and best-effort mecanisms can be found in [32]. In [37] and [38] te performance and predictability of workflows applications wen advance reservations are used is investigated respectively, concluding tat it is beneficial for Grids to use advance reservations. A more general study on te usefulness of advance reservation is presented in [35]. In [5], [6] autors investigated te negative impact advance reservations ave on system and user performance. In [31], [43], [44] autors sow ow laxity and fuzziness in te reservation requests may be exploited to address some of te drawbacks of advance reservations. Two of te most recent major works on advance reservations in Grids are [32] and [21]. In [32], te autors propose a multiobjective genetic algoritm formulation for selecting te set of resources to be provisioned tat optimizes te application performance wile minimizing te resource costs. In [21] a cost-aware resource model is parented in wic reservation for eac application task is performed separately by negotiating wit te resource provider. In [33] te autors present a broker service for te Grid resources tat takes into account te fact tat deadline and budget are specified, and ten optimizes te usage of resources only by considering te current state of te

2 resources but witout any planning orizon. Te impact of resource eterogeneity as been investigated in contexts oter tan Grids. In [41] te autors exploit te eterogeneity found in HPC environment by dividing a task into subtasks and ten mapping te latter to resources tat best meet teir requirements. Tis work assumes offline sceduling and does not support advance reservations; our work deals wit online sceduling and allow users to scedule jobs in advance. In [19] te autors proposed a general framework to quantify te worst-case effect of increasing eterogeneity in models of parallel systems wit finite total capacity. An important contribution of tis work was a model to caracterize resource eterogeneity wic we adopt in tis paper. Overall, advance reservation of resources [1] [6] as generated great interest in te Grid community as a mecanism tat Grid providers may employ to offer planning capabilities to application users. Furtermore, it as sown to increase te predictability of te system maximizing te flexibility and adaptability of te system to cope wit te dynamic beavior of grid environments [35] [13] [38]. Despite te attractive features of advance reservations, tere is great scepticism in te Grid community about teir ability to meet teir promise; tis fact is mainly due to tree reasons. First, advance reservations ave sown to cause severe performance degradation [5], [6]. Second, typical advance reservation mecanisms lack flexibility as tey do not permit graceful degradation in application performance wen resource management policies mandate canges in allocations [9]. Tird, existing approaces suffer from poor scalability as tey are not effective in managing large sets of advance reservations or andling resource fragmentation. Also, most solutions lack of sopistication, and are not able to address te user needs (e.g. for time guarantees) and system requirements (e.g., for ig performance/trougput) in an integrated manner. To overcome tese callenges, algoritms for advance reservations need to beefficient so tey can adapt to dynamic canges in resource availability and user demand witout urting system and user performance. Moreover, tey must take into account resource eterogeneity since resources in Grid environments are typically igly eterogeneous. In previous work [40] we developed efficient algoritms for advance reservations of omogeneous resources. Tese algoritms are effective in meeting time requirements (e.g.,deadlines), may be adapted to employ several optimization criteria for sceduling jobs, and teir low running times make tem practical for large Grid environments. In tis paper we address te issue of meeting application time requirements in Grid environments wit resources of eterogeneous capabilities (e.g, as in te case of compute servers wit varying processing power). We consider an environment were users submit jobs dynamically, and tese jobs may start at a future time and must be completed witin a certain deadline. We first investigate te impact of eterogeneity on te sceduling of resources, and conclude tat sceduling algoritms need to be eterogeneity-aware to acieve appropriate system and user performance. Based on tis observation, we ten develop an efficient eterogeneityaware sceduling algoritm for advance reservations in tis context. We also describe ow to apply tecniques from computational geometry to develop data structures tat allow te service provider to manage efficiently te set of advance reservations and andle effectively te resulting resource fragmentation. Te rest of te paper is organized as follows. In Section II we describe te online sceduling problem we study in tis work. In Section III we make a case for eterogeneity-aware algoritms in Grids. By means of a simple experiment we sow tat resource eterogeneity may ave positive impact on performance if eterogeneity-aware algoritms are used. In Section IV we present a novel transformation of te advance reservations problem tat exploits tecniques from computational geometry. Using insigt from tis transformation, we ten develop a eterogeneity-aware algoritm in Section V, and provide details on its implementation and te associated data structures used to manage te fragmentation of resources. In Section VI we describe several directions for furter improving te performance of te sceduling algoritm tat are te subject of ongoing researc witin our group. In Section VII we investigate te performance of our algoritm troug simulation, and we conclude te paper in Section VIII. II. PROBLEM DESCRIPTION Consider a sceduler S for a Grid wit n servers wic may be geograpically distributed in a network. We consider a eterogeneous environment in tat server i as service rate µ i, were service rate refers to te amount of work a server can perform per unit of time. We also assume network delays are negligible. A user wit job j requiring service submits a request to te sceduler. Te request is caracterized by a treeparameter tuple (r j,l j,d j ), were: 1) r j is tereadytime of te job, i.e., te earliest time te job can be made available to te Grid for processing; 2) l j is tesize of te job, i.e, te amount of work te job requires; and 3) d j ( r j + l j ) is tedeadline of te job, i.e., te latest time by wic te job can be completed to provide any utility to te user. Te deadline is a measure of te quality of service required by te user. We assume tat deadlines are ard, in tat a user receives utility only if te job completes service by its deadline. Terefore, if S determines tat te deadline cannot be met, it drops te job and notifies its user accordingly. Note tat tis restriction may be relaxed wit minimal modifications to our algoritm; in

3 Section VI we describe a set of mecanisms tat may be used to re-negotiate and re-plan advance reservations in order to minimize te number of jobs tat are dropped. In our model, te availability of resources is represented by time intervals during wic servers are idle. We refer to tese intervals asidleperiods in tis paper. We say tat an idle period isfeasible for a given job j if it can accommodate j witin its deadline d j. Te feasibility of an idle period k for a given job j is determined by bot te service rate of te server associated wit te idle period and its duration. Terefore, we caracterize an idle period k on a server i wit service rate µ i by a tree-parameter tuple (st k,et k,c k ), were: st k is te starting time of te idle period; et k is te ending time of te idle period; and c k = µ i (et k st k ) is tenominalcapacity of te idle period, i.e., te amount of work tat server i can perform during idle period k. Note tat idle periods in slow (respectively, fast) servers may ave a long (respectively, sort) duration but small (respectively, large) nominal capacity. Moreover, te nominal capacity c k of an idle period k represents te maximum job size tat it can accommodate, assuming tat te job is sceduled to start execution exactly at time st k. As time progresses, te nominal capacity c k of te idle period decreases at a rate equal to its server s rate µ i. Consequently, if no job is allocated to te idle period by time t = st k, ten te maximum job size tat it can accommodate decreases linearly at rate µ i. Terefore, te nominal capacity of idle periods belonging to fast (respectively, slow) servers expires at a faster (respectively, slower) rate. We consider te online sceduling problem wereby users submit service requests to S at random instants. We assume tat S maintains a scedule wic records, for eac server i, te time periods in te future during wic te server is reserved for jobs tat ave already been accepted to te system. In essence, tis scedule represents te set of advance reservations tat ave been made, and it guarantees tat server resources will be available to te accepted jobs at specific future times. Figure 1(a) sows an example scedule for a 2-server system in wic server i as rate µ 1 = 1, and server 2 as rate µ 2 = 0.5. Te scedule is in te form of a timetable, and sows tat at te current time (i.e., t = 0), tere are four jobs sceduled for server 1: te job currently in service wic will end at time t 1, job A wic as reserved te server from time t 4 to time t 5, job B wic as reserved te server from time t 6 until time t 7, and job C wic is sceduled from time t 11 to time t 12. Similarly, tere are two jobs sceduled for server 2. Te figure also sows a new job j requesting service. Te job as ready time r j = t 3 and deadline d j. Tere are two representations of te new job. Te representation at te top as a sorter duration and sows te new job as seen by server 1, wile te one below as a longer duration (i.e., double tat at te top) and sows te job as seen by server 2. Wen a service request (r j,l j,d j ) for a new job j arrives, S immediately runs an algoritm to determine weter it is feasible to scedule te job so as to meet its deadline. If so, ten S uses a set of criteria to select one of te (possibly multiple) servers tat can andle tis job, updates its scedule, and returns a reference to tis server to te user; oterwise, te job is dropped. Te sceduling decision impacts te performance perceived by users as reflected by te fraction of jobs meeting (or missing) teir deadlines and te response time of te jobs. It also impacts te overall system performance as reflected by te system utilization, wic is a measure of ow well te overall service capacity of te system is used. Te callenge, terefore, is to develop efficient online sceduling algoritms tat minimize te fraction of dropped jobs wile maximizing utilization. A. Computational Heterogeneity To incorporate computational eterogeneity into our framework we use te model introduced in [19]. In tis model te autors use majorization partial order to compare te imbalance, i.e., eterogeneity, of capacity distributions. Te majorization partial order,, is defined as follows. Given two nonnegative vectors corresponding to te service rates of two n-servers systems C = (µ 1,µ 2,µ 3,,µ n ) and C = (µ 1,µ 2,µ 3,,µ n), we ave C C wen k k n n k µ [i] µ [i] and µ i = µ i (1) i=1 i=1 i=1 i=1 were µ [i] denotes te i-t largest component of C. We say tat te computational capacity distribution C A of a system A is more eterogeneous tan te computational capacity C B of a system B wenever C A C B. We say tat a Grid system is (H, n)-eterogeneous, H n, if te n servers are partitioned in H groups suc tat servers in group, = 1,,H, ave te same service rate µ. Note tat most existing Grids follow tis model as tey consist of a collection of clusters of identical processors. Tus, an (H, n)-eterogeneous system as n servers wit H different rates. For a given (H, n)-eterogeneous system we may generate a range of service rate distributions tat are more or less eterogeneous according to te majorization partial order in expression (1). We let L denote te levels of eterogeneity, i.e., te number of service rate distributions considered for a (H, n)-eterogeneous Grid, labeled in order of increasing eterogeneity: (H,n) L (H,n) 1 (H,n) 0 (2) were we use (H,n) 0 to denote te completely omogeneous system, i.e., one in wic all n servers ave te same rate µ. We use tis model in te experimental studies we report in Sections III and VII.

4 ready time r j new job... deadline d j new job capacity server 1 capacity=1 server 2 capacity=0.5 x y A new job w B... z C new job D c x c z w c lj y idle period x slope = 1 idle period w slope = 0.5 P idle period y slope = 1 idle period z slope = 1 new job P 0 t1 t2 t3 t 4 t 5 t6 t7 t8 t9 t10t11 t12 (a) 0 t 1 t 2 t 3 t 4 t5 t6 t 7 t 8 t 10 t 11 time (b) Fig. 1. (a) Scedule of a 2-server system as a timetable, and (b) geometric representation of te idle periods and te new job. III. THE CASE FOR HETEROGENEITY-AWARE ALGORITHMS To investigate te impact of eterogeneity in resource allocation mecanisms in Grid environments we perform two different experiments. We refer to tese experiments as eterogeneity-aware (HA) and eterogeneity-unaware (HU) experiments. In bot experiments we consider te problem described in Section II and use te same sceduling algoritm and data structure; te only difference being tat in one experiment we adapt te algoritm and data structure to accommodate eterogeneity. More specifically we consider te well-known firstfit (FF) sceduling algoritm, and we use a linked-list data structure to store idle periods. In te eterogeneityunaware (HU) experiment, all idle periods over all servers are stored in a single linked list in ascending order of teir starting times. To scedule a new job, te FF algoritm searces te linked list and returns te first feasible idle period for te job; we refer to tis algoritm as FF-HU. In te eterogeneity-aware (HA) experiment, te idle periods are stored in H linked lists, were H denotes te number of different rates in te system. Specifically, linked list, = 1,,H, stores te idle periods over all servers wit rate µ in ascending order of teir starting times. To scedule a new job, te FF algoritm considers te H lists in some order, and searces te first linked list for a feasible idle period; if no suc idle period is found, te algoritm continues to searc te next list in te order, and so on. Te FF-HA algoritm terminates wen te first feasible idle period is found, or wen all te lists ave been searced unsuccessfully. Clearly, te order in wic te FF-HA algoritm considers te H linked lists will ave an impact on performance. We used simulation to compare te performance of te FF-HU and FF-HA algoritms; te details of te simulation setup are described in Section VII. Following te model of Section II-A, we consider a (H,n)- eterogeneous Grid wit n = 120 servers divided into H = 3 groups, wit te server in eac group, = 1,2,3, aving te same rate µ. We created L = 4 (H,n)-eterogeneous systems by selecting te rate µ of eac server group witin eac system so tat L = 4 refers to te most eterogeneous system wit respect to expression (1) and L = 1 to te least eterogeneous one. Figure 2 plots te loss rate and utilization against system load, respectively. Eac figure sows two sets of four plots, one set for te FF-HU algoritm and one for FF-HA; in tis case, FF-HA considers te H lists of idle periods in increasing value of te rate µ of te corresponding servers. Eac plot witin a set corresponds to one of te L = 4 levels of eterogeneity, i.e., one of te (H, n)-eterogeneous systems obtained as we described above. We ave obtained results for oter performance measures, e.g., waiting time, but do not include tem ere as tey exibit similar trends. As we can see, for a given level of eterogeneity, te eterogeneity-aware algoritm (FF-HA) outperforms te eterogeneity-unaware one (FF-HU) across te spectrum of system loads. We also observe tat te performance of eac algoritm improves as te system becomes more eterogeneous, despite te fact tat te total service rate is te same for all L = 4 eterogeneity levels. Tis penomenon is due to te effect of statistical multiplexing, and is discussed in more dept in Section VII. Tese results, obtained wit a basic sceduling algoritm and data structure, suggest tat computational eterogeneity

5 Work Loss Rate FF-HU-L=1 FF-HU-L=2 FF-HU-L=3 FF-HU-L=4 FF-HA-L=1 FF-HA-L=2 FF-HA-L=3 FF-HA-L=4 Utilization System Load Fig FF-HU-L=1 FF-HU-L=2 FF-HU-L=3 FF-HU-L=4 0.1 FF-HA-L=1 FF-HA-L=2 FF-HA-L=3 FF-HA-L=4 0 System Load Comparison of eterogeneous aware and unaware algoritms may ave a significant impact on bot user and system performance metrics and sould be taken into account wen designing sceduling algoritms. Noneteless, taking eterogeneity into account comes wit a price since it adds complexity to te problem and ence to te algoritms. For instance, altoug te worst-case running time of te FF-HA and FF-HU algoritms is te same (linear in te number of idle periods), te average running time of FF-HA can be significantly longer tan tat of FF-HU (since it may ave to traverse several lists before it finds a feasible period tat migt be stored near te ead of te single list maintained by FF-HU). Te callenge, terefore, is to design sceduling algoritms tat are bot eterogeneity-aware and efficient; tis is te subject of te next two sections. IV. A GEOMETRIC MODEL FOR ADVANCE RESERVATIONS In tis section we employ tecniques from computational geometry to model te problem we introduced in Section II. We ten use tis model to develop an algoritm for advance reservation of resources, along wit an associated data structure for storing and accessing efficiently te set of idle periods. Witout loss of generality, in te following discussion we make te assumption tat te service rate µ i of eac processor i is suc tat 0 < µ i 1. Tis assumption allows us to define te size l j of a job j as te amount of time for tis job to complete on a server of rate µ = 1. Clearly, te duration of te job on a server of rate µ i < 1 is ten equal to l j /µ i. A. Geometric Representation of Idle Periods and Jobs We represent idle periods and jobs on te first quadrant of a Cartesian coordinate system in wic te x axis represents time and te y axis represents nominal capacity. Figure 1(b) illustrates te geometric representation of te idle periods and new job of Figure 1(a). A job j caracterized by te tuple (r j,l j,d j ) is represented in tis coordinate system as a line segment between two points P = (r j,l j ) and P = (d j l j,l j ). Since, in Figure 1(a), te new job is defined by te tuple (t 3,l j,d j ), te two endpoints of te line segment representation of tis job in Figure 2(b) are P = (t 3,l j ) and P = (t 10 = d j l j,l j ). As defined, point P represents te earliest possible starting time and required capacity for tis job if it were sceduled on te fastest server, i.e., one wit rate µ = 1; similarly, point P corresponds te latest possible starting time and required capacity for tis job to be feasibly completed on te fastest server. Note tat altoug we assume tat servers may ave different capacities, we use a single representation for eac job j, namely te line segment wit respect to te server of rate µ = 1. An idle period k caracterized by te tuple (st k,et k,c k ) is also represented in te coordinate system as a line segment between two points, k 1 = (st k,c k ) and k 2 = (et k,0). Recall tat c k denotes te nominal capacity of idle period k. Terefore, point k 1 represents te point in time (i.e., starting time) at wic te idle period as te largest nominal capacity, and point k 2 te point in time (i.e., ending time) at wic te idle period as reaced zero capacity. Te slope of te line segment representing idle period k is equal to µ i, were µ i is te rate of te server corresponding to tis idle period; tis representation clearly sows tat te nominal capacity of te idle period decreases at rate µ i. Consider, for example, idle period x in Figure 1(a) wit starting time st x = t 1, ending time et x = t 4, and nominal capacity c x. Tis idle period is represented in te plane by te line segment between te two points x 1 = (st x,c x ) and x 2 = (et x,0). Te slope of te line segment is -1, since te rate of server 1 is µ 1 = 1. Idle periods y, z, and w are similarly represented by te line segments sown in Figure 1(b). Note also tat te slope of te line segment corresponding to idle periods y and z is -1, wile te one corresponding to w is -0.5 since te latter is on server 2 of rate µ 2 = 0.5. Feasibility Criteria. We may now use te above geometric representation to determine weter an idle period

6 is feasible for a new job. Consider an idle period k wit tuple (st k,et k,c k ) represented by te line segment defined by points k 1 and k 2, as explained earlier, and a new job j wit tuple (r j,l j,d j ) tat is represented by a line segment between points P and P. Idle period k is feasible for job j if and only if bot of te following conditions are satisfied. 1) Starting time feasibility. Let i be te server corresponding to idle period k, and µ i be its service rate. For te idle period k to be feasible for te new job j, its starting time st k as to be sufficiently early for te server to be able to complete te job before its deadline, i.e.: st k d j l j µ i (3) Expression (3) is necessary but not sufficient for feasibility, since te idle period k may end early, before job j can complete on server i. Returning to Figure 1, we observe tat idle period x satisfies te above condition wit respect to te new job. However, te residual capacity of tis idle period at te time te new job arrives is not sufficient to accommodate it. 2) Capacity feasibility. Assuming tat te starting time feasibility is satisfied, an idle period k is feasible for a new job j if te line segment representing k lies above or intersects wit, te line segment representing j. Equivalently, tis condition is satisfied if te leftmost endpoint of te line segment representing te new job lies below te line segment representing te idle period. In Figure 1(b) we see tat idle period y does not satisfy tis condition as its line segment lies below te line segment representing te new job; ence, y is not feasible for te new job. In Figure 1(b), te two conditions are satisfied for bot idle periods w and z wit respect to te new job represented by te line segment between points P and P. Consequently, idle period w as enoug capacity to accommodate te new job, as long as te latter starts before te time instant at wic te corresponding lines intersect; similarly for idle period z. Our objective is to develop tecniques to identify efficiently feasible idle periods for eac arriving job request, witout aving to examine all idle periods. As we ave sown in [40], we can efficiently find idle periods tat meet te starting time feasibility criterion by organizing te idle periods in an appropriate balanced tree structure tat can be searced in logaritmic time. However, identifying idle periods tat meet te capacity requirement, e.g., determining line segments lying above point P in Figure 1(b), requires tat eac idle period be examined separately. Tis is due to te fact tat to perform tis test te equation representing eac line segment needs to be evaluated for te coordinates of te given point. Next, we employ tecniques from computational geometry to obtain an equivalent representation of idle periods and new jobs tat allows us to develop an elegant solution to te problem of testing for te capacity feasibility criterion. B. Duality Transform and Duality Plane. Geometric duality [17] refers to te direct mapping between a point p (respectively, line l) and a line p (respectively, point l ). Te duality transform maps objects from te primal plane to te dual plane. We now describe a simple duality transform we use in te remaining of tis paper. Let p := (p x,p y ) be a point in te plane. Te dual of p, denoted p, is te line defined as p := (y = p x x p y ) (4) were p x and p y are p s x and y coordinates, respectively. Te dual l of a line l := (y = mx + b) is te point p suc tat p = l, tat is, l := (m, b) (5) were m and b are te slope and y-intercept of line l, respectively. One major advantage of tis particular duality transform is tat it is order preserving, tat is, point p lies above line l if and only if point l lies above line p [17]. Let us now return to our original problem and te geometric representation of idle periods and jobs sown in Figure 1(b). We transform tis primal plane to te dual plane by mapping te line l k corresponding to an idle period k to a point lk, and te point P corresponding to te earliest time new job j can start execution, to a line P. Using basic geometry principles we find tat for any idle period k, te value of b in expression (5) is µ i et k. Since te slope m of idle period k is µ i, were µ i is te rate of te corresponding server, expression (5) can be written as: l k := ( µ i, µ i et k ). (6) To find P, we substitute p x and p y in expression (4) wit r j and l j, respectively: P := (y = r j x l j ). (7) Figure 3(b) sows te dual plane corresponding to te primal plane in Figure 3(a); te latter figure is identical to Figure 1(b), and is repeated ere for convenience. As we can see, te idle periods are now mapped to points in te dual plane. Specifically, all idle periods on server 1 of rate µ 1 = 1 are now points wit y coordinates equal to µ 1 = 1; similarly, te idle period on server 2 of rate µ 2 = 0.5 as y coordinate equal to µ 2 = 0.5. Point P, on te oter and, wic represents te earliest time te new job can start execution is represented on te dual plane as a line. Consider now te capacity feasibility criterion we defined above. In te primal plane of Figure 3(a), it is

7 capacity l j new job (point P only) c x c zw c c lj y idle period x slope = 1 idle period w slope = 0.5 P idle period y slope = 1 idle period z slope = 1 new job P idle period w 0.5t8 t 4 idle period x t 6 idle period y idle period z t11 0 t 1 t 2 t 3 t 4 t5 t6 t 7 t 8 t 10 t 11 time (a) (b) Fig. 3. (a) Primal plane and (b) dual plane representations of te idle periods and new job of Figure 1(a) clear tat te idle period x is not feasible for te new job, as point P lies above te line segment representing x. Due to te order preservation of te duality transform, in Figure 3(b) we see tat te point corresponding to idle period x also lies above te line representing point P. Similarly, idle periods y and w are feasible for te new job, and teir corresponding points in te dual plane lie below te line representing point P. Terefore, cecking for capacity feasibility in te dual plane requires cecking weter te points representing idle periods lie below te line representing te new job. Tis test can be performed efficiently by organizing te idle periods (points) lying on te vertical line x = µ (i.e., tose corresponding to servers wit rate µ) in a searc tree structure, and searcing for tose wit a y- coordinate less tan tat of te point at wic te line representing te new job intersects te line x = µ; tis searc structure is described in te next section. Te observant reader will ave noticed tat, in te dual plane of Figure 3(b), te point representing idle period y lies below te line representing point P ; owever, a look at te primal plane of Figure 3(a) indicates tat idle period y isnot feasible. Note tat extending te line segment representing idle period y in te primal plane would result in a line lying above point P, ence te dual plane representation is consistent in tis regard. Te issue ere is tat idle period y starts too late to be feasible, terefore it will not pass te starting time feasibility criterion above. Consequently, bot te starting time and capacity feasibility criteria must be cecked to ensure tat an idle period is feasible. V. ALGORITHM AND DATA STRUCTURE DESCRIPTION We now introduce an efficient algoritm for finding a feasible idle period for a new job in a (H, n)- eterogeneous system wit advance reservations. Te algoritm is derived from te eterogeneity-aware FF- HA algoritm we described in Section III, and will refer to it as FF-HA+. Te FF-HA+ algoritm differs from FF-HA in tat it maintains H balanced trees, rater tan H linked lists, suc tat balanced tree T, = 1,,H, stores information about te idle periods over all servers wit rate µ. Similar to FF-HA, wen a new job arrives, FF-HA+ searces te balanced tree structures in ascending order of server rate, and returns as soon as it finds a feasible idle period. A. Balanced Tree Structure Te FF-HA+ algoritm maintains H 2-dimensional binary searc trees to organize te idle periods in a (H,n)-eterogeneous system, one suc tree T, = 1,,H, for eac distinct server rate value µ. Wenever te algoritm needs to searc te idle periods available in servers associated wit rate µ, te associated tree T is searced. We will refer to te first and second dimension trees of T as T primal and T dual. As teir name indicates, tey organize te idle periods according to teir parameterizations on te primal and dual planes, respectively. More specifically, tree T primal is used to select idle periods tat meet te starting time feasibility criterion, and tree T dual is used to select among tese idle periods te ones tat meet te capacity feasibility criterion.

8 Let us now describe te 2-dimensional tree T more in detail. In tree T primal, te actual idle periods are in te leaf nodes, arranged in ascending order of teir starting time. A leaf node corresponding to idle period k stores te following information: te starting time of k; te ending time of k; and auxiliary data, suc as te identity of te corresponding server. Internal tree nodes store information regarding te idle periods in teir subtree. Tis information is used to navigate te tree and locate idle periods appropriate for te new job. Te information at an internal node v consists of: te median starting time of te idle periods stored in te subtree of T primal rooted at v; and a pointer to te secondary priority searc tree T dual containing idle periods. Tree T dual stores te idle periods sorted in descending order of te y-coordinate of teir dual representation, tat is, of te corresponding point in te dual plane. Eac intermediate node v in T dual stores te following information: te median y-coordinate of te dual representation of te idle periods stored in te subtree rooted at v; and a pointer to te idle period in v s subtree wit te maximum nominal capacity. B. Searcing te Balanced Tree Structure Consider a request to scedule a new job j wit parameters (r j,l j,d j ). Te FF-HA+ algoritm searces te H balanced trees as we explained earlier, and returns te first feasible idle period found. We now describe ow te searc of balanced tree T is performed; tis process is identical for all trees T, = 1,,H. Specifically, te searc proceeds in two steps: 1) In te first step, te algoritm traverses te tree and marks te intermediate nodes v wose subtrees contain idle periods tat meet te starting time feasibility criterion. 2) In te second step, te algoritm searces te T primal secondary trees Tv dual at eac intermediate node v marked during te first step, to locate te subset of idle periods tat meet te capacity feasibility criterion. Step 1: Searc in T primal. In tis step, te algoritm identifies idle periods tat meet te starting time feasibility criterion expressed in (3). To tis end, we employ a standard searc algoritm wic starts at te root node and compares te quantity in te rigt-and side of (3) to te median starting time stored at eac internal node v. If te median starting time is smaller, ten all te idle periods stored in v s left subtree meet te first feasibility criterion; te algoritm marks te left subtree and proceeds to searc te rigt subtree. If te median starting time of te tree rooted at v is larger, ten we can safely conclude tat all te idle periods in te rigt subtree are infeasible and proceed recursively to searc te left subtree of v. Te algoritm returns te set of marked intermediate nodes as soon as it reaces a leaf, and proceeds to Step 2 described below. If no intermediate node is marked, te FF-HA+ strategy continues to searc in te 2-dimensional tree T +1 corresponding to te next larger value of server rate. Step 2: Searc in Tv dual. In tis step, te algoritm searces te idle periods meeting te starting time feasibility criterion, to identify te ones tat also satisfy te capacity feasibility criterion. To tis end, te algoritm searces eac of te subtrees rooted at te intermediate nodes marked in Step 1 and returns as soon as it finds one feasible idle period (if one exists). We will refer to Tv dual as te secondary tree, i.e., te dual tree, associated wit marked node v. Te algoritm starts at te root of Tv dual and compares te median y-coordinate stored at eac internal node u to te y-coordinate of te point in te dual plane at wic te line corresponding to te new job intersects te vertical line x = µ (refer also to Figure 3(b)). If te latter value is smaller ten it can be concluded tat all te idle periods in te left subtree are above te line, and ence are infeasible; te algoritm ten recursively searces u s rigt subtree. If te former value is smaller, ten all te idle periods in te rigt subtree of u are feasible, and tere may also exist feasible idle periods in its left subtree. In tis case, te algoritm accesses te idle period wit te maximum capacity in te rigt subtree by following te pointer stored at node u. If tis idle period is feasible, te algoritm returns it and assigns it to te new job. Oterwise, te searc continues recursively wit te left subtree of u. If te algoritm reaces a leaf, ten no feasible idle period exists in te given subtree and te algoritm continues searcing te next tree marked in Step 1. Running time complexity. In te worst case, te searc algoritm marks an intermediate node at eac level of te tree T primal in Step 1. Given tat it as to perform a standard searc for eac of tese trees, te overall complexity is O(log 2 V ) for 2-dimensional tree T, were V is te number of idle periods in te tree. Since te algoritm may ave to searc all H trees, te worst case complexity for FF-HA+ is O(H log 2 V ), were V = max{v }. As a comparison, te running time of FF-HA is O(HV ), i.e., linear in te number of idle periods, since it as to traverse H linked-list structures. Since H is typically a small constant, wereas te number V of idle periods can be quite large (especially for large systems wit tousands of servers and for long time orizons for advance reservations), FF-HA+ is significantly more scalable tan FF-HA.

9 VI. ADAPTABILITY: RE-PLANNING CAPACITY AND MAXIMIZING UTILIZATION As we mentioned earlier in Section I, one of te major concerns regarding te deployment of advance reservation mecanisms as to do wit teir lack of flexibility tat does not permit graceful degradation in application performance wen resource management policies mandate canges in allocations. In tis section we describe two mecanisms tat make it possible to exploit te efficiency of FF-HA+ in order to relax te ard deadline assumption and accommodate canges in resource availability; te implementation of tese mecanisms is te subject of ongoing work witin our group. Replanning Capacity. In our work so far we ave assumed tat deadlines are ard, i.e., jobs are dropped if tey can not be allocated witin teir deadline. It is possible to make te algoritm more flexible and increase te overall ability of te system to meet application QoS requirements by introducing a negotiation process. Tis process is invoked wenever te sceduler fails to allocate a job and attempts to rescedule existing reservations in order to allocate new incoming jobs wenever possible witout affecting te QoS of previously sceduled jobs. Tis negotiation process may utilize a set of data structures and algoritms similar to te one we described in te previous section to organize, searc, and modify existing reservations. Our algoritm can also be adapted to andle efficiently canges in job demands. Consider, for instance, a job currently running on a server, and assume tat it needs to execute for a longer period of time tan te one it originally reserved (i.e., te original estimate of its running time was incorrect). In current systems, suc jobs are eiter terminated or preempted and given low priority for sceduling. Given te low running time complexity of our searc algoritm, tere are several options to andling suc situations: one can eiter invoke te negotiation process to rescedule te job tat as reserved te server following te current job, or one can ceckpoint te job, invoke te sceduling algoritm to find te next available feasible idle period for it, and ten migrate te job to complete execution in anoter server. Opportunistic Sceduling. To enable users and Grid administrators to exploit te variations of resource conditions to improve bot application and system performance, te FF-HA+ algoritm may be extended to implement opportunistic sceduling. More specifically, new jobs tat ave no deadline requirements may use resources as tey become available, and tey may be preempted to accommodate new jobs wit deadlines. Suc an approac will increase utilization by filling idle periods tat migt not be used oterwise, and increases te flexibility of te system. VII. PERFORMANCE EVALUATION In tis section we present simulation results to demonstrate te performance of te FF-HA+ sceduling algoritm. We used te metod of batc means to estimate te performance parameters we consider (and wic we discuss sortly), wit eac batc consisting of tirty simulation runs and eac run lasting until 10 6 jobs ave been submitted to te Grid sceduler. We ave also obtained 95% confidence intervals for all te results, wic are sown in te figures. In our simulation, we assume tat job requests arrive following a uniform distribution in te range from one minute to 14 days [21]. Te duration of eac reservation request is randomly selected so tat 80% of te incoming jobs are smaller tan 4 ours, and 20% are between 4 and 36 ours; te mean job size is 5.6 ours. Tese values were cosen based on te experience wit running real Grid workfolk applications as described in [21], [22]. We let te deadline d j of job j be uniformly distributed in te interval (r j,r j + q), were q corresponds to te tigtness of te deadline; for most of our experiments we assume q = 20 ours unless stated oterwise. We consider a (H, n)-eterogeneous system wit n = 120 servers and H = 3 distinct service rates. We generated and studied L = 4 computational rate distributions suc tat L = 1 refers to te least eterogeneous system and L = 4 refers to te most eterogeneous one. We use four performance metrics in our study. Te worklossrate is te fraction of work tat is dropped due to te fact tat te deadline of te corresponding jobs cannot be met. Te system utilization is te fraction of time te n servers are busy serving jobs. Tewaiting time is te mean amount of time tat a job as to wait beyond its ready time until it starts execution; note tat dropped jobs do not contribute to te average waiting time. Finally, te algoritm running time captures te efficiency of te searc algoritm to scedule incoming jobs. To compute te running time we record te CPU time for eac simulation corresponding to 10 6 jobs. Work loss rate and waiting time are measures of te QoS perceived by te user, system utilization is a measure of system performance, and running time determines te scalability of te system. In our first experiment, we compare te FF-HA+ algoritm to te baseline algoritm FF-HU we described in Section III. Recall tat FF-HU strategy organizes idle periods in a single linked list ordered in ascending order of teir starting time; te algoritm traverses te list and returns te first feasible idle period for a new job, i.e., te one wit te earliest starting time. Note tat idle periods wit early starting times are at risk of expire unused if new jobs are not assigned to tem. Terefore, tis coice of a feasible idle period is expected to lead to low loss, since assigning a new job to te earliest possible feasible period allows idle periods starting later to be used for future job requests. On te oter and, te running time of te algoritm increases quickly wit te

10 Work Loss Rate 0.2 Running Time FF-HU FF-HA System load Fig. 4. FF-HU FF-HA System load Comparison of FF-HA+ and FF-HU: (a) work loss rate against load, (b) running time (in milliseconds) against load Utilization Waiting Time FF-HU FF-HA+ 0 System load Fig FF-HU FF-HA+ 0 System load Comparison of FF-HA+ and FF-HU: (a) utilization against load, (b) waiting time against load size of te Grid system and te time orizon for making reservations. Te FF-HA+ algoritm organizes te idle periods in balanced tree structures, ence it scales well to large Grid systems. However, it does not necessarily return te feasible idle period wit te earliest starting time, ence we expect tat its work loss rate will be iger tan FF-HU. But we empasize tat FF-HA+ will always find a feasible idle period for a new job if one exists. Figure 4 confirms te above observations. Te figure plots te work loss rate and running time of te FF- HU and FF-HA+ algoritms against te system load. As we can see in Figure 4(a), te loss rate increases wit te system load for bot algoritms. Te two strategies exibit similar loss rates at low loads (wen tere are sufficient resources to scedule almost all jobs) and ig loads (wen te issue is te lack of resources, not te particular strategy used). However, te FF-HA+ strategy exibits a iger loss rate at medium loads, as we expected. A careful examination of our experiments sows tat FF-HU incurs less resource fragmentation tat FF-HA+. Tis result is due to te fact tat FF-HA+ returns te feasible idle period of maximum capacity among tose in its subtree; wile tis coice was made to speed up te operation of te algoritm, te side effect is iger fragmentation. On te oter and, te running time of FF-HU is significantly iger tan tat of FF- HA+, especially at medium to ig loads; again, tis result is consistent wit our discussion above. Te system utilization curves in Figure 5(a) suggest tat FF-HA+ utilizes better te resources available in te system, i.e., te servers are busy performing work for a longer fraction of time tan under FF-HU. However, since te loss rate for FF-HA+ is sligtly iger, tis results implies tat FF-HA+ allocates more jobs to slow processors tan FF-HU. A more careful examination of our results reveals tat, under FF-HA+, processors wit ig service rate exibit a iger fragmentation; since te capacity of processors wit ig service rate expires faster as time progresses, fragmentation of capacity on ig-rate servers as a more detrimental effect on system performance, as exibited by te iger loss rate of HH- FA+. Figure 5(b) plots te average waiting time tat jobs ave to wait beyond teir ready time. We observe tat jobs ave to wait significantly longer under FF-HU compared to FF-HA+. In oter words, altoug FF-HU scedules a larger fraction of jobs tan FF-HA+, te start time of tese jobs is pused back resulting in longer

11 Work Loss Rate Utilization L=1 L=2 L=3 L= System load Fig L=1 L=2 L=3 L=4 0 System load Te impact of eterogeneity: (a) work loss rate against load, (b) utilization against load waiting times. Finally, Figure 6 investigates te impact of different levels of eterogeneity on performance. Figure 6 (a) plots te work loss rate against te load for L = 4 different levels of eterogeneity, were larger values of L imply iger eterogeneity; Figure 6 (b) is similar but plots system utilization against load. We can see tat as resources become more eterogeneous, te loss rate and system utilization bot improve, in many cases significantly so. Tis beavior follows from te fact tat to increase resource eterogeneity in a given system wile keeping te total service rate constant, as required by expression (2), te service rate of a few fast processors must increase furter. In oter words, a larger fraction of te total service rate is concentrated on fewer resources. Consequently, making te system more eterogeneous introduces a iger degree of statistical multiplexing, wereby fewer ig capacity servers are responsible for serving larger number of customers. Te results in Figure 6 ten are consistent wit te well-known fact from queueing teory tat statistical multiplexing improves system performance. VIII. CONCLUDING REMARKS We ave considered te problem of advance reservations for jobs wit deadlines in a Grid system wit eterogeneous resources. We ave developed a geometric representation of idle periods and jobs tat provides new insigt and allows for efficient organization of te reservations. We ave developed a sceduling algoritm wit good performance tat can scale to large Grid systems and long time orizons. We ave also sown tat resource eterogeneity may ave a positive impact on performance if taken into account in te design of sceduling algoritms. REFERENCES [1] E. Elmrot and J. Tordsson. A grid resource broker supporting advance reservations and bencmark-based resource selection. Lecture Notes in Computer Science, volume 3732, pages Springer-Verlag, [2] I. Foster and C. Kesselman, editors. Te Grid 2: Blueprint for a New Computing Infrastructure. Morgan Kaufmann, [3] M. Maeswaran K. Krauter, R. Buyya. A taxonomy and survey of grid resource management systems for distributed computing. Software: Practice and Experience, 32(2): , February [4] R. Min and M. Maeswaran. Sceduling Advance Reservations wit Priorities in Grid Computing systems. In Proceedings of PDCS 01, pages , [5] W. Smit, I. Foster, and V. Taylor. Sceduling wit advanced reservations. In Proceedings of IPDPS 00, pages , [6] A. Sulistio and R. Buyya. A grid simulation infrastructure supporting advance reservation. In Proceedings of PDCS 04, pages 1-7, Nov [7] H. Raseed, M. Dikaiakos, and S. Haridi. Quantification of Grid Resource Heterogeneity Effects on Performance. Tecnical Report, January, [8] G. Dasgupta, K. Dasgupta, A. Puroit, and B. Viswanatan. QoS- GRAF: A Framework for QoS based Grid Resource Allocation wit Failure provisioning. Proceedings of te 14t IEEE InternationalWorksoponQoS(IWQOS 06), pages , June 19 21, New Heaven, CT, USA. [9] I. Foster and A. Roy. Quality of Service Arcitecture tat Combines Resource Reservation and Application Adaptation. Proceedings of te 8t International Worksop on Quality of Service (IWQOS 2000), pages , June 5-7, [10] J. MacLaren. Advance Reservations: State of te Art. ttp:// [11] A. Andrieux, K. Czajkowski,A. Dan, K. Keaey, H. Ludwig, J. Pruyne, J. Rofrano, S. Tuecke, and M. Xu. Web Services Agreement Specifications WS-Agreement. Global Grid Forum, [12] A. Leff, J.T. Rayfield, and D.M. Dias. Service-Level Agreements and Commercial Grids. IEEE Internet Computing, pages 44 50,volume 7, number 4, July, [13] H. Li, and L. Wolters. An Investigation of Grid Performance Predictions Troug Statistcal Learning. 1st Worksop on Tackling Computer System Problems wit Macine Learning Tecniques (SysML), in conjunction wit ACM Sigmetrics, Saint-Malo, France, [14] L. Yang, J.M. Scopf, and I. Foster. Conservative Sceduling: Using Predicted Variance to Improve Sceduling Decisions in Dynamic Environments. Proceedings of te 15t ACM/IEEE Conference in Supercomputing(SC 03), pages, Poenix, Arizona, [15] I. Foster. Wat is Te Grid? A Tree Point Cecklist. www-fp. mcs.anl.gov/ foster/articles/watistegrid.pdf, July 20, [16] L. Jin, V. Maciraju, and A. Saai. Analysis on Service Level Agreement of Web Services. HP Lab Tecnical Report HPL , June 21st, [17] M. de Berg, M. van Kreveld, M. Overmars, and O. Scwarzkopf. Computational Geometry: Algoritms and Applications. Springer- Verlag, second edition, 2000.

Structural Change and Economic Dynamics

Structural Change and Economic Dynamics Structural Cange and Economic Dynamics 21 (2010) 5 16 Contents lists available at ScienceDirect Structural Cange and Economic Dynamics journal omepage: www.elsevier.com/locate/sced Industry dynamics in

More information

Transportation Research Forum

Transportation Research Forum Transportation Researc Forum Comparison of Alternative Metods for Estimating Houseold Trip Rates of Cross-Classification Cells wit Inadequate Data Autor(s): Judit L. Mwakalonge and Daniel A. Badoe Source:

More information

Citation for published version (APA): Riezebos, J. (2002). Time bucket size and lot-splitting approach. s.n.

Citation for published version (APA): Riezebos, J. (2002). Time bucket size and lot-splitting approach. s.n. University of Groningen Time bucket size and lot-splitting approac Riezebos, Jan IMPORTANT NOTE: You are advised to consult te publiser's version (publiser's PDF) if you wis to cite from it. Please ceck

More information

The Study on Identifying the Relationship between Opportunity Recognition and Sustainability in Small Business in Sri Lanka

The Study on Identifying the Relationship between Opportunity Recognition and Sustainability in Small Business in Sri Lanka Te Study on Identifying te Relationsip between Opportunity Recognition and Sustainability in Small Business in Sri Lanka H.R.L Perera, K.T.J.C.M. Perera, B.K.U.P Rodrigo, K.M. Gunawickrama, P.V.H.N.D Perera,

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and Tis article appeared in a journal publised by Elsevier. Te attaced copy is furnised to te autor for internal non-commercial researc and education use, including for instruction at te autors institution

More information

Impact of Sampling on Small Area Estimation in Business Surveys

Impact of Sampling on Small Area Estimation in Business Surveys Impact of Sampling on Small Area Estimation in Business Surveys Jan Pablo Burgard, Tomas Zimmermann and Ralf T. Münnic University of Trier, Economic and Social Statistics Department, Universitätsring 15,

More information

Improved Fuzzy Load Models by Clustering Techniques in Distribution Network Control

Improved Fuzzy Load Models by Clustering Techniques in Distribution Network Control International Journal on Electrical Engineering and Informatics - Volume 3, Number 2, 20 Improved Fuzzy Load Models by Clustering Tecniques in Distribution Network Control George Grigoras, P.D. * and George

More information

UC Berkeley Research Reports

UC Berkeley Research Reports UC Berkeley Researc Reports Title Crane Double Cycling in Container Ports: Affect on Sip Dwell Time Permalink ttps://escolarsip.org/uc/item/9qp7p7jq Autors Goodcild, Anne V. Daganzo, Carlos F. Publication

More information

On Activity-based Network Design Problems

On Activity-based Network Design Problems UCI-ITS-WP-12-3 On Activity-based Network Design Problems UCI-ITS-WP-12-3 Jee Eun Kang Josep Y. J. Cow Will W. Recker Department of Civil Engineering and Institute of Transportation Studies University

More information

TECHNICAL NOTE. On Cold-Formed Steel Construction DESIGN CONSIDERATIONS FOR FLEXURAL AND LATERAL-TORSIONAL BRACING

TECHNICAL NOTE. On Cold-Formed Steel Construction DESIGN CONSIDERATIONS FOR FLEXURAL AND LATERAL-TORSIONAL BRACING TECHNICAL NOTE On Cold-Formed Steel Construction Ligt Gauge Steel Engineers Association Wasington, D.C. Toll-Free: 1 (866) 465-4732 www.lgsea.com $5.00 DESIGN CONSIDERATIONS FOR FLEXURAL AND LATERAL-TORSIONAL

More information

AIR-VOID-AFFECTED ZONE IN CONCRETE BEAM UNDER FOUR-POINT BENDING FRACTURE

AIR-VOID-AFFECTED ZONE IN CONCRETE BEAM UNDER FOUR-POINT BENDING FRACTURE Journal of Civil Engineering and Management ISSN 139-3730 / eissn 18-3605 018 Volume 4 Issue : 130 137 ttps://doi.org/10.3846/jcem.018.456 AIR-VOID-AFFECTED ZONE IN CONCRETE BEAM UNDER FOUR-POINT BENDING

More information

Optimized geothermal binary power cycles

Optimized geothermal binary power cycles Optimized geotermal binary power cycles Kontoleontos E., Mendrinos D., Karytsas C. Centre for Renewable Energy Sources, 9t km Maratonos ave., 9009 Pikermi Attikis, Greece ABSTRACT Tis study as been carried

More information

WSEAS TRANSACTIONS on POWER SYSTEMS

WSEAS TRANSACTIONS on POWER SYSTEMS ESTIMATION OF LOAD DIAGRAMS IN MV/LV SUBSTATIONS J. N. FIDALGO Department of Electric Engineering and Computers Faculty of Engineering of Porto University Rua Dr. Roberto Frias, nº 378, 42-465, Porto jfidalgo@inescporto.pt

More information

Consumer price indices: provisional data December 2016

Consumer price indices: provisional data December 2016 4 January 2017 Consumer price indices: provisional data December 2016 In December 2016, according to provisional estimates, te Italian consumer price index for te wole nation (NIC) increased by 0.4% on

More information

outlines some of te potential extensions of our model. 2. Literature review As confirmed by Van den Berg et al. (2013) te personnel sceduling problem

outlines some of te potential extensions of our model. 2. Literature review As confirmed by Van den Berg et al. (2013) te personnel sceduling problem A manpower allocation problem wit layout considerations Luca Zeppetella, Elisa Gebennini, Andrea Grassi, Bianca Rimini Dipartimento di Scienze e Metodi dell Ingegneria, Università degli Studi di Modena

More information

Texto para Discussão. Série Economia

Texto para Discussão. Série Economia Faculdade de Economia, Administração e Contabilidade de Ribeirão Preto Universidade de São Paulo Texto para Discussão Série Economia TD-E 12 / 2011 A Importância da Organização Interna da Firma para o

More information

On Optimal Tiered Structures for Network Service Bundles

On Optimal Tiered Structures for Network Service Bundles On Tiered Structures for Network Service Bundles Qian Lv, George N. Rouskas Department of Computer Science, North Carolina State University, Raleigh, NC 7695-86, USA Abstract Network operators offer a

More information

ANALYSIS OF TENSION MEMBERS

ANALYSIS OF TENSION MEMBERS CHATER Structural Steel Design LRFD Metod Tird Edition ANALYSIS OF TENSION MEMBERS A. J. Clark Scool of Engineering Department of Civil and Environmental Engineering art II Structural Steel Design and

More information

Market basket analysis with neural gas networks and self-organising maps Received (in revised form): 3rd March, 2003

Market basket analysis with neural gas networks and self-organising maps Received (in revised form): 3rd March, 2003 Market basket analysis wit neural gas networks and self-organising maps Received (in revised form): rd Marc, 00 Reinold Decker is Professor and Head of Marketing at te University of Bielefeld, Germany

More information

PHASE CHANGE MATERIALS

PHASE CHANGE MATERIALS 18 TECHNOOGY REVIEW: PHASE CHANGE MATERIAS Qpedia continues its review of tecnologies developed for electronics cooling applications. We are presenting selected patents tat were awarded to developers around

More information

FEM European Materials Handling Federation

FEM European Materials Handling Federation FEM European Materials Handling Federation www.fem-eur.com 0.01.017 FEM 4.005 (4t Edition) Guideline / Indurial trucks 90 acking aisle widt Tale of Contents Introduction... 3 1 Scope... 3 Normative References...

More information

Biofuels Role in Mexico s Rural Development

Biofuels Role in Mexico s Rural Development Biofuels Role in Mexico s Rural Development George A. Dyer* Te James Hutton Institute Craigiebuckler, Aberdeen AB15 8QH United Kingdom george.dyer@utton.ac.uk * corresponding autor: georgie.dyer@gmail.com;

More information

14. Area Optimization

14. Area Optimization 14. Area Optimization May 2013 QII52023-13.0.0 QII52023-13.0.0 Tis capter describes tecniques to reduce resource usage wen designing or Altera devices. Tis capter includes te ollowing topics: Resource

More information

Prime mover sizing for base-loaded combined heating and power systems

Prime mover sizing for base-loaded combined heating and power systems 17 Prime mover sizing for base-loaded combined eating and power systems P J Mago* and R Luck Department of Mecanical Engineering, Mississippi State University, Mississippi, USA Te manuscript was received

More information

Labor Supply with Social Interactions: Econometric Estimates and Their Tax Policy Implications

Labor Supply with Social Interactions: Econometric Estimates and Their Tax Policy Implications DISCUSSION PAPER SERIES IZA DP No. 3034 Labor Supply wit Social Interactions: Econometric Estimates and Teir Tax Policy Implications Andrew Grodner Tomas J. Kniesner September 2007 Forscungsinstitut zur

More information

SHEAR AND FLEXURAL BEHAVIOR OF FERRO CEMENT DEEP BEAMS

SHEAR AND FLEXURAL BEHAVIOR OF FERRO CEMENT DEEP BEAMS IJRET: International Journal of Researc in Engineering and Tecnology eissn: 319-1163 pissn: 31-7308 SHEAR AND FLEXURAL BEHAVIOR OF FERRO CEMENT DEEP BEAMS Md Itesam Hussain 1,Vaijanat Halalli, P.M.B Raj

More information

AN ASSESSMENT OF VULNERABILITY TO POVERTY IN RURAL NIGERIA

AN ASSESSMENT OF VULNERABILITY TO POVERTY IN RURAL NIGERIA AN ASSESSMENT OF VULNERABILITY TO POVERTY IN RURAL NIGERIA M. A. Agbaje, F. Y. Okunmadewa, B. T. Omomona, and O. A. Oni Department of Agricultural Economics, University of Ibadan, Ibadan, Nigeria E-Mail:

More information

Consumer prices: final data November 2017

Consumer prices: final data November 2017 14 December 2017 Consumer prices: final data November 2017 In November 2017, te Italian consumer price index for te wole nation (NIC) decreased by 0.2% on montly basis and increased by 0.9% compared wit

More information

Consumer prices: final data

Consumer prices: final data 16 January 2018 Consumer prices: final data December 2017 In December 2017, te Italian consumer price index for te wole nation (NIC) increased by 0.4% on montly basis and by 0.9 wit respect to December

More information

PRICING AND SCHEDULING STRATEGIES FOR AIR CARGO CARRIERS: A NON-COOPERATIVE GAME APPROACH

PRICING AND SCHEDULING STRATEGIES FOR AIR CARGO CARRIERS: A NON-COOPERATIVE GAME APPROACH Advanced OR and AI Metods in Transportation PRICING AND SCHEDULING STRATEGIES FOR AIR CARGO CARRIERS: A NON-COOPERATIVE GAME APPROACH Oliver F. SHYR 1, Yuan-Lu LEE Abstract. As an oligopoly maret, te pricing

More information

Comparison of Empirical Fragmentation Models at the Gol-Gohar Iron Ore Mine

Comparison of Empirical Fragmentation Models at the Gol-Gohar Iron Ore Mine In te Name of God Comparison of Empirical Fragmentation Models at te Gol-Goar Iron Ore Mine Dr. Moammad Taji 24-26 August 2015 Sydney, Australia Contents 2 Introduction Fragmentation surely is one of te

More information

DEVELOPING WINTER RESIDENTIAL DEMAND RESPONSE STRATEGIES FOR ELECTRIC SPACE HEATING

DEVELOPING WINTER RESIDENTIAL DEMAND RESPONSE STRATEGIES FOR ELECTRIC SPACE HEATING 12t Conference of International Building Performance Simulation Association, Sydney, 14-16 November. DEVELOPING WINTER RESIDENTIAL DEMAND RESPONSE STRATEGIES FOR ELECTRIC SPACE HEATING Leduc Marie-Andrée

More information

Poverty Effects of Higher Food Prices

Poverty Effects of Higher Food Prices Public Disclosure Autorized Policy Researc Working Paper 4887 WPS4887 Public Disclosure Autorized Public Disclosure Autorized Poverty Effects of Higer Food Prices A Global Perspective Rafael E. De Hoyos

More information

Consumer prices: final data July 2017

Consumer prices: final data July 2017 11 August 2017 Consumer prices: final data July 2017 In July 2017 te Italian consumer price index for te wole nation (NIC) increased by 0.1% on montly basis and by 1.1% compared wit July 2016, down from

More information

FEDERATION EUROPEENNE DE LA MANUTENTION Product Group. Industrial Trucks. Industrial trucks 90 stacking aisle width. I n d e x. Introduction...

FEDERATION EUROPEENNE DE LA MANUTENTION Product Group. Industrial Trucks. Industrial trucks 90 stacking aisle width. I n d e x. Introduction... FEDERTION EUROPEENNE DE L MNUTENTION Product Group Indurial Trucks FEM 4.005 (E Indurial trucks 90 acking aisle widt FEM-IT-T/N985 09/013 (E I n d e x Introduction... 1 1. Scope... 1. Normative references...

More information

A Model for Efficiency-Based Resource Integration in Services

A Model for Efficiency-Based Resource Integration in Services University of St. Tomas, Minnesota UST Researc Online Operations and Supply Cain Management Faculty Publications Operations and Supply Cain Management 2012 A Model for Efficiency-Based Resource Integration

More information

Consumer prices: provisional data January 2017

Consumer prices: provisional data January 2017 3 February 2017 Consumer prices: provisional data January 2017 In January 2017, according to preliminary estimates, te Italian consumer price index for te wole nation (NIC) increased by 0.2 on montly basis

More information

Optimal Design and Operation of Energy Polygeneration Systems. Yang Chen

Optimal Design and Operation of Energy Polygeneration Systems. Yang Chen Optimal Design and Operation of Energy Polygeneration Systems by Yang Cen Submitted to te Department of Cemical Engineering in partial fulfillment of te requirements for te degree of Doctor of Pilosopy

More information

COMPETENCE OF PHA TEAMS

COMPETENCE OF PHA TEAMS COMPETENCE OF PHA TEAMS by Paul Baybutt paulb@primatec.com www.primatec.com Presented at te American Institute of Cemical Engineers 10t Global Congress on Process Safety New Orleans, Louisiana Marc 30

More information

Auto landing using fuzzy logic

Auto landing using fuzzy logic 6t International PD Worksop on Systems and Control, October 4-8, 25 Izola, Slovenia INTRODUCTION Auto landing using fuzzy logic Pavle Boskoski, Biljana Mileva 2, Stojce Deskoski 3 Faculty of Electrical

More information

0.3 to 0.18 W/mK (depending on construction) by CSTB

0.3 to 0.18 W/mK (depending on construction) by CSTB CI/SfB Xt6 September 2017 Contents System components 2 Applications 3 resistances 4-6 considerations 7 Installation guidance 8 Isotec Termally Insulated Balcony Connectors Ancon Isotec Isotec is a ig performance

More information

Inventory Planning with Batch Ordering in Multi-echelon Multi-product Supply Chain by Queuing Approach

Inventory Planning with Batch Ordering in Multi-echelon Multi-product Supply Chain by Queuing Approach Inventory Planning wit Batc Ordering in Multi-ecelon Multi-product Supply ain y ueuing Approac Eraim Teimoury, Ali Mazlomi, Raele Nadafioun, Iman G. Kondai, and Medi Fati Astract In tis paper, we apply

More information

Specification Weld requirements for fillet joint by fusion welding process. - Weld requirements

Specification Weld requirements for fillet joint by fusion welding process. - Weld requirements Class: Test Instruction and conditions of delivery Specification 2017-09 Weld requirements for fillet joint by fusion welding process Class No.:61 JED 879 Previous Edition Part name (for databases) - Weld

More information

Problem Set 2 KEY

Problem Set 2 KEY 2006 7.012 Problem Set 2 KEY Due before 5 PM on FRIDAY, September 29, 2006. Turn answers in to te box outside of 68-120. PLEASE WRITE YOUR ASWERS O THIS PRITOUT. 1. You are doin a enetics experiment wit

More information

Forestry An International Journal of Forest Research

Forestry An International Journal of Forest Research Forestry An International Journal of Forest Researc Forestry 2014; 87, 249 255, doi:10.1093/forestry/cpt061 Advance Access publication 15 January 2014 Comparing te efficiency of intensity-based forest

More information

QoS-based Scheduling for Task Management in Grid Computing

QoS-based Scheduling for Task Management in Grid Computing QoS-based Scheduling for Task Management in Grid Computing Xiaohong Huang 1, Maode Ma 2, Yan Ma 1 Abstract--Due to the heterogeneity, complexity, and autonomy of wide spread Grid resources, the dynamic

More information

Experimental Analysis of Integrated System of Membrane Distillation for Pure Water with Solar Domestic Hot Water

Experimental Analysis of Integrated System of Membrane Distillation for Pure Water with Solar Domestic Hot Water Experimental Analysis of Integrated System of Membrane Distillation for Pure Water wit Solar Domestic Hot Water Muammad Asim Master of Science Tesis KTH Scool of Industrial Engineering and Management Energy

More information

Energy-Efficient Scheduling of Interactive Services on Heterogeneous Multicore Processors

Energy-Efficient Scheduling of Interactive Services on Heterogeneous Multicore Processors Energy-Efficient Scheduling of Interactive Services on Heterogeneous Multicore Processors Shaolei Ren, Yuxiong He, Sameh Elnikety University of California, Los Angeles, CA Microsoft Research, Redmond,

More information

Plain Concrete Tunnel Lining-Design Concepts

Plain Concrete Tunnel Lining-Design Concepts TRANSPORTATON RESEARCH RECORD 1150 15 Plain Concrete Tunnel Lining-Design Concepts RENHARD GNLSEN Discussed in tis paper are domestic and foreign concepts for te design of plain concrete tunnel lining.

More information

Incentive-Based P2P Scheduling in Grid Computing

Incentive-Based P2P Scheduling in Grid Computing Incentive-Based P2P Scheduling in Grid Computing Yanmin Zhu 1, Lijuan Xiao 2, Lionel M. Ni 1, and Zhiwei Xu 2 1 Department of Computer Science Hong Kong University of Science and Technology Clearwater

More information

Transportation Costs and U.S. Manufacturing FDI

Transportation Costs and U.S. Manufacturing FDI Marquette University e-publications@marquette Economics Faculty Researc and Publications Business Administration, College of 5-1-2014 Transportation Costs and U.S. Manufacturing FDI Josep P. Daniels Marquette

More information

Forging. Types of Forging Dies. Open-Die Forging. Outline. Forging. Types of forging Forging analysis Examples

Forging. Types of Forging Dies. Open-Die Forging. Outline. Forging. Types of forging Forging analysis Examples Forging Outline Forging Types of forging Forging analysis Examples Oldest of te metal forming operations, dating from about 5000 B C Components: engine cranksafts, connecting rods, gears, aircraft structural

More information

Are high value agri-food supply chains participants better insulated from shocks? Evidence from Senegal

Are high value agri-food supply chains participants better insulated from shocks? Evidence from Senegal WORKING PAPER NUMBER 2017/3 Are ig value agri-food supply cains participants better insulated from socks? Evidence from Senegal Sènakpon F. A. DEDEHOUANOU University of Abomey Calavi (UAC)/FASEG, Benin

More information

IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 2 Issue 11, November

IJISET - International Journal of Innovative Science, Engineering & Technology, Vol. 2 Issue 11, November IJISET - International Journal of Innoatie Science, Engineering & Tecnology, Vol. Issue 11, Noember 015. ISSN 348 7968 Matematical Model of Urban Taxi Subsidy Sceme Xiao Tong 1,Wang Zuo,Yang Liucong 3,Cen

More information

Outflow Dynamics in Modeling Oligopoly Markets: The Case of the Mobile Telecommunications Market in Poland

Outflow Dynamics in Modeling Oligopoly Markets: The Case of the Mobile Telecommunications Market in Poland MPRA Munic Personal RePEc Arcive Outflow Dynamics in Modeling Oligopoly Markets: Te Case of te Mobile Telecommunications Market in Poland Katarzyna Sznajd-Weron and Rafal Weron and Maja Wloszczowska Hugo

More information

NUMERICAL DIFFERENTIATIONS SPREADSHEET CALCULATOR

NUMERICAL DIFFERENTIATIONS SPREADSHEET CALCULATOR Prosiding Seminar Kebangsaan Aplikasi Sains dan Matematik 2013 (SKASM2013) Batu Paat, Joor, 29 30 Oktober 2013 NUMERICAL DIFFERENTIATIONS SPREADSHEET CALCULATOR Kim Gaik ~ a ~ (Sie ', Lo~ig KekZ & Rosmila

More information

Clock-Driven Scheduling

Clock-Driven Scheduling Integre Technical Publishing Co., Inc. Liu January 13, 2000 8:49 a.m. chap5 page 85 C H A P T E R 5 Clock-Driven Scheduling The previous chapter gave a skeletal description of clock-driven scheduling.

More information

OPTIMAL OPERATION OF AN ENERGY HUB NETWORK IN THE CONTEXT OF HYDROGEN ECONOMY

OPTIMAL OPERATION OF AN ENERGY HUB NETWORK IN THE CONTEXT OF HYDROGEN ECONOMY 6t International Conference on Hydrogen roduction UOIT Osawa, Ontario, Canada OTIMAL OERATION OF AN ENERGY HUB NETWORK IN THE CONTEXT OF HYDROGEN ECONOMY 1, 2, 3* Maroufmasat Azade, 2 Fowler Micael, 2

More information

THE EFFECTS OF WEATHER SHOCKS ON ECONOMIC ACTIVITY: HOW CAN LOW-INCOME COUNTRIES COPE?

THE EFFECTS OF WEATHER SHOCKS ON ECONOMIC ACTIVITY: HOW CAN LOW-INCOME COUNTRIES COPE? CHAPTER 3 THE EFFECTS OF WEATHER SHOCKS ON ECONOMIC ACTIVITY: HOW CAN LOW-INCOME COUNTRIES COPE? Global temperatures ave increased at an unprecedented pace over te past 4 years, and significant furter

More information

Design of Turbine Screw Model for Pico-Hydro

Design of Turbine Screw Model for Pico-Hydro American Journal of Engineering Researc (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-6, Issue-9, pp-130-140 www.ajer.org Researc Paper Design of Turbine Screw Model for Pico-Hydro Yulianto 1 *, A.Komarudin

More information

POWER systems are undergoing a major transformation

POWER systems are undergoing a major transformation 1 Generic Demand Model Considering te Impact of Prosumers for Future Grid Scenario Analysis Sariq Riaz, Student Member, IEEE, Hesamoddin Marzoogi, Member, IEEE, Gregor Verbič, Senior Member, IEEE, Arcie

More information

Gang Scheduling Performance on a Cluster of Non-Dedicated Workstations

Gang Scheduling Performance on a Cluster of Non-Dedicated Workstations Gang Scheduling Performance on a Cluster of Non-Dedicated Workstations Helen D. Karatza Department of Informatics Aristotle University of Thessaloniki 54006 Thessaloniki, Greece karatza@csd.auth.gr Abstract

More information

OPTIMIZATION FOR COGENERATION SYSTEMS IN BUILDINGS BASED ON LIFE CYCLE ASSESSMENT

OPTIMIZATION FOR COGENERATION SYSTEMS IN BUILDINGS BASED ON LIFE CYCLE ASSESSMENT OPTIMIZATION FOR COGENERATION SYSTEMS IN BUILDINGS BASED ON LIFE CYCLE ASSESSMENT SUBMITTED: Marc 2005 REVISED: January 2006 PUBLISHED: May 2006 at ttp://itcon.org/2006/20/ EDITOR: Dana J. Vanier Ayat

More information

Operating Reserve Quantification Considering System Uncertainties and Day-ahead Optimal Dispatching of a Microgrid with Active PV Generators

Operating Reserve Quantification Considering System Uncertainties and Day-ahead Optimal Dispatching of a Microgrid with Active PV Generators Réunion du Groupe de travail sur les microréseaux Tuesday, November 15, 216 Operating Reserve Quantification Considering System Uncertainties and Day-aead Optimal Dispatcing of a Microgrid wit Active PV

More information

Simulation-based study of the energy requirements linked to the temperature control of micro-algae culture in outdoor photobioreactors.

Simulation-based study of the energy requirements linked to the temperature control of micro-algae culture in outdoor photobioreactors. Simulation-based study of te energy requirements linked to te temperature control of micro-algae culture in outdoor potobioreactors. Lorenzo Cappai 1*, Marie-Amélie de Ville d Avray 1, Ounayda Mdere 1,

More information

Evolutionary Algorithms

Evolutionary Algorithms Evolutionary Algorithms Evolutionary Algorithms What is Evolutionary Algorithms (EAs)? Evolutionary algorithms are iterative and stochastic search methods that mimic the natural biological evolution and/or

More information

Resource Allocation Strategies in a 2-level Hierarchical Grid System

Resource Allocation Strategies in a 2-level Hierarchical Grid System st Annual Simulation Symposium Resource Allocation Strategies in a -level Hierarchical Grid System Stylianos Zikos and Helen D. Karatza Department of Informatics Aristotle University of Thessaloniki 5

More information

OPERATING SYSTEMS. Systems and Models. CS 3502 Spring Chapter 03

OPERATING SYSTEMS. Systems and Models. CS 3502 Spring Chapter 03 OPERATING SYSTEMS CS 3502 Spring 2018 Systems and Models Chapter 03 Systems and Models A system is the part of the real world under study. It is composed of a set of entities interacting among themselves

More information

DOCUMENT DE TRAVAIL

DOCUMENT DE TRAVAIL Publié par : Publised by: Publicación de la: Édition électronique : Electronic publising: Edición electrónica: Disponible sur Internet : Available on Internet Disponible por Internet : Faculté des sciences

More information

COMPLIANCE WITH THIS PUBLICATION IS MANDATORY

COMPLIANCE WITH THIS PUBLICATION IS MANDATORY BY ORDER OF THE COMMANDER 50TH SPACE WING 50TH SPACE WING INSTRUCTION 10-217 17 MAY 2013 Incorporating Cange 4, 8 May 2017 Operations AIR FORCE SATELLITE CONTROL NETWORK (AFSCN) USERS OPERATIONS INSTRUCTIONS

More information

INDEPENDENT DEMAND SYSTEMS: DETERMINISTIC MODELS

INDEPENDENT DEMAND SYSTEMS: DETERMINISTIC MODELS INDEPENDENT DEMAND SYSTEMS: DETEMINISTIC MODELS A major reason for aving inventory is to enable an organization to buy or produe items in eonomi lot sizes Eonomi lot sizing often applied wen organization

More information

Volume 14. No

Volume 14. No Volume 4. No 03 Transporta un sakaru institūts (Transport and Telecommunication Institute) Transport and Telecommunication Volume 4, No - 03 ISSN 407-660 ISSN 407-679 (On-line: www.tsi.lv) Riga 03 05 T8

More information

Optimized Virtual Resource Deployment using CloudSim

Optimized Virtual Resource Deployment using CloudSim Optimized Virtual Resource Deployment using CloudSim Anesul Mandal Software Professional, Aptsource Software Pvt. Ltd., A-5 Rishi Tech Park, New Town, Rajarhat, Kolkata, India. Kamalesh Karmakar Assistant

More information

École doctorale n 364 : Sciences Fondamentales et Appliquées. Doctorat ParisTech T H È S E. pour obtenir le grade de docteur délivré par

École doctorale n 364 : Sciences Fondamentales et Appliquées. Doctorat ParisTech T H È S E. pour obtenir le grade de docteur délivré par N : 2009 ENAM XXXX École doctorale n 364 : Sciences Fondamentales et Appliquées Doctorat ParisTec T H È S E pour obtenir le grade de docteur délivré par l École nationale supérieure des mines de Paris

More information

A NOVEL INTEGRATED ENERGY SYSTEM OF SOLAR POWER, HEAT PUMPS AND AI-EV (AIR-CONDITIONER ELECTRIC VEHICLE)

A NOVEL INTEGRATED ENERGY SYSTEM OF SOLAR POWER, HEAT PUMPS AND AI-EV (AIR-CONDITIONER ELECTRIC VEHICLE) t International Conference on Heat Transfer, Fluid Mecanics and Termodynamics HEFAT6 t International Conference on Heat Transfer, Fluid Mecanics and Termodynamics July 6 Malaga, Spain A NOVEL INTEGRATED

More information

Goodbye to Fixed Bandwidth Reservation: Job Scheduling with Elastic Bandwidth Reservation in Clouds

Goodbye to Fixed Bandwidth Reservation: Job Scheduling with Elastic Bandwidth Reservation in Clouds Goodbye to Fixed Bandwidth Reservation: Job Scheduling with Elastic Bandwidth Reservation in Clouds Haiying Shen *, Lei Yu, Liuhua Chen &, and Zhuozhao Li * * Department of Computer Science, University

More information

Passit4Sure.OG Questions. TOGAF 9 Combined Part 1 and Part 2

Passit4Sure.OG Questions. TOGAF 9 Combined Part 1 and Part 2 Passit4Sure.OG0-093.221Questions Number: OG0-093 Passing Score: 800 Time Limit: 120 min File Version: 7.1 TOGAF 9 Combined Part 1 and Part 2 One of the great thing about pass4sure is that is saves our

More information

Integrating New Cost Model into HMA-Based Grid Resource Scheduling

Integrating New Cost Model into HMA-Based Grid Resource Scheduling Integrating New Cost Model into HMA-Based Grid Resource Scheduling Jun-yan Zhang, Fan Min, and Guo-wei Yang College of Computer Science and Engineering, University of Electronic Science and Technology

More information

Ph.D. Defense: Resource Allocation Optimization in the Smart Grid and High-performance Computing Tim Hansen

Ph.D. Defense: Resource Allocation Optimization in the Smart Grid and High-performance Computing Tim Hansen Ph.D. Defense: Resource Allocation Optimization in the Smart Grid and High-performance Computing Tim Hansen Department of Electrical and Computer Engineering Colorado State University Fort Collins, Colorado,

More information

Determining Dryness Fraction

Determining Dryness Fraction Determining Dryness Fraction SUPERHEATED EVAPORATION 100 C WATER LINE 0 C g Temperature/Entalpy Dryness Fraction Tis andout assumes te student is amiliar wit Steam Tables and te terms ound terein. I required,

More information

Lecture Note #4: Task Scheduling (1) EECS 571 Principles of Real-Time Embedded Systems. Kang G. Shin EECS Department University of Michigan

Lecture Note #4: Task Scheduling (1) EECS 571 Principles of Real-Time Embedded Systems. Kang G. Shin EECS Department University of Michigan Lecture Note #4: Task Scheduling (1) EECS 571 Principles of Real-Time Embedded Systems Kang G. Shin EECS Department University of Michigan 1 Reading Assignment Liu and Layland s paper Chapter 3 of the

More information

Toward Effective Multi-capacity Resource Allocation in Distributed Real-time and Embedded Systems

Toward Effective Multi-capacity Resource Allocation in Distributed Real-time and Embedded Systems Toward Effective Multi-capacity Resource Allocation in Distributed Real-time and Embedded Systems Nilabja Roy, John S. Kinnebrew, Nishanth Shankaran, Gautam Biswas, and Douglas C. Schmidt Department of

More information

Computers and Chemical Engineering

Computers and Chemical Engineering Computers and Cemical Engineering 33 (2009) 1584 1592 Contents lists available at ScienceDirect Computers and Cemical Engineering journal omepage: www.sevier.com/locate/compcemeng Predictive optimal management

More information

Lecture 6: Scheduling. Michael O Boyle Embedded Software

Lecture 6: Scheduling. Michael O Boyle Embedded Software Lecture 6: Scheduling Michael O Boyle Embedded Software Overview Definitions of real time scheduling Classification Aperiodic no dependence No preemption EDD Preemption EDF Least Laxity Periodic Rate Monotonic

More information

AN EXPERIMENTAL INVESTIGATION ON CHARACTERISTIC PROPERTIES OF FIBRE REINFORCED CONCRETE CONTAINING WASTE GLASS POWDER AS POZZOLANA

AN EXPERIMENTAL INVESTIGATION ON CHARACTERISTIC PROPERTIES OF FIBRE REINFORCED CONCRETE CONTAINING WASTE GLASS POWDER AS POZZOLANA AN EXPERIMENTAL INVESTIGATION ON CHARACTERISTIC PROPERTIES OF FIBRE REINFORCED CONCRETE CONTAINING WASTE GLASS POWDER AS POZZOLANA S.M. Cikalikar, Govt. of Maarastra, India S.N. Tande, Walcand, Colleg

More information

Fermentation in 24-well plates is an efficient screening platform for filamentous fungi

Fermentation in 24-well plates is an efficient screening platform for filamentous fungi Letters in Applied Microbiology ISSN -5 ORIGINAL ARTICLE Fermentation in -well plates is an efficient screening platform for filamentous fungi T. Linde, N.B. Hansen,M.L ubeck and P.S. L ubeck Section for

More information

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE Concurrency Computat.: Pract. Exper. 2009; 00:1 38 [Version: 2002/09/19 v2.02] A standards-based Grid resource brokering service supporting advance

More information

Deterministic Crowding, Recombination And Self-Similarity

Deterministic Crowding, Recombination And Self-Similarity Deterministic Crowding, Recombination And Self-Similarity Bo Yuan School of Information Technology and Electrical Engineering The University of Queensland Brisbane, Queensland 4072 Australia E-mail: s4002283@student.uq.edu.au

More information

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability

A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability To be submitted to CONCURRENCY AND COMPUTATION: PRACTICE AND EXPERIENCE November 26 A standards-based Grid resource brokering service supporting advance reservations, coallocation and cross-grid interoperability

More information

Co-Opetition Strategy Model of Hakkanese Culture Relics Museums

Co-Opetition Strategy Model of Hakkanese Culture Relics Museums International Journal of Management Sciences Vol. 5, No. 1, 2015, 85-101 Co-Opetition Strategy Model of Hakkanese Culture Relics Museums Maw-Cerng Lin 1 Abstract Hakkanese culture relic s museums are cultural

More information

Assessment Protocol for the Commercial Harvest of Pacific Oysters (Crassostrea gigas) in British Columbia

Assessment Protocol for the Commercial Harvest of Pacific Oysters (Crassostrea gigas) in British Columbia Canadian Science Advisory Secretariat (CSAS) Researc Document 04/07 Pacific Region Assessment Protocol for te Commercial Harvest of Pacific Oysters (Crassostrea gigas) in Britis Columbia Tammy C. Norgard,

More information

Air Atomizing Design, Features & Introduction

Air Atomizing Design, Features & Introduction Atomizing Design, Features & Introduction atomizing spray nozzles produces fine mist spray wit te elp of compressed air, liquid breaks into small droplets as air provides saring effects on liquid droplets.

More information

Bilateral and Multilateral Exchanges for Peer-Assisted Content Distribution

Bilateral and Multilateral Exchanges for Peer-Assisted Content Distribution 1290 IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 19, NO. 5, OCTOBER 2011 Bilateral and Multilateral Exchanges for Peer-Assisted Content Distribution Christina Aperjis, Ramesh Johari, Member, IEEE, and Michael

More information

Scheduling and Resource Management in Grids

Scheduling and Resource Management in Grids Scheduling and Resource Management in Grids ASCI Course A14: Advanced Grid Programming Models Ozan Sonmez and Dick Epema may 13, 2009 1 Outline Resource Management Introduction A framework for resource

More information

Towards Modelling-Based Self-adaptive Resource Allocation in Multi-tiers Cloud Systems

Towards Modelling-Based Self-adaptive Resource Allocation in Multi-tiers Cloud Systems Towards Modelling-Based Self-adaptive Resource Allocation in Multi-tiers Cloud Systems Mehdi Sliem 1(B), Nabila Salmi 1,2, and Malika Ioualalen 1 1 MOVEP Laboratory, USTHB, Algiers, Algeria {msliem,nsalmi,mioualalen}@usthb.dz

More information

GISELA GIS-based Evaluation of Land-use and Agriculture Market Analysis and the Effects of Income Distribution

GISELA GIS-based Evaluation of Land-use and Agriculture Market Analysis and the Effects of Income Distribution GISELA GIS-based Evaluation of Land-use and Agriculture Market Analysis and te Effects of Income Distribution Sunsuke Mori Professor, Department of Industrial Administration, Faculty of Science and Tecnology,

More information

Comparative Analysis of Scheduling Algorithms of Cloudsim in Cloud Computing

Comparative Analysis of Scheduling Algorithms of Cloudsim in Cloud Computing International Journal of Computer Applications (975 8887) Comparative Analysis of Scheduling Algorithms of Cloudsim in Cloud Computing Himani Department of CSE Guru Nanak Dev University, India Harmanbir

More information

CROWNBench: A Grid Performance Testing System Using Customizable Synthetic Workload

CROWNBench: A Grid Performance Testing System Using Customizable Synthetic Workload CROWNBench: A Grid Performance Testing System Using Customizable Synthetic Workload Xing Yang, Xiang Li, Yipeng Ji, and Mo Sha School of Computer Science, Beihang University, Beijing, China {yangxing,

More information

CMS readiness for multi-core workload scheduling

CMS readiness for multi-core workload scheduling CMS readiness for multi-core workload scheduling Antonio Pérez-Calero Yzquierdo, on behalf of the CMS Collaboration, Computing and Offline, Submission Infrastructure Group CHEP 2016 San Francisco, USA

More information