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-pilot87.opb
MD5SUM9658bbaea81a963c53a05a25fe9ca956
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 7860
Biggest coefficient in the objective function 1728189562880
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 73714762784766
Number of bits of the sum of numbers in the objective function 47
Biggest number in a constraint 524288000000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 1292497795394025
Number of bits of the biggest sum of numbers51
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.715891
Number of variables78247
Total number of constraints3645
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 constraints3645
Minimum length of a constraint7
Maximum length of a constraint5778

Trace number 42717

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-06-16 14:05:37 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25935 boxname=wulflinc6 idbench=1235 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  9658bbaea81a963c53a05a25fe9ca956  /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-13-7-pilot87.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-13-7-pilot87.opb
IDLAUNCH: 25935
/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:        648396 kB
Buffers:         19528 kB
Cached:         343204 kB
SwapCached:       1000 kB
Active:          49656 kB
Inactive:       315216 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        648144 kB
SwapTotal:     2097136 kB
SwapFree:      2095200 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5092 kB
Slab:            15584 kB
Committed_AS:    63812 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 14:07:25 (client local time) WITH STATUS 1 IN 107.278 SECONDS
stats: 25935 7 107.278 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.94 0.90 2/54 21404
Raw data (stat): 21404 (runsolver) R 21403 25568 25567 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 971346879 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.0004 s]
Raw data (loadavg): 0.93 0.95 0.91 2/54 21404
Raw data (stat): 21404 (pb2sat-v2) R 21403 25568 25567 0 -1 0 25306 0 0 0 942 58 0 0 25 0 1 0 971346879 75952128 14433 4294967295 134512640 135730672 3221224576 3220993008 134608047 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 18543 14433 301 301 0 18242 0
vsize: 74172
[startup+20.0004 s]
Raw data (loadavg): 0.94 0.95 0.91 2/54 21404
Raw data (stat): 21404 (pb2sat-v2) R 21403 25568 25567 0 -1 0 53503 0 0 0 1883 117 0 0 25 0 1 0 971346879 170270720 31672 4294967295 134512640 135730672 3221224576 3221010636 135301640 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 41570 31673 301 301 0 41269 0
vsize: 166280
[startup+29.9995 s]
Raw data (loadavg): 0.95 0.95 0.91 2/54 21404
Raw data (stat): 21404 (pb2sat-v2) R 21403 25568 25567 0 -1 0 94979 0 0 0 2798 202 0 0 25 0 1 0 971346879 298090496 50956 4294967295 134512640 135730672 3221224576 3221033824 134786302 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 72776 50956 301 301 0 72475 0
vsize: 291104
[startup+39.9997 s]
Raw data (loadavg): 0.96 0.95 0.91 2/54 21404
Raw data (stat): 21404 (pb2sat-v2) R 21403 25568 25567 0 -1 0 110349 0 0 0 3767 234 0 0 25 0 1 0 971346879 341512192 66096 4294967295 134512640 135730672 3221224576 3221050560 135282716 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 83377 66096 301 301 0 83076 0
vsize: 333508
[startup+49.9998 s]
Raw data (loadavg): 0.96 0.95 0.91 2/54 21404
Raw data (stat): 21404 (pb2sat-v2) R 21403 25568 25567 0 -1 0 131881 0 0 0 4721 280 0 0 25 0 1 0 971346879 514670592 87356 4294967295 134512640 135730672 3221224576 3221035360 134775564 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 125652 87359 301 301 0 125351 0
vsize: 502608
[startup+59.999 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 21404
Raw data (stat): 21404 (pb2sat-v2) R 21403 25568 25567 0 -1 0 192152 0 0 0 5603 397 0 0 25 0 1 0 971346879 595394560 103531 4294967295 134512640 135730672 3221224576 3221050200 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 145360 103531 301 301 0 145059 0
vsize: 581440
[startup+69.9981 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 21404
Raw data (stat): 21404 (pb2sat-v2) R 21403 25568 25567 0 -1 0 204171 0 0 0 6578 423 0 0 25 0 1 0 971346879 628948992 115337 4294967295 134512640 135730672 3221224576 3221060144 134548472 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 153552 115337 301 301 0 153251 0
vsize: 614208
[startup+79.9983 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 21404
Raw data (stat): 21404 (pb2sat-v2) R 21403 25568 25567 0 -1 0 222378 0 0 0 7542 459 0 0 25 0 1 0 971346879 647872512 133304 4294967295 134512640 135730672 3221224576 3221059356 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 158172 133305 301 301 0 157871 0
vsize: 632688
[startup+89.9974 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 21404
Raw data (stat): 21404 (pb2sat-v2) R 21403 25568 25567 0 -1 0 243051 0 0 0 8501 500 0 0 25 0 1 0 971346879 677474304 153738 4294967295 134512640 135730672 3221224576 3221083608 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 165399 153738 301 301 0 165098 0
vsize: 661596
[startup+99.9967 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 21404
Raw data (stat): 21404 (pb2sat-v2) R 21403 25568 25567 0 -1 0 259594 0 0 0 9461 538 0 0 25 0 1 0 971346879 751325184 170089 4294967295 134512640 135730672 3221224576 3221087100 135301640 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 183429 170089 301 301 0 183128 0
vsize: 733716
[startup+107.288 s]
Raw data (loadavg): 0.98 0.95 0.91 1/53 21404
Raw data (stat): 21404 (pb2sat-v2) R 21403 25568 25567 0 -1 0 259594 0 0 0 9461 538 0 0 25 0 1 0 971346879 751325184 170089 4294967295 134512640 135730672 3221224576 3221087100 135301640 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 183429 170089 301 301 0 183128 0
vsize: 0

Child status: 1
Real time (s): 107.287
CPU time (s): 107.278
CPU user time (s): 101.451
CPU system time (s): 5.82711
CPU usage (%): 99.9912
Max. virtual memory (Kb): 733716
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####