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/miplib3/normalized-mps-v2-20-10-fast0507.opb
MD5SUM2854384016ebafb26c8bfb47f81aee87
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 324
Optimality of the best value was proved NO
Number of terms in the objective function 63009
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 122425
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 122425
Number of bits of the biggest sum of numbers17
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.16
Number of variables63009
Total number of constraints63516
Number of constraints which are clauses507
Number of constraints which are cardinality constraints (but not clauses)63009
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint7753

Trace number 35256

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc18 THE 2005-05-28 12:33:29 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24554 boxname=wulflinc18 idbench=1026 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  2854384016ebafb26c8bfb47f81aee87  /oldhome/oroussel/tmp/wulflinc18/normalized-mps-v2-20-10-fast0507.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc18/normalized-mps-v2-20-10-fast0507.opb
IDLAUNCH: 24554
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.177
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.177
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:        669012 kB
Buffers:         33336 kB
Cached:         299140 kB
SwapCached:        792 kB
Active:          30004 kB
Inactive:       304632 kB
HighTotal:      131008 kB
HighFree:        18704 kB
LowTotal:       903652 kB
LowFree:        650308 kB
SwapTotal:     2097892 kB
SwapFree:      2096240 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5120 kB
Slab:            25200 kB
Committed_AS:    63600 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 12:37:02 (client local time) WITH STATUS 1 IN 212.817 SECONDS
stats: 24554 7 212.817 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): 1.01 0.98 0.91 2/54 2072
Raw data (stat): 2072 (runsolver) R 2071 24172 24171 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 864819719 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.0004 s]
Raw data (loadavg): 1.01 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 1336 0 0 0 994 5 0 0 25 0 1 0 864819719 5361664 1023 4294967295 134512640 135726644 3221224576 3221221664 134556173 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 1309 1023 300 300 0 1009 0
vsize: 5236
[startup+20.0014 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 2438 0 0 0 1992 7 0 0 25 0 1 0 864819719 8630272 1759 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 2107 1759 300 300 0 1807 0
vsize: 8428
[startup+30.0012 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 3788 0 0 0 2988 11 0 0 25 0 1 0 864819719 13410304 2396 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3274 2396 300 300 0 2974 0
vsize: 13096
[startup+40.0021 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 3952 0 0 0 3988 12 0 0 25 0 1 0 864819719 13545472 2554 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3307 2554 300 300 0 3007 0
vsize: 13228
[startup+50.003 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 4236 0 0 0 4987 13 0 0 25 0 1 0 864819719 14356480 2834 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3505 2834 300 300 0 3205 0
vsize: 14020
[startup+60.0029 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 4486 0 0 0 5986 14 0 0 25 0 1 0 864819719 15032320 3080 4294967295 134512640 135726644 3221224576 3221221664 134556160 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3670 3080 300 300 0 3370 0
vsize: 14680
[startup+70.0038 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 4711 0 0 0 6986 15 0 0 25 0 1 0 864819719 15572992 3301 4294967295 134512640 135726644 3221224576 3221221664 134556173 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3802 3301 300 300 0 3502 0
vsize: 15208
[startup+80.0048 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 4916 0 0 0 7985 15 0 0 25 0 1 0 864819719 16113664 3503 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3934 3503 300 300 0 3634 0
vsize: 15736
[startup+90.0057 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 5109 0 0 0 8985 16 0 0 25 0 1 0 864819719 16654336 3693 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 4066 3693 300 300 0 3766 0
vsize: 16264
[startup+100.006 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 5287 0 0 0 9984 17 0 0 25 0 1 0 864819719 17195008 3868 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 4198 3868 300 300 0 3898 0
vsize: 16792
[startup+110.006 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 26300 0 0 0 10937 64 0 0 25 0 1 0 864819719 88743936 18339 4294967295 134512640 135726644 3221224576 3206268232 135282351 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 21666 18339 300 300 0 21366 0
vsize: 86664
[startup+120.006 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 58880 0 0 0 11859 142 0 0 25 0 1 0 864819719 185495552 36872 4294967295 134512640 135726644 3221224576 3197347264 134767136 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 45287 36872 300 300 0 44987 0
vsize: 181148
[startup+130.006 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 89021 0 0 0 12793 208 0 0 25 0 1 0 864819719 278544384 57089 4294967295 134512640 135726644 3221224576 3196496152 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 68004 57090 300 300 0 67704 0
vsize: 272016
[startup+140.007 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 117080 0 0 0 13725 277 0 0 25 0 1 0 864819719 374460416 72652 4294967295 134512640 135726644 3221224576 3218097664 134767123 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 91421 72654 300 300 0 91121 0
vsize: 365684
[startup+150.008 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 146707 0 0 0 14659 343 0 0 25 0 1 0 864819719 561270784 101703 4294967295 134512640 135726644 3221224576 3199828160 134771708 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 137029 101705 300 300 0 136729 0
vsize: 548116
[startup+160.008 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 198680 0 0 0 15550 452 0 0 25 0 1 0 864819719 619139072 109855 4294967295 134512640 135726644 3221224576 3202929440 134558355 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 151157 109856 300 300 0 150857 0
vsize: 604628
[startup+170.009 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 212077 0 0 0 16514 488 0 0 25 0 1 0 864819719 656072704 123036 4294967295 134512640 135726644 3221224576 3213980952 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160174 123036 300 300 0 159874 0
vsize: 640696
[startup+180.01 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 233034 0 0 0 17460 542 0 0 25 0 1 0 864819719 687026176 143740 4294967295 134512640 135726644 3221224576 3197290064 134767123 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 167731 143741 300 300 0 167431 0
vsize: 670924
[startup+190.011 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 253338 0 0 0 18416 586 0 0 25 0 1 0 864819719 715005952 163813 4294967295 134512640 135726644 3221224576 3209056864 134767234 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 174562 163815 300 300 0 174262 0
vsize: 698248
[startup+200.011 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 270056 0 0 0 19380 621 0 0 25 0 1 0 864819719 789127168 180337 4294967295 134512640 135726644 3221224576 3209266952 134784091 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 192691 180339 300 300 0 192391 0
vsize: 770632
[startup+210.011 s]
Raw data (loadavg): 1.00 0.98 0.91 2/54 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 270633 0 0 0 20378 623 0 0 25 0 1 0 864819719 790204416 180659 4294967295 134512640 135726644 3221224576 3221222828 135277538 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 192921 180659 300 300 0 192621 0
vsize: 771684
[startup+212.811 s]
Raw data (loadavg): 1.00 0.98 0.91 1/53 2072
Raw data (stat): 2072 (pb2sat) R 2071 24172 24171 0 -1 0 270633 0 0 0 20378 623 0 0 25 0 1 0 864819719 790204416 180659 4294967295 134512640 135726644 3221224576 3221222828 135277538 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 192921 180659 300 300 0 192621 0
vsize: 0

Child status: 1
Real time (s): 212.81
CPU time (s): 212.817
CPU user time (s): 206.219
CPU system time (s): 6.598
CPU usage (%): 100.003
Max. virtual memory (Kb): 771684
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####