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/miplib2003/normalized-mps-v2-20-10-fast0507.opb
MD5SUM38504d32a17a57a658eee171614b901e
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 324
Optimality of the best value was proved NO
Number of terms in the objective function 63009
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 122425
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 122425
Number of bits of the biggest sum of numbers17
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.17
Number of variables63009
Total number of constraints63516
Number of constraints which are clauses507
Number of constraints which are cardinality constraints (but not clauses)63009
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint7753

Trace number 28537

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc22 THE 2005-05-25 03:05:24 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=12520 boxname=wulflinc22 idbench=964 idsolver=1 numberseed=0
MD5SUM SOLVER: e973bb179fd0e01ec8c7277096f1c3ef  /oldhome/oroussel/solvers/bsolo_lpr
MD5SUM BENCH:  38504d32a17a57a658eee171614b901e  /oldhome/oroussel/tmp/wulflinc22/normalized-mps-v2-20-10-fast0507.opb
REAL COMMAND:  bsolo_lpr /oldhome/oroussel/tmp/wulflinc22/normalized-mps-v2-20-10-fast0507.opb
IDLAUNCH: 12520
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.031
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.031
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:        877296 kB
Buffers:          6632 kB
Cached:         127248 kB
SwapCached:        420 kB
Active:          32648 kB
Inactive:       103496 kB
HighTotal:      131008 kB
HighFree:        69412 kB
LowTotal:       903652 kB
LowFree:        807884 kB
SwapTotal:     2097892 kB
SwapFree:      2096788 kB
Dirty:              48 kB
Writeback:           0 kB
Mapped:           5576 kB
Slab:            15700 kB
Committed_AS:    63600 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-25 03:11:40 (client local time) WITH STATUS 0 IN 375.884 SECONDS
stats: 12520 7 375.884 0
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c INFO: OSL Context initialized.
#### 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.87 0.97 0.99 2/54 30262
Raw data (stat): 30262 (runsolver) R 30261 23310 23309 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 835500863 1052672 99 4294967295 134512640 135381576 3221224480 3221219696 135158418 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0011 s]
Raw data (loadavg): 0.89 0.97 0.99 2/54 30262
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 4969 0 0 0 986 12 0 0 25 0 1 0 835500863 32555008 4893 4294967295 134512640 134714508 3221224592 3221222820 1077414413 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 7948 4893 1111 63 0 7885 0
vsize: 31792
[startup+20.0016 s]
Raw data (loadavg): 0.90 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 9370 0 0 0 1977 21 0 0 25 0 1 0 835500863 50606080 9294 4294967295 134512640 134714508 3221224592 3221222820 1077414388 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 12355 9294 1111 63 0 12292 0
vsize: 49420
[startup+30.002 s]
Raw data (loadavg): 0.92 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 13816 0 0 0 2970 28 0 0 25 0 1 0 835500863 68792320 13740 4294967295 134512640 134714508 3221224592 3221222820 1077414338 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 16795 13740 1111 63 0 16732 0
vsize: 67180
[startup+40.005 s]
Raw data (loadavg): 0.93 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 18301 0 0 0 3964 35 0 0 25 0 1 0 835500863 87158784 18225 4294967295 134512640 134714508 3221224592 3221222820 1077414363 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 21279 18225 1111 63 0 21216 0
vsize: 85116
[startup+50.005 s]
Raw data (loadavg): 0.94 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 22832 0 0 0 4957 42 0 0 25 0 1 0 835500863 105820160 22756 4294967295 134512640 134714508 3221224592 3221222820 1077414388 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 25835 22756 1111 63 0 25772 0
vsize: 103340
[startup+60.0051 s]
Raw data (loadavg): 0.95 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 27419 0 0 0 5948 51 0 0 25 0 1 0 835500863 124604416 27343 4294967295 134512640 134714508 3221224592 3221222820 1077414413 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 30421 27343 1111 63 0 30358 0
vsize: 121684
[startup+70.0051 s]
Raw data (loadavg): 0.96 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 32051 0 0 0 6941 59 0 0 25 0 1 0 835500863 143568896 31975 4294967295 134512640 134714508 3221224592 3221222820 1077414376 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 35051 31975 1111 63 0 34988 0
vsize: 140204
[startup+80.0058 s]
Raw data (loadavg): 0.96 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 36729 0 0 0 7934 66 0 0 25 0 1 0 835500863 162676736 36653 4294967295 134512640 134714508 3221224592 3221222820 1077414363 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 39716 36653 1111 63 0 39653 0
vsize: 158864
[startup+90.0053 s]
Raw data (loadavg): 0.97 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 41459 0 0 0 8925 75 0 0 25 0 1 0 835500863 182087680 41383 4294967295 134512640 134714508 3221224592 3221222820 1077414426 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 44455 41383 1111 63 0 44392 0
vsize: 177820
[startup+100.005 s]
Raw data (loadavg): 0.97 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 46234 0 0 0 9917 83 0 0 25 0 1 0 835500863 201650176 46158 4294967295 134512640 134714508 3221224592 3221222820 1077414376 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 49231 46158 1111 63 0 49168 0
vsize: 196924
[startup+110.006 s]
Raw data (loadavg): 0.98 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 51081 0 0 0 10908 92 0 0 25 0 1 0 835500863 221499392 51005 4294967295 134512640 134714508 3221224592 3221222820 1077414351 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 54077 51005 1111 63 0 54014 0
vsize: 216308
[startup+120.006 s]
Raw data (loadavg): 0.98 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 55973 0 0 0 11901 99 0 0 25 0 1 0 835500863 241508352 55897 4294967295 134512640 134714508 3221224592 3221222820 1077414338 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 58962 55897 1111 63 0 58899 0
vsize: 235848
[startup+130.006 s]
Raw data (loadavg): 0.98 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 60913 0 0 0 12893 107 0 0 25 0 1 0 835500863 261816320 60837 4294967295 134512640 134714508 3221224592 3221222820 1077414358 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 63920 60837 1111 63 0 63857 0
vsize: 255680
[startup+140.006 s]
Raw data (loadavg): 0.98 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 66012 0 0 0 13885 115 0 0 25 0 1 0 835500863 282718208 65936 4294967295 134512640 134714508 3221224592 3221222944 134567410 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 69023 65936 1111 63 0 68960 0
vsize: 276092
[startup+150.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 71192 0 0 0 14878 123 0 0 25 0 1 0 835500863 303919104 71116 4294967295 134512640 134714508 3221224592 3221222712 1077378037 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 74199 71120 1111 63 0 74136 0
vsize: 296796
[startup+160.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 76478 0 0 0 15868 133 0 0 25 0 1 0 835500863 325570560 76402 4294967295 134512640 134714508 3221224592 3221222820 1077414370 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 79485 76402 1111 63 0 79422 0
vsize: 317940
[startup+170.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 81838 0 0 0 16859 142 0 0 25 0 1 0 835500863 347516928 81762 4294967295 134512640 134714508 3221224592 3221222820 1077414388 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 84843 81762 1111 63 0 84780 0
vsize: 339372
[startup+180.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 87270 0 0 0 17848 153 0 0 25 0 1 0 835500863 369762304 87194 4294967295 134512640 134714508 3221224592 3221222820 1077414385 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 90274 87194 1111 63 0 90211 0
vsize: 361096
[startup+190.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 92855 0 0 0 18839 163 0 0 25 0 1 0 835500863 392609792 92779 4294967295 134512640 134714508 3221224592 3221222820 1077414360 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 95852 92779 1111 63 0 95789 0
vsize: 383408
[startup+200.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 98546 0 0 0 19827 175 0 0 25 0 1 0 835500863 415965184 98470 4294967295 134512640 134714508 3221224592 3221222820 1077414407 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 101554 98470 1111 63 0 101491 0
vsize: 406216
[startup+210.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 104326 0 0 0 20818 184 0 0 25 0 1 0 835500863 439705600 104250 4294967295 134512640 134714508 3221224592 3221222820 1077414360 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 107350 104250 1111 63 0 107287 0
vsize: 429400
[startup+220.004 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 110202 0 0 0 21808 194 0 0 25 0 1 0 835500863 463740928 110126 4294967295 134512640 134714508 3221224592 3221222820 1077414401 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 113218 110126 1111 63 0 113155 0
vsize: 452872
[startup+230.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 116279 0 0 0 22795 207 0 0 25 0 1 0 835500863 488673280 116203 4294967295 134512640 134714508 3221224592 3221222820 1077414385 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 119305 116203 1111 63 0 119242 0
vsize: 477220
[startup+240.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 122569 0 0 0 23786 216 0 0 25 0 1 0 835500863 514355200 122493 4294967295 134512640 134714508 3221224592 3221222820 1077414435 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 125575 122493 1111 63 0 125512 0
vsize: 502300
[startup+250.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 129017 0 0 0 24775 228 0 0 25 0 1 0 835500863 540778496 128941 4294967295 134512640 134714508 3221224592 3221222820 1077414426 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 132026 128941 1111 63 0 131963 0
vsize: 528104
[startup+260.006 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 135581 0 0 0 25763 240 0 0 25 0 1 0 835500863 567660544 135505 4294967295 134512640 134714508 3221224592 3221222820 1077414338 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 138589 135505 1111 63 0 138526 0
vsize: 554356
[startup+270.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 142307 0 0 0 26752 251 0 0 25 0 1 0 835500863 595275776 142231 4294967295 134512640 134714508 3221224592 3221222820 1077414363 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 145331 142231 1111 63 0 145268 0
vsize: 581324
[startup+280.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 149217 0 0 0 27741 262 0 0 25 0 1 0 835500863 623497216 149141 4294967295 134512640 134714508 3221224592 3221222820 1077414376 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 152221 149141 1111 63 0 152158 0
vsize: 608884
[startup+290.005 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 156267 0 0 0 28730 274 0 0 25 0 1 0 835500863 652316672 156191 4294967295 134512640 134714508 3221224592 3221222820 1077414413 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 159257 156191 1111 63 0 159194 0
vsize: 637028
[startup+300.004 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 163596 0 0 0 29718 286 0 0 25 0 1 0 835500863 682323968 163520 4294967295 134512640 134714508 3221224592 3221222820 1077414363 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 166583 163520 1111 63 0 166520 0
vsize: 666332
[startup+310.004 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 171187 0 0 0 30704 300 0 0 25 0 1 0 835500863 713527296 171111 4294967295 134512640 134714508 3221224592 3221222924 1077399562 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 174201 171111 1111 63 0 174138 0
vsize: 696804
[startup+320.004 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 178831 0 0 0 31690 314 0 0 25 0 1 0 835500863 744730624 178755 4294967295 134512640 134714508 3221224592 3221222820 1077414413 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 181819 178755 1111 63 0 181756 0
vsize: 727276
[startup+330.004 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 186847 0 0 0 32679 325 0 0 25 0 1 0 835500863 777576448 186771 4294967295 134512640 134714508 3221224592 3221222820 1077414426 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 189838 186771 1111 63 0 189775 0
vsize: 759352
[startup+340.004 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 195061 0 0 0 33665 339 0 0 25 0 1 0 835500863 811171840 194985 4294967295 134512640 134714508 3221224592 3221222820 1077414358 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 198040 194985 1111 63 0 197977 0
vsize: 792160
[startup+350.004 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 203748 0 0 0 34651 354 0 0 25 0 1 0 835500863 847069184 203672 4294967295 134512640 134714508 3221224592 3221222820 1077414413 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 206804 203672 1111 63 0 206741 0
vsize: 827216
[startup+360.004 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 212694 0 0 0 35635 369 0 0 25 0 1 0 835500863 883650560 212618 4294967295 134512640 134714508 3221224592 3221222820 1077414413 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 215735 212618 1111 63 0 215672 0
vsize: 862940
[startup+370.004 s]
Raw data (loadavg): 0.99 0.97 0.99 2/54 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 221998 0 0 0 36613 389 0 0 25 0 1 0 835500863 921722880 221922 4294967295 134512640 134714508 3221224592 3221222924 1077399562 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 225030 221922 1111 63 0 224967 0
vsize: 900120
[startup+375.863 s]
Raw data (loadavg): 0.99 0.97 0.99 1/53 30264
Raw data (stat): 30262 (bsolo_lpr) R 30261 23310 23309 0 -1 0 221998 0 0 0 36613 389 0 0 25 0 1 0 835500863 921722880 221922 4294967295 134512640 134714508 3221224592 3221222924 1077399562 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 225030 221922 1111 63 0 224967 0
vsize: 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 375.863
CPU time (s): 375.884
CPU user time (s): 371.448
CPU system time (s): 4.43633
CPU usage (%): 100.006
Max. virtual memory (Kb): 900120
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####