iceorfire / hustoj

Automatically exported from code.google.com/p/hustoj
1 stars 0 forks source link

Java MLE Problem in 64bit #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently I'm moving the http://acm.ajou.ac.kr/JudgeOnline to 
http://judge.lavida.us/. Thus I'm testing your system in 64bit OS.

Unfortunately judgement for Java submission judged as 'MLE'. 
However when I run the judge_client manually judge_client works well.

Here's debug msg of 'judged':

<<1done!>>
<<=sid=1011===clientid=0==>>

sim=0
time: 3 mem: 640
status=0
init_call_counter:3
pid=29070 judging /home/judge/data/1000/test.in
# java.lang.OutOfMemoryError: requested 2 bytes for Parse SyncKnobs. Out of 
swap space?
mv: target `/home/judge/run0/log/' is not a directory
mv: target `/home/judge/run0/log/' is not a directory
JVM need more Memory or Threads!Judging solution 1012
<<=sid=1012===clientid=0==>>

<<1done!>>
sim=0
time: 3 mem: 640
status=0
init_call_counter:3
pid=29120 judging /home/judge/data/1000/test.in
# java.lang.OutOfMemoryError: requested 31 bytes for char in 
/build/buildd/openjdk-6-6b18-1.8.2/build/openjdk/hotspot/src/share/vm/runtime/pe
rfData.cpp. Out of swap space?
mv: target `/home/judge/run0/log/' is not a directory
mv: target `/home/judge/run0/log/' is not a directory
JVM need more Memory or Threads!Judging solution 1013
<<1done!>>
<<=sid=1013===clientid=0==>>

sim=0
time: 3 mem: 640
status=0
init_call_counter:3
pid=29172 judging /home/judge/data/1000/test.in
# java.lang.OutOfMemoryError: requested 2904 bytes for CHeapObj-new. Out of 
swap space?
mv: target `/home/judge/run0/log/' is not a directory
mv: target `/home/judge/run0/log/' is not a directory
JVM need more Memory or Threads!

Original issue reported on code.google.com by method4libe on 28 Nov 2010 at 8:32

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
try comment out and in judged.cc
line 
133 137 141
to test which line cause this

Original comment by newsc...@gmail.com on 28 Nov 2010 at 11:06

GoogleCodeExporter commented 8 years ago
see if i'got luck on r595

Original comment by newsc...@gmail.com on 28 Nov 2010 at 11:16

GoogleCodeExporter commented 8 years ago
I works well. Thank you!

Original comment by method4libe on 29 Nov 2010 at 4:50