Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-13-7/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-13-7-maros.opb
MD5SUM1ae5b04b2d0e1f5ab82e29e98b8350c0
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 43097
Optimality of the best value was proved YES
Number of terms in the objective function 64
Biggest coefficient in the objective function 4718592
Number of bits for the biggest coefficient in the objective function 23
Sum of the numbers in the objective function 14745570
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4718592
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 14745570
Number of bits of the biggest sum of numbers24
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark23.3694
Number of variables64
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint12
Maximum length of a constraint64

Trace number 9005

Launcher Data

LAUNCH ON wulflinc28 THE 2005-09-23 10:31:15 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=7031 boxname=wulflinc28 idbench=1171 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  1ae5b04b2d0e1f5ab82e29e98b8350c0  /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-13-7-maros.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-13-7-maros.opb
IDLAUNCH: 7031
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.188
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.188
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        951556 kB
Buffers:          9068 kB
Cached:          57572 kB
SwapCached:          0 kB
Active:          41920 kB
Inactive:        27556 kB
HighTotal:      131008 kB
HighFree:        69272 kB
LowTotal:       903652 kB
LowFree:        882284 kB
SwapTotal:     2097640 kB
SwapFree:      2097640 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6960 kB
Slab:             8044 kB
Committed_AS:    63656 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-23 10:51:36 (client local time) WITH STATUS 143 IN 1215.72 SECONDS
stats: 7031 0 1215.72 143

Solver Data

c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version JAVA5.1.1.31
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@a20892
c org.sat4j.minisat.constraints.PBMinDataStructure@1e0bc08
c org.sat4j.minisat.learning.MiniSATLearning@158b649
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c VSIDS like heuristics from MiniSAT using a sorted array
c No reason simplification
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-13-7-maros.opb
c reading problem ... done. Time 0.21 ms.
c #vars     64
c #constraints  6
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=               57600 		Current CPU time: 0.62 ms
c CURRENT OPTIMUM=               50935 		Current CPU time: 1.18 ms
c CURRENT OPTIMUM=               48640 		Current CPU time: 1.49 ms
c CURRENT OPTIMUM=               46592 		Current CPU time: 1.99 ms
c CURRENT OPTIMUM=               46583 		Current CPU time: 2.28 ms
c CURRENT OPTIMUM=               46574 		Current CPU time: 2.94 ms
c CURRENT OPTIMUM=               46565 		Current CPU time: 3.34 ms
c CURRENT OPTIMUM=               46556 		Current CPU time: 3.65 ms
c CURRENT OPTIMUM=               46547 		Current CPU time: 3.99 ms
c CURRENT OPTIMUM=               46538 		Current CPU time: 4.19 ms
c CURRENT OPTIMUM=               46529 		Current CPU time: 4.51 ms
c CURRENT OPTIMUM=               46520 		Current CPU time: 4.72 ms
c CURRENT OPTIMUM=               46511 		Current CPU time: 4.97 ms
c CURRENT OPTIMUM=               46502 		Current CPU time: 5.22 ms
c CURRENT OPTIMUM=               46493 		Current CPU time: 5.40 ms
c CURRENT OPTIMUM=               46484 		Current CPU time: 5.60 ms
c CURRENT OPTIMUM=               46475 		Current CPU time: 5.81 ms
c CURRENT OPTIMUM=               46466 		Current CPU time: 6.03 ms
c CURRENT OPTIMUM=               46457 		Current CPU time: 6.25 ms
c CURRENT OPTIMUM=               46448 		Current CPU time: 6.47 ms
c CURRENT OPTIMUM=               46439 		Current CPU time: 6.70 ms
c CURRENT OPTIMUM=               46430 		Current CPU time: 6.96 ms
c CURRENT OPTIMUM=               46421 		Current CPU time: 7.22 ms
c CURRENT OPTIMUM=               46412 		Current CPU time: 7.48 ms
c CURRENT OPTIMUM=               46403 		Current CPU time: 7.75 ms
c CURRENT OPTIMUM=               46394 		Current CPU time: 8.05 ms
c CURRENT OPTIMUM=               46385 		Current CPU time: 8.34 ms
c CURRENT OPTIMUM=               46376 		Current CPU time: 8.63 ms
c CURRENT OPTIMUM=               46367 		Current CPU time: 8.95 ms
c CURRENT OPTIMUM=               46358 		Current CPU time: 9.26 ms
c CURRENT OPTIMUM=               46349 		Current CPU time: 9.58 ms
c CURRENT OPTIMUM=               46340 		Current CPU time: 9.92 ms
c CURRENT OPTIMUM=               46331 		Current CPU time: 10.27 ms
c CURRENT OPTIMUM=               46322 		Current CPU time: 10.61 ms
c CURRENT OPTIMUM=               46313 		Current CPU time: 10.99 ms
c CURRENT OPTIMUM=               46304 		Current CPU time: 11.35 ms
c CURRENT OPTIMUM=               46295 		Current CPU time: 11.75 ms
c CURRENT OPTIMUM=               46286 		Current CPU time: 12.17 ms
c CURRENT OPTIMUM=               46277 		Current CPU time: 12.58 ms
c CURRENT OPTIMUM=               46268 		Current CPU time: 13.02 ms
c CURRENT OPTIMUM=               46259 		Current CPU time: 13.44 ms
c CURRENT OPTIMUM=               46250 		Current CPU time: 13.89 ms
c CURRENT OPTIMUM=               46241 		Current CPU time: 14.33 ms
c CURRENT OPTIMUM=               46232 		Current CPU time: 14.81 ms
c CURRENT OPTIMUM=               46223 		Current CPU time: 15.28 ms
c CURRENT OPTIMUM=               46214 		Current CPU time: 15.75 ms
c CURRENT OPTIMUM=               46205 		Current CPU time: 16.25 ms
c CURRENT OPTIMUM=               46196 		Current CPU time: 16.77 ms
c CURRENT OPTIMUM=               46187 		Current CPU time: 17.26 ms
c CURRENT OPTIMUM=               46178 		Current CPU time: 17.80 ms
c CURRENT OPTIMUM=               46169 		Current CPU time: 18.32 ms
c CURRENT OPTIMUM=               46160 		Current CPU time: 18.88 ms
c CURRENT OPTIMUM=               46151 		Current CPU time: 19.43 ms
c CURRENT OPTIMUM=               46142 		Current CPU time: 20.05 ms
c CURRENT OPTIMUM=               46133 		Current CPU time: 20.63 ms
c CURRENT OPTIMUM=               46124 		Current CPU time: 21.21 ms
c CURRENT OPTIMUM=               46115 		Current CPU time: 21.82 ms
c CURRENT OPTIMUM=               46106 		Current CPU time: 22.40 ms
c CURRENT OPTIMUM=               46097 		Current CPU time: 23.03 ms
c CURRENT OPTIMUM=               46088 		Current CPU time: 23.62 ms
c CURRENT OPTIMUM=               46079 		Current CPU time: 24.27 ms
c CURRENT OPTIMUM=               46070 		Current CPU time: 24.91 ms
c CURRENT OPTIMUM=               46061 		Current CPU time: 25.54 ms
c CURRENT OPTIMUM=               46052 		Current CPU time: 26.20 ms
c CURRENT OPTIMUM=               46043 		Current CPU time: 26.88 ms
c CURRENT OPTIMUM=               46034 		Current CPU time: 27.53 ms
c CURRENT OPTIMUM=               46025 		Current CPU time: 28.23 ms
c CURRENT OPTIMUM=               46016 		Current CPU time: 28.91 ms
c CURRENT OPTIMUM=               46007 		Current CPU time: 29.64 ms
c CURRENT OPTIMUM=               45998 		Current CPU time: 30.35 ms
c CURRENT OPTIMUM=               45989 		Current CPU time: 31.10 ms
c CURRENT OPTIMUM=               45980 		Current CPU time: 31.85 ms
c CURRENT OPTIMUM=               45971 		Current CPU time: 32.63 ms
c CURRENT OPTIMUM=               45962 		Current CPU time: 33.36 ms
c CURRENT OPTIMUM=               45953 		Current CPU time: 34.14 ms
c CURRENT OPTIMUM=               45944 		Current CPU time: 34.92 ms
c CURRENT OPTIMUM=               45935 		Current CPU time: 35.72 ms
c CURRENT OPTIMUM=               45926 		Current CPU time: 36.53 ms
c CURRENT OPTIMUM=               45917 		Current CPU time: 37.33 ms
c CURRENT OPTIMUM=               45908 		Current CPU time: 38.13 ms
c CURRENT OPTIMUM=               45899 		Current CPU time: 38.95 ms
c CURRENT OPTIMUM=               45890 		Current CPU time: 39.77 ms
c CURRENT OPTIMUM=               45881 		Current CPU time: 40.60 ms
c CURRENT OPTIMUM=               45872 		Current CPU time: 41.44 ms
c CURRENT OPTIMUM=               45863 		Current CPU time: 42.30 ms
c CURRENT OPTIMUM=               45854 		Current CPU time: 43.18 ms
c CURRENT OPTIMUM=               45845 		Current CPU time: 44.06 ms
c CURRENT OPTIMUM=               45836 		Current CPU time: 44.93 ms
c CURRENT OPTIMUM=               45827 		Current CPU time: 45.83 ms
c CURRENT OPTIMUM=               45818 		Current CPU time: 46.72 ms
c CURRENT OPTIMUM=               45809 		Current CPU time: 47.64 ms
c CURRENT OPTIMUM=               45800 		Current CPU time: 48.54 ms
c CURRENT OPTIMUM=               45791 		Current CPU time: 49.48 ms
c CURRENT OPTIMUM=               45782 		Current CPU time: 50.42 ms
c CURRENT OPTIMUM=               45773 		Current CPU time: 51.37 ms
c CURRENT OPTIMUM=               45764 		Current CPU time: 52.35 ms
c CURRENT OPTIMUM=               45755 		Current CPU time: 53.32 ms
c CURRENT OPTIMUM=               45746 		Current CPU time: 54.29 ms
c CURRENT OPTIMUM=               45737 		Current CPU time: 55.27 ms
c CURRENT OPTIMUM=               45728 		Current CPU time: 56.26 ms
c CURRENT OPTIMUM=               45719 		Current CPU time: 57.29 ms
c CURRENT OPTIMUM=               45710 		Current CPU time: 58.31 ms
c CURRENT OPTIMUM=               45701 		Current CPU time: 59.37 ms
c CURRENT OPTIMUM=               45692 		Current CPU time: 60.41 ms
c CURRENT OPTIMUM=               45683 		Current CPU time: 61.47 ms
c CURRENT OPTIMUM=               45674 		Current CPU time: 62.53 ms
c CURRENT OPTIMUM=               45665 		Current CPU time: 63.65 ms
c CURRENT OPTIMUM=               45656 		Current CPU time: 64.71 ms
c CURRENT OPTIMUM=               45647 		Current CPU time: 65.80 ms
c CURRENT OPTIMUM=               45638 		Current CPU time: 66.90 ms
c CURRENT OPTIMUM=               45629 		Current CPU time: 68.02 ms
c CURRENT OPTIMUM=               45620 		Current CPU time: 69.12 ms
c CURRENT OPTIMUM=               45611 		Current CPU time: 70.24 ms
c CURRENT OPTIMUM=               45602 		Current CPU time: 71.36 ms
c CURRENT OPTIMUM=               45593 		Current CPU time: 72.49 ms
c CURRENT OPTIMUM=               45584 		Current CPU time: 73.61 ms
c CURRENT OPTIMUM=               45575 		Current CPU time: 74.80 ms
c CURRENT OPTIMUM=               45566 		Current CPU time: 75.96 ms
c CURRENT OPTIMUM=               45557 		Current CPU time: 77.13 ms
c CURRENT OPTIMUM=               45548 		Current CPU time: 78.31 ms
c CURRENT OPTIMUM=               45539 		Current CPU time: 79.51 ms
c CURRENT OPTIMUM=               45530 		Current CPU time: 80.70 ms
c CURRENT OPTIMUM=               45521 		Current CPU time: 81.90 ms
c CURRENT OPTIMUM=               45512 		Current CPU time: 83.09 ms
c CURRENT OPTIMUM=               45503 		Current CPU time: 84.33 ms
c CURRENT OPTIMUM=               45494 		Current CPU time: 85.54 ms
c CURRENT OPTIMUM=               45485 		Current CPU time: 86.78 ms
c CURRENT OPTIMUM=               45476 		Current CPU time: 88.02 ms
c CURRENT OPTIMUM=               45467 		Current CPU time: 89.28 ms
c CURRENT OPTIMUM=               45458 		Current CPU time: 90.54 ms
c CURRENT OPTIMUM=               45449 		Current CPU time: 91.81 ms
c CURRENT OPTIMUM=               45440 		Current CPU time: 93.07 ms
c CURRENT OPTIMUM=               45431 		Current CPU time: 94.41 ms
c CURRENT OPTIMUM=               45422 		Current CPU time: 95.76 ms
c CURRENT OPTIMUM=               45413 		Current CPU time: 97.13 ms
c CURRENT OPTIMUM=               45404 		Current CPU time: 98.47 ms
c CURRENT OPTIMUM=               45395 		Current CPU time: 99.84 ms
c CURRENT OPTIMUM=               45386 		Current CPU time: 101.21 ms
c CURRENT OPTIMUM=               45377 		Current CPU time: 102.58 ms
c CURRENT OPTIMUM=               45368 		Current CPU time: 103.96 ms
c CURRENT OPTIMUM=               45359 		Current CPU time: 105.37 ms
c CURRENT OPTIMUM=               45350 		Current CPU time: 106.78 ms
c CURRENT OPTIMUM=               45341 		Current CPU time: 108.20 ms
c CURRENT OPTIMUM=               45332 		Current CPU time: 109.61 ms
c CURRENT OPTIMUM=               45323 		Current CPU time: 111.05 ms
c CURRENT OPTIMUM=               45314 		Current CPU time: 112.49 ms
c CURRENT OPTIMUM=               45305 		Current CPU time: 113.91 ms
c CURRENT OPTIMUM=               45296 		Current CPU time: 115.36 ms
c CURRENT OPTIMUM=               45287 		Current CPU time: 116.84 ms
c CURRENT OPTIMUM=               45278 		Current CPU time: 118.32 ms
c CURRENT OPTIMUM=               45269 		Current CPU time: 119.81 ms
c CURRENT OPTIMUM=               45260 		Current CPU time: 121.31 ms
c CURRENT OPTIMUM=               45251 		Current CPU time: 122.83 ms
c CURRENT OPTIMUM=               45242 		Current CPU time: 124.33 ms
c CURRENT OPTIMUM=               45233 		Current CPU time: 125.85 ms
c CURRENT OPTIMUM=               45224 		Current CPU time: 127.36 ms
c CURRENT OPTIMUM=               45215 		Current CPU time: 128.92 ms
c CURRENT OPTIMUM=               44737 		Current CPU time: 132.06 ms
c CURRENT OPTIMUM=               43858 		Current CPU time: 134.34 ms
c starts		: 163
c conflicts		: 920
c decisions		: 19278
c propagations		: 31708
c inspects		: 6253011
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 920
c root simplifications	: 1072
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 19349
c speed (decisions/second)	: 17.776474526195816
c non guided choices	5417
c random choices	0
s SATISFIABLE
v -VOL1_bit_7 -VOL1_bit_6 -VOL1_bit_5 -VOL1_bit_4 -VOL1_bit_3 -VOL1_bit_2 -VOL1_bit_1 -VOL1_bit0 -VOL1_bit1 VOL1_bit2 -VOL1_bit3 -VOL1_bit4 -VOL1_bit5 -VOL1_bit6 -VOL1_bit7 -VOL1_bit8 -VOL1_bit9 -VOL1_bit10 -VOL1_bit11 -VOL1_bit12 -VOL2_bit_7 VOL2_bit_6 -VOL2_bit_5 VOL2_bit_4 -VOL2_bit_3 VOL2_bit_2 -VOL2_bit_1 VOL2_bit0 -VOL2_bit1 VOL2_bit2 VOL2_bit3 -VOL2_bit4 -VOL2_bit5 -VOL2_bit6 -VOL2_bit7 -VOL2_bit8 -VOL2_bit9 -VOL2_bit10 -VOL2_bit11 -VOL2_bit12 -VOL3_bit_7 -VOL3_bit_6 -VOL3_bit_5 -VOL3_bit_4 -VOL3_bit_3 -VOL3_bit_2 -VOL3_bit_1 -VOL3_bit0 VOL3_bit1 VOL3_bit2 VOL3_bit3 VOL3_bit4 -VOL4_bit_7 -VOL4_bit_6 -VOL4_bit_5 -VOL4_bit_4 -VOL4_bit_3 -VOL4_bit_2 -VOL4_bit_1 -VOL4_bit0 -VOL4_bit1 -VOL4_bit2 -VOL4_bit3 -VOL4_bit4 
c objective function=43858
c Total CPU time (ms) : 1218.813

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19 0 0 0 0 0 0 0 24 0 1 0 19448828 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 39 3 38 16 0 23 0
[pid=4369] vsize: 156
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libdl.so.2
open syscall for file tls/i686/libdl.so.2
open syscall for file tls/mmx/libdl.so.2
open syscall for file tls/libdl.so.2
open syscall for file i686/mmx/libdl.so.2
open syscall for file i686/libdl.so.2
open syscall for file mmx/libdl.so.2
open syscall for file libdl.so.2
open syscall for file /oldhome/oroussel/lib/libdl.so.2
open syscall for file /lib/libdl.so.2
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/jvm.cfg
execve syscall for /oldhome/oroussel/jre1.5.0_05/bin/java executable
open syscall for file /etc/ld.so.preload
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/libpthread.so.0
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libdl.so.2
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libdl.so.2
open syscall for file tls/i686/mmx/libdl.so.2
open syscall for file tls/i686/libdl.so.2
open syscall for file tls/mmx/libdl.so.2
open syscall for file tls/libdl.so.2
open syscall for file i686/mmx/libdl.so.2
open syscall for file i686/libdl.so.2
open syscall for file mmx/libdl.so.2
open syscall for file libdl.so.2
open syscall for file /oldhome/oroussel/lib/libdl.so.2
open syscall for file /lib/libdl.so.2
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libc.so.6
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libc.so.6
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/jvm.cfg
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libjvm.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libm.so.6
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libm.so.6
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libm.so.6
open syscall for file /etc/mtab
open syscall for file /proc/stat
open syscall for file /etc/mtab
open syscall for file /proc/meminfo
open syscall for file .hotspotrc
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/endorsed
open syscall for file /etc/mtab
open syscall for file /proc/stat
open syscall for file /proc/self/maps
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/native_threads/libhpi.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libnsl.so.1
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libnsl.so.1
open syscall for file tls/i686/mmx/libnsl.so.1
open syscall for file tls/i686/libnsl.so.1
open syscall for file tls/mmx/libnsl.so.1
open syscall for file tls/libnsl.so.1
open syscall for file i686/mmx/libnsl.so.1
open syscall for file i686/libnsl.so.1
open syscall for file mmx/libnsl.so.1
open syscall for file libnsl.so.1
open syscall for file /oldhome/oroussel/lib/libnsl.so.1
open syscall for file /etc/ld.so.cache
open syscall for file /lib/libnsl.so.1
socket syscall socket(PF_UNIX,SOCK_STREAM,0)=4
socket syscall connect(4,{sa_family=AF_UNIX,path=/var/run/.nscd_socket},110)
open syscall for file /tmp/hsperfdata_oroussel
open syscall for file /tmp/hsperfdata_oroussel/4369
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libverify.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libjava.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libzip.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/rt.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/jsse.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/jce.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/charsets.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/classes.jsa
open syscall for file .hotspot_compiler
New thread pid=4370
New thread pid=4371
New thread pid=4372
socket syscall socket(PF_UNIX,SOCK_STREAM,0)=4
socket syscall connect(4,{sa_family=AF_UNIX,path=/var/run/.nscd_socket},110)
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext
New thread pid=4373
New thread pid=4374
New thread pid=4375
New thread pid=4376
New thread pid=4377
New thread pid=4378
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunjce_provider.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunpkcs11.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/dnsns.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/localedata.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/security/java.security
open syscall for file /dev/random
open syscall for file /dev/urandom
open syscall for file /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-13-7-maros.opb
New thread pid=4379
One traced child (pid=4379) exited with status: 0
New thread pid=4380
One traced child (pid=4380) exited with status: 0
New thread pid=4381
One traced child (pid=4381) exited with status: 0
New thread pid=4382
One traced child (pid=4382) exited with status: 0
New thread pid=4383
One traced child (pid=4383) exited with status: 0
New thread pid=4384
New thread pid=4385
New thread pid=4386
One traced child (pid=4385) exited with status: 0
One traced child (pid=4384) exited with status: 0
One traced child (pid=4386) exited with status: 0
New thread pid=4387
One traced child (pid=4387) exited with status: 0
New thread pid=4388
One traced child (pid=4388) exited with status: 0
New thread pid=4389
One traced child (pid=4389) exited with status: 0
New thread pid=4390
One traced child (pid=4390) exited with status: 0
New thread pid=4391
One traced child (pid=4391) exited with status: 0
New thread pid=4392
One traced child (pid=4392) exited with status: 0
New thread pid=4393
One traced child (pid=4393) exited with status: 0
New thread pid=4394
One traced child (pid=4394) exited with status: 0
New thread pid=4395
One traced child (pid=4395) exited with status: 0
New thread pid=4396
One traced child (pid=4396) exited with status: 0
New thread pid=4397
One traced child (pid=4397) exited with status: 0
New thread pid=4398
One traced child (pid=4398) exited with status: 0
New thread pid=4399
One traced child (pid=4399) exited with status: 0
New thread pid=4400
One traced child (pid=4400) exited with status: 0
New thread pid=4401
One traced child (pid=4401) exited with status: 0
New thread pid=4402
One traced child (pid=4402) exited with status: 0
New thread pid=4403
One traced child (pid=4403) exited with status: 0
New thread pid=4404
One traced child (pid=4404) exited with status: 0
New thread pid=4405
One traced child (pid=4405) exited with status: 0
New thread pid=4406
One traced child (pid=4406) exited with status: 0
New thread pid=4407

[startup+10.0027 s]
Raw data (loadavg): 1.08 1.02 0.91 2/65 4407
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18170 12 1 0 667 54 1 1 17 0 11 0 19448828 861233152 19873 4294967295 134512640 134569956 3221224336 3221214704 1131329148 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 210262 19873 13129 16 0 210246 0
[pid=4369] vsize: 841048
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (Kb) 841048
One traced child (pid=4407) exited with status: 0
New thread pid=4408
One traced child (pid=4408) exited with status: 0
New thread pid=4409
One traced child (pid=4409) exited with status: 0
New thread pid=4410
One traced child (pid=4410) exited with status: 0
New thread pid=4411
One traced child (pid=4411) exited with status: 0
New thread pid=4412
One traced child (pid=4412) exited with status: 0
New thread pid=4413
One traced child (pid=4413) exited with status: 0
New thread pid=4414
One traced child (pid=4414) exited with status: 0
New thread pid=4415
One traced child (pid=4415) exited with status: 0
New thread pid=4416
One traced child (pid=4416) exited with status: 0
New thread pid=4417
One traced child (pid=4417) exited with status: 0
New thread pid=4418
One traced child (pid=4418) exited with status: 0
New thread pid=4419
One traced child (pid=4419) exited with status: 0
New thread pid=4420
One traced child (pid=4420) exited with status: 0
New thread pid=4421
One traced child (pid=4421) exited with status: 0
New thread pid=4422
One traced child (pid=4422) exited with status: 0
New thread pid=4423
One traced child (pid=4423) exited with status: 0
New thread pid=4424
One traced child (pid=4424) exited with status: 0
New thread pid=4425
One traced child (pid=4425) exited with status: 0
New thread pid=4426
One traced child (pid=4426) exited with status: 0
New thread pid=4427
One traced child (pid=4427) exited with status: 0
New thread pid=4428
One traced child (pid=4428) exited with status: 0
New thread pid=4429
One traced child (pid=4429) exited with status: 0
New thread pid=4430

[startup+20.0024 s]
Raw data (loadavg): 1.07 1.02 0.91 2/65 4430
Raw data (/proc/4369/stat): 4369 (java) S 4368 4369 4005 0 -1 0 18181 12 1 0 1637 55 2 3 16 0 11 0 19448828 860856320 19912 4294967295 134512640 134569956 3221224336 3221213360 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 210170 19912 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 16.97
Current children cumulated vsize (Kb) 840680
One traced child (pid=4430) exited with status: 0
New thread pid=4431
One traced child (pid=4431) exited with status: 0
New thread pid=4432
One traced child (pid=4432) exited with status: 0
New thread pid=4433
One traced child (pid=4433) exited with status: 0
New thread pid=4434
One traced child (pid=4434) exited with status: 0
New thread pid=4435
One traced child (pid=4435) exited with status: 0
New thread pid=4436
One traced child (pid=4436) exited with status: 0
New thread pid=4437
One traced child (pid=4437) exited with status: 0
New thread pid=4438
One traced child (pid=4438) exited with status: 0
New thread pid=4439
One traced child (pid=4439) exited with status: 0
New thread pid=4440
One traced child (pid=4440) exited with status: 0
New thread pid=4441
One traced child (pid=4441) exited with status: 0
New thread pid=4442
One traced child (pid=4442) exited with status: 0
New thread pid=4443
One traced child (pid=4443) exited with status: 0
New thread pid=4444
One traced child (pid=4444) exited with status: 0
New thread pid=4445
One traced child (pid=4445) exited with status: 0
New thread pid=4446

[startup+30.0031 s]
Raw data (loadavg): 1.06 1.01 0.91 2/65 4446
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18192 12 1 0 2598 56 2 4 17 0 11 0 19448828 860856320 19999 4294967295 134512640 134569956 3221224336 3221214728 1131312984 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 210170 19999 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 26.6
Current children cumulated vsize (Kb) 840680
One traced child (pid=4446) exited with status: 0
New thread pid=4447
One traced child (pid=4447) exited with status: 0
New thread pid=4448
One traced child (pid=4448) exited with status: 0
New thread pid=4449
One traced child (pid=4449) exited with status: 0
New thread pid=4450
One traced child (pid=4450) exited with status: 0
New thread pid=4451
One traced child (pid=4451) exited with status: 0
New thread pid=4452
One traced child (pid=4452) exited with status: 0
New thread pid=4453
One traced child (pid=4453) exited with status: 0
New thread pid=4454
One traced child (pid=4454) exited with status: 0
New thread pid=4455
One traced child (pid=4455) exited with status: 0
New thread pid=4456
One traced child (pid=4456) exited with status: 0
New thread pid=4457
One traced child (pid=4457) exited with status: 0
New thread pid=4458
One traced child (pid=4458) exited with status: 0
New thread pid=4459

[startup+40.0028 s]
Raw data (loadavg): 1.05 1.01 0.91 2/65 4459
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18202 12 1 0 3567 57 3 4 21 0 11 0 19448828 860856320 20156 4294967295 134512640 134569956 3221224336 3221214688 1131319521 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 210170 20156 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 36.31
Current children cumulated vsize (Kb) 840680
One traced child (pid=4459) exited with status: 0
New thread pid=4460
One traced child (pid=4460) exited with status: 0
New thread pid=4461
One traced child (pid=4461) exited with status: 0
New thread pid=4462
One traced child (pid=4462) exited with status: 0
New thread pid=4463
One traced child (pid=4463) exited with status: 0
New thread pid=4464
One traced child (pid=4464) exited with status: 0
New thread pid=4465
One traced child (pid=4465) exited with status: 0
New thread pid=4466
One traced child (pid=4466) exited with status: 0
New thread pid=4467
One traced child (pid=4467) exited with status: 0
New thread pid=4468
One traced child (pid=4468) exited with status: 0
New thread pid=4469
One traced child (pid=4469) exited with status: 0
New thread pid=4470
One traced child (pid=4470) exited with status: 0
New thread pid=4471

[startup+50.0034 s]
Raw data (loadavg): 1.04 1.01 0.91 2/65 4471
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18212 12 1 0 4547 57 3 5 17 0 11 0 19448828 860856320 20221 4294967295 134512640 134569956 3221224336 3221214688 1131319517 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 210170 20221 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 46.12
Current children cumulated vsize (Kb) 840680
One traced child (pid=4471) exited with status: 0
New thread pid=4472
One traced child (pid=4472) exited with status: 0
New thread pid=4473
One traced child (pid=4473) exited with status: 0
New thread pid=4474
One traced child (pid=4474) exited with status: 0
New thread pid=4475
One traced child (pid=4475) exited with status: 0
New thread pid=4476
One traced child (pid=4476) exited with status: 0
New thread pid=4477
One traced child (pid=4477) exited with status: 0
New thread pid=4478
One traced child (pid=4478) exited with status: 0
New thread pid=4479
One traced child (pid=4479) exited with status: 0
New thread pid=4480
One traced child (pid=4480) exited with status: 0
New thread pid=4481

[startup+60.0031 s]
Raw data (loadavg): 1.03 1.01 0.91 2/65 4481
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18223 12 1 0 5525 58 4 6 17 0 11 0 19448828 860856320 20260 4294967295 134512640 134569956 3221224336 3221214596 1131091523 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 210170 20260 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 55.93
Current children cumulated vsize (Kb) 840680
One traced child (pid=4481) exited with status: 0
New thread pid=4482
One traced child (pid=4482) exited with status: 0
New thread pid=4483
One traced child (pid=4483) exited with status: 0
New thread pid=4484
One traced child (pid=4484) exited with status: 0
New thread pid=4485
One traced child (pid=4485) exited with status: 0
New thread pid=4486
One traced child (pid=4486) exited with status: 0
New thread pid=4487
One traced child (pid=4487) exited with status: 0
New thread pid=4488
One traced child (pid=4488) exited with status: 0
New thread pid=4489
One traced child (pid=4489) exited with status: 0
New thread pid=4490

[startup+70.0028 s]
Raw data (loadavg): 1.03 1.01 0.91 2/65 4490
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18233 12 1 0 6501 59 5 6 17 0 11 0 19448828 860856320 20288 4294967295 134512640 134569956 3221224336 3221214688 1131319525 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 210170 20288 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 65.71
Current children cumulated vsize (Kb) 840680
One traced child (pid=4490) exited with status: 0
New thread pid=4491
One traced child (pid=4491) exited with status: 0
New thread pid=4492
One traced child (pid=4492) exited with status: 0
New thread pid=4493
One traced child (pid=4493) exited with status: 0
New thread pid=4494
One traced child (pid=4494) exited with status: 0
New thread pid=4495
One traced child (pid=4495) exited with status: 0
New thread pid=4496
One traced child (pid=4496) exited with status: 0
New thread pid=4497
One traced child (pid=4497) exited with status: 0
New thread pid=4498
One traced child (pid=4498) exited with status: 0
New thread pid=4499

[startup+80.0034 s]
Raw data (loadavg): 1.02 1.01 0.91 2/65 4499
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18244 12 1 0 7484 60 6 7 17 0 11 0 19448828 860856320 20315 4294967295 134512640 134569956 3221224336 3221214688 1131320748 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 210170 20315 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 75.57
Current children cumulated vsize (Kb) 840680
One traced child (pid=4499) exited with status: 0
New thread pid=4500
One traced child (pid=4500) exited with status: 0
New thread pid=4501
One traced child (pid=4501) exited with status: 0
New thread pid=4502
One traced child (pid=4502) exited with status: 0
New thread pid=4503
One traced child (pid=4503) exited with status: 0
New thread pid=4504
One traced child (pid=4504) exited with status: 0
New thread pid=4505
One traced child (pid=4505) exited with status: 0
New thread pid=4506
One traced child (pid=4506) exited with status: 0
New thread pid=4507

[startup+90.0031 s]
Raw data (loadavg): 1.02 1.01 0.91 2/65 4507
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18254 12 1 0 8470 61 6 7 19 0 11 0 19448828 860856320 20362 4294967295 134512640 134569956 3221224336 3221214688 1131320787 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 210170 20362 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 85.44
Current children cumulated vsize (Kb) 840680
One traced child (pid=4507) exited with status: 0
New thread pid=4508
One traced child (pid=4508) exited with status: 0
New thread pid=4509
One traced child (pid=4509) exited with status: 0
New thread pid=4510
One traced child (pid=4510) exited with status: 0
New thread pid=4511
One traced child (pid=4511) exited with status: 0
New thread pid=4512
One traced child (pid=4512) exited with status: 0
New thread pid=4513
One traced child (pid=4513) exited with status: 0
New thread pid=4514
One traced child (pid=4514) exited with status: 0
New thread pid=4515

[startup+100.004 s]
Raw data (loadavg): 1.02 1.01 0.91 2/65 4515
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18265 12 1 0 9453 61 7 7 18 0 11 0 19448828 860856320 20383 4294967295 134512640 134569956 3221224336 3221214688 1131320730 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 210170 20383 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 95.28
Current children cumulated vsize (Kb) 840680
One traced child (pid=4515) exited with status: 0
New thread pid=4516
One traced child (pid=4516) exited with status: 0
New thread pid=4517
One traced child (pid=4517) exited with status: 0
New thread pid=4518
One traced child (pid=4518) exited with status: 0
New thread pid=4519
One traced child (pid=4519) exited with status: 0
New thread pid=4520
One traced child (pid=4520) exited with status: 0
New thread pid=4521
One traced child (pid=4521) exited with status: 0
New thread pid=4522

[startup+110.003 s]
Raw data (loadavg): 1.01 1.01 0.91 2/65 4522
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18276 12 1 0 10440 61 8 7 17 0 11 0 19448828 860856320 20402 4294967295 134512640 134569956 3221224336 3221214772 1131319500 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 210170 20402 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 105.16
Current children cumulated vsize (Kb) 840680
One traced child (pid=4522) exited with status: 0
New thread pid=4523
One traced child (pid=4523) exited with status: 0
New thread pid=4524
One traced child (pid=4524) exited with status: 0
New thread pid=4525
One traced child (pid=4525) exited with status: 0
New thread pid=4526
One traced child (pid=4526) exited with status: 0
New thread pid=4527
One traced child (pid=4527) exited with status: 0
New thread pid=4528
One traced child (pid=4528) exited with status: 0
New thread pid=4529

[startup+120.003 s]
Raw data (loadavg): 1.01 1.01 0.91 2/65 4529
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18286 12 1 0 11427 62 8 8 17 0 11 0 19448828 860856320 20418 4294967295 134512640 134569956 3221224336 3221214688 1131320887 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 210170 20418 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (Kb) 840680
One traced child (pid=4529) exited with status: 0
New thread pid=4530
One traced child (pid=4530) exited with status: 0
New thread pid=4531
One traced child (pid=4531) exited with status: 0
New thread pid=4532
One traced child (pid=4532) exited with status: 0
New thread pid=4533
One traced child (pid=4533) exited with status: 0
New thread pid=4534
One traced child (pid=4534) exited with status: 0
New thread pid=4535

[startup+130.003 s]
Raw data (loadavg): 1.01 1.00 0.91 2/65 4535
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18297 12 1 0 12413 63 8 8 20 0 11 0 19448828 860856320 20434 4294967295 134512640 134569956 3221224336 3221214688 1131319919 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 210170 20434 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 124.92
Current children cumulated vsize (Kb) 840680
One traced child (pid=4535) exited with status: 0
New thread pid=4536
One traced child (pid=4536) exited with status: 0
New thread pid=4537
One traced child (pid=4537) exited with status: 0
New thread pid=4538

[startup+140.002 s]
Raw data (loadavg): 1.01 1.00 0.91 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18307 12 1 0 13401 63 8 8 25 0 11 0 19448828 860856320 20448 4294967295 134512640 134569956 3221224336 3221214688 1131320766 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 210170 20448 13129 16 0 210154 0
[pid=4369] vsize: 840680
Current children cumulated CPU time (s) 134.8
Current children cumulated vsize (Kb) 840680

[startup+150.003 s]
Raw data (loadavg): 1.00 1.00 0.91 3/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18320 12 1 0 14388 63 8 8 18 0 11 0 19448828 866508800 21646 4294967295 134512640 134569956 3221224336 3221214776 1131329746 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211550 21646 13129 16 0 211534 0
[pid=4369] vsize: 846200
Current children cumulated CPU time (s) 144.67
Current children cumulated vsize (Kb) 846200

[startup+160.004 s]
Raw data (loadavg): 1.08 1.02 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18330 12 1 0 15374 63 8 8 25 0 11 0 19448828 865243136 21463 4294967295 134512640 134569956 3221224336 3221214728 1131504391 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21463 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 154.53
Current children cumulated vsize (Kb) 844964

[startup+170.004 s]
Raw data (loadavg): 1.07 1.02 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18340 12 1 0 16361 64 8 8 25 0 11 0 19448828 865243136 21481 4294967295 134512640 134569956 3221224336 3221214688 1131319919 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21481 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 164.41
Current children cumulated vsize (Kb) 844964

[startup+180.004 s]
Raw data (loadavg): 1.06 1.02 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18350 12 1 0 17348 64 8 8 18 0 11 0 19448828 865243136 21513 4294967295 134512640 134569956 3221224336 3221214688 1131319525 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21513 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 174.28
Current children cumulated vsize (Kb) 844964

[startup+190.004 s]
Raw data (loadavg): 1.05 1.02 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18361 12 1 0 18334 65 8 8 25 0 11 0 19448828 865243136 21536 4294967295 134512640 134569956 3221224336 3221214728 1131312960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21536 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 184.15
Current children cumulated vsize (Kb) 844964

[startup+200.005 s]
Raw data (loadavg): 1.04 1.01 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18371 12 1 0 19321 65 8 8 18 0 11 0 19448828 865243136 21556 4294967295 134512640 134569956 3221224336 3221214776 1131328822 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21556 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 194.02
Current children cumulated vsize (Kb) 844964

[startup+210.005 s]
Raw data (loadavg): 1.03 1.01 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18382 12 1 0 20307 65 8 8 16 0 11 0 19448828 865243136 21595 4294967295 134512640 134569956 3221224336 3221214688 1131320175 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21595 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (Kb) 844964

[startup+220.005 s]
Raw data (loadavg): 1.03 1.01 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18392 12 1 0 21297 65 8 8 19 0 11 0 19448828 865243136 21617 4294967295 134512640 134569956 3221224336 3221214728 1131312960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21617 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 213.78
Current children cumulated vsize (Kb) 844964

[startup+230.006 s]
Raw data (loadavg): 1.02 1.01 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18402 12 1 0 22287 66 8 8 17 0 11 0 19448828 865243136 21633 4294967295 134512640 134569956 3221224336 3221214728 1131312960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21633 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 223.69
Current children cumulated vsize (Kb) 844964

[startup+240.006 s]
Raw data (loadavg): 1.02 1.01 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18413 12 1 0 23276 66 8 8 17 0 11 0 19448828 865243136 21647 4294967295 134512640 134569956 3221224336 3221214776 1131329079 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21647 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 233.58
Current children cumulated vsize (Kb) 844964

[startup+250.007 s]
Raw data (loadavg): 1.02 1.01 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18423 12 1 0 24265 66 8 8 21 0 11 0 19448828 865243136 21660 4294967295 134512640 134569956 3221224336 3221214688 1131320773 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21660 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 243.47
Current children cumulated vsize (Kb) 844964

[startup+260.008 s]
Raw data (loadavg): 1.01 1.01 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18434 12 1 0 25254 66 8 8 21 0 11 0 19448828 865243136 21673 4294967295 134512640 134569956 3221224336 3221214344 1131392808 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21673 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 253.36
Current children cumulated vsize (Kb) 844964

[startup+270.007 s]
Raw data (loadavg): 1.01 1.01 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18444 12 1 0 26244 67 8 8 17 0 11 0 19448828 865243136 21685 4294967295 134512640 134569956 3221224336 3221214688 1131320843 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21685 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 263.27
Current children cumulated vsize (Kb) 844964

[startup+280.008 s]
Raw data (loadavg): 1.01 1.01 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18454 12 1 0 27233 67 8 8 25 0 11 0 19448828 865243136 21701 4294967295 134512640 134569956 3221224336 3221214728 1131313075 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21701 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 273.16
Current children cumulated vsize (Kb) 844964

[startup+290.009 s]
Raw data (loadavg): 1.01 1.01 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18465 12 1 0 28222 67 8 8 20 0 11 0 19448828 865243136 21713 4294967295 134512640 134569956 3221224336 3221214688 1131319905 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21713 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 283.05
Current children cumulated vsize (Kb) 844964

[startup+300.009 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18475 12 1 0 29212 67 8 8 17 0 11 0 19448828 865243136 21723 4294967295 134512640 134569956 3221224336 3221214776 1131328837 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21723 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 292.95
Current children cumulated vsize (Kb) 844964

[startup+310.01 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18485 12 1 0 30201 67 8 8 17 0 11 0 19448828 865243136 21734 4294967295 134512640 134569956 3221224336 3221214320 1131386436 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21734 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 302.84
Current children cumulated vsize (Kb) 844964

[startup+320.01 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18496 12 1 0 31189 68 8 8 25 0 11 0 19448828 865243136 21746 4294967295 134512640 134569956 3221224336 3221214728 1131312984 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21746 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 312.73
Current children cumulated vsize (Kb) 844964

[startup+330.01 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18506 12 1 0 32179 68 8 8 17 0 11 0 19448828 865243136 21755 4294967295 134512640 134569956 3221224336 3221214728 1131313148 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21755 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 322.63
Current children cumulated vsize (Kb) 844964

[startup+340.011 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18516 12 1 0 33168 68 8 8 18 0 11 0 19448828 865243136 21766 4294967295 134512640 134569956 3221224336 3221214688 1131319959 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21766 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 332.52
Current children cumulated vsize (Kb) 844964

[startup+350.012 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18527 12 1 0 34155 68 8 8 18 0 11 0 19448828 865243136 21781 4294967295 134512640 134569956 3221224336 3221214688 1131319959 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21781 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (Kb) 844964

[startup+360.012 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18537 12 1 0 35143 68 8 8 25 0 11 0 19448828 865243136 21790 4294967295 134512640 134569956 3221224336 3221214688 1131320887 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21790 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 352.27
Current children cumulated vsize (Kb) 844964

[startup+370.012 s]
Raw data (loadavg): 1.00 1.00 0.92 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18547 12 1 0 36132 69 8 8 25 0 11 0 19448828 865243136 21803 4294967295 134512640 134569956 3221224336 3221214728 1131312957 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21803 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 362.17
Current children cumulated vsize (Kb) 844964

[startup+380.013 s]
Raw data (loadavg): 1.07 1.02 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18558 12 1 0 37120 69 8 8 22 0 11 0 19448828 865243136 21818 4294967295 134512640 134569956 3221224336 3221214688 1131320450 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21818 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 372.05
Current children cumulated vsize (Kb) 844964

[startup+390.013 s]
Raw data (loadavg): 1.06 1.02 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18568 12 1 0 38109 69 8 8 17 0 11 0 19448828 865243136 21828 4294967295 134512640 134569956 3221224336 3221214728 1131313140 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21828 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 381.94
Current children cumulated vsize (Kb) 844964

[startup+400.013 s]
Raw data (loadavg): 1.05 1.01 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18578 12 1 0 39099 69 8 8 25 0 11 0 19448828 865243136 21837 4294967295 134512640 134569956 3221224336 3221214688 1131320773 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21837 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 391.84
Current children cumulated vsize (Kb) 844964

[startup+410.014 s]
Raw data (loadavg): 1.04 1.01 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18589 12 1 0 40086 69 8 8 25 0 11 0 19448828 865243136 21847 4294967295 134512640 134569956 3221224336 3221214688 1131319543 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21847 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 401.71
Current children cumulated vsize (Kb) 844964

[startup+420.014 s]
Raw data (loadavg): 1.04 1.01 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18599 12 1 0 41076 69 8 8 25 0 11 0 19448828 865243136 21855 4294967295 134512640 134569956 3221224336 3221214688 1131320793 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21855 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 411.61
Current children cumulated vsize (Kb) 844964

[startup+430.014 s]
Raw data (loadavg): 1.03 1.01 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18609 12 1 0 42065 70 8 8 17 0 11 0 19448828 865243136 21863 4294967295 134512640 134569956 3221224336 3221214688 1131319847 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21863 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 421.51
Current children cumulated vsize (Kb) 844964

[startup+440.015 s]
Raw data (loadavg): 1.02 1.01 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18619 12 1 0 43054 70 8 8 17 0 11 0 19448828 865243136 21871 4294967295 134512640 134569956 3221224336 3221214728 1131312981 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21871 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 431.4
Current children cumulated vsize (Kb) 844964

[startup+450.016 s]
Raw data (loadavg): 1.02 1.01 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18630 12 1 0 44042 70 8 8 25 0 11 0 19448828 865243136 21880 4294967295 134512640 134569956 3221224336 3221214776 1131328663 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21880 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 441.28
Current children cumulated vsize (Kb) 844964

[startup+460.017 s]
Raw data (loadavg): 1.02 1.01 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18640 12 1 0 45030 70 8 8 25 0 11 0 19448828 865243136 21888 4294967295 134512640 134569956 3221224336 3221214728 1131312981 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21888 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 451.16
Current children cumulated vsize (Kb) 844964

[startup+470.017 s]
Raw data (loadavg): 1.01 1.01 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18650 12 1 0 46020 70 8 8 20 0 11 0 19448828 865243136 21896 4294967295 134512640 134569956 3221224336 3221214688 1131319613 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21896 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 461.06
Current children cumulated vsize (Kb) 844964

[startup+480.018 s]
Raw data (loadavg): 1.01 1.01 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18661 12 1 0 47007 71 8 8 17 0 11 0 19448828 865243136 21904 4294967295 134512640 134569956 3221224336 3221214688 1131320082 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21904 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 470.94
Current children cumulated vsize (Kb) 844964

[startup+490.018 s]
Raw data (loadavg): 1.01 1.01 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18671 12 1 0 47996 71 8 8 17 0 11 0 19448828 865243136 21912 4294967295 134512640 134569956 3221224336 3221214688 1131319725 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21912 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 480.83
Current children cumulated vsize (Kb) 844964

[startup+500.019 s]
Raw data (loadavg): 1.01 1.00 0.93 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18681 12 1 0 48985 71 8 8 21 0 11 0 19448828 865243136 21919 4294967295 134512640 134569956 3221224336 3221214688 1131319803 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21919 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 490.72
Current children cumulated vsize (Kb) 844964

[startup+510.019 s]
Raw data (loadavg): 1.15 1.04 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18692 12 1 0 49973 71 8 8 22 0 11 0 19448828 865243136 21927 4294967295 134512640 134569956 3221224336 3221214688 1131319959 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21927 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 500.6
Current children cumulated vsize (Kb) 844964

[startup+520.019 s]
Raw data (loadavg): 1.13 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18702 12 1 0 50961 71 8 8 17 0 11 0 19448828 865243136 21935 4294967295 134512640 134569956 3221224336 3221214688 1131319543 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21935 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 510.48
Current children cumulated vsize (Kb) 844964

[startup+530.02 s]
Raw data (loadavg): 1.11 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18712 12 1 0 51951 71 8 8 18 0 11 0 19448828 865243136 21942 4294967295 134512640 134569956 3221224336 3221214688 1131319959 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21942 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 520.38
Current children cumulated vsize (Kb) 844964

[startup+540.02 s]
Raw data (loadavg): 1.09 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18723 12 1 0 52938 72 8 8 17 0 11 0 19448828 865243136 21950 4294967295 134512640 134569956 3221224336 3221214688 1131319715 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21950 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 530.26
Current children cumulated vsize (Kb) 844964

[startup+550.021 s]
Raw data (loadavg): 1.08 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18733 12 1 0 53927 72 8 8 20 0 11 0 19448828 865243136 21958 4294967295 134512640 134569956 3221224336 3221214728 1131312984 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21958 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 540.15
Current children cumulated vsize (Kb) 844964

[startup+560.022 s]
Raw data (loadavg): 1.06 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18743 12 1 0 54915 72 8 8 20 0 11 0 19448828 865243136 21964 4294967295 134512640 134569956 3221224336 3221214688 1131320783 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21964 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 550.03
Current children cumulated vsize (Kb) 844964

[startup+570.022 s]
Raw data (loadavg): 1.05 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18754 12 1 0 55903 72 8 8 17 0 11 0 19448828 865243136 21973 4294967295 134512640 134569956 3221224336 3221214688 1131319944 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21973 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 559.91
Current children cumulated vsize (Kb) 844964

[startup+580.022 s]
Raw data (loadavg): 1.05 1.03 0.94 3/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18764 12 1 0 56892 72 8 8 18 0 11 0 19448828 865243136 21979 4294967295 134512640 134569956 3221224336 3221214728 1131312984 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 21979 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 569.8
Current children cumulated vsize (Kb) 844964

[startup+590.023 s]
Raw data (loadavg): 1.04 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18774 12 1 0 57880 72 8 8 17 0 11 0 19448828 865243136 21988 4294967295 134512640 134569956 3221224336 3221214688 1131319959 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 21988 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 579.68
Current children cumulated vsize (Kb) 844964

[startup+600.024 s]
Raw data (loadavg): 1.03 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18785 12 1 0 58868 73 8 8 16 0 11 0 19448828 865243136 22000 4294967295 134512640 134569956 3221224336 3221214688 1131320813 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22000 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 589.57
Current children cumulated vsize (Kb) 844964

[startup+610.025 s]
Raw data (loadavg): 1.03 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18795 12 1 0 59857 73 8 8 20 0 11 0 19448828 865243136 22009 4294967295 134512640 134569956 3221224336 3221214376 1085806732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22009 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 599.46
Current children cumulated vsize (Kb) 844964

[startup+620.024 s]
Raw data (loadavg): 1.02 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18805 12 1 0 60845 73 8 8 17 0 11 0 19448828 865243136 22019 4294967295 134512640 134569956 3221224336 3221214776 1131328673 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22019 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 609.34
Current children cumulated vsize (Kb) 844964

[startup+630.025 s]
Raw data (loadavg): 1.02 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18816 12 1 0 61831 73 8 8 16 0 11 0 19448828 865243136 22026 4294967295 134512640 134569956 3221224336 3221214728 1131312960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22026 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 619.2
Current children cumulated vsize (Kb) 844964

[startup+640.025 s]
Raw data (loadavg): 1.02 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18827 12 1 0 62817 73 8 8 19 0 11 0 19448828 865243136 22034 4294967295 134512640 134569956 3221224336 3221214728 1131312977 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22034 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 629.06
Current children cumulated vsize (Kb) 844964

[startup+650.027 s]
Raw data (loadavg): 1.01 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18837 12 1 0 63801 73 8 8 25 0 11 0 19448828 865243136 22048 4294967295 134512640 134569956 3221224336 3221214688 1131319959 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22048 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 638.9
Current children cumulated vsize (Kb) 844964

[startup+660.026 s]
Raw data (loadavg): 1.01 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18847 12 1 0 64786 74 8 8 25 0 11 0 19448828 865243136 22081 4294967295 134512640 134569956 3221224336 3221214688 1131319919 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22081 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 648.76
Current children cumulated vsize (Kb) 844964

[startup+670.026 s]
Raw data (loadavg): 1.09 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18858 12 1 0 65771 74 8 8 16 0 11 0 19448828 865243136 22095 4294967295 134512640 134569956 3221224336 3221214688 1131319661 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22095 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 658.61
Current children cumulated vsize (Kb) 844964

[startup+680.027 s]
Raw data (loadavg): 1.07 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18868 12 1 0 66759 74 8 8 18 0 11 0 19448828 865243136 22114 4294967295 134512640 134569956 3221224336 3221214688 1131319525 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22114 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 668.49
Current children cumulated vsize (Kb) 844964

[startup+690.027 s]
Raw data (loadavg): 1.06 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18878 12 1 0 67747 75 8 8 17 0 11 0 19448828 865243136 22123 4294967295 134512640 134569956 3221224336 3221214688 1131320143 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22123 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 678.38
Current children cumulated vsize (Kb) 844964

[startup+700.027 s]
Raw data (loadavg): 1.05 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18889 12 1 0 68734 75 8 8 17 0 11 0 19448828 865243136 22133 4294967295 134512640 134569956 3221224336 3221214776 1131329140 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22133 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 688.25
Current children cumulated vsize (Kb) 844964

[startup+710.028 s]
Raw data (loadavg): 1.04 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18899 12 1 0 69722 75 8 8 17 0 11 0 19448828 865243136 22140 4294967295 134512640 134569956 3221224336 3221214688 1131320899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22140 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 698.13
Current children cumulated vsize (Kb) 844964

[startup+720.029 s]
Raw data (loadavg): 1.04 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18909 12 1 0 70710 75 8 8 17 0 11 0 19448828 865243136 22146 4294967295 134512640 134569956 3221224336 3221214728 1131312984 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22146 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 708.01
Current children cumulated vsize (Kb) 844964

[startup+730.03 s]
Raw data (loadavg): 1.03 1.03 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18920 12 1 0 71697 76 8 8 18 0 11 0 19448828 865243136 22153 4294967295 134512640 134569956 3221224336 3221214688 1131320173 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22153 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 717.89
Current children cumulated vsize (Kb) 844964

[startup+740.029 s]
Raw data (loadavg): 1.02 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18930 12 1 0 72685 76 8 8 17 0 11 0 19448828 865243136 22158 4294967295 134512640 134569956 3221224336 3221214688 1131320479 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22158 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 727.77
Current children cumulated vsize (Kb) 844964

[startup+750.031 s]
Raw data (loadavg): 1.02 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18940 12 1 0 73674 76 8 8 17 0 11 0 19448828 865243136 22164 4294967295 134512640 134569956 3221224336 3221214688 1131320107 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22164 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 737.66
Current children cumulated vsize (Kb) 844964

[startup+760.032 s]
Raw data (loadavg): 1.02 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18950 12 1 0 74662 77 8 8 17 0 11 0 19448828 865243136 22171 4294967295 134512640 134569956 3221224336 3221214688 1131319692 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22171 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 747.55
Current children cumulated vsize (Kb) 844964

[startup+770.033 s]
Raw data (loadavg): 1.01 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18961 12 1 0 75649 77 8 8 17 0 11 0 19448828 865243136 22177 4294967295 134512640 134569956 3221224336 3221214776 1131329161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22177 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 757.42
Current children cumulated vsize (Kb) 844964

[startup+780.034 s]
Raw data (loadavg): 1.01 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18971 12 1 0 76637 77 8 8 18 0 11 0 19448828 865243136 22182 4294967295 134512640 134569956 3221224336 3221214816 1131324889 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22182 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 767.3
Current children cumulated vsize (Kb) 844964

[startup+790.034 s]
Raw data (loadavg): 1.01 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18981 12 1 0 77625 77 8 8 18 0 11 0 19448828 865243136 22188 4294967295 134512640 134569956 3221224336 3221214776 1131329660 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22188 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 777.18
Current children cumulated vsize (Kb) 844964

[startup+800.035 s]
Raw data (loadavg): 1.01 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 18992 12 1 0 78612 77 8 8 16 0 11 0 19448828 865243136 22194 4294967295 134512640 134569956 3221224336 3221214728 1131312960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22194 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 787.05
Current children cumulated vsize (Kb) 844964

[startup+810.036 s]
Raw data (loadavg): 1.01 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19002 12 1 0 79600 78 8 8 17 0 11 0 19448828 865243136 22201 4294967295 134512640 134569956 3221224336 3221214688 1131319647 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22201 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 796.94
Current children cumulated vsize (Kb) 844964

[startup+820.037 s]
Raw data (loadavg): 1.00 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19012 12 1 0 80588 78 8 8 19 0 11 0 19448828 865243136 22206 4294967295 134512640 134569956 3221224336 3221214728 1131312960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22206 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 806.82
Current children cumulated vsize (Kb) 844964

[startup+830.037 s]
Raw data (loadavg): 1.00 1.02 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19022 12 1 0 81576 78 8 8 19 0 11 0 19448828 865243136 22211 4294967295 134512640 134569956 3221224336 3221214688 1131320129 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22211 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 816.7
Current children cumulated vsize (Kb) 844964

[startup+840.037 s]
Raw data (loadavg): 1.00 1.01 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19033 12 1 0 82562 79 8 8 19 0 11 0 19448828 865243136 22218 4294967295 134512640 134569956 3221224336 3221214728 1131313110 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22218 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 826.57
Current children cumulated vsize (Kb) 844964

[startup+850.038 s]
Raw data (loadavg): 1.00 1.01 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19043 12 1 0 83550 79 8 8 17 0 11 0 19448828 865243136 22223 4294967295 134512640 134569956 3221224336 3221214816 1131324889 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22223 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 836.45
Current children cumulated vsize (Kb) 844964

[startup+860.039 s]
Raw data (loadavg): 1.00 1.01 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19053 12 1 0 84538 79 8 8 17 0 11 0 19448828 865243136 22228 4294967295 134512640 134569956 3221224336 3221214688 1131320143 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22228 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 846.33
Current children cumulated vsize (Kb) 844964

[startup+870.038 s]
Raw data (loadavg): 1.00 1.01 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19063 12 1 0 85525 79 8 8 23 0 11 0 19448828 865243136 22234 4294967295 134512640 134569956 3221224336 3221214688 1131320730 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22234 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 856.2
Current children cumulated vsize (Kb) 844964

[startup+880.039 s]
Raw data (loadavg): 1.00 1.01 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19074 12 1 0 86512 79 8 8 19 0 11 0 19448828 865243136 22240 4294967295 134512640 134569956 3221224336 3221214688 1131415920 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22240 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 866.07
Current children cumulated vsize (Kb) 844964

[startup+890.04 s]
Raw data (loadavg): 1.00 1.01 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19084 12 1 0 87499 80 8 8 18 0 11 0 19448828 865243136 22245 4294967295 134512640 134569956 3221224336 3221214772 1131313179 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22245 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 875.95
Current children cumulated vsize (Kb) 844964

[startup+900.04 s]
Raw data (loadavg): 1.00 1.01 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19094 12 1 0 88487 80 8 8 17 0 11 0 19448828 865243136 22251 4294967295 134512640 134569956 3221224336 3221214688 1131319551 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22251 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 885.83
Current children cumulated vsize (Kb) 844964

[startup+910.041 s]
Raw data (loadavg): 1.00 1.01 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19104 12 1 0 89474 80 8 8 23 0 11 0 19448828 865243136 22256 4294967295 134512640 134569956 3221224336 3221214688 1131320047 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22256 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 895.7
Current children cumulated vsize (Kb) 844964

[startup+920.041 s]
Raw data (loadavg): 1.00 1.01 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19115 12 1 0 90459 80 8 8 16 0 11 0 19448828 865243136 22262 4294967295 134512640 134569956 3221224336 3221214772 1131319500 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22262 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 905.55
Current children cumulated vsize (Kb) 844964

[startup+930.042 s]
Raw data (loadavg): 1.00 1.01 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19125 12 1 0 91446 80 8 8 17 0 11 0 19448828 865243136 22268 4294967295 134512640 134569956 3221224336 3221214688 1131319963 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22268 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 915.42
Current children cumulated vsize (Kb) 844964

[startup+940.041 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19135 12 1 0 92433 81 8 8 17 0 11 0 19448828 865243136 22278 4294967295 134512640 134569956 3221224336 3221214568 1131435516 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22278 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 925.3
Current children cumulated vsize (Kb) 844964

[startup+950.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19145 12 1 0 93421 81 8 8 21 0 11 0 19448828 865243136 22283 4294967295 134512640 134569956 3221224336 3221214688 1131320210 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22283 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 935.18
Current children cumulated vsize (Kb) 844964

[startup+960.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19156 12 1 0 94406 81 8 8 18 0 11 0 19448828 865243136 22290 4294967295 134512640 134569956 3221224336 3221214688 1131319875 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22290 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 945.03
Current children cumulated vsize (Kb) 844964

[startup+970.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19166 12 1 0 95391 81 8 8 17 0 11 0 19448828 865243136 22294 4294967295 134512640 134569956 3221224336 3221214688 1131320033 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22294 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 954.88
Current children cumulated vsize (Kb) 844964

[startup+980.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19176 12 1 0 96377 82 8 8 17 0 11 0 19448828 865243136 22307 4294967295 134512640 134569956 3221224336 3221214688 1131319543 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22307 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 964.75
Current children cumulated vsize (Kb) 844964

[startup+990.044 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19186 12 1 0 97364 82 8 8 17 0 11 0 19448828 865243136 22318 4294967295 134512640 134569956 3221224336 3221214688 1131320068 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22318 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 974.62
Current children cumulated vsize (Kb) 844964

[startup+1000.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19196 12 1 0 98350 82 8 8 18 0 11 0 19448828 865243136 22327 4294967295 134512640 134569956 3221224336 3221214776 1131329780 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22327 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 984.48
Current children cumulated vsize (Kb) 844964

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19207 12 1 0 99336 83 8 8 17 0 11 0 19448828 865243136 22335 4294967295 134512640 134569956 3221224336 3221214688 1131320012 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22335 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 994.35
Current children cumulated vsize (Kb) 844964

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19217 12 1 0 100322 83 8 8 24 0 11 0 19448828 865243136 22339 4294967295 134512640 134569956 3221224336 3221214688 1131319910 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22339 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1004.21
Current children cumulated vsize (Kb) 844964

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19227 12 1 0 101309 83 8 8 18 0 11 0 19448828 865243136 22344 4294967295 134512640 134569956 3221224336 3221214688 1131319543 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22344 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1014.08
Current children cumulated vsize (Kb) 844964

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19237 12 1 0 102297 83 8 8 17 0 11 0 19448828 865243136 22350 4294967295 134512640 134569956 3221224336 3221214688 1131320139 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22350 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1023.96
Current children cumulated vsize (Kb) 844964

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19248 12 1 0 103283 84 8 8 16 0 11 0 19448828 865243136 22355 4294967295 134512640 134569956 3221224336 3221214688 1131319959 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22355 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1033.83
Current children cumulated vsize (Kb) 844964

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19258 12 1 0 104270 84 8 8 17 0 11 0 19448828 865243136 22359 4294967295 134512640 134569956 3221224336 3221214688 1131319959 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22359 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1043.7
Current children cumulated vsize (Kb) 844964

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19268 12 1 0 105257 84 8 8 18 0 11 0 19448828 865243136 22365 4294967295 134512640 134569956 3221224336 3221214688 1131319919 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22365 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1053.57
Current children cumulated vsize (Kb) 844964

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19278 12 1 0 106244 84 8 8 18 0 11 0 19448828 865243136 22369 4294967295 134512640 134569956 3221224336 3221214688 1131319959 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22369 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1063.44
Current children cumulated vsize (Kb) 844964

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19289 12 1 0 107230 84 8 8 16 0 11 0 19448828 865243136 22374 4294967295 134512640 134569956 3221224336 3221214728 1131312977 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22374 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1073.3
Current children cumulated vsize (Kb) 844964

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19299 12 1 0 108216 84 8 8 17 0 11 0 19448828 865243136 22380 4294967295 134512640 134569956 3221224336 3221214688 1131319956 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22380 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1083.16
Current children cumulated vsize (Kb) 844964

[startup+1110.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19309 12 1 0 109203 84 8 8 18 0 11 0 19448828 865243136 22385 4294967295 134512640 134569956 3221224336 3221214688 1131320012 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22385 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1093.03
Current children cumulated vsize (Kb) 844964

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19319 12 1 0 110190 85 8 8 17 0 11 0 19448828 865243136 22394 4294967295 134512640 134569956 3221224336 3221214688 1131319959 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22394 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1102.91
Current children cumulated vsize (Kb) 844964

[startup+1130.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19329 12 1 0 111177 85 8 8 25 0 11 0 19448828 865243136 22397 4294967295 134512640 134569956 3221224336 3221214688 1131319917 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22397 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1112.78
Current children cumulated vsize (Kb) 844964

[startup+1140.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19339 12 1 0 112163 85 8 8 17 0 11 0 19448828 865243136 22400 4294967295 134512640 134569956 3221224336 3221214688 1131319847 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22400 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1122.64
Current children cumulated vsize (Kb) 844964

[startup+1150.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19350 12 1 0 113149 85 8 8 16 0 11 0 19448828 865243136 22405 4294967295 134512640 134569956 3221224336 3221214728 1131312992 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22405 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1132.5
Current children cumulated vsize (Kb) 844964

[startup+1160.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19360 12 1 0 114136 85 8 8 17 0 11 0 19448828 865243136 22408 4294967295 134512640 134569956 3221224336 3221214688 1131320033 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22408 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1142.37
Current children cumulated vsize (Kb) 844964

[startup+1170.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19370 12 1 0 115122 85 8 8 25 0 11 0 19448828 865243136 22412 4294967295 134512640 134569956 3221224336 3221214728 1131313110 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22412 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1152.23
Current children cumulated vsize (Kb) 844964

[startup+1180.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19380 12 1 0 116108 85 8 8 25 0 11 0 19448828 865243136 22417 4294967295 134512640 134569956 3221224336 3221214688 1131319532 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22417 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1162.09
Current children cumulated vsize (Kb) 844964

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19390 12 1 0 117093 86 8 8 25 0 11 0 19448828 865243136 22425 4294967295 134512640 134569956 3221224336 3221214592 1131406230 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22425 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1171.95
Current children cumulated vsize (Kb) 844964

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19401 12 1 0 118078 86 8 8 16 0 11 0 19448828 865243136 22432 4294967295 134512640 134569956 3221224336 3221214688 1131319910 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4369/statm): 211241 22432 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (Kb) 844964

[startup+1210.06 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19411 12 1 0 119064 86 8 8 17 0 11 0 19448828 865243136 22436 4294967295 134512640 134569956 3221224336 3221214688 1131319870 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22436 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1191.66
Current children cumulated vsize (Kb) 844964

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19421 12 1 0 120050 86 8 8 17 0 11 0 19448828 865243136 22439 4294967295 134512640 134569956 3221224336 3221214688 1131320859 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22439 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1201.52
Current children cumulated vsize (Kb) 844964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.94 2/65 4538
Raw data (/proc/4369/stat): 4369 (java) R 4368 4369 4005 0 -1 0 19421 12 1 0 120050 86 8 8 17 0 11 0 19448828 865243136 22439 4294967295 134512640 134569956 3221224336 3221214688 1131320738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4369/statm): 211241 22439 13129 16 0 211225 0
[pid=4369] vsize: 844964
Current children cumulated CPU time (s) 1201.52
Current children cumulated vsize (Kb) 844964

Sending SIGTERM to -4369
Sleeping 2 seconds
New thread pid=4540
New thread pid=4541
One traced child (pid=4541) exited with status: 0
One traced child (pid=4378) exited with status: 0
One traced child (pid=4373) exited with status: 0
One traced child (pid=4370) exited with status: 143
One traced child (pid=4538) exited with status: 143
One traced child (pid=4540) exited with status: 143
One traced child (pid=4372) exited with status: 143
One traced child (pid=4371) exited with status: 143
One traced child (pid=4374) exited with status: 143
One traced child (pid=4376) exited with status: 143
One traced child (pid=4375) exited with status: 143
One traced child (pid=4377) exited with status: 143
One traced child (pid=4369) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.18
CPU time (s): 1215.72
CPU user time (s): 1214.06
CPU system time (s): 1.66175
CPU usage (%): 99.6339
Max. virtual memory (cumulated for all children) (Kb): 846200

Verifier Data

Verifier:	OK	43858