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 35576

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc23 THE 2005-05-28 13:25:17 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24872 boxname=wulflinc23 idbench=1344 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  5c887381904b4849f12f155c2e7ab40c  /oldhome/oroussel/tmp/wulflinc23/normalized-mps-v2-13-7-atlanta-ip.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc23/normalized-mps-v2-13-7-atlanta-ip.opb
IDLAUNCH: 24872
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
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	: 3
cpu MHz		: 451.037
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:        690544 kB
Buffers:         31516 kB
Cached:         291464 kB
SwapCached:        700 kB
Active:          43856 kB
Inactive:       281252 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        690292 kB
SwapTotal:     2097136 kB
SwapFree:      2095556 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5028 kB
Slab:            13264 kB
Committed_AS:    63592 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-28 13:27:24 (client local time) WITH STATUS 1 IN 126.617 SECONDS
stats: 24872 7 126.617 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.91 0.93 0.90 2/54 10493
Raw data (stat): 10493 (runsolver) R 10492 5562 5561 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 865147560 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.0041 s]
Raw data (loadavg): 0.92 0.93 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 1941 0 0 0 994 5 0 0 25 0 1 0 865147560 7413760 1270 4294967295 134512640 135726644 3221224576 3221221664 134556179 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 1810 1270 300 300 0 1510 0
vsize: 7240
[startup+20.0075 s]
Raw data (loadavg): 0.93 0.94 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 2509 0 0 0 1992 8 0 0 25 0 1 0 865147560 8900608 1828 4294967295 134512640 135726644 3221224576 3221221664 134556179 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 2173 1828 300 300 0 1873 0
vsize: 8692
[startup+30.0079 s]
Raw data (loadavg): 0.94 0.94 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 22466 0 0 0 2946 54 0 0 25 0 1 0 865147560 76931072 14469 4294967295 134512640 135726644 3221224576 3212595596 135298008 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 18782 14469 300 300 0 18482 0
vsize: 75128
[startup+40.0089 s]
Raw data (loadavg): 0.95 0.94 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 50741 0 0 0 3875 126 0 0 25 0 1 0 865147560 192253952 34570 4294967295 134512640 135726644 3221224576 3213548192 134784885 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 46937 34574 300 300 0 46637 0
vsize: 187748
[startup+50.0095 s]
Raw data (loadavg): 0.96 0.94 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 81364 0 0 0 4804 196 0 0 25 0 1 0 865147560 257159168 49121 4294967295 134512640 135726644 3221224576 3212129020 134603584 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 62783 49121 300 300 0 62483 0
vsize: 251132
[startup+60.0098 s]
Raw data (loadavg): 0.97 0.94 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 110006 0 0 0 5739 262 0 0 25 0 1 0 865147560 325332992 65217 4294967295 134512640 135726644 3221224576 3210343764 135277627 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 79427 65217 300 300 0 79127 0
vsize: 317708
[startup+70.0098 s]
Raw data (loadavg): 0.97 0.94 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 147370 0 0 0 6667 334 0 0 25 0 1 0 865147560 558403584 101576 4294967295 134512640 135726644 3221224576 3210044960 134771789 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 136329 101578 300 300 0 136029 0
vsize: 545316
[startup+80.0104 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 163170 0 0 0 7632 370 0 0 25 0 1 0 865147560 498049024 98537 4294967295 134512640 135726644 3221224576 3211677728 134554711 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 121594 98537 300 300 0 121294 0
vsize: 486376
[startup+90.0107 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 200606 0 0 0 8546 455 0 0 25 0 1 0 865147560 606552064 111163 4294967295 134512640 135726644 3221224576 3211004536 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 148084 111163 300 300 0 147784 0
vsize: 592336
[startup+100.113 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 217892 0 0 0 9520 492 0 0 25 0 1 0 865147560 667140096 128225 4294967295 134512640 135726644 3221224576 3214164000 134780450 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 162876 128225 300 300 0 162576 0
vsize: 651504
[startup+110.113 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 237439 0 0 0 10478 534 0 0 25 0 1 0 865147560 698363904 147514 4294967295 134512640 135726644 3221224576 3209194632 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 170499 147515 300 300 0 170199 0
vsize: 681996
[startup+120.113 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 247753 0 0 0 11447 565 0 0 25 0 1 0 865147560 610639872 135539 4294967295 134512640 135726644 3221224576 3221222976 134778917 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 149082 135539 300 300 0 148782 0
vsize: 596328
[startup+126.6 s]
Raw data (loadavg): 0.99 0.95 0.91 1/53 10493
Raw data (stat): 10493 (pb2sat) R 10492 5562 5561 0 -1 0 247753 0 0 0 11447 565 0 0 25 0 1 0 865147560 610639872 135539 4294967295 134512640 135726644 3221224576 3221222976 134778917 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 149082 135539 300 300 0 148782 0
vsize: 0

Child status: 1
Real time (s): 126.6
CPU time (s): 126.617
CPU user time (s): 120.686
CPU system time (s): 5.9311
CPU usage (%): 100.013
Max. virtual memory (Kb): 681996
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####