CPU load goes much higher when load twice #4695
Unanswered
CTH-launch
asked this question in
General
Replies: 3 comments 9 replies
-
I do not understand the issue. |
Beta Was this translation helpful? Give feedback.
6 replies
-
I do not understand what is happening. I have no logs.
Laurent Perron | Operations Research | ***@***.*** | (33) 1 42 68 53
00
Le mer. 25 juin 2025 à 11:49, CTH-launch ***@***.***> a
écrit :
… @Mizux <https://github.com/Mizux> @lperron <https://github.com/lperron>
Any ideas for troubleshooting? thx.
—
Reply to this email directly, view it on GitHub
<#4695 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3NDAYE72AN6ODVIUFD3FJWENAVCNFSM6AAAAAB7UY6UGSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNJXGE4DKNA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Does not help. Can you send the solver log of the 2 threads ?
Laurent Perron | Operations Research | ***@***.*** | (33) 1 42 68 53
00
Le jeu. 26 juin 2025, 09:26, CTH-launch ***@***.***> a écrit :
… '''
thead-1 execute:
class A:
system.load(solver)
thead-2 execute:
class B:
run service from JAR
service in JAR:
system.load(solver)
'''
same solver path, same solver version, same solver package
when executing thead-2, CPU-load average goes higher than 1, CPU-idle is
ok, memory use is ok
maybe you can try this to recur
I've tried to use jstack to see what happend, but coredump came so fast.
—
Reply to this email directly, view it on GitHub
<#4695 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3LS2QRYQVTFXGJW4JD3FOOBPAVCNFSM6AAAAAB7UY6UGSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNJYGE4TGNA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What language and solver does this apply to?
java
Describe the problem you are trying to solve.
java program,
loaded in one thread, then another thread load while running alg-thing using jdk,
CPU-load goes much higher but CPU-idle is normal, which means some of core over used,
after a while, main process interrupt, and make coredump
but this will not happen, if only load once
someone has same issue?
help!!! may day!!!
Beta Was this translation helpful? Give feedback.
All reactions