]> AND Private Git Repository - loba-papers.git/blob - loba-besteffort/loba-besteffort.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
[sharelatex-git-integration Best effort strategy and virtual load for asynchronous...
[loba-papers.git] / loba-besteffort / loba-besteffort.tex
1 \documentclass[preprint]{elsarticle}
2
3 \usepackage[utf8]{inputenc}
4 \usepackage[T1]{fontenc}
5 \usepackage{comment}
6 %\usepackage{newtxtext}
7 %\usepackage[cmintegrals]{newtxmath}
8 \usepackage{mathptmx,helvet,courier}
9
10 \usepackage{amsmath}
11 \usepackage{graphicx}
12 \usepackage{url}
13 \usepackage[ruled,lined]{algorithm2e}
14
15 %%% Remove this before submission
16 \newcommand{\FIXMEmargin}[1]{%
17   \marginpar{\textbf{[FIXME]} {\footnotesize #1}}}
18 \newcommand{\FIXME}[2][]{%
19   \ifx #2\relax\relax \FIXMEmargin{#1}%
20   \else \textbf{$\triangleright$\FIXMEmargin{#1}~#2}\fi}
21
22 \newcommand{\abs}[1]{\lvert#1\rvert} % \abs{x} -> |x|
23
24 \newenvironment{algodata}{%
25   \begin{tabular}[t]{@{}l@{:~}l@{}}}{%
26   \end{tabular}}
27
28 \newcommand{\VAR}[1]{\textit{#1}}
29
30 \newcommand{\besteffort}{\emph{best effort}}
31 \newcommand{\makhoul}{\emph{Bertsekas and Tsitsiklis}}
32
33 \begin{document}
34
35 \begin{frontmatter}
36
37 \journal{Parallel Computing}
38
39 \title{Best effort strategy and virtual load for\\
40   asynchronous iterative load balancing}
41
42 \author{Raphaël Couturier}
43 \ead{raphael.couturier@univ-fcomte.fr}
44
45 \author{Arnaud Giersch\corref{cor}}
46 \ead{arnaud.giersch@univ-fcomte.fr}
47
48 \author{Mourad Hakem}
49 \ead{mourad.hakem@univ-fcomte.fr}
50
51 \address{%
52   FEMTO-ST Institute, Univ Bourgogne Franche-Comté, Belfort, France}
53
54 \cortext[cor]{Corresponding author.}
55
56 \begin{abstract}
57   Most of the time, asynchronous load balancing algorithms are extensively 
58   studied from a theoretical point of view. The Bertsekas and Tsitsiklis'
59   algorithm~\cite
60   %[section~7.4]
61   {bertsekas+tsitsiklis.1997.parallel} is undeniably the best known algorithm for which the asymptotic convergence proof is given. 
62   From a
63   practical point of view, when a node needs to balance a part of its load to
64   some of its neighbors, the algorithm's description is unfortunately too succinct, and no details are given on what is really sent and how the load balancing decisions are taken. In this paper, we
65   propose a new strategy called \besteffort{} which aims to balance the load
66   of a node to all its less loaded neighbors while ensuring that all involved nodes by the load balancing phase have the same amount of load. Moreover, since 
67   asynchronous iterative algorithms are less sensitive to communications delays 
68   and their variations \cite{bcvc07:bc}, both load transfer and load information messages are dissociated. 
69   To speedup the convergence time of the load balancing process, we propose {\it a clairvoyant virtual load} heuristic. This heuristic allows a node receiving a load
70   information message to integrate the future virtual load (if any) in its load's list, even if the load has not been received yet. This leads to have predictive snapshots of nodes' loads at each iteration of the load balancing process.  Consequently, the notified node sends a real part of its load to some of
71   its neighbors taking into account the virtual load it will receive in the subsequent time-steps. Based on the SimGrid simulator, some series of test-bed scenarios are considered and many QoS metrics are evaluated to show the usefulness of the proposed algorithm.  %In order to validate our approaches, we have defined a
72  % simulator based on SimGrid which allowed us to conduct many experiments.
73 \end{abstract}
74
75 % \begin{keywords}
76 %   %% keywords here, in the form: keyword \sep keyword
77 % \end{keywords}
78
79 \end{frontmatter}
80
81 \section{Introduction}
82
83 Load  balancing algorithms  are  widely used  in  parallel and  distributed
84 applications to achieve high performances in terms of response time, throughput and resources usage. They play an important role and arise in various fields ranging from parallel and distributed 
85 computing systems to wireless sensor networks (WSN). 
86 The objective of load balancing is to orchestrate the distribution of the global load so that 
87 the load difference between the computational resources of the network is 
88 minimized as much as possible. Unfortunately, this problem is known to be {\bf NP-hard} in its 
89 general form and heuristics are required to achieve sub-optimal solutions but in 
90 polynomial time complexity. 
91
92 In this paper, we focus on asynchronous load balancing of non negative real numbers of {\it divisible loads}
93 in homogeneous distributed systems. Loads can be divided in arbitrary {\it fine-grain} parallel parts size 
94 that can be processed independently of each other~\cite{Bharadwaj1996, Drozdowski1998, Casanova2008}. This model of divisible loads arises in 
95 a wide range of real-world applications. Common examples, among many, include signal processing, 
96 feature extraction and edge detection in image processing, records search in huge databases, 
97 average consensus in WSN, pattern search in Big data and so on. 
98
99
100 In the literature, the problem of load balancing has been formulated and studied in various ways. The first pioneering work is due to Bertsekas  and Tsitsiklis~\cite{bertsekas+tsitsiklis.1997.parallel}. Under some specific hypothesis and {\it ping-pong} awareness conditions (see section~\ref{sec.bt-algo} for more details), an asymptotic convergence proof is derived. 
101
102
103 Although  Bertsekas  and Tsitsiklis  describe  the necessary conditions to
104 ensure the algorithm's convergence,  there is no indication nor any strategy to really implement
105 the load distribution. 
106 Consequently,  we propose a  new strategy called  \besteffort{}
107 that tries to balance the load of  a node to all its less loaded neighbors while
108 ensuring that all the nodes involved in the load balancing phase have the same
109 amount of  load.  Moreover, most of the time, it is simpler to dissociate load information messages
110 from  data  migration  messages.  Former  ones  allow  a  node to  inform  its
111 neighbors about its  current load. These messages are in fact very small and can often be sent 
112 very quickly.  For example, if a computing iteration takes  a significant time
113 (ranging from seconds to minutes), it is possible to send a new load information
114 message to each involved neighbor at each iteration. Then, the load is sent, but the reception may take time when the amount of load is huge and when communication links are slow.  Depending on the application, it may make sense or not for the nodes to try to balance  a part of their load  at each computing
115 iteration. But the time to transfer a load message from a node to another one is
116 often much longer than the  time to transfer a load information message. So,
117 when a node is notified 
118 %receives the information  
119 that later it will receive a data message,
120 it can take this information into account in its load's queue list for preventive purposes.
121 %and it can consider that its new load is larger.   
122 Consequently, it can  send a part  of its predictive
123 %real 
124 load to some  of its
125 neighbors if required. We call this trick the \emph{clairvoyant virtual load} transfer mechanism.
126
127 \medskip 
128 The main contributions and novelties of our work are summarized in the following section. 
129
130 \section{Our contributions}
131 \label{contributions}
132 \begin{itemize}
133 \item We propose a {\it best effort strategy} which proceeds greedily to achieve efficient local neighborhoods equilibrium. Upon local load imbalance detection, a {\it significant amount} of load is moved from a highly loaded node (initiator) to less loaded neighbors.     
134
135 \item Unlike earlier works, we use a new concept of virtual loads transfer which allows nodes to predict the future loads they will receive in the subsequent iterations. 
136 This leads to a noticeable speedup of the global convergence time of the load balancing process.  
137
138 \item We use SimGrid simulator which is known to be able to characterize and model realistic models of computation and communication in different types of platforms. We show that taking into account both loads transfers' costs and network contention is essential and has a real impact on the quality of the load balancing performances. 
139
140 \end{itemize}
141
142
143
144 The reminder of the paper is organized as follows. Section~\ref{sec.related.works} offers a review of the relevant approaches in the literature. Section~\ref{sec.bt-algo} describes the
145 Bertsekas and Tsitsiklis' asynchronous load balancing algorithm. 
146 Section~\ref{sec.besteffort} presents the best effort strategy which provides
147 efficient local loads equilibrium. 
148 In Section~\ref{sec.virtual-load}, the clairvoyant virtual load scheme is proposed to speedup the convergence time of the load balancing process.
149 In Section~\ref{sec.simulations}, a comprehensive set of numerical results that exhibit the usefulness of our proposal when dealing with realistic models of computation and communication is provided. Finally, some concluding remarks are made in Section~\ref{conclusions-remarks}.
150
151
152 \section{Related works}
153 \label{sec.related.works}
154 In this section, the relevant techniques proposed in the literature to tackle the problem of load balancing in a general context of distributed systems are reviewed. 
155
156 As pointed above, the most interesting approach to this issue has been proposed by Bertsekas  and Tsitsiklis~\cite{bertsekas+tsitsiklis.1997.parallel}. This algorithm which is outlined in Section~\ref{sec.bt-algo} for the sake of comparison, has been borrowed and adapted in many works. For instance, in~\cite{CortesRCSL02} a static load balancing (called DASUD) for non negative integer number of divisible loads in arbitrary networks topologies is investigated. The term {\it "static"} stems from the fact that no loads are added or consumed during the load balancing process. The theoretical correctness proofs of the convergence property are given. Some generalizations of the same authors' own work for partially asynchronous discrete load balancing model are presented in~\cite{cedo+cortes+ripoll+al.2007.convergence}. The authors prove that the algorithm's convergence is finite and bounded by the straightforward network's diameter of the global equilibrium threshold in the network. In~\cite{bahi+giersch+makhoul.2008.scalable}, a fault tolerant communication version is addressed to deal with average consensus in wireless sensor networks. The objective is to have all nodes converging to the average of their initial measurements based only on nodes' local information. A slight adaptation is also considered  in~\cite{BahiCG10} for dynamic networks with bounded delays asynchronous diffusion. The dynamical aspect stands at the communication level as links between the network's resources may be intermittent.
157
158 Cybenko~\cite{Cybenko89} proposes a {\it diffusion} approach for hypercube multiprocessor networks. 
159 The author targets both static and dynamic random models of work distribution. 
160 The convergence proof is derived based on the {\it eigenstructure} of the 
161 iteration matrices that arise in load balancing of equal amount of
162 computational works. A static load balancing for  both synchronous and asynchronous ring networks is addressed in~\cite{GehrkePR99}. The authors assume that at any time step, one token at the most (units of load) can be transmitted along any edge of the ring and no tokens are created during the balancing phase. They show that for every initial token distribution, the proposed algorithm converges to the stable equilibrium with tighter linear bounds of time step-complexity.
163
164 In order to achieve the load balancing of cloud data centers, a LB technique based on Bayes theorem and Clustering is proposed in~\cite{zhao2016heuristic}. The main idea of this approach is that, the Bayes theorem is combined with the clustering process to obtain the optimal clustering set of physical target hosts leading to the overall load balancing equilibrium.  Bidding is a market-technique for task scheduling and load balancing in distributed systems
165 that characterize a set of negotiation rules for users' jobs. For instance, Izakian et al~\cite{IzakianAL10} formulate a double auction mechanism for tasks-resources matching in grid computing environments where resources are considered as provider agents and users as consumer ones. Each entity participates in the network independently and makes autonomous decisions. A provider agent determines its bid price based on its current workload and each consumer agent defines its bid value based on two main parameters: average remaining time and remaining resources for bidding. Based on JADE simulator, the proposed algorithm exhibits better performances in terms of successful execution rates, resource utilization rates and fair profit allocation.
166
167
168 Choi et al.~\cite{ChoiBH09} address the problem of robust task allocation in arbitrary networks. The proposed
169 approaches combine a bidding approach for task selection and a consensus procedure scheme for
170 decentralized conflict resolution. The developed algorithms are proven to converge to a conflict-free assignment in both single and multiple task assignment problem. An online stochastic dual gradient LB algorithm, which is called DGLB, is proposed in~\cite{chen2017dglb}. The authors deal with both workload and energy management for cloud networks consisting of multiple geo-distributed mapping nodes and data Centers. To enable online distributed implementation, tasks are decomposed both across time and space by leveraging a dual decomposition approach. Experimental results corroborate the merits of the proposed algorithm.
171
172
173 In~\cite{tripathi2017non} a LB algorithm based on game theory is proposed for distributed data centers. The authors formulate the LB problem as a non-cooperative game among front-end proxy servers and characterize the structure of Nash equilibrium. Based on the obtained Nash equilibrium structure, they derive a LB algorithm to compute the Nash equilibrium. They show through simulations that the proposed algorithm ensures fairness among the users and a good average latency across all client regions. A hybrid task scheduling and load balancing dependent and independent tasks for master-slaves platforms are addressed in~In~\cite{liu2017dems}. To minimize the response time of the submitted jobs, the proposed algorithm which is called DeMS is split into three stages: i) communication overhead reduction between masters and slaves,  ii) task migration to keep the workload balanced iii) and precedence task graphs partitioning. 
174
175 Several LB techniques, based on artificial intelligence, have also been proposed in the literature:  genetic algorithm (GA) \cite{subrata2007artificial}, honey bee behavior \cite{krishna2013honey, kwok2004new},  tabu search  \cite{subrata2007artificial} and fuzzy logic \cite{salimi2014task}. The main strength of these techniques comes from their ability to seek in large search spaces, which arises in many combinatorial optimization problems. For instance, the works in~\cite{cao2005grid, shen2014achieving} have been proposed to tackle the load balancing problem using the multiagent approach where each agent is responsible for load balancing for a subset of nodes in the network. The agent objective is to minimize jobs' response time and host idle time dynamically. In~\cite{GrosuC05}, the authors formulate the load balancing problem as a non-cooperative game among users. They use the Nash equilibrium as the solution of this game to optimize the response time of all jobs in the entire system. The proposed scheme guarantees the optimal task allocation for each user with low time complexity. A game theoretic approach to tackle the static load balancing problem is also investigated in~\cite{PenmatsaC11}. To provide fairness to all users in  the system, the load balancing problem is formulated as a non-cooperative game among the users to minimize the response time of the submitted users' jobs. As in~\cite{GrosuC05}, the authors use the concept of Nash equilibrium as the solution of a non-cooperative game. Simulation results show that the proposed scheme offers near optimal solutions compared to other existing techniques in terms of fairness.
176
177
178
179
180 \section{Bertsekas  and Tsitsiklis' asynchronous load balancing algorithm}
181 \label{sec.bt-algo}
182
183 In this section, we present a brief description of Bertsekas and Tsitsiklis' algorithm~\cite{bertsekas+tsitsiklis.1997.parallel} using its original notations. 
184 A network is modeled as a connected undirected graph $G=(N,A)$, where $N$ is a set 
185 of processors and $A$ is a set of communication links. The processors are 
186 labeled $i = 1,...,n$, and a link between processors $i$ and
187 $j$ is denoted by $(i, j)\in A$. The set of processor $i$'s neighbors is denoted by $V(i)$.
188  
189 Load of processor $i$
190 at  time $t$  is  represented  by $x_i(t)\geq  0$.   
191 Each processor $i$ has an estimate  of the load of
192 each  of its  neighbors $j  \in V(i)$  denoted by  $x_j^i(t)$ and this estimate 
193 may be outdated due to %.  According to
194 asynchronism and communication  delays. 
195  
196 \medskip
197 When a processor  sends a part of its  load to one or to some of  its neighbors, the
198 transfer takes time to be completed.  Let $s_{ij}(t)$ be the amount of load that
199 processor $i$ has transferred to processor $j$ at time $t$ and let $r_{ij}(t)$ be the
200 amount of  loads received by  $j$  from  $i$ at  time $t$. Then
201 the amount of load of processor $i$ at time $t+1$ is given by:
202
203 \begin{equation}
204 x_i(t+1)=x_i(t)-\sum_{j\in V(i)} s_{ij}(t) + \sum_{j\in V(i)} r_{ji}(t)
205 \label{eq.ping-pong}
206 \end{equation}
207
208
209 %Some  conditions are  required to  ensure the  convergence. One  of them  can be
210 %called the \emph{ping-pong} condition which specifies that:
211 \medskip
212 The asymptotic convergence is derived based on the {\it ping-pong} awareness condition which specifies that:
213
214 \begin{equation}
215 x_i(t)-\sum _{k\in V(i)} s_{ik}(t) \geq x_j^i(t)+s_{ij}(t)
216 \end{equation}
217
218 for any  processor $i$ and any  $j \in V(i)$ such  that $x_i(t)>x_j^i(t)$.  
219 %This condition aims  at avoiding a processor  to send a  part of its load  and being
220 %less loaded after that.
221
222 \medskip
223 This condition prohibits the possibility that two nodes keep sending loads to each
224 other back and forth, without reaching equilibrium. 
225
226 \medskip
227 Nevertheless,  we  think that  this  condition may  lead  to  deadlocks in  some
228 cases. For example, consider a linear chain graph network of only three processors in which processor $1$
229 is linked to processor $2$ which is  also linked to processor $3$, but in which processors $1$ and $3$ are not neighbors. 
230 %(i.e. a simple chain which 3 processors). 
231
232 \noindent Now consider that we have the following load values at time~$t$:
233 \begin{align*}
234   x_1(t)   &= 10    \\
235   x_2(t)   &= 100   \\
236   x_3(t)   &= 99.99 \\
237   x_3^2(t) &= 99.99 
238 \end{align*}
239 %{\bf RAPH, pourquoi il y a $x_3^2$?. Sinon il faudra reformuler la suite, c'est mal dit}
240
241 Owing to the algorithm's specifications, processor $2$ can either send 
242 a load to processor $1$ or processor
243 $3$.  If it sends loads to processor $1$, it will not satisfy condition
244 \eqref{eq.ping-pong} because after that sending it will be less loaded than
245 $x_3^2(t)$.  So we consider that the \emph{ping-pong} condition is probably too
246 strong. %Currently, we did not try to make another convergence proof without this condition or with a weaker condition.
247
248 \smallskip  
249 Despite this, we conjecture that a weaker condition may exist since we
250 have never seen any scenario that is not leading to convergence, even with
251 load-balancing strategies that are not exactly fulfilling the authors' own conditions. %se two conditions.
252
253 %It may be the subject of future work to express weaker conditions, and to prove
254 %that they are sufficient to ensure the convergence of the load-balancing
255 %algorithm.
256
257 \smallskip
258
259 Even though this approach is interesting, several practical
260 questions arise when dealing with realistic models of 
261 computation and communication. As reported above, the 
262 algorithm's description is too succinct and no details are 
263 given on what is really sent and how the load balancing decisions 
264 are taken. To our knowledge, the only first attempt for a possible 
265 implementation of this algorithm is investigated in~\cite{bahi+giersch+makhoul.2008.scalable} under the same conditions. Thus, in order to assess the performances
266 of the new \besteffort{}, we naturally chose to compare it to this previous
267 work.  More precisely, we will use the algorithm~2 from
268 \cite{bahi+giersch+makhoul.2008.scalable} and, throughout the paper, we will
269 reference it under the original name {\it Bertsekas and Tsitsiklis} for the sake of convenience and readability. 
270
271 \smallskip 
272 Here is an outline of the main principle of the borrowed algorithm.  When a given node  $i$ has to take
273 a load balancing decision, it starts by sorting its neighbors by non-increasing
274 order of their loads.  Then, it computes the difference between its own load, and
275 the load of each of its neighbors.  Finally, taking the neighbors following the
276 order defined before, the amount of load to send $s_{ij}$ is computed as
277 $1/(|V(i)|+1)$ of the load difference%, with $n$ being the number of neighbors
278 . This process is iterated as long as the node is more loaded than the considered
279 neighbors.
280
281
282 \section{Best effort strategy}
283 \label{sec.besteffort}
284
285 In this section, we describe a new load-balancing strategy that we call
286 \besteffort{}.  First, we explain the general idea behind this strategy,
287 and then we present some variants of this basic strategy.
288
289 \subsection{Basic strategy}
290 The description of our algorithm will be given from the point of view a processor~$i$.
291 The principle of the \besteffort{} strategy is that each processor
292 detecting itself to be more loaded than some of its neighbors, sends some load to its less loaded neighbors, doing its best to reach the equilibrium
293 between the involved neighbors and itself.
294
295 More precisely, %when a processor $i$ is in its load-balancing phase,
296 at each iteration of the load balancing process, processor~$i$ 
297  proceeds as follows.
298 \begin{enumerate}
299 \item First, the neighbors are sorted in non-decreasing order of their
300   known loads $x^i_j(t)$.
301
302 \item Then, this sorted list is used to find its largest
303   prefix such as the load of each selected neighbor is smaller than:
304   \begin{itemize}
305   \item the load of processor $i$, and
306   \item the mean of the loads of the selected neighbors and processor i.
307   \end{itemize}
308   Let $S_i(t)$ be the set of the selected neighbors, and
309   $\bar{x}(t)$ be the mean of the loads between the selected neighbors and processor $i$ which is given as follows:
310   \begin{equation*}
311     \bar{x}(t) = \frac{1}{\abs{S_i(t)} + 1}
312       \left( x_i(t) + \sum_{j\in S_i(t)} x^i_j(t) \right)
313   \end{equation*}
314   so that the following properties hold: %{\bf RAPH : la suite tombe du ciel :-)}
315   \begin{equation*}
316     \begin{cases}
317       S_i(t) \subset V(i) \\
318       x^i_j(t) < x_i(t) & \forall j \in S_i(t) \\
319       x^i_j(t) < \bar{x} & \forall j \in S_i(t) \\
320       x^i_j(t) \leq x^i_k(t) & \forall j \in S_i(t), \forall k \in V(i) \setminus S_i(t) \\
321       \bar{x} \leq x_i(t)
322     \end{cases}
323   \end{equation*}
324
325 \item Once this selection is done, processor $i$ sends to each selected neighbor $j\in S_i(t)$ an amount of load $s_{ij}(t) =
326   \bar{x} - x^i_j(t)$.
327
328   %From the above equations, and notably from the definition of $\bar{x}$, it can easily be verified that:
329   
330   \smallskip
331   In this way we obtain: 
332   
333   \begin{equation*}
334     \begin{cases}
335       x_i(t) - \sum_{j\in S_i(t)} s_{ij}(t) = \bar{x} \\
336       x^i_j(t) + s_{ij}(t) = \bar{x} & \forall j \in S_i(t)
337     \end{cases}
338   \end{equation*}
339 \end{enumerate}
340
341
342
343 \subsection{Leveling the amount of load to move}
344
345 With the aforementioned basic strategy, each node does its best to reach the
346 equilibrium with its neighbors. However, one question should be outlined here:
347 how can we handle the case where two (or more) node initiators might concurrently send 
348  some loads to the same least loaded neighbor? Indeed,  
349 %since each node may take the same kind of decision at the same time, 
350 there is a risk that a node will receive loads from
351 several of its neighbors, and then might temporary go off the equilibrium state.
352 This is particularly true with strongly connected applications.
353
354
355
356 In order to reduce this effect, we add the ability to level the amount of loads to send.
357 The idea, here, is to make as few steps as possible toward the equilibrium, such that a
358 potentially unsuitable decision pointed above has a lower impact on the local equilibrium.
359 Roughly speaking, once $s_{ij}$ is estimated as previously explained, it is simply weighted by
360 a given prescribed threshold parameter which we call 
361 %.  This parameter is called 
362 $k$ in
363 Section~\ref{sec.results}.  The amount of data to send is then $s_{ij}(t) =
364 (\bar{x} - x^i_j(t))/k$.
365 %\FIXME[check that it's still named $k$ in Sec.~\ref{sec.results}]{}
366
367
368
369 \section{Virtual load}
370 \label{sec.virtual-load}
371
372 In this section,  we present the new concept of \emph{virtual load} which aims to improve the global convergence time. For this end, both load transfer messages and load information messages are dissociated. 
373 More precisely, a node wanting to send some amount of its load to one (or more) of its neighbors
374 can first send a load information message about the load it will send, and
375 later it can send the load  message containing data to be transferred.
376 Load information  messages are in fact short
377 %, consequently they 
378 and will be received soon.
379 %very quickly.  
380 In contrast, load  transfer messages are often larger ones and thus
381 require more time to be transferred.
382
383 The  concept  of  \emph{virtual load}  allows  a  node receiving a  load
384 information message to integrate (virtually) the future load it will receive later in its load's list
385  even if the load has not been received yet. Consequently, the notified node can send  a (real)  part of  its load  to some  of its
386 neighbors when needed. By and large, this allows a node on the one hand, to predict the load it will receive in the subsequent time steps, and on the other hand, to take suitable decisions when detecting load imbalance in its closed neighborhoods. Doing so, we expect faster convergence time since nodes can take 
387 into account the information about the predictive loads not 
388 received yet.
389
390
391
392 \section{Implementation with SimGrid and simulations}
393 \label{sec.simulations}
394
395 In order to test and validate our approache, we wrote a simulator
396 using the SimGrid
397 framework~\cite{simgrid.web,casanova+giersch+legrand+al.2014.simgrid}.  This
398 simulator, which consists of about 2,700 lines of C++, allows to run
399 the different load-balancing strategies under various parameters, such
400 as the initial distribution of load, the interconnection topology, the
401 characteristics of the running platform, etc.  Then several metrics
402 were considered to assess and compare the behavior of the different 
403 %are issued that permit to compare the 
404 strategies.
405
406 The simulation model is detailed in the next section (\ref{sec.model}), and the
407 experimental contexts are described in section~\ref{sec.exp-context}.  Then the
408 results of the simulations are presented in section~\ref{sec.results}.
409
410 \subsection{Simulation model}
411 \label{sec.model}
412
413 In the simulation model the processors exchange messages which are of
414 two types.  First, there are \emph{control messages} which carry only the information exchanged between processors, such as the
415 current load, or the virtual load transfers if this option is
416 considered.  These messages are rather small, and their size is
417 constant.  Then, there are \emph{data messages} that carry the real
418 load transferred between processors.  The size of a data message
419 is a function of the amount of load that it carries, and it can be
420 pretty large.  In order to receive the messages, each processor has
421 two receiving channels, one for each type of messages.  Finally, when
422 a message is sent or received, this is done by using non-blocking
423 primitives of SimGrid\footnote{That are \texttt{MSG\_task\_isend()},
424   and \texttt{MSG\_task\_irecv()}.}.
425
426 During the simulation, each processor concurrently runs three threads:
427 a \emph{receiving thread}, a \emph{computing thread}, and a
428 \emph{load-balancing thread}, which we will briefly describe hereafter.
429
430 For the sake of simplicity, a few details were voluntary omitted from
431 these descriptions.  For an exhaustive presentation, we refer to the
432 actual source code that was used for the experiments%
433 \footnote{As mentioned before, our simulator relies on the SimGrid
434   framework~\cite{casanova+giersch+legrand+al.2014.simgrid}.  For the
435   experiments, we used a pre-release of SimGrid 3.7 (Git commit
436   67d62fca5bdee96f590c942b50021cdde5ce0c07, available from
437   \url{https://github.com/simgrid/simgrid})}, and which is
438 available at
439 \url{http://info.iut-bm.univ-fcomte.fr/staff/giersch/software/loba.tar.gz}.
440
441 \subsubsection{Receiving thread}
442
443 The receiving thread is in charge of waiting for incoming messages, either on the
444 control channel, or on the data channel.  Its behavior is sketched by
445 Algorithm~\ref{algo.recv}.  When a message is received, it is pushed in a buffer
446 of received messages, to be later consumed by one of the other threads.  There
447 are two such buffers, one for the control messages, and one for the data
448 messages.
449 The buffers are implemented with first-in, first-out queues (FIFO).
450
451 \begin{algorithm}
452   \caption{Receiving thread}
453   \label{algo.recv}
454   \KwData{
455     \begin{algodata}
456       \VAR{ctrl\_chan}, \VAR{data\_chan}
457       & communication channels (control and data) \\
458       \VAR{ctrl\_fifo}, \VAR{data\_fifo}
459       & buffers of received messages (control and data) \\
460     \end{algodata}}
461   \While{true}{%
462     wait for a message to be available on either \VAR{ctrl\_chan},
463     or \VAR{data\_chan}\;
464     \If{a message is available on \VAR{ctrl\_chan}}{%
465       get the message from \VAR{ctrl\_chan}, and push it into \VAR{ctrl\_fifo}\;
466     }
467     \If{a message is available on \VAR{data\_chan}}{%
468       get the message from \VAR{data\_chan}, and push it into \VAR{data\_fifo}\;
469     }
470   }
471 \end{algorithm}
472
473 \subsubsection{Computing thread}
474
475 The computing thread is in charge of the real load management.  As outlined in
476 Algorithm~\ref{algo.comp}, it iteratively runs the following operations:
477 \begin{itemize}
478 \item if some load was received from the neighbors, get it;
479 \item if there is some load to send to the neighbors, send it;
480 \item run some computations, whose duration is a function of the processor's current
481   load.
482 \end{itemize}
483 Practically, after the computation, the computing thread waits for a
484 small amount of time if the iterations are looping too fast (for
485 example, when the current load is near zero).
486
487 \begin{algorithm}
488   \caption{Computing thread}
489   \label{algo.comp}
490   \KwData{
491     \begin{algodata}
492       \VAR{data\_fifo} & buffer of received data messages \\
493       \VAR{real\_load} & current load \\
494     \end{algodata}}
495   \While{true}{%
496     \If{\VAR{data\_fifo} is empty and $\VAR{real\_load} = 0$}{%
497       wait until a message is pushed into \VAR{data\_fifo}\;
498     }
499     \While{\VAR{data\_fifo} is not empty}{%
500       pop a message from \VAR{data\_fifo}\;
501       get the load embedded in the message, and add it to \VAR{real\_load}\;
502     }
503     \ForEach{neighbor $n$}{%
504       \If{there is some amount of load $a$ to send to $n$}{%
505         send $a$ units of load to $n$, and subtract it from \VAR{real\_load}\;
506       }
507     }
508     \If{$\VAR{real\_load} > 0.0$}{
509       simulate some computation, whose duration is function of \VAR{real\_load}\;
510       ensure that the main loop does not iterate too fast\;
511     }
512   }
513 \end{algorithm}
514
515 \subsubsection{Load-balancing thread}
516
517 The load-balancing thread is in charge of running the load-balancing algorithm,
518 and exchanging the control messages.  As shown in Algorithm~\ref{algo.lb}, it
519 iteratively runs the following operations:
520 \begin{itemize}
521 \item get the control messages that were received from the neighbors;
522 \item run the load-balancing algorithm;
523 \item send control messages to the neighbors, to inform them about the
524   processor's current load, and possibly the future virtual load transfers;
525 \item wait a minimum (configurable) amount of time, to avoid iterating too fast.
526 \end{itemize}
527
528 \begin{algorithm}
529   \caption{Load-balancing}
530   \label{algo.lb}
531   \While{true}{%
532     \While{\VAR{ctrl\_fifo} is not empty}{%
533       pop a message from \VAR{ctrl\_fifo}\;
534       identify the sender of the message,
535       and update the current knowledge of its load\;
536     }
537     run the load-balancing algorithm to make the decision about load transfers\;
538     \ForEach{neighbor $n$}{%
539       send a control messages to $n$\;
540     }
541     ensure that the main loop does not iterate too fast\;
542   }
543 \end{algorithm}
544
545 %\paragraph{}\FIXME{ajouter des détails sur la gestion de la charge virtuelle ?
546 %  par ex, donner l'idée générale de l'implémentation.  l'idée générale est déja
547 %  décrite en section~\ref{sec.virtual-load}}
548
549 \subsection{Experimental contexts}
550 \label{sec.exp-context}
551
552 In order to assess the performances of our algorithm, simulations with various parameters have been achieved out, and several metrics are described in this section.
553
554 \subsubsection{Load balancing strategies}
555
556 Several load balancing strategies were compared.  Experiments with
557 the \besteffort{}, and with the \makhoul{} strategies have been performed.  First the \emph{best
558   effort} was tested with parameter $k = 1$, $k = 2$, and $k = 4$.  Then,
559 each strategy was run in its two variants: with, and without the management of
560 \emph{virtual load}.  Finally, each configuration with \emph{real},
561 and with \emph{integer} load values is considered.
562
563 To summarize the different load balancing strategies, we have:
564 \begin{description}
565 \item[\textbf{strategies:}] \makhoul{}, or \besteffort{} with $k\in
566   \{1,2,4\}$
567 \item[\textbf{variants:}] with, or without virtual loads
568 %\item[\textbf{domain:}] real load, or integer load
569 \end{description}
570
571 \subsubsection{End of the simulation}
572
573 The simulations were run until reaching the global equilibrium threshold. 
574   
575 More precisely, the simulation stops when each node holds
576 an amount of load at least inferior to 1\% of the load average.
577
578 \subsubsection{Platform}
579
580
581 In order to make our experiments, an heterogeneous grid platform description were created by taking a subset of the
582 Grid'5000 infrastructure\footnote{Grid'5000 is a French large scale experimental
583   Grid (see \url{https://www.grid5000.fr/}).}, as described in the platform file
584 \texttt{g5k.xml} distributed with SimGrid.  Note that the heterogeneity of the
585 platform here only comes from the network topology.  Indeed, 
586 processors are  considered to be homogeneous for the sake of simplicity.
587 However, this situation is easily extendable to the case of heterogeneous platforms 
588 by scaling the processor's load by its computing power~\cite{ElsMonPre02}.
589 %since our
590 %algorithms currently do not handle heterogeneous computing resources, 
591  The
592 processor speeds were normalized, and we arbitrarily chose to fix them at
593 1~GFlop/s. Each type of platform with four different numbers of computing
594 nodes: 16, 64, 256, and 1024 nodes is built in a similar way.
595
596 \subsubsection{Configurations}
597
598 The distributed processes of the application were then logically organized along
599 three possible typologies: a line, a torus or an hypercube.  Tests were divided into two groups on the basis of the initial distribution of the global load: i) some tests were performed with the total load initially on only one node, ii) and other tests were performed for which the load was initially randomly distributed across all the
600 participating nodes of the platform.  The total amount of loads was fixed to a number of load
601 units equal to 1,000 times the number of node.  The average load is then of 1,000
602 load units.
603
604 For all the previous configurations, the
605 computation and communication costs of a load unit are defined.  They were chosen so as to
606 have two different computation to communication ratios (CCR), and hence characterize 
607 two different types of applications:
608 \begin{itemize}
609 \item mainly communicating, with a CCR of $1/10$;
610 \item mainly computing, with a CCR of $10/1$.
611 %\item balanced, with a computation/communication cost ratio of $1/1$.
612 \end{itemize}
613
614
615 \subsubsection{Metrics}
616 \label{sec.metrics}
617
618 In order to evaluate and compare the different load balancing strategies, several metrics were considered. Our goal, when choosing these metrics, is to have
619 something tending to a constant value, i.e. to have a measure which is not
620 changing anymore once the convergence state is reached.  Moreover, the goal is to 
621 have some normalized values, in order to be able to compare them across different
622 settings. With these constraints in mind, the following metrics are defined:
623 %
624 \begin{description}
625 \item[\it{average idle time:}] that is the total time spent, when the nodes
626   do not hold any share of load, and thus have nothing to compute. 
627    A smaller value is better.
628
629 \item[\it{average convergence time:}] that is the average of the times when
630   all nodes reached the final balanced load distribution.  Times are measured as a number
631   of (simulated) seconds from the beginning of the simulation.
632
633 \item[\it{maximum convergence time:}] that is the time when the last node
634   reached the final stable equilibrium.  A smaller value is better.
635
636
637
638 \end{description}
639
640
641 \subsection{Experimental results}
642 \label{sec.results}
643
644 In this section, the results for the different simulations are presented,
645 and our observations are explained.
646
647
648
649 \subsubsection{Main results}
650
651 \begin{figure*}[p]
652   \centering
653   \includegraphics[width=.5\linewidth]{data/graphs/R1-10:1-grid-line}%
654   \includegraphics[width=.5\linewidth]{data/graphs/R1-1:10-grid-line}
655   \includegraphics[width=.5\linewidth]{data/graphs/R1-10:1-grid-torus}%
656   \includegraphics[width=.5\linewidth]{data/graphs/R1-1:10-grid-torus}
657   \includegraphics[width=.5\linewidth]{data/graphs/R1-10:1-grid-hcube}%
658   \includegraphics[width=.5\linewidth]{data/graphs/R1-1:10-grid-hcube}
659   \caption{Real mode, initially on an only mode, CCR = $10/1$ (left), or $1/10$ (right). For each bar, from bottom to top starting at $t=0$, the first part represents the average idle
660 time, the second part represents the average convergence time, and then the third part represents the maximum convergence time.}
661   \label{fig.results1}
662 \end{figure*}
663
664 \begin{figure*}[p]
665   \centering
666   \includegraphics[width=.5\linewidth]{data/graphs/RN-10:1-grid-line}%
667   \includegraphics[width=.5\linewidth]{data/graphs/RN-1:10-grid-line}
668   \includegraphics[width=.5\linewidth]{data/graphs/RN-10:1-grid-torus}%
669   \includegraphics[width=.5\linewidth]{data/graphs/RN-1:10-grid-torus}
670   \includegraphics[width=.5\linewidth]{data/graphs/RN-10:1-grid-hcube}%
671   \includegraphics[width=.5\linewidth]{data/graphs/RN-1:10-grid-hcube}
672   \caption{Real mode, random initial distribution, CCR = $10/1$ (left), or $1/10$ (right).}
673   \label{fig.resultsN}
674 \end{figure*}
675
676 The main results for our simulations on grid platforms are presented in Figures~\ref{fig.results1} and~\ref{fig.resultsN}.
677 %
678 The results in Figure~\ref{fig.results1} are when the load to balance is
679 initially on only one node, while the results in Figure~\ref{fig.resultsN} are
680 when the load to balance is initially randomly distributed over all nodes. 
681 On both figures, the CCR is $10/1$ on the left
682 column, and $1/10$ on the right column.  
683 On each Figure, ~\ref{fig.results1} and~\ref{fig.resultsN}, the results
684 are given for the process topology being, from top to bottom, a line, a torus or
685 an hypercube.
686
687 Finally, the vertical bars show the measured times for the evaluated metrics. These measured times are, starting at $t=0$ and from bottom to top, the average idle
688 time, the average convergence time, and the maximum convergence time (see
689 Section~\ref{sec.metrics}).  The measurements are repeated for the different
690 platform sizes.  Some bars are missing, especially for large platforms.  This is
691 because the algorithm did not reach the convergence state in the
692 allocated time.
693
694
695
696 \subsubsection{The \besteffort{} and  \makhoul{} strategies without virtual load}
697
698 The {\it simple} ({\it plain}) version of each strategy is defined as the load balancing 
699 algorithm without virtual load's transfers. For each strategy, we compare the simple 
700 version (without virtual load) and the improved one (with virtual load). 
701 Each algorithm is evaluated in terms of achieved idle time and convergence time. 
702
703 Before looking  at the different variations,  we will first show  that the simple
704 \besteffort{}  strategy  is valuable,  and  may be  as  good  as the  \makhoul{}
705 strategy.  On  Figures~\ref{fig.results1} and~\ref{fig.resultsN},
706 these strategies are respectively labeled ``b'' and ``a''.
707
708 We  can  see  that  the  relative  performance of  these  strategies  is  mainly
709 influenced by  the application topology structure.  It  is for the line  topology that the
710 difference is the  most important.  In this case,  the \besteffort{} strategy is
711 really faster than the \makhoul{} strategy.  This can  be explained by the
712 fact that the \besteffort{} strategy tries to distribute the load fairly between
713 all the nodes  and is in a good agreement with the line topology since  it is easy 
714 to load  balance the load efficiently.
715
716 In contrast, for the hypercube topology, the \besteffort{}' performances are lower than
717 the \makhoul{} strategy. In this case, the \makhoul{} strategy, which
718 tries to give more load to few neighbors, reaches the equilibrium faster.
719
720 For the torus  topology, for which the  number of links is between  the line and
721 the hypercube, the \makhoul{} strategy  is slightly better but the difference is
722 more nuanced when the initial load is  only on one node. The only case where the
723 \makhoul{} strategy is really faster than the \besteffort{} strategy is with the
724 random initial distribution when communications are slow.
725
726 Generally speaking,  the  number  of   interconnection  is   very  important.  Indeed, the  more
727 numerous the interconnection links are, the  faster the \makhoul{} strategy is because
728 it distributes quickly significant amount of loads, even if the distribution may be unfair, between
729 all neighbors.  However,  the \besteffort{} strategy  distributes the
730 load fairly when needed and is better for sparse connected applications.
731
732
733
734
735
736 \subsubsection{With virtual load}
737
738 The impact of virtual load scheme is most of the time really significant compared to
739 the simple version of the algorithm with the same configuration. 
740 For instance, as can be seen from Figure~\ref{fig.results1}, when the load is  initially on one node, it can be
741 noticed that the  average idle times are generally longer  with the virtual load
742 than the simple version. This  can be explained  by the  fact that, with  virtual load,
743 processors  will exchange all  the load  they need  to exchange  as soon  as the
744 virtual load has been balanced  between all the processors. As a consequence, they
745 cannot  compute  at  the  beginning.  This is  especially  noticeable  when  the
746 communication are slow (on the left part of Figure ~\ref{fig.results1}).
747
748 \smallskip 
749 When the load to balance is initially randomly distributed over all nodes, we can see from Figure \ref{fig.resultsN} that the effect of virtual load is not significant for the line topology structure. However, for both torus and hypercube structures with CCR = 1/10 (on the left of the figure), the performance of virtual load transfers is significantly better. This is explained by the fact 
750 that for small CCR values,  high communication costs play quite a significant role. Moreover, the impact of
751 communication becomes less important as the CCR values increase, since larger CCR values result in smaller communication times. The impact of CCR values were also tested on the performance of each algorithm in terms of idle times. From Figures~\ref{fig.results1} and ~\ref{fig.resultsN} virtual load scheme can be seen to achieve really good  average idle times, which is quite close to both its own simple version and its direct competitor {\it Bertsekas and Tsitsiklis} algorithm.  As expected, for coarse grain applications (CCR =10/1), idle times are close to 0 since processors are inactive most of the time compared to fine grain applications. 
752
753 \smallskip 
754 Taken as a whole, the results illustrated in Figures~\ref{fig.results1} and ~\ref{fig.resultsN} clearly show that our proposal outperforms the Betsekas and Tsistlikis algorithm. 
755 These results indicate that local load balancing decisions have a significant impact on the global 
756 convergence time achieved by the compared strategies. This is because, upon load imbalance detection, assigning  an amount of load in an unfair way between neighbors will severely increase the total number of iterations required by the algorithm before reaching the final stable distributions. The reason of the poorer performance of {\it Bertsekas and tsistsilikis} algorithm  can be explained by the inconvenience of the iterative load balance policy adopted for load distribution between neighbors. Neighbors are selected in such a way that the {\it ping-pong} condition holds. Doing so, loads are not really assigned to processor neighbors which would allow them to be fairly balanced.  
757
758 \smallskip 
759 Unlike the {\it Betsekas and Tsistlikis} algorithm, our approach is not really sensitive when dealing with realistic models of computation and communication. This is due to two main features: i) the use of "virtual load" transfers which allows nodes to predict the load they receive in the subsequent iterations steps, ii) and the greedy neighbors selection adopted by our algorithm at each time step in the load balancing process. The involved neighbors are selected in such a way that the load difference between the computational resources is minimized as much as possible. 
760
761 \smallskip 
762 Comparing the results of the extended version (with virtual load) to the results of the simple one, it can be observed in Figs.~\ref{fig.results1} and ~\ref{fig.resultsN} that the improved version gives the best performances. It always improves both convergence and idle times significantly in all figures. This is because, with virtual load transfers, the algorithm seeks greedily to ensure a certain degree of load balancing for processors by taking into account the information about the predictive loads not received yet. Consequently, this leads to optimizing the final convergence time of the load balancing process. Similarly, the extended version achieves much better results than the simple one when considering larger platforms, as shown in Figs.~\ref{fig.results1} and ~\ref{fig.resultsN}.
763
764 \smallskip 
765 We also find in Figs.~\ref{fig.results1} and ~\ref{fig.resultsN} that the performance difference between the improved version of our proposal and its simple version (without virtual load) increases when the CCR increases. This interesting result comes from the fact that larger CCR values reveal that we are dealing with intensive computations applications in grid platforms. Thus, in order to reduce the convergence time of the load balancing for such applications, it is important to take suitable decisions upon local load imbalance detection. That is why we added {\it virtual load} transfers scheme to the {\it best effort} strategy to perfectly balance the load of processors at each step of the load balancing process.
766
767 \smallskip 
768 Finally, it is worthwhile noting from Figures~\ref{fig.results1} and ~\ref{fig.resultsN}, that the algorithm's convergence time increases together with the size of the network. We also see that the idle time increases together with the size of the network when a load is initially on a single node (Figure~\ref{fig.results1}),
769 as expected. In addition, it is interesting to note that when the number of nodes increases, there is no substantial difference in the increase of the convergence time, compared to the simple version without virtual load. This is explained by the fact that the increase in the convergence time is already absorbed by the virtual load transfers between processors being in line with the network's size. 
770
771
772
773 \subsubsection{The $k$ parameter}
774 \label{results-k}
775
776 As  explained  previously when  the  communication  are  slow the  \besteffort{}
777 strategy is efficient. This is due to the fact that it tries to balance the load
778 fairly and consequently  a significant amount of the  load is transferred between
779 processors.  In this case, it is possible to reduce the convergence time by
780 using  the leveler  parameter  (parameter  $k$).  The  advantage  of using  this
781 solution is particularly true when the initial load is randomly distributed
782 on  the nodes with  torus and  hypercube topologies  and slow  communication. When
783 a virtual load  scheme is used,  the effect of  this parameter is  also perceptible
784 in the same conditions. 
785
786
787
788
789 \subsubsection{With non negative integer load values}
790 In addition to the first tests devoted to the case of non negative real load values, further experiments were also carried with integer load values to assess the performance of our proposal.
791 As expected, the  obtained results globally have the same behavior, that is why we decided not to show similar figures.   The most
792 interesting  result, from  our point  of view,  is that  the virtual  mode allows
793 processors in a line topology to converge to the uniform load balancing state. Without
794 the virtual  load, most  of the time,  processors converge  to what is  called the
795 ``stairway effect'', that  is to say that  there is only a difference of at most one unit load between any pairs of neighbor nodes, i.e. the load difference between each processor and its neighbors is within one unit load (for example with 10 processors, we
796 obtain 10 9 8 7 6 6 7 8 9 10 instead of 8 8 8 8 8 8 8 8 8 8).
797
798 \smallskip 
799 To summarize  the simulation results led us to show that, with a few exceptions (without virtual load), our proposal is superior to the {\it Bertsekas and Tsiltsikis} algorithm in all the tested scenarios. The illustrated results indicate that network size, CCR values and initial load distribution have a significant impact on the algorithm's performances. Thus, this experimental study corroborates the usefulness of our algorithm, and confirms that when dealing with realistic model platforms, both  {\it best effort} strategy and {\it virtual load} transfers play an important role on the achieved idle and convergence times.
800
801
802
803 \section{Conclusion}
804 \label{conclusions-remarks}
805
806 In this paper, a new asynchronous load balancing algorithm for non negative real numbers
807 of divisible loads in distributed systems was presented. The proposed algorithm which is called {\it best effort strategy} 
808 seeks greedily for loads imbalance detection and tries to achieve efficient local load equilibrium  
809 between neighbors. Our proposal is based on {\it a clairvoyant virtual loads' transfer} scheme which allows nodes to predict the future loads they will receive in the subsequent iterations. 
810 This leads to a noticeable speedup of the global convergence time of the load balancing process. 
811 Based on SimGrid simulator, we have demonstrated that, when dealing with realistic models of computation and communication, our algorithm exhibits better performances than its direct competitor from the literature. This makes it a viable choice for load balancing of both non negative real and integer divisible loads in distributed computing systems. % un peu gonflé peut être pour la dernière phrase.
812
813 \section*{Acknowledgments}
814
815 This  paper  is   partially  funded  by  the  Labex   ACTION  program  (contract
816 ANR-11-LABX-01-01).  We also thank the supercomputer facilities of the Mésocentre de calcul de Franche-Comté.
817  
818 \bibliographystyle{elsarticle-num}
819 \bibliography{biblio}
820
821
822 \end{document}
823
824