A Comprehensive Perspective on Pilot-Job Systems

Total Page:16

File Type:pdf, Size:1020Kb

A Comprehensive Perspective on Pilot-Job Systems A Comprehensive Perspective on Pilot-Job Systems ∗ Matteo Turilli Mark Santcroos Shantenu Jha RADICAL Laboratory, ECE RADICAL Laboratory, ECE RADICAL Laboratory, ECE Rutgers University Rutgers University Rutgers University New Brunswick, NJ, USA New Brunswick, NJ, USA New Brunswick, NJ, USA [email protected] [email protected] [email protected] Pilot-Jobs provide a multi-stage mechanism to execute ABSTRACT workloads. Resources are acquired via a placeholder job and subsequently assigned to workloads. Pilot-Jobs are having Pilot-Job systems play an important role in supporting dis- a high impact on scientific and distributed computing [1]. tributed scientific computing. They are used to consume more They are used to consume more than 700 million CPU hours than 700 million CPU hours a year by the Open Science Grid a year [2] by the Open Science Grid (OSG) [3, 4] communi- communities, and by processing up to 1 million jobs a day for ties, and process up to 1 million jobs a day [5] for the ATLAS the ATLAS experiment on the Worldwide LHC Computing experiment [6] on theLarge Hadron Collider (LHC) [7] Com- Grid. With the increasing importance of task-level paral- puting Grid (WLCG) [8, 9]. A variety of Pilot-Job systems lelism in high-performance computing, Pilot-Job systems are used on distributed computing infrastructures (DCI): are also witnessing an adoption beyond traditional domains. Glidein/GlideinWMS [10, 11], the Coaster System [12], DI- Notwithstanding the growing impact on scientific research, ANE [13], DIRAC [14], PanDA [15], GWPilot [16], Nim- there is no agreement upon a definition of Pilot-Job system rod/G [17], Falkon [18], MyCluster [19] to name a few. and no clear understanding of the underlying abstraction A reason for the success and proliferation of Pilot-Job and paradigm. Pilot-Job implementations have proliferated systems is that they provide a simple solution to the with no shared best practices or open interfaces and little rigid resource management model historically found in high- interoperability. Ultimately, this is hindering the realization performance and distributed computing. Pilot-Jobs break of the full impact of Pilot-Jobs by limiting their robustness, free of this model in two ways: (i) by using late binding portability, and maintainability. This paper offers a com- to make the selection of resources easier and more effec- prehensive analysis of Pilot-Job systems critically assessing tive [20{22]; and (ii) by decoupling the workload specifica- their motivations, evolution, properties, and implementation. tion from the management of its execution. Late binding The three main contributions of this paper are: (i) an anal- results in the ability to utilize resources dynamically, i.e., ysis of the motivations and evolution of Pilot-Job systems; the workload is distributed onto resources only when they (ii) an outline of the Pilot abstraction, its distinguishing logi- are effectively available. Decoupling workload specification cal components and functionalities, its terminology, and its and execution simplifies the scheduling of workloads on those architecture pattern; and (iii) the description of core and resources. auxiliary properties of Pilot-Jobs systems and the analysis of In spite of the success and impact of Pilot-Jobs, we perceive seven exemplar Pilot-Job implementations. Together, these a problem: the development of Pilot-Job systems has not contributions illustrate the Pilot paradigm, its generality, been grounded on an analytical understanding of underpin- and how it helps to address some challenges in distributed ning abstractions, architectural patterns, or computational scientific computing. paradigms. The properties and functionalities of Pilot-Jobs have been understood mostly, if not exclusively, in relation arXiv:1508.04180v3 [cs.DC] 5 Mar 2016 Keywords to the needs of the containing software systems or on use Pilot-Job, distributed applications, distributed systems. cases justifying their immediate development. These limitations have also resulted in a fragmented soft- ware landscape, where many Pilot-Job systems lack general- 1. INTRODUCTION ity, interoperability, and robust implementations. This has ∗Corresponding author. led to a proliferation of functionally equivalent systems mo- tivated by similar objectives that often serve particular use cases and target particular resources. Addressing the limitations of Pilot systems while improving our general understanding of Pilot-Job systems is a priority Permission to make digital or hard copies of all or part of this work for due to the role they will play in the next generation of high- personal or classroom use is granted without fee provided that copies are performance computing. Most existing high-performance not made or distributed for profit or commercial advantage and that copies system software and middleware are designed to support bear this notice and the full citation on the first page. To copy otherwise, to the execution and optimization of single tasks. Based on republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. their current utilization, Pilot-Jobs have the potential to sup- Copyright 2015 ACM X-XXXXX-XX-X/XX/XX ...$15.00. 1 port the growing need for scalable task-level parallelism and resources can be traced back to 1922 as a way to reduce the dynamic resource management in high-performance comput- time to solution of differential equations [24]. In his Weather ing [12, 18, 23]. Forecast Factory [25], Lewis Fry Richardson imagined dis- The causes of the current status quo of Pilot-Job systems tributing computing tasks across 64,000 \human computers" are social, economic, and technical. While social and eco- to be processed in parallel. Richardson's goal was exploit- nomic considerations may play a determining role in promot- ing the parallelism of multiple processors to reduce the time ing fragmented solutions, this paper focuses on the technical needed for the computation. Today, task-level parallelism is aspects of Pilot-Jobs. We contribute a critical analysis of commonly adopted in weather forecasting on modern high the current state of the art describing the technical motiva- performance machines1 as computers. Task-level parallelism tions and evolution of Pilot-Job systems, their characterizing is also pervasive in computational science [26] (see Ref. [27] abstraction (the Pilot abstraction), and the properties of and references therein). their most representative and prominent implementations. Master-worker is a coordination pattern commonly used Our analysis will yield the Pilot paradigm, i.e., the way in for distributed computations [28{32]. Submitting tasks to which Pilot-Jobs are used to support and perform distributed multiple computers at the same time requires coordinating computing. the process of sending and receiving tasks; of executing them; The remainder of this paper is divided into four sections. x2 and of retrieving and aggregating their outputs [33]. In offers a description of the technical motivations of Pilot-Job the master-worker pattern, a \master" has a global view systems and of their evolution. of the overall computation and of its progress towards a In x3, the logical components and functionalities consti- solution. The master distributes tasks to multiple \workers", tuting the Pilot abstraction are discussed. We offer a termi- and retrieves and aggregates the results of each worker's nology consistent across Pilot-Job implementations, and an computation. Alternative coordination patterns have been architecture pattern for Pilot-Jobs systems is derived and devised, depending on the characteristics of the computed described. tasks but also on how the system implementing task-level In x4, the focus moves to Pilot-Job implementations and distribution and parallelism has been designed [34]. to their core and auxiliary properties. These properties Multi-tenancy defines how high-performance machines are described and then used alongside the Pilot abstraction are exposed to their users. Job schedulers, often called \batch and the pilot architecture pattern to describe and compare queuing systems" [35] and first used in the time of punched exemplar Pilot-Job implementations. cards [36,37], adopt the batch processing concept to promote In x5, we outline the Pilot paradigm, arguing for its gen- efficient and fair resource sharing. Job schedulers enable erality, and elaborating on how it impacts and relates to users to submit computational tasks called \jobs" to a queue. both other middleware and applications. Insight is offered The execution of these jobs is delayed waiting for the required about the future directions and challenges faced by the Pilot amount of the machine's resources to be available. The extent paradigm and its Pilot-Job systems. of delay depends on the number, size, and duration of the submitted jobs, resource availability, and policies (e.g., fair 2. EVOLUTION OF PILOT-JOB SYSTEMS usage). The resource provisioning of high-performance machines Three aspects of Pilot-Jobs are investigated in this pa- is limited, irregular, and largely unpredictable [38{41]. By per: the Pilot-Job system, the Pilot-Job abstraction, and definition, the resources accessible and available at any given the Pilot-Job paradigm. A Pilot-Job system is a type of soft- time can be fewer than those demanded by all the active ware, the Pilot-Job abstraction is the set of properties of that users. The resource usage patterns are also not stable over
Recommended publications
  • Push-Based Job Submission Using Reverse SSH Connections
    rvGAHP – Push-Based Job Submission using Reverse SSH Connections Scott Callaghan Gideon Juve Karan Vahi University of Southern California USC Information Sciences Institute USC Information Sciences Institute Los Angeles, California Marina Del Rey, California Marina Del Rey, California [email protected] [email protected] [email protected] Philip J. Maechling Thomas H. Jordan Ewa Deelman University of Southern California University of Southern California USC Information Sciences Institute Los Angeles, California Los Angeles, California Marina Del Rey, California [email protected] [email protected] [email protected] ABSTRACT using Reverse SSH Connections. In WORKS’17: WORKS’17: 12th Workshop Computational science researchers running large-scale scientific on Workflows in Support of Large-Scale Science, November 12–17, 2017, Denver, CO, USA. ACM, New York, NY, USA, 8 pages. https://doi.org/10.1145/3150994. workflow applications often want to run their workflows onthe 3151003 largest available compute systems to improve time to solution. Workflow tools used in distributed, heterogeneous, high perfor- mance computing environments typically rely on either a push- 1 INTRODUCTION based or a pull-based approach for resource provisioning from these Modern scientific applications typically require the execution of compute systems. However, many large clusters have moved to multiple codes, may include computational and data dependencies, two-factor authentication for job submission, making traditional au- and contain varied computational models ranging from a bag of tomated push-based job submission impossible. On the other hand, tasks to a monolithic parallel code. These applications are often pull-based approaches such as pilot jobs may lead to increased com- complex software suites with substantial computational and data plexity and a reduction in node-hour efficiency.
    [Show full text]
  • Introduction to Python University of Oxford Department of Particle Physics
    Particle Physics Cluster Infrastructure Introduction University of Oxford Department of Particle Physics October 2019 Vipul Davda Particle Physics Linux Systems Administrator Room 661 Telephone: x73389 [email protected] Particle Physics Computing Overview 1 Particle Physics Linux Infrastructure Distributed File System gluster NFS /data Worker Nodes /data/atlas /data/lhcb NFS HTCondor /home Batch Server Interactive Servers physics_s/eduroam Network Printer Managed Laptops Managed Desktops Particle Physics Computing Overview 2 Introduction to the Unix Operating System Unix is a Multi-User/Multi-Tasking operating system. Developed in 1969 at AT&T’s Bell Labs by Ken Thompson (Unix) Dennis Ritchie (C) Unix is written in C programming language. Unix was originally a command-line OS, but now has a graphical user interface. It is available in many different forms: Linux , Solaris, AIX, HP-UX, freeBSD It is a well-suited environment for program development: C, C++, Java, Fortran, Python… Unix is mainly used on large servers for scientific applications. Particle Physics Computing Overview 3 Linux Distributions Source: https://www.muylinux.com/2009/04/24/logos-de-distribuciones-gnulinux/ Particle Physics Computing Overview 4 Particle Physics Linux Infrastructure Particle Physics uses CentOS Linux on the cluster. It is a free version of RedHat Enterprise Linux. Particle Physics Computing Overview 5 Basic Linux Commands Particle Physics Computing Overview 6 Basic Linux Commands o ls - list directory contents ls –l - long listing
    [Show full text]
  • The Translational Journey of the Htcondor-CE
    Journal of Computational Science xxx (xxxx) xxx Contents lists available at ScienceDirect Journal of Computational Science journal homepage: www.elsevier.com/locate/jocs Principles, technologies, and time: The translational journey of the HTCondor-CE Brian Bockelman a,*, Miron Livny a,b, Brian Lin b, Francesco Prelz c a Morgridge Institute for Research, Madison, USA b Department of Computer Sciences, University of Wisconsin-Madison, Madison, USA c INFN Milan, Milan, Italy ARTICLE INFO ABSTRACT Keywords: Mechanisms for remote execution of computational tasks enable a distributed system to effectively utilize all Distributed high throughput computing available resources. This ability is essential to attaining the objectives of high availability, system reliability, and High throughput computing graceful degradation and directly contribute to flexibility, adaptability, and incremental growth. As part of a Translational computing national fabric of Distributed High Throughput Computing (dHTC) services, remote execution is a cornerstone of Distributed computing the Open Science Grid (OSG) Compute Federation. Most of the organizations that harness the computing capacity provided by the OSG also deploy HTCondor pools on resources acquired from the OSG. The HTCondor Compute Entrypoint (CE) facilitates the remote acquisition of resources by all organizations. The HTCondor-CE is the product of a most recent translational cycle that is part of a multidecade translational process. The process is rooted in a partnership, between members of the High Energy Physics community and computer scientists, that evolved over three decades and involved testing and evaluation with active users and production infrastructures. Through several translational cycles that involved researchers from different organizations and continents, principles, ideas, frameworks and technologies were translated into a widely adopted software artifact that isresponsible for provisioning of approximately 9 million core hours per day across 170 endpoints.
    [Show full text]
  • EGI Federated Platforms Supporting Accelerated Computing
    EGI federated platforms supporting accelerated computing PoS(ISGC2017)020 Paolo Andreetto Jan Astalos INFN, Sezione di Padova Institute of Informatics Slovak Academy of Sciences Via Marzolo 8, 35131 Padova, Italy Bratislava, Slovakia E-mail: [email protected] E-mail: [email protected] Miroslav Dobrucky Andrea Giachetti Institute of Informatics Slovak Academy of Sciences CERM Magnetic Resonance Center Bratislava, Slovakia CIRMMP and University of Florence, Italy E-mail: [email protected] E-mail: [email protected] David Rebatto Antonio Rosato INFN, Sezione di Milano CERM Magnetic Resonance Center Via Celoria 16, 20133 Milano, Italy CIRMMP and University of Florence, Italy E-mail: [email protected] E-mail: [email protected] Viet Tran Marco Verlato1 Institute of Informatics Slovak Academy of Sciences INFN, Sezione di Padova Bratislava, Slovakia Via Marzolo 8, 35131 Padova, Italy E-mail: [email protected] E-mail: [email protected] Lisa Zangrando INFN, Sezione di Padova Via Marzolo 8, 35131 Padova, Italy E-mail: [email protected] While accelerated computing instances providing access to NVIDIATM GPUs are already available since a couple of years in commercial public clouds like Amazon EC2, the EGI Federated Cloud has put in production its first OpenStack-based site providing GPU-equipped instances at the end of 2015. However, many EGI sites which are providing GPUs or MIC coprocessors to enable high performance processing are not directly supported yet in a federated manner by the EGI HTC and Cloud platforms. In fact, to use the accelerator cards capabilities available at resource centre level, users must directly interact with the local provider to get information about the type of resources and software libraries available, and which submission queues must be used to submit accelerated computing workloads.
    [Show full text]
  • Experimental Study of Remote Job Submission and Execution on LRM Through Grid Computing Mechanisms
    Experimental Study of Remote Job Submission and Execution on LRM through Grid Computing Mechanisms Harshadkumar B. Prajapati Vipul A. Shah Information Technology Department Instrumentation & Control Engineering Dharmsinh Desai University Department Nadiad, INDIA Dharmsinh Desai University e-mail: [email protected], Nadiad, INDIA [email protected] e-mail: [email protected], [email protected] Abstract —Remote job submission and execution is The fundamental unit of work-done in Grid fundamental requirement of distributed computing done computing is successful execution of a job. A job in using Cluster computing. However, Cluster computing Grid is generally a batch-job, which does not interact limits usage within a single organization. Grid computing with user while it is running. Higher-level Grid environment can allow use of resources for remote job services and applications use job submission and execution that are available in other organizations. This execution facilities that are supported by a Grid paper discusses concepts of batch-job execution using LRM and using Grid. The paper discusses two ways of middleware. Therefore, it is very important to preparing test Grid computing environment that we use understand how a job is submitted, executed, and for experimental testing of concepts. This paper presents monitored in Grid computing environment. experimental testing of remote job submission and Researchers and scientists who are working in higher- execution mechanisms through LRM specific way and level Grid services and applications do not pay much Grid computing ways. Moreover, the paper also discusses attention to the underlying Grid infrastructure in their various problems faced while working with Grid published work.
    [Show full text]
  • Pilot-Job Provisioning Through CREAM Computing Elements on the Worldwide LHC Computing Grid Alexandre Boyer, David Hill, Christophe Haen, Federico Stagni
    Pilot-Job Provisioning through CREAM Computing Elements on the Worldwide LHC Computing Grid Alexandre Boyer, David Hill, Christophe Haen, Federico Stagni To cite this version: Alexandre Boyer, David Hill, Christophe Haen, Federico Stagni. Pilot-Job Provisioning through CREAM Computing Elements on the Worldwide LHC Computing Grid. 34th European Simulation and Modelling Conference (ESM), Oct 2020, Toulouse, France. hal-03191075 HAL Id: hal-03191075 https://hal.archives-ouvertes.fr/hal-03191075 Submitted on 6 Apr 2021 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Pilot-Job Provisioning through CREAM Computing Elements on the Worldwide LHC Computing Grid Alexandre F. Boyer1,2, David R.C. Hill1, Christophe Haen2, Federico Stagni2 {alexandre.franck.boyer, christophe.haen, federico.stagni}@cern.ch, [email protected] 1 Université Clermont Auvergne, ISIMA, CNRS, LIMOS, Clermont-Ferrand, France 2 European Organization for Nuclear Research, Meyrin, Switzerland Abstract The push model, used to manage Computing Grid resources, raises several issues that prevent employing the resources at their full capacity and, thus, limits the Grid throughput. While the push model remains necessary to get access to the resources, this paper aims at addressing some of these issues to make better use of the Worldwide LHC Computing Grid.
    [Show full text]
  • The NMI Build & Test Laboratory: Continuous Integration Framework
    The NMI Build & Test Laboratory: Continuous Integration Framework for Distributed Computing Software Andrew Pavlo, Peter Couvares, Rebekah Gietzel, Anatoly Karp, Ian D. Alderman, and Miron Livny – University of Wisconsin-Madison Charles Bacon – Argonne National Laboratory ABSTRACT We present a framework for building and testing software in a heterogeneous, multi-user, distributed computing environment. Unlike other systems for automated builds and tests, our framework is not tied to a specific developer tool, revision control system, or testing framework, and allows access to computing resources across administrative boundaries. Users define complex software building procedures for multiple platforms with simple semantics. The system balances the need to continually integrate software changes while still providing on-demand access for developers. Our key contributions in this paper are: (1) the development of design principles for distributed build-and-test systems, (2) a description of an implemented system that satisfies those principles, and (3) case studies on how this system is used in practice at two sites where large, multi-component systems are built and tested. Introduction To build and test any application, users explicitly define the execution workflow of build-and-test proce- Frequently building and testing software yields dures, along with any external software dependencies many benefits [10, 14, 17]. This process, known as and target platforms, using a lightweight declarative continuous integration, allows developers to recognize syntax. The NMI Build & Test software stores this and respond to problems in their applications as they information in a central repository to ensure every build are introduced, rather than be inundated with software or test is reproducible.
    [Show full text]
  • Workload Schedulers - Genesis, Algorithms and Comparisons
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE International Journal of Computer Science and Software Engineering (IJCSSE), Volume 4, Issue 6, June 2015 provided by WestminsterResearch ISSN (Online): 2409-4285 www.IJCSSE.org Page: 141-155 Workload Schedulers - Genesis, Algorithms and Comparisons Leszek Sliwko1 and Vladimir Getov2 1, 2 Faculty of Science and Technology, University of Westminster, 115 New Cavendish Street, United Kingdom [email protected], [email protected] ABSTRACT especially for online request scheduling [60]. However, In this article we provide brief descriptions of three classes of not taking into account additional factors such as current schedulers: Operating Systems Process Schedulers, Cluster server load, network infrastructure or storage availability Systems Jobs Schedulers and Big Data Schedulers. We describe may result in an inefficient utilization of available their evolution from early adoptions to modern implementations, machines and overall higher operational system costs. considering both the use and features of algorithms. In summary, More complex algorithms rely on the availability of static we discuss differences between all presented classes of schedulers and discuss their chronological development. In infrastructure data such as CPU speed, installed memory conclusion we highlight similarities in the focus of scheduling etc. As an example we find largest remaining processing strategies design, applicable to both local and distributed systems. time on fastest machine rule (LRPT-FM), where the job with the most remaining processing time is assigned to Keywords: Schedulers, Workload, Cluster, Cloud, Process, Big fastest machine [45]. LRPT_FM approach offers clear Data. advantages in heterogeneous environments, where the system is composed from machines with different configurations.
    [Show full text]
  • Nordugrid ARC 6 Information Release ARC6
    NorduGrid ARC 6 Information Release ARC6 NorduGrid Collaboration Sep 16, 2021 ARC OVERVIEW 1 ARC Overview 3 1.1 ARC CE components and the infrastructure ecosystem around...................3 2 Obtaining the software 5 3 Support and Community7 4 Documentation for Infrastructure Admins9 4.1 ARC Configuration Reference Document..............................9 4.2 ARC CE Deployment and Operation................................ 114 4.3 ARCHERY.............................................. 177 4.4 ARC Admin Tools Reference.................................... 197 5 Technical Documents Describing ARC Components 227 5.1 ARC Data Services Technical Description.............................. 227 5.2 ARC Next Generation Accounting Technical Details........................ 266 5.3 ARC CE REST interface specification................................ 271 5.4 ARCHERY data model and DNS records rendering......................... 282 5.5 Old Relevant Technical Documents................................. 286 5.6 Legacy JURA Accounting Technical Details............................ 288 5.7 ARC Accounting Database Schema................................. 292 6 Documentation for Developers 293 6.1 Implementation Details for Developers............................... 293 6.2 Contributing to Documentation................................... 304 7 Documentation for Infrastructure Users 311 7.1 Installing ARC Client Tools..................................... 311 7.2 Overview of ARC client tools.................................... 314 7.3 How to submit the job?.......................................
    [Show full text]
  • Freebsd in SCIENTIFIC COMPUTING
    SEE TEXT ONLY FreeBSD IN SCIENTIFIC COMPUTING By Jason Bacon I’ve been running both FreeBSD and Linux uninterrupted since the mid-1990s. I’ve run many different Linux distributions over the years, most recently focusing on CentOS. I also have significant experience with Mac OS X and NetBSD and have experimented with many other BSD platforms. As a staunch agnostic with a firm belief in the value of open standards, I like to remain familiar with all the options in the POSIX world so I’m always prepared to choose the best tool for the job. ver the years, I’ve watched barriers to rologists, neuropsychologists, cell biologists, psychia- FreeBSD use fall one by one. Open-source trists, and biophysicists. During most of this time, I Osoftware continues to spread like the Blob, was the sole IT support person for several labs, filling in niches once held exclusively by commercial peaking at over 60 researchers. I was responsible for and other closed-source software. maintaining many Unix workstations as well as OpenOffice/LibreOffice, OpenJDK, Clang, Flang, managing all the research software needed for fMRI and many other high-quality open-source products analysis. The need for a full-featured and extremely have made it possible for most people to do every- reliable operating system became very clear, very thing they need on FreeBSD with ease. The few quickly. FreeBSD answered that call and made it remaining limitations of what can be run on possible for me to single-handedly keep this impor- FreeBSD have become increasingly esoteric and tant research moving forward for many years.
    [Show full text]
  • Virtual Cluster Management for Analysis Of
    VIRTUAL CLUSTER MANAGEMENT FOR ANALYSIS OF GEOGRAPHICALLY DISTRIBUTED AND IMMOVABLE DATA Yuan Luo Submitted to the faculty of the University Graduate School in partial fulfillment of the requirements for the degree Doctor of Philosophy in the School of Informatics and Computing, Indiana University August 2015 Accepted by the Graduate Faculty, Indiana University, in partial fulfillment of the requirements for the degree of Doctor of Philosophy. Doctoral Committee Beth Plale, Ph.D. (Chairperson) Geoffrey Fox, Ph.D. Judy Qiu, Ph.D. Yuqing Wu, Ph.D. Philip Papadopoulos, Ph.D. August 7th, 2015 ii Copyright c 2015 Yuan Luo iii In loving memory of my grandfather. To my parents, my cousin, and all family members. iv Acknowledgements It has been a great pleasure working with the faculty, staff, and students at Indiana Univer- sity, during my seven-year PhD study. I would like to express my sincere gratitude to my advisor, Professor Beth Plale. This dissertation would never have been possible without her guidance, encouragement, challenges, and support throughout my research at Indiana Uni- versity. I am grateful for the many opportunities that Beth has provided for me to research, collaborate, publish, teach, and travel independently. I thank my other research committee members, Professor Geoffrey Fox, Professor Judy Qiu, Professor Yuqing Wu, and Dr. Philip Papadopoulos, for their invaluable discussion, ideas, and feedback. I also would like to thank Professor Xiaohui Wei, Dr. Peter Arzberger, and Dr. Wilfred Li for their mentorship before I joined Indiana University. I would never have started my PhD without their influence. I thank all current and past members in the Data to Insight Center at Indiana University for making the lab an enjoyable and stimulating place to work.
    [Show full text]
  • HPC Job Sceduling Co-Scheduling in HPC Clusters
    HPC Job Sceduling Co-scheduling in HPC Clusters October 26, 2018 Nikolaos Triantafyllis PhD student School of Electrical and Computer Engineering - N.T.U.A. Categories of Schedulers The majority of Schedulers could be categorized in: • Operating Systems Process Schedulers • Cluster Systems Jobs Schedulers • Big Data Schedulers 1 Operating Systems Process Schedulers • During scheduling events, an algorithm has to assign CPU times to tasks • Focus on responsiveness and low overhead • Most notable process schedulers: ◦ Cooperative Scheduling (CS) ◦ Multi-Level Feedback Queue (MLFQ) ◦ O(n) Scheduler ◦ O(1) Scheduler ◦ Completely Fair Scheduler (CFS) ◦ Brain F Scheduler (BFS) • CFS: Each process should have equal share of CPU time. Current Linux kernels use CFS • BFS: Improves interactivity, but lowers performance. Proposed in 2009 2 Cluster Systems Jobs Schedulers • During scheduling events, an algorithm has to assign nodes to jobs • Focus on scalability and high throughput • Most notable jobs schedulers: ◦ Simple Linux Utility for Resource Management (SLURM) ◦ Maui Cluster Scheduler (Maui) ◦ Moab High-Performance Computing Suite (Moab) ◦ Univa Grid Engine (UGE) ◦ LoadLeveler (LL) ◦ Load Sharing Facility (LSF) ◦ Portable Batch System (PBS) [OpenPBS, TORQUE, PBS Pro] ◦ Globus toolkit ◦ GridWay ◦ HTCondor ◦ Mesos ◦ Open MPI ◦ TORQUE ◦ Borg and Omega 3 Big Data Schedulers • During scheduling events, an algorithm has to assign nodes to jobs • Jobs have storage and processing of large and complex data sets • Support specialized frameworks and to a very limited set of problems • Most notable process schedulers: ◦ Dryad ◦ MapRedure ◦ Hadoop ◦ HaLoop ◦ Spark ◦ CIEL “Big Data: New York Stock Exchange produces about 1 TB of new trade data per day.” 4 Cluster Structure Figure 1: Typical resource management system 5 Job Submission example in SLURM § ¤¨ 1 #!/bin/bash 2 # Example with 48 MPI tasks and 24 tasks per node.
    [Show full text]