- Dec 18, 2008
- 23
- 0
- 0
I've been overclocking my E8500 for a little while now and attempting to find the best ways to stress my system. I had been using Prime95 up until now as the best system stressor--using small FFTs I could push my cores (water-cooled) up to around 80-85C, and I didn't really want to extend beyond that without drastically reducing the lifetime of my CPU.
So I decided to test out how MATLAB could handle some large matrix multiplication. I booted up and entered the following commands to multiply two random double-precision 10,000 x 10,000 matrices together:
>> x = rand(10000); y = rand(10000);
>> z = x * y;
Lo and behold, I watched my cores skyrocket all the way up to 120C! I dove for the power button of course and managed to save my CPU before permanent damage.
I've since, unfortunately, lowered my speeds and voltages so as not to run into this situation. But it makes me wonder about the ability of programs like Prime95--which basically run separate, non-communicating threads on each core--too fully stress the system. I'm guessing that the addition of the communication between cores is enough to cause the heat surge here, something you don't see in Prime95. I was hoping someone could suggest another program other than Prime95 or Orthos that might stress my system to the same degree as Matlab--one that would report a failure rather than giving me a BSOD.
On a side note, I'm running a watercooled dual-core intel E8500 on an Asus P5N72-T Premium (same thing as Striker II Formula).
So I decided to test out how MATLAB could handle some large matrix multiplication. I booted up and entered the following commands to multiply two random double-precision 10,000 x 10,000 matrices together:
>> x = rand(10000); y = rand(10000);
>> z = x * y;
Lo and behold, I watched my cores skyrocket all the way up to 120C! I dove for the power button of course and managed to save my CPU before permanent damage.
I've since, unfortunately, lowered my speeds and voltages so as not to run into this situation. But it makes me wonder about the ability of programs like Prime95--which basically run separate, non-communicating threads on each core--too fully stress the system. I'm guessing that the addition of the communication between cores is enough to cause the heat surge here, something you don't see in Prime95. I was hoping someone could suggest another program other than Prime95 or Orthos that might stress my system to the same degree as Matlab--one that would report a failure rather than giving me a BSOD.
On a side note, I'm running a watercooled dual-core intel E8500 on an Asus P5N72-T Premium (same thing as Striker II Formula).