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-n370b.opb
MD5SUM10d985feb1b2e2f9239f0fbace6cd870
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 39138571845
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 39138571845
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.960853
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 42958

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc2 THE 2005-06-16 19:26:52 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=26173 boxname=wulflinc2 idbench=1473 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  10d985feb1b2e2f9239f0fbace6cd870  /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-13-7-n370b.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-13-7-n370b.opb
IDLAUNCH: 26173
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.191
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	: 2
cpu MHz		: 451.191
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:        636520 kB
Buffers:         26496 kB
Cached:         348804 kB
SwapCached:       1420 kB
Active:          37092 kB
Inactive:       340268 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        636268 kB
SwapTotal:     2097136 kB
SwapFree:      2094720 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5056 kB
Slab:            15168 kB
Committed_AS:    71892 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 19:33:37 (client local time) WITH STATUS 1 IN 404.519 SECONDS
stats: 26173 7 404.519 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): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (runsolver) R 14783 31399 31398 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 973279555 884736 94 4294967295 134512640 135332820 3221224464 3221219644 135092226 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+10.0009 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 2219 0 0 0 994 5 0 0 25 0 1 0 973279555 8093696 1542 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 1976 1542 301 301 0 1675 0
vsize: 7904
[startup+20.0014 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 2741 0 0 0 1993 6 0 0 25 0 1 0 973279555 9445376 2056 4294967295 134512640 135730672 3221224576 3221221664 134561669 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 2306 2056 301 301 0 2005 0
vsize: 9224
[startup+30.0011 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 3880 0 0 0 2991 8 0 0 25 0 1 0 973279555 13414400 2483 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3275 2483 301 301 0 2974 0
vsize: 13100
[startup+40.0018 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 4136 0 0 0 3990 9 0 0 25 0 1 0 973279555 14090240 2734 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3440 2734 301 301 0 3139 0
vsize: 13760
[startup+50.0025 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 4393 0 0 0 4989 10 0 0 25 0 1 0 973279555 14766080 2987 4294967295 134512640 135730672 3221224576 3221221664 134561664 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3605 2987 301 301 0 3304 0
vsize: 14420
[startup+60.0025 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 4619 0 0 0 5989 11 0 0 25 0 1 0 973279555 15441920 3210 4294967295 134512640 135730672 3221224576 3221221664 134561669 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3770 3210 301 301 0 3469 0
vsize: 15080
[startup+70.0029 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 4832 0 0 0 6988 12 0 0 25 0 1 0 973279555 15982592 3419 4294967295 134512640 135730672 3221224576 3221221664 134561669 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3902 3419 301 301 0 3601 0
vsize: 15608
[startup+80.0036 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 5028 0 0 0 7988 12 0 0 25 0 1 0 973279555 16388096 3612 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 4001 3612 301 301 0 3700 0
vsize: 16004
[startup+90.0043 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 5209 0 0 0 8987 13 0 0 25 0 1 0 973279555 16928768 3790 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 4133 3790 301 301 0 3832 0
vsize: 16532
[startup+100.005 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 5379 0 0 0 9987 13 0 0 25 0 1 0 973279555 17334272 3957 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 4232 3957 301 301 0 3931 0
vsize: 16928
[startup+110.006 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 7450 0 0 0 10982 18 0 0 25 0 1 0 973279555 25407488 4616 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6203 4616 301 301 0 5902 0
vsize: 24812
[startup+120.007 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 7506 0 0 0 11982 19 0 0 25 0 1 0 973279555 25407488 4669 4294967295 134512640 135730672 3221224576 3221221664 134561669 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6203 4669 301 301 0 5902 0
vsize: 24812
[startup+130.007 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 7560 0 0 0 12982 19 0 0 25 0 1 0 973279555 25407488 4721 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6203 4721 301 301 0 5902 0
vsize: 24812
[startup+140.008 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 7613 0 0 0 13982 19 0 0 25 0 1 0 973279555 25407488 4771 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6203 4771 301 301 0 5902 0
vsize: 24812
[startup+150.009 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 7689 0 0 0 14982 20 0 0 25 0 1 0 973279555 25407488 4845 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6203 4845 301 301 0 5902 0
vsize: 24812
[startup+160.008 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 7749 0 0 0 15982 20 0 0 25 0 1 0 973279555 25542656 4903 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6236 4903 301 301 0 5935 0
vsize: 24944
[startup+170.009 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 7884 0 0 0 16981 21 0 0 25 0 1 0 973279555 25812992 5036 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6302 5036 301 301 0 6001 0
vsize: 25208
[startup+180.01 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 8012 0 0 0 17980 22 0 0 25 0 1 0 973279555 26218496 5162 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6401 5162 301 301 0 6100 0
vsize: 25604
[startup+190.01 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 8139 0 0 0 18980 22 0 0 25 0 1 0 973279555 26488832 5287 4294967295 134512640 135730672 3221224576 3221221664 134561656 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6467 5287 301 301 0 6166 0
vsize: 25868
[startup+200.011 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 8262 0 0 0 19979 23 0 0 25 0 1 0 973279555 26894336 5408 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6566 5408 301 301 0 6265 0
vsize: 26264
[startup+210.012 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 8383 0 0 0 20979 24 0 0 25 0 1 0 973279555 27164672 5527 4294967295 134512640 135730672 3221224576 3221221664 134561688 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6632 5527 301 301 0 6331 0
vsize: 26528
[startup+220.012 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 8501 0 0 0 21978 24 0 0 25 0 1 0 973279555 27570176 5643 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6731 5643 301 301 0 6430 0
vsize: 26924
[startup+230.012 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 8616 0 0 0 22978 25 0 0 25 0 1 0 973279555 27840512 5756 4294967295 134512640 135730672 3221224576 3221221664 134561675 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6797 5756 301 301 0 6496 0
vsize: 27188
[startup+240.013 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 8729 0 0 0 23977 26 0 0 25 0 1 0 973279555 28110848 5867 4294967295 134512640 135730672 3221224576 3221221664 134561683 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6863 5867 301 301 0 6562 0
vsize: 27452
[startup+250.014 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 8839 0 0 0 24977 27 0 0 25 0 1 0 973279555 28381184 5975 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6929 5975 301 301 0 6628 0
vsize: 27716
[startup+260.013 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 8947 0 0 0 25976 28 0 0 25 0 1 0 973279555 28651520 6082 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 6995 6082 301 301 0 6694 0
vsize: 27980
[startup+270.014 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 9054 0 0 0 26975 28 0 0 25 0 1 0 973279555 28921856 6187 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 7061 6187 301 301 0 6760 0
vsize: 28244
[startup+280.014 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 9160 0 0 0 27975 29 0 0 25 0 1 0 973279555 29192192 6291 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 7127 6291 301 301 0 6826 0
vsize: 28508
[startup+290.013 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 9263 0 0 0 28975 29 0 0 25 0 1 0 973279555 29462528 6392 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 7193 6392 301 301 0 6892 0
vsize: 28772
[startup+300.014 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 9364 0 0 0 29974 30 0 0 25 0 1 0 973279555 29732864 6492 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 7259 6492 301 301 0 6958 0
vsize: 29036
[startup+310.015 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 30825 0 0 0 30926 78 0 0 25 0 1 0 973279555 94257152 19407 4294967295 134512640 135730672 3221224576 3220732328 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 23012 19407 301 301 0 22711 0
vsize: 92048
[startup+320.015 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 55866 0 0 0 31870 134 0 0 25 0 1 0 973279555 175661056 33496 4294967295 134512640 135730672 3221224576 3220519832 134546301 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 42886 33496 301 301 0 42585 0
vsize: 171544
[startup+330.015 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 89624 0 0 0 32802 203 0 0 25 0 1 0 973279555 343482368 57857 4294967295 134512640 135730672 3221224576 3220417344 134788521 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 83858 57861 301 301 0 83557 0
vsize: 335432
[startup+340.015 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 107393 0 0 0 33757 247 0 0 25 0 1 0 973279555 326701056 63114 4294967295 134512640 135730672 3221224576 3220698400 134610009 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 79761 63114 301 301 0 79460 0
vsize: 319044
[startup+350.016 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 144104 0 0 0 34682 323 0 0 25 0 1 0 973279555 514863104 98796 4294967295 134512640 135730672 3221224576 3220529832 135285983 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 125699 98798 301 301 0 125398 0
vsize: 502796
[startup+360.016 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 182451 0 0 0 35593 412 0 0 25 0 1 0 973279555 548671488 93803 4294967295 134512640 135730672 3221224576 3220601756 135301640 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 133953 93804 301 301 0 133652 0
vsize: 535812
[startup+370.016 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 194400 0 0 0 36563 443 0 0 25 0 1 0 973279555 582225920 105538 4294967295 134512640 135730672 3221224576 3220387984 134770867 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 142145 105538 301 301 0 141844 0
vsize: 568580
[startup+380.017 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 209341 0 0 0 37529 476 0 0 25 0 1 0 973279555 586956800 120232 4294967295 134512640 135730672 3221224576 3220841708 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 143300 120233 301 301 0 142999 0
vsize: 573200
[startup+390.016 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 224815 0 0 0 38490 515 0 0 25 0 1 0 973279555 598040576 135477 4294967295 134512640 135730672 3221224576 3220390008 135284590 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 146006 135477 301 301 0 145705 0
vsize: 584024
[startup+400.017 s]
Raw data (loadavg): 0.99 1.00 0.92 2/54 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 238454 0 0 0 39456 550 0 0 25 0 1 0 973279555 661377024 148522 4294967295 134512640 135730672 3221224576 3221223012 135104789 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 161469 148522 301 301 0 161168 0
vsize: 645876
[startup+404.476 s]
Raw data (loadavg): 0.99 1.00 0.92 1/53 14784
Raw data (stat): 14784 (pb2sat-v2) R 14783 31399 31398 0 -1 0 238454 0 0 0 39456 550 0 0 25 0 1 0 973279555 661377024 148522 4294967295 134512640 135730672 3221224576 3221223012 135104789 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 161469 148522 301 301 0 161168 0
vsize: 0

Child status: 1
Real time (s): 404.476
CPU time (s): 404.519
CPU user time (s): 398.713
CPU system time (s): 5.80612
CPU usage (%): 100.011
Max. virtual memory (Kb): 645876
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####