A Critical Improvement On Open Shop Scheduling Algorithm For Routing In Interconnection Networks
Stavros Birmpilis and Timotheos Aslanidis
National Technical University of Athens, Athens, Greece
ABSTRACT
In the past years, Interconnection Networks have been used quite often and especially in applications where parallelization is critical. Message packets transmitted through such networks can be interrupted using buffers in order to maximize network usage and minimize the time required for all messages to reach their destination. However, preempting a packet will result in topology reconfiguration and consequently in time cost. The problem of scheduling message packets through such a network is referred to as PBS and is known to be NP-Hard. In this paper we haveimproved, critically, variations of polynomially solvable instances of Open Shop to approximate PBS. We have combined these variations and called the induced algorithmI_HSA (Improved Hybridic Scheduling Algorithm). We ran experiments to establish the efficiency of I_HSA and found that in all datasets used it produces schedules very close to the optimal. In addition, we tested I_HSA with datasets that follow non-uniform distributions and provided statistical data which illustrates better its performance.To further establish I_HSA’s efficiency we ran tests to compare it to SGA, another algorithm which when tested in the past has yielded excellent results.
KEYWORDS
Interconnection networks, packet scheduling, preemption, approximation.
1. PROBLEM DESCRIPTION- INTERCONNECTION NETWORKS
In the past years,Interconnection Networks have been used quite often and in many different topologies. In this paper, we consider Multistage Interconnection Networks, which they provide high speed services with a large bandwidth and are therefore ideal in providing quality communication services in supercomputers, routers, clusters of machines and generally where there is a need for parallelization. In a Multistage Interconnection Network, switches are installed between the source and destination nodes, and thus, the topology is defined dynamically. Of course, the number of switches is much less than the number of possible paths, because otherwise it would be too expensive to construct. Therefore, there are always paths which are blocked, and others which are open for transmission. Message packets can be interrupted using buffers in order to maximize network usage and minimize the time required for all packets to reach their destination. However, pre-empting a packet will result in time cost, as the networks switches will need to reconfigure. Time to setup for the next packet can often be significant. The problem of scheduling message packets through such a network is referred to as PBS (Preemptive Bipartite Scheduling). Even though numerous algorithms have been designed in an effort to produce efficient schedules there seems to still exist room for further research.
2. THE GRAPH MODEL FOR PBS
As there are 2 sets between which the multiplexing and demultiplexing process takes place the ideal representation seems to be a bipartite graph . Source stations will be assigned to , destination stations to , messages to be transmitted will be the edges connecting nodes of to nodes of . will be a weight function giving each edge a weight equal to the duration of the transmission for to .Given a matching in we will denote by the maximum weight of any edge , that is . Following the notation used in previous research on the problem,will denote the degree of , the maximum sum of edge weightsincident to any of the nodes and the setup cost to prepare for the next packet transmission. Thus, a feasible schedule for PBS would cost, where is the number of times the network has to reconfigure so that all data will be transferred.
Using these notations, the value represents a lower bound. is not always achievable but is easy to calculate and is considered to be a good approximation of the optimal solution when designing near optimal algorithms for PBS.
3. PAST RESEARCH ON PBS
The NP-Hardness of PBS derives from the fact that it is a bicriteria minimization problem, namely the objective function to be minimized depends on two different criteria each of which affects the other. Regardless the hardness of minimizing both criteria simultaneously, minimization of each criterion separately is relatively easy. Algorithms proposed by the authors of [11] and [9] minimize the number of preemptions while the one in [16] minimizes the transmission time. In general, the problem is inapproximable for all as shown in [7]. The best guaranteed approximation ratioofany algorithmproposed forthe problem is . Proof of that can be found in [1]. Many other algorithms have been proposed in order to provide solutions close to the optimal. Experimenting on test cases has yielded good results in [3], [4] and [8].
In this manuscript we try to exploit in the best way possible a reduction of PBS to the open shop scheduling problem (), in order to use polynomial time algorithms proposed for some special instances of it, to minimize each criterion separately and combine the results to design an improved hybrid algorithm (I_HSA – Improved Hybridic Scheduling Algorithm),which will tackle the bicriteria problem efficiently.
4. REDUCING PBS TO OPEN SHOP AND DESIGNING IMPROVED HSA
Unfortunately, the above reduction does not imply of a way to solve PBS using open shop algorithms as a PBS schedule would preempt all transmission simultaneously, while open shop scheduling does not have such a requirement. Yet, there exist two special instances of the Open Shop problem that are known to be solvable in polynomial time and are exactly right for our purposes.
in which preemption is allowed and
in which all processing times are either 0 or 1.
The polynomial time algorithm described in [16] minimizes a preemptive open shop makes pan by preempting all processor tasks simultaneously. We will refer to this algorithm by LLA (Lawler-Labetoulle Algorithm). LLA uses linear programming techniques to define a set of tasks in order to reduce the workload of all stations that, in each step of the process are assigned with the maximum workload . The authors of [16] call this a decrementing set. The number of preemption is
In order to improve the results of LLA instead of using a random decrementing set to reduce the workload of the stations we use one produced by a maximum weighted perfect matching algorithm. We will call this variation of LLA, POSA (Preemptive Open Shop Algorithm). We will use POSA to minimize I_HSA’s makespan.
To complete I_HSA we also need an algorithm which will minimize the number of preemptions. A linear programming algorithm for
In order for OS01PT to better suit the requirements of the problem in [2], instead of calculating a perfect matching as described in Step4 of the algorithm’s description, the authors used a maximum weighted perfect matching algorithm just as in the case of POSA.
Well, in the same direction we took it one step further and we designed an improvement for this algorithm, which produces much better results.
I_OS01PT Algorithm (Improved – Open Shop 0, 1 Processing Times)
This heuristic does not always achieve the minimum number of preemptions but it appears to perform much better on average.
The reason that this algorithm gives better results in our problem, as we can see in the graph below, is that as is increasing, the same happens for the need to reduce the degree of the graph, otherwise it will cost more. With this variable in the algorithm, we set a priority for the matching algorithm in Step4 towards the edges which, when removed, will reduce the degree of the graph.
We now have all the necessary tools to design Improved HSA:
5. COMPUTATIONAL COMPLEXITY OF IMPROVED HSA
6. DECIDING A CRITICAL VALUE OF D FOR IMPROVED HSA
Figure 1 depicts the deviation from the optimal solution when using POSA to calculate a schedule for PBS. Figure 2 depicts the corresponding results when using I_OS01PT, while Figure3 shows the results yielded by I_HSA. The test cases in these figures are following a uniform distribution.
Figure 1. Average Solution cost/lower bound using POSA
Figure 2. Average Solution cost/lower bound using I_OS01PT
Figure 3. Average Solution cost/lower bound using I_HSA (uniform)
According to Figure1 and Figure 2, the appropriate value of to switch from POSA to I_OS01PT is d= 9.
Figure 4 shows the (worst solutions cost)/(lower bound) ratio of I_HSA for any of the instances used for each value of d. Note that it never exceeds 1.3 .
Figure 4. Worst solution cost/lower bound using I_HSA
Moreover, Figure 5 shows the results yielded by running I_HSA on test cases following normal distribution and Figure 6 following exponential distribution. The critical value of in the caseof normal distribution is d=8 at and of exponential distribution is at d=16.
Figure 5. Average Solution cost/lower bound using I_HSA (normal)
Figure 6. Average Solution cost/lower bound using I_HSA (exponential)
7. ILLUSTRATIVE STATISTICS ON THE RESULTS OF THE VARIATIONS CONCERNING THE OTHER CRITERION
On the tables below, we can see that the algorithms POSA and I_OS01PT are probably the most suitable for our problem. That is because, even though, they are designed to minimize only the one out of the two criteria, they still manage to tackle the other criterion efficiently as well.
8. COMPARING IMPROVED HSA TO ANOTHER EFFICIENT ALGORITHM FOR PBS
One of the most efficient algorithms designed by researchers for PBS in the past is the SGA (Split Graph Algorithm). SGA splits the initial graph in two subgraphs, one with messages of duration less than d and another one with messages of duration at least d. The larger messages arescheduled first and then the small ones. It was found to be very efficient when tested in comparison to other efficient algorithms and it appears to be one of the top heuristics for PBS. We ran tests to compare I_HSA with SGA which show that I_HSA always produces a schedule better than SGA. I_HSA’s approximation ratio is,for some values of up to better than the one of SGA. As in paragraph 5, we used five hundred test cases following the uniform distribution for a 30 source-30 destination system for values of setup cost varying from 0 to 100 and message durations varying from 0 to 120.
Figure 5: Comparison of I_HSA with SGA
9. CONCLUSIONS AND FUTURE WORK
Based on a reduction of a network transmission problem (PBS) to a scheduling problem (Open Shop) done by the authors in [2], we have designed a hybrid algorithm (I_HSA) using suitable variations of polynomial time algorithms for special instances of Open Shop (POSA and I_OS01PT) designed and critically improved for the purposes of this paper, in order to develop an efficient switch reconfiguration strategy for Multistage Interconnection Network transmissions. We have run tests to establish the efficiency of our hybrid algorithm and to suggest the appropriate value of network delay to switch from POSA to I_OS01PT. Knowing this value of d improves the computational complexity of I_HSA, which we fully illustrated. In these experiments we used datasets following uniform, normal and exponential distribution. In addition, we provided statistical data which gives additional insight on the performance of the variations.Furthermore, we tested I_HSA against SGA, one of the most efficient algorithms designed for PBS in the past to conclude that I_HSA’s results have in most cases an approximation ratio up to 10% better than SGA’s.
Future research could focus on further improvement of the time complexity of I_HSA. The fact that I_HSA’s approximation ratio even for the worst data tested has always been less than 3/2, suggests that a formal mathematical proof of an approximation ratio lower than 2 might be possible.To further improve performance and complexity a new hybrid algorithm could be designed using different approaches on how to minimize each criterion separately.This algorithm might also be independent of the open shop approach. It would aim in minimizing just one of the criteria under the constraint that the other one is minimum.
REFERENCES
[1] F. Afrati, T. Aslanidis, E. Bampis, I. Milis, Scheduling in Switching Networks with Set-up Delays. Journal of Combinatorial Optimization, vol. 9, issue 1, p.49-57, Feb 2005.
[2] T. Aslanidis, S. Birmpilis, An Open Shop Approach in Approximating Optimal Data Transmission Duration in WDM Networks. In Proceedings, Second International Conference on Computer Science, Information Technology and Applications, January 2017.
[3] T. Aslanidis, M.E. Kogias, Algorithms for Packet Routing in Switching Networks with Reconfiguration Overhead. In Proceedings, Second International Conference on Computer Science and Engineering (CSE-2014), April 2014.
[4] T. Aslanidis, L. Tsepenekas, Message Routing In Wireless and Mobile Networks Using TDMA Technology. International Journal of Wireless & Mobile Networks. Vol. 8, Num. 3, June 2016
[5] G. Bongiovanni, D. Coppersmith and C. K.Wong, An optimal time slot assignment for an SS/TDMA system with variable number of transponders, IEEE Trans. Commun. vol. 29, p. 721-726, 1981.
[6] J. Cohen, E. Jeannot, N. Padoy and F. Wagner, Messages Scheduling for Parallel Data Redistribution between Clusters, IEEE Transactions on Parallel and Distributed Systems, vol. 17, Number 10, p. 1163, 2006.
[7] J. Cohen, E. Jeannot, N. Padoy, Parallel Data Redistribution Over a Backbone, Technical Report RR-4725, INRIA-Lorraine, February 2003.
[8] P. Crescenzi, X. Deng, C. H. Papadimitriou, On approximating a scheduling problem, Journal of Combinatorial Optimization, vol. 5, p. 287-297, 2001.
[9] H. M. Gabow and O. Kariv, Algorithms for edge coloring bipartite graphs an multigraphs, SIAM Journal on Computation, 11, p. 117-129, 1982
[10] I. S. Gopal, G. Bongiovanni, M. A. Bonucelli, D. T. Tang, C. K. Wong, An optimal switching algorithm for multibeam satellite systems with variable bandwidth beams, IEEE Trans. Commun. vol. 30, p. 2475-2481, Nov. 1982.
[11] I. S. Gopal, C. K. Wong Minimizing the number of switchings in an SS/TDMA system IEEE Trans. Commun. vol. 33, p. 497-501, 1985.
[12] T. Inukai, An efficient SS/TDMA time slot assignment algorithm IEEE Trans. Commun. vol 27, p. 1449-1455, Oct. 1979.
[13] E. Jeannot and F. Wagner, Two fast and efficient message scheduling algorithms for data redistribution over a backbone, 18th International Parallel and Distributed Processing Symposium, 2004.
[14] A. Kesselman and K. Kogan, Nonpreemptive Scheduling of Optical Switches, IEEE Transactions in Communications, vol. 55, number 6, p. 1212, 2007.
[15] M.E. Kogias, T. Aslanidis, A comparison of Efficient Algorithms for Scheduling Parallel Data Redistribution, International Journal of Computer Networks & Communications, May 2014, vol. 6, num. 3.
[16] E.L. Lawler and J. Labetoulle, On preemptive Scheduling of Unrelated Parallel Processors by Linear Programming. Journal of the Association of Computing Machinery 25: 612-619, 1978
[17] K.S. Sivalingam, J. Wang, X. Wu and M. Mishra, An internal based scheduling algorithm for optimal WDM star networks. Journal of Photonic Network Communications, vol. 4, No 1, p. 73-87, 2002
[18] B. Towles and W. J. Dally, Guaranteed Scheduling of Switches with Configuration Overhead, in Proc. Twenty-First Annual Joint Conference of the IEEE Computer and Communications Societies INFOCOM ’02. pp. 342-351, June 2002.
Authors
Stavros Birmpilis was born in Athens, Greece in 1994. Currently, he is a senior student in the School of Electrical and Computer Engineering at the National and Technical University of Athens, expecting to receive his diploma by July 2017. His research interests lie in the field of Algorithms and Discrete Mathematics.
Timotheos Aslanidis was born in Athens, Greece in 1974. He received his Mathematics degree from the University of Athens in 1997 and a master’s degree in computer science in 2001. He is currently doing research at the National and Technical University of Athens in the School of Electrical and Computer Engineering. His research interests comprise but are not limited to computer theory, number theory, network algorithms and data mining algorithms.