intel / thermal_daemon

Thermal daemon for IA
GNU General Public License v2.0
550 stars 118 forks source link

(DPTF) HP Spectre x360 Convertible 15-df0xxx has low performance on heavy load when AC adapter is connected #266

Closed eliadevito closed 4 years ago

eliadevito commented 4 years ago

On my spectre 15-df0006nl thermald set low power limit and getting throttling at 75/80° reaching max 35W instead 45W with throttling at 95~97°, the problem seem to occurs when connecting the AC adapter or when pc was started with the AC adapter connected, insted when pc boot only with on battery, CPU reaches 45W with thermal throttling at 95/97° as expected (like windows).

distro: Fedora 32 (kernel 5.8.4) thermald version: 2.3

thermad log when plug AC adapter:

[1598792203][INFO]target:PL1MAX 25000
[1598792203][INFO]set cdev state index 14 state 25000000 wr:25000000
[1598792203][INFO]target:PL1MIN 20000
[1598792203][INFO]target:PL2PowerLimit 35000
[1598792203][INFO]set_int3400 target CS_UMA_Perf

thermad log when unplug AC adapter:

[1598792627][INFO]target:PL1MAX 45000
[1598792627][INFO]target:PL1MIN 15000
[1598792627][INFO]target:PL2PowerLimit 53000
[1598792627][INFO]set_int3400 target CS_DIS_HP
[1598792627][INFO]forced to min_state 
[1598792627][INFO]set cdev state index 14 state 45000000 wr:45000000
[1598792627][INFO]Set : 0, 0, 14, 45000000, 15000000
[1598792627][INFO]

 ZONE DUMP BEGIN
[1598792627][INFO]
[1598792627][INFO]Zone 2: SEN3, Active:1 Bind:1 Sensor_cnt:1
[1598792627][INFO]..sensors.. 
[1598792627][INFO]sensor index:2 SEN3 /sys/class/thermal/thermal_zone2/ Async:1 
[1598792627][INFO]..trips.. 
[1598792627][INFO]index 0: type:passive temp:42000 hyst:0 zone id:2 sensor id:2 control_type:1 cdev size:1
[1598792627][INFO]cdev[0] rapl_controller_mmio, Sampling period: 16
[1598792627][INFO]       target_state:not defined
[1598792627][INFO]index 1: type:polling temp:37000 hyst:0 zone id:2 sensor id:2 control_type:0 cdev size:0
[1598792627][INFO]
[1598792627][INFO]
[1598792627][INFO]Zone 3: SEN1, Active:1 Bind:1 Sensor_cnt:1
[1598792627][INFO]..sensors.. 
[1598792627][INFO]sensor index:3 SEN1 /sys/class/thermal/thermal_zone3/ Async:1 
[1598792627][INFO]..trips.. 
[1598792627][INFO]index 0: type:passive temp:75000 hyst:0 zone id:3 sensor id:3 control_type:1 cdev size:1
[1598792627][INFO]cdev[0] rapl_controller_mmio, Sampling period: 16
[1598792627][INFO]       target_state:not defined
[1598792627][INFO]index 1: type:polling temp:67500 hyst:0 zone id:3 sensor id:3 control_type:0 cdev size:0
[1598792627][INFO]
[1598792627][INFO]

 ZONE DUMP END

output of thermald --no-daemon --adaptive --loglevel=info when pc boot on battery:

[1598792103][INFO]RAPL domain count 1
[1598792103][INFO]RAPL domain count 1
[1598792103][INFO]..ppcc dump begin.. 
[1598792103][INFO]Name:TCPU.D0 power_limit_max:10000 power_limit_min:10000 step_size:1000 time_win_max:32000 time_win_min:28000
[1598792103][INFO]ppcc dump end
[1598792103][INFO]..psvt dump begin.. 
[1598792103][INFO]Name :IETM.D0
[1598792103][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.PCI0.B0D4 priority:3 sample_period:160 temp:95 domain:9 control_knob:65536 psv.limit:MIN
[1598792103][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN5 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:MIN
[1598792103][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:2 sample_period:160 temp:45 domain:9 control_knob:65536 psv.limit:MIN
[1598792103][INFO]Name :cs_dis_cool
[1598792103][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:max
[1598792103][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:max
[1598792103][INFO]Name :cs_dis_hp
[1598792103][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:42 domain:9 control_knob:65536 psv.limit:max
[1598792103][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max
[1598792103][INFO]Name :cs_dis_perf
[1598792103][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:43 domain:9 control_knob:65536 psv.limit:max
[1598792103][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max
[1598792103][INFO]Name :tab_psvt_table
[1598792103][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:3 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:MIN
[1598792103][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:2 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:MIN
[1598792103][INFO]psvt dump end
[1598792103][INFO]..apat dump begin.. 
[1598792103][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:25000
[1598792103][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1598792103][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000
[1598792103][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_Perf
[1598792103][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:15000
[1598792103][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:12000
[1598792103][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000
[1598792103][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_HP
[1598792103][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:7500
[1598792103][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:7500
[1598792103][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375
[1598792103][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_COOL
[1598792103][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:7500
[1598792103][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:7500
[1598792103][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375
[1598792103][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_Quiet
[1598792103][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598792103][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1598792103][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598792103][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598792103][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598792103][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:40000
[1598792103][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598792103][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598792103][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598792103][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:30000
[1598792103][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598792103][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598792103][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598792103][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1598792103][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598792103][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598792103][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1598792103][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598792103][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:40000
[1598792103][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598792103][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598792103][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1598792103][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598792103][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:30000
[1598792103][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598792103][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598792103][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1598792103][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1598792103][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:15000
[1598792103][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1598792103][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1598792103][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1598792103][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:35000
[1598792103][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1598792103][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1598792103][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1598792103][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:25000
[1598792103][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1598792103][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1598792103][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:10000
[1598792103][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:10000
[1598792103][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:12500
[1598792103][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Cool
[1598792103][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1598792103][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:15000
[1598792103][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1598792103][INFO]target_id:23 name:CS_Default participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1598792103][INFO]target_id:23 name:CS_Default participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1598792103][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:10000
[1598792103][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1598792103][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.IETM domain:14 code:PSVT argument:Tab_PSVT_Table
[1598792103][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598792103][INFO]apat dump end
[1598792103][INFO]..apct dump begin.. 
[1598792103][INFO]condition_set 0
[1598792103][INFO]      target:8 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 1
[1598792103][INFO]      target:8 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 2
[1598792103][INFO]      target:10 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:10 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 3
[1598792103][INFO]      target:11 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:3 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:11 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 4
[1598792103][INFO]      target:12 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:4 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:12 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 5
[1598792103][INFO]      target:13 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:13 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:13 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3162 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:13 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:13 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 6
[1598792103][INFO]      target:21 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:21 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:21 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:21 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 7
[1598792103][INFO]      target:22 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:22 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:22 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 8
[1598792103][INFO]      target:27 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:27 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:27 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:27 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3162 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:27 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:27 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 9
[1598792103][INFO]      target:25 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:25 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:25 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:25 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:25 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 10
[1598792103][INFO]      target:26 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:26 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:26 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:26 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 11
[1598792103][INFO]      target:14 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:14 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3132 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:14 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:14 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 12
[1598792103][INFO]      target:18 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:18 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3332 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:18 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 13
[1598792103][INFO]      target:19 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:19 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 14
[1598792103][INFO]      target:16 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:7 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:16 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 15
[1598792103][INFO]      target:28 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:28 device:NA condition:Oem0 comparison: argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]condition_set 16
[1598792103][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598792103][INFO]..apct dump end.. 
[1598792103][MSG]22 CPUID levels; family:model:stepping 0x6:9e:a (6:158:10)
[1598792103][INFO]Running on a vanilla kernel
[1598792103][MSG]Polling mode is enabled: 4
[1598792103][INFO]sensor_update: type SEN3
[1598792103][INFO]sensor_update: type acpitz
[1598792103][INFO]sensor_update: type x86_pkg_temp
[1598792103][INFO]sensor_update: type pch_cannonlake
[1598792103][INFO]sensor_update: type SEN1
[1598792103][INFO]sensor_update: type INT3400
[1598792103][INFO]sensor_update: type iwlwifi_1
[1598792103][INFO]sensor_update: type B0D4
[1598792103][INFO]sensor_update: type SEN5
[1598792103][INFO]thd_read_default_thermal_sensors loaded 9 sensors 
[1598792103][INFO]dts /sys/devices/platform/coretemp.0/name doesn't exist
[1598792103][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1598792103][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1598792103][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1598792103][INFO]sensor index:2 SEN3 /sys/class/thermal/thermal_zone2/ Async:0 
[1598792103][INFO]sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0 
[1598792103][INFO]sensor index:7 x86_pkg_temp /sys/class/thermal/thermal_zone7/ Async:1 
[1598792103][INFO]sensor index:5 pch_cannonlake /sys/class/thermal/thermal_zone5/ Async:0 
[1598792103][INFO]sensor index:3 SEN1 /sys/class/thermal/thermal_zone3/ Async:0 
[1598792103][INFO]sensor index:1 INT3400 /sys/class/thermal/thermal_zone1/ Async:0 
[1598792103][INFO]sensor index:8 iwlwifi_1 /sys/class/thermal/thermal_zone8/ Async:0 
[1598792103][INFO]sensor index:6 B0D4 /sys/class/thermal/thermal_zone6/ Async:0 
[1598792103][INFO]sensor index:4 SEN5 /sys/class/thermal/thermal_zone4/ Async:0 
[1598792103][INFO]sensor index:9 hwmon /sys/class/hwmon/hwmon7/temp1_input Async:0 
[1598792103][INFO]sensor index:10 hwmon /sys/class/hwmon/hwmon7/temp2_input Async:0 
[1598792103][INFO]sensor index:11 hwmon /sys/class/hwmon/hwmon7/temp3_input Async:0 
[1598792103][INFO]thd_read_default_cooling devices loaded 13 cdevs 
[1598792103][INFO]Reading PPCC from the thermal-conf.xml
[1598792103][INFO]Invalid limits: ppcc limits max:10000000 min:10000000  min_win:28000000 step:1000000
[1598792103][INFO]Default constraint power limit is more than max power 50000000:45000000
[1598792103][INFO]powercap RAPL max power limit range 50000000 
[1598792103][INFO]set_pid_param 13 [-1000.100,10]
[1598792103][INFO]ppcc limits max:50000000 min:10000000  min_win:28000000 step:1000000
[1598792103][INFO]set_pid_param 14 [-1000.100,10]
[1598792103][INFO]Use Default pstate drv settings
[1598792103][INFO]name = package-0
[1598792103][INFO]name = dram
[1598792103][INFO]ppcc limits max:50000000 min:10000000  min_win:28000000 step:1000000
[1598792103][INFO]sysfs read failed /sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/constraint_0_max_power_uw
[1598792103][INFO]set_pid_param 16 [-1000.100,10]
[1598792103][INFO]1: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]11: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]8: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]6: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]4: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]2: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]12: intel_powerclamp, C:-1 MN: 0 MX:50 ST:5 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]0: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]10: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]9: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]7: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]5: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]3: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598792103][INFO]13: rapl_controller, C:50000000 MN: 50000000 MX:25000000 ST:-2500000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/ rd_bk 1 
[1598792103][INFO]14: rapl_controller_mmio, C:50000000 MN: 50000000 MX:10000000 Inc ST:-2000000 Dec ST:-1000000 pt:/sys/devices/virtual/powercap/intel-rapl-mmio/intel-rapl-mmio:0/ rd_bk 1 
[1598792103][INFO]15: intel_pstate, C:0 MN: 0 MX:10 ST:1 pt:/sys/devices/system/cpu/intel_pstate/ rd_bk 1 
[1598792103][INFO]16: rapl_controller_dram, C:50000000 MN: 50000000 MX:10000000 Inc ST:-2000000 Dec ST:-1000000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/ rd_bk 1 
[1598792103][INFO]17: LCD, C:0 MN: 0 MX:120000 ST:12000 pt:/sys/class/backlight/intel_backlight/ rd_bk 1 
[1598792103][INFO]thd_read_default_thermal_zones loaded 6 zones 
[1598792103][INFO]Processor thermal device is present 
[1598792103][INFO]It will act as CPU thermal zone !! 
[1598792103][INFO]Processor thermal device passive Trip is 90050
[1598792103][INFO]

 ZONE DUMP BEGIN
[1598792103][INFO]
[1598792103][INFO]Zone 2: SEN3, Active:1 Bind:0 Sensor_cnt:1
[1598792103][INFO]..sensors.. 
[1598792103][INFO]sensor index:2 SEN3 /sys/class/thermal/thermal_zone2/ Async:1 
[1598792103][INFO]..trips.. 
[1598792103][INFO]index 0: type:passive temp:60050 hyst:2000 zone id:2 sensor id:2 control_type:1 cdev size:0
[1598792103][INFO]index 1: type:polling temp:54045 hyst:0 zone id:2 sensor id:2 control_type:0 cdev size:0
[1598792103][INFO]
[1598792103][INFO]
[1598792103][INFO]Zone 0: acpitz, Active:1 Bind:1 Sensor_cnt:1
[1598792103][INFO]..sensors.. 
[1598792103][INFO]sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0 
[1598792103][INFO]..trips.. 
[1598792103][INFO]index 1: type:passive temp:99000 hyst:1 zone id:0 sensor id:0 control_type:1 cdev size:1
[1598792103][INFO]cdev[0] Processor, Sampling period: 0
[1598792103][INFO]       target_state:not defined
[1598792103][INFO]       pid: kp=0 ki=6,95301e-310 kd=6,9413e-310
[1598792103][INFO]index 0: type:max temp:100000 hyst:1 zone id:0 sensor id:0 control_type:1 cdev size:0
[1598792103][INFO]index 2: type:polling temp:89100 hyst:0 zone id:0 sensor id:0 control_type:0 cdev size:0
[1598792103][INFO]
[1598792103][INFO]
[1598792103][INFO]Zone 5: pch_cannonlake, Active:1 Bind:0 Sensor_cnt:1
[1598792103][INFO]..sensors.. 
[1598792103][INFO]sensor index:5 pch_cannonlake /sys/class/thermal/thermal_zone5/ Async:0 
[1598792103][INFO]..trips.. 
[1598792103][INFO]index 0: type:critical temp:120000 hyst:1 zone id:5 sensor id:5 control_type:1 cdev size:0
[1598792103][INFO]index 1: type:polling temp:108000 hyst:0 zone id:5 sensor id:5 control_type:0 cdev size:0
[1598792103][INFO]
[1598792103][INFO]
[1598792103][INFO]Zone 3: SEN1, Active:1 Bind:0 Sensor_cnt:1
[1598792103][INFO]..sensors.. 
[1598792103][INFO]sensor index:3 SEN1 /sys/class/thermal/thermal_zone3/ Async:1 
[1598792103][INFO]..trips.. 
[1598792103][INFO]index 0: type:passive temp:71050 hyst:2000 zone id:3 sensor id:3 control_type:1 cdev size:0
[1598792103][INFO]index 1: type:polling temp:63945 hyst:0 zone id:3 sensor id:3 control_type:0 cdev size:0
[1598792103][INFO]
[1598792103][INFO]
[1598792103][INFO]Zone 6: B0D4, Active:1 Bind:1 Sensor_cnt:1
[1598792103][INFO]..sensors.. 
[1598792103][INFO]sensor index:6 B0D4 /sys/class/thermal/thermal_zone6/ Async:0 
[1598792103][INFO]..trips.. 
[1598792103][INFO]index 1: type:passive temp:90050 hyst:1000 zone id:6 sensor id:6 control_type:1 cdev size:4
[1598792103][INFO]cdev[0] rapl_controller, Sampling period: 0
[1598792103][INFO]       target_state:not defined
[1598792103][INFO]cdev[1] intel_pstate, Sampling period: 0
[1598792103][INFO]       target_state:not defined
[1598792103][INFO]cdev[2] intel_powerclamp, Sampling period: 0
[1598792103][INFO]       target_state:not defined
[1598792103][INFO]cdev[3] Processor, Sampling period: 0
[1598792103][INFO]       target_state:not defined
[1598792103][INFO]index 0: type:max temp:99050 hyst:1000 zone id:6 sensor id:6 control_type:1 cdev size:0
[1598792103][INFO]index 2: type:polling temp:81045 hyst:0 zone id:6 sensor id:6 control_type:0 cdev size:0
[1598792103][INFO]
[1598792103][INFO]
[1598792103][INFO]Zone 4: SEN5, Active:1 Bind:0 Sensor_cnt:1
[1598792103][INFO]..sensors.. 
[1598792103][INFO]sensor index:4 SEN5 /sys/class/thermal/thermal_zone4/ Async:1 
[1598792103][INFO]..trips.. 
[1598792103][INFO]index 0: type:passive temp:65050 hyst:2000 zone id:4 sensor id:4 control_type:1 cdev size:0
[1598792103][INFO]index 1: type:polling temp:58545 hyst:0 zone id:4 sensor id:4 control_type:0 cdev size:0
[1598792103][INFO]
[1598792103][INFO]

 ZONE DUMP END
[1598792103][INFO]Current user preference is 0
[1598792103][INFO]Control is taken over from kernel
[1598792103][INFO]Taking over thermal control 
[1598792103][INFO]thd_engine_thread begin
[1598792103][INFO]Set Default UUID: 63BE270F-1C11-48FD-A6F7-3AF253FF3E2D
[1598792103][INFO]Thermal zone of type SEN3
[1598792103][INFO]Thermal zone of type acpitz
[1598792103][INFO]Thermal zone of type x86_pkg_temp
[1598792103][INFO]Thermal zone of type pch_cannonlake
[1598792103][INFO]Thermal zone of type SEN1
[1598792103][INFO]Thermal zone of type INT3400
[1598792103][INFO]Thermal zone of type iwlwifi_1
[1598792103][INFO]Thermal zone of type B0D4
[1598792103][INFO]Thermal zone of type SEN5
[1598792107][INFO]target:PL1MAX 45000
[1598792107][INFO]set cdev state index 14 state 45000000 wr:45000000
[1598792107][INFO]target:PL1MIN 15000
[1598792107][INFO]target:PL2PowerLimit 53000
[1598792107][INFO]set_int3400 target CS_DIS_HP
[1598792107][INFO]

 ZONE DUMP BEGIN
[1598792107][INFO]
[1598792107][INFO]Zone 2: SEN3, Active:1 Bind:1 Sensor_cnt:1
[1598792107][INFO]..sensors.. 
[1598792107][INFO]sensor index:2 SEN3 /sys/class/thermal/thermal_zone2/ Async:1 
[1598792107][INFO]..trips.. 
[1598792107][INFO]index 0: type:passive temp:42000 hyst:0 zone id:2 sensor id:2 control_type:1 cdev size:1
[1598792107][INFO]cdev[0] rapl_controller_mmio, Sampling period: 16
[1598792107][INFO]       target_state:not defined
[1598792107][INFO]index 1: type:polling temp:37000 hyst:0 zone id:2 sensor id:2 control_type:0 cdev size:0
[1598792107][INFO]
[1598792107][INFO]
[1598792107][INFO]Zone 3: SEN1, Active:1 Bind:1 Sensor_cnt:1
[1598792107][INFO]..sensors.. 
[1598792107][INFO]sensor index:3 SEN1 /sys/class/thermal/thermal_zone3/ Async:1 
[1598792107][INFO]..trips.. 
[1598792107][INFO]index 0: type:passive temp:75000 hyst:0 zone id:3 sensor id:3 control_type:1 cdev size:1
[1598792107][INFO]cdev[0] rapl_controller_mmio, Sampling period: 16
[1598792107][INFO]       target_state:not defined
[1598792107][INFO]index 1: type:polling temp:67500 hyst:0 zone id:3 sensor id:3 control_type:0 cdev size:0
[1598792107][INFO]
[1598792107][INFO]

 ZONE DUMP END

output of thermald --no-daemon --adaptive --loglevel=info when pc boot with AC adapter:

[1598789595][INFO]RAPL domain count 1
[1598789595][INFO]RAPL domain count 1
[1598789595][INFO]..ppcc dump begin.. 
[1598789595][INFO]Name:TCPU.D0 power_limit_max:10000 power_limit_min:10000 step_size:1000 time_win_max:32000 time_win_min:28000
[1598789595][INFO]ppcc dump end
[1598789595][INFO]..psvt dump begin.. 
[1598789595][INFO]Name :IETM.D0
[1598789595][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.PCI0.B0D4 priority:3 sample_period:160 temp:95 domain:9 control_knob:65536 psv.limit:MIN
[1598789595][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN5 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:MIN
[1598789595][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:2 sample_period:160 temp:45 domain:9 control_knob:65536 psv.limit:MIN
[1598789595][INFO]Name :cs_dis_cool
[1598789595][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:max
[1598789595][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:max
[1598789595][INFO]Name :cs_dis_hp
[1598789595][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:42 domain:9 control_knob:65536 psv.limit:max
[1598789595][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max
[1598789595][INFO]Name :cs_dis_perf
[1598789595][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:43 domain:9 control_knob:65536 psv.limit:max
[1598789595][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max
[1598789595][INFO]Name :tab_psvt_table
[1598789595][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:3 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:MIN
[1598789595][INFO]       source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:2 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:MIN
[1598789595][INFO]psvt dump end
[1598789595][INFO]..apat dump begin.. 
[1598789595][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:25000
[1598789595][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1598789595][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000
[1598789595][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_Perf
[1598789595][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:15000
[1598789595][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:12000
[1598789595][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000
[1598789595][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_HP
[1598789595][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:7500
[1598789595][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:7500
[1598789595][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375
[1598789595][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_COOL
[1598789595][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:7500
[1598789595][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:7500
[1598789595][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375
[1598789595][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_Quiet
[1598789595][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598789595][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1598789595][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598789595][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598789595][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598789595][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:40000
[1598789595][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598789595][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598789595][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598789595][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:30000
[1598789595][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598789595][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598789595][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598789595][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1598789595][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598789595][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598789595][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1598789595][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598789595][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:40000
[1598789595][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598789595][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598789595][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1598789595][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1598789595][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:30000
[1598789595][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1598789595][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1598789595][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1598789595][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1598789595][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:15000
[1598789595][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1598789595][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1598789595][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1598789595][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:35000
[1598789595][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1598789595][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1598789595][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1598789595][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:25000
[1598789595][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1598789595][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1598789595][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:10000
[1598789595][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:10000
[1598789595][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:12500
[1598789595][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Cool
[1598789595][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1598789595][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:15000
[1598789595][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1598789595][INFO]target_id:23 name:CS_Default participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1598789595][INFO]target_id:23 name:CS_Default participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1598789595][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:10000
[1598789595][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1598789595][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.IETM domain:14 code:PSVT argument:Tab_PSVT_Table
[1598789595][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1598789595][INFO]apat dump end
[1598789595][INFO]..apct dump begin.. 
[1598789595][INFO]condition_set 0
[1598789595][INFO]      target:8 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 1
[1598789595][INFO]      target:8 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 2
[1598789595][INFO]      target:10 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:10 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 3
[1598789595][INFO]      target:11 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:3 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:11 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 4
[1598789595][INFO]      target:12 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:4 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:12 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 5
[1598789595][INFO]      target:13 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:13 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:13 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3162 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:13 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:13 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 6
[1598789595][INFO]      target:21 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:21 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:21 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:21 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 7
[1598789595][INFO]      target:22 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:22 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:22 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 8
[1598789595][INFO]      target:27 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:27 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:27 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:27 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3162 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:27 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:27 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 9
[1598789595][INFO]      target:25 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:25 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:25 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:25 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:25 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 10
[1598789595][INFO]      target:26 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:26 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:26 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:26 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 11
[1598789595][INFO]      target:14 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:14 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3132 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:14 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:14 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 12
[1598789595][INFO]      target:18 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:18 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3332 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:18 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 13
[1598789595][INFO]      target:19 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:19 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 14
[1598789595][INFO]      target:16 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:7 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:16 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 15
[1598789595][INFO]      target:28 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:28 device:NA condition:Oem0 comparison: argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]condition_set 16
[1598789595][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]      target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1598789595][INFO]..apct dump end.. 
[1598789595][MSG]22 CPUID levels; family:model:stepping 0x6:9e:a (6:158:10)
[1598789595][INFO]Running on a vanilla kernel
[1598789595][MSG]Polling mode is enabled: 4
[1598789595][INFO]sensor_update: type INT3400
[1598789595][INFO]sensor_update: type acpitz
[1598789595][INFO]sensor_update: type x86_pkg_temp
[1598789595][INFO]sensor_update: type pch_cannonlake
[1598789595][INFO]sensor_update: type SEN1
[1598789595][INFO]sensor_update: type SEN3
[1598789595][INFO]sensor_update: type iwlwifi_1
[1598789595][INFO]sensor_update: type B0D4
[1598789595][INFO]sensor_update: type SEN5
[1598789595][INFO]thd_read_default_thermal_sensors loaded 9 sensors 
[1598789595][INFO]dts /sys/devices/platform/coretemp.0/name doesn't exist
[1598789595][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1598789595][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1598789595][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1598789595][INFO]sensor index:2 INT3400 /sys/class/thermal/thermal_zone2/ Async:0 
[1598789595][INFO]sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0 
[1598789595][INFO]sensor index:7 x86_pkg_temp /sys/class/thermal/thermal_zone7/ Async:1 
[1598789595][INFO]sensor index:5 pch_cannonlake /sys/class/thermal/thermal_zone5/ Async:0 
[1598789595][INFO]sensor index:3 SEN1 /sys/class/thermal/thermal_zone3/ Async:0 
[1598789595][INFO]sensor index:1 SEN3 /sys/class/thermal/thermal_zone1/ Async:0 
[1598789595][INFO]sensor index:8 iwlwifi_1 /sys/class/thermal/thermal_zone8/ Async:0 
[1598789595][INFO]sensor index:6 B0D4 /sys/class/thermal/thermal_zone6/ Async:0 
[1598789595][INFO]sensor index:4 SEN5 /sys/class/thermal/thermal_zone4/ Async:0 
[1598789595][INFO]sensor index:9 hwmon /sys/class/hwmon/hwmon7/temp1_input Async:0 
[1598789595][INFO]sensor index:10 hwmon /sys/class/hwmon/hwmon7/temp2_input Async:0 
[1598789595][INFO]sensor index:11 hwmon /sys/class/hwmon/hwmon7/temp3_input Async:0 
[1598789595][INFO]thd_read_default_cooling devices loaded 13 cdevs 
[1598789595][INFO]Reading PPCC from the thermal-conf.xml
[1598789595][INFO]Invalid limits: ppcc limits max:10000000 min:10000000  min_win:28000000 step:1000000
[1598789595][INFO]Default constraint power limit is more than max power 50000000:45000000
[1598789595][INFO]powercap RAPL max power limit range 50000000 
[1598789595][INFO]set_pid_param 13 [-1000.100,10]
[1598789595][INFO]ppcc limits max:50000000 min:10000000  min_win:28000000 step:1000000
[1598789595][INFO]set_pid_param 14 [-1000.100,10]
[1598789595][INFO]Use Default pstate drv settings
[1598789595][INFO]name = package-0
[1598789595][INFO]name = dram
[1598789595][INFO]ppcc limits max:50000000 min:10000000  min_win:28000000 step:1000000
[1598789595][INFO]sysfs read failed /sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/constraint_0_max_power_uw
[1598789595][INFO]set_pid_param 16 [-1000.100,10]
[1598789595][INFO]1: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]11: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]8: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]6: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]4: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]2: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]12: intel_powerclamp, C:-1 MN: 0 MX:50 ST:5 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]0: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]10: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]9: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]7: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]5: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]3: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1598789595][INFO]13: rapl_controller, C:50000000 MN: 50000000 MX:25000000 ST:-2500000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/ rd_bk 1 
[1598789595][INFO]14: rapl_controller_mmio, C:50000000 MN: 50000000 MX:10000000 Inc ST:-2000000 Dec ST:-1000000 pt:/sys/devices/virtual/powercap/intel-rapl-mmio/intel-rapl-mmio:0/ rd_bk 1 
[1598789595][INFO]15: intel_pstate, C:0 MN: 0 MX:10 ST:1 pt:/sys/devices/system/cpu/intel_pstate/ rd_bk 1 
[1598789595][INFO]16: rapl_controller_dram, C:50000000 MN: 50000000 MX:10000000 Inc ST:-2000000 Dec ST:-1000000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/ rd_bk 1 
[1598789595][INFO]17: LCD, C:0 MN: 0 MX:120000 ST:12000 pt:/sys/class/backlight/intel_backlight/ rd_bk 1 
[1598789595][INFO]thd_read_default_thermal_zones loaded 6 zones 
[1598789595][INFO]Processor thermal device is present 
[1598789595][INFO]It will act as CPU thermal zone !! 
[1598789595][INFO]Processor thermal device passive Trip is 90050
[1598789595][INFO]

 ZONE DUMP BEGIN
[1598789595][INFO]
[1598789595][INFO]Zone 0: acpitz, Active:1 Bind:1 Sensor_cnt:1
[1598789595][INFO]..sensors.. 
[1598789595][INFO]sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0 
[1598789595][INFO]..trips.. 
[1598789595][INFO]index 1: type:passive temp:99000 hyst:1 zone id:0 sensor id:0 control_type:1 cdev size:1
[1598789595][INFO]cdev[0] Processor, Sampling period: 0
[1598789595][INFO]       target_state:not defined
[1598789595][INFO]       pid: kp=0 ki=6,95316e-310 kd=6,91523e-310
[1598789595][INFO]index 0: type:max temp:100000 hyst:1 zone id:0 sensor id:0 control_type:1 cdev size:0
[1598789595][INFO]index 2: type:polling temp:89100 hyst:0 zone id:0 sensor id:0 control_type:0 cdev size:0
[1598789595][INFO]
[1598789595][INFO]
[1598789595][INFO]Zone 5: pch_cannonlake, Active:1 Bind:0 Sensor_cnt:1
[1598789595][INFO]..sensors.. 
[1598789595][INFO]sensor index:5 pch_cannonlake /sys/class/thermal/thermal_zone5/ Async:0 
[1598789595][INFO]..trips.. 
[1598789595][INFO]index 0: type:critical temp:120000 hyst:1 zone id:5 sensor id:5 control_type:1 cdev size:0
[1598789595][INFO]index 1: type:polling temp:108000 hyst:0 zone id:5 sensor id:5 control_type:0 cdev size:0
[1598789595][INFO]
[1598789595][INFO]
[1598789595][INFO]Zone 3: SEN1, Active:1 Bind:0 Sensor_cnt:1
[1598789595][INFO]..sensors.. 
[1598789595][INFO]sensor index:3 SEN1 /sys/class/thermal/thermal_zone3/ Async:1 
[1598789595][INFO]..trips.. 
[1598789595][INFO]index 0: type:passive temp:71050 hyst:2000 zone id:3 sensor id:3 control_type:1 cdev size:0
[1598789595][INFO]index 1: type:polling temp:63945 hyst:0 zone id:3 sensor id:3 control_type:0 cdev size:0
[1598789595][INFO]
[1598789595][INFO]
[1598789595][INFO]Zone 1: SEN3, Active:1 Bind:0 Sensor_cnt:1
[1598789595][INFO]..sensors.. 
[1598789595][INFO]sensor index:1 SEN3 /sys/class/thermal/thermal_zone1/ Async:1 
[1598789595][INFO]..trips.. 
[1598789595][INFO]index 0: type:passive temp:60050 hyst:2000 zone id:1 sensor id:1 control_type:1 cdev size:0
[1598789595][INFO]index 1: type:polling temp:54045 hyst:0 zone id:1 sensor id:1 control_type:0 cdev size:0
[1598789595][INFO]
[1598789595][INFO]
[1598789595][INFO]Zone 6: B0D4, Active:1 Bind:1 Sensor_cnt:1
[1598789595][INFO]..sensors.. 
[1598789595][INFO]sensor index:6 B0D4 /sys/class/thermal/thermal_zone6/ Async:0 
[1598789595][INFO]..trips.. 
[1598789595][INFO]index 1: type:passive temp:90050 hyst:1000 zone id:6 sensor id:6 control_type:1 cdev size:4
[1598789595][INFO]cdev[0] rapl_controller, Sampling period: 0
[1598789595][INFO]       target_state:not defined
[1598789595][INFO]cdev[1] intel_pstate, Sampling period: 0
[1598789595][INFO]       target_state:not defined
[1598789595][INFO]cdev[2] intel_powerclamp, Sampling period: 0
[1598789595][INFO]       target_state:not defined
[1598789595][INFO]cdev[3] Processor, Sampling period: 0
[1598789595][INFO]       target_state:not defined
[1598789595][INFO]index 0: type:max temp:99050 hyst:1000 zone id:6 sensor id:6 control_type:1 cdev size:0
[1598789595][INFO]index 2: type:polling temp:81045 hyst:0 zone id:6 sensor id:6 control_type:0 cdev size:0
[1598789595][INFO]
[1598789595][INFO]
[1598789595][INFO]Zone 4: SEN5, Active:1 Bind:0 Sensor_cnt:1
[1598789595][INFO]..sensors.. 
[1598789595][INFO]sensor index:4 SEN5 /sys/class/thermal/thermal_zone4/ Async:1 
[1598789595][INFO]..trips.. 
[1598789595][INFO]index 0: type:passive temp:65050 hyst:2000 zone id:4 sensor id:4 control_type:1 cdev size:0
[1598789595][INFO]index 1: type:polling temp:58545 hyst:0 zone id:4 sensor id:4 control_type:0 cdev size:0
[1598789595][INFO]
[1598789595][INFO]

 ZONE DUMP END
[1598789595][INFO]Current user preference is 0
[1598789595][INFO]Control is taken over from kernel
[1598789595][INFO]Taking over thermal control 
[1598789595][INFO]thd_engine_thread begin
[1598789595][INFO]Set Default UUID: 63BE270F-1C11-48FD-A6F7-3AF253FF3E2D
[1598789595][INFO]Thermal zone of type INT3400
[1598789595][INFO]Thermal zone of type acpitz
[1598789595][INFO]Thermal zone of type x86_pkg_temp
[1598789595][INFO]Thermal zone of type pch_cannonlake
[1598789595][INFO]Thermal zone of type SEN1
[1598789595][INFO]Thermal zone of type SEN3
[1598789595][INFO]Thermal zone of type iwlwifi_1
[1598789595][INFO]Thermal zone of type B0D4
[1598789595][INFO]Thermal zone of type SEN5
[1598789599][INFO]target:PL1MAX 25000
[1598789599][INFO]set cdev state index 14 state 25000000 wr:25000000
[1598789599][INFO]target:PL1MIN 20000
[1598789599][INFO]target:PL2PowerLimit 35000
[1598789599][INFO]set_int3400 target CS_UMA_Perf
spandruvada commented 4 years ago

Need to find out up_client_get_on_battery() what returns. May be it is returning reverse.

Can you add a printf in int cthd_engine_adaptive::evaluate_ac_condition(struct condition condition) { bool on_battery = up_client_get_on_battery(upower_client);

thd_log_info("on_battery %d\n", bool on_battery );

On Mon, 2020-08-31 at 12:51 -0700, Elia Devito wrote:

On my spectre 15-df0006nl thermald set low power limit and getting throttling at 75/80° reaching max 35W instead 45W with throttling at 95~97°, the problem seem to occurs when connecting the AC adapter or when pc was started with the AC adapter connected, insted when pc boot only with on battery, CPU reaches 45W with thermal throttling at 95/97° as expected (like windows).

distro: Fedora 32 (kernel 5.8.4) thermald version: 2.3

thermad log when plug AC adpter:

[1598792203][INFO]target:PL1MAX 25000

[1598792203][INFO]set cdev state index 14 state 25000000 wr:25000000

[1598792203][INFO]target:PL1MIN 20000

[1598792203][INFO]target:PL2PowerLimit 35000

[1598792203][INFO]set_int3400 target CS_UMA_Perf

thermad log when unplug AC adpter:

[1598792627][INFO]target:PL1MAX 45000

[1598792627][INFO]target:PL1MIN 15000

[1598792627][INFO]target:PL2PowerLimit 53000

[1598792627][INFO]set_int3400 target CS_DIS_HP

[1598792627][INFO]forced to min_state

[1598792627][INFO]set cdev state index 14 state 45000000 wr:45000000

[1598792627][INFO]Set : 0, 0, 14, 45000000, 15000000

[1598792627][INFO]

ZONE DUMP BEGIN

[1598792627][INFO]

[1598792627][INFO]Zone 2: SEN3, Active:1 Bind:1 Sensor_cnt:1

[1598792627][INFO]..sensors..

[1598792627][INFO]sensor index:2 SEN3 /sys/class/thermal/thermal_zone2/ Async:1

[1598792627][INFO]..trips..

[1598792627][INFO]index 0: type:passive temp:42000 hyst:0 zone id:2 sensor id:2 control_type:1 cdev size:1

[1598792627][INFO]cdev[0] rapl_controller_mmio, Sampling period: 16

[1598792627][INFO] target_state:not defined

[1598792627][INFO]index 1: type:polling temp:37000 hyst:0 zone id:2 sensor id:2 control_type:0 cdev size:0

[1598792627][INFO]

[1598792627][INFO]

[1598792627][INFO]Zone 3: SEN1, Active:1 Bind:1 Sensor_cnt:1

[1598792627][INFO]..sensors..

[1598792627][INFO]sensor index:3 SEN1 /sys/class/thermal/thermal_zone3/ Async:1

[1598792627][INFO]..trips..

[1598792627][INFO]index 0: type:passive temp:75000 hyst:0 zone id:3 sensor id:3 control_type:1 cdev size:1

[1598792627][INFO]cdev[0] rapl_controller_mmio, Sampling period: 16

[1598792627][INFO] target_state:not defined

[1598792627][INFO]index 1: type:polling temp:67500 hyst:0 zone id:3 sensor id:3 control_type:0 cdev size:0

[1598792627][INFO]

[1598792627][INFO]

ZONE DUMP END

output of thermald --no-daemon --adaptive --loglevel=info when pc boot on battery:

[1598792103][INFO]RAPL domain count 1

[1598792103][INFO]RAPL domain count 1

[1598792103][INFO]..ppcc dump begin..

[1598792103][INFO]Name:TCPU.D0 power_limit_max:10000 power_limit_min:10000 step_size:1000 time_win_max:32000 time_win_min:28000

[1598792103][INFO]ppcc dump end

[1598792103][INFO]..psvt dump begin..

[1598792103][INFO]Name :IETM.D0

[1598792103][INFO] source:_SB.PCI0.B0D4 target:_SB.PCI0.B0D4 priority:3 sample_period:160 temp:95 domain:9 control_knob:65536 psv.limit:MIN

[1598792103][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN5 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:MIN

[1598792103][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN3 priority:2 sample_period:160 temp:45 domain:9 control_knob:65536 psv.limit:MIN

[1598792103][INFO]Name :cs_dis_cool

[1598792103][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN3 priority:1 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:max

[1598792103][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN1 priority:1 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:max

[1598792103][INFO]Name :cs_dis_hp

[1598792103][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN3 priority:1 sample_period:160 temp:42 domain:9 control_knob:65536 psv.limit:max

[1598792103][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max

[1598792103][INFO]Name :cs_dis_perf

[1598792103][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN3 priority:1 sample_period:160 temp:43 domain:9 control_knob:65536 psv.limit:max

[1598792103][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max

[1598792103][INFO]Name :tab_psvt_table

[1598792103][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN1 priority:3 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:MIN

[1598792103][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN3 priority:2 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:MIN

[1598792103][INFO]psvt dump end

[1598792103][INFO]..apat dump begin..

[1598792103][INFO]target_id:8 name:CS_UMAPerf participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:25000

[1598792103][INFO]target_id:8 name:CS_UMAPerf participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:20000

[1598792103][INFO]target_id:8 name:CS_UMAPerf participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000

[1598792103][INFO]target_id:8 name:CS_UMAPerf participant:_SB.IETM domain:14 code:PSVT argument:CS_UMA_Perf

[1598792103][INFO]target_id:8 name:CS_UMAPerf participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:10 name:CS_UMAHP participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:15000

[1598792103][INFO]target_id:10 name:CS_UMAHP participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:12000

[1598792103][INFO]target_id:10 name:CS_UMAHP participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000

[1598792103][INFO]target_id:10 name:CS_UMAHP participant:_SB.IETM domain:14 code:PSVT argument:CS_UMA_HP

[1598792103][INFO]target_id:10 name:CS_UMAHP participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:11 name:CS_UMACool participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:7500

[1598792103][INFO]target_id:11 name:CS_UMACool participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:7500

[1598792103][INFO]target_id:11 name:CS_UMACool participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375

[1598792103][INFO]target_id:11 name:CS_UMACool participant:_SB.IETM domain:14 code:PSVT argument:CS_UMA_COOL

[1598792103][INFO]target_id:11 name:CS_UMACool participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:12 name:CS_UMAQuiet participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:7500

[1598792103][INFO]target_id:12 name:CS_UMAQuiet participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:7500

[1598792103][INFO]target_id:12 name:CS_UMAQuiet participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375

[1598792103][INFO]target_id:12 name:CS_UMAQuiet participant:_SB.IETM domain:14 code:PSVT argument:CS_UMA_Quiet

[1598792103][INFO]target_id:12 name:CS_UMAQuiet participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:13 name:CS_DIS_PerfSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598792103][INFO]target_id:13 name:CS_DIS_PerfSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:20000

[1598792103][INFO]target_id:13 name:CS_DIS_PerfSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598792103][INFO]target_id:13 name:CS_DIS_PerfSKIN participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598792103][INFO]target_id:13 name:CS_DIS_PerfSKIN participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:22 name:CS_DIS_PerfCPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598792103][INFO]target_id:22 name:CS_DIS_PerfCPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:40000

[1598792103][INFO]target_id:22 name:CS_DIS_PerfCPU participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598792103][INFO]target_id:22 name:CS_DIS_PerfCPU participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598792103][INFO]target_id:22 name:CS_DIS_PerfCPU participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:21 name:CS_DIS_PerfGPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598792103][INFO]target_id:21 name:CS_DIS_PerfGPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:30000

[1598792103][INFO]target_id:21 name:CS_DIS_PerfGPU participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598792103][INFO]target_id:21 name:CS_DIS_PerfGPU participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598792103][INFO]target_id:21 name:CS_DIS_PerfGPU participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:27 name:CS_DIS_Perf_SKINW participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598792103][INFO]target_id:27 name:CS_DIS_Perf_SKINW participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:20000

[1598792103][INFO]target_id:27 name:CS_DIS_Perf_SKINW participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598792103][INFO]target_id:27 name:CS_DIS_Perf_SKINW participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598792103][INFO]target_id:27 name:CS_DIS_Perf_SKINW participant:_SB.SEN1 domain:14 code:PerformanceState argument:1

[1598792103][INFO]target_id:26 name:CS_DIS_Perf_CPUW participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598792103][INFO]target_id:26 name:CS_DIS_Perf_CPUW participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:40000

[1598792103][INFO]target_id:26 name:CS_DIS_Perf_CPUW participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598792103][INFO]target_id:26 name:CS_DIS_Perf_CPUW participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598792103][INFO]target_id:26 name:CS_DIS_Perf_CPUW participant:_SB.SEN1 domain:14 code:PerformanceState argument:1

[1598792103][INFO]target_id:25 name:CS_DIS_Perf_GPUW participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598792103][INFO]target_id:25 name:CS_DIS_Perf_GPUW participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:30000

[1598792103][INFO]target_id:25 name:CS_DIS_Perf_GPUW participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598792103][INFO]target_id:25 name:CS_DIS_Perf_GPUW participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598792103][INFO]target_id:25 name:CS_DIS_Perf_GPUW participant:_SB.SEN1 domain:14 code:PerformanceState argument:1

[1598792103][INFO]target_id:14 name:CS_DIS_HPSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:45000

[1598792103][INFO]target_id:14 name:CS_DIS_HPSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:15000

[1598792103][INFO]target_id:14 name:CS_DIS_HPSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000

[1598792103][INFO]target_id:14 name:CS_DIS_HPSKIN participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_HP

[1598792103][INFO]target_id:14 name:CS_DIS_HPSKIN participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:19 name:CS_DIS_HPCPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:45000

[1598792103][INFO]target_id:19 name:CS_DIS_HPCPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:35000

[1598792103][INFO]target_id:19 name:CS_DIS_HPCPU participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000

[1598792103][INFO]target_id:19 name:CS_DIS_HPCPU participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_HP

[1598792103][INFO]target_id:19 name:CS_DIS_HPCPU participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:18 name:CS_DIS_HPGPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:45000

[1598792103][INFO]target_id:18 name:CS_DIS_HPGPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:25000

[1598792103][INFO]target_id:18 name:CS_DIS_HPGPU participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000

[1598792103][INFO]target_id:18 name:CS_DIS_HPGPU participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_HP

[1598792103][INFO]target_id:18 name:CS_DIS_HPGPU participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:16 name:CS_DISCool participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:10000

[1598792103][INFO]target_id:16 name:CS_DISCool participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:10000

[1598792103][INFO]target_id:16 name:CS_DISCool participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:12500

[1598792103][INFO]target_id:16 name:CS_DISCool participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Cool

[1598792103][INFO]target_id:16 name:CS_DISCool participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:23 name:CSDefault participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:45000

[1598792103][INFO]target_id:23 name:CSDefault participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:15000

[1598792103][INFO]target_id:23 name:CSDefault participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000

[1598792103][INFO]target_id:23 name:CSDefault participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_HP

[1598792103][INFO]target_id:23 name:CSDefault participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]target_id:28 name:Table_ActionSet participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:45000

[1598792103][INFO]target_id:28 name:Table_ActionSet participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:10000

[1598792103][INFO]target_id:28 name:Table_ActionSet participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000

[1598792103][INFO]target_id:28 name:Table_ActionSet participant:_SB.IETM domain:14 code:PSVT argument:Tab_PSVT_Table

[1598792103][INFO]target_id:28 name:Table_ActionSet participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598792103][INFO]apat dump end

[1598792103][INFO]..apct dump begin..

[1598792103][INFO]condition_set 0

[1598792103][INFO] target:8 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 1

[1598792103][INFO] target:8 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 2

[1598792103][INFO] target:10 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:10 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 3

[1598792103][INFO] target:11 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:3 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:11 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 4

[1598792103][INFO] target:12 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:4 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:12 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 5

[1598792103][INFO] target:13 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:13 device:_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:13 device:_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3162 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:13 device:_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:13 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 6

[1598792103][INFO] target:21 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:21 device:_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:21 device:_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:21 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 7

[1598792103][INFO] target:22 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:22 device:_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:22 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 8

[1598792103][INFO] target:27 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:27 device:_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:27 device:_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:27 device:_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3162 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:27 device:_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:27 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 9

[1598792103][INFO] target:25 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:25 device:_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:25 device:_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:25 device:_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:25 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 10

[1598792103][INFO] target:26 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:26 device:_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:26 device:_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:26 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 11

[1598792103][INFO] target:14 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:14 device:_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3132 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:14 device:_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:14 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 12

[1598792103][INFO] target:18 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:18 device:_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3332 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:18 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 13

[1598792103][INFO] target:19 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:19 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 14

[1598792103][INFO] target:16 device:_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:7 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:16 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 15

[1598792103][INFO] target:28 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:28 device:NA condition:Oem0 comparison: argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]condition_set 16

[1598792103][INFO] target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO] target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0

[1598792103][INFO]..apct dump end..

[1598792103][MSG]22 CPUID levels; family:model:stepping 0x6:9e:a (6:158:10)

[1598792103][INFO]Running on a vanilla kernel

[1598792103][MSG]Polling mode is enabled: 4

[1598792103][INFO]sensor_update: type SEN3

[1598792103][INFO]sensor_update: type acpitz

[1598792103][INFO]sensor_update: type x86_pkg_temp

[1598792103][INFO]sensor_update: type pch_cannonlake

[1598792103][INFO]sensor_update: type SEN1

[1598792103][INFO]sensor_update: type INT3400

[1598792103][INFO]sensor_update: type iwlwifi_1

[1598792103][INFO]sensor_update: type B0D4

[1598792103][INFO]sensor_update: type SEN5

[1598792103][INFO]thd_read_default_thermal_sensors loaded 9 sensors

[1598792103][INFO]dts /sys/devices/platform/coretemp.0/name doesn't exist

[1598792103][MSG]sensor id 12 : No temp sysfs for reading raw temp

[1598792103][MSG]sensor id 12 : No temp sysfs for reading raw temp

[1598792103][MSG]sensor id 12 : No temp sysfs for reading raw temp

[1598792103][INFO]sensor index:2 SEN3 /sys/class/thermal/thermal_zone2/ Async:0

[1598792103][INFO]sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0

[1598792103][INFO]sensor index:7 x86_pkg_temp /sys/class/thermal/thermal_zone7/ Async:1

[1598792103][INFO]sensor index:5 pch_cannonlake /sys/class/thermal/thermal_zone5/ Async:0

[1598792103][INFO]sensor index:3 SEN1 /sys/class/thermal/thermal_zone3/ Async:0

[1598792103][INFO]sensor index:1 INT3400 /sys/class/thermal/thermal_zone1/ Async:0

[1598792103][INFO]sensor index:8 iwlwifi_1 /sys/class/thermal/thermal_zone8/ Async:0

[1598792103][INFO]sensor index:6 B0D4 /sys/class/thermal/thermal_zone6/ Async:0

[1598792103][INFO]sensor index:4 SEN5 /sys/class/thermal/thermal_zone4/ Async:0

[1598792103][INFO]sensor index:9 hwmon /sys/class/hwmon/hwmon7/temp1_input Async:0

[1598792103][INFO]sensor index:10 hwmon /sys/class/hwmon/hwmon7/temp2_input Async:0

[1598792103][INFO]sensor index:11 hwmon /sys/class/hwmon/hwmon7/temp3_input Async:0

[1598792103][INFO]thd_read_default_cooling devices loaded 13 cdevs

[1598792103][INFO]Reading PPCC from the thermal-conf.xml

[1598792103][INFO]Invalid limits: ppcc limits max:10000000 min:10000000 min_win:28000000 step:1000000

[1598792103][INFO]Default constraint power limit is more than max power 50000000:45000000

[1598792103][INFO]powercap RAPL max power limit range 50000000

[1598792103][INFO]set_pid_param 13 [-1000.100,10]

[1598792103][INFO]ppcc limits max:50000000 min:10000000 min_win:28000000 step:1000000

[1598792103][INFO]set_pid_param 14 [-1000.100,10]

[1598792103][INFO]Use Default pstate drv settings

[1598792103][INFO]name = package-0

[1598792103][INFO]name = dram

[1598792103][INFO]ppcc limits max:50000000 min:10000000 min_win:28000000 step:1000000

[1598792103][INFO]sysfs read failed /sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/constraint_0_max_power_uw

[1598792103][INFO]set_pid_param 16 [-1000.100,10]

[1598792103][INFO]1: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]11: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]8: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]6: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]4: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]2: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]12: intel_powerclamp, C:-1 MN: 0 MX:50 ST:5 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]0: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]10: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]9: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]7: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]5: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]3: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0

[1598792103][INFO]13: rapl_controller, C:50000000 MN: 50000000 MX:25000000 ST:-2500000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/ rd_bk 1

[1598792103][INFO]14: rapl_controller_mmio, C:50000000 MN: 50000000 MX:10000000 Inc ST:-2000000 Dec ST:-1000000 pt:/sys/devices/virtual/powercap/intel-rapl-mmio/intel-rapl-mmio:0/ rd_bk 1

[1598792103][INFO]15: intel_pstate, C:0 MN: 0 MX:10 ST:1 pt:/sys/devices/system/cpu/intel_pstate/ rd_bk 1

[1598792103][INFO]16: rapl_controller_dram, C:50000000 MN: 50000000 MX:10000000 Inc ST:-2000000 Dec ST:-1000000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/ rd_bk 1

[1598792103][INFO]17: LCD, C:0 MN: 0 MX:120000 ST:12000 pt:/sys/class/backlight/intel_backlight/ rd_bk 1

[1598792103][INFO]thd_read_default_thermal_zones loaded 6 zones

[1598792103][INFO]Processor thermal device is present

[1598792103][INFO]It will act as CPU thermal zone !!

[1598792103][INFO]Processor thermal device passive Trip is 90050

[1598792103][INFO]

ZONE DUMP BEGIN

[1598792103][INFO]

[1598792103][INFO]Zone 2: SEN3, Active:1 Bind:0 Sensor_cnt:1

[1598792103][INFO]..sensors..

[1598792103][INFO]sensor index:2 SEN3 /sys/class/thermal/thermal_zone2/ Async:1

[1598792103][INFO]..trips..

[1598792103][INFO]index 0: type:passive temp:60050 hyst:2000 zone id:2 sensor id:2 control_type:1 cdev size:0

[1598792103][INFO]index 1: type:polling temp:54045 hyst:0 zone id:2 sensor id:2 control_type:0 cdev size:0

[1598792103][INFO]

[1598792103][INFO]

[1598792103][INFO]Zone 0: acpitz, Active:1 Bind:1 Sensor_cnt:1

[1598792103][INFO]..sensors..

[1598792103][INFO]sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0

[1598792103][INFO]..trips..

[1598792103][INFO]index 1: type:passive temp:99000 hyst:1 zone id:0 sensor id:0 control_type:1 cdev size:1

[1598792103][INFO]cdev[0] Processor, Sampling period: 0

[1598792103][INFO] target_state:not defined

[1598792103][INFO] pid: kp=0 ki=6,95301e-310 kd=6,9413e-310

[1598792103][INFO]index 0: type:max temp:100000 hyst:1 zone id:0 sensor id:0 control_type:1 cdev size:0

[1598792103][INFO]index 2: type:polling temp:89100 hyst:0 zone id:0 sensor id:0 control_type:0 cdev size:0

[1598792103][INFO]

[1598792103][INFO]

[1598792103][INFO]Zone 5: pch_cannonlake, Active:1 Bind:0 Sensor_cnt:1

[1598792103][INFO]..sensors..

[1598792103][INFO]sensor index:5 pch_cannonlake /sys/class/thermal/thermal_zone5/ Async:0

[1598792103][INFO]..trips..

[1598792103][INFO]index 0: type:critical temp:120000 hyst:1 zone id:5 sensor id:5 control_type:1 cdev size:0

[1598792103][INFO]index 1: type:polling temp:108000 hyst:0 zone id:5 sensor id:5 control_type:0 cdev size:0

[1598792103][INFO]

[1598792103][INFO]

[1598792103][INFO]Zone 3: SEN1, Active:1 Bind:0 Sensor_cnt:1

[1598792103][INFO]..sensors..

[1598792103][INFO]sensor index:3 SEN1 /sys/class/thermal/thermal_zone3/ Async:1

[1598792103][INFO]..trips..

[1598792103][INFO]index 0: type:passive temp:71050 hyst:2000 zone id:3 sensor id:3 control_type:1 cdev size:0

[1598792103][INFO]index 1: type:polling temp:63945 hyst:0 zone id:3 sensor id:3 control_type:0 cdev size:0

[1598792103][INFO]

[1598792103][INFO]

[1598792103][INFO]Zone 6: B0D4, Active:1 Bind:1 Sensor_cnt:1

[1598792103][INFO]..sensors..

[1598792103][INFO]sensor index:6 B0D4 /sys/class/thermal/thermal_zone6/ Async:0

[1598792103][INFO]..trips..

[1598792103][INFO]index 1: type:passive temp:90050 hyst:1000 zone id:6 sensor id:6 control_type:1 cdev size:4

[1598792103][INFO]cdev[0] rapl_controller, Sampling period: 0

[1598792103][INFO] target_state:not defined

[1598792103][INFO]cdev[1] intel_pstate, Sampling period: 0

[1598792103][INFO] target_state:not defined

[1598792103][INFO]cdev[2] intel_powerclamp, Sampling period: 0

[1598792103][INFO] target_state:not defined

[1598792103][INFO]cdev[3] Processor, Sampling period: 0

[1598792103][INFO] target_state:not defined

[1598792103][INFO]index 0: type:max temp:99050 hyst:1000 zone id:6 sensor id:6 control_type:1 cdev size:0

[1598792103][INFO]index 2: type:polling temp:81045 hyst:0 zone id:6 sensor id:6 control_type:0 cdev size:0

[1598792103][INFO]

[1598792103][INFO]

[1598792103][INFO]Zone 4: SEN5, Active:1 Bind:0 Sensor_cnt:1

[1598792103][INFO]..sensors..

[1598792103][INFO]sensor index:4 SEN5 /sys/class/thermal/thermal_zone4/ Async:1

[1598792103][INFO]..trips..

[1598792103][INFO]index 0: type:passive temp:65050 hyst:2000 zone id:4 sensor id:4 control_type:1 cdev size:0

[1598792103][INFO]index 1: type:polling temp:58545 hyst:0 zone id:4 sensor id:4 control_type:0 cdev size:0

[1598792103][INFO]

[1598792103][INFO]

ZONE DUMP END

[1598792103][INFO]Current user preference is 0

[1598792103][INFO]Control is taken over from kernel

[1598792103][INFO]Taking over thermal control

[1598792103][INFO]thd_engine_thread begin

[1598792103][INFO]Set Default UUID: 63BE270F-1C11-48FD-A6F7-3AF253FF3E2D

[1598792103][INFO]Thermal zone of type SEN3

[1598792103][INFO]Thermal zone of type acpitz

[1598792103][INFO]Thermal zone of type x86_pkg_temp

[1598792103][INFO]Thermal zone of type pch_cannonlake

[1598792103][INFO]Thermal zone of type SEN1

[1598792103][INFO]Thermal zone of type INT3400

[1598792103][INFO]Thermal zone of type iwlwifi_1

[1598792103][INFO]Thermal zone of type B0D4

[1598792103][INFO]Thermal zone of type SEN5

[1598792107][INFO]target:PL1MAX 45000

[1598792107][INFO]set cdev state index 14 state 45000000 wr:45000000

[1598792107][INFO]target:PL1MIN 15000

[1598792107][INFO]target:PL2PowerLimit 53000

[1598792107][INFO]set_int3400 target CS_DIS_HP

[1598792107][INFO]

ZONE DUMP BEGIN

[1598792107][INFO]

[1598792107][INFO]Zone 2: SEN3, Active:1 Bind:1 Sensor_cnt:1

[1598792107][INFO]..sensors..

[1598792107][INFO]sensor index:2 SEN3 /sys/class/thermal/thermal_zone2/ Async:1

[1598792107][INFO]..trips..

[1598792107][INFO]index 0: type:passive temp:42000 hyst:0 zone id:2 sensor id:2 control_type:1 cdev size:1

[1598792107][INFO]cdev[0] rapl_controller_mmio, Sampling period: 16

[1598792107][INFO] target_state:not defined

[1598792107][INFO]index 1: type:polling temp:37000 hyst:0 zone id:2 sensor id:2 control_type:0 cdev size:0

[1598792107][INFO]

[1598792107][INFO]

[1598792107][INFO]Zone 3: SEN1, Active:1 Bind:1 Sensor_cnt:1

[1598792107][INFO]..sensors..

[1598792107][INFO]sensor index:3 SEN1 /sys/class/thermal/thermal_zone3/ Async:1

[1598792107][INFO]..trips..

[1598792107][INFO]index 0: type:passive temp:75000 hyst:0 zone id:3 sensor id:3 control_type:1 cdev size:1

[1598792107][INFO]cdev[0] rapl_controller_mmio, Sampling period: 16

[1598792107][INFO] target_state:not defined

[1598792107][INFO]index 1: type:polling temp:67500 hyst:0 zone id:3 sensor id:3 control_type:0 cdev size:0

[1598792107][INFO]

[1598792107][INFO]

ZONE DUMP END

output of thermald --no-daemon --adaptive --loglevel=info when pc boot with AC adapter:

[1598789595][INFO]RAPL domain count 1

[1598789595][INFO]RAPL domain count 1

[1598789595][INFO]..ppcc dump begin..

[1598789595][INFO]Name:TCPU.D0 power_limit_max:10000 power_limit_min:10000 step_size:1000 time_win_max:32000 time_win_min:28000

[1598789595][INFO]ppcc dump end

[1598789595][INFO]..psvt dump begin..

[1598789595][INFO]Name :IETM.D0

[1598789595][INFO] source:_SB.PCI0.B0D4 target:_SB.PCI0.B0D4 priority:3 sample_period:160 temp:95 domain:9 control_knob:65536 psv.limit:MIN

[1598789595][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN5 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:MIN

[1598789595][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN3 priority:2 sample_period:160 temp:45 domain:9 control_knob:65536 psv.limit:MIN

[1598789595][INFO]Name :cs_dis_cool

[1598789595][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN3 priority:1 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:max

[1598789595][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN1 priority:1 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:max

[1598789595][INFO]Name :cs_dis_hp

[1598789595][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN3 priority:1 sample_period:160 temp:42 domain:9 control_knob:65536 psv.limit:max

[1598789595][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max

[1598789595][INFO]Name :cs_dis_perf

[1598789595][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN3 priority:1 sample_period:160 temp:43 domain:9 control_knob:65536 psv.limit:max

[1598789595][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max

[1598789595][INFO]Name :tab_psvt_table

[1598789595][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN1 priority:3 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:MIN

[1598789595][INFO] source:_SB.PCI0.B0D4 target:_SB.SEN3 priority:2 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:MIN

[1598789595][INFO]psvt dump end

[1598789595][INFO]..apat dump begin..

[1598789595][INFO]target_id:8 name:CS_UMAPerf participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:25000

[1598789595][INFO]target_id:8 name:CS_UMAPerf participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:20000

[1598789595][INFO]target_id:8 name:CS_UMAPerf participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000

[1598789595][INFO]target_id:8 name:CS_UMAPerf participant:_SB.IETM domain:14 code:PSVT argument:CS_UMA_Perf

[1598789595][INFO]target_id:8 name:CS_UMAPerf participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598789595][INFO]target_id:10 name:CS_UMAHP participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:15000

[1598789595][INFO]target_id:10 name:CS_UMAHP participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:12000

[1598789595][INFO]target_id:10 name:CS_UMAHP participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000

[1598789595][INFO]target_id:10 name:CS_UMAHP participant:_SB.IETM domain:14 code:PSVT argument:CS_UMA_HP

[1598789595][INFO]target_id:10 name:CS_UMAHP participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598789595][INFO]target_id:11 name:CS_UMACool participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:7500

[1598789595][INFO]target_id:11 name:CS_UMACool participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:7500

[1598789595][INFO]target_id:11 name:CS_UMACool participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375

[1598789595][INFO]target_id:11 name:CS_UMACool participant:_SB.IETM domain:14 code:PSVT argument:CS_UMA_COOL

[1598789595][INFO]target_id:11 name:CS_UMACool participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598789595][INFO]target_id:12 name:CS_UMAQuiet participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:7500

[1598789595][INFO]target_id:12 name:CS_UMAQuiet participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:7500

[1598789595][INFO]target_id:12 name:CS_UMAQuiet participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375

[1598789595][INFO]target_id:12 name:CS_UMAQuiet participant:_SB.IETM domain:14 code:PSVT argument:CS_UMA_Quiet

[1598789595][INFO]target_id:12 name:CS_UMAQuiet participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598789595][INFO]target_id:13 name:CS_DIS_PerfSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598789595][INFO]target_id:13 name:CS_DIS_PerfSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:20000

[1598789595][INFO]target_id:13 name:CS_DIS_PerfSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598789595][INFO]target_id:13 name:CS_DIS_PerfSKIN participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598789595][INFO]target_id:13 name:CS_DIS_PerfSKIN participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598789595][INFO]target_id:22 name:CS_DIS_PerfCPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598789595][INFO]target_id:22 name:CS_DIS_PerfCPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:40000

[1598789595][INFO]target_id:22 name:CS_DIS_PerfCPU participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598789595][INFO]target_id:22 name:CS_DIS_PerfCPU participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598789595][INFO]target_id:22 name:CS_DIS_PerfCPU participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598789595][INFO]target_id:21 name:CS_DIS_PerfGPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598789595][INFO]target_id:21 name:CS_DIS_PerfGPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:30000

[1598789595][INFO]target_id:21 name:CS_DIS_PerfGPU participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598789595][INFO]target_id:21 name:CS_DIS_PerfGPU participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598789595][INFO]target_id:21 name:CS_DIS_PerfGPU participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598789595][INFO]target_id:27 name:CS_DIS_Perf_SKINW participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598789595][INFO]target_id:27 name:CS_DIS_Perf_SKINW participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:20000

[1598789595][INFO]target_id:27 name:CS_DIS_Perf_SKINW participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598789595][INFO]target_id:27 name:CS_DIS_Perf_SKINW participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598789595][INFO]target_id:27 name:CS_DIS_Perf_SKINW participant:_SB.SEN1 domain:14 code:PerformanceState argument:1

[1598789595][INFO]target_id:26 name:CS_DIS_Perf_CPUW participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598789595][INFO]target_id:26 name:CS_DIS_Perf_CPUW participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:40000

[1598789595][INFO]target_id:26 name:CS_DIS_Perf_CPUW participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598789595][INFO]target_id:26 name:CS_DIS_Perf_CPUW participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598789595][INFO]target_id:26 name:CS_DIS_Perf_CPUW participant:_SB.SEN1 domain:14 code:PerformanceState argument:1

[1598789595][INFO]target_id:25 name:CS_DIS_Perf_GPUW participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:50000

[1598789595][INFO]target_id:25 name:CS_DIS_Perf_GPUW participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:30000

[1598789595][INFO]target_id:25 name:CS_DIS_Perf_GPUW participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000

[1598789595][INFO]target_id:25 name:CS_DIS_Perf_GPUW participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_Perf

[1598789595][INFO]target_id:25 name:CS_DIS_Perf_GPUW participant:_SB.SEN1 domain:14 code:PerformanceState argument:1

[1598789595][INFO]target_id:14 name:CS_DIS_HPSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:45000

[1598789595][INFO]target_id:14 name:CS_DIS_HPSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:15000

[1598789595][INFO]target_id:14 name:CS_DIS_HPSKIN participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000

[1598789595][INFO]target_id:14 name:CS_DIS_HPSKIN participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_HP

[1598789595][INFO]target_id:14 name:CS_DIS_HPSKIN participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598789595][INFO]target_id:19 name:CS_DIS_HPCPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:45000

[1598789595][INFO]target_id:19 name:CS_DIS_HPCPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:35000

[1598789595][INFO]target_id:19 name:CS_DIS_HPCPU participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000

[1598789595][INFO]target_id:19 name:CS_DIS_HPCPU participant:_SB.IETM domain:14 code:PSVT argument:CS_DIS_HP

[1598789595][INFO]target_id:19 name:CS_DIS_HPCPU participant:_SB.SEN1 domain:14 code:PerformanceState argument:0

[1598789595][INFO]target_id:18 name:CS_DIS_HPGPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MAX argument:45000

[1598789595][INFO]target_id:18 name:CS_DIS_HPGPU participant:_SB.PCI0.B0D4 domain:9 code:PL1MIN argument:25000

[1598789595][INFO]target_id:18 name:CS_DIS_HPGPU participant:_SB.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000

[1598789595][I

eliadevito commented 4 years ago

thanks for quick reply, I have added the printf that you suggested and seem that thermald recognizes correctly the battery/ac status in fact it print inside log "on_battery 1" when pc is on battery and "on_battery 0" when AC adapter is connected

spandruvada commented 4 years ago

To find out which condition it is getting satisfied, please run will loglevel=debug for both cases.

Also when AC and battery print values of /sys/bus/platform/devices/INT3400:00/odvp*

eliadevito commented 4 years ago

I have runned thermald with loglevel=debug and effectively seem that it invert the battery conditions with ac conditions, I think the problem is caused by thermald wrong Power_source condition logic iterpretation, in detail

target:8 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0

thermald resolve this condition as "if on battery true else false" instead I think the correct iterpretation is "if on ac true else false"

I have patched thermald to invert the evaluate_ac_condition() logic and with this patch thermald seem to work very well on my macchine with CPU at 45W on high load and 50W peak with turbo boost at max. you can see my patch here: https://github.com/eliadevito/thermal_daemon/commit/2f4e18ccabeba7409ee1d8cca8949fdb26eb1d8c

I attach requested log to allow you to verify if my solution is correct

output of not patched thermald --no-daemon --adaptive --loglevel=info when on AC adapter:

[1599142265][DEBUG]RAPL sysfs present 
[1599142265][DEBUG]RAPL base path /sys/class/powercap/intel-rapl/
[1599142265][DEBUG]RAPL domain dir uevent
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/uevent/name doesn't exist
[1599142265][DEBUG]RAPL domain dir enabled
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/enabled/name doesn't exist
[1599142265][DEBUG]RAPL domain dir power
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/power/name doesn't exist
[1599142265][DEBUG]RAPL domain dir intel-rapl:0
[1599142265][DEBUG]name package-0
[1599142265][DEBUG]RAPL base path /sys/class/powercap/intel-rapl/intel-rapl:0/
[1599142265][DEBUG]RAPL domain dir uevent
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/uevent/name doesn't exist
[1599142265][DEBUG]RAPL domain dir energy_uj
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/energy_uj/name doesn't exist
[1599142265][DEBUG]RAPL domain dir intel-rapl:0:2
[1599142265][DEBUG]name dram
[1599142265][DEBUG]RAPL domain dir intel-rapl:0:0
[1599142265][DEBUG]name core
[1599142265][DEBUG]RAPL domain dir enabled
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/enabled/name doesn't exist
[1599142265][DEBUG]RAPL domain dir constraint_1_max_power_uw
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_max_power_uw/name doesn't exist
[1599142265][DEBUG]RAPL domain dir power
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/power/name doesn't exist
[1599142265][DEBUG]RAPL domain dir device
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/device/name doesn't exist
[1599142265][DEBUG]RAPL domain dir constraint_1_time_window_us
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_time_window_us/name doesn't exist
[1599142265][DEBUG]RAPL domain dir constraint_1_power_limit_uw
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_power_limit_uw/name doesn't exist
[1599142265][DEBUG]RAPL domain dir intel-rapl:0:1
[1599142265][DEBUG]name uncore
[1599142265][DEBUG]RAPL domain dir constraint_0_time_window_us
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_time_window_us/name doesn't exist
[1599142265][DEBUG]RAPL domain dir subsystem
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/subsystem/name doesn't exist
[1599142265][DEBUG]RAPL domain dir constraint_1_name
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_name/name doesn't exist
[1599142265][DEBUG]RAPL domain dir constraint_0_power_limit_uw
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_power_limit_uw/name doesn't exist
[1599142265][DEBUG]RAPL domain dir constraint_0_name
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_name/name doesn't exist
[1599142265][DEBUG]RAPL domain dir name
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/name/name doesn't exist
[1599142265][DEBUG]RAPL domain dir constraint_0_max_power_uw
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_max_power_uw/name doesn't exist
[1599142265][DEBUG]RAPL domain dir max_energy_range_uj
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/max_energy_range_uj/name doesn't exist
[1599142265][INFO]RAPL domain count 1
[1599142265][DEBUG]RAPL domain dir subsystem
[1599142265][DEBUG] /sys/class/powercap/intel-rapl/subsystem/name doesn't exist
[1599142265][INFO]RAPL domain count 1
[1599142265][DEBUG]header version[2] size[1673] header_size[148]
[1599142265][DEBUG]Uncompress GDDV payload
[1599142265][DEBUG]header version[2] size[26041] header_size[148]
[1599142265][INFO]..ppcc dump begin.. 
[1599142265][INFO]Name:TCPU.D0 power_limit_max:10000 power_limit_min:10000 step_size:1000 time_win_max:32000 time_win_min:28000
[1599142265][INFO]ppcc dump end
[1599142265][INFO]..psvt dump begin.. 
[1599142265][INFO]Name :IETM.D0
[1599142265][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.PCI0.B0D4 priority:3 sample_period:160 temp:95 domain:9 control_knob:65536 psv.limit:MIN
[1599142265][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN5 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:MIN
[1599142265][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:2 sample_period:160 temp:45 domain:9 control_knob:65536 psv.limit:MIN
[1599142265][INFO]Name :cs_dis_cool
[1599142265][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:max
[1599142265][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:max
[1599142265][INFO]Name :cs_dis_hp
[1599142265][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:42 domain:9 control_knob:65536 psv.limit:max
[1599142265][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max
[1599142265][INFO]Name :cs_dis_perf
[1599142265][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:43 domain:9 control_knob:65536 psv.limit:max
[1599142265][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max
[1599142265][INFO]Name :tab_psvt_table
[1599142265][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:3 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:MIN
[1599142265][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:2 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:MIN
[1599142265][INFO]psvt dump end
[1599142265][INFO]..apat dump begin.. 
[1599142265][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:25000
[1599142265][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1599142265][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000
[1599142265][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_Perf
[1599142265][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:15000
[1599142265][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:12000
[1599142265][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000
[1599142265][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_HP
[1599142265][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:7500
[1599142265][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:7500
[1599142265][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375
[1599142265][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_COOL
[1599142265][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:7500
[1599142265][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:7500
[1599142265][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375
[1599142265][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_Quiet
[1599142265][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142265][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1599142265][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142265][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142265][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142265][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:40000
[1599142265][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142265][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142265][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142265][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:30000
[1599142265][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142265][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142265][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142265][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1599142265][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142265][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142265][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1599142265][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142265][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:40000
[1599142265][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142265][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142265][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1599142265][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142265][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:30000
[1599142265][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142265][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142265][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1599142265][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1599142265][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:15000
[1599142265][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1599142265][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1599142265][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1599142265][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:35000
[1599142265][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1599142265][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1599142265][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1599142265][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:25000
[1599142265][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1599142265][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1599142265][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:10000
[1599142265][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:10000
[1599142265][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:12500
[1599142265][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Cool
[1599142265][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1599142265][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:15000
[1599142265][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1599142265][INFO]target_id:23 name:CS_Default participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1599142265][INFO]target_id:23 name:CS_Default participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1599142265][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:10000
[1599142265][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1599142265][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.IETM domain:14 code:PSVT argument:Tab_PSVT_Table
[1599142265][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142265][INFO]apat dump end
[1599142265][INFO]..apct dump begin.. 
[1599142265][INFO]condition_set 0
[1599142265][INFO]  target:8 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 1
[1599142265][INFO]  target:8 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 2
[1599142265][INFO]  target:10 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:10 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 3
[1599142265][INFO]  target:11 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:3 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:11 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 4
[1599142265][INFO]  target:12 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:4 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:12 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 5
[1599142265][INFO]  target:13 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:13 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:13 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3162 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:13 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:13 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 6
[1599142265][INFO]  target:21 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:21 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:21 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:21 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 7
[1599142265][INFO]  target:22 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:22 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:22 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 8
[1599142265][INFO]  target:27 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:27 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:27 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:27 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3162 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:27 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:27 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 9
[1599142265][INFO]  target:25 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:25 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:25 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:25 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:25 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 10
[1599142265][INFO]  target:26 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:26 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:26 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:26 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 11
[1599142265][INFO]  target:14 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:14 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3132 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:14 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:14 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 12
[1599142265][INFO]  target:18 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:18 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3332 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:18 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 13
[1599142265][INFO]  target:19 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:19 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 14
[1599142265][INFO]  target:16 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:7 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:16 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 15
[1599142265][INFO]  target:28 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:28 device:NA condition:Oem0 comparison: argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]condition_set 16
[1599142265][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142265][INFO]..apct dump end.. 
[1599142265][DEBUG]evaluate condition set 0
[1599142265][DEBUG]evaluate condition.condition at index 0
[1599142265][DEBUG]evaluate condition.condition 19
[1599142265][DEBUG]evaluate condition.condition at index 1
[1599142265][DEBUG]evaluate condition.condition 8
[1599142265][DEBUG]evaluate condition.condition at index 2
[1599142265][DEBUG]evaluate condition.condition 11
[1599142265][DEBUG]evaluate condition.condition at index 3
[1599142265][DEBUG]evaluate condition.condition at index 4
[1599142265][DEBUG]evaluate condition.condition at index 5
[1599142265][DEBUG]evaluate condition.condition at index 6
[1599142265][DEBUG]evaluate condition.condition at index 7
[1599142265][DEBUG]evaluate condition.condition at index 8
[1599142265][DEBUG]evaluate condition.condition at index 9
[1599142265][MSG]22 CPUID levels; family:model:stepping 0x6:9e:a (6:158:10)
[1599142265][INFO]Running on a vanilla kernel
[1599142265][MSG]Polling mode is enabled: 4
[1599142265][DEBUG]thd_read_default_thermal_sensors 
[1599142265][INFO]sensor_update: type SEN1
[1599142265][INFO]sensor_update: type acpitz
[1599142265][INFO]sensor_update: type x86_pkg_temp
[1599142265][INFO]sensor_update: type pch_cannonlake
[1599142265][INFO]sensor_update: type SEN5
[1599142265][INFO]sensor_update: type SEN3
[1599142265][INFO]sensor_update: type iwlwifi_1
[1599142265][INFO]sensor_update: type B0D4
[1599142265][INFO]sensor_update: type INT3400
[1599142265][INFO]thd_read_default_thermal_sensors loaded 9 sensors 
[1599142265][INFO]dts /sys/devices/platform/coretemp.0/name doesn't exist
[1599142265][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1599142265][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1599142265][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1599142265][INFO]sensor index:2 SEN1 /sys/class/thermal/thermal_zone2/ Async:0 
[1599142265][INFO]sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0 
[1599142265][INFO]sensor index:7 x86_pkg_temp /sys/class/thermal/thermal_zone7/ Async:1 
[1599142265][INFO]sensor index:5 pch_cannonlake /sys/class/thermal/thermal_zone5/ Async:0 
[1599142265][INFO]sensor index:3 SEN5 /sys/class/thermal/thermal_zone3/ Async:0 
[1599142265][INFO]sensor index:1 SEN3 /sys/class/thermal/thermal_zone1/ Async:0 
[1599142265][INFO]sensor index:8 iwlwifi_1 /sys/class/thermal/thermal_zone8/ Async:0 
[1599142265][INFO]sensor index:6 B0D4 /sys/class/thermal/thermal_zone6/ Async:0 
[1599142265][INFO]sensor index:4 INT3400 /sys/class/thermal/thermal_zone4/ Async:0 
[1599142265][INFO]sensor index:9 hwmon /sys/class/hwmon/hwmon7/temp1_input Async:0 
[1599142265][INFO]sensor index:10 hwmon /sys/class/hwmon/hwmon7/temp2_input Async:0 
[1599142265][INFO]sensor index:11 hwmon /sys/class/hwmon/hwmon7/temp3_input Async:0 
[1599142265][DEBUG]thd_read_default_cooling devices 
[1599142265][DEBUG]cooling dev 1:0:10:Processor
[1599142265][DEBUG]cooling dev 11:0:10:Processor
[1599142265][DEBUG]cooling dev 8:0:10:Processor
[1599142265][DEBUG]cooling dev 6:0:10:Processor
[1599142265][DEBUG]cooling dev 4:0:10:Processor
[1599142265][DEBUG]cooling dev 2:0:10:Processor
[1599142265][DEBUG]cooling dev 12:-1:50:intel_powerclamp
[1599142265][DEBUG]cooling dev 0:0:10:Processor
[1599142265][DEBUG]cooling dev 10:0:10:Processor
[1599142265][DEBUG]cooling dev 9:0:10:Processor
[1599142265][DEBUG]cooling dev 7:0:10:Processor
[1599142265][DEBUG]cooling dev 5:0:10:Processor
[1599142265][DEBUG]cooling dev 3:0:10:Processor
[1599142265][INFO]thd_read_default_cooling devices loaded 13 cdevs 
[1599142265][INFO]Reading PPCC from the thermal-conf.xml
[1599142265][INFO]Invalid limits: ppcc limits max:10000000 min:10000000  min_win:28000000 step:1000000
[1599142265][INFO]Default constraint power limit is more than max power 50000000:45000000
[1599142265][INFO]powercap RAPL max power limit range 50000000 
[1599142265][DEBUG]power_on_enable_status: 1
[1599142265][DEBUG]power_on_constraint_0_time_window: 27983872
[1599142265][DEBUG]RAPL max limit 25000000 increment: -2500000
[1599142265][INFO]set_pid_param 13 [-1000.100,10]
[1599142265][INFO]ppcc limits max:50000000 min:10000000  min_win:28000000 step:1000000
[1599142265][DEBUG]power_on_enable_status: 1
[1599142265][DEBUG]power_on_constraint_0_time_window: 31981568
[1599142265][DEBUG]RAPL max limit 10000000 increment: 1
[1599142265][INFO]set_pid_param 14 [-1000.100,10]
[1599142265][INFO]Use Default pstate drv settings
[1599142265][DEBUG]cooling dev index:15, curr_state:0, max_state:10, unit:10,000000, min_com:0, type:intel_pstate
[1599142265][DEBUG]pstate CPU present 0-11
[1599142265][INFO]name = package-0
[1599142265][INFO]name = dram
[1599142265][INFO]ppcc limits max:50000000 min:10000000  min_win:28000000 step:1000000
[1599142265][INFO]sysfs read failed /sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/constraint_0_max_power_uw
[1599142265][DEBUG]power_on_enable_status: 1
[1599142265][DEBUG]power_on_constraint_0_time_window: 31981568
[1599142265][DEBUG]RAPL max limit 10000000 increment: 1
[1599142265][INFO]set_pid_param 16 [-1000.100,10]
[1599142265][INFO]1: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]11: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]8: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]6: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]4: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]2: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]12: intel_powerclamp, C:-1 MN: 0 MX:50 ST:5 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]0: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]10: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]9: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]7: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]5: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]3: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142265][INFO]13: rapl_controller, C:50000000 MN: 50000000 MX:25000000 ST:-2500000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/ rd_bk 1 
[1599142265][INFO]14: rapl_controller_mmio, C:50000000 MN: 50000000 MX:10000000 Inc ST:-2000000 Dec ST:-1000000 pt:/sys/devices/virtual/powercap/intel-rapl-mmio/intel-rapl-mmio:0/ rd_bk 1 
[1599142265][INFO]15: intel_pstate, C:0 MN: 0 MX:10 ST:1 pt:/sys/devices/system/cpu/intel_pstate/ rd_bk 1 
[1599142265][INFO]16: rapl_controller_dram, C:50000000 MN: 50000000 MX:10000000 Inc ST:-2000000 Dec ST:-1000000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/ rd_bk 1 
[1599142265][INFO]17: LCD, C:0 MN: 0 MX:120000 ST:12000 pt:/sys/class/backlight/intel_backlight/ rd_bk 1 
[1599142265][DEBUG]thd_read_default_thermal_zones 
[1599142265][DEBUG]Added zone index:2 
[1599142265][DEBUG]Thermal Zone look for 2/type
[1599142265][DEBUG]Thermal Zone 2:SEN1
[1599142265][DEBUG]read_trip_points 2/trip_point_0_type:passive 
[1599142265][DEBUG]read_trip_points 2/trip_point_0_temp:0 
[1599142265][DEBUG]read_trip_points 2/trip_point_0_hyst:2000 
[1599142265][DEBUG]read_trip_points 2/trip_point_1_type:passive 
[1599142265][DEBUG]read_trip_points 2/trip_point_1_temp:0 
[1599142265][DEBUG]read_trip_points 2/trip_point_1_hyst:2000 
[1599142265][DEBUG]read_trip_points 2/trip_point_2_type:critical 
[1599142265][DEBUG]read_trip_points 2/trip_point_2_temp:-273250 
[1599142265][DEBUG]read_trip_points 2/trip_point_2_hyst:2000 
[1599142265][DEBUG]read_trip_points 2/trip_point_3_type:hot 
[1599142265][DEBUG]read_trip_points 2/trip_point_3_temp:-273250 
[1599142265][DEBUG]read_trip_points 2/trip_point_3_hyst:2000 
[1599142265][DEBUG]read_trip_points 2/trip_point_4_type:passive 
[1599142265][DEBUG]read_trip_points 2/trip_point_4_temp:71050 
[1599142265][DEBUG]read_trip_points 2/trip_point_4_hyst:2000 
[1599142265][DEBUG]Add trip pt 3:2:0x2:71050:2000
[1599142265][DEBUG]read_trip_points 2/trip_point_5_type:active 
[1599142265][DEBUG]read_trip_points 2/trip_point_5_temp:-273250 
[1599142265][DEBUG]read_trip_points 2/trip_point_5_hyst:2000 
[1599142265][DEBUG]read_trip_points Added 1 trips 
[1599142265][DEBUG] >> read_cdev_trip_points for 
[1599142265][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0 
[1599142265][DEBUG]sort_and_update_poll_trip: trip_points_size =1
[1599142265][DEBUG]Add trip pt 5:2:0x2:63945:0
[1599142265][DEBUG]Added zone index:0 
[1599142265][DEBUG]Thermal Zone look for 0/type
[1599142265][DEBUG]Thermal Zone 0:acpitz
[1599142265][DEBUG]read_trip_points 0/trip_point_0_type:hot 
[1599142265][DEBUG]read_trip_points 0/trip_point_0_temp:100000 
[1599142265][DEBUG]Add trip pt 2:0:0x0:100000:1
[1599142265][DEBUG]read_trip_points 0/trip_point_1_type:passive 
[1599142265][DEBUG]read_trip_points 0/trip_point_1_temp:99000 
[1599142265][DEBUG]Add trip pt 3:0:0x0:99000:1
[1599142265][DEBUG]read_trip_points Added 2 trips 
[1599142265][DEBUG] >> read_cdev_trip_points for 
[1599142265][DEBUG]cdev trip point: 1 contains 1
[1599142265][DEBUG]cdev0 present
[1599142265][DEBUG]symbolic name ../cooling_device0:0
[1599142265][DEBUG]zone acpitz bounded 
[1599142265][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 1 
[1599142265][DEBUG]sort_and_update_poll_trip: trip_points_size =2
[1599142265][DEBUG]Add trip pt 5:0:0x0:89100:0
[1599142265][DEBUG]Added zone index:7 
[1599142265][DEBUG]Thermal Zone look for 7/type
[1599142265][DEBUG]Thermal Zone 7:x86_pkg_temp
[1599142265][DEBUG]read_trip_points 7/trip_point_0_type:passive 
[1599142265][DEBUG]read_trip_points 7/trip_point_0_temp:0 
[1599142265][DEBUG]read_trip_points 7/trip_point_1_type:passive 
[1599142265][DEBUG]read_trip_points 7/trip_point_1_temp:0 
[1599142265][DEBUG]read_trip_points Added 0 trips 
[1599142265][DEBUG]Added zone index:5 
[1599142265][DEBUG]Thermal Zone look for 5/type
[1599142265][DEBUG]Thermal Zone 5:pch_cannonlake
[1599142265][DEBUG]read_trip_points 5/trip_point_0_type:critical 
[1599142265][DEBUG]read_trip_points 5/trip_point_0_temp:120000 
[1599142265][DEBUG]Add trip pt 0:5:0x5:120000:1
[1599142265][DEBUG]read_trip_points Added 1 trips 
[1599142265][DEBUG] >> read_cdev_trip_points for 
[1599142265][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0 
[1599142265][DEBUG]sort_and_update_poll_trip: trip_points_size =1
[1599142265][DEBUG]Add trip pt 5:5:0x5:108000:0
[1599142265][DEBUG]Added zone index:3 
[1599142265][DEBUG]Thermal Zone look for 3/type
[1599142265][DEBUG]Thermal Zone 3:SEN5
[1599142265][DEBUG]read_trip_points 3/trip_point_0_type:passive 
[1599142265][DEBUG]read_trip_points 3/trip_point_0_temp:0 
[1599142265][DEBUG]read_trip_points 3/trip_point_0_hyst:2000 
[1599142265][DEBUG]read_trip_points 3/trip_point_1_type:passive 
[1599142265][DEBUG]read_trip_points 3/trip_point_1_temp:0 
[1599142265][DEBUG]read_trip_points 3/trip_point_1_hyst:2000 
[1599142265][DEBUG]read_trip_points 3/trip_point_2_type:critical 
[1599142265][DEBUG]read_trip_points 3/trip_point_2_temp:-273250 
[1599142265][DEBUG]read_trip_points 3/trip_point_2_hyst:2000 
[1599142265][DEBUG]read_trip_points 3/trip_point_3_type:hot 
[1599142265][DEBUG]read_trip_points 3/trip_point_3_temp:-273250 
[1599142265][DEBUG]read_trip_points 3/trip_point_3_hyst:2000 
[1599142265][DEBUG]read_trip_points 3/trip_point_4_type:passive 
[1599142265][DEBUG]read_trip_points 3/trip_point_4_temp:65050 
[1599142265][DEBUG]read_trip_points 3/trip_point_4_hyst:2000 
[1599142265][DEBUG]Add trip pt 3:3:0x3:65050:2000
[1599142265][DEBUG]read_trip_points 3/trip_point_5_type:active 
[1599142265][DEBUG]read_trip_points 3/trip_point_5_temp:-273250 
[1599142265][DEBUG]read_trip_points 3/trip_point_5_hyst:2000 
[1599142265][DEBUG]read_trip_points 3/trip_point_6_type:active 
[1599142265][DEBUG]read_trip_points 3/trip_point_6_temp:-273250 
[1599142265][DEBUG]read_trip_points 3/trip_point_6_hyst:2000 
[1599142265][DEBUG]read_trip_points 3/trip_point_7_type:active 
[1599142265][DEBUG]read_trip_points 3/trip_point_7_temp:-273250 
[1599142265][DEBUG]read_trip_points 3/trip_point_7_hyst:2000 
[1599142265][DEBUG]read_trip_points Added 1 trips 
[1599142265][DEBUG] >> read_cdev_trip_points for 
[1599142265][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0 
[1599142265][DEBUG]sort_and_update_poll_trip: trip_points_size =1
[1599142265][DEBUG]Add trip pt 5:3:0x3:58545:0
[1599142265][DEBUG]Added zone index:1 
[1599142265][DEBUG]Thermal Zone look for 1/type
[1599142265][DEBUG]Thermal Zone 1:SEN3
[1599142265][DEBUG]read_trip_points 1/trip_point_0_type:passive 
[1599142265][DEBUG]read_trip_points 1/trip_point_0_temp:0 
[1599142265][DEBUG]read_trip_points 1/trip_point_0_hyst:2000 
[1599142265][DEBUG]read_trip_points 1/trip_point_1_type:passive 
[1599142265][DEBUG]read_trip_points 1/trip_point_1_temp:0 
[1599142265][DEBUG]read_trip_points 1/trip_point_1_hyst:2000 
[1599142265][DEBUG]read_trip_points 1/trip_point_2_type:critical 
[1599142265][DEBUG]read_trip_points 1/trip_point_2_temp:-273250 
[1599142265][DEBUG]read_trip_points 1/trip_point_2_hyst:2000 
[1599142265][DEBUG]read_trip_points 1/trip_point_3_type:hot 
[1599142265][DEBUG]read_trip_points 1/trip_point_3_temp:-273250 
[1599142265][DEBUG]read_trip_points 1/trip_point_3_hyst:2000 
[1599142265][DEBUG]read_trip_points 1/trip_point_4_type:passive 
[1599142265][DEBUG]read_trip_points 1/trip_point_4_temp:60050 
[1599142265][DEBUG]read_trip_points 1/trip_point_4_hyst:2000 
[1599142265][DEBUG]Add trip pt 3:1:0x1:60050:2000
[1599142265][DEBUG]read_trip_points Added 1 trips 
[1599142265][DEBUG] >> read_cdev_trip_points for 
[1599142265][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0 
[1599142265][DEBUG]sort_and_update_poll_trip: trip_points_size =1
[1599142265][DEBUG]Add trip pt 5:1:0x1:54045:0
[1599142265][DEBUG]Added zone index:8 
[1599142265][DEBUG]Thermal Zone look for 8/type
[1599142265][DEBUG]Thermal Zone 8:iwlwifi_1
[1599142265][DEBUG]read_trip_points 8/trip_point_0_type:passive 
[1599142265][DEBUG]read_trip_points 8/trip_point_0_temp:-32768000 
[1599142265][DEBUG]read_trip_points 8/trip_point_1_type:passive 
[1599142265][DEBUG]read_trip_points 8/trip_point_1_temp:-32768000 
[1599142265][DEBUG]read_trip_points 8/trip_point_2_type:passive 
[1599142265][DEBUG]read_trip_points 8/trip_point_2_temp:-32768000 
[1599142265][DEBUG]read_trip_points 8/trip_point_3_type:passive 
[1599142265][DEBUG]read_trip_points 8/trip_point_3_temp:-32768000 
[1599142265][DEBUG]read_trip_points 8/trip_point_4_type:passive 
[1599142265][DEBUG]read_trip_points 8/trip_point_4_temp:-32768000 
[1599142265][DEBUG]read_trip_points 8/trip_point_5_type:passive 
[1599142265][DEBUG]read_trip_points 8/trip_point_5_temp:-32768000 
[1599142265][DEBUG]read_trip_points 8/trip_point_6_type:passive 
[1599142265][DEBUG]read_trip_points 8/trip_point_6_temp:-32768000 
[1599142265][DEBUG]read_trip_points 8/trip_point_7_type:passive 
[1599142265][DEBUG]read_trip_points 8/trip_point_7_temp:-32768000 
[1599142265][DEBUG]read_trip_points Added 0 trips 
[1599142265][DEBUG]Added zone index:6 
[1599142265][DEBUG]Thermal Zone look for 6/type
[1599142265][DEBUG]Thermal Zone 6:B0D4
[1599142265][DEBUG]read_trip_points 6/trip_point_0_type:critical 
[1599142265][DEBUG]read_trip_points 6/trip_point_0_temp:-273250 
[1599142265][DEBUG]read_trip_points 6/trip_point_0_hyst:0 
[1599142265][DEBUG]read_trip_points 6/trip_point_1_type:hot 
[1599142265][DEBUG]read_trip_points 6/trip_point_1_temp:99050 
[1599142265][DEBUG]read_trip_points 6/trip_point_1_hyst:0 
[1599142265][DEBUG]Add trip pt 2:6:0x6:99050:1000
[1599142265][DEBUG]read_trip_points 6/trip_point_2_type:passive 
[1599142265][DEBUG]read_trip_points 6/trip_point_2_temp:90050 
[1599142265][DEBUG]read_trip_points 6/trip_point_2_hyst:0 
[1599142265][DEBUG]Add trip pt 3:6:0x6:90050:1000
[1599142265][DEBUG]read_trip_points 6/trip_point_3_type:active 
[1599142265][DEBUG]read_trip_points 6/trip_point_3_temp:-273250 
[1599142265][DEBUG]read_trip_points 6/trip_point_3_hyst:0 
[1599142265][DEBUG]read_trip_points 6/trip_point_4_type:active 
[1599142265][DEBUG]read_trip_points 6/trip_point_4_temp:-273250 
[1599142265][DEBUG]read_trip_points 6/trip_point_4_hyst:0 
[1599142265][DEBUG]read_trip_points 6/trip_point_5_type:active 
[1599142265][DEBUG]read_trip_points 6/trip_point_5_temp:-273250 
[1599142265][DEBUG]read_trip_points 6/trip_point_5_hyst:0 
[1599142265][DEBUG]read_trip_points 6/trip_point_6_type:active 
[1599142265][DEBUG]read_trip_points 6/trip_point_6_temp:-273250 
[1599142265][DEBUG]read_trip_points 6/trip_point_6_hyst:0 
[1599142265][DEBUG]read_trip_points 6/trip_point_7_type:active 
[1599142265][DEBUG]read_trip_points 6/trip_point_7_temp:-273250 
[1599142265][DEBUG]read_trip_points 6/trip_point_7_hyst:0 
[1599142265][DEBUG]read_trip_points Added 2 trips 
[1599142265][DEBUG] >> read_cdev_trip_points for 
[1599142265][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0 
[1599142265][DEBUG]sort_and_update_poll_trip: trip_points_size =2
[1599142265][DEBUG]Add trip pt 5:6:0x6:81045:0
[1599142265][DEBUG]Added zone index:4 
[1599142265][DEBUG]Thermal Zone look for 4/type
[1599142265][DEBUG]Thermal Zone 4:INT3400
[1599142265][DEBUG]read_trip_points Added 0 trips 
[1599142265][INFO]thd_read_default_thermal_zones loaded 6 zones 
[1599142265][DEBUG]uuid: 63BE270F-1C11-48FD-A6F7-3AF253FF3E2D
[1599142265][INFO]Processor thermal device is present 
[1599142265][INFO]It will act as CPU thermal zone !! 
[1599142265][INFO]Processor thermal device passive Trip is 90050
[1599142265][DEBUG]zone B0D4 bounded 
[1599142265][DEBUG]zone B0D4 bounded 
[1599142265][DEBUG]zone B0D4 bounded 
[1599142265][DEBUG]zone B0D4 bounded 
[1599142265][INFO]

 ZONE DUMP BEGIN
[1599142265][INFO]
[1599142265][INFO]Zone 2: SEN1, Active:1 Bind:0 Sensor_cnt:1
[1599142265][INFO]..sensors.. 
[1599142265][INFO]sensor index:2 SEN1 /sys/class/thermal/thermal_zone2/ Async:1 
[1599142265][INFO]..trips.. 
[1599142265][INFO]index 0: type:passive temp:71050 hyst:2000 zone id:2 sensor id:2 control_type:1 cdev size:0
[1599142265][INFO]index 1: type:polling temp:63945 hyst:0 zone id:2 sensor id:2 control_type:0 cdev size:0
[1599142265][INFO]
[1599142265][INFO]
[1599142265][INFO]Zone 0: acpitz, Active:1 Bind:1 Sensor_cnt:1
[1599142265][INFO]..sensors.. 
[1599142265][INFO]sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0 
[1599142265][INFO]..trips.. 
[1599142265][INFO]index 1: type:passive temp:99000 hyst:1 zone id:0 sensor id:0 control_type:1 cdev size:1
[1599142265][INFO]cdev[0] Processor, Sampling period: 0
[1599142265][INFO]   target_state:not defined
[1599142265][INFO]   pid: kp=0 ki=6,95296e-310 kd=6,9227e-310
[1599142265][INFO]index 0: type:max temp:100000 hyst:1 zone id:0 sensor id:0 control_type:1 cdev size:0
[1599142265][INFO]index 2: type:polling temp:89100 hyst:0 zone id:0 sensor id:0 control_type:0 cdev size:0
[1599142265][INFO]
[1599142265][INFO]
[1599142265][INFO]Zone 5: pch_cannonlake, Active:1 Bind:0 Sensor_cnt:1
[1599142265][INFO]..sensors.. 
[1599142265][INFO]sensor index:5 pch_cannonlake /sys/class/thermal/thermal_zone5/ Async:0 
[1599142265][INFO]..trips.. 
[1599142265][INFO]index 0: type:critical temp:120000 hyst:1 zone id:5 sensor id:5 control_type:1 cdev size:0
[1599142265][INFO]index 1: type:polling temp:108000 hyst:0 zone id:5 sensor id:5 control_type:0 cdev size:0
[1599142265][INFO]
[1599142265][INFO]
[1599142265][INFO]Zone 3: SEN5, Active:1 Bind:0 Sensor_cnt:1
[1599142265][INFO]..sensors.. 
[1599142265][INFO]sensor index:3 SEN5 /sys/class/thermal/thermal_zone3/ Async:1 
[1599142265][INFO]..trips.. 
[1599142265][INFO]index 0: type:passive temp:65050 hyst:2000 zone id:3 sensor id:3 control_type:1 cdev size:0
[1599142265][INFO]index 1: type:polling temp:58545 hyst:0 zone id:3 sensor id:3 control_type:0 cdev size:0
[1599142265][INFO]
[1599142265][INFO]
[1599142265][INFO]Zone 1: SEN3, Active:1 Bind:0 Sensor_cnt:1
[1599142265][INFO]..sensors.. 
[1599142265][INFO]sensor index:1 SEN3 /sys/class/thermal/thermal_zone1/ Async:1 
[1599142265][INFO]..trips.. 
[1599142265][INFO]index 0: type:passive temp:60050 hyst:2000 zone id:1 sensor id:1 control_type:1 cdev size:0
[1599142265][INFO]index 1: type:polling temp:54045 hyst:0 zone id:1 sensor id:1 control_type:0 cdev size:0
[1599142265][INFO]
[1599142265][INFO]
[1599142265][INFO]Zone 6: B0D4, Active:1 Bind:1 Sensor_cnt:1
[1599142265][INFO]..sensors.. 
[1599142265][INFO]sensor index:6 B0D4 /sys/class/thermal/thermal_zone6/ Async:0 
[1599142265][INFO]..trips.. 
[1599142265][INFO]index 1: type:passive temp:90050 hyst:1000 zone id:6 sensor id:6 control_type:1 cdev size:4
[1599142265][INFO]cdev[0] rapl_controller, Sampling period: 0
[1599142265][INFO]   target_state:not defined
[1599142265][INFO]cdev[1] intel_pstate, Sampling period: 0
[1599142265][INFO]   target_state:not defined
[1599142265][INFO]cdev[2] intel_powerclamp, Sampling period: 0
[1599142265][INFO]   target_state:not defined
[1599142265][INFO]cdev[3] Processor, Sampling period: 0
[1599142265][INFO]   target_state:not defined
[1599142265][INFO]index 0: type:max temp:99050 hyst:1000 zone id:6 sensor id:6 control_type:1 cdev size:0
[1599142265][INFO]index 2: type:polling temp:81045 hyst:0 zone id:6 sensor id:6 control_type:0 cdev size:0
[1599142265][INFO]
[1599142265][INFO]

 ZONE DUMP END
[1599142265][INFO]Current user preference is 0
[1599142265][INFO]Control is taken over from kernel
[1599142265][INFO]Taking over thermal control 
[1599142265][INFO]Set Default UUID: 63BE270F-1C11-48FD-A6F7-3AF253FF3E2D
[1599142265][INFO]thd_engine_thread begin
[1599142265][INFO]Thermal zone of type SEN1
[1599142265][INFO]Thermal zone of type acpitz
[1599142265][INFO]Thermal zone of type x86_pkg_temp
[1599142265][INFO]Thermal zone of type pch_cannonlake
[1599142265][INFO]Thermal zone of type SEN5
[1599142265][INFO]Thermal zone of type SEN3
[1599142265][INFO]Thermal zone of type iwlwifi_1
[1599142265][INFO]Thermal zone of type B0D4
[1599142265][INFO]Thermal zone of type INT3400
[1599142265][DEBUG]Start main loop
[1599142269][DEBUG]poll exit 0 polls_fd event 0 0
[1599142269][DEBUG] energy 2:0:129599 mj: 0 mw 
[1599142269][DEBUG] energy 1:0:1235356 mj: 0 mw 
[1599142269][DEBUG]read_temperature sensor ID 2
[1599142269][DEBUG]Sensor SEN1 :temp 49050 
[1599142269][DEBUG]pref 0 type 3 temp 49050 trip 71050 
[1599142269][DEBUG]Passive Trip point applicable 
[1599142269][DEBUG]Trip point applicable <  0:71050 
[1599142269][DEBUG]cdev size for this trippoint 0
[1599142269][DEBUG]read_temperature sensor ID 0
[1599142269][DEBUG]Sensor acpitz :temp 50000 
[1599142269][DEBUG]pref 0 type 3 temp 50000 trip 99000 
[1599142269][DEBUG]Passive Trip point applicable 
[1599142269][DEBUG]Trip point applicable <  1:99000 
[1599142269][DEBUG]cdev size for this trippoint 1
[1599142269][DEBUG]cdev at index 0:Processor
[1599142269][DEBUG]Need to switch to next cdev 
[1599142269][DEBUG]pref 0 type 2 temp 50000 trip 100000 
[1599142269][DEBUG]Passive Trip point applicable 
[1599142269][DEBUG]Trip point applicable <  0:100000 
[1599142269][DEBUG]cdev size for this trippoint 0
[1599142269][DEBUG]read_temperature sensor ID 5
[1599142269][DEBUG]Sensor pch_cannonlake :temp 48000 
[1599142269][DEBUG]pref 0 type 0 temp 48000 trip 120000 
[1599142269][DEBUG]read_temperature sensor ID 3
[1599142269][DEBUG]Sensor SEN5 :temp 26850 
[1599142269][DEBUG]pref 0 type 3 temp 26850 trip 65050 
[1599142269][DEBUG]Passive Trip point applicable 
[1599142269][DEBUG]Trip point applicable <  0:65050 
[1599142269][DEBUG]cdev size for this trippoint 0
[1599142269][DEBUG]read_temperature sensor ID 1
[1599142269][DEBUG]Sensor SEN3 :temp 38050 
[1599142269][DEBUG]pref 0 type 3 temp 38050 trip 60050 
[1599142269][DEBUG]Passive Trip point applicable 
[1599142269][DEBUG]Trip point applicable <  0:60050 
[1599142269][DEBUG]cdev size for this trippoint 0
[1599142269][DEBUG]read_temperature sensor ID 6
[1599142269][DEBUG]Sensor B0D4 :temp 50050 
[1599142269][DEBUG]pref 0 type 3 temp 50050 trip 90050 
[1599142269][DEBUG]Passive Trip point applicable 
[1599142269][DEBUG]Trip point applicable <  1:90050 
[1599142269][DEBUG]cdev size for this trippoint 4
[1599142269][DEBUG]cdev at index 1:Processor
[1599142269][DEBUG]Need to switch to next cdev 
[1599142269][DEBUG]cdev at index 12:intel_powerclamp
[1599142269][DEBUG]Need to switch to next cdev 
[1599142269][DEBUG]cdev at index 15:intel_pstate
[1599142269][DEBUG]Need to switch to next cdev 
[1599142269][DEBUG]cdev at index 13:rapl_controller
[1599142269][DEBUG]Need to switch to next cdev 
[1599142269][DEBUG]pref 0 type 2 temp 50050 trip 99050 
[1599142269][DEBUG]Passive Trip point applicable 
[1599142269][DEBUG]Trip point applicable <  0:99050 
[1599142269][DEBUG]cdev size for this trippoint 0
[1599142269][DEBUG]evaluate condition set 0
[1599142269][DEBUG]evaluate condition.condition at index 0
[1599142269][DEBUG]evaluate condition.condition 19
[1599142269][DEBUG]evaluate condition.condition at index 1
[1599142269][DEBUG]evaluate condition.condition 8
[1599142269][DEBUG]evaluate condition.condition at index 2
[1599142269][DEBUG]evaluate condition.condition 11
[1599142269][DEBUG]evaluate condition.condition at index 3
[1599142269][DEBUG]evaluate condition.condition at index 4
[1599142269][DEBUG]evaluate condition.condition at index 5
[1599142269][DEBUG]evaluate condition.condition at index 6
[1599142269][DEBUG]evaluate condition.condition at index 7
[1599142269][DEBUG]evaluate condition.condition at index 8
[1599142269][DEBUG]evaluate condition.condition at index 9
[1599142269][INFO]target:PL1MAX 25000
[1599142269][INFO]set cdev state index 14 state 25000000 wr:25000000
[1599142269][INFO]target:PL1MIN 20000
[1599142269][INFO]target:PL2PowerLimit 35000
[1599142269][INFO]set_int3400 target CS_UMA_Perf
[1599142273][DEBUG]poll exit 0 polls_fd event 0 0
[1599142273][DEBUG] energy 2:0:133668 mj: 1017 mw 
[1599142273][DEBUG] energy 1:0:1261216 mj: 6465 mw 
[1599142273][DEBUG]read_temperature sensor ID 2
[1599142273][DEBUG]Sensor SEN1 :temp 49050 
[1599142273][DEBUG]pref 0 type 3 temp 49050 trip 71050 
[1599142273][DEBUG]Passive Trip point applicable 
[1599142273][DEBUG]Trip point applicable <  0:71050 
[1599142273][DEBUG]cdev size for this trippoint 0
[1599142273][DEBUG]read_temperature sensor ID 0
[1599142273][DEBUG]Sensor acpitz :temp 50000 
[1599142273][DEBUG]pref 0 type 3 temp 50000 trip 99000 
[1599142273][DEBUG]Passive Trip point applicable 
[1599142273][DEBUG]Trip point applicable <  1:99000 
[1599142273][DEBUG]cdev size for this trippoint 1
[1599142273][DEBUG]cdev at index 0:Processor
[1599142273][DEBUG]Need to switch to next cdev 
[1599142273][DEBUG]pref 0 type 2 temp 50000 trip 100000 
[1599142273][DEBUG]Passive Trip point applicable 
[1599142273][DEBUG]Trip point applicable <  0:100000 
[1599142273][DEBUG]cdev size for this trippoint 0
[1599142273][DEBUG]read_temperature sensor ID 5
[1599142273][DEBUG]Sensor pch_cannonlake :temp 49000 
[1599142273][DEBUG]pref 0 type 0 temp 49000 trip 120000 
[1599142273][DEBUG]read_temperature sensor ID 3
[1599142273][DEBUG]Sensor SEN5 :temp 26850 
[1599142273][DEBUG]pref 0 type 3 temp 26850 trip 65050 
[1599142273][DEBUG]Passive Trip point applicable 
[1599142273][DEBUG]Trip point applicable <  0:65050 
[1599142273][DEBUG]cdev size for this trippoint 0
[1599142273][DEBUG]read_temperature sensor ID 1
[1599142273][DEBUG]Sensor SEN3 :temp 38050 
[1599142273][DEBUG]pref 0 type 3 temp 38050 trip 60050 
[1599142273][DEBUG]Passive Trip point applicable 
[1599142273][DEBUG]Trip point applicable <  0:60050 
[1599142273][DEBUG]cdev size for this trippoint 0
[1599142273][DEBUG]read_temperature sensor ID 6
[1599142273][DEBUG]Sensor B0D4 :temp 50050 
[1599142273][DEBUG]pref 0 type 3 temp 50050 trip 90050 
[1599142273][DEBUG]Passive Trip point applicable 
[1599142273][DEBUG]Trip point applicable <  1:90050 
[1599142273][DEBUG]cdev size for this trippoint 4
[1599142273][DEBUG]cdev at index 1:Processor
[1599142273][DEBUG]Need to switch to next cdev 
[1599142273][DEBUG]cdev at index 12:intel_powerclamp
[1599142273][DEBUG]Need to switch to next cdev 
[1599142273][DEBUG]cdev at index 15:intel_pstate
[1599142273][DEBUG]Need to switch to next cdev 
[1599142273][DEBUG]cdev at index 13:rapl_controller
[1599142273][DEBUG]Need to switch to next cdev 
[1599142273][DEBUG]pref 0 type 2 temp 50050 trip 99050 
[1599142273][DEBUG]Passive Trip point applicable 
[1599142273][DEBUG]Trip point applicable <  0:99050 
[1599142273][DEBUG]cdev size for this trippoint 0
[1599142273][DEBUG]evaluate condition set 0
[1599142273][DEBUG]evaluate condition.condition at index 0
[1599142273][DEBUG]evaluate condition.condition 19
[1599142273][DEBUG]evaluate condition.condition at index 1
[1599142273][DEBUG]evaluate condition.condition 8
[1599142273][DEBUG]evaluate condition.condition at index 2
[1599142273][DEBUG]evaluate condition.condition 11
[1599142273][DEBUG]evaluate condition.condition at index 3
[1599142273][DEBUG]evaluate condition.condition at index 4
[1599142273][DEBUG]evaluate condition.condition at index 5
[1599142273][DEBUG]evaluate condition.condition at index 6
[1599142273][DEBUG]evaluate condition.condition at index 7
[1599142273][DEBUG]evaluate condition.condition at index 8
[1599142273][DEBUG]evaluate condition.condition at index 9
[1599142277][DEBUG]poll exit 0 polls_fd event 0 0
[1599142277][DEBUG] energy 2:0:137221 mj: 888 mw 
[1599142277][DEBUG] energy 1:0:1271600 mj: 2596 mw 
[1599142277][DEBUG]read_temperature sensor ID 2
[1599142277][DEBUG]Sensor SEN1 :temp 49050 
[1599142277][DEBUG]pref 0 type 3 temp 49050 trip 71050 
[1599142277][DEBUG]Passive Trip point applicable 
[1599142277][DEBUG]Trip point applicable <  0:71050 
[1599142277][DEBUG]cdev size for this trippoint 0
[1599142277][DEBUG]read_temperature sensor ID 0
[1599142277][DEBUG]Sensor acpitz :temp 50000 
[1599142277][DEBUG]pref 0 type 3 temp 50000 trip 99000 
[1599142277][DEBUG]Passive Trip point applicable 
[1599142277][DEBUG]Trip point applicable <  1:99000 
[1599142277][DEBUG]cdev size for this trippoint 1
[1599142277][DEBUG]cdev at index 0:Processor
[1599142277][DEBUG]Need to switch to next cdev 
[1599142277][DEBUG]pref 0 type 2 temp 50000 trip 100000 
[1599142277][DEBUG]Passive Trip point applicable 
[1599142277][DEBUG]Trip point applicable <  0:100000 
[1599142277][DEBUG]cdev size for this trippoint 0
[1599142277][DEBUG]read_temperature sensor ID 5
[1599142277][DEBUG]Sensor pch_cannonlake :temp 48000 
[1599142277][DEBUG]pref 0 type 0 temp 48000 trip 120000 
[1599142277][DEBUG]read_temperature sensor ID 3
[1599142277][DEBUG]Sensor SEN5 :temp 26850 
[1599142277][DEBUG]pref 0 type 3 temp 26850 trip 65050 
[1599142277][DEBUG]Passive Trip point applicable 
[1599142277][DEBUG]Trip point applicable <  0:65050 
[1599142277][DEBUG]cdev size for this trippoint 0
[1599142277][DEBUG]read_temperature sensor ID 1
[1599142277][DEBUG]Sensor SEN3 :temp 38050 
[1599142277][DEBUG]pref 0 type 3 temp 38050 trip 60050 
[1599142277][DEBUG]Passive Trip point applicable 
[1599142277][DEBUG]Trip point applicable <  0:60050 
[1599142277][DEBUG]cdev size for this trippoint 0
[1599142277][DEBUG]read_temperature sensor ID 6
[1599142277][DEBUG]Sensor B0D4 :temp 50050 
[1599142277][DEBUG]pref 0 type 3 temp 50050 trip 90050 
[1599142277][DEBUG]Passive Trip point applicable 
[1599142277][DEBUG]Trip point applicable <  1:90050 
[1599142277][DEBUG]cdev size for this trippoint 4
[1599142277][DEBUG]cdev at index 1:Processor
[1599142277][DEBUG]Need to switch to next cdev 
[1599142277][DEBUG]cdev at index 12:intel_powerclamp
[1599142277][DEBUG]Need to switch to next cdev 
[1599142277][DEBUG]cdev at index 15:intel_pstate
[1599142277][DEBUG]Need to switch to next cdev 
[1599142277][DEBUG]cdev at index 13:rapl_controller
[1599142277][DEBUG]Need to switch to next cdev 
[1599142277][DEBUG]pref 0 type 2 temp 50050 trip 99050 
[1599142277][DEBUG]Passive Trip point applicable 
[1599142277][DEBUG]Trip point applicable <  0:99050 
[1599142277][DEBUG]cdev size for this trippoint 0
[1599142277][DEBUG]evaluate condition set 0
[1599142277][DEBUG]evaluate condition.condition at index 0
[1599142277][DEBUG]evaluate condition.condition 19
[1599142277][DEBUG]evaluate condition.condition at index 1
[1599142277][DEBUG]evaluate condition.condition 8
[1599142277][DEBUG]evaluate condition.condition at index 2
[1599142277][DEBUG]evaluate condition.condition 11
[1599142277][DEBUG]evaluate condition.condition at index 3
[1599142277][DEBUG]evaluate condition.condition at index 4
[1599142277][DEBUG]evaluate condition.condition at index 5
[1599142277][DEBUG]evaluate condition.condition at index 6
[1599142277][DEBUG]evaluate condition.condition at index 7
[1599142277][DEBUG]evaluate condition.condition at index 8
[1599142277][DEBUG]evaluate condition.condition at index 9
[1599142281][DEBUG]poll exit 0 polls_fd event 0 0
[1599142281][DEBUG] energy 2:0:140696 mj: 868 mw 
[1599142281][DEBUG] energy 1:0:1280263 mj: 2165 mw 
[1599142281][DEBUG]read_temperature sensor ID 2
[1599142281][DEBUG]Sensor SEN1 :temp 49050 
[1599142281][DEBUG]pref 0 type 3 temp 49050 trip 71050 
[1599142281][DEBUG]Passive Trip point applicable 
[1599142281][DEBUG]Trip point applicable <  0:71050 
[1599142281][DEBUG]cdev size for this trippoint 0
[1599142281][DEBUG]read_temperature sensor ID 0
[1599142281][DEBUG]Sensor acpitz :temp 50000 
[1599142281][DEBUG]pref 0 type 3 temp 50000 trip 99000 
[1599142281][DEBUG]Passive Trip point applicable 
[1599142281][DEBUG]Trip point applicable <  1:99000 
[1599142281][DEBUG]cdev size for this trippoint 1
[1599142281][DEBUG]cdev at index 0:Processor
[1599142281][DEBUG]Need to switch to next cdev 
[1599142281][DEBUG]pref 0 type 2 temp 50000 trip 100000 
[1599142281][DEBUG]Passive Trip point applicable 
[1599142281][DEBUG]Trip point applicable <  0:100000 
[1599142281][DEBUG]cdev size for this trippoint 0
[1599142281][DEBUG]read_temperature sensor ID 5
[1599142281][DEBUG]Sensor pch_cannonlake :temp 47000 
[1599142281][DEBUG]pref 0 type 0 temp 47000 trip 120000 
[1599142281][DEBUG]read_temperature sensor ID 3
[1599142281][DEBUG]Sensor SEN5 :temp 26850 
[1599142281][DEBUG]pref 0 type 3 temp 26850 trip 65050 
[1599142281][DEBUG]Passive Trip point applicable 
[1599142281][DEBUG]Trip point applicable <  0:65050 
[1599142281][DEBUG]cdev size for this trippoint 0
[1599142281][DEBUG]read_temperature sensor ID 1
[1599142281][DEBUG]Sensor SEN3 :temp 38050 
[1599142281][DEBUG]pref 0 type 3 temp 38050 trip 60050 
[1599142281][DEBUG]Passive Trip point applicable 
[1599142281][DEBUG]Trip point applicable <  0:60050 
[1599142281][DEBUG]cdev size for this trippoint 0
[1599142281][DEBUG]read_temperature sensor ID 6
[1599142281][DEBUG]Sensor B0D4 :temp 50050 
[1599142281][DEBUG]pref 0 type 3 temp 50050 trip 90050 
[1599142281][DEBUG]Passive Trip point applicable 
[1599142281][DEBUG]Trip point applicable <  1:90050 
[1599142281][DEBUG]cdev size for this trippoint 4
[1599142281][DEBUG]cdev at index 1:Processor
[1599142281][DEBUG]Need to switch to next cdev 
[1599142281][DEBUG]cdev at index 12:intel_powerclamp
[1599142281][DEBUG]Need to switch to next cdev 
[1599142281][DEBUG]cdev at index 15:intel_pstate
[1599142281][DEBUG]Need to switch to next cdev 
[1599142281][DEBUG]cdev at index 13:rapl_controller
[1599142281][DEBUG]Need to switch to next cdev 
[1599142281][DEBUG]pref 0 type 2 temp 50050 trip 99050 
[1599142281][DEBUG]Passive Trip point applicable 
[1599142281][DEBUG]Trip point applicable <  0:99050 
[1599142281][DEBUG]cdev size for this trippoint 0
[1599142281][DEBUG]evaluate condition set 0
[1599142281][DEBUG]evaluate condition.condition at index 0
[1599142281][DEBUG]evaluate condition.condition 19
[1599142281][DEBUG]evaluate condition.condition at index 1
[1599142281][DEBUG]evaluate condition.condition 8
[1599142281][DEBUG]evaluate condition.condition at index 2
[1599142281][DEBUG]evaluate condition.condition 11
[1599142281][DEBUG]evaluate condition.condition at index 3
[1599142281][DEBUG]evaluate condition.condition at index 4
[1599142281][DEBUG]evaluate condition.condition at index 5
[1599142281][DEBUG]evaluate condition.condition at index 6
[1599142281][DEBUG]evaluate condition.condition at index 7
[1599142281][DEBUG]evaluate condition.condition at index 8
[1599142281][DEBUG]evaluate condition.condition at index 9
[1599142283][DEBUG]poll exit 1 polls_fd event 1 0
[1599142283][DEBUG] energy 2:0:142907 mj: 1105 mw 
[1599142283][DEBUG] energy 1:0:1285365 mj: 2551 mw 
[1599142283][DEBUG]wakeup fd event
[1599142283][DEBUG]Received message 1
[1599142283][MSG]Terminating ...
[1599142283][DEBUG]Terminating thread..
[1599142283][DEBUG]thd_engine_thread_end
[1599142284][MSG]terminating on user request ..
[1599142284][INFO]Giving up thermal control 

output of not patched thermald --no-daemon --adaptive --loglevel=info when on battery:

[1599142354][DEBUG]RAPL sysfs present 
[1599142354][DEBUG]RAPL base path /sys/class/powercap/intel-rapl/
[1599142354][DEBUG]RAPL domain dir uevent
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/uevent/name doesn't exist
[1599142354][DEBUG]RAPL domain dir enabled
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/enabled/name doesn't exist
[1599142354][DEBUG]RAPL domain dir power
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/power/name doesn't exist
[1599142354][DEBUG]RAPL domain dir intel-rapl:0
[1599142354][DEBUG]name package-0
[1599142354][DEBUG]RAPL base path /sys/class/powercap/intel-rapl/intel-rapl:0/
[1599142354][DEBUG]RAPL domain dir uevent
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/uevent/name doesn't exist
[1599142354][DEBUG]RAPL domain dir energy_uj
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/energy_uj/name doesn't exist
[1599142354][DEBUG]RAPL domain dir intel-rapl:0:2
[1599142354][DEBUG]name dram
[1599142354][DEBUG]RAPL domain dir intel-rapl:0:0
[1599142354][DEBUG]name core
[1599142354][DEBUG]RAPL domain dir enabled
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/enabled/name doesn't exist
[1599142354][DEBUG]RAPL domain dir constraint_1_max_power_uw
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_max_power_uw/name doesn't exist
[1599142354][DEBUG]RAPL domain dir power
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/power/name doesn't exist
[1599142354][DEBUG]RAPL domain dir device
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/device/name doesn't exist
[1599142354][DEBUG]RAPL domain dir constraint_1_time_window_us
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_time_window_us/name doesn't exist
[1599142354][DEBUG]RAPL domain dir constraint_1_power_limit_uw
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_power_limit_uw/name doesn't exist
[1599142354][DEBUG]RAPL domain dir intel-rapl:0:1
[1599142354][DEBUG]name uncore
[1599142354][DEBUG]RAPL domain dir constraint_0_time_window_us
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_time_window_us/name doesn't exist
[1599142354][DEBUG]RAPL domain dir subsystem
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/subsystem/name doesn't exist
[1599142354][DEBUG]RAPL domain dir constraint_1_name
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_name/name doesn't exist
[1599142354][DEBUG]RAPL domain dir constraint_0_power_limit_uw
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_power_limit_uw/name doesn't exist
[1599142354][DEBUG]RAPL domain dir constraint_0_name
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_name/name doesn't exist
[1599142354][DEBUG]RAPL domain dir name
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/name/name doesn't exist
[1599142354][DEBUG]RAPL domain dir constraint_0_max_power_uw
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_max_power_uw/name doesn't exist
[1599142354][DEBUG]RAPL domain dir max_energy_range_uj
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/intel-rapl:0/max_energy_range_uj/name doesn't exist
[1599142354][INFO]RAPL domain count 1
[1599142354][DEBUG]RAPL domain dir subsystem
[1599142354][DEBUG] /sys/class/powercap/intel-rapl/subsystem/name doesn't exist
[1599142354][INFO]RAPL domain count 1
[1599142354][DEBUG]header version[2] size[1673] header_size[148]
[1599142354][DEBUG]Uncompress GDDV payload
[1599142354][DEBUG]header version[2] size[26041] header_size[148]
[1599142354][INFO]..ppcc dump begin.. 
[1599142354][INFO]Name:TCPU.D0 power_limit_max:10000 power_limit_min:10000 step_size:1000 time_win_max:32000 time_win_min:28000
[1599142354][INFO]ppcc dump end
[1599142354][INFO]..psvt dump begin.. 
[1599142354][INFO]Name :IETM.D0
[1599142354][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.PCI0.B0D4 priority:3 sample_period:160 temp:95 domain:9 control_knob:65536 psv.limit:MIN
[1599142354][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN5 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:MIN
[1599142354][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:2 sample_period:160 temp:45 domain:9 control_knob:65536 psv.limit:MIN
[1599142354][INFO]Name :cs_dis_cool
[1599142354][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:max
[1599142354][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:max
[1599142354][INFO]Name :cs_dis_hp
[1599142354][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:42 domain:9 control_knob:65536 psv.limit:max
[1599142354][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max
[1599142354][INFO]Name :cs_dis_perf
[1599142354][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:1 sample_period:160 temp:43 domain:9 control_knob:65536 psv.limit:max
[1599142354][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:1 sample_period:160 temp:75 domain:9 control_knob:65536 psv.limit:max
[1599142354][INFO]Name :tab_psvt_table
[1599142354][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN1 priority:3 sample_period:160 temp:65 domain:9 control_knob:65536 psv.limit:MIN
[1599142354][INFO]   source:\_SB_.PCI0.B0D4 target:\_SB_.SEN3 priority:2 sample_period:160 temp:40 domain:9 control_knob:65536 psv.limit:MIN
[1599142354][INFO]psvt dump end
[1599142354][INFO]..apat dump begin.. 
[1599142354][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:25000
[1599142354][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1599142354][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000
[1599142354][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_Perf
[1599142354][INFO]target_id:8 name:CS_UMA_Perf participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:15000
[1599142354][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:12000
[1599142354][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:35000
[1599142354][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_HP
[1599142354][INFO]target_id:10 name:CS_UMA_HP participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:7500
[1599142354][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:7500
[1599142354][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375
[1599142354][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_COOL
[1599142354][INFO]target_id:11 name:CS_UMA_Cool participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:7500
[1599142354][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:7500
[1599142354][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:9375
[1599142354][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.IETM domain:14 code:PSVT argument:CS_UMA_Quiet
[1599142354][INFO]target_id:12 name:CS_UMA_Quiet participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142354][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1599142354][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142354][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142354][INFO]target_id:13 name:CS_DIS_Perf_SKIN participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142354][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:40000
[1599142354][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142354][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142354][INFO]target_id:22 name:CS_DIS_Perf_CPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142354][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:30000
[1599142354][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142354][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142354][INFO]target_id:21 name:CS_DIS_Perf_GPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142354][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:20000
[1599142354][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142354][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142354][INFO]target_id:27 name:CS_DIS_Perf_SKIN_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1599142354][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142354][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:40000
[1599142354][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142354][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142354][INFO]target_id:26 name:CS_DIS_Perf_CPU_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1599142354][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:50000
[1599142354][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:30000
[1599142354][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:90000
[1599142354][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Perf
[1599142354][INFO]target_id:25 name:CS_DIS_Perf_GPU_W participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:1
[1599142354][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1599142354][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:15000
[1599142354][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1599142354][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1599142354][INFO]target_id:14 name:CS_DIS_HP_SKIN participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1599142354][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:35000
[1599142354][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1599142354][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1599142354][INFO]target_id:19 name:CS_DIS_HP_CPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1599142354][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:25000
[1599142354][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1599142354][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1599142354][INFO]target_id:18 name:CS_DIS_HP_GPU participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:10000
[1599142354][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:10000
[1599142354][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:12500
[1599142354][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_Cool
[1599142354][INFO]target_id:16 name:CS_DIS_Cool participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1599142354][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:15000
[1599142354][INFO]target_id:23 name:CS_Default participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1599142354][INFO]target_id:23 name:CS_Default participant:\_SB_.IETM domain:14 code:PSVT argument:CS_DIS_HP
[1599142354][INFO]target_id:23 name:CS_Default participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MAX argument:45000
[1599142354][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL1MIN argument:10000
[1599142354][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.PCI0.B0D4 domain:9 code:PL2PowerLimit argument:53000
[1599142354][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.IETM domain:14 code:PSVT argument:Tab_PSVT_Table
[1599142354][INFO]target_id:28 name:Table_Action_Set participant:\_SB_.SEN1 domain:14 code:PerformanceState argument:0
[1599142354][INFO]apat dump end
[1599142354][INFO]..apct dump begin.. 
[1599142354][INFO]condition_set 0
[1599142354][INFO]  target:8 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 1
[1599142354][INFO]  target:8 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:8 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 2
[1599142354][INFO]  target:10 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:10 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:10 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 3
[1599142354][INFO]  target:11 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:3 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:11 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:11 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 4
[1599142354][INFO]  target:12 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:4 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:12 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:12 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 5
[1599142354][INFO]  target:13 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:13 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:13 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3162 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:13 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:13 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:13 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 6
[1599142354][INFO]  target:21 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:21 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:21 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:21 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:21 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 7
[1599142354][INFO]  target:22 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:5 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:22 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:22 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:22 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 8
[1599142354][INFO]  target:27 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:27 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:27 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:27 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3162 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:27 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:27 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:27 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 9
[1599142354][INFO]  target:25 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:25 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:25 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:25 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:25 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:25 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 10
[1599142354][INFO]  target:26 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:26 device:\_SB_.IETM condition:Workload comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:26 device:\_SB_.IETM condition:Power_source comparison:ADAPTIVE_EQUAL argument:0 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:26 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:26 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 11
[1599142354][INFO]  target:14 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:14 device:\_SB_.SEN3 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3132 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:14 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3382 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:14 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:14 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 12
[1599142354][INFO]  target:18 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:18 device:\_SB_.SEN5 condition:Temperature comparison:ADAPTIVE_GREATER_OR_EQUAL argument:3332 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:18 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:18 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 13
[1599142354][INFO]  target:19 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:6 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:19 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:19 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 14
[1599142354][INFO]  target:16 device:\_SB_.IETM condition:Oem0 comparison:ADAPTIVE_EQUAL argument:7 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:16 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:16 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 15
[1599142354][INFO]  target:28 device:NA condition:Platform_type comparison:ADAPTIVE_EQUAL argument:2 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:28 device:NA condition:Oem0 comparison: argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:28 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]condition_set 16
[1599142354][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:AND time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]  target:23 device:1 condition:Default comparison:ADAPTIVE_EQUAL argument:1 operation:INVALID time_comparison:0 time:0 stare:0 state_entry_time:0 
[1599142354][INFO]..apct dump end.. 
[1599142354][DEBUG]evaluate condition set 0
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition.condition at index 1
[1599142354][DEBUG]evaluate condition.condition 8
[1599142354][DEBUG]evaluate condition set 1
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 2
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 3
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 4
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 5
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 6
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 7
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 8
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 9
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 10
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 11
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 12
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 13
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 14
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 19
[1599142354][DEBUG]evaluate condition set 15
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition 11
[1599142354][DEBUG]evaluate condition set 16
[1599142354][DEBUG]evaluate condition.condition at index 0
[1599142354][DEBUG]evaluate condition.condition at index 1
[1599142354][DEBUG]evaluate condition.condition at index 2
[1599142354][DEBUG]evaluate condition.condition at index 3
[1599142354][DEBUG]evaluate condition.condition at index 4
[1599142354][DEBUG]evaluate condition.condition at index 5
[1599142354][DEBUG]evaluate condition.condition at index 6
[1599142354][DEBUG]evaluate condition.condition at index 7
[1599142354][DEBUG]evaluate condition.condition at index 8
[1599142354][DEBUG]evaluate condition.condition at index 9
[1599142354][MSG]22 CPUID levels; family:model:stepping 0x6:9e:a (6:158:10)
[1599142354][INFO]Running on a vanilla kernel
[1599142354][MSG]Polling mode is enabled: 4
[1599142354][DEBUG]thd_read_default_thermal_sensors 
[1599142354][INFO]sensor_update: type SEN1
[1599142354][INFO]sensor_update: type acpitz
[1599142354][INFO]sensor_update: type x86_pkg_temp
[1599142354][INFO]sensor_update: type pch_cannonlake
[1599142354][INFO]sensor_update: type SEN5
[1599142354][INFO]sensor_update: type SEN3
[1599142354][INFO]sensor_update: type iwlwifi_1
[1599142354][INFO]sensor_update: type B0D4
[1599142354][INFO]sensor_update: type INT3400
[1599142354][INFO]thd_read_default_thermal_sensors loaded 9 sensors 
[1599142354][INFO]dts /sys/devices/platform/coretemp.0/name doesn't exist
[1599142354][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1599142354][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1599142354][MSG]sensor id 12 : No temp sysfs for reading raw temp
[1599142354][INFO]sensor index:2 SEN1 /sys/class/thermal/thermal_zone2/ Async:0 
[1599142354][INFO]sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0 
[1599142354][INFO]sensor index:7 x86_pkg_temp /sys/class/thermal/thermal_zone7/ Async:1 
[1599142354][INFO]sensor index:5 pch_cannonlake /sys/class/thermal/thermal_zone5/ Async:0 
[1599142354][INFO]sensor index:3 SEN5 /sys/class/thermal/thermal_zone3/ Async:0 
[1599142354][INFO]sensor index:1 SEN3 /sys/class/thermal/thermal_zone1/ Async:0 
[1599142354][INFO]sensor index:8 iwlwifi_1 /sys/class/thermal/thermal_zone8/ Async:0 
[1599142354][INFO]sensor index:6 B0D4 /sys/class/thermal/thermal_zone6/ Async:0 
[1599142354][INFO]sensor index:4 INT3400 /sys/class/thermal/thermal_zone4/ Async:0 
[1599142354][INFO]sensor index:9 hwmon /sys/class/hwmon/hwmon7/temp1_input Async:0 
[1599142354][INFO]sensor index:10 hwmon /sys/class/hwmon/hwmon7/temp2_input Async:0 
[1599142354][INFO]sensor index:11 hwmon /sys/class/hwmon/hwmon7/temp3_input Async:0 
[1599142354][DEBUG]thd_read_default_cooling devices 
[1599142354][DEBUG]cooling dev 1:0:10:Processor
[1599142354][DEBUG]cooling dev 11:0:10:Processor
[1599142354][DEBUG]cooling dev 8:0:10:Processor
[1599142354][DEBUG]cooling dev 6:0:10:Processor
[1599142354][DEBUG]cooling dev 4:0:10:Processor
[1599142354][DEBUG]cooling dev 2:0:10:Processor
[1599142354][DEBUG]cooling dev 12:-1:50:intel_powerclamp
[1599142354][DEBUG]cooling dev 0:0:10:Processor
[1599142354][DEBUG]cooling dev 10:0:10:Processor
[1599142354][DEBUG]cooling dev 9:0:10:Processor
[1599142354][DEBUG]cooling dev 7:0:10:Processor
[1599142354][DEBUG]cooling dev 5:0:10:Processor
[1599142354][DEBUG]cooling dev 3:0:10:Processor
[1599142354][INFO]thd_read_default_cooling devices loaded 13 cdevs 
[1599142354][INFO]Reading PPCC from the thermal-conf.xml
[1599142354][INFO]Invalid limits: ppcc limits max:10000000 min:10000000  min_win:28000000 step:1000000
[1599142354][INFO]Default constraint power limit is more than max power 50000000:45000000
[1599142354][INFO]powercap RAPL max power limit range 50000000 
[1599142354][DEBUG]power_on_enable_status: 1
[1599142354][DEBUG]power_on_constraint_0_time_window: 27983872
[1599142354][DEBUG]RAPL max limit 25000000 increment: -2500000
[1599142354][INFO]set_pid_param 13 [-1000.100,10]
[1599142354][INFO]ppcc limits max:50000000 min:10000000  min_win:28000000 step:1000000
[1599142354][DEBUG]power_on_enable_status: 1
[1599142354][DEBUG]power_on_constraint_0_time_window: 31981568
[1599142354][DEBUG]RAPL max limit 10000000 increment: 1
[1599142354][INFO]set_pid_param 14 [-1000.100,10]
[1599142354][INFO]Use Default pstate drv settings
[1599142354][DEBUG]cooling dev index:15, curr_state:0, max_state:10, unit:10,000000, min_com:0, type:intel_pstate
[1599142354][DEBUG]pstate CPU present 0-11
[1599142354][INFO]name = package-0
[1599142354][INFO]name = dram
[1599142354][INFO]ppcc limits max:50000000 min:10000000  min_win:28000000 step:1000000
[1599142354][INFO]sysfs read failed /sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/constraint_0_max_power_uw
[1599142354][DEBUG]power_on_enable_status: 1
[1599142354][DEBUG]power_on_constraint_0_time_window: 31981568
[1599142354][DEBUG]RAPL max limit 10000000 increment: 1
[1599142354][INFO]set_pid_param 16 [-1000.100,10]
[1599142354][INFO]1: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]11: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]8: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]6: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]4: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]2: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]12: intel_powerclamp, C:-1 MN: 0 MX:50 ST:5 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]0: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]10: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]9: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]7: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]5: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]3: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0 
[1599142354][INFO]13: rapl_controller, C:50000000 MN: 50000000 MX:25000000 ST:-2500000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/ rd_bk 1 
[1599142354][INFO]14: rapl_controller_mmio, C:50000000 MN: 50000000 MX:10000000 Inc ST:-2000000 Dec ST:-1000000 pt:/sys/devices/virtual/powercap/intel-rapl-mmio/intel-rapl-mmio:0/ rd_bk 1 
[1599142354][INFO]15: intel_pstate, C:0 MN: 0 MX:10 ST:1 pt:/sys/devices/system/cpu/intel_pstate/ rd_bk 1 
[1599142354][INFO]16: rapl_controller_dram, C:50000000 MN: 50000000 MX:10000000 Inc ST:-2000000 Dec ST:-1000000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/ rd_bk 1 
[1599142354][INFO]17: LCD, C:0 MN: 0 MX:120000 ST:12000 pt:/sys/class/backlight/intel_backlight/ rd_bk 1 
[1599142354][DEBUG]thd_read_default_thermal_zones 
[1599142354][DEBUG]Added zone index:2 
[1599142354][DEBUG]Thermal Zone look for 2/type
[1599142354][DEBUG]Thermal Zone 2:SEN1
[1599142354][DEBUG]read_trip_points 2/trip_point_0_type:passive 
[1599142354][DEBUG]read_trip_points 2/trip_point_0_temp:0 
[1599142354][DEBUG]read_trip_points 2/trip_point_0_hyst:2000 
[1599142354][DEBUG]read_trip_points 2/trip_point_1_type:passive 
[1599142354][DEBUG]read_trip_points 2/trip_point_1_temp:0 
[1599142354][DEBUG]read_trip_points 2/trip_point_1_hyst:2000 
[1599142354][DEBUG]read_trip_points 2/trip_point_2_type:critical 
[1599142354][DEBUG]read_trip_points 2/trip_point_2_temp:-273250 
[1599142354][DEBUG]read_trip_points 2/trip_point_2_hyst:2000 
[1599142354][DEBUG]read_trip_points 2/trip_point_3_type:hot 
[1599142354][DEBUG]read_trip_points 2/trip_point_3_temp:-273250 
[1599142354][DEBUG]read_trip_points 2/trip_point_3_hyst:2000 
[1599142354][DEBUG]read_trip_points 2/trip_point_4_type:passive 
[1599142354][DEBUG]read_trip_points 2/trip_point_4_temp:71050 
[1599142354][DEBUG]read_trip_points 2/trip_point_4_hyst:2000 
[1599142354][DEBUG]Add trip pt 3:2:0x2:71050:2000
[1599142354][DEBUG]read_trip_points 2/trip_point_5_type:active 
[1599142354][DEBUG]read_trip_points 2/trip_point_5_temp:-273250 
[1599142354][DEBUG]read_trip_points 2/trip_point_5_hyst:2000 
[1599142354][DEBUG]read_trip_points Added 1 trips 
[1599142354][DEBUG] >> read_cdev_trip_points for 
[1599142354][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0 
[1599142354][DEBUG]sort_and_update_poll_trip: trip_points_size =1
[1599142354][DEBUG]Add trip pt 5:2:0x2:63945:0
[1599142354][DEBUG]Added zone index:0 
[1599142354][DEBUG]Thermal Zone look for 0/type
[1599142354][DEBUG]Thermal Zone 0:acpitz
[1599142354][DEBUG]read_trip_points 0/trip_point_0_type:hot 
[1599142354][DEBUG]read_trip_points 0/trip_point_0_temp:100000 
[1599142354][DEBUG]Add trip pt 2:0:0x0:100000:1
[1599142354][DEBUG]read_trip_points 0/trip_point_1_type:passive 
[1599142354][DEBUG]read_trip_points 0/trip_point_1_temp:99000 
[1599142354][DEBUG]Add trip pt 3:0:0x0:99000:1
[1599142354][DEBUG]read_trip_points Added 2 trips 
[1599142354][DEBUG] >> read_cdev_trip_points for 
[1599142354][DEBUG]cdev trip point: 1 contains 1
[1599142354][DEBUG]cdev0 present
[1599142354][DEBUG]symbolic name ../cooling_device0:0
[1599142354][DEBUG]zone acpitz bounded 
[1599142354][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 1 
[1599142354][DEBUG]sort_and_update_poll_trip: trip_points_size =2
[1599142354][DEBUG]Add trip pt 5:0:0x0:89100:0
[1599142354][DEBUG]Added zone index:7 
[1599142354][DEBUG]Thermal Zone look for 7/type
[1599142354][DEBUG]Thermal Zone 7:x86_pkg_temp
[1599142354][DEBUG]read_trip_points 7/trip_point_0_type:passive 
[1599142354][DEBUG]read_trip_points 7/trip_point_0_temp:0 
[1599142354][DEBUG]read_trip_points 7/trip_point_1_type:passive 
[1599142354][DEBUG]read_trip_points 7/trip_point_1_temp:0 
[1599142354][DEBUG]read_trip_points Added 0 trips 
[1599142354][DEBUG]Added zone index:5 
[1599142354][DEBUG]Thermal Zone look for 5/type
[1599142354][DEBUG]Thermal Zone 5:pch_cannonlake
[1599142354][DEBUG]read_trip_points 5/trip_point_0_type:critical 
[1599142354][DEBUG]read_trip_points 5/trip_point_0_temp:120000 
[1599142354][DEBUG]Add trip pt 0:5:0x5:120000:1
[1599142354][DEBUG]read_trip_points Added 1 trips 
[1599142354][DEBUG] >> read_cdev_trip_points for 
[1599142354][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0 
[1599142354][DEBUG]sort_and_update_poll_trip: trip_points_size =1
[1599142354][DEBUG]Add trip pt 5:5:0x5:108000:0
[1599142354][DEBUG]Added zone index:3 
[1599142354][DEBUG]Thermal Zone look for 3/type
[1599142354][DEBUG]Thermal Zone 3:SEN5
[1599142354][DEBUG]read_trip_points 3/trip_point_0_type:passive 
[1599142354][DEBUG]read_trip_points 3/trip_point_0_temp:0 
[1599142354][DEBUG]read_trip_points 3/trip_point_0_hyst:2000 
[1599142354][DEBUG]read_trip_points 3/trip_point_1_type:passive 
[1599142354][DEBUG]read_trip_points 3/trip_point_1_temp:0 
[1599142354][DEBUG]read_trip_points 3/trip_point_1_hyst:2000 
[1599142354][DEBUG]read_trip_points 3/trip_point_2_type:critical 
[1599142354][DEBUG]read_trip_points 3/trip_point_2_temp:-273250 
[1599142354][DEBUG]read_trip_points 3/trip_point_2_hyst:2000 
[1599142354][DEBUG]read_trip_points 3/trip_point_3_type:hot 
[1599142354][DEBUG]read_trip_points 3/trip_point_3_temp:-273250 
[1599142354][DEBUG]read_trip_points 3/trip_point_3_hyst:2000 
[1599142354][DEBUG]read_trip_points 3/trip_point_4_type:passive 
[1599142354][DEBUG]read_trip_points 3/trip_point_4_temp:65050 
[1599142354][DEBUG]read_trip_points 3/trip_point_4_hyst:2000 
[1599142354][DEBUG]Add trip pt 3:3:0x3:65050:2000
[1599142354][DEBUG]read_trip_points 3/trip_point_5_type:active 
[1599142354][DEBUG]read_trip_points 3/trip_point_5_temp:-273250 
[1599142354][DEBUG]read_trip_points 3/trip_point_5_hyst:2000 
[1599142354][DEBUG]read_trip_points 3/trip_point_6_type:active 
[1599142354][DEBUG]read_trip_points 3/trip_point_6_temp:-273250 
[1599142354][DEBUG]read_trip_points 3/trip_point_6_hyst:2000 
[1599142354][DEBUG]read_trip_points 3/trip_point_7_type:active 
[1599142354][DEBUG]read_trip_points 3/trip_point_7_temp:-273250 
[1599142354][DEBUG]read_trip_points 3/trip_point_7_hyst:2000 
[1599142354][DEBUG]read_trip_points Added 1 trips 
[1599142354][DEBUG] >> read_cdev_trip_points for 
[1599142354][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0 
[1599142354][DEBUG]sort_and_update_poll_trip: trip_points_size =1
[1599142354][DEBUG]Add trip pt 5:3:0x3:58545:0
[1599142354][DEBUG]Added zone index:1 
[1599142354][DEBUG]Thermal Zone look for 1/type
[1599142354][DEBUG]Thermal Zone 1:SEN3
[1599142354][DEBUG]read_trip_points 1/trip_point_0_type:passive 
[1599142354][DEBUG]read_trip_points 1/trip_point_0_temp:0 
[1599142354][DEBUG]read_trip_points 1/trip_point_0_hyst:2000 
[1599142354][DEBUG]read_trip_points 1/trip_point_1_type:passive 
[1599142354][DEBUG]read_trip_points 1/trip_point_1_temp:0 
[1599142354][DEBUG]read_trip_points 1/trip_point_1_hyst:2000 
[1599142354][DEBUG]read_trip_points 1/trip_point_2_type:critical 
[1599142354][DEBUG]read_trip_points 1/trip_point_2_temp:-273250 
[1599142354][DEBUG]read_trip_points 1/trip_point_2_hyst:2000 
[1599142354][DEBUG]read_trip_points 1/trip_point_3_type:hot 
[1599142354][DEBUG]read_trip_points 1/trip_point_3_temp:-273250 
[1599142354][DEBUG]read_trip_points 1/trip_point_3_hyst:2000 
[1599142354][DEBUG]read_trip_points 1/trip_point_4_type:passive 
[1599142354][DEBUG]read_trip_points 1/trip_point_4_temp:60050 
[1599142354][DEBUG]read_trip_points 1/trip_point_4_hyst:2000 
[1599142354][DEBUG]Add trip pt 3:1:0x1:60050:2000
[1599142354][DEBUG]read_trip_points Added 1 trips 
[1599142354][DEBUG] >> read_cdev_trip_points for 
[1599142354][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0 
[1599142354][DEBUG]sort_and_update_poll_trip: trip_points_size =1
[1599142354][DEBUG]Add trip pt 5:1:0x1:54045:0
[1599142354][DEBUG]Added zone index:8 
[1599142354][DEBUG]Thermal Zone look for 8/type
[1599142354][DEBUG]Thermal Zone 8:iwlwifi_1
[1599142354][DEBUG]read_trip_points 8/trip_point_0_type:passive 
[1599142354][DEBUG]read_trip_points 8/trip_point_0_temp:-32768000 
[1599142354][DEBUG]read_trip_points 8/trip_point_1_type:passive 
[1599142354][DEBUG]read_trip_points 8/trip_point_1_temp:-32768000 
[1599142354][DEBUG]read_trip_points 8/trip_point_2_type:passive 
[1599142354][DEBUG]read_trip_points 8/trip_point_2_temp:-32768000 
[1599142354][DEBUG]read_trip_points 8/trip_point_3_type:passive 
[1599142354][DEBUG]read_trip_points 8/trip_point_3_temp:-32768000 
[1599142354][DEBUG]read_trip_points 8/trip_point_4_type:passive 
[1599142354][DEBUG]read_trip_points 8/trip_point_4_temp:-32768000 
[1599142354][DEBUG]read_trip_points 8/trip_point_5_type:passive 
[1599142354][DEBUG]read_trip_points 8/trip_point_5_temp:-32768000 
[1599142354][DEBUG]read_trip_points 8/trip_point_6_type:passive 
[1599142354][DEBUG]read_trip_points 8/trip_point_6_temp:-32768000 
[1599142354][DEBUG]read_trip_points 8/trip_point_7_type:passive 
[1599142354][DEBUG]read_trip_points 8/trip_point_7_temp:-32768000 
[1599142354][DEBUG]read_trip_points Added 0 trips 
[1599142354][DEBUG]Added zone index:6 
[1599142354][DEBUG]Thermal Zone look for 6/type
[1599142354][DEBUG]Thermal Zone 6:B0D4
[1599142354][DEBUG]read_trip_points 6/trip_point_0_type:critical 
[1599142354][DEBUG]read_trip_points 6/trip_point_0_temp:-273250 
[1599142354][DEBUG]read_trip_points 6/trip_point_0_hyst:0 
[1599142354][DEBUG]read_trip_points 6/trip_point_1_type:hot 
[1599142354][DEBUG]read_trip_points 6/trip_point_1_temp:99050 
[1599142354][DEBUG]read_trip_points 6/trip_point_1_hyst:0 
[1599142354][DEBUG]Add trip pt 2:6:0x6:99050:1000
[1599142354][DEBUG]read_trip_points 6/trip_point_2_type:passive 
[1599142354][DEBUG]read_trip_points 6/trip_point_2_temp:90050 
[1599142354][DEBUG]read_trip_points 6/trip_point_2_hyst:0 
[1599142354][DEBUG]Add trip pt 3:6:0x6:90050:1000
[1599142354][DEBUG]read_trip_points 6/trip_point_3_type:active 
[1599142354][DEBUG]read_trip_points 6/trip_point_3_temp:-273250 
[1599142354][DEBUG]read_trip_points 6/trip_point_3_hyst:0 
[1599142354][DEBUG]read_trip_points 6/trip_point_4_type:active 
[1599142354][DEBUG]read_trip_points 6/trip_point_4_temp:-273250 
[1599142354][DEBUG]read_trip_points 6/trip_point_4_hyst:0 
[1599142354][DEBUG]read_trip_points 6/trip_point_5_type:active 
[1599142354][DEBUG]read_trip_points 6/trip_point_5_temp:-273250 
[1599142354][DEBUG]read_trip_points 6/trip_point_5_hyst:0 
[1599142354][DEBUG]read_trip_points 6/trip_point_6_type:active 
[1599142354][DEBUG]read_trip_points 6/trip_point_6_temp:-273250 
[1599142354][DEBUG]read_trip_points 6/trip_point_6_hyst:0 
[1599142354][DEBUG]read_trip_points 6/trip_point_7_type:active 
[1599142354][DEBUG]read_trip_points 6/trip_point_7_temp:-273250 
[1599142354][DEBUG]read_trip_points 6/trip_point_7_hyst:0 
[1599142354][DEBUG]read_trip_points Added 2 trips 
[1599142354][DEBUG] >> read_cdev_trip_points for 
[1599142354][DEBUG]cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0 
[1599142354][DEBUG]sort_and_update_poll_trip: trip_points_size =2
[1599142354][DEBUG]Add trip pt 5:6:0x6:81045:0
[1599142354][DEBUG]Added zone index:4 
[1599142354][DEBUG]Thermal Zone look for 4/type
[1599142354][DEBUG]Thermal Zone 4:INT3400
[1599142354][DEBUG]read_trip_points Added 0 trips 
[1599142354][INFO]thd_read_default_thermal_zones loaded 6 zones 
[1599142354][DEBUG]uuid: 63BE270F-1C11-48FD-A6F7-3AF253FF3E2D
[1599142354][INFO]Processor thermal device is present 
[1599142354][INFO]It will act as CPU thermal zone !! 
[1599142354][INFO]Processor thermal device passive Trip is 90050
[1599142354][DEBUG]zone B0D4 bounded 
[1599142354][DEBUG]zone B0D4 bounded 
[1599142354][DEBUG]zone B0D4 bounded 
[1599142354][DEBUG]zone B0D4 bounded 
[1599142354][INFO]

 ZONE DUMP BEGIN
[1599142354][INFO]
[1599142354][INFO]Zone 2: SEN1, Active:1 Bind:0 Sensor_cnt:1
[1599142354][INFO]..sensors.. 
[1599142354][INFO]sensor index:2 SEN1 /sys/class/thermal/thermal_zone2/ Async:1 
[1599142354][INFO]..trips.. 
[1599142354][INFO]index 0: type:passive temp:71050 hyst:2000 zone id:2 sensor id:2 control_type:1 cdev size:0
[1599142354][INFO]index 1: type:polling temp:63945 hyst:0 zone id:2 sensor id:2 control_type:0 cdev size:0
[1599142354][INFO]
[1599142354][INFO]
[1599142354][INFO]Zone 0: acpitz, Active:1 Bind:1 Sensor_cnt:1
[1599142354][INFO]..sensors.. 
[1599142354][INFO]sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:0 
[1599142354][INFO]..trips.. 
[1599142354][INFO]index 1: type:passive temp:99000 hyst:1 zone id:0 sensor id:0 control_type:1 cdev size:1
[1599142354][INFO]cdev[0] Processor, Sampling period: 0
[1599142354][INFO]   target_state:not defined
[1599142354][INFO]   pid: kp=0 ki=6,95327e-310 kd=6,92289e-310
[1599142354][INFO]index 0: type:max temp:100000 hyst:1 zone id:0 sensor id:0 control_type:1 cdev size:0
[1599142354][INFO]index 2: type:polling temp:89100 hyst:0 zone id:0 sensor id:0 control_type:0 cdev size:0
[1599142354][INFO]
[1599142354][INFO]
[1599142354][INFO]Zone 5: pch_cannonlake, Active:1 Bind:0 Sensor_cnt:1
[1599142354][INFO]..sensors.. 
[1599142354][INFO]sensor index:5 pch_cannonlake /sys/class/thermal/thermal_zone5/ Async:0 
[1599142354][INFO]..trips.. 
[1599142354][INFO]index 0: type:critical temp:120000 hyst:1 zone id:5 sensor id:5 control_type:1 cdev size:0
[1599142354][INFO]index 1: type:polling temp:108000 hyst:0 zone id:5 sensor id:5 control_type:0 cdev size:0
[1599142354][INFO]
[1599142354][INFO]
[1599142354][INFO]Zone 3: SEN5, Active:1 Bind:0 Sensor_cnt:1
[1599142354][INFO]..sensors.. 
[1599142354][INFO]sensor index:3 SEN5 /sys/class/thermal/thermal_zone3/ Async:1 
[1599142354][INFO]..trips.. 
[1599142354][INFO]index 0: type:passive temp:65050 hyst:2000 zone id:3 sensor id:3 control_type:1 cdev size:0
[1599142354][INFO]index 1: type:polling temp:58545 hyst:0 zone id:3 sensor id:3 control_type:0 cdev size:0
[1599142354][INFO]
[1599142354][INFO]
[1599142354][INFO]Zone 1: SEN3, Active:1 Bind:0 Sensor_cnt:1
[1599142354][INFO]..sensors.. 
[1599142354][INFO]sensor index:1 SEN3 /sys/class/thermal/thermal_zone1/ Async:1 
[1599142354][INFO]..trips.. 
[1599142354][INFO]index 0: type:passive temp:60050 hyst:2000 zone id:1 sensor id:1 control_type:1 cdev size:0
[1599142354][INFO]index 1: type:polling temp:54045 hyst:0 zone id:1 sensor id:1 control_type:0 cdev size:0
[1599142354][INFO]
[1599142354][INFO]
[1599142354][INFO]Zone 6: B0D4, Active:1 Bind:1 Sensor_cnt:1
[1599142354][INFO]..sensors.. 
[1599142354][INFO]sensor index:6 B0D4 /sys/class/thermal/thermal_zone6/ Async:0 
[1599142354][INFO]..trips.. 
[1599142354][INFO]index 1: type:passive temp:90050 hyst:1000 zone id:6 sensor id:6 control_type:1 cdev size:4
[1599142354][INFO]cdev[0] rapl_controller, Sampling period: 0
[1599142354][INFO]   target_state:not defined
[1599142354][INFO]cdev[1] intel_pstate, Sampling period: 0
[1599142354][INFO]   target_state:not defined
[1599142354][INFO]cdev[2] intel_powerclamp, Sampling period: 0
[1599142354][INFO]   target_state:not defined
[1599142354][INFO]cdev[3] Processor, Sampling period: 0
[1599142354][INFO]   target_state:not defined
[1599142354][INFO]index 0: type:max temp:99050 hyst:1000 zone id:6 sensor id:6 control_type:1 cdev size:0
[1599142354][INFO]index 2: type:polling temp:81045 hyst:0 zone id:6 sensor id:6 control_type:0 cdev size:0
[1599142354][INFO]
[1599142354][INFO]

 ZONE DUMP END
[1599142354][INFO]Current user preference is 0
[1599142354][INFO]Control is taken over from kernel
[1599142354][INFO]Taking over thermal control 
[1599142354][INFO]Set Default UUID: 63BE270F-1C11-48FD-A6F7-3AF253FF3E2D
[1599142354][INFO]thd_engine_thread begin
[1599142354][INFO]Thermal zone of type SEN1
[1599142354][INFO]Thermal zone of type acpitz
[1599142354][INFO]Thermal zone of type x86_pkg_temp
[1599142354][INFO]Thermal zone of type pch_cannonlake
[1599142354][INFO]Thermal zone of type SEN5
[1599142354][INFO]Thermal zone of type SEN3
[1599142354][INFO]Thermal zone of type iwlwifi_1
[1599142354][INFO]Thermal zone of type B0D4
[1599142354][INFO]Thermal zone of type INT3400
[1599142354][DEBUG]Start main loop
[1599142358][DEBUG]poll exit 0 polls_fd event 0 0
[1599142358][DEBUG] energy 2:0:211470 mj: 0 mw 
[1599142358][DEBUG] energy 1:0:1501599 mj: 0 mw 
[1599142358][DEBUG]read_temperature sensor ID 2
[1599142358][DEBUG]Sensor SEN1 :temp 47050 
[1599142358][DEBUG]pref 0 type 3 temp 47050 trip 71050 
[1599142358][DEBUG]Passive Trip point applicable 
[1599142358][DEBUG]Trip point applicable <  0:71050 
[1599142358][DEBUG]cdev size for this trippoint 0
[1599142358][DEBUG]read_temperature sensor ID 0
[1599142358][DEBUG]Sensor acpitz :temp 49000 
[1599142358][DEBUG]pref 0 type 3 temp 49000 trip 99000 
[1599142358][DEBUG]Passive Trip point applicable 
[1599142358][DEBUG]Trip point applicable <  1:99000 
[1599142358][DEBUG]cdev size for this trippoint 1
[1599142358][DEBUG]cdev at index 0:Processor
[1599142358][DEBUG]Need to switch to next cdev 
[1599142358][DEBUG]pref 0 type 2 temp 49000 trip 100000 
[1599142358][DEBUG]Passive Trip point applicable 
[1599142358][DEBUG]Trip point applicable <  0:100000 
[1599142358][DEBUG]cdev size for this trippoint 0
[1599142358][DEBUG]read_temperature sensor ID 5
[1599142358][DEBUG]Sensor pch_cannonlake :temp 46000 
[1599142358][DEBUG]pref 0 type 0 temp 46000 trip 120000 
[1599142358][DEBUG]read_temperature sensor ID 3
[1599142358][DEBUG]Sensor SEN5 :temp 26850 
[1599142358][DEBUG]pref 0 type 3 temp 26850 trip 65050 
[1599142358][DEBUG]Passive Trip point applicable 
[1599142358][DEBUG]Trip point applicable <  0:65050 
[1599142358][DEBUG]cdev size for this trippoint 0
[1599142358][DEBUG]read_temperature sensor ID 1
[1599142358][DEBUG]Sensor SEN3 :temp 39050 
[1599142358][DEBUG]pref 0 type 3 temp 39050 trip 60050 
[1599142358][DEBUG]Passive Trip point applicable 
[1599142358][DEBUG]Trip point applicable <  0:60050 
[1599142358][DEBUG]cdev size for this trippoint 0
[1599142358][DEBUG]read_temperature sensor ID 6
[1599142358][DEBUG]Sensor B0D4 :temp 49050 
[1599142358][DEBUG]pref 0 type 3 temp 49050 trip 90050 
[1599142358][DEBUG]Passive Trip point applicable 
[1599142358][DEBUG]Trip point applicable <  1:90050 
[1599142358][DEBUG]cdev size for this trippoint 4
[1599142358][DEBUG]cdev at index 1:Processor
[1599142358][DEBUG]Need to switch to next cdev 
[1599142358][DEBUG]cdev at index 12:intel_powerclamp
[1599142358][DEBUG]Need to switch to next cdev 
[1599142358][DEBUG]cdev at index 15:intel_pstate
[1599142358][DEBUG]Need to switch to next cdev 
[1599142358][DEBUG]cdev at index 13:rapl_controller
[1599142358][DEBUG]Need to switch to next cdev 
[1599142358][DEBUG]pref 0 type 2 temp 49050 trip 99050 
[1599142358][DEBUG]Passive Trip point applicable 
[1599142358][DEBUG]Trip point applicable <  0:99050 
[1599142358][DEBUG]cdev size for this trippoint 0
[1599142358][DEBUG]evaluate condition set 0
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition.condition at index 1
[1599142358][DEBUG]evaluate condition.condition 8
[1599142358][DEBUG]evaluate condition set 1
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 2
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 3
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 4
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 5
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 6
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 7
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 8
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 9
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 10
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 11
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 12
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 13
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 14
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 19
[1599142358][DEBUG]evaluate condition set 15
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition 11
[1599142358][DEBUG]evaluate condition set 16
[1599142358][DEBUG]evaluate condition.condition at index 0
[1599142358][DEBUG]evaluate condition.condition at index 1
[1599142358][DEBUG]evaluate condition.condition at index 2
[1599142358][DEBUG]evaluate condition.condition at index 3
[1599142358][DEBUG]evaluate condition.condition at index 4
[1599142358][DEBUG]evaluate condition.condition at index 5
[1599142358][DEBUG]evaluate condition.condition at index 6
[1599142358][DEBUG]evaluate condition.condition at index 7
[1599142358][DEBUG]evaluate condition.condition at index 8
[1599142358][DEBUG]evaluate condition.condition at index 9
[1599142358][INFO]target:PL1MAX 45000
[1599142358][INFO]set cdev state index 14 state 45000000 wr:45000000
[1599142358][INFO]target:PL1MIN 15000
[1599142358][INFO]target:PL2PowerLimit 53000
[1599142358][INFO]set_int3400 target CS_DIS_HP
[1599142358][DEBUG]thd_trip_cdev_state_reset 
[1599142358][DEBUG]thd_trip_cdev_state_reset 
[1599142358][DEBUG]thd_trip_cdev_state_reset 
[1599142358][DEBUG]thd_trip_cdev_state_reset 
[1599142358][DEBUG]Add trip pt 3:1:0x1:42000:0
[1599142358][DEBUG]sort_and_update_poll_trip: trip_points_size =1
[1599142358][DEBUG]Add trip pt 5:1:0x1:37000:0
[1599142358][DEBUG]zone SEN3 bounded 
[1599142358][DEBUG]Add trip pt 3:2:0x2:75000:0
[1599142358][DEBUG]sort_and_update_poll_trip: trip_points_size =1
[1599142358][DEBUG]Add trip pt 5:2:0x2:67500:0
[1599142358][DEBUG]zone SEN1 bounded 
[1599142358][DEBUG]check trip zone:0:0
[1599142358][DEBUG]check trip zone:0:1
[1599142358][DEBUG]check trip zone:1:0
[1599142358][DEBUG]check trip zone:1:1
[1599142358][DEBUG]check trip zone:1:2
[1599142358][DEBUG]check trip zone:2:0
[1599142358][DEBUG]check trip zone:2:1
[1599142358][DEBUG]check trip zone:3:0
[1599142358][DEBUG]check trip zone:3:1
[1599142358][DEBUG]check trip zone:4:0
[1599142358][DEBUG]check trip zone:4:1
[1599142358][DEBUG]check trip zone:5:0
[1599142358][DEBUG]check trip zone:5:1
[1599142358][DEBUG]check trip zone:5:2
[1599142358][INFO]

 ZONE DUMP BEGIN
[1599142358][INFO]
[1599142358][INFO]Zone 2: SEN1, Active:1 Bind:1 Sensor_cnt:1
[1599142358][INFO]..sensors.. 
[1599142358][INFO]sensor index:2 SEN1 /sys/class/thermal/thermal_zone2/ Async:1 
[1599142358][INFO]..trips.. 
[1599142358][INFO]index 0: type:passive temp:75000 hyst:0 zone id:2 sensor id:2 control_type:1 cdev size:1
[1599142358][INFO]cdev[0] rapl_controller_mmio, Sampling period: 16
[1599142358][INFO]   target_state:not defined
[1599142358][INFO]index 1: type:polling temp:67500 hyst:0 zone id:2 sensor id:2 control_type:0 cdev size:0
[1599142358][INFO]
[1599142358][INFO]
[1599142358][INFO]Zone 1: SEN3, Active:1 Bind:1 Sensor_cnt:1
[1599142358][INFO]..sensors.. 
[1599142358][INFO]sensor index:1 SEN3 /sys/class/thermal/thermal_zone1/ Async:1 
[1599142358][INFO]..trips.. 
[1599142358][INFO]index 0: type:passive temp:42000 hyst:0 zone id:1 sensor id:1 control_type:1 cdev size:1
[1599142358][INFO]cdev[0] rapl_controller_mmio, Sampling period: 16
[1599142358][INFO]   target_state:not defined
[1599142358][INFO]index 1: type:polling temp:37000 hyst:0 zone id:1 sensor id:1 control_type:0 cdev size:0
[1599142358][INFO]
[1599142358][INFO]

 ZONE DUMP END
[1599142362][DEBUG]poll exit 0 polls_fd event 0 0
[1599142362][DEBUG] energy 2:0:217247 mj: 1444 mw 
[1599142362][DEBUG] energy 1:0:1532081 mj: 7620 mw 
[1599142362][DEBUG]read_temperature sensor ID 2
[1599142362][DEBUG]Sensor SEN1 :temp 47050 
[1599142362][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142362][DEBUG]Passive Trip point applicable 
[1599142362][DEBUG]Trip point applicable <  0:75000 
[1599142362][DEBUG]cdev size for this trippoint 1
[1599142362][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142362][DEBUG]Need to switch to next cdev 
[1599142362][DEBUG]read_temperature sensor ID 1
[1599142362][DEBUG]Sensor SEN3 :temp 39050 
[1599142362][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142362][DEBUG]Passive Trip point applicable 
[1599142362][DEBUG]Trip point applicable <  0:42000 
[1599142362][DEBUG]cdev size for this trippoint 1
[1599142362][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142362][DEBUG]Need to switch to next cdev 
[1599142362][DEBUG]polling trip reached, on 
[1599142362][DEBUG]evaluate condition set 0
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition.condition at index 1
[1599142362][DEBUG]evaluate condition.condition 8
[1599142362][DEBUG]evaluate condition set 1
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 2
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 3
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 4
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 5
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 6
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 7
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 8
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 9
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 10
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 11
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 12
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 13
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 14
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 19
[1599142362][DEBUG]evaluate condition set 15
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition 11
[1599142362][DEBUG]evaluate condition set 16
[1599142362][DEBUG]evaluate condition.condition at index 0
[1599142362][DEBUG]evaluate condition.condition at index 1
[1599142362][DEBUG]evaluate condition.condition at index 2
[1599142362][DEBUG]evaluate condition.condition at index 3
[1599142362][DEBUG]evaluate condition.condition at index 4
[1599142362][DEBUG]evaluate condition.condition at index 5
[1599142362][DEBUG]evaluate condition.condition at index 6
[1599142362][DEBUG]evaluate condition.condition at index 7
[1599142362][DEBUG]evaluate condition.condition at index 8
[1599142362][DEBUG]evaluate condition.condition at index 9
[1599142362][DEBUG]poll exit 1 polls_fd event 1 0
[1599142362][DEBUG]wakeup fd event
[1599142362][DEBUG]Received message 5
[1599142362][DEBUG]poll exit 1 polls_fd event 1 0
[1599142362][DEBUG]wakeup fd event
[1599142362][DEBUG]Received message 7
[1599142362][DEBUG]thd_engine fast polling enabled via 0 
[1599142363][DEBUG]poll exit 0 polls_fd event 0 0
[1599142363][DEBUG] energy 2:0:218152 mj: 905 mw 
[1599142363][DEBUG] energy 1:0:1536319 mj: 4238 mw 
[1599142363][DEBUG]read_temperature sensor ID 2
[1599142363][DEBUG]Sensor SEN1 :temp 47050 
[1599142363][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142363][DEBUG]Passive Trip point applicable 
[1599142363][DEBUG]Trip point applicable <  0:75000 
[1599142363][DEBUG]cdev size for this trippoint 1
[1599142363][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142363][DEBUG]Need to switch to next cdev 
[1599142363][DEBUG]read_temperature sensor ID 1
[1599142363][DEBUG]Sensor SEN3 :temp 39050 
[1599142363][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142363][DEBUG]Passive Trip point applicable 
[1599142363][DEBUG]Trip point applicable <  0:42000 
[1599142363][DEBUG]cdev size for this trippoint 1
[1599142363][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142363][DEBUG]Need to switch to next cdev 
[1599142364][DEBUG]poll exit 0 polls_fd event 0 0
[1599142364][DEBUG] energy 2:0:218752 mj: 600 mw 
[1599142364][DEBUG] energy 1:0:1536922 mj: 603 mw 
[1599142364][DEBUG]read_temperature sensor ID 2
[1599142364][DEBUG]Sensor SEN1 :temp 47050 
[1599142364][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142364][DEBUG]Passive Trip point applicable 
[1599142364][DEBUG]Trip point applicable <  0:75000 
[1599142364][DEBUG]cdev size for this trippoint 1
[1599142364][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142364][DEBUG]Need to switch to next cdev 
[1599142364][DEBUG]read_temperature sensor ID 1
[1599142364][DEBUG]Sensor SEN3 :temp 39050 
[1599142364][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142364][DEBUG]Passive Trip point applicable 
[1599142364][DEBUG]Trip point applicable <  0:42000 
[1599142364][DEBUG]cdev size for this trippoint 1
[1599142364][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142364][DEBUG]Need to switch to next cdev 
[1599142365][DEBUG]poll exit 0 polls_fd event 0 0
[1599142365][DEBUG] energy 2:0:219352 mj: 600 mw 
[1599142365][DEBUG] energy 1:0:1537489 mj: 567 mw 
[1599142365][DEBUG]read_temperature sensor ID 2
[1599142365][DEBUG]Sensor SEN1 :temp 47050 
[1599142365][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142365][DEBUG]Passive Trip point applicable 
[1599142365][DEBUG]Trip point applicable <  0:75000 
[1599142365][DEBUG]cdev size for this trippoint 1
[1599142365][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142365][DEBUG]Need to switch to next cdev 
[1599142365][DEBUG]read_temperature sensor ID 1
[1599142365][DEBUG]Sensor SEN3 :temp 39050 
[1599142365][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142365][DEBUG]Passive Trip point applicable 
[1599142365][DEBUG]Trip point applicable <  0:42000 
[1599142365][DEBUG]cdev size for this trippoint 1
[1599142365][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142365][DEBUG]Need to switch to next cdev 
[1599142366][DEBUG]poll exit 0 polls_fd event 0 0
[1599142366][DEBUG] energy 2:0:219952 mj: 600 mw 
[1599142366][DEBUG] energy 1:0:1538028 mj: 539 mw 
[1599142366][DEBUG]read_temperature sensor ID 2
[1599142366][DEBUG]Sensor SEN1 :temp 47050 
[1599142366][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142366][DEBUG]Passive Trip point applicable 
[1599142366][DEBUG]Trip point applicable <  0:75000 
[1599142366][DEBUG]cdev size for this trippoint 1
[1599142366][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142366][DEBUG]Need to switch to next cdev 
[1599142366][DEBUG]read_temperature sensor ID 1
[1599142366][DEBUG]Sensor SEN3 :temp 39050 
[1599142366][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142366][DEBUG]Passive Trip point applicable 
[1599142366][DEBUG]Trip point applicable <  0:42000 
[1599142366][DEBUG]cdev size for this trippoint 1
[1599142366][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142366][DEBUG]Need to switch to next cdev 
[1599142366][DEBUG]evaluate condition set 0
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition.condition at index 1
[1599142366][DEBUG]evaluate condition.condition 8
[1599142366][DEBUG]evaluate condition set 1
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 2
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 3
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 4
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 5
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 6
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 7
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 8
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 9
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 10
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 11
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 12
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 13
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 14
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 19
[1599142366][DEBUG]evaluate condition set 15
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition 11
[1599142366][DEBUG]evaluate condition set 16
[1599142366][DEBUG]evaluate condition.condition at index 0
[1599142366][DEBUG]evaluate condition.condition at index 1
[1599142366][DEBUG]evaluate condition.condition at index 2
[1599142366][DEBUG]evaluate condition.condition at index 3
[1599142366][DEBUG]evaluate condition.condition at index 4
[1599142366][DEBUG]evaluate condition.condition at index 5
[1599142366][DEBUG]evaluate condition.condition at index 6
[1599142366][DEBUG]evaluate condition.condition at index 7
[1599142366][DEBUG]evaluate condition.condition at index 8
[1599142366][DEBUG]evaluate condition.condition at index 9
[1599142367][DEBUG]poll exit 0 polls_fd event 0 0
[1599142367][DEBUG] energy 2:0:220885 mj: 933 mw 
[1599142367][DEBUG] energy 1:0:1540155 mj: 2127 mw 
[1599142367][DEBUG]read_temperature sensor ID 2
[1599142367][DEBUG]Sensor SEN1 :temp 47050 
[1599142367][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142367][DEBUG]Passive Trip point applicable 
[1599142367][DEBUG]Trip point applicable <  0:75000 
[1599142367][DEBUG]cdev size for this trippoint 1
[1599142367][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142367][DEBUG]Need to switch to next cdev 
[1599142367][DEBUG]read_temperature sensor ID 1
[1599142367][DEBUG]Sensor SEN3 :temp 39050 
[1599142367][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142367][DEBUG]Passive Trip point applicable 
[1599142367][DEBUG]Trip point applicable <  0:42000 
[1599142367][DEBUG]cdev size for this trippoint 1
[1599142367][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142367][DEBUG]Need to switch to next cdev 
[1599142368][DEBUG]poll exit 0 polls_fd event 0 0
[1599142368][DEBUG] energy 2:0:221604 mj: 719 mw 
[1599142368][DEBUG] energy 1:0:1541110 mj: 955 mw 
[1599142368][DEBUG]read_temperature sensor ID 2
[1599142368][DEBUG]Sensor SEN1 :temp 47050 
[1599142368][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142368][DEBUG]Passive Trip point applicable 
[1599142368][DEBUG]Trip point applicable <  0:75000 
[1599142368][DEBUG]cdev size for this trippoint 1
[1599142368][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142368][DEBUG]Need to switch to next cdev 
[1599142368][DEBUG]read_temperature sensor ID 1
[1599142368][DEBUG]Sensor SEN3 :temp 39050 
[1599142368][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142368][DEBUG]Passive Trip point applicable 
[1599142368][DEBUG]Trip point applicable <  0:42000 
[1599142368][DEBUG]cdev size for this trippoint 1
[1599142368][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142368][DEBUG]Need to switch to next cdev 
[1599142369][DEBUG]poll exit 0 polls_fd event 0 0
[1599142369][DEBUG] energy 2:0:222599 mj: 995 mw 
[1599142369][DEBUG] energy 1:0:1543733 mj: 2623 mw 
[1599142369][DEBUG]read_temperature sensor ID 2
[1599142369][DEBUG]Sensor SEN1 :temp 47050 
[1599142369][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142369][DEBUG]Passive Trip point applicable 
[1599142369][DEBUG]Trip point applicable <  0:75000 
[1599142369][DEBUG]cdev size for this trippoint 1
[1599142369][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142369][DEBUG]Need to switch to next cdev 
[1599142369][DEBUG]read_temperature sensor ID 1
[1599142369][DEBUG]Sensor SEN3 :temp 39050 
[1599142369][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142369][DEBUG]Passive Trip point applicable 
[1599142369][DEBUG]Trip point applicable <  0:42000 
[1599142369][DEBUG]cdev size for this trippoint 1
[1599142369][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142369][DEBUG]Need to switch to next cdev 
[1599142370][DEBUG]poll exit 0 polls_fd event 0 0
[1599142370][DEBUG] energy 2:0:223379 mj: 780 mw 
[1599142370][DEBUG] energy 1:0:1545162 mj: 1429 mw 
[1599142370][DEBUG]read_temperature sensor ID 2
[1599142370][DEBUG]Sensor SEN1 :temp 47050 
[1599142370][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142370][DEBUG]Passive Trip point applicable 
[1599142370][DEBUG]Trip point applicable <  0:75000 
[1599142370][DEBUG]cdev size for this trippoint 1
[1599142370][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142370][DEBUG]Need to switch to next cdev 
[1599142370][DEBUG]read_temperature sensor ID 1
[1599142370][DEBUG]Sensor SEN3 :temp 39050 
[1599142370][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142370][DEBUG]Passive Trip point applicable 
[1599142370][DEBUG]Trip point applicable <  0:42000 
[1599142370][DEBUG]cdev size for this trippoint 1
[1599142370][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142370][DEBUG]Need to switch to next cdev 
[1599142370][DEBUG]evaluate condition set 0
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition.condition at index 1
[1599142370][DEBUG]evaluate condition.condition 8
[1599142370][DEBUG]evaluate condition set 1
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 2
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 3
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 4
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 5
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 6
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 7
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 8
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 9
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 10
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 11
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 12
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 13
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 14
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 19
[1599142370][DEBUG]evaluate condition set 15
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition 11
[1599142370][DEBUG]evaluate condition set 16
[1599142370][DEBUG]evaluate condition.condition at index 0
[1599142370][DEBUG]evaluate condition.condition at index 1
[1599142370][DEBUG]evaluate condition.condition at index 2
[1599142370][DEBUG]evaluate condition.condition at index 3
[1599142370][DEBUG]evaluate condition.condition at index 4
[1599142370][DEBUG]evaluate condition.condition at index 5
[1599142370][DEBUG]evaluate condition.condition at index 6
[1599142370][DEBUG]evaluate condition.condition at index 7
[1599142370][DEBUG]evaluate condition.condition at index 8
[1599142370][DEBUG]evaluate condition.condition at index 9
[1599142371][DEBUG]poll exit 0 polls_fd event 0 0
[1599142371][DEBUG] energy 2:0:224160 mj: 781 mw 
[1599142371][DEBUG] energy 1:0:1547049 mj: 1887 mw 
[1599142371][DEBUG]read_temperature sensor ID 2
[1599142371][DEBUG]Sensor SEN1 :temp 47050 
[1599142371][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142371][DEBUG]Passive Trip point applicable 
[1599142371][DEBUG]Trip point applicable <  0:75000 
[1599142371][DEBUG]cdev size for this trippoint 1
[1599142371][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142371][DEBUG]Need to switch to next cdev 
[1599142371][DEBUG]read_temperature sensor ID 1
[1599142371][DEBUG]Sensor SEN3 :temp 39050 
[1599142371][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142371][DEBUG]Passive Trip point applicable 
[1599142371][DEBUG]Trip point applicable <  0:42000 
[1599142371][DEBUG]cdev size for this trippoint 1
[1599142371][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142371][DEBUG]Need to switch to next cdev 
[1599142372][DEBUG]poll exit 0 polls_fd event 0 0
[1599142372][DEBUG] energy 2:0:224827 mj: 667 mw 
[1599142372][DEBUG] energy 1:0:1548017 mj: 968 mw 
[1599142372][DEBUG]read_temperature sensor ID 2
[1599142372][DEBUG]Sensor SEN1 :temp 47050 
[1599142372][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142372][DEBUG]Passive Trip point applicable 
[1599142372][DEBUG]Trip point applicable <  0:75000 
[1599142372][DEBUG]cdev size for this trippoint 1
[1599142372][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142372][DEBUG]Need to switch to next cdev 
[1599142372][DEBUG]read_temperature sensor ID 1
[1599142372][DEBUG]Sensor SEN3 :temp 39050 
[1599142372][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142372][DEBUG]Passive Trip point applicable 
[1599142372][DEBUG]Trip point applicable <  0:42000 
[1599142372][DEBUG]cdev size for this trippoint 1
[1599142372][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142372][DEBUG]Need to switch to next cdev 
[1599142373][DEBUG]poll exit 0 polls_fd event 0 0
[1599142373][DEBUG] energy 2:0:226576 mj: 1749 mw 
[1599142373][DEBUG] energy 1:0:1555609 mj: 7592 mw 
[1599142373][DEBUG]read_temperature sensor ID 2
[1599142373][DEBUG]Sensor SEN1 :temp 47050 
[1599142373][DEBUG]pref 0 type 3 temp 47050 trip 75000 
[1599142373][DEBUG]Passive Trip point applicable 
[1599142373][DEBUG]Trip point applicable <  0:75000 
[1599142373][DEBUG]cdev size for this trippoint 1
[1599142373][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142373][DEBUG]Need to switch to next cdev 
[1599142373][DEBUG]read_temperature sensor ID 1
[1599142373][DEBUG]Sensor SEN3 :temp 39050 
[1599142373][DEBUG]pref 0 type 3 temp 39050 trip 42000 
[1599142373][DEBUG]Passive Trip point applicable 
[1599142373][DEBUG]Trip point applicable <  0:42000 
[1599142373][DEBUG]cdev size for this trippoint 1
[1599142373][DEBUG]cdev at index 14:rapl_controller_mmio
[1599142373][DEBUG]Need to switch to next cdev 
[1599142374][DEBUG]poll exit 1 polls_fd event 1 0
[1599142374][DEBUG] energy 2:0:227706 mj: 1130 mw 
[1599142374][DEBUG] energy 1:0:1559920 mj: 4311 mw 
[1599142374][DEBUG]wakeup fd event
[1599142374][DEBUG]Received message 1
[1599142374][MSG]Terminating ...
[1599142374][DEBUG]Terminating thread..
[1599142374][DEBUG]evaluate condition set 0
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition.condition at index 1
[1599142374][DEBUG]evaluate condition.condition 8
[1599142374][DEBUG]evaluate condition set 1
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 2
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 3
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 4
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 5
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 6
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 7
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 8
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 9
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 10
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 11
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 12
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 13
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 14
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 19
[1599142374][DEBUG]evaluate condition set 15
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition 11
[1599142374][DEBUG]evaluate condition set 16
[1599142374][DEBUG]evaluate condition.condition at index 0
[1599142374][DEBUG]evaluate condition.condition at index 1
[1599142374][DEBUG]evaluate condition.condition at index 2
[1599142374][DEBUG]evaluate condition.condition at index 3
[1599142374][DEBUG]evaluate condition.condition at index 4
[1599142374][DEBUG]evaluate condition.condition at index 5
[1599142374][DEBUG]evaluate condition.condition at index 6
[1599142374][DEBUG]evaluate condition.condition at index 7
[1599142374][DEBUG]evaluate condition.condition at index 8
[1599142374][DEBUG]evaluate condition.condition at index 9
[1599142374][DEBUG]thd_engine_thread_end
[1599142375][MSG]terminating on user request ..
[1599142375][INFO]Giving up thermal control 
eliadevito commented 4 years ago

I forgot /sys/bus/platform/devices/INT3400:00/odvp* output

on AC:

/sys/bus/platform/devices/INT3400:00/odvp0:1
/sys/bus/platform/devices/INT3400:00/odvp1:0
/sys/bus/platform/devices/INT3400:00/odvp2:0
/sys/bus/platform/devices/INT3400:00/odvp3:0
/sys/bus/platform/devices/INT3400:00/odvp4:0
/sys/bus/platform/devices/INT3400:00/odvp5:0

on battery:

/sys/bus/platform/devices/INT3400:00/odvp0:1
/sys/bus/platform/devices/INT3400:00/odvp1:0
/sys/bus/platform/devices/INT3400:00/odvp2:0
/sys/bus/platform/devices/INT3400:00/odvp3:0
/sys/bus/platform/devices/INT3400:00/odvp4:0
/sys/bus/platform/devices/INT3400:00/odvp5:0
spandruvada commented 4 years ago

Thanks for the log. The current source code is correct. The value of "condition:Power_source" == 0 is AC. So 25W on AC is correct according to these tables. There is no special condition to match "DC" as power_source. I think on Windows it may be setting 15W on batteries as condition set 3 may be matching. I think the firmware is expecting that we confirm existence of DTT type control and hence not modifying any odvp* variable in DC and AC.

Here we are matching condition set 16 on battery which is all "default" rules, which is setting power limit to 45W.

Can you attach acpidump of this platform?

eliadevito commented 4 years ago

Requested data acpi.out.txt

Is there any information I can grab from Windows?

Thanks

spandruvada commented 4 years ago

I think we should check what Windows uses power limits in battery and AC. Looks like there tools like "power gadget" which can get power in Windows. But not sure if this gives current power limits.

spandruvada commented 4 years ago

Looking into acpi dump, it will requires changes to Linux wmi driver (drivers/platform/x86/hp-wmi.c).

Method (STPS, 0, Serialized) { Debug = "HP WMI Command 0x4C (BIOS Write)" Local0 = WBUF / \WBUF / WTPS = DerefOf (Local0 [Zero]) ...

Based on what the driver will send OEM variable 0 will change . ...

            Switch (WTPS)
            {
                Case (Zero)
                {
                    ODV0 = 0x05
                }
                Case (One)
                {
                    ODV0 = 0x06
                }
                Case (0x02)
                {
                    ODV0 = 0x07
                }
                Default
                {
                    ODV0 = 0x06
                }

            }

            If ((^^PCI0.LPCB.EC0.ECOK == One))
            {
                ^^PCI0.LPCB.EC0.HCMC ()

} Notify (IETM, 0x88) // Device-Specific

eliadevito commented 4 years ago

sorry for the delay in replying, I changed the hp-wmi driver to call the method you told me and now thermald seem behave similar to windows. calling the STPS method in addition to changing the value of the OEM variable 0 also changes the behavior of the fans, exactly as it happens on windows by selecting the thermal profile in the "HP Command Center" app.

I have identify the 3 profiles as follow: 0 -> Performance mode (OEM0 variable 5 and fast FAN start at maximum speed) 1 -> Default mode (called HP reccomended on windows) (OEM0 variable 6 and delayed FAN start at low/medium speed) 2 -> Cool mode (OEM0 variable 7 and fast FAN start at low/medium speed)

I will try to improve my patch in the next few day before to send pull request to hp-wmi mantainer, if anyone with similar hardware wants to try the patch, they can find it here https://github.com/eliadevito/hp-wmi

Thanks so much for the help and the tip on how to find the solution.

If for you are ok I will test this for few day before close this issue

spandruvada commented 4 years ago

Great! Take your time to close.

eliadevito commented 4 years ago

The patch for hp-wmi driver is under review by maintainer. I close this

https://patchwork.kernel.org/patch/11815955/

rebroad commented 2 months ago

sorry for the delay in replying, I changed the hp-wmi driver to call the method you told me and now thermald seem behave similar to windows. calling the STPS method in addition to changing the value of the OEM variable 0 also changes the behavior of the fans, exactly as it happens on windows by selecting the thermal profile in the "HP Command Center" app.

I have identify the 3 profiles as follow: 0 -> Performance mode (OEM0 variable 5 and fast FAN start at maximum speed) 1 -> Default mode (called HP recommended on windows) (OEM0 variable 6 and delayed FAN start at low/medium speed) 2 -> Cool mode (OEM0 variable 7 and fast FAN start at low/medium speed)

I will try to improve my patch in the next few day before to send pull request to hp-wmi maintainer, if anyone with similar hardware wants to try the patch, they can find it here https://github.com/eliadevito/hp-wmi

Thanks so much for the help and the tip on how to find the solution.

If for you are ok I will test this for few day before close this issue

I am looking for a way to automate the selection of the thermal profile. Is this possible? using hp-wmi?