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-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-atlanta-ip.opb
MD5SUM0a1ff370c051d88127ca8cdb722ca490
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.893863
Number of variables77286
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 35187

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc25 THE 2005-05-28 12:22:40 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24488 boxname=wulflinc25 idbench=960 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  0a1ff370c051d88127ca8cdb722ca490  /oldhome/oroussel/tmp/wulflinc25/normalized-mps-v2-20-10-atlanta-ip.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc25/normalized-mps-v2-20-10-atlanta-ip.opb
IDLAUNCH: 24488
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.220
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.220
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        681476 kB
Buffers:         36560 kB
Cached:         295440 kB
SwapCached:        996 kB
Active:          40792 kB
Inactive:       293360 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        681224 kB
SwapTotal:     2097892 kB
SwapFree:      2095984 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5060 kB
Slab:            13336 kB
Committed_AS:    63604 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 12:24:42 (client local time) WITH STATUS 1 IN 122.223 SECONDS
stats: 24488 7 122.223 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.95 0.90 2/54 9028
Raw data (stat): 9028 (runsolver) R 9027 1586 1585 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 864784233 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.0001 s]
Raw data (loadavg): 0.93 0.96 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 1940 0 0 0 991 7 0 0 25 0 1 0 864784233 7413760 1269 4294967295 134512640 135726644 3221224576 3221221776 134574598 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 1810 1269 300 300 0 1510 0
vsize: 7240
[startup+20.0009 s]
Raw data (loadavg): 0.94 0.96 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 2568 0 0 0 1989 9 0 0 25 0 1 0 864784233 9035776 1886 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 2206 1886 300 300 0 1906 0
vsize: 8824
[startup+30.0006 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 25469 0 0 0 2935 63 0 0 25 0 1 0 864784233 80175104 17426 4294967295 134512640 135726644 3221224576 3214077808 135280446 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 19574 17426 300 300 0 19274 0
vsize: 78296
[startup+39.9998 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 57380 0 0 0 3867 131 0 0 25 0 1 0 864784233 172761088 35016 4294967295 134512640 135726644 3221224576 3213046640 134559366 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 42178 35017 300 300 0 41878 0
vsize: 168712
[startup+50.0008 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 84225 0 0 0 4813 185 0 0 25 0 1 0 864784233 257159168 51919 4294967295 134512640 135726644 3221224576 3210498700 134809976 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 62783 51919 300 300 0 62483 0
vsize: 251132
[startup+60.0007 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 113397 0 0 0 5749 250 0 0 25 0 1 0 864784233 364158976 68564 4294967295 134512640 135726644 3221224576 3211343752 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 88906 68564 300 300 0 88606 0
vsize: 355624
[startup+70.0006 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 154153 0 0 0 6671 328 0 0 25 0 1 0 864784233 498049024 89714 4294967295 134512640 135726644 3221224576 3213625820 134605166 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 121594 89715 300 300 0 121294 0
vsize: 486376
[startup+80.0006 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 167198 0 0 0 7647 352 0 0 25 0 1 0 864784233 498049024 102481 4294967295 134512640 135726644 3221224576 3212595264 134767079 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 121594 102481 300 300 0 121294 0
vsize: 486376
[startup+90.0001 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 207368 0 0 0 8558 441 0 0 25 0 1 0 864784233 617230336 117836 4294967295 134512640 135726644 3221224576 3210231384 134785182 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 150691 117836 300 300 0 150391 0
vsize: 602764
[startup+100 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 224584 0 0 0 9519 480 0 0 25 0 1 0 864784233 677683200 134829 4294967295 134512640 135726644 3221224576 3213521104 134810233 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 165450 134829 300 300 0 165150 0
vsize: 661800
[startup+110 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 246584 0 0 0 10474 526 0 0 25 0 1 0 864784233 717422592 156565 4294967295 134512640 135726644 3221224576 3211697036 134605112 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 175152 156565 300 300 0 174852 0
vsize: 700608
[startup+120.001 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 247753 0 0 0 11460 540 0 0 25 0 1 0 864784233 409309184 99510 4294967295 134512640 135726644 3221224576 3221222764 135277577 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 99929 99510 300 300 0 99629 0
vsize: 399716
[startup+122.215 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 9028
Raw data (stat): 9028 (pb2sat) R 9027 1586 1585 0 -1 0 247753 0 0 0 11460 540 0 0 25 0 1 0 864784233 409309184 99510 4294967295 134512640 135726644 3221224576 3221222764 135277577 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 99929 99510 300 300 0 99629 0
vsize: 0

Child status: 1
Real time (s): 122.215
CPU time (s): 122.223
CPU user time (s): 116.611
CPU system time (s): 5.61215
CPU usage (%): 100.007
Max. virtual memory (Kb): 700608
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####