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-share1b.opb
MD5SUMdf77dd7325b8c4838e7ddb26764d610e
Bench Categoryoptimization, big integers (OPTBIGINT)
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 620
Biggest coefficient in the objective function 262144000000
Number of bits for the biggest coefficient in the objective function 38
Sum of the numbers in the objective function 2638204214250
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 6932293222400
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 56042652203303
Number of bits of the biggest sum of numbers46
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.25196
Number of variables4500
Total number of constraints117
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 constraints117
Minimum length of a constraint20
Maximum length of a constraint740

Trace number 35487

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc27 THE 2005-05-28 13:17:47 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24787 boxname=wulflinc27 idbench=1259 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  df77dd7325b8c4838e7ddb26764d610e  /oldhome/oroussel/tmp/wulflinc27/normalized-mps-v2-13-7-share1b.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc27/normalized-mps-v2-13-7-share1b.opb
IDLAUNCH: 24787
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
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	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
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:        751600 kB
Buffers:         34224 kB
Cached:         218916 kB
SwapCached:        704 kB
Active:          21532 kB
Inactive:       233672 kB
HighTotal:      131008 kB
HighFree:        43428 kB
LowTotal:       903652 kB
LowFree:        708172 kB
SwapTotal:     2097892 kB
SwapFree:      2096316 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5128 kB
Slab:            22236 kB
Committed_AS:    63596 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 13:19:38 (client local time) WITH STATUS 1 IN 109.89 SECONDS
stats: 24787 7 109.89 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.88 0.95 0.90 2/54 20515
Raw data (stat): 20515 (runsolver) R 20514 3394 3393 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 865094478 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.0006 s]
Raw data (loadavg): 0.90 0.95 0.90 2/54 20515
Raw data (stat): 20515 (pb2sat) R 20514 3394 3393 0 -1 0 30437 0 0 0 941 58 0 0 25 0 1 0 865094478 90554368 19290 4294967295 134512640 135726644 3221224576 3220989264 134767237 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 22108 19291 300 300 0 21808 0
vsize: 88432
[startup+20.0014 s]
Raw data (loadavg): 0.92 0.96 0.91 2/54 20515
Raw data (stat): 20515 (pb2sat) R 20514 3394 3393 0 -1 0 59772 0 0 0 1883 116 0 0 25 0 1 0 865094478 177868800 37400 4294967295 134512640 135726644 3221224576 3220980056 135282351 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 43425 37401 300 300 0 43125 0
vsize: 173700
[startup+30.002 s]
Raw data (loadavg): 0.93 0.96 0.91 2/54 20515
Raw data (stat): 20515 (pb2sat) R 20514 3394 3393 0 -1 0 99397 0 0 0 2802 197 0 0 25 0 1 0 865094478 331673600 54830 4294967295 134512640 135726644 3221224576 3220984400 134780348 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 80975 54830 300 300 0 80675 0
vsize: 323900
[startup+40.0017 s]
Raw data (loadavg): 0.94 0.96 0.91 2/54 20515
Raw data (stat): 20515 (pb2sat) R 20514 3394 3393 0 -1 0 116767 0 0 0 3768 231 0 0 25 0 1 0 865094478 350064640 71969 4294967295 134512640 135726644 3221224576 3220990232 135282351 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 85465 71969 300 300 0 85165 0
vsize: 341860
[startup+50.0028 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 20515
Raw data (stat): 20515 (pb2sat) R 20514 3394 3393 0 -1 0 161924 0 0 0 4691 308 0 0 25 0 1 0 865094478 562020352 115929 4294967295 134512640 135726644 3221224576 3220993160 135282351 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 137212 115931 300 300 0 136912 0
vsize: 548848
[startup+60.0023 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 20515
Raw data (stat): 20515 (pb2sat) R 20514 3394 3393 0 -1 0 196294 0 0 0 5617 382 0 0 25 0 1 0 865094478 595570688 107128 4294967295 134512640 135726644 3221224576 3220993680 134782666 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 145403 107128 300 300 0 145103 0
vsize: 581612
[startup+70.0035 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 20515
Raw data (stat): 20515 (pb2sat) R 20514 3394 3393 0 -1 0 208034 0 0 0 6592 408 0 0 25 0 1 0 865094478 629125120 118657 4294967295 134512640 135726644 3221224576 3220991436 134554766 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 153595 118658 300 300 0 153295 0
vsize: 614380
[startup+80.0043 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 20515
Raw data (stat): 20515 (pb2sat) R 20514 3394 3393 0 -1 0 227849 0 0 0 7556 444 0 0 25 0 1 0 865094478 656429056 138238 4294967295 134512640 135726644 3221224576 3220991352 135282351 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160261 138239 300 300 0 159961 0
vsize: 641044
[startup+90.0039 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 20515
Raw data (stat): 20515 (pb2sat) R 20514 3394 3393 0 -1 0 245199 0 0 0 8522 478 0 0 25 0 1 0 865094478 731901952 155387 4294967295 134512640 135726644 3221224576 3221002000 134780443 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 178687 155387 300 300 0 178387 0
vsize: 714748
[startup+100.004 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 20515
Raw data (stat): 20515 (pb2sat) R 20514 3394 3393 0 -1 0 264281 0 0 0 9486 515 0 0 25 0 1 0 865094478 760684544 174248 4294967295 134512640 135726644 3221224576 3221222480 134604389 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 185714 174248 300 300 0 185414 0
vsize: 742856
[startup+109.889 s]
Raw data (loadavg): 0.98 0.96 0.91 1/53 20515
Raw data (stat): 20515 (pb2sat) R 20514 3394 3393 0 -1 0 264281 0 0 0 9486 515 0 0 25 0 1 0 865094478 760684544 174248 4294967295 134512640 135726644 3221224576 3221222480 134604389 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 185714 174248 300 300 0 185414 0
vsize: 0

Child status: 1
Real time (s): 109.888
CPU time (s): 109.89
CPU user time (s): 104.389
CPU system time (s): 5.50116
CPU usage (%): 100.002
Max. virtual memory (Kb): 742856
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####