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 40317

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc3 THE 2005-06-08 06:57:52 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=28388 boxname=wulflinc3 idbench=1344 idsolver=20 numberseed=0
MD5SUM SOLVER: f6aa7fb267fa9710116626be7e6d3048  /oldhome/oroussel/solvers/bsolo_lpr-v2
MD5SUM BENCH:  5c887381904b4849f12f155c2e7ab40c  /oldhome/oroussel/tmp/wulflinc3/normalized-mps-v2-13-7-atlanta-ip.opb
REAL COMMAND:  bsolo_lpr-v2 /oldhome/oroussel/tmp/wulflinc3/normalized-mps-v2-13-7-atlanta-ip.opb
IDLAUNCH: 28388
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.190
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.190
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:        873452 kB
Buffers:         14624 kB
Cached:         123964 kB
SwapCached:        676 kB
Active:          41800 kB
Inactive:        98792 kB
HighTotal:      131008 kB
HighFree:        25536 kB
LowTotal:       903652 kB
LowFree:        847916 kB
SwapTotal:     2097136 kB
SwapFree:      2095436 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5032 kB
Slab:            14860 kB
Committed_AS:    71796 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-08 07:01:57 (client local time) WITH STATUS 0 IN 244.353 SECONDS
stats: 28388 7 244.353 0
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c INFO: OSL Context initialized.
#### 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.85 0.94 0.90 2/54 23114
Raw data (stat): 23114 (runsolver) R 23113 20224 20223 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 899643224 884736 94 4294967295 134512640 135332820 3221224448 3221219628 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.0002 s]
Raw data (loadavg): 0.88 0.94 0.90 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 6626 0 0 0 985 13 0 0 25 0 1 0 899643224 39723008 6546 4294967295 134512640 134716908 3221224576 3221222804 1077414435 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 9698 6546 1111 63 0 9635 0
vsize: 38792
[startup+20.0009 s]
Raw data (loadavg): 0.89 0.94 0.90 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 13961 0 0 0 1972 26 0 0 25 0 1 0 899643224 69693440 13881 4294967295 134512640 134716908 3221224576 3221222804 1077414426 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 17015 13881 1111 63 0 16952 0
vsize: 68060
[startup+30.0004 s]
Raw data (loadavg): 0.91 0.94 0.90 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 21603 0 0 0 2960 38 0 0 25 0 1 0 899643224 101044224 21523 4294967295 134512640 134716908 3221224576 3221222804 1077414435 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 24669 21523 1111 63 0 24606 0
vsize: 98676
[startup+40.0013 s]
Raw data (loadavg): 0.92 0.94 0.90 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 29892 0 0 0 3946 53 0 0 25 0 1 0 899643224 135057408 29812 4294967295 134512640 134716908 3221224576 3221222804 1077414336 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 32973 29812 1111 63 0 32910 0
vsize: 131892
[startup+50.0024 s]
Raw data (loadavg): 0.93 0.95 0.90 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 38315 0 0 0 4932 66 0 0 25 0 1 0 899643224 169545728 38235 4294967295 134512640 134716908 3221224576 3221222804 1077414433 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 41393 38235 1111 63 0 41330 0
vsize: 165572
[startup+60.0019 s]
Raw data (loadavg): 0.94 0.95 0.91 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 47101 0 0 0 5916 82 0 0 25 0 1 0 899643224 205533184 47021 4294967295 134512640 134716908 3221224576 3221222804 1077414338 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 50179 47021 1111 63 0 50116 0
vsize: 200716
[startup+70.0021 s]
Raw data (loadavg): 0.95 0.95 0.91 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 56031 0 0 0 6901 98 0 0 25 0 1 0 899643224 242106368 55951 4294967295 134512640 134716908 3221224576 3221222804 1077414383 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 59108 55951 1111 63 0 59045 0
vsize: 236432
[startup+80.0029 s]
Raw data (loadavg): 0.96 0.95 0.91 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 65014 0 0 0 7887 113 0 0 25 0 1 0 899643224 278835200 64934 4294967295 134512640 134716908 3221224576 3221222804 1077414413 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 68075 64934 1111 63 0 68012 0
vsize: 272300
[startup+90.0034 s]
Raw data (loadavg): 0.96 0.95 0.91 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 74166 0 0 0 8872 128 0 0 25 0 1 0 899643224 316313600 74086 4294967295 134512640 134716908 3221224576 3221222804 1077414345 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 77225 74086 1111 63 0 77162 0
vsize: 308900
[startup+100.003 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 83555 0 0 0 9856 143 0 0 25 0 1 0 899643224 354832384 83475 4294967295 134512640 134716908 3221224576 3221223232 134527932 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 86629 83475 1111 63 0 86566 0
vsize: 346516
[startup+110.004 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 92931 0 0 0 10840 160 0 0 25 0 1 0 899643224 393203712 92851 4294967295 134512640 134716908 3221224576 3221223232 134527946 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 95997 92851 1111 63 0 95934 0
vsize: 383988
[startup+120.004 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 102221 0 0 0 11825 175 0 0 25 0 1 0 899643224 431345664 102141 4294967295 134512640 134716908 3221224576 3221222928 134567410 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 105309 102141 1111 63 0 105246 0
vsize: 421236
[startup+130.004 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 23114
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 111220 0 0 0 12810 190 0 0 25 0 1 0 899643224 468217856 111140 4294967295 134512640 134716908 3221224576 3221222804 1077414338 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 114311 111140 1111 63 0 114248 0
vsize: 457244
[startup+140.409 s]
Raw data (loadavg): 1.14 0.99 0.92 2/54 23167
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 120914 0 0 0 13833 207 0 0 25 0 1 0 899643224 507936768 120834 4294967295 134512640 134716908 3221224576 3221223232 134527946 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 124008 120834 1111 63 0 123945 0
vsize: 496032
[startup+150.412 s]
Raw data (loadavg): 1.12 0.99 0.92 2/54 23167
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 130934 0 0 0 14817 224 0 0 25 0 1 0 899643224 548990976 130854 4294967295 134512640 134716908 3221224576 3221223232 134527946 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 134031 130854 1111 63 0 133968 0
vsize: 536124
[startup+160.412 s]
Raw data (loadavg): 1.10 0.99 0.92 2/54 23167
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 140575 0 0 0 15799 242 0 0 25 0 1 0 899643224 588414976 140495 4294967295 134512640 134716908 3221224576 3221223232 134527932 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 143656 140495 1111 63 0 143593 0
vsize: 574624
[startup+170.412 s]
Raw data (loadavg): 1.08 0.99 0.92 2/54 23167
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 150187 0 0 0 16784 257 0 0 25 0 1 0 899643224 627826688 150107 4294967295 134512640 134716908 3221224576 3221223232 134527932 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 153278 150107 1111 63 0 153215 0
vsize: 613112
[startup+180.412 s]
Raw data (loadavg): 1.07 0.99 0.92 2/54 23167
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 159432 0 0 0 17768 273 0 0 25 0 1 0 899643224 665604096 159352 4294967295 134512640 134716908 3221224576 3221222804 1077414413 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 162501 159352 1111 63 0 162438 0
vsize: 650004
[startup+190.413 s]
Raw data (loadavg): 1.06 0.99 0.92 2/54 23167
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 169323 0 0 0 18751 291 0 0 25 0 1 0 899643224 706207744 169243 4294967295 134512640 134716908 3221224576 3221223232 134527946 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 172414 169243 1111 63 0 172351 0
vsize: 689656
[startup+200.413 s]
Raw data (loadavg): 1.05 0.99 0.92 2/54 23169
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 179376 0 0 0 19732 310 0 0 25 0 1 0 899643224 747270144 179296 4294967295 134512640 134716908 3221224576 3221223232 134527932 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 182439 179296 1111 63 0 182376 0
vsize: 729756
[startup+210.412 s]
Raw data (loadavg): 1.04 0.99 0.92 2/54 23169
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 189295 0 0 0 20715 327 0 0 25 0 1 0 899643224 787881984 189215 4294967295 134512640 134716908 3221224576 3221223232 134527932 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 192354 189215 1111 63 0 192291 0
vsize: 769416
[startup+220.413 s]
Raw data (loadavg): 1.03 0.99 0.92 2/54 23169
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 216638 0 0 0 21666 376 0 0 25 0 1 0 899643224 899940352 216558 4294967295 134512640 134716908 3221224576 3221222860 1077399562 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 219712 216558 1111 63 0 219649 0
vsize: 878848
[startup+230.414 s]
Raw data (loadavg): 1.03 0.99 0.92 2/54 23169
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 224888 0 60 0 22608 396 0 0 25 0 1 0 899643224 933384192 222989 4294967295 134512640 134716908 3221224576 3221222860 1077399562 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 227877 222989 1111 63 0 227814 0
vsize: 911508
[startup+240.414 s]
Raw data (loadavg): 1.02 0.99 0.92 2/54 23169
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 226773 0 60 0 23600 404 0 0 25 0 1 0 899643224 941142016 224425 4294967295 134512640 134716908 3221224576 3221223216 134569411 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 229771 224425 1111 63 0 229708 0
vsize: 919084
[startup+244.75 s]
Raw data (loadavg): 1.02 0.99 0.92 1/53 23169
Raw data (stat): 23114 (bsolo_lpr-v2) R 23113 20224 20223 0 -1 0 226773 0 60 0 23600 404 0 0 25 0 1 0 899643224 941142016 224425 4294967295 134512640 134716908 3221224576 3221223216 134569411 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 229771 224425 1111 63 0 229708 0
vsize: 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 244.75
CPU time (s): 244.353
CPU user time (s): 239.863
CPU system time (s): 4.49032
CPU usage (%): 99.8377
Max. virtual memory (Kb): 919084
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####