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-neos19.opb
MD5SUM6eb30c4e664b9c0e8d94f2aea74a91a3
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables1041679
Total number of constraints137871
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10091
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint1
Maximum length of a constraint275

Trace number 35354

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-05-28 12:58:25 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24654 boxname=wulflinc6 idbench=1126 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  6eb30c4e664b9c0e8d94f2aea74a91a3  /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-20-10-neos19.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-20-10-neos19.opb
IDLAUNCH: 24654
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.042
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.042
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:        629140 kB
Buffers:         34440 kB
Cached:         348048 kB
SwapCached:        624 kB
Active:          80440 kB
Inactive:       304244 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        628888 kB
SwapTotal:     2097136 kB
SwapFree:      2095604 kB
Dirty:               4 kB
Writeback:           0 kB
Mapped:           5180 kB
Slab:            15000 kB
Committed_AS:    63720 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-28 13:00:34 (client local time) WITH STATUS 1 IN 127.13 SECONDS
stats: 24654 7 127.13 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): 0.93 0.97 0.91 2/54 3829
Raw data (stat): 3829 (runsolver) R 3828 25568 25567 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 806761901 884736 94 4294967295 134512640 135332820 3221224464 3221219644 135092226 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+10.0003 s]
Raw data (loadavg): 0.94 0.97 0.91 2/54 3829
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 134 0 0 0 996 3 0 0 25 0 1 0 806761901 1540096 124 4294967295 134512640 135726644 3221224576 3221221776 134576140 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 376 124 300 300 0 76 0
vsize: 1504
[startup+20.0035 s]
Raw data (loadavg): 0.95 0.97 0.91 2/54 3829
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 24834 0 0 0 1941 59 0 0 25 0 1 0 806761901 84656128 13991 4294967295 134512640 135726644 3221224576 3220618656 134558937 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 20668 13991 300 300 0 20368 0
vsize: 82672
[startup+30.0037 s]
Raw data (loadavg): 0.96 0.97 0.91 2/54 3829
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 53025 0 0 0 2879 121 0 0 25 0 1 0 806761901 168079360 31221 4294967295 134512640 135726644 3221224576 3221062892 134604474 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 41035 31221 300 300 0 40735 0
vsize: 164140
[startup+40.0046 s]
Raw data (loadavg): 0.96 0.97 0.91 2/54 3829
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 95016 0 0 0 3794 207 0 0 25 0 1 0 806761901 298397696 51533 4294967295 134512640 135726644 3221224576 3220954492 134604456 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 72851 51533 300 300 0 72551 0
vsize: 291404
[startup+50.005 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 3829
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 109407 0 0 0 4764 237 0 0 25 0 1 0 806761901 339116032 65698 4294967295 134512640 135726644 3221224576 3221117024 134605151 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 82792 65698 300 300 0 82492 0
vsize: 331168
[startup+60.0051 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 3829
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 129507 0 0 0 5722 278 0 0 25 0 1 0 806761901 367906816 85565 4294967295 134512640 135726644 3221224576 3221020928 134554706 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 89821 85565 300 300 0 89521 0
vsize: 359284
[startup+70.0057 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 3829
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 191690 0 0 0 6603 398 0 0 25 0 1 0 806761901 594345984 104633 4294967295 134512640 135726644 3221224576 3221009792 134784489 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 145104 104633 300 300 0 144804 0
vsize: 580416
[startup+80.0064 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 3829
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 201637 0 0 0 7580 420 0 0 25 0 1 0 806761901 627900416 114402 4294967295 134512640 135726644 3221224576 3221221520 134541174 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 153296 114402 300 300 0 152996 0
vsize: 613184
[startup+90.0066 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 3829
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 208451 0 0 0 8560 439 0 0 25 0 1 0 806761901 627900416 120999 4294967295 134512640 135726644 3221224576 3221221776 134574441 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 153296 120999 300 300 0 152996 0
vsize: 613184
[startup+100.007 s]
Raw data (loadavg): 0.98 0.97 0.91 2/58 3833
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 214183 0 0 0 9541 459 0 0 25 0 1 0 806761901 627900416 126552 4294967295 134512640 135726644 3221224576 3221219576 135280592 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 153296 126552 300 300 0 152996 0
vsize: 613184
[startup+110.008 s]
Raw data (loadavg): 1.06 0.99 0.92 2/54 3882
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 220704 0 0 0 10522 479 0 0 25 0 1 0 806761901 627900416 132868 4294967295 134512640 135726644 3221224576 3221217132 135287432 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 153296 132869 300 300 0 152996 0
vsize: 613184
[startup+120.008 s]
Raw data (loadavg): 1.05 0.99 0.92 2/54 3882
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 244442 0 0 0 11473 528 0 0 25 0 1 0 806761901 937988096 155760 4294967295 134512640 135726644 3221224576 3221221120 134771789 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 229001 155763 300 300 0 228701 0
vsize: 916004
[startup+127.123 s]
Raw data (loadavg): 1.05 0.99 0.92 1/53 3882
Raw data (stat): 3829 (pb2sat) R 3828 25568 25567 0 -1 0 244442 0 0 0 11473 528 0 0 25 0 1 0 806761901 937988096 155760 4294967295 134512640 135726644 3221224576 3221221120 134771789 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 229001 155763 300 300 0 228701 0
vsize: 0

Child status: 1
Real time (s): 127.123
CPU time (s): 127.13
CPU user time (s): 121.447
CPU system time (s): 5.68314
CPU usage (%): 100.005
Max. virtual memory (Kb): 916004
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####