Popis: |
We consider the allocation of m balls (jobs) into n bins (servers). In the Two-Choice process, for each of m sequentially arriving balls, two randomly chosen bins are sampled and the ball is placed in the least loaded bin. It is well-known that the maximum load is m/n + log₂ log n + O(1) with high probability. Berenbrink, Czumaj, Englert, Friedetzky and Nagel [BCEFN12] introduced a parallel version of this process, where m balls arrive in consecutive batches of size b = n each. Balls within the same batch are allocated in parallel, using the load information of the bins at the beginning of the batch. They proved that the gap of this process is O(log n) with high probability. In this work, we present a new analysis of this setting, which is based on exponential potential functions. This allows us to both simplify and generalize the analysis of [BCEFN12] in different ways: - Our analysis covers a broad class of processes. This includes not only Two-Choice, but also processes with fewer bin samples like the (1+β)-process, processes which can only receive one bit of information from each bin sample and graphical allocation, where bins correspond to vertices in a graph. - Balls may be of different weights, as long as their weights are independent samples from a distribution satisfying a technical condition on its moment generating function. - For any batch sizes b ≥ n, we prove a gap of O(b/n log n). For any b in [n , n³], we improve this to O(b/n + log n) and show that it is tight for a family of processes. This implies the unexpected result that for e.g. the (1+β)-process with constant β in (0, 1], the gap is Θ(log n) for all b in [n, n log n]. |