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-13-7/plato.asu.edu/pub/milp/normalized-mps-v2-13-7-neos19.opb
MD5SUM807e897c82c7100925712510cfaeeca1
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 3072
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 12240
Number of bits of the biggest sum of numbers14
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables760312
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 constraint268

Trace number 42990

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc4 THE 2005-06-16 20:43:25 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=26211 boxname=wulflinc4 idbench=1511 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  807e897c82c7100925712510cfaeeca1  /oldhome/oroussel/tmp/wulflinc4/normalized-mps-v2-13-7-neos19.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc4/normalized-mps-v2-13-7-neos19.opb
IDLAUNCH: 26211
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.169
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.169
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:        647420 kB
Buffers:         20680 kB
Cached:         343916 kB
SwapCached:        904 kB
Active:          72388 kB
Inactive:       294240 kB
HighTotal:      131008 kB
HighFree:          280 kB
LowTotal:       903652 kB
LowFree:        647140 kB
SwapTotal:     2097136 kB
SwapFree:      2095236 kB
Dirty:               4 kB
Writeback:           0 kB
Mapped:           4996 kB
Slab:            14900 kB
Committed_AS:    71904 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 20:45:39 (client local time) WITH STATUS 1 IN 132.648 SECONDS
stats: 26211 7 132.648 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.88 0.94 0.90 2/54 316
Raw data (stat): 316 (runsolver) R 315 21152 21151 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 973724843 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.0004 s]
Raw data (loadavg): 0.90 0.94 0.90 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 130 0 0 0 996 3 0 0 25 0 1 0 973724843 1544192 120 4294967295 134512640 135730672 3221224576 3221221728 134576200 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 377 120 301 301 0 76 0
vsize: 1508
[startup+20.0013 s]
Raw data (loadavg): 0.91 0.94 0.90 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 14727 0 0 0 1962 37 0 0 25 0 1 0 973724843 47751168 8510 4294967295 134512640 135730672 3221224576 3221221728 134610549 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 11658 8510 301 301 0 11357 0
vsize: 46632
[startup+30.0019 s]
Raw data (loadavg): 0.92 0.94 0.90 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 31127 0 0 0 2921 78 0 0 25 0 1 0 973724843 93634560 18577 4294967295 134512640 135730672 3221224576 3221221776 134577628 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 22860 18577 301 301 0 22559 0
vsize: 91440
[startup+40.0021 s]
Raw data (loadavg): 0.94 0.94 0.91 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 49487 0 0 0 3878 121 0 0 25 0 1 0 973724843 210108416 33490 4294967295 134512640 135730672 3221224576 3221221036 135291172 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 51296 33490 301 301 0 50995 0
vsize: 205184
[startup+50.0035 s]
Raw data (loadavg): 0.95 0.94 0.91 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 64357 0 0 0 4846 153 0 0 25 0 1 0 973724843 187834368 39148 4294967295 134512640 135730672 3221224576 3221220340 135292598 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 45858 39148 301 301 0 45557 0
vsize: 183432
[startup+60.0044 s]
Raw data (loadavg): 0.95 0.94 0.91 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 81162 0 0 0 5801 198 0 0 25 0 1 0 973724843 248836096 49619 4294967295 134512640 135730672 3221224576 3221221728 134610589 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 60751 49619 301 301 0 60450 0
vsize: 243004
[startup+70.0036 s]
Raw data (loadavg): 0.96 0.95 0.91 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 116069 0 0 0 6734 265 0 0 25 0 1 0 973724843 439836672 83356 4294967295 134512640 135730672 3221224576 3221220976 135282716 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 107382 83356 301 301 0 107081 0
vsize: 429528
[startup+80.005 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 121692 0 0 0 7715 285 0 0 25 0 1 0 973724843 368529408 71394 4294967295 134512640 135730672 3221224576 3221219472 134770759 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 89973 71394 301 301 0 89672 0
vsize: 359892
[startup+90.0047 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 141597 0 0 0 8672 328 0 0 25 0 1 0 973724843 425213952 78819 4294967295 134512640 135730672 3221224576 3221221504 134540869 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 103812 78819 301 301 0 103511 0
vsize: 415248
[startup+100.005 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 153328 0 0 0 9642 358 0 0 25 0 1 0 973724843 457064448 90364 4294967295 134512640 135730672 3221224576 3221198056 134785809 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 111588 90365 301 301 0 111287 0
vsize: 446352
[startup+110.005 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 168948 0 0 0 10602 398 0 0 25 0 1 0 973724843 471576576 105753 4294967295 134512640 135730672 3221224576 3221211256 135285983 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 115131 105754 301 301 0 114830 0
vsize: 460524
[startup+120.005 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 208295 0 0 0 11510 490 0 0 25 0 1 0 973724843 611598336 120307 4294967295 134512640 135730672 3221224576 3221218048 134770772 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 149316 120307 301 301 0 149015 0
vsize: 597264
[startup+130.006 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 245824 0 0 0 12433 567 0 0 25 0 1 0 973724843 336474112 81985 4294967295 134512640 135730672 3221224576 3221222944 135104801 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 82147 81985 301 301 0 81846 0
vsize: 328588
[startup+132.648 s]
Raw data (loadavg): 0.98 0.95 0.91 1/53 316
Raw data (stat): 316 (pb2sat-v2) R 315 21152 21151 0 -1 0 245824 0 0 0 12433 567 0 0 25 0 1 0 973724843 336474112 81985 4294967295 134512640 135730672 3221224576 3221222944 135104801 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 82147 81985 301 301 0 81846 0
vsize: 0

Child status: 1
Real time (s): 132.647
CPU time (s): 132.648
CPU user time (s): 126.8
CPU system time (s): 5.84811
CPU usage (%): 100.001
Max. virtual memory (Kb): 597264
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####