Practical Resource Management in Power-Constrained, High Performance Computing

Size: px
Start display at page:

Download "Practical Resource Management in Power-Constrained, High Performance Computing"

Transcription

1 Practical Resource Management in Power-Constrained, High Performance Computing Tapasya Patki*, David Lowenthal, Anjana Sasidharan, Matthias Maiterth, Barry Rountree, Martin Schulz, Bronis R. de Supinski June 18, 2015

2 The Power Problem Not used 40% Procured Power Unused!

3 0 0% Megawatts Power Utilization % Lawrence Livermore National Laboratory Exascale Power Problem 5% Desirable range Problem is power utilization, not just power procurement Do Not: Save Power Do : Use power to improve performance and system throughput Accomplish more science

4 Hardware Overprovisioning Worst-case provisioning (traditional): All nodes can run at peak power simultaneously Hardware overprovisioning: Buy more capacity, limit power per node Reconfigure dynamically based on application s memory and scalability characteristics Moldable applications: flexible in terms of node and core counts on which they can execute

5 Configurations Good performance relies on choosing an applicationspecific configuration Number of nodes, cores per node and power per node, (n x c, p) In our case, improves performance under a power bound by 32% (1.47x) on average compared to worst-case provisioning

6 Hardware Overprovisioning Example SP-MZ CFD kernel, Bound of 3500 W Configuration (n x c, p) Time (s) Worst-case (20 x 16, 115) Overprovisioned (26 x 12, 80) Total Power: CPU & DRAM (W) CPU Power Cap 2.5x Speedup Utilized all allocated power

7 Resource Management What is the impact of overprovisioning when we have a real cluster with multiple users and several jobs? Can we utilize the procured power better and minimize wasted power?

8 Power-Aware Scheduling Challenges User: Users care about fairness and turnaround time Fair and transparent job-level power allocation Minimize execution time, reduce queue wait time System: Admins care about utilization and throughput Maximize utilization of available nodes and power Minimize average turnaround time for job queue

9 Resource MAnager for Power (RMAP) Aimed at future power-constrained systems Implemented within SLURM Novel Adaptive policy: Uses overprovisioning and power-aware backfilling Improves system power utilization and optimizes execution time under a job-level power bound Leads to 19% and 36% faster turnaround times than baseline Traditional and Naïve

10 Nodes Nodes Lawrence Livermore National Laboratory First-Come First Serve Scheduling N Current Job Queue N 1 now 1 A Unutilized R R B FCFS Policy A B Time Time

11 Nodes Nodes Lawrence Livermore National Laboratory N 1 now R R B Backfilling A Backfilling Time N 1 now Unutilized R R FCFS Policy A B Time

12 Power Power Lawrence Livermore National Laboratory W W 1 1 now Insight: Power-Aware Backfilling Current Job Queue A Unutilized R R FCFS Policy for Power A B Time B Time

13 Power Power Lawrence Livermore National Laboratory W 1 now W 1 now R Insight: Power-Aware Backfilling A R Power-Aware Backfilling B Moldable FCFS Policy for Power Unutilized R A R Time B Time

14 Users request nodes and time RMAP Policies: Inputs Job-level power bound: Fairly allocate power to each job based on the fraction of total nodes requested We assume equal priority.

15 RMAP Adaptive Policy If enough power is available, allocate the best overprovisioned configuration under the derived joblevel power bound Otherwise, allocate a suboptimal overprovisioned configuration with available power Users can specify an optional performance slowdown threshold for potentially faster turnaround times Default is no slowdown (0%)

16 RMAP Baseline Policies Policy Description Traditional Naïve Not fair-share, allocates requested nodes with all cores at full power Greedily allocates best performing configuration under derived job-level power bound *All policies use basic node-level backfilling.

17 Intel Sandy Bridge 64-node cluster 2 sockets per node, 8 cores per socket Min: 51 W, Max: 115 W Experimental Details Intel RAPL for power measurement and control* Moldable Applications SPhot, NAS-MZ (BT-MZ, SP-MZ and LU-MZ) Four synthetic *DRAM power unavailable

18 Evaluation SLURM Simulator, 64 nodes, 30 jobs per trace 5 global power bounds 6500 W, extremely constrained W, unconstrained Poisson process for dynamic job arrival

19 Random Trace Results 31% Worst-case Provisioning 13% On average Adaptive with no slowdown does 19% better than Traditional, 36% better than Naïve

20 Detailed Results: 6500 W Bound Extremely power-limited, 128 processors, 50 W per socket with fair-share Each job requests at least 40 nodes Policy Average Turnaround Time (s) Traditional 684 Naïve 990 Adaptive, 0% 636 (7% better than Traditional) Adaptive, 20% 536 (21% better than Traditional)

21 Average Turnaround Time (s) Lawrence Livermore National Laboratory Detailed Results: 6500 W Bound Adaptive, 0% Trad. Adaptive, 20% Job IDs 22 of 30 jobs have faster turnaround times than Traditional 21% faster turnaround time (on average)

22 RMAP Summary Adaptive policy Uses hardware overprovisioning and power-aware backfilling Leads to 19% and 36% faster queue turnaround times than Traditional and Naïve Improves individual application performance as well as system throughput

23 Acknowledgments Livermore Computing at Lawrence Livermore National Laboratory for MSR access Dr. Ghaleb Abdulla for help with Vulcan power data

OStrich: Fair Scheduler for Burst Submissions of Parallel Jobs. Krzysztof Rzadca Institute of Informatics, University of Warsaw, Poland

OStrich: Fair Scheduler for Burst Submissions of Parallel Jobs. Krzysztof Rzadca Institute of Informatics, University of Warsaw, Poland Krzysztof Rzadca Institute of Informatics, University of Warsaw, Poland! joint work with: Filip Skalski (U Warsaw / Google)! based on work with: Vinicius Pinheiro (Grenoble) Denis Trystram (Grenoble) http://www.flickr.com/photos/bobjagendorf/345683620/

More information

Adaptive Resource and Job Management for limited power consumption

Adaptive Resource and Job Management for limited power consumption Adaptive Resource and Job Management for limited power consumption 02/07/14 Bull, 2012 Yiannis Georgiou David Glesser Matthieu Hautreux Denis Trystram 1 Introduction High Performance Computing Target:

More information

ISC$High$Performance$Conference,$Frankfurt,$Germany$$$

ISC$High$Performance$Conference,$Frankfurt,$Germany$$$ Supercompu)ng,Centers,and,Electricity,Service,Providers:,, A,Geographically,Distributed,Perspec)ve,on,Demand, Management,in,Europe,and,the,United,States,, ISC$High$Performance$Conference,$Frankfurt,$Germany$$$

More information

A Novel Approach for Job Scheduling Optimizations under Power Cap for ARM and Intel HPC Systems

A Novel Approach for Job Scheduling Optimizations under Power Cap for ARM and Intel HPC Systems A Novel Approach for Job Scheduling Optimizations under Power Cap for ARM and Intel HPC Systems Dineshkumar Rajagopal, Daniele Tafani, Yiannis Georgiou, David Glesser and Michael Ott Bull Atos Technologies

More information

Scheduling. Purpose of scheduling. Scheduling. Scheduling. Concurrent & Distributed Systems Purpose of scheduling.

Scheduling. Purpose of scheduling. Scheduling. Scheduling. Concurrent & Distributed Systems Purpose of scheduling. 427 Concurrent & Distributed Systems 2017 6 Uwe R. Zimmer - The Australian National University 429 Motivation and definition of terms Purpose of scheduling 2017 Uwe R. Zimmer, The Australian National University

More information

Performance Analysis with Vampir

Performance Analysis with Vampir Performance Analysis with Vampir Bert Wesarg Technische Universität Dresden Outline Part I: Welcome to the Vampir Tool Suite Mission Event trace visualization Vampir & VampirServer The Vampir displays

More information

Grid Impacts of Variable Generation at High Penetration Levels

Grid Impacts of Variable Generation at High Penetration Levels Grid Impacts of Variable Generation at High Penetration Levels Dr. Lawrence Jones Vice President Regulatory Affairs, Policy & Industry Relations Alstom Grid, North America ESMAP Training Program The World

More information

arxiv: v1 [cs.dc] 12 Jun 2018

arxiv: v1 [cs.dc] 12 Jun 2018 SAFARI Technical Report No. 2018-003 Techniques for Efficiently Handling Power Surges in Fuel Cell Powered Data Centers: Modeling, Analysis, Results Yang Li, Di Wang, Saugata Ghose, Jie Liu, Sriram Govindan,

More information

Multi-level Feeder Queue Dispatch based Electric Vehicle Charging Model and its Implementation of Cloud-computing

Multi-level Feeder Queue Dispatch based Electric Vehicle Charging Model and its Implementation of Cloud-computing , pp.76-81 http://dx.doi.org/10.14257/astl.2016.137.14 Multi-level Feeder Queue Dispatch based Electric Vehicle Charging Model and its Implementation of Cloud-computing Wei Wang 1, Minghao Ai 2 Naishi

More information

ABB June 19, Slide 1

ABB June 19, Slide 1 Dr Simon Round, Head of Technology Management, MATLAB Conference 2015, Bern Switzerland, 9 June 2015 A Decade of Efficiency Gains Leveraging modern development methods and the rising computational performance-price

More information

PRACE Virtual Prototyping at BMW Group.

PRACE Virtual Prototyping at BMW Group. BMW Group Industry Seminar September 7-8, Toulouse, France Slide 2 of 23 Overview. 1. Hardware / Architecture 2. Simulations at BMW 3. FEM-Simulation 4. CFD-Simulation 5. CFD Thermal Management & Aerodynamics

More information

Defense Green Technology of KOREA

Defense Green Technology of KOREA Defense Green Technology of KOREA March 18th 2010 Dr. In Woo Kim Agency for Defense Development 1 Contents Introduction of ADD Mission To Research, Develop, Test and Evaluate Weapon systems, Equipments,

More information

INSTITUTO SUPERIOR TÉCNICO. Architectures for Embedded Computing

INSTITUTO SUPERIOR TÉCNICO. Architectures for Embedded Computing UNIVERSIDADE TÉCNICA DE LISBOA INSTITUTO SUPERIOR TÉCNICO Departamento de Engenharia Informática Architectures for Embedded Computing MEIC-A, MEIC-T, MERC Lecture Slides Version 3.0 - English Lecture 02

More information

Getting the Lead Out December, 2007

Getting the Lead Out December, 2007 Getting the Lead Out December, 2007 Tom DeBonis Assembly & Test Technology Development Technology and Manufacturing Group Summary Intel has removed the lead (Pb) from its manufacturing process across its

More information

HCLOUD: RESOURCE-EFFICIENT PROVISIONING IN SHARED CLOUD SYSTEMS

HCLOUD: RESOURCE-EFFICIENT PROVISIONING IN SHARED CLOUD SYSTEMS HCLOUD: RESOURCE-EFFICIENT PROVISIONING IN SHARED CLOUD SYSTEMS Christina Delimitrou 1 and Christos Kozyrakis 2 1 Stanford/Cornell University, 2 Stanford University/EPFL http://mast.stanford.edu ASPLOS

More information

Power Distribution Scheduling for Electric Vehicles in Wireless Power Transfer Systems

Power Distribution Scheduling for Electric Vehicles in Wireless Power Transfer Systems Power Distribution Scheduling for Electric Vehicles in Wireless Power Transfer Systems Chenxi Qiu*, Ankur Sarker and Haiying Shen * College of Information Science and Technology, Pennsylvania State University

More information

Energy & Power Community of Interest March 21, 2018

Energy & Power Community of Interest March 21, 2018 Energy & Power Community of Interest March 21, 2018 Dr. Dave Drazen OUSD(R&E) Staff Specialist Distribution A: Approved for Public Release, SR Case #18-S-0986. Distribution is unlimited 1 Energy & Power

More information

Embedded Torque Estimator for Diesel Engine Control Application

Embedded Torque Estimator for Diesel Engine Control Application 2004-xx-xxxx Embedded Torque Estimator for Diesel Engine Control Application Peter J. Maloney The MathWorks, Inc. Copyright 2004 SAE International ABSTRACT To improve vehicle driveability in diesel powertrain

More information

Sinfonia: a new paradigm for building scalable distributed systems

Sinfonia: a new paradigm for building scalable distributed systems CS848 Paper Presentation Sinfonia: a new paradigm for building scalable distributed systems Aguilera, Merchant, Shah, Veitch, Karamanolis SOSP 2007 Presented by Somayyeh Zangooei David R. Cheriton School

More information

CACHE LINE AWARE OPTIMIZATIONS FOR CCNUMA SYSTEMS

CACHE LINE AWARE OPTIMIZATIONS FOR CCNUMA SYSTEMS CACHE LINE AWARE OPTIMIZATIONS FOR CCNUMA SYSTEMS 24th ACM International Symposium on High-Performance Parallel and Distributed Computing HPDC 15, Portland, 2015 Sabela Ramos (sramos@udc.es) GAC, Universidade

More information

Green Server Design: Beyond Operational Energy to Sustainability

Green Server Design: Beyond Operational Energy to Sustainability Green Server Design: Beyond Operational Energy to Sustainability Justin Meza Carnegie Mellon University Jichuan Chang, Partha Ranganathan, Cullen Bash, Amip Shah Hewlett-Packard Laboratories 1 Overview

More information

Argo. An Exascale Operating System and Runtime Research Project. Pete Beckman Argonne Na onal Laboratory

Argo. An Exascale Operating System and Runtime Research Project. Pete Beckman Argonne Na onal Laboratory Argo An Exascale Operating System and Runtime Research Project Pete Beckman Argonne Na onal Laboratory Director, Exascale Technology and Compu ng Ins tute Co- Director, Northwestern University Argonne

More information

How Much Power Does your Server Consume? Estimating Wall Socket Power Using RAPL Measurements

How Much Power Does your Server Consume? Estimating Wall Socket Power Using RAPL Measurements How Much Power Does your Server Consume? Estimating Wall Socket Power Using RAPL Measurements Kashif Nizam Khan Zhonghong Ou, Mikael Hirki, Jukka K. Nurminen, Tapio Niemi 1 Motivation The Large Hadron

More information

IBM SmartGrid Vision and Projects

IBM SmartGrid Vision and Projects IBM Research Zurich September 2011 IBM SmartGrid Vision and Projects Eleni Pratsini Head, Department of Mathematical & Computational Sciences IBM Research Zurich SmartGrid for a Smarter Planet SmartGrid

More information

Peak Efficiency Aware Scheduling for Highly Energy Proportional Servers

Peak Efficiency Aware Scheduling for Highly Energy Proportional Servers Peak Efficiency Aware Scheduling for Highly Energy Proportional Servers Daniel Wong dwong@ece.ucr.edu University of California, Riverside Department of Electrical and Computer Engineering 2 Main Observations

More information

UKSM: Swift Memory Deduplication via Hierarchical and Adaptive Memory Region Distilling

UKSM: Swift Memory Deduplication via Hierarchical and Adaptive Memory Region Distilling UKSM: Swift Memory Deduplication via Hierarchical and Adaptive Memory Region Distilling Nai Xia* Chen Tian* Yan Luo + Hang Liu + Xiaoliang Wang* *: Nanjing University +: University of Massachusetts Lowell

More information

Power Consumption Reduction: Hot Spare

Power Consumption Reduction: Hot Spare Power Consumption Reduction: Hot Spare A Dell technical white paper Mark Muccini Wayne Cook Contents Executive summary... 3 Introduction... 3 Traditional power solutions... 3 Hot spare... 5 Hot spare solution...

More information

INSTALLATION USER MANUAL

INSTALLATION USER MANUAL INSTALLATION & USER MANUAL DYNAMIC LOAD MANAGEMENT -PREMIUM- This document is copyrighted, 2016 by Circontrol, S.A. All rights are reserved. Circontrol, S.A. reserves the right to make improvements to

More information

Preferred citation style for this presentation

Preferred citation style for this presentation Preferred citation style for this presentation Elvarsson, A. B.(2017) Modelling Urban Driving and Parking Behavior for Automated Vehicles, Seminar, Zürich, June 2017. 1 Modelling Urban Driving and Parking

More information

E-AMOM: AN ENERGY-AWARE MODELING AND OPTIMIZATION METHODOLOGY FOR SCIENTIFIC APPLICATIONS ON MULTICORE SYSTEMS

E-AMOM: AN ENERGY-AWARE MODELING AND OPTIMIZATION METHODOLOGY FOR SCIENTIFIC APPLICATIONS ON MULTICORE SYSTEMS E-AMOM: AN ENERGY-AWARE MODELING AND OPTIMIZATION METHODOLOGY FOR SCIENTIFIC APPLICATIONS ON MULTICORE SYSTEMS A Dissertation by CHARLES WESLEY LIVELY III Submitted to the Office of Graduate Studies of

More information

Simulation-based Transportation Optimization Carolina Osorio

Simulation-based Transportation Optimization Carolina Osorio Simulation-based Transportation Optimization Urban transportation 1 2016 EU-US Frontiers of Engineering Symposium Outline Next generation mobility systems Engineering challenges of the future Recent advancements

More information

Reciprocating Compressor Modeling: A Comparison between 3D-FSI and GT-SUITE 1D Simulation Results

Reciprocating Compressor Modeling: A Comparison between 3D-FSI and GT-SUITE 1D Simulation Results NIDEC CORPORATION Reciprocating Compressor Modeling: A Comparison between 3D-FSI and Simulation Results European GT Conference 2018 Eric Hisao Murakami Agenda Nidec Global Appliance: Company Overview Reciprocating

More information

Electrical Energy Engineering Program EEE

Electrical Energy Engineering Program EEE Faculty of Engineering Cairo University Credit Hours System Electrical Energy Engineering Program EEE June 2018 Electrical Engineers: What they do? Electrical engineers specify, design and supervise the

More information

Advanced SCADA systems for Energy management of electric buses

Advanced SCADA systems for Energy management of electric buses Advanced SCADA systems for Energy management of electric buses Balancing fleet charging for minimum consumption The management of charging of electric bus fleets requires using Energy Management Systems

More information

Avon Products, Inc. Particulars. RSPO Annual Communications of Progress Particulars Form. About Your Organisation. 1.1 Name of your organization

Avon Products, Inc. Particulars. RSPO Annual Communications of Progress Particulars Form. About Your Organisation. 1.1 Name of your organization Particulars About Your Organisation 1.1 Name of your organization Avon Products, Inc. 1.2 What is/are the primary activity(ies) or product(s) of your organization? Oil Palm Growers Palm Oil Processors

More information

HIGH REPETITION RATE CHARGING A MARX TYPE GENERATOR *

HIGH REPETITION RATE CHARGING A MARX TYPE GENERATOR * HIGH REPETITION RATE CHARGING A MARX TYPE GENERATOR * J. O'Loughlin ξ, J. Lehr, D. Loree Air Force Research laboratory, Directed Energy Directorate, 3550 Aberdeen Ave SE Kirtland AFB, NM, 87117-5776 Abstract

More information

P&G. Particulars. RSPO Annual Communications of Progress Particulars Form. About Your Organisation. 1.1 Name of your organization P&G

P&G. Particulars. RSPO Annual Communications of Progress Particulars Form. About Your Organisation. 1.1 Name of your organization P&G Particulars About Your Organisation 1.1 Name of your organization P&G 1.2 What is/are the primary activity(ies) or product(s) of your organization? Oil Palm Growers Palm Oil Processors and/or Traders Consumer

More information

Advanced Superscalar Architectures. Speculative and Out-of-Order Execution

Advanced Superscalar Architectures. Speculative and Out-of-Order Execution 6.823, L16--1 Advanced Superscalar Architectures Asanovic Laboratory for Computer Science M.I.T. http://www.csg.lcs.mit.edu/6.823 Speculative and Out-of-Order Execution Branch Prediction kill kill Branch

More information

Abstract. Executive Summary. Emily Rogers Jean Wang ORF 467 Final Report-Middlesex County

Abstract. Executive Summary. Emily Rogers Jean Wang ORF 467 Final Report-Middlesex County Emily Rogers Jean Wang ORF 467 Final Report-Middlesex County Abstract The purpose of this investigation is to model the demand for an ataxi system in Middlesex County. Given transportation statistics for

More information

Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment

Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment Preetika Kulshrestha, Student Member, IEEE, Lei Wang, Student Member, IEEE, Mo-Yuen Chow,

More information

Efficiency Matters for Mobility. Presented at A3PS ECO MOBILITY 2018 Vienna, Austria November 12 th and 13 th, 2018

Efficiency Matters for Mobility. Presented at A3PS ECO MOBILITY 2018 Vienna, Austria November 12 th and 13 th, 2018 Efficiency Matters for Mobility High-Performance, Ann M. Schlenker Agent-Based Director, Simulation Center for of Transportation Travelers Research and Transportation Argonne National Laboratory Systems

More information

C&I Rate Design for EVs

C&I Rate Design for EVs C&I Rate Design for EVs Flexible Rate Designs Bridging Private Sector and Utilities 20 June 2017 Michele Chait Director About E3! Headquartered in San Francisco, founded in 1989! Economics and grid impacts

More information

Trans-Asia Phils Manufacturing Industries Corporation

Trans-Asia Phils Manufacturing Industries Corporation Particulars About Your Organisation Organisation Name Trans-Asia Phils Manufacturing Industries Corporate Website Address Primary Activity or Product Processor and/or Trader Related Company(ies) Membership

More information

Machine Design Optimization Based on Finite Element Analysis using

Machine Design Optimization Based on Finite Element Analysis using Machine Design Optimization Based on Finite Element Analysis using High-Throughput Computing Wenying Jiang T.M. Jahns T.A. Lipo WEMPEC Y. Suzuki W. Taylor. JSOL Corp. UW-Madison, CS Dept. 07/10/2014 2014

More information

License Model Schedule Actuate License Models for the Open Text End User License Agreement ( EULA ) effective as of November, 2015

License Model Schedule Actuate License Models for the Open Text End User License Agreement ( EULA ) effective as of November, 2015 License Model Schedule Actuate License Models for the Open Text End User License Agreement ( EULA ) effective as of November, 2015 1) ACTUATE PRODUCT SPECIFIC SOFTWARE LICENSE PARAMETERS AND LIMITATIONS

More information

Scheduling for Wireless Energy Sharing Among Electric Vehicles

Scheduling for Wireless Energy Sharing Among Electric Vehicles Scheduling for Wireless Energy Sharing Among Electric Vehicles Zhichuan Huang Computer Science and Electrical Engineering University of Maryland, Baltimore County Ting Zhu Computer Science and Electrical

More information

Generation Interconnection Facilities Study For

Generation Interconnection Facilities Study For Generation Interconnection Facilities Study For Prepared for: Prepared by: SCE&G Transmission Planning May 27, 2015 TABLE OF CONTENTS General Discussion... Page 3 Generator Interconnection Specifications...

More information

Performance Characteristics of Hybrid MPI/OpenMP Implementations of NAS Parallel Benchmarks SP and BT on Large-Scale Multicore Supercomputers

Performance Characteristics of Hybrid MPI/OpenMP Implementations of NAS Parallel Benchmarks SP and BT on Large-Scale Multicore Supercomputers Performance Characteristics of Hybrid MPI/OpenMP Implementations of NAS Parallel Benchmarks SP and BT on Large-Scale Multicore Supercomputers Xingfu Wu Department of Computer Science and Engineering Institute

More information

Optimal Vehicle to Grid Regulation Service Scheduling

Optimal Vehicle to Grid Regulation Service Scheduling Optimal to Grid Regulation Service Scheduling Christian Osorio Introduction With the growing popularity and market share of electric vehicles comes several opportunities for electric power utilities, vehicle

More information

Parallelism I: Inside the Core

Parallelism I: Inside the Core Parallelism I: Inside the Core 1 The final Comprehensive Same general format as the Midterm. Review the homeworks, the slides, and the quizzes. 2 Key Points What is wide issue mean? How does does it affect

More information

July 17, Software and Systems Teach-in

July 17, Software and Systems Teach-in July 17, 2018 Software and Systems Teach-in Forward-looking statements This presentation, as well as other statements made by Delphi Technologies PLC (the Company ), contain forward-looking statements

More information

Fixing the Hyperdrive: Maximizing Rendering Performance on NVIDIA GPUs

Fixing the Hyperdrive: Maximizing Rendering Performance on NVIDIA GPUs Fixing the Hyperdrive: Maximizing Rendering Performance on NVIDIA GPUs Louis Bavoil, Principal Engineer Booth #223 - South Hall www.nvidia.com/gdc Full-Screen Pixel Shader SM TEX L2 DRAM CROP SM = Streaming

More information

BC Hydro OATT - Balancing Area Transmission Service Workshop. January 20, 2014

BC Hydro OATT - Balancing Area Transmission Service Workshop. January 20, 2014 T BC Hydro OATT - Balancing Area Transmission Service Workshop January 20, 2014 1 AGENDA Topic Time Speaker Welcome and Introduction 09:00 09:15 Gord Doyle Background 09:15 10:00 Martin Huang Enforcement

More information

2015 Grid of the Future Symposium

2015 Grid of the Future Symposium 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http ://www.cigre.org 2015 Grid of the Future Symposium Flexibility in Wind Power Interconnection Utilizing Scalable Power Flow Control P. JENNINGS,

More information

Decision on Merced Irrigation District Transition Agreement

Decision on Merced Irrigation District Transition Agreement California Independent System Operator Corporation Memorandum To: ISO Board of Governors From: Karen Edson, Vice President Policy & Client Services Date: March 13, 2013 Re: Decision on Merced Irrigation

More information

Targeting Energy Efficiency and Demand Response Projects. Sam Borgeson Energy and Resource Group UC Berkeley

Targeting Energy Efficiency and Demand Response Projects. Sam Borgeson Energy and Resource Group UC Berkeley Targeting Energy Efficiency and Demand Response Projects Sam Borgeson Energy and Resource Group UC Berkeley sborgeson@berkeley.edu EE and DR definitions (for this talk) Energy Efficiency is a permanent*

More information

Accelerating the Development of Expandable Liner Hanger Systems using Abaqus

Accelerating the Development of Expandable Liner Hanger Systems using Abaqus Accelerating the Development of Expandable Liner Hanger Systems using Abaqus Ganesh Nanaware, Tony Foster, Leo Gomez Baker Hughes Agenda Introduction Liner Hanger System FEA objectives and FE Analysis

More information

Hybrid Wind Solar Generator

Hybrid Wind Solar Generator Jerry Bell Resource Adequacy Planning Department Planning Committee December 14th, 2017 How did this concept arise? Wind units rarely use their full inverter capability If wind units capacity factors in

More information

Digital Shaping and Optimization of Fuel Injection Pattern for a Common Rail Automotive Diesel Engine through Numerical Simulation

Digital Shaping and Optimization of Fuel Injection Pattern for a Common Rail Automotive Diesel Engine through Numerical Simulation Digital Shaping and Optimization of Fuel Injection Pattern for a Common Rail Automotive Diesel Engine through Numerical Simulation European GT Conference 2017 - Frankfurt am Main Politecnico di Torino:

More information

Offshore Application of the Flywheel Energy Storage. Final report

Offshore Application of the Flywheel Energy Storage. Final report Page of Offshore Application of the Flywheel Energy Storage Page 2 of TABLE OF CONTENTS. Executive summary... 2 2. Objective... 3 3. Background... 3 4. Project overview:... 4 4. The challenge... 4 4.2

More information

Colgate-Palmolive Company

Colgate-Palmolive Company Particulars About Your Organisation 1.1 Name of your organization Colgate-Palmolive Company 1.2 What is/are the primary activity(ies) or product(s) of your organization? Oil Palm Growers Palm Oil Processors

More information

Optimization of Distributed Energy Resources with Energy Storage and Customer Collaboration

Optimization of Distributed Energy Resources with Energy Storage and Customer Collaboration Optimization of Distributed Energy Resources with Energy Storage and Customer Collaboration NOVEMBER 2014 Jon Hawkins Manager, Advanced Technology and Strategy NOVEMBER 2014 PNM SERVICE TERRITORY 2,572

More information

JMS Performance Comparison Performance Comparison for Publish Subscribe Messaging

JMS Performance Comparison Performance Comparison for Publish Subscribe Messaging JMS Performance Comparison Performance Comparison for Publish Subscribe Messaging Entire contents 2002 2011, Fiorano Software and Affiliates. All rights reserved. Reproduction of this document in any form

More information

Tomasulo-Style Register Renaming

Tomasulo-Style Register Renaming Tomasulo-Style Register Renaming ldf f0,x(r1) allocate RS#4 map f0 to RS#4 mulf f4,f0, allocate RS#6 ready, copy value f0 not ready, copy tag Map Table f0 f4 RS#4 RS T V1 V2 T1 T2 4 REG[r1] 6 REG[] RS#4

More information

Non-wire Methods for Transmission Congestion Management through Predictive Simulation and Optimization

Non-wire Methods for Transmission Congestion Management through Predictive Simulation and Optimization Non-wire Methods for Transmission Congestion Management through Predictive Simulation and Optimization Presented by Ruisheng Diao, Ph.D., P.E. Senior Research Engineer Electricity Infrastructure Pacific

More information

XLNT BIOFUEL SDN. BHD.

XLNT BIOFUEL SDN. BHD. Particulars About Your Organisation Organisation Name XLNT BIOFUEL SDN. BHD. Corporate Website Address www.xlntbiofuel.com Primary Activity or Product Processor and/or Trader Related Company(ies) Membership

More information

TRAFFIC IMPACT STUDY VICDOM BROCK ROAD PIT EXPANSION

TRAFFIC IMPACT STUDY VICDOM BROCK ROAD PIT EXPANSION TRAFFIC IMPACT STUDY VICDOM BROCK ROAD PIT EXPANSION TOWNSHIP OF UXBRIDGE P/N 05-1993 June 2011 Revised -August 2011 Prepared by: Skelton, Brumwell & Associates Inc. 93 Bell Farm Road, Suite 107 Barrie,

More information

Industrial Use of EsDs ETP4HPC Workshop 22 June 2017 Frankfurt DLR CFD Solver TAU & Flucs for external Aerodynamic

Industrial Use of EsDs ETP4HPC Workshop 22 June 2017 Frankfurt DLR CFD Solver TAU & Flucs for external Aerodynamic Industrial Use of EsDs ETP4HPC Workshop 22 June 2017 Frankfurt DLR CFD Solver TAU & Flucs for external Aerodynamic Thomas Gerhold Institute of Aerodynamics and Flow Technology German Aerospace Center (DLR)

More information

Auc2Charge: An Online Auction Framework for Electric Vehicle Park-and-Charge

Auc2Charge: An Online Auction Framework for Electric Vehicle Park-and-Charge Auc2Charge: An Online Auction Framework for Electric Vehicle Park-and-Charge Qiao Xiang 1, Fanxin Kong 1, Xue Liu 1, Xi Chen 1, Linghe Kong 1 and Lei Rao 2 1 School of Computer Science, McGill University

More information

DRAFT Evaluation Scores. Transit

DRAFT Evaluation Scores. Transit DRAFT Evaluation s The criteria for evaluating applications for new funding commitments are used to measure how well they advance the six goals identified for the MTP. Through transportation: Reduce per

More information

The Fair Distribution of Power to Electric Vehicles: An Alternative to Pricing

The Fair Distribution of Power to Electric Vehicles: An Alternative to Pricing Accepted by IEEE SmartGridComm Conf. The Fair Distribution of Power to Electric Vehicles: An Alternative to Pricing Yingjie Zhou *,,, Member, IEEE, Nicholas Maxemchuk,#, Fellow, IEEE, Xiangying Qian, and

More information

Tactical Technology Office. Tactical Technology Office. Programs. DARPATech 2000 Dr. David Whelan Director Whelan Darpatech

Tactical Technology Office. Tactical Technology Office. Programs. DARPATech 2000 Dr. David Whelan Director Whelan Darpatech Programs DARPATech 2000 Dr. David Whelan Director dwhelan@darpa.mil Global Surveillance Land Systems Aerospace Systems Embedded Processing & Control Global Surveillance Objectives: Birth-to-Death Track

More information

ARC-H: Adaptive replacement cache management for heterogeneous storage devices

ARC-H: Adaptive replacement cache management for heterogeneous storage devices Journal of Systems Architecture 58 (2012) ARC-H: Adaptive replacement cache management for heterogeneous storage devices Young-Jin Kim, Division of Electrical and Computer Engineering, Ajou University,

More information

IBM x3850 X5 Energy Efficiency Leadership

IBM x3850 X5 Energy Efficiency Leadership IBM x3850 X5 Energy Efficiency Leadership Ted Howard 5/4/2011 x3850 X5 Energy Efficiency Leadership x3850 Has Demonstrated Leadership With Energy Consumption and Efficiency Performance Over The Predecessor

More information

Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding. September 25, 2009

Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding. September 25, 2009 Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding September 25, 2009 Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding Background

More information

BLUECAT ENTERPRISE DNS

BLUECAT ENTERPRISE DNS Data Sheet (China) DNS, DHCP and IP Address Management Solutions BLUECAT ENTERPRISE DNS BlueCat enables Enterprise DNS for the world s largest and most advanced organizations through innovative, software-centric

More information

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems

Discovery of Design Methodologies. Integration. Multi-disciplinary Design Problems Discovery of Design Methodologies for the Integration of Multi-disciplinary Design Problems Cirrus Shakeri Worcester Polytechnic Institute November 4, 1998 Worcester Polytechnic Institute Contents The

More information

Tragedy of the Coulombs

Tragedy of the Coulombs Tragedy of the Coulombs Federating Energy Storage for Tiny, Intermittently-Powered Sensors Josiah Hester Lanny Sitanayah Jacob Sorber SenSys 15 November 2, 215 Sensing 2 3 This Talk 1. Batteryless sensing

More information

Inventory Routing for Bike Sharing Systems

Inventory Routing for Bike Sharing Systems Inventory Routing for Bike Sharing Systems mobil.tum 2016 Transforming Urban Mobility Technische Universität München, June 6-7, 2016 Jan Brinkmann, Marlin W. Ulmer, Dirk C. Mattfeld Agenda Motivation Problem

More information

BASF SE. Particulars. RSPO Annual Communications of Progress About Your Organisation. Membership. Particulars Form Page 1/1.

BASF SE. Particulars. RSPO Annual Communications of Progress About Your Organisation. Membership. Particulars Form Page 1/1. Particulars About Your Organisation Organisation Name BASF SE Corporate Website Address Primary Activity or Product Processor and/or Trader Related Company(ies) Company Primary Activity RSPO Member Plantation?

More information

Improving Transmission Asset Utilization Through Advanced Mathematics and Computing

Improving Transmission Asset Utilization Through Advanced Mathematics and Computing Engineering Conferences International ECI Digital Archives Modeling, Simulation, And Optimization for the 21st Century Electric Power Grid Proceedings Fall 10-22-2012 Improving Transmission Asset Utilization

More information

Understanding Impacts of Distributed Solar Generation on Cost Recovery and Rates IAMU Annual Energy Conference Preconference Seminar

Understanding Impacts of Distributed Solar Generation on Cost Recovery and Rates IAMU Annual Energy Conference Preconference Seminar Understanding Impacts of Distributed Solar Generation IAMU Annual Energy Conference Preconference Seminar David A. Berg, PE Principal November 3, 2015 Your Presenter David Berg, PE Principal Dave Berg

More information

Merger of the generator interconnection processes of Valley Electric and the ISO;

Merger of the generator interconnection processes of Valley Electric and the ISO; California Independent System Operator Corporation Memorandum To: ISO Board of Governors From: Karen Edson Vice President, Policy & Client Services Date: August 18, 2011 Re: Decision on Valley Electric

More information

Consumer Goods Manufacturers Operational Profile 1. Main activities within manufacturing Biofuels Operations and Certification Progress 2. Do you have

Consumer Goods Manufacturers Operational Profile 1. Main activities within manufacturing Biofuels Operations and Certification Progress 2. Do you have Neste Oil Corporation Particulars Organisation Name Corporate Website Address Primary Activity or Product Related Company(ies) Neste Oil Corporation http://www.nesteoil.com/ Manufacturer None Country Operations

More information

Palm Oil Processors and Traders Operational Profile 1.1 Please state your main activity(ies) within the supply chain Post-refinery processor Ingredien

Palm Oil Processors and Traders Operational Profile 1.1 Please state your main activity(ies) within the supply chain Post-refinery processor Ingredien Particulars About Your Organisation Organisation Name BASF SE Corporate Website Address Primary Activity or Product Processor and/or Trader Related Company(ies) Company Primary Activity RSPO Member Membership

More information

Palm Oil Processors and Traders Operational Profile 1. What are the main activities of your organisation? Refiner of CPO and CPKO Other: Operations an

Palm Oil Processors and Traders Operational Profile 1. What are the main activities of your organisation? Refiner of CPO and CPKO Other: Operations an Palmaju Edible Oil Sdn. Bhd. Particulars Organisation Name Palmaju Edible Oil Sdn. Bhd. Corporate Website Address Primary Activity or Product Related Company(ies) Country Operations Processor and/or Trader

More information

Abstract. Background and Study Description

Abstract. Background and Study Description OG&E Smart Study TOGETHER: Technology-Enabled Dynamic Pricing Impact Evaluation Craig Williamson, Global Energy Partners, an EnerNOC Company, Denver, CO Katie Chiccarelli, OG&E, Oklahoma City, OK Abstract

More information

HybridCuts: A Scheme Combining Decomposition and Cutting for Packet Classification

HybridCuts: A Scheme Combining Decomposition and Cutting for Packet Classification HybridCuts: A Scheme Combining Decomposition and Cutting for Packet Classification Wenjun Li Xianfeng Li School of Electronic and Computer Engineering (ECE) Peking University IEEE Hot Interconnects 21

More information

If a customer arrives and finds both servers busy, there is a 25% probability that he departs without entering the queue.

If a customer arrives and finds both servers busy, there is a 25% probability that he departs without entering the queue. If a customer arrives and finds both servers busy, there is a 25% probability that he departs without entering the queue. Dennis L. Bricker Dept of Mechanical & Industrial Engineering The University of

More information

Velocity Optimization of Pure Electric Vehicles with Traffic Dynamics Consideration

Velocity Optimization of Pure Electric Vehicles with Traffic Dynamics Consideration Velocity Optimization of Pure Electric Vehicles with Traffic Dynamics Consideration Liuwang Kang, Haiying Shen, and Ankur Sarker Department of Computer Science, University of Virginia Outline Introduction

More information

Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management

Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management 07-01-15 Delft University of Technology Challenge the future Demand

More information

SHOULDER TO SHOULDER. The case for paralleling generator sets

SHOULDER TO SHOULDER. The case for paralleling generator sets SHOULDER TO SHOULDER The case for paralleling generator sets Your operation. Your decision. Cat expertise. Your Cat Dealer knows when multiple units make more sense than one. Power systems requirements

More information

Состояние и перспективы развития интегрированной модульной авионики

Состояние и перспективы развития интегрированной модульной авионики Международная конференция Состояние и перспективы развития интегрированной модульной авионики MASIW: Model Based Toolset for IMA System Design and Integration Alexey Khoroshilov (ISPRAS) Москва, 29-30

More information

RDT&E BUDGET ITEM JUSTIFICATION SHEET (R-2 Exhibit) February 2003

RDT&E BUDGET ITEM JUSTIFICATION SHEET (R-2 Exhibit) February 2003 COST ($ in Thousands) FY 2002 Actual FY 2003 FY 2004 FY 2005 FY 2006 FY 2007 FY 2008 FY 2009 Cost to Complete Total Cost 4037 SEEK EAGLE Certifications 16,521 16,792 19,587 23,220 21,210 18,357 21,722

More information

Downtown One Way Street Conversion Technical Feasibility Report

Downtown One Way Street Conversion Technical Feasibility Report Downtown One Way Street Conversion Technical Feasibility Report As part of the City s Transportation Master Plan, this report reviews the technical feasibility of the proposed conversion of the current

More information

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM 2011 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) MINI-SYMPOSIUM AUGUST 9-11 DEARBORN, MICHIGAN INTELLIGENT ENERGY MANAGEMENT IN

More information

COMPANY INTRO. PowerCore Engineering

COMPANY INTRO. PowerCore Engineering PowerCore Engineering COMPANY INTRO PowerCore is a Power Distribution System Engineering Company and a turnkey Automated Systems Integrator based in London Ontario. We specialize in Power Systems Engineering

More information

Code-Aster parallel performance benchmark: a comparison with Abaqus

Code-Aster parallel performance benchmark: a comparison with Abaqus Code-Aster parallel performance benchmark: a comparison with Abaqus J. Cugnoni, LMAF EPFL, Switzerland, 7-05, joel.cugnoni@epfl.ch based on the models developed by D. Comment during his Master work @ Georg

More information

Accelerating the Development of Expandable Liner Hanger Systems using Abaqus

Accelerating the Development of Expandable Liner Hanger Systems using Abaqus Accelerating the Development of Expandable Liner Hanger Systems using Abaqus Ganesh Nanaware, Tony Foster, Leo Gomez Baker Hughes Incorporated Abstract: Developing an expandable liner hanger system for

More information

Drowsy Caches Simple Techniques for Reducing Leakage Power Krisztián Flautner Nam Sung Kim Steve Martin David Blaauw Trevor Mudge

Drowsy Caches Simple Techniques for Reducing Leakage Power Krisztián Flautner Nam Sung Kim Steve Martin David Blaauw Trevor Mudge Drowsy Caches Simple Techniques for Reducing Leakage Power Krisztián Flautner Nam Sung Kim Steve Martin David Blaauw Trevor Mudge krisztian.flautner@arm.com kimns@eecs.umich.edu stevenmm@eecs.umich.edu

More information