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/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-qap10.opb
MD5SUM1c2ccb44cf4c8d63886f263017961035
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 190
Optimality of the best value was proved NO
Number of terms in the objective function 52200
Biggest coefficient in the objective function 26214400
Number of bits for the biggest coefficient in the objective function 25
Sum of the numbers in the objective function 24146585100
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 26214400
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 24146585100
Number of bits of the biggest sum of numbers35
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.22
Number of variables83000
Total number of constraints1820
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint200
Maximum length of a constraint200

Trace number 35364

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc20 THE 2005-05-28 12:59:50 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24666 boxname=wulflinc20 idbench=1138 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  1c2ccb44cf4c8d63886f263017961035  /oldhome/oroussel/tmp/wulflinc20/normalized-mps-v2-20-10-qap10.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc20/normalized-mps-v2-20-10-qap10.opb
IDLAUNCH: 24666
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.215
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.215
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:        735420 kB
Buffers:         32364 kB
Cached:         242936 kB
SwapCached:        644 kB
Active:          28528 kB
Inactive:       248788 kB
HighTotal:      131008 kB
HighFree:        10080 kB
LowTotal:       903652 kB
LowFree:        725340 kB
SwapTotal:     2097892 kB
SwapFree:      2096312 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5104 kB
Slab:            16176 kB
Committed_AS:    63600 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 13:02:43 (client local time) WITH STATUS 1 IN 172.295 SECONDS
stats: 24666 7 172.295 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.97 0.91 2/54 11229
Raw data (stat): 11229 (runsolver) R 11228 25399 25398 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 864992149 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.0007 s]
Raw data (loadavg): 1.01 0.97 0.91 2/54 11229
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 2184 0 0 0 994 5 0 0 25 0 1 0 864992149 7954432 1509 4294967295 134512640 135726644 3221224576 3221221728 134573226 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 1942 1509 300 300 0 1642 0
vsize: 7768
[startup+20.0011 s]
Raw data (loadavg): 1.09 0.99 0.92 2/57 11273
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 2695 0 0 0 1992 6 0 0 25 0 1 0 864992149 9306112 2012 4294967295 134512640 135726644 3221224576 3221221776 134574349 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 2272 2012 300 300 0 1972 0
vsize: 9088
[startup+30.0007 s]
Raw data (loadavg): 1.07 0.99 0.92 2/54 11282
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 3858 0 0 0 2990 9 0 0 25 0 1 0 864992149 13410304 2463 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3274 2463 300 300 0 2974 0
vsize: 13096
[startup+40.0044 s]
Raw data (loadavg): 1.06 0.99 0.92 2/54 11282
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 4099 0 0 0 3990 9 0 0 25 0 1 0 864992149 13950976 2699 4294967295 134512640 135726644 3221224576 3221221664 134556168 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3406 2699 300 300 0 3106 0
vsize: 13624
[startup+50.0096 s]
Raw data (loadavg): 1.05 0.99 0.92 2/54 11282
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 4358 0 0 0 4989 10 0 0 25 0 1 0 864992149 14626816 2954 4294967295 134512640 135726644 3221224576 3221221728 134606965 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3571 2954 300 300 0 3271 0
vsize: 14284
[startup+60.0099 s]
Raw data (loadavg): 1.04 0.99 0.92 2/54 11282
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 4592 0 0 0 5987 11 0 0 25 0 1 0 864992149 15302656 3184 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3736 3184 300 300 0 3436 0
vsize: 14944
[startup+70.0099 s]
Raw data (loadavg): 1.04 0.99 0.92 2/54 11282
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 22606 0 0 0 6942 57 0 0 25 0 1 0 864992149 77520896 16149 4294967295 134512640 135726644 3221224576 3202837264 134767136 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 18926 16149 300 300 0 18626 0
vsize: 75704
[startup+80.0096 s]
Raw data (loadavg): 1.03 0.99 0.92 2/54 11282
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 51153 0 0 0 7880 119 0 0 25 0 1 0 864992149 202924032 35002 4294967295 134512640 135726644 3221224576 3202087392 134784885 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 49542 35006 300 300 0 49242 0
vsize: 198168
[startup+90.0104 s]
Raw data (loadavg): 1.02 0.99 0.92 2/54 11284
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 85597 0 0 0 8807 192 0 0 25 0 1 0 864992149 272560128 53395 4294967295 134512640 135726644 3221224576 3204456080 134782666 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 66543 53396 300 300 0 66243 0
vsize: 266172
[startup+100.011 s]
Raw data (loadavg): 1.02 0.99 0.92 2/54 11284
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 111975 0 0 0 9747 253 0 0 25 0 1 0 864992149 365096960 67272 4294967295 134512640 135726644 3221224576 3205760796 135297998 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 89135 67273 300 300 0 88835 0
vsize: 356540
[startup+110.012 s]
Raw data (loadavg): 1.02 0.99 0.92 2/54 11284
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 133158 0 0 0 10705 295 0 0 25 0 1 0 864992149 396185600 88207 4294967295 134512640 135726644 3221224576 3200386152 135282351 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 96725 88207 300 300 0 96425 0
vsize: 386900
[startup+120.011 s]
Raw data (loadavg): 1.01 0.99 0.92 2/54 11284
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 172122 0 0 0 11634 367 0 0 25 0 1 0 864992149 520343552 107581 4294967295 134512640 135726644 3221224576 3204275664 134767231 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 127037 107581 300 300 0 126737 0
vsize: 508148
[startup+130.019 s]
Raw data (loadavg): 1.01 0.99 0.92 2/54 11284
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 206799 0 0 0 12559 442 0 0 25 0 1 0 864992149 654561280 117502 4294967295 134512640 135726644 3221224576 3202752492 134604449 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 159805 117503 300 300 0 159505 0
vsize: 639220
[startup+140.027 s]
Raw data (loadavg): 1.01 0.99 0.92 2/54 11284
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 225227 0 0 0 13520 482 0 0 25 0 1 0 864992149 674295808 135692 4294967295 134512640 135726644 3221224576 3202845352 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 164623 135692 300 300 0 164323 0
vsize: 658492
[startup+150.027 s]
Raw data (loadavg): 1.01 0.99 0.92 2/54 11284
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 245642 0 0 0 14476 526 0 0 25 0 1 0 864992149 703492096 155872 4294967295 134512640 135726644 3221224576 3201178880 134782666 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 171751 155873 300 300 0 171451 0
vsize: 687004
[startup+160.027 s]
Raw data (loadavg): 1.01 0.99 0.92 2/54 11284
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 262003 0 0 0 15442 561 0 0 25 0 1 0 864992149 777072640 172046 4294967295 134512640 135726644 3221224576 3201930128 134554691 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 189715 172047 300 300 0 189415 0
vsize: 758860
[startup+170.049 s]
Raw data (loadavg): 1.00 0.99 0.92 2/54 11284
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 268587 0 0 0 16424 580 0 0 25 0 1 0 864992149 626868224 149540 4294967295 134512640 135726644 3221224576 3221222932 135341057 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 153044 149540 300 300 0 152744 0
vsize: 612176
[startup+172.291 s]
Raw data (loadavg): 1.00 0.99 0.92 1/53 11284
Raw data (stat): 11229 (pb2sat) R 11228 25399 25398 0 -1 0 268587 0 0 0 16424 580 0 0 25 0 1 0 864992149 626868224 149540 4294967295 134512640 135726644 3221224576 3221222932 135341057 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 153044 149540 300 300 0 152744 0
vsize: 0

Child status: 1
Real time (s): 172.291
CPU time (s): 172.295
CPU user time (s): 166.185
CPU system time (s): 6.11007
CPU usage (%): 100.002
Max. virtual memory (Kb): 758860
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####