Power and thermal management are becoming more challenging than ever before in all segments of computer-based systems. While in the server domain, the cost of electricity drives the need for low power systems, in mobile systems battery life and thermal limitations make these issues relevant. Optimizing a system for maximum performance at minimum power consumption is usually done using the operating system (OS) to control hardware elements. Most modern OS's use the Advanced Configuration and Power Interface (ACPI) standard, e.g., Rev. 3.0b, published Oct. 10, 2006, for optimizing the system in these areas. An ACPI implementation allows a core to be in different power-saving states (also termed low power or idle states) generally referred to as so-called C1 to Cn states.
When the core is active, it runs at a so-called C0 state, but when the core is idle, the OS tries to maintain a balance between the amount of power it can save and the overhead of entering and exiting to/from a given state. Thus C1 represents the low power state that has the least power savings but can be switched on and off almost immediately, while extended deep-low power states (e.g., C3) represent a power state where the static power consumption is negligible, but the time to enter into this state and respond to activity (i.e., back to C0) is quite long. Note that different processors may include differing numbers of core C-states, each mapping to one ACPI C-state. Multiple core C-states can map to the same ACPI C-state.
OS C-state policy has a number of drawbacks. First, it selects C-state based on historical central processing unit (CPU) utilization (i.e., C0 residency time). For a dynamic workload this decision is often wrong, resulting in either less power savings or large performance losses caused by wrongfully entering deep sleep states with long entry/exit latencies. Second, CPU utilization is sampled at a coarse granularity, e.g., 100 milliseconds (ms). Some transient opportunities such as an idle state lasting for hundreds of microseconds (μs) could be missed. For example, if the last 100 ms CPU utilization is 85%, the OS will use the C1 state. At this utilization level, dynamic server workloads still have many 100-500 μs long idle periods. Third, the policy does not consider activities of other cores in the same package. Since server workloads are typically multi-tasked and each task is short, if one core is in a deep sleep state and unable to service a task in time, other cores with a lighter load may be able to accommodate these tasks. Current approaches thus fail to extract additional power savings.
Embodiments can accurately and in real time perform CPU power state pattern prediction (e.g., idle-busy patterns) and accordingly select a most appropriate power level state for cores of a processor package, maximizing power savings without any corresponding performance degradation. More specifically, a predictor to predict future active and idle power state residency may be provided. In one embodiment, the predictor may use a Kalman filter algorithm. Based on data from the package cores' active (i.e., C0 state) and lower power (i.e., non-zero C-state) residency, a prediction is computed. Then a decision for future C-state based on the prediction decision can be made at a predetermined interval. The data can include all C-state entry/exit events (i.e., for all package cores) during a monitor period. From this, an overlapping of idle cores in the same package can be computed. In one embodiment, the interval may be every 500 μs. Note that the C-states described herein are for an example processor such as an advanced Intel® Architecture 32 (IA-32) processor available from Intel Corporation, Santa Clara, Calif., although embodiments can equally be used with other processors. Shown in Table 3 below is an example designation of core C-states available in one embodiment, and Table 4 maps these C-states to the corresponding ACPI states. However, understand that the scope of the present invention is not limited in this regard.
A most appropriate core C-state for the package to maximize power savings while not affecting performance, referred to herein as C*, is selected based on distribution of these patterns in the next interval. If the determined C* state is deeper than an OS C-state policy's decision (i.e., COS
Embodiments may be deployed in conjunction with OS C-state policy or in platform firmware with an interface to OS C-state policy. Various implementations may be realized on a per physical CPU package basis, without any hardware or user software changes. Embodiments may realize resulting power savings (e.g., on a quad-core processor) of up to 34% (or 8-9 Watts/package) in some implementations.
Referring now to
Activity monitor 30 may thus receive incoming data from the various cores 25 regarding their current activity levels. The buffer of activity monitor 30 may be arranged in various manners. In one embodiment, the buffer may be adapted to store for each core 25, an indication of a time stamp associated with each power state change event. Activity monitor 30 thus intercepts and time stamps the events in which CPU cores enter and exit a non-zero C-state. In one embodiment, the record is stored in a kernel buffer. Then, at predetermined intervals which, in one embodiment may be approximately 500 μs, activity monitor 30 provides monitored data to a predictor 35. This monitored data may thus include time stamp data as well as the activity state to indicate, during the interval of storage, how long each core was in a given state.
Predictor 35 may use this information to generate a pattern distribution for predicted core states for the next interval. While not limited in this regard, in one embodiment predictor 35 may execute a given prediction algorithm such as a Kalman filter algorithm to generate this pattern distribution. Furthermore, understand that the pattern distribution may vary widely, depending on a number of low power states supported, as well as a given number of cores, length of the prediction period and so forth. For ease of discussion, a pattern distribution including three different patterns will be described herein. However, it is to be understood the scope of the present invention is not limited in this regard and in different embodiments, more or fewer such patterns may be provided, e.g., with varying granularities as to a number of cores at a given activity level.
This pattern distribution information is thus provided from predictor 35 to a selector 40, which may select a most appropriate low power state for a given core, i.e., C*, based on the pattern distribution. In some embodiments, this C* value may be determined on a per core basis, while in other embodiments a single C* value may be determined for the entire package. Of course other granularities in between may also be realized. Selector 40 provides the C* value to a plurality of comparison logic 500-50n-1 (generically comparison logic 50), each of which is associated with a given core 25. As shown in
In one embodiment, the following three patterns may be calculated to predict package activity: (1) PatternA: package is idle (all cores inside are idle); (2) PatternB: package is busy (all cores inside are busy); and (3) PatternC: package partial idle (remaining cases—at least one core is busy and at the same time at least one core is idle). This third pattern depicts an idle/busy overlapping scenario. Using the cores' entry/exit C-state time stamps which are available, the three pattern distribution prediction can be computed. An example output of a prediction in accordance with one embodiment of the present invention is shown in Table 1, assuming a 500 μs interval period.
Thus as shown in Table 1 for an interval period T1 an idle package pattern is predicted for 25% of the time (i.e., 125 μs), while all cores are predicted to be active for 15% of the time (i.e., 75 μs), and during the remaining 60% of the next prediction period, at least one core is active and at least one core idle (i.e., 300 μs). The manner of generating these pattern predictions may vary in different embodiments. In one embodiment, the predictions may use a Kalman filter, as will be discussed further below, however other implementations are possible.
Selector 40 then uses this prediction information to select a C* state for every core in the package. During the next timeslice (i.e., periodic interval), whenever a core is about to idle, the determined C* state is compared with the C-state decision made by the OS C-state policy, COS
A Kalman filter model (KFM) models a partially observed stochastic process with linear dynamics and linear observations, both subject to Gaussian noise. It is an efficient recursive filter that estimates the state of a dynamic system from a series of incomplete and noisy measurements. Based on a KFM, the CPU package activity as set forth in a number of predetermined patterns (e.g., percentage of Patterns A, B and C) are considered the observations of a real number stochastic process discretised in the time domain, denoted by y1:t=(y1 . . . yt). The hidden state of the process, x1:t=(x1 . . . xt), is also represented as a vector of real numbers. The linear stochastic different equation in KFM is:
x(t)=Ax(t−1)+w(t−1) p(w)˜N(0,Q) x(0)˜N(x110,V110) [EQ. 1]
And the measurement equation is:
y(t)=Cx(t)+V(t) p(v)˜N(0,R) [EQ. 2]
The n×n transition matrix A in the difference Equation 1 relates the state at the previous t−1 time step to the state at the current step t, in the absence of either a driving function or process noise. Here n is the number of hidden states. In our task, m=n is the number of possible CPU activity states. x110,V110 are the initial mean and variance of the state, Q is the system covariance for the transition dynamics noises, and R is the observation covariance for the observation noises. The transition of observation functions is the same for all time and the model is said to be time-invariant or homogeneous.
Using KFM, values can be predicted on the future time, given all the observations up to the present time. However, we are generally unsure about the future, and thus a best guess is computed, as well as a confidence level. Hence a probability distribution over the possible future observations is computed, denoted by P(Yt+h=y|y1:t), where k>0 is the horizon, i.e., how far into the future to predict.
Given the sequence of observed values (y1-yt), to predict the new observation value is to compute P(Yt+h=y|y1:t) for some horizon k>0 into the future. Equation 3 is the computation of a prediction about the future observations by marginalizing out the prediction of the future hidden state.
In the right part of the Equation, we compute P(Xt+h=x|y1:t) by the algorithm of the fixed-lag smoothing, i.e., P(Xt−L=x|y1:t), L>0, L is the lag. So before diving into the details of the algorithm, a fixed-lag smoothing in KFM is first introduced.
A fixed-lag Kalman smoother (FLKS) is an approach to perform retrospective data assimilation. It estimates the state of the past, given all the evidence up to the current time, i.e., P(Xt−L=x|y1:t), L>0, where L is the lag, e.g., we might want to figure out whether a pipe broke L minutes ago given the current sensor readings. This is traditionally called “fixed-lag smoothing”, although the term “hindsight” might be more appropriate. In the offline case, this is called (fixed-interval) smoothing; this corresponds to computing P(XT−L=x|y1:t), T≧L≧1.
In the prediction algorithm, there are h more forward and backward passes. The computation of the passes is similar to that in the smoothing process. The only difference is that in the prediction step the initial value of the new observation is null, which means y1:T+h=[y1:T ynull1 . . . ynullh]. The prediction algorithm estimates the value of the y1:T+h=[y1:T yT+1 . . . yT+h] by performing retrospective data assimilation on all the evidence up to the current time plus the y1:T+h=[y1:T ynull1 . . . ynullh]. In practice, we consider using the previous steps as the prior data, for example, if h=1, then yT+1=(yT−1+yT)/2 rather than yT+1=null.
Table 2 shows the pseudo code of the prediction algorithm.
In Table 2, Fwd and Back are the abstract operators. For each Fwd (forwards pass) operation of the first loop (for t=1:T), we firstly compute the inference mean and variance by xt|t−1=Axt−1|t−1 and Vt|t−1=AVt−1|t−1A′+Q; then compute the error in the inference (the innovation), the variance of the error, the Kalman gain matrix, and the conditional log-likelihood of this observation by errt=yt−Cxt|t−1, St=CVt|t−1C′+R, Kt=Vt|t−1C′St−1, and Lt=log(N(errt;0,St) respectively; finally we update the estimates of the mean and variance by xt|t=xt|t−1+Kterrt and Vt|t=Vt|t−1−KtStKt′.
For each Back (backwards pass) operation of the second loop (for t=T−1:−1:1), at first we compute the inference quantities by xt+1|t=Axt|t and Vt+1|t=AVt|tA′+Q; then compute the smoother gain matrix by Jt=Vt|tA′Vt+1|t−1; finally we compute the estimates of the mean, variance, and cross variance by xt|T=xt|t+Jt(xt+1|T−xt+1|t), Vt|T=Vt|t+Jt(Vt+1|T−Vt+1|t)Jt′, and Vt−1,t|T=Jt−1Vt|T respectively, which are known as the Rauch-Tung-Striebel (RTS) equations.
The computation as set forth in Table 2 can be complicated, e.g., there are matrix inversions in the T+1 step loop, when computing Kalman gain matrix in Fwd operator and the smoother gain matrix in Back operator. And the computational complexity will be O(TN3), where T is the number of history observations; N is the number of activity states, because for a general N*N matrix, Gaussian elimination for solving the matrix inverse leads to O(N3) complexity. However, in various embodiments the algorithm implementation can be simplified.
As shown in
Referring now to
Assume further that another core, i.e., core Y, is currently in a low power state. At block 230, core Y receives an interrupt or break-event to wake up. Thus at block 235, core Y sends a time stamp event to activity monitor buffer 30 to indicate that it is exiting the non-zero C-state. Thus core Y may execute incoming tasks at block 240.
At a regular interval, e.g., 500 microseconds, activity monitor buffer 30 provides its monitored data, which may include time stamp information as well as an indication of the associated activity states to predictor 35. Accordingly, at block 250 predictor 35 may compute a pattern distribution for a next interval. As described above, in some implementations three patterns may be used, although more or fewer patterns can be realized in other embodiments. This information from predictor 35 may then be provided to selector 40.
As described above, selector 40 may operate on a per core or per package basis. For ease of illustration, this discussion is directed to a per package computation. Specifically, at diamond 260 the selector may determine if the predicted time for operation of the package at an idle state (with all cores idle), such as according to a first pattern (e.g., pattern A), during the next interval is greater than a first threshold. In one embodiment, the threshold described in connection with
If instead the time predicted for operation with all cores idle is not greater than the first threshold, control may pass to diamond 270, where it may be determined whether the predicted time for operation of the package at an overlapping state of idle and active cores (at least one active and idle core), such as according to a second pattern (e.g., pattern C), during the next interval is greater than a second threshold. In one embodiment, the second threshold may be 30%. If so, the C* state may be set equal to a second deep low power state (block 275). For example, in one embodiment this deep low power state may correspond to the C6 state, or another such deep low power state, generally at a lesser deep low power state than defined at block 265.
Referring still to
For purposes of example, Table 3 below shows such core C-states and their descriptions, along with the estimated power consumption in these states, with reference to an example processor having a thermal design power (TDP) of 130 watts (W). Of course it is to be understood that this is an example only, and embodiments are not limited in this regard.
Table 4 shows an example mapping of core C-states of an example processor to the ACPI C-states. Again it is noted that this mapping is for example only and embodiments are not limited in this regard.
Thus using embodiments of the present invention, real-time monitoring of CPU core and package's overlapping busy-idle activities may be performed. Based on this information, an accurate prediction may be generated to predict future core and package activity levels, from which power saving states for the cores may be selected for maximum power saving based on the prediction results.
Embodiments may be implemented in many different system types. Referring now to
Still referring to
Furthermore, chipset 590 includes an interface 592 to couple chipset 590 with a high performance graphics engine 538, by a P-P interconnect 539. In turn, chipset 590 may be coupled to a first bus 516 via an interface 596. As shown in
Embodiments may be implemented in code and may be stored on a storage medium having stored thereon instructions which can be used to program a system to perform the instructions. The storage medium may include, but is not limited to, any type of disk including floppy disks, optical disks, compact disk read-only memories (CD-ROMs), compact disk rewritables (CD-RWs), and magneto-optical disks, semiconductor devices such as read-only memories (ROMs), random access memories (RAMs) such as dynamic random access memories (DRAMs), static random access memories (SRAMs), erasable programmable read-only memories (EPROMs), flash memories, electrically erasable programmable read-only memories (EEPROMs), magnetic or optical cards, or any other type of media suitable for storing electronic instructions.
While the present invention has been described with respect to a limited number of embodiments, those skilled in the art will appreciate numerous modifications and variations therefrom. It is intended that the appended claims cover all such modifications and variations as fall within the true spirit and scope of this present invention.
This application is a continuation of U.S. patent application Ser. No. 12/001,159, filed Dec. 10, 2007, now U.S. Pat. No. 8,024,590 the content of which is hereby incorporated by reference.
Number | Name | Date | Kind |
---|---|---|---|
5163153 | Cole et al. | Nov 1992 | A |
5522087 | Hsiang | May 1996 | A |
5590341 | Matter | Dec 1996 | A |
5931950 | Hsu | Aug 1999 | A |
6748546 | Mirov et al. | Jun 2004 | B1 |
6823516 | Cooper | Nov 2004 | B1 |
6829713 | Cooper et al. | Dec 2004 | B2 |
6996728 | Singh | Feb 2006 | B2 |
7010708 | Ma | Mar 2006 | B2 |
7043649 | Terrell | May 2006 | B2 |
7093147 | Farkas et al. | Aug 2006 | B2 |
7111179 | Girson et al. | Sep 2006 | B1 |
7272730 | Acquaviva et al. | Sep 2007 | B1 |
7437270 | Song et al. | Oct 2008 | B2 |
7454632 | Kardach | Nov 2008 | B2 |
7529956 | Stufflebeam | May 2009 | B2 |
7539885 | Ma | May 2009 | B2 |
7730340 | Hu et al. | Jun 2010 | B2 |
7903116 | Klock et al. | Mar 2011 | B1 |
20010044909 | Oh et al. | Nov 2001 | A1 |
20020194509 | Plante et al. | Dec 2002 | A1 |
20030061383 | Zilka | Mar 2003 | A1 |
20040064752 | Kazachinsky et al. | Apr 2004 | A1 |
20040098560 | Storvik, et al. | May 2004 | A1 |
20040139356 | Ma | Jul 2004 | A1 |
20040268166 | Farkas et al. | Dec 2004 | A1 |
20050022038 | Kaushik et al. | Jan 2005 | A1 |
20050033881 | Yao | Feb 2005 | A1 |
20050132238 | Nanja | Jun 2005 | A1 |
20060050670 | Hillyard et al. | Mar 2006 | A1 |
20060053326 | Naveh et al. | Mar 2006 | A1 |
20060059286 | Bertone et al. | Mar 2006 | A1 |
20060069936 | Lint et al. | Mar 2006 | A1 |
20060149975 | Rotem et al. | Jul 2006 | A1 |
20060184287 | Belady et al. | Aug 2006 | A1 |
20070005995 | Kardach et al. | Jan 2007 | A1 |
20070033425 | Clark | Feb 2007 | A1 |
20070106827 | Boatright et al. | May 2007 | A1 |
20070156992 | Jahagirdar | Jul 2007 | A1 |
20070157042 | Jahagirdar et al. | Jul 2007 | A1 |
20070239398 | Song et al. | Oct 2007 | A1 |
20070239972 | Orita et al. | Oct 2007 | A1 |
20070245163 | Lu et al. | Oct 2007 | A1 |
20080028240 | Arai et al. | Jan 2008 | A1 |
20080104425 | Gunther et al. | May 2008 | A1 |
20080250260 | Tomita | Oct 2008 | A1 |
20090006871 | Liu et al. | Jan 2009 | A1 |
20090150695 | Song et al. | Jun 2009 | A1 |
20090150696 | Song et al. | Jun 2009 | A1 |
20090158061 | Schmitz et al. | Jun 2009 | A1 |
20090158067 | Bodas et al. | Jun 2009 | A1 |
20090172375 | Rotem et al. | Jul 2009 | A1 |
20090172428 | Lee | Jul 2009 | A1 |
20090235105 | Branover et al. | Sep 2009 | A1 |
20100115309 | Carvalho et al. | May 2010 | A1 |
20100146513 | Song | Jun 2010 | A1 |
20100191997 | Dodeja et al. | Jul 2010 | A1 |
20110087900 | Lakhanpal et al. | Apr 2011 | A1 |
20110106282 | Craig et al. | May 2011 | A1 |
Number | Date | Country |
---|---|---|
1 282 030 | Feb 2003 | EP |
Entry |
---|
An Introduction to the Kalman Filter, Welch et al., Jul. 24, 2006. |
R. Todling, et al., “Some Strategies for Kalman Filtering and Smoothing,” 1996, pp. 1-21. |
R.E. Kalman, “A New Approach to Linear Filtering and Prediction Problems,” 1960, pp. 1-12. |
Intel Technology Journal, “Power and Thermal Management in the Intel® Core ™ Duo Processor,” May 15, 2006, pp. 109-122. |
U.S. Patent and Trademark Office, Office Action mailed Aug. 13, 2010 with Reply filed on Nov. 10, 2010 in U.S. Appl. No. 12/001,186. |
State Intellectual Property Office, P.R. China. First Office Action issued Jul. 30, 2010 in Chinese patent application No. 200810187162.5. |
European Patent Office, Communication Pursuant to Article 94(3) EPC, dated Sep. 3, 2009, in EP patent application No. 08 253 932.1. |
L. Benini, et al., “System-Level Dynamic Power Management,” Low-Power Design, 1999, pp. 23-31. |
Ravindra Jejurikar, et al., “Leakage Aware Dynamic Voltage Scaling for Real-Tim Embedded Systems,” Design Automation Conference, 2004, pp. 275-280. |
Ravindra Jejurikar, et al., “Dynamic Slack Reclamation With Procrastination Scheduling in Real-Time Embedded Systems,” Design Automation Conference, 2005, pp. 13-17. |
Reply to Office Action Mailed Nov. 18, 2010 in U.S. Appl. No. 12/001,486. |
Number | Date | Country | |
---|---|---|---|
20120023355 A1 | Jan 2012 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 12001159 | Dec 2007 | US |
Child | 13208749 | US |