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/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-grow15.opb
MD5SUM997a6069ce24fed97967c5999a31ff05
Bench Categoryoptimization, big integers (OPTBIGINT)
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 1200
Biggest coefficient in the objective function 469762048
Number of bits for the biggest coefficient in the objective function 29
Sum of the numbers in the objective function 19327352658
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 109773592723456
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 511403730649348
Number of bits of the biggest sum of numbers49
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1266.73
Number of variables14880
Total number of constraints900
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 constraints900
Minimum length of a constraint19
Maximum length of a constraint416

Trace number 42705

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc1 THE 2005-06-16 14:00:32 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25923 boxname=wulflinc1 idbench=1223 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  997a6069ce24fed97967c5999a31ff05  /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-grow15.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-grow15.opb
IDLAUNCH: 25923
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
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.053
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:        731840 kB
Buffers:         18516 kB
Cached:         259604 kB
SwapCached:       1156 kB
Active:          27684 kB
Inactive:       252712 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        731588 kB
SwapTotal:     2097136 kB
SwapFree:      2094896 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5364 kB
Slab:            16496 kB
Committed_AS:    92720 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 14:02:32 (client local time) WITH STATUS 1 IN 120.434 SECONDS
stats: 25923 7 120.434 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.11 1.01 0.93 2/55 20212
Raw data (stat): 20212 (runsolver) R 20211 8378 8377 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 914460109 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.0006 s]
Raw data (loadavg): 1.10 1.01 0.93 2/55 20212
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 27206 0 0 0 946 53 0 0 25 0 1 0 914460109 87293952 16305 4294967295 134512640 135730672 3221224576 3221136008 135285983 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 21312 16305 301 301 0 21011 0
vsize: 85248
[startup+20.0003 s]
Raw data (loadavg): 1.08 1.01 0.93 2/55 20212
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 54152 0 0 0 1895 104 0 0 25 0 1 0 914460109 171810816 32050 4294967295 134512640 135730672 3221224576 3221136048 134549632 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 41946 32051 301 301 0 41645 0
vsize: 167784
[startup+30.0012 s]
Raw data (loadavg): 1.07 1.01 0.93 2/55 20214
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 81949 0 0 0 2849 150 0 0 25 0 1 0 914460109 245346304 49943 4294967295 134512640 135730672 3221224576 3221136936 134787727 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 59899 49943 301 301 0 59598 0
vsize: 239596
[startup+40.001 s]
Raw data (loadavg): 1.06 1.01 0.93 2/55 20214
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 106875 0 0 0 3800 200 0 0 25 0 1 0 914460109 338882560 62388 4294967295 134512640 135730672 3221224576 3221141440 134786278 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 82735 62388 301 301 0 82434 0
vsize: 330940
[startup+50.0007 s]
Raw data (loadavg): 1.05 1.00 0.93 2/55 20216
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 125675 0 0 0 4765 234 0 0 25 0 1 0 914460109 367280128 80966 4294967295 134512640 135730672 3221224576 3221136936 134787727 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 89668 80966 301 301 0 89367 0
vsize: 358672
[startup+60.0005 s]
Raw data (loadavg): 1.04 1.00 0.93 2/55 20216
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 162937 0 0 0 5700 300 0 0 25 0 1 0 914460109 490995712 98638 4294967295 134512640 135730672 3221224576 3221137776 134770772 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 119872 98638 301 301 0 119571 0
vsize: 479488
[startup+70.0003 s]
Raw data (loadavg): 1.03 1.00 0.93 2/55 20216
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 197343 0 0 0 6631 369 0 0 25 0 1 0 914460109 591659008 108284 4294967295 134512640 135730672 3221224576 3221140612 134612319 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 144448 108284 301 301 0 144147 0
vsize: 577792
[startup+80.0011 s]
Raw data (loadavg): 1.03 1.00 0.93 2/55 20216
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 209764 0 0 0 7607 393 0 0 25 0 1 0 914460109 635351040 120520 4294967295 134512640 135730672 3221224576 3221140496 134786130 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 155115 120520 301 301 0 154814 0
vsize: 620460
[startup+90.0009 s]
Raw data (loadavg): 1.02 1.00 0.93 2/55 20216
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 227870 0 0 0 8574 426 0 0 25 0 1 0 914460109 663121920 138414 4294967295 134512640 135730672 3221224576 3221142348 134608046 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 161895 138416 301 301 0 161594 0
vsize: 647580
[startup+100.001 s]
Raw data (loadavg): 1.02 1.00 0.93 2/55 20216
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 245774 0 0 0 9541 459 0 0 25 0 1 0 914460109 690126848 156107 4294967295 134512640 135730672 3221224576 3221139632 134546564 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 168488 156107 301 301 0 168187 0
vsize: 673952
[startup+110.002 s]
Raw data (loadavg): 1.02 1.00 0.93 2/55 20216
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 259353 0 0 0 10514 487 0 0 25 0 1 0 914460109 761864192 169526 4294967295 134512640 135730672 3221224576 3221222404 134540222 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 186002 169526 301 301 0 185701 0
vsize: 744008
[startup+120.002 s]
Raw data (loadavg): 1.01 1.00 0.93 2/55 20216
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 259354 0 0 0 11499 502 0 0 25 0 1 0 914460109 399982592 97176 4294967295 134512640 135730672 3221224576 3221222976 134782612 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 97652 97176 301 301 0 97351 0
vsize: 390608
[startup+120.426 s]
Raw data (loadavg): 1.01 1.00 0.93 1/54 20216
Raw data (stat): 20212 (pb2sat-v2) R 20211 8378 8377 0 -1 0 259354 0 0 0 11499 502 0 0 25 0 1 0 914460109 399982592 97176 4294967295 134512640 135730672 3221224576 3221222976 134782612 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 97652 97176 301 301 0 97351 0
vsize: 0

Child status: 1
Real time (s): 120.426
CPU time (s): 120.434
CPU user time (s): 115.206
CPU system time (s): 5.22721
CPU usage (%): 100.007
Max. virtual memory (Kb): 744008
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####