中文
相关论文

相关论文: Scheduling With Inexact Job Sizes: The Merits of S…

200 篇论文

We consider the problem of scheduling to minimize mean response time in M/G/1 queues where only estimated job sizes (processing times) are known to the scheduler, where a job of true size $s$ has estimated size in the interval $[\beta s,…

性能 · 计算机科学 2022-03-25 Ziv Scully , Isaac Grosof , Michael Mitzenmacher

For a single server system, Shortest Remaining Processing Time (SRPT) is an optimal size-based policy. In this paper, we discuss scheduling a single-server system when exact information about the jobs' processing times is not available.…

其他计算机科学 · 计算机科学 2023-01-24 Maryam Akbari-Moghaddam , Douglas G. Down

Shortest Remaining Processing Time (SRPT) is a well known preemptive scheduling algorithm for uniprocessor and multiprocessor systems. SRPT finds applications in the emerging areas such as scheduling of client's requests that are submitted…

数据结构与算法 · 计算机科学 2020-12-21 Sheetal Swain , Rakesh Mohanty , Debasis Dwibedy

Size-based schedulers have very desirable performance properties: optimal or near-optimal response time can be coupled with strong fairness guarantees. Despite this, such systems are very rarely implemented in practical settings, because…

分布式、并行与集群计算 · 计算机科学 2015-08-07 Matteo Dell'Amico , Damiano Carra , Pietro Michiardi

We study size-based schedulers, and focus on the impact of inaccurate job size information on response time and fairness. Our intent is to revisit previous results, which allude to performance degradation for even small errors on job size…

数据结构与算法 · 计算机科学 2014-07-28 Matteo Dell'Amico , Damiano Carra , Mario Pastorelli , Pietro Michiardi

We consider the classical problem of scheduling $n$ jobs with release dates on both single and identical parallel machines. We measure the quality of service provided to each job by its stretch, which is defined as the ratio of its response…

数据结构与算法 · 计算机科学 2014-06-27 Abhinav Srivastav , Denis Trystram

We consider the problem of online preemptive scheduling on a single machine to minimize the total flow time. In clairvoyant scheduling, where job processing times are revealed upon arrival, the Shortest Remaining Processing Time (SRPT)…

数据结构与算法 · 计算机科学 2026-02-16 Alexander Lindermayr , Guido Schäfer , Jens Schlöter , Leen Stougie

In this paper we study the multiple-processor multitask scheduling problem in both deterministic and stochastic models, where each job have several tasks and is complete only when all its tasks are finished. We consider and analyze Modified…

性能 · 计算机科学 2022-06-22 Wenxin Li , Ness Shroff

\textit{Weighted shortest processing time first} (WSPT) is one of the best known algorithms for total weighted completion time scheduling problems. For each job $J_j$, it first combines the two independent job parameters weight $w_j$ and…

数据结构与算法 · 计算机科学 2023-07-18 Samin Jamalabadi , Uwe Schwiegelshohn

We consider the problem of online scheduling on a single machine in order to minimize weighted flow time. The existing algorithms for this problem (STOC '01, SODA '03, FOCS '18) all require exact knowledge of the processing time of each…

数据结构与算法 · 计算机科学 2021-03-10 Yossi Azar , Stefano Leonardi , Noam Touitou

We consider the problem of preemptively scheduling jobs to minimize mean response time of an M/G/1 queue. When we know each job's size, the shortest remaining processing time (SRPT) policy is optimal. Unfortunately, in many settings we do…

性能 · 计算机科学 2020-01-23 Ziv Scully , Mor Harchol-Balter , Alan Scheller-Wolf

When parallelizing a set of jobs across many servers, one must balance a trade-off between granting priority to short jobs and maintaining the overall efficiency of the system. When the goal is to minimize the mean flow time of a set of…

性能 · 计算机科学 2020-11-24 Benjamin Berg , Rein Vesilo , Mor Harchol-Balter

This paper describes a new scheduling algorithm to distribute jobs in server farm systems. The proposed algorithm overcomes the starvation caused by SRPT (Shortest Remaining Processing Time). This algorithm is used in process scheduling in…

分布式、并行与集群计算 · 计算机科学 2012-09-06 Ehsan Saboori , Shahriar Mohammadi , Shafigh Parsazad

The efficient scheduling of multi-task jobs across multiprocessor systems has become increasingly critical with the rapid expansion of computational systems. This challenge, known as Multiprocessor Multitask Scheduling (MPMS), is essential…

网络与互联网体系结构 · 计算机科学 2026-02-10 Wenxin Li

In this paper, we explore how a natural generalization of Shortest Remaining Processing Time (SRPT) can be a powerful \emph{meta-algorithm} for online scheduling. The meta-algorithm processes jobs to maximally reduce the objective of the…

数据结构与算法 · 计算机科学 2024-09-06 Qingyun Chen , Sungjin Im , Aditya Petety

Due to its optimality on a single machine for the problem of minimizing average flow time, Shortest-Remaining-Processing-Time (\srpt) appears to be the most natural algorithm to consider for the problem of minimizing average flow time on…

数据结构与算法 · 计算机科学 2010-11-10 Kyle Fox , Benjamin Moseley

Efficient scheduling is crucial for interactive Large Language Model (LLM) applications, where low request completion time directly impacts user engagement. Size-based scheduling algorithms like Shortest Remaining Process Time (SRPT) aim to…

机器学习 · 计算机科学 2024-10-03 Rana Shahout , Eran Malach , Chunwei Liu , Weifan Jiang , Minlan Yu , Michael Mitzenmacher

We study the conditional sojourn time distributions of processor sharing (PS), foreground background processor sharing (FBPS) and shortest remaining processing time first (SRPT) scheduling disciplines on an event where the job size of a…

性能 · 计算机科学 2008-05-15 Predrag R. Jelenkovic , Xiaozhu Kang , Jian Tan

Multiserver-job systems, where jobs require concurrent service at many servers, occur widely in practice. Essentially all of the theoretical work on multiserver-job systems focuses on maximizing utilization, with almost nothing known about…

性能 · 计算机科学 2022-11-08 Isaac Grosof , Ziv Scully , Mor Harchol-Balter , Alan Scheller-Wolf

This paper considers the scheduling of stochastic jobs on parallel identical machines to minimize the expected total weighted completion time. While this is a classical problem with a significant body of research on approximation algorithms…

数据结构与算法 · 计算机科学 2026-01-27 Benjamin Moseley , Kirk Pruhs , Marc Uetz , Rudy Zhou
‹ 上一页 1 2 3 10 下一页 ›