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 20524

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc13 THE 2005-04-21 21:32:06 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=14629 boxname=wulflinc13 idbench=1126 idsolver=4 numberseed=0
MD5SUM SOLVER: 1540ae3c74fe6bb56fea7dc39e0baf99  /oldhome/oroussel/solvers/galena
MD5SUM BENCH:  6eb30c4e664b9c0e8d94f2aea74a91a3  /oldhome/oroussel/tmp/wulflinc13/normalized-mps-v2-20-10-neos19.opb
REAL COMMAND:  galena /oldhome/oroussel/tmp/wulflinc13/normalized-mps-v2-20-10-neos19.opb
IDLAUNCH: 14629
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.242
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.242
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:        723720 kB
Buffers:         11532 kB
Cached:         277816 kB
SwapCached:        264 kB
Active:         155068 kB
Inactive:       136228 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        723468 kB
SwapTotal:     2097136 kB
SwapFree:      2095968 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5744 kB
Slab:            13892 kB
Committed_AS:    63596 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-21 21:34:05 (client local time) WITH STATUS 0 IN 117.083 SECONDS
stats: 14629 7 117.083 0
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Decisions:	0
c Implications:	18205
c RUNTIME:	112.375s
s UNKNOWN
#### 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.97 0.93 0.91 2/54 28042
Raw data (stat): 28042 (runsolver) R 28041 30701 30700 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 490126497 1052672 99 4294967295 134512640 135381576 3221224528 3221219776 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.0006 s]
Raw data (loadavg): 0.97 0.93 0.91 2/54 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 3663 0 0 0 980 11 0 0 25 0 1 0 490126497 14643200 3195 4294967295 134512640 135412752 3221224624 3221222208 134853057 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 3575 3195 241 241 0 3334 0
vsize: 14300
[startup+20.0002 s]
Raw data (loadavg): 0.98 0.93 0.91 2/54 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 9082 0 0 0 1964 26 0 0 25 0 1 0 490126497 33296384 7618 4294967295 134512640 135412752 3221224624 3221222096 134832661 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 8129 7618 241 241 0 7888 0
vsize: 32516
[startup+30.0009 s]
Raw data (loadavg): 0.98 0.93 0.91 2/54 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 14581 0 0 0 2951 40 0 0 25 0 1 0 490126497 55205888 12283 4294967295 134512640 135412752 3221224624 3221222380 134851908 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 13478 12283 241 241 0 13237 0
vsize: 53912
[startup+40.0015 s]
Raw data (loadavg): 0.98 0.93 0.91 2/54 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 19329 0 0 0 3936 55 0 0 25 0 1 0 490126497 70422528 16262 4294967295 134512640 135412752 3221224624 3221222352 134929904 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 17193 16262 241 241 0 16952 0
vsize: 68772
[startup+50.0074 s]
Raw data (loadavg): 0.99 0.94 0.91 2/54 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 21764 0 0 0 4926 65 0 0 25 0 1 0 490126497 79130624 18697 4294967295 134512640 135412752 3221224624 3221222252 135039648 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 19319 18697 241 241 0 19078 0
vsize: 77276
[startup+60.0073 s]
Raw data (loadavg): 0.99 0.94 0.91 2/54 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 23161 0 0 0 5919 73 0 0 25 0 1 0 490126497 84672512 20094 4294967295 134512640 135412752 3221224624 3221222368 134618742 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 20672 20094 241 241 0 20431 0
vsize: 82688
[startup+70.0069 s]
Raw data (loadavg): 0.99 0.94 0.91 2/54 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 27750 0 0 0 6908 84 0 0 25 0 1 0 490126497 103292928 24042 4294967295 134512640 135412752 3221224624 3221221968 134688938 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 25218 24042 241 241 0 24977 0
vsize: 100872
[startup+80.0072 s]
Raw data (loadavg): 0.99 0.94 0.91 2/54 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 28524 0 0 0 7902 90 0 0 25 0 1 0 490126497 106266624 24816 4294967295 134512640 135412752 3221224624 3221222512 134667907 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 25944 24816 241 241 0 25703 0
vsize: 103776
[startup+90.0072 s]
Raw data (loadavg): 0.99 0.94 0.91 2/54 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 29940 0 0 0 8896 96 0 0 25 0 1 0 490126497 111808512 26232 4294967295 134512640 135412752 3221224624 3221221936 135040303 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 27297 26232 241 241 0 27056 0
vsize: 109188
[startup+100.008 s]
Raw data (loadavg): 0.99 0.94 0.91 2/54 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 31363 0 0 0 9890 102 0 0 25 0 1 0 490126497 117350400 27655 4294967295 134512640 135412752 3221224624 3221221984 134725807 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 28650 27655 241 241 0 28409 0
vsize: 114600
[startup+110.009 s]
Raw data (loadavg): 0.99 0.94 0.91 2/54 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 74634 0 0 0 10795 198 0 0 25 0 1 0 490126497 323190784 70715 4294967295 134512640 135412752 3221224624 3221222784 134531013 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 78904 70715 241 241 0 78663 0
vsize: 315616
[startup+117.16 s]
Raw data (loadavg): 0.99 0.94 0.91 1/53 28042
Raw data (stat): 28042 (galena) R 28041 30701 30700 0 -1 0 74634 0 0 0 10795 198 0 0 25 0 1 0 490126497 323190784 70715 4294967295 134512640 135412752 3221224624 3221222784 134531013 0 0 7 0 0 0 0 17 1 0 0
Raw data (statm): 78904 70715 241 241 0 78663 0
vsize: 0

Child status: 0
Real time (s): 117.159
CPU time (s): 117.083
CPU user time (s): 114.727
CPU system time (s): 2.35664
CPU usage (%): 99.9353
Max. virtual memory (Kb): 315616
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####