overview
play

Overview The ReSS Project (collaboration, architecture, ) ReSS - PowerPoint PPT Presentation

The OSG Resource Selection Service (ReSS) OSG Resource Selection Service (ReSS) Overview The ReSS Project (collaboration, architecture, ) ReSS Validation and Testing Project Status and Plan ReSS Deployment Don Petravick


  1. The OSG Resource Selection Service (ReSS) OSG Resource Selection Service (ReSS) Overview • The ReSS Project (collaboration, architecture, …) • ReSS Validation and Testing • Project Status and Plan • ReSS Deployment Don Petravick for Gabriele Garzoglio Computing Division, Fermilab ISGC 2007 Mar 28, 2007 Gabriele Garzoglio 1/18

  2. The OSG Resource Selection Service (ReSS) The ReSS Project • The Resource Selection Service implements cluster-level Workload Management on OSG. • The project started in Sep 2005 • Sponsors – DZero contribution to the PPDG Common Project – FNAL-CD • Collaboration of the Sponsors with – OSG (TG-MIG, ITB, VDT, USCMS) – CEMon gLite Project (PD-INFN) – FermiGrid – Glue Schema Group Mar 28, 2007 Gabriele Garzoglio 2/18

  3. The OSG Resource Selection Service (ReSS) Motivations • Implement a light-weight cluster selector for push-based job handling services • Enable users to express requirements on the resources in the job description • Enable users to refer to abstract characteristics of the resources in the job description • Provide soft-registration for clusters • Use the standard characterizations of the resources via the Glue Schema Mar 28, 2007 Gabriele Garzoglio 3/18

  4. The OSG Resource Selection Service (ReSS) Technology • ReSS basis its central services on the Condor Match- making service – Users of Condor-G naturally integrate their scheduler servers with ReSS – Condor information collector manages resource soft registration • Resource characteristics is handled at sites by the gLite CE Monitor Service (CEMon) – CEmon registers with the central ReSS services at startup – Info is gathered by CEMon at sites running Generic Information Prividers (GIP) – GIP expresses resource information via the Glue Schema model – CEMon converts the information from GIP into old classad format. Other supported formats: XML, LDIF, new classad – CEMon publishes information using web services interfaces Mar 28, 2007 Gabriele Garzoglio 4/18

  5. The OSG Resource Selection Service (ReSS) Architecture • Info Gatherer is the Interface Adapter between CEMon and Condor • Condor Scheduler is maintained by the user (not part of ReSS) Central Services job What Gate? Info classads Condor Condor Gate 3 Gatherer Match Maker Scheduler job classads classads classads Gate1 CEMon Gate2 CEMon Gate3 CEMon jobs info jobs info jobs info CE CE CE GIP GIP GIP job-managers job-managers job-managers job-managers job-managers job-managers job-managers job-managers job-managers CLUSTER CLUSTER CLUSTER Mar 28, 2007 Gabriele Garzoglio 5/18

  6. The OSG Resource Selection Service (ReSS) Resource Selection Example universe = globus Abstract Resource globusscheduler = $$(GlueCEInfoContactString) Characteristic requirements = TARGET.GlueCEAccessControlBaseRule == "VO:DZero" executable = /bin/hostname MyType = "Machine" arguments = -f Name = "antaeus.hpcc.ttu.edu:2119/jobmanager-lsf-dzero.-1194963282" queue Requirements = (CurMatches < 10) ReSSVersion = "1.0.6" TargetType = "Job" GlueSiteName = "TTU-ANTAEUS" GlueSiteUniqueID = "antaeus.hpcc.ttu.edu" GlueCEName = "dzero" GlueCEUniqueID = "antaeus.hpcc.ttu.edu:2119/jobmanager-lsf-dzero" GlueCEInfoContactString = "antaeus.hpcc.ttu.edu:2119/jobmanager-lsf" Resource GlueCEAccessControlBaseRule = "VO:dzero" Requirements GlueCEHostingCluster = "antaeus.hpcc.ttu.edu" GlueCEInfoApplicationDir = "/mnt/lustre/antaeus/apps GlueCEInfoDataDir = "/mnt/hep/osg" GlueCEInfoDefaultSE = "sigmorgh.hpcc.ttu.edu" GlueCEInfoLRMSType = "lsf" GlueCEPolicyMaxCPUTime = 6000 GlueCEStateStatus = "Production" GlueCEStateFreeCPUs = 0 GlueCEStateRunningJobs = 0 GlueCEStateTotalJobs = 0 Job Description Job Description GlueCEStateWaitingJobs = 0 GlueClusterName = "antaeus.hpcc.ttu.edu" GlueSubClusterWNTmpDir = "/tmp" GlueHostApplicationSoftwareRunTimeEnvironment = "MountPoints,VO-cms-CMSSW_1_2_3" Resource Description GlueHostMainMemoryRAMSize = 512 Resource Description GlueHostNetworkAdapterInboundIP = FALSE GlueHostNetworkAdapterOutboundIP = TRUE GlueHostOperatingSystemName = "CentOS" GlueHostProcessorClockSpeed = 1000 GlueSchemaVersionMajor = 1 Mar 28, 2007 Gabriele Garzoglio 6/18 …

  7. The OSG Resource Selection Service (ReSS) Glue Schema to old classad Mapping SubCluster1 SubCluster2 Cluster Site VO1 CE1 VO2 VO2 CE2 VO3 Mapping the Glue Schema “tree” into a set of “flat” classads: all possible combination of … (Cluster, Subcluster, CE, VO) Mar 28, 2007 Gabriele Garzoglio 7/18

  8. The OSG Resource Selection Service (ReSS) Glue Schema to old classad Mapping classad SubCluster1 Site Cluster SubCluster1 SubCluster2 CE1 VO1 Site Cluster VO1 CE1 VO2 VO2 CE2 VO3 Mapping the Glue Schema “tree” into a set of “flat” classads: all possible combination of … (Cluster, Subcluster, CE, VO) Mar 28, 2007 Gabriele Garzoglio 8/18

  9. The OSG Resource Selection Service (ReSS) Glue Schema to old classad Mapping classad SubCluster1 Site classad Cluster Site SubCluster1 Cluster SubCluster2 CE1 SubCluster2 VO1 CE1 Site Cluster VO1 VO1 CE1 VO2 VO2 CE2 VO3 Mapping the Glue Schema “tree” into a set of “flat” classads: All possible combination of … (Cluster, Subcluster, CE, VO) Mar 28, 2007 Gabriele Garzoglio 9/18

  10. The OSG Resource Selection Service (ReSS) Glue Schema to old classad Mapping classad SubCluster1 Site classad Cluster Site SubCluster1 Cluster SubCluster2 CE1 SubCluster2 VO1 CE1 Site Cluster VO1 VO1 classad Site CE1 Cluster VO2 SubCluster1 CE1 VO2 VO2 CE2 VO3 Mapping the Glue Schema “tree” into a set of “flat” classads: All possible combination of … (Cluster, Subcluster, CE, VO) Mar 28, 2007 Gabriele Garzoglio 10/18

  11. The OSG Resource Selection Service (ReSS) Glue Schema to old classad Mapping classad SubCluster1 Site classad Cluster Site SubCluster1 Cluster SubCluster2 CE1 SubCluster2 VO1 CE1 Cluster Site VO1 VO1 classad Site CE1 classad Cluster Site VO2 SubCluster1 Cluster CE1 VO2 SubCluster2 VO2 CE2 CE1 VO2 VO3 classad Site classad Cluster Site Mapping the Glue Schema “tree” into SubCluster1 Cluster a set of “flat” classads: CE2 SubCluster2 All possible combination of VO1 CE2 … (Cluster, Subcluster, CE, VO) VO1 Mar 28, 2007 Gabriele Garzoglio 11/18

  12. The OSG Resource Selection Service (ReSS) Impact of CEMon on the OSG CE • We studied CEMon resource 9 requirements (load, mem, …) at a typical 8 OSG CEs 7 – CEMon pushes information periodically 6 • We compared CEMon resource avg1 5 requirements with MDS-2 by running avg5 4 avg15 – CEMon alone (invokes GIP) 3 – GRIS alone (Invokes GIP) queried at high- 2 rate (many LCG Brokers scenario) 1 – GIP manually 0 – CEMon AND GRIS together sec 0 500 1000 1500 2000 2500 3000 3500 Typical Load Average Running CEMon Alone • Conclusions – running CEMon alone does not generate 7 more load than running GRIS alone or 6 running CEMon and GRIS – CEMon uses less %CPU than a GRIS that 5 is queried continuously (0.8% vs. 24%). On avg1 4 the other hand, CEMon uses more memory avg5 (%4.7 vs. %0.5). 3 avg15 2 • More info at 1 https://twiki.grid.iu.edu/twiki/bin/view/Resour ceSelection/CEMonPerformanceEvaluation 0 sec 0 10000 20000 30000 40000 Background (spikes due to GridCat probe) Mar 28, 2007 Gabriele Garzoglio 12/18

  13. The OSG Resource Selection Service (ReSS) US CMS evaluates WMS’s • Condor-G test with manual res. selection (NO ReSS) – Submit 10k sleep jobs to 4 schedulers – Jobs last 0.5 – 6 hours – Jobs can run at 4 Grid sites w/ ~2000 slots • When Grid sites are stable, Condor-G is scalable and reliable Study by Igor Sfiligoi & Burt Holzman, US CMS / FNAL, 03/07 https://twiki.grid.iu.edu/twiki/bin /view/ResourceSelection/ReSS EvaluationByUSCMS 1 Scheduler view of Jobs Submitted, Idle, Running, Completed, Failed Vs. Time Mar 28, 2007 Gabriele Garzoglio 13/18

  14. The OSG Resource Selection Service (ReSS) ReSS Scalability • Condor-G + ReSS Scalability Test – Submit 10k sleep jobs to 4 Queued Queued schedulers – 1 Grid site with ~2000 slots; multiple classad from VOs for the site • Result: same scalability as Condor-G – Condor Match Maker Running Running scales up to 6k classads Mar 28, 2007 Gabriele Garzoglio 14/18

  15. The OSG Resource Selection Service (ReSS) ReSS Reliability • Same reliability as Condor-G, when grid 20K jobs sites are stable • Failures mainly due to Succeeded Succeeded Condor-G / GRAM communication Note: plotting artifact problems. • Failures can be 130 jobs automatically resubmitted / re- Failed matched (not tested Failed here) Mar 28, 2007 Gabriele Garzoglio 15/18

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend