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-grow7.opb
MD5SUMdfed840c6e02b292405d0ba5eb62b075
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 560
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 8589934514
Number of bits of the sum of numbers in the objective function 33
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 benchmark1252.73
Number of variables6944
Total number of constraints420
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 constraints420
Minimum length of a constraint19
Maximum length of a constraint416

Trace number 42707

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-06-16 14:01:28 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25925 boxname=wulflinc6 idbench=1225 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  dfed840c6e02b292405d0ba5eb62b075  /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-13-7-grow7.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-13-7-grow7.opb
IDLAUNCH: 25925
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.042
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.042
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:        695108 kB
Buffers:         19364 kB
Cached:         297468 kB
SwapCached:       1000 kB
Active:          29424 kB
Inactive:       289600 kB
HighTotal:      131008 kB
HighFree:          756 kB
LowTotal:       903652 kB
LowFree:        694352 kB
SwapTotal:     2097136 kB
SwapFree:      2095200 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5092 kB
Slab:            15084 kB
Committed_AS:    63848 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 14:03:30 (client local time) WITH STATUS 1 IN 121.778 SECONDS
stats: 25925 7 121.778 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.93 0.95 0.91 2/54 21216
Raw data (stat): 21216 (runsolver) R 21215 25568 25567 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 971321921 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+9.99948 s]
Raw data (loadavg): 0.94 0.95 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 27817 0 0 0 945 53 0 0 25 0 1 0 971321921 87826432 16786 4294967295 134512640 135730672 3221224576 3221133696 134732234 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 21442 16786 301 301 0 21141 0
vsize: 85768
[startup+19.9996 s]
Raw data (loadavg): 0.95 0.95 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 54616 0 0 0 1893 106 0 0 25 0 1 0 971321921 171950080 32385 4294967295 134512640 135730672 3221224576 3221139560 135284284 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 41980 32385 301 301 0 41679 0
vsize: 167920
[startup+29.9998 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 82391 0 0 0 2844 155 0 0 25 0 1 0 971321921 245682176 50257 4294967295 134512640 135730672 3221224576 3221136848 134546521 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 59981 50257 301 301 0 59680 0
vsize: 239924
[startup+39.9989 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 107189 0 0 0 3797 203 0 0 25 0 1 0 971321921 338796544 62575 4294967295 134512640 135730672 3221224576 3221137692 134775036 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 82714 62575 301 301 0 82413 0
vsize: 330856
[startup+49.999 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 125912 0 0 0 4763 237 0 0 25 0 1 0 971321921 367222784 81077 4294967295 134512640 135730672 3221224576 3221137728 134786812 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 89654 81077 301 301 0 89353 0
vsize: 358616
[startup+59.9981 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 163147 0 0 0 5696 304 0 0 25 0 1 0 971321921 491249664 98706 4294967295 134512640 135730672 3221224576 3221139632 134546483 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 119934 98706 301 301 0 119633 0
vsize: 479736
[startup+69.9982 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 197330 0 0 0 6623 377 0 0 25 0 1 0 971321921 591912960 108133 4294967295 134512640 135730672 3221224576 3221139284 134788711 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 144510 108133 301 301 0 144209 0
vsize: 578040
[startup+79.9984 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 209040 0 0 0 7602 399 0 0 25 0 1 0 971321921 633790464 119663 4294967295 134512640 135730672 3221224576 3221138732 135291150 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 154734 119663 301 301 0 154433 0
vsize: 618936
[startup+89.9975 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 226799 0 0 0 8572 430 0 0 25 0 1 0 971321921 660979712 137214 4294967295 134512640 135730672 3221224576 3221147900 135288328 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 161372 137214 301 301 0 161071 0
vsize: 645488
[startup+99.9967 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 244367 0 0 0 9543 459 0 0 25 0 1 0 971321921 687738880 154575 4294967295 134512640 135730672 3221224576 3221139168 134770759 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 167905 154575 301 301 0 167604 0
vsize: 671620
[startup+109.997 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 258072 0 0 0 10515 487 0 0 25 0 1 0 971321921 758595584 168118 4294967295 134512640 135730672 3221224576 3221140524 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 185204 168119 301 301 0 184903 0
vsize: 740816
[startup+119.997 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 259896 0 0 0 11496 505 0 0 25 0 1 0 971321921 400236544 97224 4294967295 134512640 135730672 3221224576 3221222976 134782612 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 97714 97224 301 301 0 97413 0
vsize: 390856
[startup+121.749 s]
Raw data (loadavg): 0.99 0.96 0.91 1/53 21216
Raw data (stat): 21216 (pb2sat-v2) R 21215 25568 25567 0 -1 0 259896 0 0 0 11496 505 0 0 25 0 1 0 971321921 400236544 97224 4294967295 134512640 135730672 3221224576 3221222976 134782612 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 97714 97224 301 301 0 97413 0
vsize: 0

Child status: 1
Real time (s): 121.748
CPU time (s): 121.778
CPU user time (s): 116.512
CPU system time (s): 5.2662
CPU usage (%): 100.025
Max. virtual memory (Kb): 740816
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####