I have a jar running in background on a Ubuntu server.
In a certain moment, the application start consumming too much CPU (400%) and 4 child process stay in R state:
N.B: the problem is generating NOT because of an amount of using, it is caused just after a certain time (3-4 days). We have to kill java and re-run it.
EDIT ADD GC Log:
I did java -verbose:gc and here is what I got between restarting the app and when the application show the problem explained before.