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/unibo/normalized-mps-v2-13-7-tr12-30.opb
MD5SUM9136d330eaa53552ba154b6915193b35
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 7560
Biggest coefficient in the objective function 2097152
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 876993750
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 2097152
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 876993750
Number of bits of the biggest sum of numbers30
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.131979
Number of variables14760
Total number of constraints1110
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints750
Minimum length of a constraint1
Maximum length of a constraint252

Trace number 35781

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc30 THE 2005-05-28 14:06:59 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25089 boxname=wulflinc30 idbench=1561 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  9136d330eaa53552ba154b6915193b35  /oldhome/oroussel/tmp/wulflinc30/normalized-mps-v2-13-7-tr12-30.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc30/normalized-mps-v2-13-7-tr12-30.opb
IDLAUNCH: 25089
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
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.072
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:        796440 kB
Buffers:         34668 kB
Cached:         180004 kB
SwapCached:        752 kB
Active:          49808 kB
Inactive:       167032 kB
HighTotal:      131008 kB
HighFree:        16268 kB
LowTotal:       903652 kB
LowFree:        780172 kB
SwapTotal:     2097892 kB
SwapFree:      2096312 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5060 kB
Slab:            15848 kB
Committed_AS:    63600 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 14:08:45 (client local time) WITH STATUS 1 IN 106.099 SECONDS
stats: 25089 7 106.099 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.97 0.98 0.93 2/54 1688
Raw data (stat): 1688 (runsolver) R 1687 22056 22055 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 865390254 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.0006 s]
Raw data (loadavg): 0.98 0.98 0.93 2/54 1688
Raw data (stat): 1688 (pb2sat) R 1687 22056 22055 0 -1 0 27749 0 0 0 936 63 0 0 25 0 1 0 865390254 89161728 16642 4294967295 134512640 135726644 3221224576 3218384844 134766306 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 21768 16642 300 300 0 21468 0
vsize: 87072
[startup+20.0007 s]
Raw data (loadavg): 0.98 0.98 0.93 2/54 1688
Raw data (stat): 1688 (pb2sat) R 1687 22056 22055 0 -1 0 56978 0 0 0 1871 128 0 0 25 0 1 0 865390254 175796224 34651 4294967295 134512640 135726644 3221224576 3218509280 134782652 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 42919 34651 300 300 0 42619 0
vsize: 171676
[startup+30.0006 s]
Raw data (loadavg): 0.98 0.98 0.93 2/54 1688
Raw data (stat): 1688 (pb2sat) R 1687 22056 22055 0 -1 0 98652 0 0 0 2783 216 0 0 25 0 1 0 865390254 303075328 54128 4294967295 134512640 135726644 3221224576 3218506232 134728571 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 73993 54129 300 300 0 73693 0
vsize: 295972
[startup+40.0006 s]
Raw data (loadavg): 0.99 0.98 0.93 2/54 1688
Raw data (stat): 1688 (pb2sat) R 1687 22056 22055 0 -1 0 114613 0 0 0 3745 254 0 0 25 0 1 0 865390254 347848704 69858 4294967295 134512640 135726644 3221224576 3218822464 134767049 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 84924 69859 300 300 0 84624 0
vsize: 339696
[startup+50.0012 s]
Raw data (loadavg): 0.99 0.98 0.93 2/54 1688
Raw data (stat): 1688 (pb2sat) R 1687 22056 22055 0 -1 0 143768 0 0 0 4691 309 0 0 25 0 1 0 865390254 533983232 98457 4294967295 134512640 135726644 3221224576 3218756360 135282351 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 130367 98460 300 300 0 130067 0
vsize: 521468
[startup+60.0009 s]
Raw data (loadavg): 0.99 0.98 0.93 2/54 1688
Raw data (stat): 1688 (pb2sat) R 1687 22056 22055 0 -1 0 197310 0 0 0 5581 418 0 0 25 0 1 0 865390254 601055232 108171 4294967295 134512640 135726644 3221224576 3218760492 134604449 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 146742 108171 300 300 0 146442 0
vsize: 586968
[startup+70.0049 s]
Raw data (loadavg): 0.99 0.98 0.93 2/54 1688
Raw data (stat): 1688 (pb2sat) R 1687 22056 22055 0 -1 0 209557 0 0 0 6554 447 0 0 25 0 1 0 865390254 634609664 120204 4294967295 134512640 135726644 3221224576 3219176552 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 154934 120204 300 300 0 154634 0
vsize: 619736
[startup+80.0059 s]
Raw data (loadavg): 0.99 0.98 0.93 2/54 1688
Raw data (stat): 1688 (pb2sat) R 1687 22056 22055 0 -1 0 228511 0 0 0 7515 486 0 0 25 0 1 0 865390254 656506880 138919 4294967295 134512640 135726644 3221224576 3219166552 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160280 138919 300 300 0 159980 0
vsize: 641120
[startup+90.0054 s]
Raw data (loadavg): 0.99 0.98 0.93 2/54 1688
Raw data (stat): 1688 (pb2sat) R 1687 22056 22055 0 -1 0 245385 0 0 0 8476 525 0 0 25 0 1 0 865390254 730763264 155600 4294967295 134512640 135726644 3221224576 3219774484 135277543 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 178409 155600 300 300 0 178109 0
vsize: 713636
[startup+100.005 s]
Raw data (loadavg): 0.99 0.98 0.93 2/54 1688
Raw data (stat): 1688 (pb2sat) R 1687 22056 22055 0 -1 0 266180 0 0 0 9432 569 0 0 25 0 1 0 865390254 760365056 176155 4294967295 134512640 135726644 3221224576 3218925664 134766589 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 185636 176156 300 300 0 185336 0
vsize: 742544
[startup+106.091 s]
Raw data (loadavg): 0.99 0.98 0.93 1/53 1688
Raw data (stat): 1688 (pb2sat) R 1687 22056 22055 0 -1 0 266180 0 0 0 9432 569 0 0 25 0 1 0 865390254 760365056 176155 4294967295 134512640 135726644 3221224576 3218925664 134766589 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 185636 176156 300 300 0 185336 0
vsize: 0

Child status: 1
Real time (s): 106.091
CPU time (s): 106.099
CPU user time (s): 100.039
CPU system time (s): 6.06008
CPU usage (%): 100.007
Max. virtual memory (Kb): 742544
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####