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/MIPLIB/miplib2003/normalized-mps-v2-13-7-mkc.opb
MD5SUM44934b498b6e9897bcf8e950d9d30136
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 65536000
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 629010691
Number of bits of the biggest sum of numbers30
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.11
Number of variables5363
Total number of constraints8734
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)5731
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint1
Maximum length of a constraint2942

Trace number 42843

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc4 THE 2005-06-16 16:29:43 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=26062 boxname=wulflinc4 idbench=1362 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  44934b498b6e9897bcf8e950d9d30136  /oldhome/oroussel/tmp/wulflinc4/normalized-mps-v2-13-7-mkc.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc4/normalized-mps-v2-13-7-mkc.opb
IDLAUNCH: 26062
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.169
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	: 2
cpu MHz		: 451.169
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:        742724 kB
Buffers:         15620 kB
Cached:         254320 kB
SwapCached:        904 kB
Active:          27520 kB
Inactive:       244436 kB
HighTotal:      131008 kB
HighFree:         4144 kB
LowTotal:       903652 kB
LowFree:        738580 kB
SwapTotal:     2097136 kB
SwapFree:      2095236 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           4996 kB
Slab:            14196 kB
Committed_AS:    71908 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 16:31:36 (client local time) WITH STATUS 1 IN 112.383 SECONDS
stats: 26062 7 112.383 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.92 0.95 0.90 2/54 29867
Raw data (stat): 29867 (runsolver) R 29866 21152 21151 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 972202384 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.0001 s]
Raw data (loadavg): 0.93 0.96 0.91 2/54 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 27066 0 0 0 937 61 0 0 25 0 1 0 972202384 87920640 15944 4294967295 134512640 135730672 3221224576 3219902696 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 21465 15946 301 301 0 21164 0
vsize: 85860
[startup+20.0013 s]
Raw data (loadavg): 0.94 0.96 0.91 2/54 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 55859 0 0 0 1879 119 0 0 25 0 1 0 972202384 175230976 33505 4294967295 134512640 135730672 3221224576 3220439872 134786278 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 42781 33507 301 301 0 42480 0
vsize: 171124
[startup+30.0019 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 89047 0 0 0 2815 184 0 0 25 0 1 0 972202384 345288704 56773 4294967295 134512640 135730672 3221224576 3219898560 134788521 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 84299 56777 301 301 0 83998 0
vsize: 337196
[startup+40.0021 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 111788 0 0 0 3768 231 0 0 25 0 1 0 972202384 347295744 67003 4294967295 134512640 135730672 3221224576 3220021856 134770867 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 84789 67003 301 301 0 84488 0
vsize: 339156
[startup+50.003 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 151046 0 0 0 4697 302 0 0 25 0 1 0 972202384 548593664 105250 4294967295 134512640 135730672 3221224576 3220015920 134775338 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 133934 105252 301 301 0 133633 0
vsize: 535736
[startup+60.0024 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 183527 0 0 0 5633 367 0 0 25 0 1 0 972202384 690245632 118942 4294967295 134512640 135730672 3221224576 3219905984 134788521 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 168517 118946 301 301 0 168216 0
vsize: 674068
[startup+70.0033 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 200845 0 0 0 6593 407 0 0 25 0 1 0 972202384 623132672 111491 4294967295 134512640 135730672 3221224576 3219878480 134546483 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 152132 111491 301 301 0 151831 0
vsize: 608528
[startup+80.0046 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 220490 0 0 0 7555 445 0 0 25 0 1 0 972202384 652328960 130912 4294967295 134512640 135730672 3221224576 3219962416 134786302 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 159260 130912 301 301 0 158959 0
vsize: 637040
[startup+90.004 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 240022 0 0 0 8518 482 0 0 25 0 1 0 972202384 681254912 150221 4294967295 134512640 135730672 3221224576 3219866544 134788038 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 166322 150221 301 301 0 166021 0
vsize: 665288
[startup+100.004 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 256056 0 0 0 9488 512 0 0 25 0 1 0 972202384 755834880 166069 4294967295 134512640 135730672 3221224576 3220097416 135285983 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 184530 166071 301 301 0 184229 0
vsize: 738120
[startup+110.005 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 260168 0 0 0 10467 533 0 0 25 0 1 0 972202384 402513920 97760 4294967295 134512640 135730672 3221224576 3221222764 135281170 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 98270 97760 301 301 0 97969 0
vsize: 393080
[startup+112.388 s]
Raw data (loadavg): 0.98 0.97 0.91 1/53 29867
Raw data (stat): 29867 (pb2sat-v2) R 29866 21152 21151 0 -1 0 260168 0 0 0 10467 533 0 0 25 0 1 0 972202384 402513920 97760 4294967295 134512640 135730672 3221224576 3221222764 135281170 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 98270 97760 301 301 0 97969 0
vsize: 0

Child status: 1
Real time (s): 112.388
CPU time (s): 112.383
CPU user time (s): 106.842
CPU system time (s): 5.54116
CPU usage (%): 99.9958
Max. virtual memory (Kb): 738120
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####