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 26536

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc29 THE 2005-05-24 16:17:19 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=12470 boxname=wulflinc29 idbench=960 idsolver=3 numberseed=0
MD5SUM SOLVER: 03a6a792daea978e4202f78851741568  /oldhome/oroussel/solvers/bsolo_mis
MD5SUM BENCH:  0a1ff370c051d88127ca8cdb722ca490  /oldhome/oroussel/tmp/wulflinc29/normalized-mps-v2-20-10-atlanta-ip.opb
REAL COMMAND:  bsolo_mis /oldhome/oroussel/tmp/wulflinc29/normalized-mps-v2-20-10-atlanta-ip.opb
IDLAUNCH: 12470
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.020
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.020
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:        845324 kB
Buffers:           192 kB
Cached:         167480 kB
SwapCached:        764 kB
Active:          35264 kB
Inactive:       134916 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        845072 kB
SwapTotal:     2097892 kB
SwapFree:      2096680 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5584 kB
Slab:            13364 kB
Committed_AS:    63600 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-24 16:21:31 (client local time) WITH STATUS 0 IN 250.499 SECONDS
stats: 12470 7 250.499 0
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
#### 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
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (runsolver) R 21458 20001 20000 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 831608392 1052672 99 4294967295 134512640 135381576 3221224480 3221219696 135158418 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0003 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 6510 0 0 0 986 12 0 0 25 0 1 0 831608392 39849984 6488 4294967295 134512640 134714540 3221224592 3221222820 1077414413 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 9729 6488 1111 63 0 9666 0
vsize: 38916
[startup+20.0004 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 13552 0 0 0 1975 23 0 0 25 0 1 0 831608392 68648960 13530 4294967295 134512640 134714540 3221224592 3221222944 134567410 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 16760 13530 1111 63 0 16697 0
vsize: 67040
[startup+30.0011 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 20582 0 0 0 2963 35 0 0 25 0 1 0 831608392 97464320 20560 4294967295 134512640 134714540 3221224592 3221222820 1077414395 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 23795 20560 1111 63 0 23732 0
vsize: 95180
[startup+40.0017 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 27885 0 0 0 3952 47 0 0 25 0 1 0 831608392 127324160 27863 4294967295 134512640 134714540 3221224592 3221222820 1077414360 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 31085 27865 1111 63 0 31022 0
vsize: 124340
[startup+50.002 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 35330 0 0 0 4939 60 0 0 25 0 1 0 831608392 157782016 35308 4294967295 134512640 134714540 3221224592 3221222820 1077414413 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 38521 35308 1111 63 0 38458 0
vsize: 154084
[startup+60.0026 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 43146 0 0 0 5927 72 0 0 25 0 1 0 831608392 189882368 43124 4294967295 134512640 134714540 3221224592 3221223248 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 46358 43124 1111 63 0 46295 0
vsize: 185432
[startup+70.002 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 51060 0 0 0 6917 83 0 0 25 0 1 0 831608392 222302208 51038 4294967295 134512640 134714540 3221224592 3221222820 1077414413 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 54273 51038 1111 63 0 54210 0
vsize: 217092
[startup+80.0031 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 59106 0 0 0 7904 96 0 0 25 0 1 0 831608392 255299584 59084 4294967295 134512640 134714540 3221224592 3221222820 1077414388 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 62329 59084 1111 63 0 62266 0
vsize: 249316
[startup+90.0029 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 67700 0 0 0 8890 109 0 0 25 0 1 0 831608392 290390016 67678 4294967295 134512640 134714540 3221224592 3221223248 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 70896 67678 1111 63 0 70833 0
vsize: 283584
[startup+100.002 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 76311 0 0 0 9876 124 0 0 25 0 1 0 831608392 325771264 76289 4294967295 134512640 134714540 3221224592 3221222820 1077414388 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 79534 76289 1111 63 0 79471 0
vsize: 318136
[startup+110.004 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 84812 0 0 0 10861 139 0 0 25 0 1 0 831608392 360558592 84790 4294967295 134512640 134714540 3221224592 3221223248 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 88027 84790 1111 63 0 87964 0
vsize: 352108
[startup+120.004 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 93782 0 0 0 11846 154 0 0 25 0 1 0 831608392 397291520 93760 4294967295 134512640 134714540 3221224592 3221222820 1077414336 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 96995 93760 1111 63 0 96932 0
vsize: 387980
[startup+130.005 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 102422 0 0 0 12832 169 0 0 25 0 1 0 831608392 432742400 102400 4294967295 134512640 134714540 3221224592 3221223248 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 105650 102400 1111 63 0 105587 0
vsize: 422600
[startup+140.005 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 110887 0 0 0 13819 182 0 0 25 0 1 0 831608392 467378176 110865 4294967295 134512640 134714540 3221224592 3221223248 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 114106 110865 1111 63 0 114043 0
vsize: 456424
[startup+150.005 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 119905 0 0 0 14805 196 0 0 25 0 1 0 831608392 504406016 119883 4294967295 134512640 134714540 3221224592 3221223248 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 123146 119883 1111 63 0 123083 0
vsize: 492584
[startup+160.005 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 129866 0 0 0 15789 212 0 0 25 0 1 0 831608392 545165312 129844 4294967295 134512640 134714540 3221224592 3221223248 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 133097 129844 1111 63 0 133034 0
vsize: 532388
[startup+170.006 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 139316 0 0 0 16773 229 0 0 25 0 1 0 831608392 583839744 139294 4294967295 134512640 134714540 3221224592 3221222820 1077414388 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 142539 139294 1111 63 0 142476 0
vsize: 570156
[startup+180.006 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 148706 0 0 0 17756 245 0 0 25 0 1 0 831608392 622211072 148684 4294967295 134512640 134714540 3221224592 3221222944 134567410 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 151907 148684 1111 63 0 151844 0
vsize: 607628
[startup+190.006 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 158089 0 0 0 18739 263 0 0 25 0 1 0 831608392 660729856 158067 4294967295 134512640 134714540 3221224592 3221223248 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 161311 158067 1111 63 0 161248 0
vsize: 645244
[startup+200.007 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 168231 0 0 0 19721 281 0 0 25 0 1 0 831608392 702230528 168209 4294967295 134512640 134714540 3221224592 3221223248 134527930 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 171443 168209 1111 63 0 171380 0
vsize: 685772
[startup+210.007 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 178308 0 0 0 20706 297 0 0 25 0 1 0 831608392 743440384 178286 4294967295 134512640 134714540 3221224592 3221222944 134567410 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 181504 178286 1111 63 0 181441 0
vsize: 726016
[startup+220.008 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 187969 0 0 0 21690 313 0 0 25 0 1 0 831608392 783007744 187947 4294967295 134512640 134714540 3221224592 3221223248 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 191164 187947 1111 63 0 191101 0
vsize: 764656
[startup+230.01 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 215851 0 1 0 22627 372 0 0 25 0 1 0 831608392 897216512 214496 4294967295 134512640 134714540 3221224592 3221223124 1077374210 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 219083 214496 1111 63 0 219020 0
vsize: 876188
[startup+240.01 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 223784 0 38 0 23589 391 0 0 25 0 1 0 831608392 929251328 220188 4294967295 134512640 134714540 3221224592 3221221212 1077254713 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 226868 220188 1111 63 0 226805 0
vsize: 907472
[startup+250.01 s]
Raw data (loadavg): 0.99 0.99 0.98 2/54 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 227548 0 98 0 24524 399 0 0 23 0 1 0 831608392 943276032 222620 4294967295 134512640 134714540 3221224592 3221222252 1077271608 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 230292 222620 1111 63 0 230229 0
vsize: 921168
[startup+251.27 s]
Raw data (loadavg): 0.99 0.99 0.98 1/53 21459
Raw data (stat): 21459 (bsolo_mis) R 21458 20001 20000 0 -1 0 227548 0 98 0 24524 399 0 0 23 0 1 0 831608392 943276032 222620 4294967295 134512640 134714540 3221224592 3221222252 1077271608 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 230292 222620 1111 63 0 230229 0
vsize: 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 251.27
CPU time (s): 250.499
CPU user time (s): 246.087
CPU system time (s): 4.41233
CPU usage (%): 99.6932
Max. virtual memory (Kb): 921168
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####