Techniques to Measure, Model, and Manage Power

Total Page:16

File Type:pdf, Size:1020Kb

Techniques to Measure, Model, and Manage Power CHAPTER TWO Techniques to Measure, Model, and Manage Power Bhavishya Goel, Sally A. McKee, and Magnus Själander Computer Science and Engineering, Chalmers University of Technology, 412 96 Gothenburg, Sweden Contents 1. Introduction 8 2. Problem Statement 10 3. Empirical Power Measurement 12 3.1 Measurement Techniques 13 3.1.1 At the Wall Outlet 13 3.1.2 At the ATX Power Rails 14 3.1.3 At the Processor Voltage Regulator 17 3.2 Experimental Results 19 3.3 Further Reading 22 4. Power Estimation 23 4.1 Power Modeling Techniques 24 4.1.1 Performance Monitoring Counters 24 4.1.2 PMC Access 25 4.1.3 Counter Selection 26 4.1.4 Model Formation 32 4.2 Secondary Aspects of Power Modeling 34 4.2.1 Temperature Effects 34 4.2.2 Effects of Dynamic Voltage and Frequency Scaling 37 4.2.3 Effects of Simultaneous Multithreading 38 4.3 Validation 39 5. Power-Aware Resource Management 42 5.1 Sample Policies 44 5.2 Experimental Setup 45 5.3 Results 46 5.4. Further Reading 48 6. Discussion 49 References 50 Advances in Computers, Volume 87 © 2012 Elsevier Inc. ISSN 0065-2458, http://dx.doi.org/10.1016/B978-0-12-396528-8.00002-X All rights reserved. 7 8 Bhavishya Goel et al. Abstract Society’s increasing dependence on information technology has resulted in the deployment of vast compute resources. The energy costs of operating these resources coupled with environmental concerns have made energy-aware computing one of the primary challenges for the IT sector. Making energy-efficient computing a rule rather than an exception requires that researchers and system designers use the right set of techniques and tools. These involve measuring, analyzing, and controlling the energy expenditure of computers at varying degrees of granularity. In this chapter, we pres- ent techniques to measure power consumption of computer systems at various levels and to compare their effectiveness. We discuss methodologies to estimate processor power consumption using performance-counter-based power modeling and show how the power models can be used for power-aware scheduling. Armed with such techniques and methodologies, we as a research and development community can better address challenges in power-aware management. 1. INTRODUCTION Green Computing has become much more than a buzz phrase. The greening of the Information and Communication Technology (ICT) sector has grown into a significant movement among manufacturers and service providers. Even end users are rising to the challenge of creating a green society and sustainable environment in which our development and use of information technology can still flourish. Environmental legisla- tion and rising operational and waste disposal costs obviously lend force to this movement, but so do public perceptions and corporate images. For instance, environmental concerns have a growing impact on the ICT industry’s products and services, and they increasingly influence the choices that ICT organizations make (environmental criteria are now among the top buying criteria for ICT-related goods and services). Most ICT providers now prioritize choices that reduce long-term, negative environmental impact instead of just reducing operational costs. Over a computing system’s lifetime, the array of costs includes design, verification, manufacturing, deployment, operation, maintenance, retirement, disposal, and recycling. All of these include an ICT component, themselves. Green ICT thus spans: • environmental risk mitigation; • green metrics, assessment tools, and methodologies; • energy-efficient computing and power management; • data center design and location; • environmentally responsible disposal and recycling; and • legislative compliance. Techniques to Measure, Model, and Manage Power 9 Murugesan notes that each personal computer in use in 2008 was responsible for generating about a ton of carbon dioxide per year [33]. In 2007–2008, multiple independent studies calculated the global ICT foot- print to be 2% [50] of the total emissions from all human activity. While the growing ICT sector’s global emissions will continue to rise (by a pro- jected 6% per annum through the year 2020 [50]), increases in products and services and advances in technology will potentially bring about greater reductions in other sectors. The implications of Green Computing thus reach far beyond the ICT sector itself. One factor in this growing carbon footprint is the steadily increasing amount of total electrical energy expended by ICT. As computer system architects, the obvious first step that system designers can take toward addressing the larger problem of total emissions footprint is to reduce operational power consumption. Although power efficiency is but one aspect of this multifaceted environmental problem, the design of more power-efficient systems will help inform solutions that impact other aspects. The most robust solutions are likely to come from hardware/ software codesign to create hardware that provides more real-time power consumption information to software that can leverage that information to save power throughout the system. Until such combined solutions exist, though, we still need to reduce power consumption of existing platforms. This chapter discusses an approach to achieving this reduction for current systems. Power-aware resource management requires introspection into the dynamic behavior of the system. In Section 2, we first discuss some of the challenges to obtaining this information. Our solution is to use performance monitoring counters (PMCs). Such counters are nearly ubiquitous in current platforms, and they provide the best available introspection into computational and system activity. We use PMC values to build per-core power consumption models that can then be used to generate power estimates to drive resource management decisions. For such models to be useful, we must verify their accuracy, which requires a means to measure dynamic power consumption. In Section 3, we thus describe a set of power-measurement techniques and discuss their pros and cons with respect to their use in better resource management. In Section 4, we set the context by surveying previous power modeling work before explaining our methodology in detail. In Section 5, we present a case study of power management techniques that leverage this methodology. 10 Bhavishya Goel et al. 2. PROBLEM STATEMENT Power consumption has joined performance as a first-class metric for dictating system design and performance specifications [32]. Efficient use of available system resources requires balancing power consumption and per- formance requirements. To make power-aware decisions, system resource managers require real-time information about power consumption and temperature, preferably at the granularity of individual resources. In a chip multiprocessor (CMP), power consumption for different cores may vary widely, depending on the properties of the code they execute. Armed with information about power usage, task schedulers, hypervisors, and operating systems can make better decisions for how to execute a given workload efficiently. Unfortunately, most available hardware lacks the on-die infrastructure for sensing current consumption, largely due to the hardware costs and the intrusive nature of the sensing techniques. Even when such sensing capabilities exist, the information they provide is rarely made available to software. For example, the Intel® Core™ i7 [14] processor employs power monitoring hardware on-chip to enable its Turbo Boost technology. But this interface is only available to and used only by the hardware for selectively and temporarily increasing chip performance. External power meters can be used to measure total system power. Digital multimeters can be used to further isolate CPU power from system power, but their use requires access to the power rails coming out of the power sup- ply unit (PSU). Intel’s Node Manager [19] can be used in combination with certain Intel® Xeon® processors to measure power and to control power dis- sipation. This technique can report both system-wide as well as processor and memory system power consumption. However, the above techniques lack functionality to provide power consumption at the granularity of devices, such as cores, integer units, floating-point units, or caches. Intel’s Sandy Bridge microarchitecture can measure power at the core level [38]. Their power-measurement techniques are based on the same methodology as pre- sented in this chapter. They use microarchitectural events that are multiplied with energy weights and then summed together to form the power of a core or of the complete CPU. This technique does not provide insights into power dissipation, as it is proprietary, and only the end result can be read from soft- ware. Furthermore, it is limited to a specific processor model. System simulators [10] are used at design time to obtain detailed and decomposable information about component power consumption. Most of the architectural power models used in such simulators are prone to error [22], Techniques to Measure, Model, and Manage Power 11 and thus obtaining accurate power models for off-the-shelf commercial pro- cessors can be difficult, even impossible. Furthermore, simulators suffer very long running times. Finally, these tools must be used offline, and they provide little useful information for online power estimation of arbitrary applications. A viable alternative is to create power models that can be computed in real time and whose results can be made available to the appropriate software
Recommended publications
  • Low-Power Computing
    LOW-POWER COMPUTING Safa Alsalman a, Raihan ur Rasool b, Rizwan Mian c a King Faisal University, Alhsa, Saudi Arabia b Victoria University, Melbourne, Australia c Data++, Toronto, Canada Corresponding email: [email protected] Abstract With the abundance of mobile electronics, demand for Low-Power Computing is pressing more than ever. Achieving a reduction in power consumption requires gigantic efforts from electrical and electronic engineers, computer scientists and software developers. During the past decade, various techniques and methodologies for designing low-power solutions have been proposed. These methods are aimed at small mobile devices as well as large datacenters. There are techniques that consider design paradigms and techniques including run-time issues. This paper summarizes the main approaches adopted by the IT community to promote Low-power computing. Keywords: Computing, Energy-efficient, Low power, Power-efficiency. Introduction In the past two decades, technology has evolved rapidly affecting every aspect of our daily lives. The fact that we study, work, communicate and entertain ourselves using all different types of devices and gadgets is an evidence that technology is a revolutionary event in the human history. The technology is here to stay but with big responsibilities comes bigger challenges. As digital devices shrink in size and become more portable, power consumption and energy efficiency become a critical issue. On one end, circuits designed for portable devices must target increasing battery life. On the other end, the more complex high-end circuits available at data centers have to consider power costs, cooling requirements, and reliability issues. Low-power computing is the field dedicated to the design and manufacturing of low-power consumption circuits, programming power-aware software and applying techniques for power-efficiency [1][2].
    [Show full text]
  • Green Computing: Barriers and Benefits
    International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 3 (2017), pp. 339-342 © Research India Publications http://www.ripublication.com Green Computing: Barriers and Benefits 1Monika, 2Jyoti Yadav, 3Muskan and 4Romika Yadav 1,3,4 Indira Gandhi University, Meerpur, Haryana, India 2Deenbandhu Chhoturam University of Science & Technology, Murthal, Haryana, India Abstract Green computing provide reusability of resources that are currently used by various technologies. Green computing is responsible for environmentally and eco-friendly use of computer and their resources. So it defines the study of engineering, manufacturing, designing and using disposing computing devices in such a way that help to reduce their impact on environment. This provides an idea about why we use green computing and their barriers in implementing green computing. Subsequently benefits and their implementations technologies of green computing are proposed. Keywords: Reusability, Technology, Resources, Manufacturing. 1. INTRODUCTION Green computing sometimes also called Green Technology. In the green computing we use computer and its related other resources such as monitor, printer, hard disk, floppy disk, networking in very efficiently manner which has less impact on the environment. Green computing is about eco-friendly use of computer. Green computing is important for all type of system. It is important for handheld system to large scale data centre[1]. Many IT companies have been start the use of green computing to reduce the environment impact of their IT operations[2].Green computing is the emerging practice of using computing and information technology resources more efficiently while maintaining or improving overall performance. The concept identifies the barriers and benefits of green computing 340 Monika, Jyoti Yadav, Muskan and Romika Yadav Green computing is an environment friendly approach to manage information and communication technology.
    [Show full text]
  • Green Computing Beyond the Data Center
    An IT Briefing produced by Green Computing Beyond the Data Center Sponsored By: Green Computing Beyond the Data Center By Helen Cademartori © 2007 TechTarget Author: Helen Cademartori Sr. IT Business Manager, Board Member CTB BIO Helen Cademartori is a member of the board of CTB. She has worked for a number of organizations across several industries, including health care, finance, and education, in the Northern California area, where there is a deep commitment to transforming and conserving energy usage in computing. This IT Briefing is based on a Faronics/TechTarget Webcast, “Green Computing Beyond the Data Center.” This TechTarget IT Briefing covers the following topics: • Introduction . 1 • Data Centers: Some Surprising Statistics . 1 • Power Usage: 2007. 1 • Projected Power Usage: 2011 . 1 • Beyond the Data Center: “Desktop Warming” . 1 • Actions to Take to Combat Desktop Warming . .2 • Measure Power Usage . .2 • Become ENERGY STAR-Compliant . .2 • Educate End Users . 3 • Let Your PC Sleep . 3 • Set Energy Reduction Goals. 3 • Report Back on Energy Saving Measures . 3 • Resources Available from Faronics Corporation and Others . 3 • Summary . 4 Copyright © 2007 Faronics. All Rights Reserved. Reproduction, adaptation, or translation without prior written permission is prohibited, except as allowed under the copyright laws. About TechTarget IT Briefings TechTarget IT Briefings provide the pertinent information that senior-level IT executives and managers need to make educated purchasing decisions. Originating from our industry-leading Vendor Connection and Expert Webcasts, TechTarget-produced IT Briefings turn Webcasts into easy-to-follow technical briefs, similar to white papers. Design Copyright © 2004–2007 TechTarget. All Rights Reserved. For inquiries and additional information, contact: Dennis Shiao Director of Product Management, Webcasts [email protected] Green Computing Beyond the Data Center Introduction comparison, the current annual power consumed by data centers would be sufficient to desalinate enough This document explains “green” computing.
    [Show full text]
  • A Study of Power Management Techniques in Green Computing Sadia Anayat
    I.J. Education and Management Engineering, 2020, 3, 42-51 Published Online June 2020 in MECS (http://www.mecs-press.net) DOI: 10.5815/ijeme.2020.03.05 Available online at http://www.mecs-press.net/ijem A Study of Power Management Techniques in Green Computing Sadia Anayat Govt. College Woman University Sialkot Received: 06 April 2020; Accepted: 13 May 2020; Published: 08 June 2020 Abstract Cloud computing is a mechanism for allowing effective, easy and on-demand network access to a shared pool of computer resources. Instead of storing data on PCs and upgrading softwares to match your requirements, the internet services are used to save data or use its apps remotely. It perform the function of processing and storing a database to provide consumers with versatility. For specialized computational needs, the supercomputers are used in cloud computing. Because of execution of such high performances computers, a great deal of power devoured and the result is that certain dangerous gases are often emitted in a comparable amounts of energy. Green computing is the philosophy that aim to restrict this technique by introducing latest models that would work effectively while devouring less resources and having less people. The basic goal of this study is to discuss the techniques of green computing for achieving low power consumption. We analyze multiple power management techniques used in the virtual enviroment and further green computing uses are mentioned. The advantages of green computing discussed in this study have shown that it help in cutting cost of companies, save enviroment and maintain its sustainability. This work suggested that researchers are becoming ever more invloved in green computing technology.
    [Show full text]
  • Green Computing- a Case for Data Caching and Flash Disks?
    GREEN COMPUTING- A CASE FOR DATA CACHING AND FLASH DISKS? Karsten Schmidt, Theo Härder, Joachim Klein, Steffen Reithermann University of Kaiserslautern, Gottlieb-Daimler-Str., 67663 Kaiserslautern, Germany {kschmidt, haerder, jklein, reitherm}@informatik.uni-kl.de Keywords: Flash memory, flash disks, solid state disk, data caching, cache management, energy efficiency. Abstract: Green computing or energy saving when processing information is primarily considered a task of processor development. However, this position paper advocates that a holistic approach is necessary to reduce power consumption to a minimum. We discuss the potential of integrating NAND flash memory into DB-based ar- chitectures and its support by adjusted DBMS algorithms governing IO processing. The goal is to drastically improve energy efficiency while comparable performance as is disk-based systems is maintained. 1 INTRODUCTION personal digital assistants (PDAs), pocket PCs, or digital cameras and provides the great advantage of Recently, green computing gained a lot of attention zero-energy needs, when idle or turned off. In these and visibility also triggered by public discussion cases, flash use could be optimally configured to concerning global warming due to increased CO2 typical single-user workloads known in advance. emissions. It was primarily addressed by enhanced However, not all aspects count for DB servers and research and development efforts to reduce power not all DBMS algorithms can be directly applied usage, heat transmission, and, in turn, cooling
    [Show full text]
  • Green Computing: Techniques and Challenges in Creating Friendly Computing Environments in Developing Economies
    International Journal of Research and Scientific Innovation (IJRSI) | Volume VII, Issue IX, September 2020 | ISSN 2321–2705 Green Computing: Techniques and Challenges in Creating Friendly Computing Environments in Developing Economies Kadima Victor Chitechi Masinde Muliro University of Science & Technology, Kenya Abstract: The adoption of ICT’s has currently realised adoption of the technique, most electronic consumers have advancements in technologies such as faster internet connectivity implemented their devices to run on sleep mode (Sidhu, has changed the way we live, work, learn and play , it is affecting 2016). our environment in several ways. Today use of ICT has enabled and created many opportunities for employment round the This concept of green computing can be used in globe, as the computer literacy becomes a prerequisite condition environmental science to offer economically possible for sustenance in almost every sector. Besides this, ICT has solutions for conserving natural resources. Green computing impacted both positively and negatively on our environment. To is designing, manufacturing, using and disposing of computers grow awareness about environmental impact of computing, and its resources efficiently with minimal or no impact on green technology is gaining increasing importance. Green ICT as environment) (Sidhu, 2016). The goals of Green computing a concept has been popularized to achieve energy efficiency and minimize consumption of energy by e-equipment. Climate are to manage the power and energy efficiency, choice of eco- change is one of the main environmental concerns being friendly hardware and software, and recycling the material to addressed globally; our environment has been changing thus increase. Green computing, also called green technology, is posted more worrying because it is impossible to predict exactly the environmentally sustainable use of computers and related how it will develop and what the consequences will be.
    [Show full text]
  • A Survey of Resource Scheduling Algorithms in Green Computing
    Arshjot Kaur et al, / (IJCSIT) International Journal of Computer Science and Information Technologies, Vol. 5 (4) , 2014, 4886-4890 A Survey of Resource Scheduling Algorithms in Green Computing Arshjot Kaur, Supriya Kinger Department of Computer Science and Engineering, SGGSWU, Fatehgarh Sahib, Punjab, India (140406) Abstract-Cloud computing has emerged as an optimal way of C. Cloud service models sharing and providing resources over the internet. Its service models have helped a lot in providing sources easily to the users. Green computing is now gaining a lot of importance and is an intense situation where all the major issues need to be resolved. Rapid growth of the internet, increasing cooling requirements and increased rate of power has led to adoption of green computing. Implementation of green computing has become important so as to secure the environment. Emphasis has been laid on virtualisation, power management, material recycling and telecommunicating. Still,a lot needs to be done. The work habits of computer users and business can be modified to minimise adverse impact on the global environment. Job scheduling is one of the challenging issues in Figure 1.Cloud service models green computing. A lot of work needs to be done on deciding Figure 1 explains the following: the priority of jobs and time issues so as to provide efficient 1. Infrastructure as a service (Iaas): It is the first layer of execution of user jobs. Assigning the right priority with loud computing. This model helps in managing our reduced time and less energy consumption needs to be focussed on. applications, data operating system, middleware and runtime.
    [Show full text]
  • Green Computing As a Mandatory Revolution for Proper End-Of-Life
    Journal of Information and Operations Management ISSN: 0976–7754 & E-ISSN: 0976–7762 , Volume 3, Issue 1, 2012, pp-174– 177 Available online at http://www.bioinfo.in/contents.php?id=55 GREEN COMPUTING AS A MANDATORY REVOLUTION FOR PROPER END-OF-LIFE PRAVEEN TRIPATHI Department of Computer Science, Institute of Hotel Management Studies, BEL Road, Balbhadrapur, Kotdwara Uttarakhand, 246149 *Corresponding Author: Email- [email protected] Received: December 12, 2011; Accepted: January 15, 2012 Abstract- Green computing is the study and realization of using computing resources efficiently as well as eco-friendly. Computers certainly make up a large part of many people lives and traditionally are extremely damaging to the environment. Manufacturers of computer and its parts have been espousing the green cause to help protect environment from computers and e-waste in any way. Probably the Energy Star has probably initiated the “green computing” movement by sustaining the control on the use of toxic materials, conserving the energy wasted by computer like machines at idle time. This article is obviously an effort to spread out the basic need of green computing to protect the envi- ronment. Keywords- Green Computing, Landfill, E-waste, EPEAT, Recycling, EUP, Green browsers, Green search engine, Green computing certifica- tion etc. Citation: Praveen Tripathi (2012) Green Computing as a mandatory revolution for proper end-of-life. Journal of Information and Operations Management ISSN: 0976–7754 & E-ISSN: 0976–7762, Volume 3, Issue 1, pp-174-177. Copyright: Copyright© 2012 Praveen Tripathi . This is an open-access article distributed under the terms of the Creative Commons Attribu- tion License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are cred- ited.
    [Show full text]
  • Green Computing: Eco Friendly Technology
    International Journal of Engineering Research and General Science Volume 4, Issue 1, January-February, 2016 ISSN 2091-2730 Green Computing: Eco Friendly Technology Jugraj Veer Singh, Sonia Vatta School of Computer Science and Engineering Bahra University, Shimla Hills, India [email protected], [email protected] +917831830823 Abstract— Green computing is the study and practice of efficient and eco-friendly computing. Green computing is also called as green technology. The principle behind energy efficient coding is to save power by getting software to make less use of the hardware, rather than continuing to run the same code on hardware that uses less power. Green computing is the environmentally responsible use of computers and related resources. Such practices include the implementation of energy-efficient central processing units (CPUs), servers and peripherals as well as reduced resource consumption and proper disposal of electronic waste (e-waste).Green computing is also necessary for the future generation also. This work includes the use of green computing in today’s world and how the environment problems can reduced using green computing and how to protect the future by using the green technology. Keywords— green computing, energy star, approaches towards green computing, implementation of green computing and future of green computing. INTRODUCTION Green computing is also known as green information technology (green IT).Green computing is the environmentally responsible and eco-friendly use of computers and their resources [1].In broader terms, it is also defined as the study of designing, manufacturing/engineering, using and disposing of computing devices in a way that reduces their environmental impact.
    [Show full text]
  • 6125021:Introduction to Combinatorics
    6125021: Introduction to Combinatorics Dr. Zichen Xu (徐子晨) Department of Artificial Intelligence Department of Computer Science and Technology The Nanchang University About Me • Dr. Zichen Xu(徐子晨) • Professor, School of Information Engineering • Chair, Department of Artificial Intelligence • Currently working in Ministry of Education • Former Googler, Buckeye, Gator, and Bull • Main field: • Distributed database management systems, • Data analysis, and AI-enabled data intensive Computing, • Green computing, Data storage My contact info • Course page: http://good.ncu.edu.cn/~xuz/ic/homepage.html • Email: [email protected] (Preferred contact info) • Come and meet me in my office during open office hour • Time: Every Thursday Afternoon from 5PM to 5:30PM • Office Location: IEB-608b Content of The Day • Syllabus • The style of this class • Why you shall take full attention to Combinatorial Mathematics • Some early combinatorial mathematics problem Syllabus: 6125021 Introduction to Combinatorial Mathematics • Class time: Saturday (Sat) 1:45PM- whenever I would like to finish • Location: Graduate school building 218 • If something comes up and I need to reschedule, you will get notified • Textbook: • Applied Combinatorics, online edition, by Mitchel T. Keller and William T. Trotter • Applied Combinatorics, 6th edition, by Alan Tucker • Both are online download available or you can purchase them at 50 Euro each. Syllabus • Description • Combinatorics and discrete mathematics are increasingly important, particularly for their applications in
    [Show full text]
  • Becoming Green and Sustainable
    School of Sustainable Development of Society and Technology Master Thesis in IT Management Mission Possible: Becoming Green and Sustainable An empirical study on Green IT Adoption and underlying factors influencing it By Gholamreza Nazari and Hooman Karim TUTOR : Ole Liljefors Västerås, Sweden November 2011 1 Abstract Course: Master Thesis in IT Management Authors: Gholamreza Nazari and Houman Karim Tutor: Ole Liljefors Tittle: Mission Possible: Becoming Green and Sustainable- An empirical study on Green IT Adoption and underlying factors influencing it Purpose: This study aims to investigate the main areas of Green IT and to determine which areas of Green IT have been widely adopted and implemented in our case studies. The purpose of the proposed study is also to identify, describe and analyze underlying factors that are perceived to be important to the adoption and implementation of Green IT. Finally, this research attempts to examine which factors are more important in our two case studies, Västerås City Stad and Mälardalen University. Method: This study is mostly based on an open and exploratory research method. Case study is used as the main approach in this thesis in order to identify different areas of Green IT and key factors influencing Green IT adoption. Qualitative research method has been implemented for data collection and analysis of the research study. Two questionnaires and some interviews were our primary data collection tools. Findings: The findings identified five main areas of Green IT. Corporate Citizenship and the Office Environment areas are widely adopted in our case studies. Among 15 key factors, we identified in the literature, Organizational Slack, compatibility and competitive pressure are the most significant factors in two organizations we studied.
    [Show full text]
  • Energy-Harvesting Systems for Green Computing
    JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY, VOL. 10, NO. 4, DECEMBER 2012 291 Energy-Harvesting Systems for Green Computing Terrence Mak (Invited paper) Abstract⎯Energy harvesting technologies provide a interfaces and specific communication channels. Although promising alternative to battery-powered systems and the self-powered system can be produced by plugging create an opportunity to achieve sustainable computing together individual components, the overall system for the exploitation of ambient energy sources. However, sustainability, in terms of energy utilization and energy harvesting devices and power generators computational efficiency, is relatively low. Sustainability is encompass a number of non-classical system behaviors crucial, especially, at the era of continuing progress and or characteristics, such as delivering nondeterministic massive integration in silicon technologies. Applications, power density, and these would create hindrance for such as health monitoring systems, distributed sensors, effectively utilizing the harvested energy. Previously, we portable communication, and entertainment systems, have investigated new design methods and tools that are demand high reliability and sustainability from power used to enable power adaptive computing and, dissipation. Sustainable computing with good power particularly, catering non-deterministic voltage, which efficiency must be addressed from various abstraction can efficiently utilize ambient energy sources. Also, we layers that include system design, processor architecture, developed a co-optimization approach to maximize the power adaptors, and energy harvesting power sources. computational efficiency from the harvested ambient Traditional battery-powered systems work under energy. This paper will provide a review of these limited energy supply. For applications requiring long methods. Emerging technologies, such as 3D-IC, which working duration, much effort has been devoted to energy would also enable new paradigm of green and efficient or low-power system design.
    [Show full text]