Report this

What is the reason for this report?

8 Core CPU works like single core

Posted on March 30, 2017

I resized my droplet from 512M/1CPU to 16G/8CPU. About 10 hours ago, I run a program that requires large amount of computing, the 8CPUs worked well.

However, when I run another program that also requires large amount of computing, it took the program hours to run while the Graphs shows that only 12.5% of CPU was used.

I checked CPU status by using htop command, it shows that usage of 4th core was 100%, the usage of other 7 cores varies between 0.0% to 1.3%.

http://imgh.us/htopinfo.png http://imgh.us/Graphs_cpu.png

Is there anyone can help on this problem?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

@mijia The program you’re using must be quite old, since it doesn’t support any type of multi-threading. Would it perhaps be possible for you to split up the data it chunks thru and then run 8 programs at the same time, but each processing it’s own chunk of data?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.