CEDCES: A Cost Effective Deadline Constrained Evolutionary Scheduler for Task Graphs in Multi-Cloud System
Atharva Tekawade, Suman Banerjee

TL;DR
This paper introduces CEDCES, a novel evolutionary scheduling algorithm using PSO for multi-cloud workflows, significantly reducing costs and deadline violations compared to existing methods.
Contribution
The paper presents CEDCES, a new cost-effective, deadline-constrained scheduler with novel PSO-based initialization, crossover, and mutation schemes for multi-cloud task graphs.
Findings
CEDCES reduces execution costs by 60.41% on average.
It achieves the least deadline overshoot, outperforming others by 10.96%.
Extensive simulations on real-world workflows validate its effectiveness.
Abstract
Many scientific workflows can be modeled as a Directed Acyclic Graph (henceforth mentioned as DAG) where the nodes represent individual tasks and the directed edges represent data and control flow dependency between two tasks. Due to large computational resource requirements, a single cloud cannot meet the requirements of the workflow. Hence, a multi-cloud system, where multiple cloud providers pool their resources together becomes a good solution. The major objectives considered while scheduling the tasks present in a task graph include execution cost and makespan. In this paper, we present Cost Effective Deadline Constrained Evolutionary Scheduler (henceforth mentioned as CEDCES) which aims to minimize the execution cost under a given deadline constraint. CEDCES contains Particle Swarm Optimization-based (henceforth mentioned as PSO) method in its core, however includes novel…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCloud Computing and Resource Management · Distributed and Parallel Computing Systems · Graph Theory and Algorithms
