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-13-7/plato.asu.edu/pub/fctp/normalized-mps-v2-13-7-n3705.opb
MD5SUM0c133df60e56cfadff3d5b0562856855
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 105000
Biggest coefficient in the objective function 4194304
Number of bits for the biggest coefficient in the objective function 23
Sum of the numbers in the objective function 39009164451
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 4194304
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 39009164451
Number of bits of the biggest sum of numbers36
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.97685
Number of variables105000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint21
Maximum length of a constraint2000

Trace number 35694

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc29 THE 2005-05-28 13:46:57 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24995 boxname=wulflinc29 idbench=1467 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  0c133df60e56cfadff3d5b0562856855  /oldhome/oroussel/tmp/wulflinc29/normalized-mps-v2-13-7-n3705.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc29/normalized-mps-v2-13-7-n3705.opb
IDLAUNCH: 24995
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.020
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.020
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:        694112 kB
Buffers:         34964 kB
Cached:         280264 kB
SwapCached:        632 kB
Active:          24184 kB
Inactive:       293100 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        693860 kB
SwapTotal:     2097892 kB
SwapFree:      2096368 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5132 kB
Slab:            17504 kB
Committed_AS:    63592 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 13:53:51 (client local time) WITH STATUS 1 IN 413.551 SECONDS
stats: 24995 7 413.551 1
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c This solver internally uses Chaff 2004.11.15 Simplified

	Unexpected exception :
	St9bad_alloc
#### 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
Enforcing Stack size limit: 67108864 bytes
Current StackSize limit: 67108864 bytes
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (runsolver) R 30421 20001 20000 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 865270562 884736 94 4294967295 134512640 135332820 3221224464 3221219644 135092226 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+10 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 2243 0 0 0 995 4 0 0 25 0 1 0 865270562 8089600 1566 4294967295 134512640 135726644 3221224576 3221221888 134566333 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 1975 1566 300 300 0 1675 0
vsize: 7900
[startup+20.0001 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 2767 0 0 0 1993 6 0 0 25 0 1 0 865270562 9576448 2082 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 2338 2082 300 300 0 2038 0
vsize: 9352
[startup+30.001 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 3891 0 0 0 2991 8 0 0 25 0 1 0 865270562 13410304 2494 4294967295 134512640 135726644 3221224576 3221221664 134556173 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3274 2494 300 300 0 2974 0
vsize: 13096
[startup+40.0013 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 4165 0 0 0 3990 9 0 0 25 0 1 0 865270562 14221312 2763 4294967295 134512640 135726644 3221224576 3221221408 134542033 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3472 2763 300 300 0 3172 0
vsize: 13888
[startup+50.0015 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 4423 0 0 0 4990 10 0 0 25 0 1 0 865270562 14897152 3017 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3637 3017 300 300 0 3337 0
vsize: 14548
[startup+60.0023 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 4651 0 0 0 5989 11 0 0 25 0 1 0 865270562 15437824 3241 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3769 3241 300 300 0 3469 0
vsize: 15076
[startup+70.0017 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 4855 0 0 0 6988 11 0 0 25 0 1 0 865270562 15978496 3442 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3901 3442 300 300 0 3601 0
vsize: 15604
[startup+80.0024 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 5048 0 0 0 7988 12 0 0 25 0 1 0 865270562 16519168 3632 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 4033 3632 300 300 0 3733 0
vsize: 16132
[startup+90.0026 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 5231 0 0 0 8986 14 0 0 25 0 1 0 865270562 16924672 3812 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 4132 3812 300 300 0 3832 0
vsize: 16528
[startup+100.002 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 5402 0 0 0 9985 15 0 0 25 0 1 0 865270562 17465344 3980 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 4264 3980 300 300 0 3964 0
vsize: 17056
[startup+110.005 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 7460 0 0 0 10979 22 0 0 25 0 1 0 865270562 25403392 4625 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6202 4625 300 300 0 5902 0
vsize: 24808
[startup+120.006 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 7515 0 0 0 11978 22 0 0 25 0 1 0 865270562 25403392 4678 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6202 4678 300 300 0 5902 0
vsize: 24808
[startup+130.006 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 7569 0 0 0 12978 23 0 0 25 0 1 0 865270562 25403392 4729 4294967295 134512640 135726644 3221224576 3221221664 134556168 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6202 4729 300 300 0 5902 0
vsize: 24808
[startup+140.007 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 7620 0 0 0 13977 24 0 0 25 0 1 0 865270562 25403392 4778 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6202 4778 300 300 0 5902 0
vsize: 24808
[startup+150.006 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 7697 0 0 0 14977 25 0 0 25 0 1 0 865270562 25403392 4853 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6202 4853 300 300 0 5902 0
vsize: 24808
[startup+160.007 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 7767 0 0 0 15977 25 0 0 25 0 1 0 865270562 25538560 4921 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6235 4921 300 300 0 5935 0
vsize: 24940
[startup+170.007 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 7901 0 0 0 16976 26 0 0 25 0 1 0 865270562 25944064 5052 4294967295 134512640 135726644 3221224576 3221221664 134556160 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6334 5052 300 300 0 6034 0
vsize: 25336
[startup+180.008 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 8029 0 0 0 17976 26 0 0 25 0 1 0 865270562 26214400 5178 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6400 5178 300 300 0 6100 0
vsize: 25600
[startup+190.008 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 8154 0 0 0 18975 28 0 0 25 0 1 0 865270562 26619904 5301 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6499 5301 300 300 0 6199 0
vsize: 25996
[startup+200.008 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 8277 0 0 0 19973 29 0 0 25 0 1 0 865270562 26890240 5422 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6565 5422 300 300 0 6265 0
vsize: 26260
[startup+210.009 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 8397 0 0 0 20973 30 0 0 25 0 1 0 865270562 27160576 5540 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6631 5540 300 300 0 6331 0
vsize: 26524
[startup+220.009 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 8513 0 0 0 21972 31 0 0 25 0 1 0 865270562 27566080 5655 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6730 5655 300 300 0 6430 0
vsize: 26920
[startup+230.011 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 8629 0 0 0 22972 31 0 0 25 0 1 0 865270562 27836416 5769 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6796 5769 300 300 0 6496 0
vsize: 27184
[startup+240.011 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 8741 0 0 0 23972 32 0 0 25 0 1 0 865270562 28106752 5879 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6862 5879 300 300 0 6562 0
vsize: 27448
[startup+250.011 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 8852 0 0 0 24971 33 0 0 25 0 1 0 865270562 28377088 5988 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6928 5988 300 300 0 6628 0
vsize: 27712
[startup+260.011 s]
Raw data (loadavg): 1.07 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 8960 0 0 0 25970 34 0 0 25 0 1 0 865270562 28647424 6094 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6994 6094 300 300 0 6694 0
vsize: 27976
[startup+270.011 s]
Raw data (loadavg): 1.06 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 9067 0 0 0 26969 35 0 0 25 0 1 0 865270562 29052928 6200 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 7093 6200 300 300 0 6793 0
vsize: 28372
[startup+280.011 s]
Raw data (loadavg): 1.05 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 9171 0 0 0 27968 36 0 0 25 0 1 0 865270562 29323264 6302 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 7159 6302 300 300 0 6859 0
vsize: 28636
[startup+290.012 s]
Raw data (loadavg): 1.04 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 9275 0 0 0 28967 37 0 0 25 0 1 0 865270562 29593600 6404 4294967295 134512640 135726644 3221224576 3221221664 134556173 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 7225 6404 300 300 0 6925 0
vsize: 28900
[startup+300.011 s]
Raw data (loadavg): 1.04 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 9375 0 0 0 29967 37 0 0 25 0 1 0 865270562 29863936 6503 4294967295 134512640 135726644 3221224576 3221221664 134556173 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 7291 6503 300 300 0 6991 0
vsize: 29164
[startup+310.012 s]
Raw data (loadavg): 1.03 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 44404 0 0 0 30892 113 0 0 25 0 1 0 865270562 154451968 31412 4294967295 134512640 135726644 3221224576 3181209752 134784091 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 37708 31412 300 300 0 37408 0
vsize: 150832
[startup+320.012 s]
Raw data (loadavg): 1.02 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 71073 0 0 0 31829 175 0 0 25 0 1 0 865270562 238317568 48636 4294967295 134512640 135726644 3221224576 3187824152 134784091 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 58183 48637 300 300 0 57883 0
vsize: 232732
[startup+330.012 s]
Raw data (loadavg): 1.02 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 96595 0 0 0 32778 227 0 0 25 0 1 0 865270562 299044864 64241 4294967295 134512640 135726644 3221224576 3182774152 134784091 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 73009 64241 300 300 0 72709 0
vsize: 292036
[startup+340.012 s]
Raw data (loadavg): 1.02 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 126374 0 0 0 33711 294 0 0 25 0 1 0 865270562 408207360 81531 4294967295 134512640 135726644 3221224576 3182048456 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 99660 81531 300 300 0 99360 0
vsize: 398640
[startup+350.012 s]
Raw data (loadavg): 1.01 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 166876 0 0 0 34631 375 0 0 25 0 1 0 865270562 539525120 103468 4294967295 134512640 135726644 3221224576 3180989816 135280958 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 131720 103468 300 300 0 131420 0
vsize: 526880
[startup+360.013 s]
Raw data (loadavg): 1.01 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 185386 0 0 0 35595 411 0 0 25 0 1 0 865270562 745050112 120734 4294967295 134512640 135726644 3221224576 3181486192 134784885 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 181897 120739 300 300 0 181597 0
vsize: 727588
[startup+370.012 s]
Raw data (loadavg): 1.01 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 216234 0 0 0 36522 484 0 0 25 0 1 0 865270562 683208704 126828 4294967295 134512640 135726644 3221224576 3179610080 134782666 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 166799 126829 300 300 0 166499 0
vsize: 667196
[startup+380.013 s]
Raw data (loadavg): 1.01 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 235753 0 0 0 37475 531 0 0 25 0 1 0 865270562 710782976 146124 4294967295 134512640 135726644 3221224576 3180936528 134554691 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 173531 146124 300 300 0 173231 0
vsize: 694124
[startup+390.013 s]
Raw data (loadavg): 1.01 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 256910 0 0 0 38427 579 0 0 25 0 1 0 865270562 742277120 167031 4294967295 134512640 135726644 3221224576 3181534464 134767234 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 181220 167032 300 300 0 180920 0
vsize: 724880
[startup+400.013 s]
Raw data (loadavg): 1.00 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 270489 0 0 0 39394 611 0 0 25 0 1 0 865270562 812851200 180455 4294967295 134512640 135726644 3221224576 3181641848 135131436 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 198450 180455 300 300 0 198150 0
vsize: 793800
[startup+410.014 s]
Raw data (loadavg): 1.00 0.99 0.92 2/54 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 270490 0 0 0 40394 611 0 0 25 0 1 0 865270562 810749952 180045 4294967295 134512640 135726644 3221224576 3221222768 134604389 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 197937 180045 300 300 0 197637 0
vsize: 791748
[startup+413.507 s]
Raw data (loadavg): 1.00 0.99 0.92 1/53 30422
Raw data (stat): 30422 (pb2sat) R 30421 20001 20000 0 -1 0 270490 0 0 0 40394 611 0 0 25 0 1 0 865270562 810749952 180045 4294967295 134512640 135726644 3221224576 3221222768 134604389 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 197937 180045 300 300 0 197637 0
vsize: 0

Child status: 1
Real time (s): 413.507
CPU time (s): 413.551
CPU user time (s): 407.071
CPU system time (s): 6.48001
CPU usage (%): 100.011
Max. virtual memory (Kb): 793800
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####