<div dir="ltr"><div>Hi all,<br><br></div><div>happy Lag Baomer everybody, and you may have enjoyed the game tonight.<br><br></div>I'm running Mageia Linux x86-64 Cauldron (= the development distribution - what will become v5) on an Intel Core i3 machine with two cores and two hyperthreads per core, whose SPECs are:<br>
<div><div><ul><li>
An Intel Core i3 CPU (x86-64).
</li><li>
8 GB of RAM.
</li><li>
Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
</li><li>
A 2 TB hard-disk.
</li><li>
A 21" Wide LCD Screen by LG.
</li><li>
Intel Corporation Cougar Point High Definition Audio Controller.
</li><li>
Intel Corporation 82579V Gigabit Network Connection.
</li></ul>Now, I noticed that if I run CPU intensive tasks on it with two or more threads, then the "sensors" program (of lm-sensors) often reports an overheating and I get traces on virtual console 1, even if I'm using nice -19 and ionice. Here is a demo:<br>
<br></div><div>with kernel:<br><br>1. 3.15.0-rc5 - built from source and untainted.<br><br></div><div>2. This program:<br></div><div><br>shlomif@telaviv1:~$ cat overheat1.bash <br>#!/bin/bash<br>cd ~/progs/freecell/git/fc-solve/fc-solve/B<br>
sudo ionice -c3 -p$$<br>nice -n19 freecell-solver-multi-thread-solve 1 100000000 \ <br>     1000 --num-workers 4 --worker-step 16 -l as -mi 1000000<br><br>shlomif@telaviv1:~$ <br><br></div><div>(The executable is part of the Freecell Solver package that is available for Debian, Mageia and other distributions. You may need to increase --num-workers).<br>
<br></div><div>3. After running it inside tmux and running this:<br><br>shlomif@telaviv1:~$ cat sensors_loop.bash <br>#!/bin/bash<br>(while true ; do date +"Time=%s" ; sensors | head -5 ; sleep 5 ; done) >> sensors.log.txt<br>
<br>---<br></div><div>I'm getting many high temperatures in the log:<br><br>coretemp-isa-0000<br>Adapter: ISA adapter<br>Physical id 0:  +98.0°C  (high = +82.0°C, crit = +102.0°C)<br>Core 0:         +98.0°C  (high = +82.0°C, crit = +102.0°C)<br>
Core 1:         +97.0°C  (high = +82.0°C, crit = +102.0°C)<br><br></div><div>They eventually are dropped but it's still alarming.<br><br></div><div>My questions are:<br><br></div><div>1. Is this a problem with the kernel? (Muli? Anyone? Can you comment?)<br>
<br></div><div>2. Should I report it to <a href="http://bugzilla.kernel.org">bugzilla.kernel.org</a>?<br><br></div><div>3. Is it a known problem?<br><br></div><div>Thanks for any help.<br><br>Regards,<br><br></div><div>-- Shlomi Fish<br>
</div><div>-- <br></div><div><div dir="ltr">------------------------------------------<br>Shlomi Fish <a href="http://www.shlomifish.org/" target="_blank">http://www.shlomifish.org/</a><br><br>Chuck Norris helps the gods that help themselves.<br>
<br>Please reply to list if it's a mailing list post - <a href="http://shlom.in/reply" target="_blank">http://shlom.in/reply</a> .<br></div>
</div></div></div>