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).
  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

Namenormalized-opb/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-stein27.opb
MD5SUM5af5f5067167ce7c0b9b9169af5e7adf
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved NO
Number of terms in the objective function 27
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 27
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 40
Number of bits of the biggest sum of numbers6
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.01085
Number of variables27
Total number of constraints145
Number of constraints which are clauses117
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint27

Trace number 16854

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc20 THE 2005-04-21 08:56:32 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=12333 boxname=wulflinc20 idbench=949 idsolver=9 numberseed=0
MD5SUM SOLVER: daf345f6fbf228671abfac48013b9cac  /oldhome/oroussel/solvers/sat4jPseudo.jar
MD5SUM BENCH:  5af5f5067167ce7c0b9b9169af5e7adf  /oldhome/oroussel/tmp/wulflinc20/normalized-mps-v2-20-10-stein27.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudo.jar /oldhome/oroussel/tmp/wulflinc20/normalized-mps-v2-20-10-stein27.opb
IDLAUNCH: 12333
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.215
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.215
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        563272 kB
Buffers:         22952 kB
Cached:         424720 kB
SwapCached:        516 kB
Active:         101944 kB
Inactive:       347764 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        563020 kB
SwapTotal:     2097892 kB
SwapFree:      2096480 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5116 kB
Slab:            16040 kB
Committed_AS:    63592 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-04-21 09:03:37 (client local time) WITH STATUS 30 IN 431.568 SECONDS
stats: 12333 0 431.568 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c solving /oldhome/oroussel/tmp/wulflinc20/normalized-mps-v2-20-10-stein27.opb
c reading problem 
c [nbvar=27]
c [nbconstr=145]
c time 0.463
c #vars     27
c #clauses  118
c starts	: 0
c conflicts	: 0
c decisions	: 0
c propagations	: 0
c inspects	: 0
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 0
c SATISFIABLE
c OPTIMIZING...
c 
c CURRENT OPTIMUM=19
c Current CPU time (ms) : 0.506
c starts	: 1
c conflicts	: 0
c decisions	: 8
c propagations	: 27
c inspects	: 103
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 1
c 
c CURRENT OPTIMUM=18
c Current CPU time (ms) : 0.7
c starts	: 2
c conflicts	: 4
c decisions	: 19
c propagations	: 69
c inspects	: 305
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 4
c root simplifications	: 2
c Total CPU time (ms) : 423.74
c 
s OPTIMUM FOUND
v -V0001_bit0 -V0002_bit0 -V0003_bit0 V0004_bit0 V0005_bit0 V0006_bit0 -V0007_bit0 V0008_bit0 V0009_bit0 -V0010_bit0 -V0011_bit0 V0012_bit0 -V0013_bit0 V0014_bit0 V0015_bit0 V0016_bit0 -V0017_bit0 V0018_bit0 V0019_bit0 V0020_bit0 V0021_bit0 V0022_bit0 V0023_bit0 V0024_bit0 V0025_bit0 -V0026_bit0 V0027_bit0 
c objectif function=18
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Raw data (loadavg): 0.82 0.92 0.93 2/54 3025
Raw data (stat): 3025 (runsolver) R 3024 27565 27564 0 -1 64 3 0 0 0 0 0 0 0 19 0 1 0 543808803 1052672 99 4294967295 134512640 135381576 3221224432 3221219688 134979581 0 0 7 90112 0 0 0 17 1 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0011 s]
Raw data (loadavg): 1.01 0.95 0.94 4/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 12371 3 1 0 589 27 0 0 25 0 11 0 543808803 878624768 18609 4294967295 134512640 134569956 3221224400 3221214760 1131278558 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 214508 18609 13073 16 0 214492 0
vsize: 858032
[startup+20.0014 s]
Raw data (loadavg): 1.31 1.02 0.96 3/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18171 3 1 0 1338 40 0 0 25 0 11 0 543808803 888315904 27132 4294967295 134512640 134569956 3221224400 3221214328 1131429898 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 216874 27132 13073 16 0 216858 0
vsize: 867496
[startup+30.0016 s]
Raw data (loadavg): 1.26 1.02 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18171 3 1 0 2304 40 0 0 25 0 11 0 543808803 878845952 25183 4294967295 134512640 134569956 3221224400 3221214188 1131429835 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 25183 13073 16 0 214546 0
vsize: 858248
[startup+40.0023 s]
Raw data (loadavg): 1.22 1.02 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 3282 40 0 0 25 0 11 0 543808803 878845952 25397 4294967295 134512640 134569956 3221224400 3221214436 1131429840 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 25397 13073 16 0 214546 0
vsize: 858248
[startup+50.0026 s]
Raw data (loadavg): 1.19 1.02 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 4256 40 0 0 25 0 11 0 543808803 878845952 25586 4294967295 134512640 134569956 3221224400 3221214232 1085679766 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 25586 13073 16 0 214546 0
vsize: 858248
[startup+60.0037 s]
Raw data (loadavg): 1.16 1.02 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 5228 41 0 0 25 0 11 0 543808803 878845952 25764 4294967295 134512640 134569956 3221224400 3221214296 1085679272 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 25764 13073 16 0 214546 0
vsize: 858248
[startup+70.0045 s]
Raw data (loadavg): 1.13 1.02 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 6204 41 0 0 25 0 11 0 543808803 878845952 25908 4294967295 134512640 134569956 3221224400 3221214428 1131431332 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 25908 13073 16 0 214546 0
vsize: 858248
[startup+80.0048 s]
Raw data (loadavg): 1.11 1.02 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 7178 41 0 0 25 0 11 0 543808803 878845952 26044 4294967295 134512640 134569956 3221224400 3221214784 1131278636 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 26044 13073 16 0 214546 0
vsize: 858248
[startup+90.0059 s]
Raw data (loadavg): 1.10 1.01 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 8151 42 0 0 25 0 11 0 543808803 878845952 26155 4294967295 134512640 134569956 3221224400 3221214124 1131429926 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 26155 13073 16 0 214546 0
vsize: 858248
[startup+100.007 s]
Raw data (loadavg): 1.08 1.01 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 9121 42 0 0 25 0 11 0 543808803 878845952 26347 4294967295 134512640 134569956 3221224400 3221213992 1085679313 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 26347 13073 16 0 214546 0
vsize: 858248
[startup+110.008 s]
Raw data (loadavg): 1.07 1.01 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 10095 43 0 0 25 0 11 0 543808803 878845952 26466 4294967295 134512640 134569956 3221224400 3221214688 1131156307 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 214562 26466 13073 16 0 214546 0
vsize: 858248
[startup+120.008 s]
Raw data (loadavg): 1.06 1.01 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 11071 43 0 0 25 0 11 0 543808803 878845952 26548 4294967295 134512640 134569956 3221224400 3221213944 1131429841 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 26548 13073 16 0 214546 0
vsize: 858248
[startup+130.008 s]
Raw data (loadavg): 1.05 1.01 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 12047 43 0 0 25 0 11 0 543808803 878845952 26625 4294967295 134512640 134569956 3221224400 3221214344 1131431362 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 26625 13073 16 0 214546 0
vsize: 858248
[startup+140.008 s]
Raw data (loadavg): 1.04 1.01 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 13025 44 0 0 25 0 11 0 543808803 878845952 26688 4294967295 134512640 134569956 3221224400 3221214112 1131429890 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 214562 26688 13073 16 0 214546 0
vsize: 858248
[startup+150.008 s]
Raw data (loadavg): 1.03 1.01 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 14003 44 0 0 25 0 11 0 543808803 878845952 26754 4294967295 134512640 134569956 3221224400 3221214760 1131280641 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 26754 13073 16 0 214546 0
vsize: 858248
[startup+160.009 s]
Raw data (loadavg): 1.03 1.01 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 14981 45 0 0 25 0 11 0 543808803 878845952 26819 4294967295 134512640 134569956 3221224400 3221214664 1131157172 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 26819 13073 16 0 214546 0
vsize: 858248
[startup+170.01 s]
Raw data (loadavg): 1.02 1.01 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 15961 45 0 0 25 0 11 0 543808803 878845952 26891 4294967295 134512640 134569956 3221224400 3221214104 1131445252 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 26891 13073 16 0 214546 0
vsize: 858248
[startup+180.009 s]
Raw data (loadavg): 1.02 1.01 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18172 3 1 0 16940 45 0 0 25 0 11 0 543808803 878845952 26958 4294967295 134512640 134569956 3221224400 3221214472 1131429850 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 26958 13073 16 0 214546 0
vsize: 858248
[startup+190.01 s]
Raw data (loadavg): 1.02 1.00 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 17920 46 0 0 25 0 11 0 543808803 878845952 27017 4294967295 134512640 134569956 3221224400 3221214552 1085679545 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27017 13073 16 0 214546 0
vsize: 858248
[startup+200.01 s]
Raw data (loadavg): 1.01 1.00 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 18900 46 0 0 25 0 11 0 543808803 878845952 27069 4294967295 134512640 134569956 3221224400 3221213968 1085679305 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27069 13073 16 0 214546 0
vsize: 858248
[startup+210.012 s]
Raw data (loadavg): 1.01 1.00 0.96 2/64 3037
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 19881 46 0 0 25 0 11 0 543808803 878845952 27119 4294967295 134512640 134569956 3221224400 3221214752 1131152623 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27119 13073 16 0 214546 0
vsize: 858248
[startup+220.012 s]
Raw data (loadavg): 1.09 1.02 0.96 2/64 3090
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 20858 48 0 0 25 0 11 0 543808803 878845952 27180 4294967295 134512640 134569956 3221224400 3221214528 1131429745 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 214562 27180 13073 16 0 214546 0
vsize: 858248
[startup+230.013 s]
Raw data (loadavg): 1.07 1.02 0.96 2/64 3090
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 21840 48 0 0 25 0 11 0 543808803 878845952 27236 4294967295 134512640 134569956 3221224400 3221213940 1131429840 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27236 13073 16 0 214546 0
vsize: 858248
[startup+240.014 s]
Raw data (loadavg): 1.06 1.02 0.96 2/64 3090
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 22823 48 0 0 25 0 11 0 543808803 878845952 27278 4294967295 134512640 134569956 3221224400 3221213880 1131445224 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27278 13073 16 0 214546 0
vsize: 858248
[startup+250.015 s]
Raw data (loadavg): 1.05 1.02 0.96 2/64 3090
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 23805 48 0 0 25 0 11 0 543808803 878845952 27322 4294967295 134512640 134569956 3221224400 3221214296 1131431348 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27322 13073 16 0 214546 0
vsize: 858248
[startup+260.016 s]
Raw data (loadavg): 1.04 1.01 0.96 2/64 3090
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 24788 48 0 0 25 0 11 0 543808803 878845952 27365 4294967295 134512640 134569956 3221224400 3221214760 1131280846 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27365 13073 16 0 214546 0
vsize: 858248
[startup+270.017 s]
Raw data (loadavg): 1.04 1.01 0.96 2/64 3090
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 25770 49 0 0 25 0 11 0 543808803 878845952 27413 4294967295 134512640 134569956 3221224400 3221214120 1131476309 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27413 13073 16 0 214546 0
vsize: 858248
[startup+280.017 s]
Raw data (loadavg): 1.03 1.01 0.96 2/64 3090
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 26753 49 0 0 25 0 11 0 543808803 878845952 27460 4294967295 134512640 134569956 3221224400 3221214760 1131279076 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27460 13073 16 0 214546 0
vsize: 858248
[startup+290.018 s]
Raw data (loadavg): 1.02 1.01 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 27731 49 0 0 24 0 11 0 543808803 878845952 27519 4294967295 134512640 134569956 3221224400 3221214760 1131277422 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27519 13073 16 0 214546 0
vsize: 858248
[startup+300.018 s]
Raw data (loadavg): 1.02 1.01 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 28713 50 0 0 25 0 11 0 543808803 878845952 27557 4294967295 134512640 134569956 3221224400 3221214936 1131460637 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27557 13073 16 0 214546 0
vsize: 858248
[startup+310.019 s]
Raw data (loadavg): 1.02 1.01 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 29697 50 0 0 25 0 11 0 543808803 878845952 27598 4294967295 134512640 134569956 3221224400 3221214936 1131460301 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27598 13073 16 0 214546 0
vsize: 858248
[startup+320.02 s]
Raw data (loadavg): 1.01 1.01 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 30677 50 0 0 25 0 11 0 543808803 878845952 27645 4294967295 134512640 134569956 3221224400 3221213992 1131445232 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27645 13073 16 0 214546 0
vsize: 858248
[startup+330.02 s]
Raw data (loadavg): 1.01 1.01 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 31663 51 0 0 25 0 11 0 543808803 878845952 27679 4294967295 134512640 134569956 3221224400 3221214664 1131156529 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27679 13073 16 0 214546 0
vsize: 858248
[startup+340.021 s]
Raw data (loadavg): 1.01 1.01 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 32644 51 0 0 25 0 11 0 543808803 878845952 27728 4294967295 134512640 134569956 3221224400 3221214416 1131429816 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27728 13073 16 0 214546 0
vsize: 858248
[startup+350.022 s]
Raw data (loadavg): 1.01 1.01 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 33630 51 0 0 25 0 11 0 543808803 878845952 27767 4294967295 134512640 134569956 3221224400 3221214440 1085679762 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 214562 27767 13073 16 0 214546 0
vsize: 858248
[startup+360.022 s]
Raw data (loadavg): 1.01 1.00 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 34612 51 0 0 25 0 11 0 543808803 878845952 27806 4294967295 134512640 134569956 3221224400 3221214760 1131279076 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27806 13073 16 0 214546 0
vsize: 858248
[startup+370.022 s]
Raw data (loadavg): 1.00 1.00 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 35599 51 0 0 25 0 11 0 543808803 878845952 27834 4294967295 134512640 134569956 3221224400 3221214664 1131156281 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 214562 27834 13073 16 0 214546 0
vsize: 858248
[startup+380.022 s]
Raw data (loadavg): 1.00 1.00 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 36581 51 0 0 25 0 11 0 543808803 878845952 27863 4294967295 134512640 134569956 3221224400 3221214552 1085679545 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 214562 27863 13073 16 0 214546 0
vsize: 858248
[startup+390.023 s]
Raw data (loadavg): 1.00 1.00 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 37565 51 0 0 20 0 11 0 543808803 878845952 27893 4294967295 134512640 134569956 3221224400 3221214664 1131156321 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 214562 27893 13073 16 0 214546 0
vsize: 858248
[startup+400.023 s]
Raw data (loadavg): 1.00 1.00 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 38552 51 0 0 25 0 11 0 543808803 878845952 27917 4294967295 134512640 134569956 3221224400 3221213888 1131429685 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 214562 27917 13073 16 0 214546 0
vsize: 858248
[startup+410.023 s]
Raw data (loadavg): 1.00 1.00 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 39535 51 0 0 25 0 11 0 543808803 878845952 27942 4294967295 134512640 134569956 3221224400 3221214760 1131279229 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 214562 27942 13073 16 0 214546 0
vsize: 858248
[startup+420.024 s]
Raw data (loadavg): 1.00 1.00 0.96 2/64 3092
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 40519 51 0 0 25 0 11 0 543808803 878845952 27971 4294967295 134512640 134569956 3221224400 3221214672 1131164026 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 214562 27971 13073 16 0 214546 0
vsize: 858248
[startup+424.488 s]
Raw data (loadavg): 1.00 1.00 0.96 1/53 3093
Raw data (stat): 3025 (java) R 3024 27565 27564 0 -1 0 18173 3 1 0 40519 51 0 0 25 0 11 0 543808803 878845952 27971 4294967295 134512640 134569956 3221224400 3221214672 1131164026 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 214562 27971 13073 16 0 214546 0
vsize: 0

Child status: 30
Real time (s): 424.488
CPU time (s): 431.568
CPU user time (s): 430.531
CPU system time (s): 1.03784
CPU usage (%): 101.668
Max. virtual memory (Kb): 867496
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	18
#### END VERIFIER DATA ####