Undervolting

Context

In present-day times of climate change all industry sectors should bring down their green house gas emissions (carbon footprint). However, the IT-sector’s emissions increase unchecked. The research area for this seminar thesis is the field of “green” software engineering. In this research area one aims at finding ways to lower the energy consumption of a piece of source code when run as a program. Using specialized registers (so called model specific registers) that deliver the cumulated energy consumption of the CPU one can track back energy consumption to different parts of a program.

Motivation

Undervolting refers to a technique where one lowers the frequency and the voltage inside the CPU. By a physical law the energy consumption is proportional to the square of the CPU-voltage. So, undervolting is a means to reduce the energy consumption of the CPU. A drawback is that computations take longer since the frequency must also get lowered accordingly. We want to experimentally assess the potential for saving energy by undervolting.

Goal

Requirements

Pointers