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 28536

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc5 THE 2005-05-25 03:07:23 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=12469 boxname=wulflinc5 idbench=960 idsolver=2 numberseed=0
MD5SUM SOLVER: 754786be69defe53c030aa54f111e0a7  /oldhome/oroussel/solvers/bsolo_lpr_cuts
MD5SUM BENCH:  0a1ff370c051d88127ca8cdb722ca490  /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-atlanta-ip.opb
REAL COMMAND:  bsolo_lpr_cuts /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-atlanta-ip.opb
IDLAUNCH: 12469
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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	: 2
cpu MHz		: 451.007
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:        516228 kB
Buffers:         22336 kB
Cached:         472240 kB
SwapCached:       1348 kB
Active:          52652 kB
Inactive:       445248 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        515976 kB
SwapTotal:     2097136 kB
SwapFree:      2095356 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5748 kB
Slab:            14880 kB
Committed_AS:    63600 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-25 03:11:33 (client local time) WITH STATUS 0 IN 248.779 SECONDS
stats: 12469 7 248.779 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
Raw data (loadavg): 0.72 0.86 0.92 2/54 17942
Raw data (stat): 17942 (runsolver) R 17941 7266 7265 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 777292414 1052672 99 4294967295 134512640 135381576 3221224480 3221219692 135158418 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0002 s]
Raw data (loadavg): 0.77 0.87 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 6894 0 0 0 985 13 0 0 25 0 1 0 777292414 40751104 6818 4294967295 134512640 134714508 3221224576 3221222804 1077414382 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 9949 6818 1111 63 0 9886 0
vsize: 39796
[startup+20.0012 s]
Raw data (loadavg): 0.80 0.87 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 14123 0 0 0 1972 26 0 0 25 0 1 0 777292414 70438912 14047 4294967295 134512640 134714508 3221224576 3221222804 1077414382 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 17197 14047 1111 63 0 17134 0
vsize: 68788
[startup+30.0012 s]
Raw data (loadavg): 0.83 0.88 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 21310 0 0 0 2961 37 0 0 25 0 1 0 777292414 99852288 21234 4294967295 134512640 134714508 3221224576 3221222804 1077414413 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 24378 21234 1111 63 0 24315 0
vsize: 97512
[startup+40.0013 s]
Raw data (loadavg): 0.86 0.88 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 28657 0 0 0 3946 52 0 0 25 0 1 0 777292414 129982464 28581 4294967295 134512640 134714508 3221224576 3221222804 1077414410 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 31734 28581 1111 63 0 31671 0
vsize: 126936
[startup+50.0024 s]
Raw data (loadavg): 0.88 0.88 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 35791 0 0 0 4935 63 0 0 25 0 1 0 777292414 159248384 35715 4294967295 134512640 134714508 3221224576 3221222804 1077414413 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 38879 35715 1111 63 0 38816 0
vsize: 155516
[startup+60.0021 s]
Raw data (loadavg): 0.90 0.89 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 43326 0 0 0 5921 77 0 0 25 0 1 0 777292414 190005248 43250 4294967295 134512640 134714508 3221224576 3221222804 1077414338 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 46388 43250 1111 63 0 46325 0
vsize: 185552
[startup+70.0026 s]
Raw data (loadavg): 0.91 0.89 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 50998 0 0 0 6909 89 0 0 25 0 1 0 777292414 221499392 50922 4294967295 134512640 134714508 3221224576 3221222804 1077414338 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 54077 50922 1111 63 0 54014 0
vsize: 216308
[startup+80.0026 s]
Raw data (loadavg): 0.92 0.89 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 59226 0 0 0 7896 102 0 0 25 0 1 0 777292414 255242240 59150 4294967295 134512640 134714508 3221224576 3221222908 1077399562 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 62315 59153 1111 63 0 62252 0
vsize: 249260
[startup+90.0027 s]
Raw data (loadavg): 0.94 0.90 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 68190 0 0 0 8881 118 0 0 25 0 1 0 777292414 291975168 68114 4294967295 134512640 134714508 3221224576 3221223232 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 71283 68114 1111 63 0 71220 0
vsize: 285132
[startup+100.003 s]
Raw data (loadavg): 0.95 0.90 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 77227 0 0 0 9867 132 0 0 25 0 1 0 777292414 328855552 77151 4294967295 134512640 134714508 3221224576 3221222804 1077414388 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 80287 77151 1111 63 0 80224 0
vsize: 321148
[startup+110.003 s]
Raw data (loadavg): 0.95 0.90 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 85832 0 0 0 10854 145 0 0 25 0 1 0 777292414 364089344 85756 4294967295 134512640 134714508 3221224576 3221223232 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 88889 85756 1111 63 0 88826 0
vsize: 355556
[startup+120.004 s]
Raw data (loadavg): 0.96 0.90 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 95122 0 0 0 11840 160 0 0 25 0 1 0 777292414 402161664 95046 4294967295 134512640 134714508 3221224576 3221222804 1077414395 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 98184 95046 1111 63 0 98121 0
vsize: 392736
[startup+130.003 s]
Raw data (loadavg): 0.97 0.91 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 104286 0 0 0 12821 179 0 0 25 0 1 0 777292414 439857152 104210 4294967295 134512640 134714508 3221224576 3221222804 1077414413 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 107387 104210 1111 63 0 107324 0
vsize: 429548
[startup+140.003 s]
Raw data (loadavg): 0.97 0.91 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 113345 0 0 0 13804 196 0 0 25 0 1 0 777292414 476876800 113269 4294967295 134512640 134714508 3221224576 3221223232 134527930 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 116425 113269 1111 63 0 116362 0
vsize: 465700
[startup+150.004 s]
Raw data (loadavg): 0.97 0.91 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 122151 0 0 0 14791 209 0 0 25 0 1 0 777292414 513011712 122075 4294967295 134512640 134714508 3221224576 3221222804 1077414385 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 125247 122075 1111 63 0 125184 0
vsize: 500988
[startup+160.003 s]
Raw data (loadavg): 0.98 0.91 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 132008 0 0 0 15774 225 0 0 25 0 1 0 777292414 553320448 131932 4294967295 134512640 134714508 3221224576 3221222804 1077414388 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 135088 131932 1111 63 0 135025 0
vsize: 540352
[startup+170.003 s]
Raw data (loadavg): 0.98 0.92 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 141781 0 0 0 16752 243 0 0 25 0 1 0 777292414 593338368 141705 4294967295 134512640 134714508 3221224576 3221223232 134527935 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 144858 141705 1111 63 0 144795 0
vsize: 579432
[startup+180.003 s]
Raw data (loadavg): 0.98 0.92 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 151000 0 0 0 17731 260 0 0 25 0 1 0 777292414 631111680 150924 4294967295 134512640 134714508 3221224576 3221223232 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 154080 150924 1111 63 0 154017 0
vsize: 616320
[startup+190.003 s]
Raw data (loadavg): 0.99 0.92 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 160085 0 0 0 18713 277 0 0 25 0 1 0 777292414 668286976 160009 4294967295 134512640 134714508 3221224576 3221222804 1077414363 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 163156 160009 1111 63 0 163093 0
vsize: 652624
[startup+200.003 s]
Raw data (loadavg): 0.99 0.92 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 169754 0 0 0 19695 295 0 0 25 0 1 0 777292414 707854336 169678 4294967295 134512640 134714508 3221224576 3221223232 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 172816 169678 1111 63 0 172753 0
vsize: 691264
[startup+210.003 s]
Raw data (loadavg): 0.99 0.92 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 179605 0 0 0 20677 313 0 0 25 0 1 0 777292414 748314624 179529 4294967295 134512640 134714508 3221224576 3221223232 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 182694 179529 1111 63 0 182631 0
vsize: 730776
[startup+220.004 s]
Raw data (loadavg): 0.99 0.93 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 189487 0 0 0 21660 331 0 0 25 0 1 0 777292414 788779008 189411 4294967295 134512640 134714508 3221224576 3221223232 134527932 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 192573 189411 1111 63 0 192510 0
vsize: 770292
[startup+230.004 s]
Raw data (loadavg): 0.99 0.93 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 217061 0 0 0 22598 390 0 0 25 0 1 0 777292414 901619712 216126 4294967295 134512640 134714508 3221224576 3221222860 1077399562 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 220122 216126 1111 63 0 220059 0
vsize: 880488
[startup+240.004 s]
Raw data (loadavg): 0.99 0.93 0.92 2/54 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 225361 0 1 0 23577 410 0 0 25 0 1 0 777292414 935710720 223693 4294967295 134512640 134714508 3221224576 3221222860 1077399562 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 228445 223693 1111 63 0 228382 0
vsize: 913780
[startup+248.933 s]
Raw data (loadavg): 0.99 0.93 0.92 1/53 17942
Raw data (stat): 17942 (bsolo_lpr_cuts) R 17941 7266 7265 0 -1 0 225361 0 1 0 23577 410 0 0 25 0 1 0 777292414 935710720 223693 4294967295 134512640 134714508 3221224576 3221222860 1077399562 0 0 7 0 0 0 0 17 0 0 0
Raw data (statm): 228445 223693 1111 63 0 228382 0
vsize: 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 248.932
CPU time (s): 248.779
CPU user time (s): 244.188
CPU system time (s): 4.5913
CPU usage (%): 99.9386
Max. virtual memory (Kb): 913780
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####