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-atlanta-ip.opb
MD5SUM5c887381904b4849f12f155c2e7ab40c
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 31296
Biggest coefficient in the objective function 1700000000000
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 81421012358779
Number of bits of the sum of numbers in the objective function 47
Biggest number in a constraint 1700000000000
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 81421012358779
Number of bits of the biggest sum of numbers47
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.841871
Number of variables71516
Total number of constraints70354
Number of constraints which are clauses2311
Number of constraints which are cardinality constraints (but not clauses)47534
Number of constraints which are nor clauses,nor cardinality constraints20509
Minimum length of a constraint1
Maximum length of a constraint2790

Trace number 42824

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc4 THE 2005-06-16 16:00:52 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=26044 boxname=wulflinc4 idbench=1344 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  5c887381904b4849f12f155c2e7ab40c  /oldhome/oroussel/tmp/wulflinc4/normalized-mps-v2-13-7-atlanta-ip.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc4/normalized-mps-v2-13-7-atlanta-ip.opb
IDLAUNCH: 26044
/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:        753568 kB
Buffers:         13248 kB
Cached:         245336 kB
SwapCached:        904 kB
Active:          38652 kB
Inactive:       222012 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        753316 kB
SwapTotal:     2097136 kB
SwapFree:      2095236 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           4996 kB
Slab:            14784 kB
Committed_AS:    71908 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 16:03:11 (client local time) WITH STATUS 1 IN 138.358 SECONDS
stats: 26044 7 138.358 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.97 0.97 0.91 2/54 29492
Raw data (stat): 29492 (runsolver) R 29491 21152 21151 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 972029267 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.0004 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 29492
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 1939 0 0 0 993 6 0 0 25 0 1 0 972029267 7417856 1269 4294967295 134512640 135730672 3221224576 3221221664 134561664 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 1811 1269 301 301 0 1510 0
vsize: 7244
[startup+20.0014 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 29492
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 2590 0 0 0 1991 8 0 0 25 0 1 0 972029267 9039872 1908 4294967295 134512640 135730672 3221224576 3221221664 134561664 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 2207 1908 301 301 0 1906 0
vsize: 8828
[startup+30.0022 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 15864 0 0 0 2959 40 0 0 25 0 1 0 972029267 53485568 9604 4294967295 134512640 135730672 3221224576 3221190092 135301630 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 13058 9611 301 301 0 12757 0
vsize: 52232
[startup+40.0028 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 41884 0 0 0 3902 98 0 0 25 0 1 0 972029267 124641280 25937 4294967295 134512640 135730672 3221224576 3221192648 134787727 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 30430 25938 301 301 0 30129 0
vsize: 121720
[startup+50.0034 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 77149 0 0 0 4834 166 0 0 25 0 1 0 972029267 244989952 45667 4294967295 134512640 135730672 3221224576 3221203384 135284590 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 59812 45667 301 301 0 59511 0
vsize: 239248
[startup+60.0036 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 101439 0 0 0 5782 218 0 0 25 0 1 0 972029267 299851776 56957 4294967295 134512640 135730672 3221224576 3221221284 135281249 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 73206 56957 301 301 0 72905 0
vsize: 292824
[startup+70.0044 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 112577 0 0 0 6758 242 0 0 25 0 1 0 972029267 333598720 67895 4294967295 134512640 135730672 3221224576 3221146588 134608033 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 81445 67895 301 301 0 81144 0
vsize: 325780
[startup+80.005 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 150818 0 0 0 7682 319 0 0 25 0 1 0 972029267 457756672 86555 4294967295 134512640 135730672 3221224576 3221156952 134549745 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 111757 86556 301 301 0 111456 0
vsize: 447028
[startup+90.0051 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 186085 0 0 0 8608 393 0 0 25 0 1 0 972029267 558419968 97055 4294967295 134512640 135730672 3221224576 3221196700 134608072 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 136333 97055 301 301 0 136032 0
vsize: 545332
[startup+100.006 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 197718 0 0 0 9581 420 0 0 25 0 1 0 972029267 594001920 108491 4294967295 134512640 135730672 3221224576 3221199608 135285983 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 145020 108491 301 301 0 144719 0
vsize: 580080
[startup+110.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 217228 0 0 0 10542 459 0 0 25 0 1 0 972029267 621576192 127777 4294967295 134512640 135730672 3221224576 3221192208 134551084 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 151752 127777 301 301 0 151451 0
vsize: 607008
[startup+120.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 236601 0 0 0 11501 500 0 0 25 0 1 0 972029267 649015296 146927 4294967295 134512640 135730672 3221224576 3221186152 134787727 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 158451 146927 301 301 0 158150 0
vsize: 633804
[startup+130.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 252061 0 0 0 12470 532 0 0 25 0 1 0 972029267 721244160 162209 4294967295 134512640 135730672 3221224576 3221201360 134546575 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 176085 162210 301 301 0 175784 0
vsize: 704340
[startup+138.345 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 29494
Raw data (stat): 29492 (pb2sat-v2) R 29491 21152 21151 0 -1 0 252061 0 0 0 12470 532 0 0 25 0 1 0 972029267 721244160 162209 4294967295 134512640 135730672 3221224576 3221201360 134546575 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 176085 162210 301 301 0 175784 0
vsize: 0

Child status: 1
Real time (s): 138.345
CPU time (s): 138.358
CPU user time (s): 132.703
CPU system time (s): 5.65514
CPU usage (%): 100.01
Max. virtual memory (Kb): 704340
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####