(comment, not a question) Hi, A friend's new laptop, a Lenovo E15. With an 8 cores CPU. processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 142 model name : Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz When I load it a bit (about half) with this: mkfifo mdpipe dd if=/dev/nvme0n1p3 status=progress bs=16M | tee mdpipe | pigz > nvme0n1p3.gz & md5sum -b mdpipe | tee -a md5checksum_expanded (source is nvme M2 media, reading at more than 200 Mbyt/s, perhaps 400 (I don't remember for sure), destination is rotating rust, external on usb3, writing at about 60Mb/s, and all the cpu cores working at about 60%, for half an hour, *the machine overheats*. I see it in the log: 2020-09-13T00:23:45.965798+02:00 Rescate kernel: [ 3874.567857] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 27199) 2020-09-13T00:23:45.965816+02:00 Rescate kernel: [ 3874.567857] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 27198) 2020-09-13T00:23:45.965817+02:00 Rescate kernel: [ 3874.567859] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965818+02:00 Rescate kernel: [ 3874.567860] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965819+02:00 Rescate kernel: [ 3874.567861] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965820+02:00 Rescate kernel: [ 3874.567862] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965822+02:00 Rescate kernel: [ 3874.567863] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965823+02:00 Rescate kernel: [ 3874.567864] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965824+02:00 Rescate kernel: [ 3874.567865] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965824+02:00 Rescate kernel: [ 3874.567866] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.969800+02:00 Rescate kernel: [ 3874.571856] mce: CPU4: Core temperature/speed normal 2020-09-13T00:23:45.969808+02:00 Rescate kernel: [ 3874.571856] mce: CPU0: Core temperature/speed normal 2020-09-13T00:23:45.969809+02:00 Rescate kernel: [ 3874.571857] mce: CPU3: Package temperature/speed normal 2020-09-13T00:23:45.969810+02:00 Rescate kernel: [ 3874.571858] mce: CPU2: Package temperature/speed normal 2020-09-13T00:23:45.969811+02:00 Rescate kernel: [ 3874.571859] mce: CPU7: Package temperature/speed normal 2020-09-13T00:23:45.969812+02:00 Rescate kernel: [ 3874.571860] mce: CPU1: Package temperature/speed normal 2020-09-13T00:23:45.969813+02:00 Rescate kernel: [ 3874.571860] mce: CPU6: Package temperature/speed normal 2020-09-13T00:23:45.969814+02:00 Rescate kernel: [ 3874.571861] mce: CPU5: Package temperature/speed normal 2020-09-13T00:23:45.969815+02:00 Rescate kernel: [ 3874.571861] mce: CPU0: Package temperature/speed normal 2020-09-13T00:23:45.969816+02:00 Rescate kernel: [ 3874.571862] mce: CPU4: Package temperature/speed normal (gkrellm said CPU temp was about 70ºC; when idle, it is 40) I take it that this is designed for. It simply can not take a full load for half an hour, overheats, and reduces the CPU clock to cope. I did put it over a fan platform, no much difference. Maybe more expensive machines cope better. I could feel the case was hot, near the display hinge. No, I'm not asking for help, the machine is as it is. :-) Just remembering Jdd and his hot laptop :-) Luckily the owner will just be doing email and office things. -- Cheers Carlos E. R. (from 15.1 x86_64 at Telcontar)
In data domenica 13 settembre 2020 01:56:44 CEST, Carlos E. R. ha scritto:
(comment, not a question)
Hi,
A friend's new laptop, a Lenovo E15. With an 8 cores CPU.
processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 142 model name : Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
When I load it a bit (about half) with this:
mkfifo mdpipe dd if=/dev/nvme0n1p3 status=progress bs=16M | tee mdpipe | pigz > nvme0n1p3.gz & md5sum -b mdpipe | tee -a md5checksum_expanded
(source is nvme M2 media, reading at more than 200 Mbyt/s, perhaps 400 (I don't remember for sure), destination is rotating rust, external on usb3, writing at about 60Mb/s, and all the cpu cores working at about 60%, for half an hour, *the machine overheats*.
I see it in the log:
2020-09-13T00:23:45.965798+02:00 Rescate kernel: [ 3874.567857] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 27199) 2020-09-13T00:23:45.965816+02:00 Rescate kernel: [ 3874.567857] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 27198) 2020-09-13T00:23:45.965817+02:00 Rescate kernel: [ 3874.567859] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965818+02:00 Rescate kernel: [ 3874.567860] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965819+02:00 Rescate kernel: [ 3874.567861] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965820+02:00 Rescate kernel: [ 3874.567862] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965822+02:00 Rescate kernel: [ 3874.567863] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965823+02:00 Rescate kernel: [ 3874.567864] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965824+02:00 Rescate kernel: [ 3874.567865] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.965824+02:00 Rescate kernel: [ 3874.567866] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 32537) 2020-09-13T00:23:45.969800+02:00 Rescate kernel: [ 3874.571856] mce: CPU4: Core temperature/speed normal 2020-09-13T00:23:45.969808+02:00 Rescate kernel: [ 3874.571856] mce: CPU0: Core temperature/speed normal 2020-09-13T00:23:45.969809+02:00 Rescate kernel: [ 3874.571857] mce: CPU3: Package temperature/speed normal 2020-09-13T00:23:45.969810+02:00 Rescate kernel: [ 3874.571858] mce: CPU2: Package temperature/speed normal 2020-09-13T00:23:45.969811+02:00 Rescate kernel: [ 3874.571859] mce: CPU7: Package temperature/speed normal 2020-09-13T00:23:45.969812+02:00 Rescate kernel: [ 3874.571860] mce: CPU1: Package temperature/speed normal 2020-09-13T00:23:45.969813+02:00 Rescate kernel: [ 3874.571860] mce: CPU6: Package temperature/speed normal 2020-09-13T00:23:45.969814+02:00 Rescate kernel: [ 3874.571861] mce: CPU5: Package temperature/speed normal 2020-09-13T00:23:45.969815+02:00 Rescate kernel: [ 3874.571861] mce: CPU0: Package temperature/speed normal 2020-09-13T00:23:45.969816+02:00 Rescate kernel: [ 3874.571862] mce: CPU4: Package temperature/speed normal
(gkrellm said CPU temp was about 70ºC; when idle, it is 40)
I take it that this is designed for. It simply can not take a full load for half an hour, overheats, and reduces the CPU clock to cope. I did put it over a fan platform, no much difference.
Maybe more expensive machines cope better. I could feel the case was hot, near the display hinge.
No, I'm not asking for help, the machine is as it is. :-) Just remembering Jdd and his hot laptop :-)
Luckily the owner will just be doing email and office things.
Lenovo always has this problem. But it is partially fruit of a wrong regulation decision of Linux. I do have much of ventilator reserve but under Linux the vent is not going to speed up over a certain limit. That is quite absurd, but the difference between high and max is huge. But linux seem to give signal only for high, not for max. When having a hanging process, this causes in my laptop regular shutdowns (that is why 15.2 is not usable for me). I do not think this will be different in your case - although this is a powerful and otherwise well designed machine. Look in the BIOS to see if there is a setting. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 13/09/2020 07.34, Stakanov wrote:
In data domenica 13 settembre 2020 01:56:44 CEST, Carlos E. R. ha scritto:
(comment, not a question)
Lenovo always has this problem. But it is partially fruit of a wrong regulation decision of Linux. I do have much of ventilator reserve but under Linux the vent is not going to speed up over a certain limit. That is quite absurd, but the difference between high and max is huge. But linux seem to give signal only for high, not for max. When having a hanging process, this causes in my laptop regular shutdowns (that is why 15.2 is not usable for me). I do not think this will be different in your case - although this is a powerful and otherwise well designed machine. Look in the BIOS to see if there is a setting.
I don't see a problem, just a design decision. Yesterday the fan was spinning at 4200, not it seems to go at zero. I will try again later today and watch the fan. -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)
Le 13/09/2020 à 01:56, Carlos E. R. a écrit :
No, I'm not asking for help, the machine is as it is. :-) Just remembering Jdd and his hot laptop :-)
yes, and reducing the cpu speed is the best solution I found. cpupower frequency-set -u 2.6G (2.6 for my config, this simply forgive overclocking) specially if the target is that slow, no reason to go fast and for day to day use, not speed difference visible jdd -- http://dodin.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 9/12/20 7:56 PM, Carlos E. R. wrote:
(comment, not a question)
Hi,
A friend's new laptop, a Lenovo E15. With an 8 cores CPU.
processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 142 model name : Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
When I load it a bit (about half) with this:
mkfifo mdpipe dd if=/dev/nvme0n1p3 status=progress bs=16M | tee mdpipe | pigz
nvme0n1p3.gz & md5sum -b mdpipe | tee -a md5checksum_expanded
(source is nvme M2 media, reading at more than 200 Mbyt/s, perhaps 400 (I don't remember for sure), destination is rotating rust, external on usb3, writing at about 60Mb/s, and all the cpu cores working at about 60%, for half an hour, *the machine overheats*.
People open their wallets wider for faster and smaller and quieter. But all of those qualities (and some others) crash into physics, so there must be "throttling"... which isn't advertised so much. What the Advertising giveth, the Physics taketh away. :) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Carlos E. R.
-
jdd@dodin.org
-
ken
-
Stakanov