problems related to analysis of some models of
play

Problems related to analysis of some models of distributed - PowerPoint PPT Presentation

Problems related to analysis of some models of distributed computaons and social networks Nikolay Kuzyurin 1/62 2. Probabilisric graph models of social networks. Some opmizaon problems 1. Grid, Computanal Clusters scheduling


  1. Problems related to analysis of some models of distributed computa�ons and social networks Nikolay Kuzyurin 1/62

  2. 2. Probabilisric graph models of social networks. Some op�miza�on problems 1. Grid, Computa�nal Clusters scheduling parallel tasks on a group of clusters Model: Mul�ple Strip Packing. on-line algorithms 2/62

  3. 1. Grid, Computa�nal Clusters scheduling parallel tasks on a group of clusters Model: Mul�ple Strip Packing. on-line algorithms 2. Probabilisric graph models of social networks. Some op�miza�on problems 2/62

  4. Strip packing problem Input : I = ( R 1 , . . . , R N ) — list of rectangles i -th rectangle: ▶ h ( R i ) — height, ▶ w ( R i ) — width Objec�ve : Find orthogonal packing of I inside a unit width strip without rota�ons and intersec�ons so that the height of packing is minimal. Applica�ons VLSI design Cu�ng stock problem Scheduling of parallel jobs on a cluster 3/62

  5. Packing example N = 20 4/62

  6. Strip packing: approxima�on algorithms Strip packing is NP-hard (1980) ⇒ Approxima�on algorithms Approxima�on ra�o { A ( I ) } R A = sup OPT ( I ) I Asympto�c approxima�on ra�o { A ( I ) } R ∞ A = lim k →∞ sup OPT ( I ) | OPT ( I ) ≥ k I 5/62

  7. Strip packing: on-line algorithms. Worst case analysis On-line algorithms with asympto�c approxima�on ra�os 1983 Baker, Schwarz, Shelf algorithms, R ∞ A ≤ 1 . 7 + ε 1997 Csirik, Woeginger R ∞ A ≤ 1 . 69103 2007 Han, Iwama, Ye, Zhang R ∞ A ≤ 1 . 58889 Lower bound van Vliet R ∞ A ≥ 1 . 54 6/62

  8. Average case analysis of algorithms Standard probabilis�c model: h ( R i ) , w ( R i ) are independent random variables uniformly distributed in [0 , 1] Denote uncovered area of a strip as ∑ S = H − h ( R i ) w ( R i ) i The goal is to minimize E S 7/62

  9. Best known results in terms of average-case analysis 1993 E S = O ( N 1/2 ) — Off-line algorithm , Coffman, Shor. 1993 E S = O ( N 2/3 ) — Closed-end on-line algorithm (the number of rectangles N is known in advance), Coffman, Shor. 2010 E S = O ( N 2/3 ) — Open-end on-line (an algorithm does not know the number of rectangles), Kuzyurin, Pospelov. 8/62

  10. New algorithm for closed-end SP M. Trushnikov¹ proposed new on-line algorithm for closed-end strip packing. N C 80 000 1.5655 150 000 1.5716 500 000 1.5798 1 000 000 1.5798 Experimentally he showed that 4 000 000 1.5878 15 000 000 1.5975 E S = CN 1/2 30 000 000 1.5897 100 000 000 1.5934 300 000 000 1.6006 800 000 000 1.5912 1 000 000 000 1.6044 1 500 000 000 1.6027 2 000 000 000 1.5949 ¹Proceedings of ISP RAS, 2012, v. 22 9/62

  11. The idea of new algorithm (Trushnikov) Nota�ons ⌊ N /4 ⌋ , δ = 1 √ d = d N √ U = N /4 = N + O (1) . d At the bo�om of the strip we introduce d + 1 horizontal areas (called containers) each of height U (see the picture below). 10/62

  12. Algorithm δ δ δ … d + 1 horizontal areas δ δ U δ 11/62

  13. Algorithm Each even rectangle we will pack in the first pyramid and each odd one in the second. Rectangles which cons�tute the pyramid we will call containers . Enumerate containers inside the pyramid by numbers from 1 up to d such that the i th one has width i δ . Rectangles inside containers will be packed one by one: the first at the bo�om, next one above the first and so on. 12/62

  14. The steps of the Algorithm Let we obtain as input current rectangle of width w . Find i , such that ( i − 1) δ < w ≤ i δ . We will call this rectangle be assigned to the i th container. Then find minimal j such that i ≤ j ≤ d and in the j th container it is enough room to pack the rectangle. If such j esists we pack the rectangle into the j th container. If no, then put the rectangle above current packing. Such rectangles we will call unpacked . 13/62

  15. Theorem (Trushnikov) Theorem. The expected wasted area of packing obtained by the Algorithm is √ E S = ˜ N ) = O ( N 1/2 ( log N ) 3/2 ) O ( 14/62

  16. Outline of the proof Let Σ is the square of all N rectangles. Obviously E Σ = N /4 . The height of the pyramids is ( d + 1 ) N = N /4+ O ( N 1/2 ) . ( d +1) U = N /4 = N /4+ d 4 ⌊ N /4 N ⌋ √ We will consider only one of the two pyramids and only ⌊ N /2 ⌋ rectangles packed into this pyramid. Let us enumerate these ⌊ N /2 ⌋ rectangles by numbers from 1 up to ⌊ N /2 ⌋ in the order of arriving rectangles. 15/62

  17. Let M { n 1 , n 2 } be the expecta�on of the number of unpacked rectangles when the Algorithm packs rectangles with numbers from the interval [ n 1 , n 2 ] It is sufficient to prove that M { 1 , ⌊ N /2 ⌋} = O ( N 1/2 ( log N ) 3/2 ) . 16/62

  18. Main results Define two numbers k 0 and k 1 : k 0 = ⌊ N /2 ⌋ − ⌊ N 3/4 √ log N ⌋ , k 1 = ⌊ N /2 ⌋ − ⌊ N 1/2 ⌋ . Obviously M { 1 , ⌊ N /2 ⌋} = M { 1 , k 0 } + M { k 0 + 1 , k 1 } + M { k 1 + 1 , ⌊ N /2 ⌋} 17/62

  19. Main results Lemma 1 . M { k 1 + 1 , ⌊ N /2 ⌋} = O ( N 1/2 ) . Lemma 2 . M { 1 , k 0 } → 0 , N → ∞ , Lemma 3 . M { k 0 + 1 , k 1 } = O ( N 1/2 ( log N ) 3/2 ) 18/62

  20. Open ques�ons Process . The are n enumerated urns, each can contain at most n balls and there are n 2 balls. At the beginning all urns are empty. At the current step the current ball goes to any urn with probability n − 1 . 19/62

  21. Process . If the urn is not full (contains less than n balls), the ball will be packed into this urn. In opposite case it moves to the urn with number less by 1. If it is not full the ball will be packed into this urn, else it moves to the next urn with number less by 1. 20/62

  22. Problem If the ball was moved to the urn with number 1 and the urn is full, the ball is unpacked . Ques�on : Is it true that the expecta�on of the unpacked balls is O ( n ) ? 21/62

  23. Generalized mul�ple-strip packing MSP: Mul�ple strip packing problem there are M strips of unit width instead of one. Generalized MSP (Ini�ally addressed by Zhuk, 2006) : There are M strips of widths w 1 , . . . , w M . w 1 ≥ w 2 ≥ . . . ≥ w M 22/62

  24. Generalized mul�ple-strip packing There are examples of inputs for Generalized MSP such that very natural heuris�cs give R ∞ A → ∞ 23/62

  25. Generalized mul�ple-strip packing Zhuk proved (2007) for generalized MSP that there is an on-line algorithm A R ∞ A ≤ 2 e For any on-line algorithm A: R ∞ A ≥ e 24/62

  26. Nota�ons . Define A ( T ) as a vector y = ( y 1 , . . . , y m ) , where y k is the sum of squares of rectangles from T packed by algorithm A into the k th strip. h ( T ) efficiently computable func�on h ( T ) is the lower bound of the height of op�mal packing OPT ( T ) ≥ h ( T ) 25/62

  27. An idea of balancing. Concrete rule: Let a set of rectangles T was packed and A r ( T ) = ( y 1 , . . . , y m ) . Next rectangle R will be packed as follows: . . . Compute h = h ( T + { R } ) . 1 . . . Find k , such that 2 k = max i : w ( R ) ≤ w i and y i ≤ eh . w i If such k exists we pack R into the k th strip. 26/62

  28. Direc�ons for future work Special cases: all strips have equal widths (MSP) strips have widths of special form (say, powers of 2) strips have constant number of different widths 27/62

  29. On-line R A m , Ye, Han, Zhang, 2009 R A m , Ye, Han, Zhang, 2009 randomized on-line algorithm m m MSP: on-line vs off-line Off-line AFPTAS, 2009, Bougeret, Dutot, Jansen, O�e, Trystam R A ≤ 2 2009, Bougeret, Dutot, Jansen, O�e, Trystam 28/62

  30. MSP: on-line vs off-line Off-line AFPTAS, 2009, Bougeret, Dutot, Jansen, O�e, Trystam R A ≤ 2 2009, Bougeret, Dutot, Jansen, O�e, Trystam On-line R A ≤ 3 + δ m , Ye, Han, Zhang, 2009 R A ≤ 2 . 7 + δ m , Ye, Han, Zhang, 2009 randomized on-line algorithm δ m → 0 , m → ∞ 28/62

  31. Modified T-algorithm: every new rectangle we place on the emp�est strip and then use Trushnikov’s algorithm. Mul�ple Strip Packing: average case MSP – all strips have equal widths Our results on average case analysis for MSP 29/62

  32. Mul�ple Strip Packing: average case MSP – all strips have equal widths Our results on average case analysis for MSP Modified T-algorithm: every new rectangle we place on the emp�est strip and then use Trushnikov’s algorithm. 29/62

  33. E S max = CN 1/2 M N C Theorem 21 10 000 1.663 34 40 000 1.6415 E S max = ˜ O ( N 1/2 ) for M = const . 54 160 000 1.6937 86 640 000 1.7065 136 2 560 000 1.7238 Experiments show that 273 20 480 000 1.5822 E S max = O ( N 1/2 ) even for 434 81 920 000 1.6312 547 163 840 000 1.7506 M = N 1/3 689 327 680 000 1.7396 868 655 360 000 1.6455 1000 1 000 000 000 1.5631 30/62

  34. Experiments (average case) for MSP For M = N 1/2 average waste grows faster than N 1/2 M N C 200 40 000 3.0043 400 160 000 3.7113 800 640 000 4.8146 1131 1 280 000 5.1267 1600 2 560 000 4.7967 2262 5 120 000 3.9807 3200 10 240 000 5.321 4525 20 480 000 5.4551 6400 40 960 000 7.5701 9050 81 920 000 8.067 12800 163 840 000 9.3379 18101 327 680 000 7.6747 31623 1 000 000 000 16.4354 31/62

  35. Future work : improve analysis of new algorithm ( E S O N ) and adapt it to MSP. Resume and future work New closed-end on-line algorithm for strip packing It is shown experimentally that E S = O ( N 1/2 ) . It is proved that the algorithm provides E S = ˜ O ( N 1/2 ) 32/62

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend