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/submitted/manquinho/ttp/normalized-data8_3.opb
MD5SUM1f07a50778ff795858a07800272da436
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 48343
Optimality of the best value was proved NO
Number of terms in the objective function 448
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 279536
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 279536
Number of bits of the biggest sum of numbers19
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.04
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28

Trace number 42148

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-06-16 01:01:21 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25361 boxname=wulflinc6 idbench=263 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  1f07a50778ff795858a07800272da436  /oldhome/oroussel/tmp/wulflinc6/normalized-data8_3.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc6/normalized-data8_3.opb
IDLAUNCH: 25361
/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:        758996 kB
Buffers:         33936 kB
Cached:         218948 kB
SwapCached:       1028 kB
Active:          65372 kB
Inactive:       189676 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        758744 kB
SwapTotal:     2097136 kB
SwapFree:      2095200 kB
Dirty:              32 kB
Writeback:           0 kB
Mapped:           5088 kB
Slab:            14980 kB
Committed_AS:    63848 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 01:03:23 (client local time) WITH STATUS 1 IN 122.303 SECONDS
stats: 25361 7 122.303 1
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c This solver internally uses Chaff 2004.11.15 Simplified
c running zchaff...
c got solution with objective value: 57410
c small objective detected

	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.95 0.97 0.91 2/54 12311
Raw data (stat): 12311 (runsolver) R 12310 25568 25567 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 966640586 884736 94 4294967295 134512640 135332820 3221224480 3221219660 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.0001 s]
Raw data (loadavg): 0.95 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 10157 0 0 0 976 22 0 0 25 0 1 0 966640586 30097408 6135 4294967295 134512640 135730672 3221224592 3221223088 134747651 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 7348 6135 301 301 0 7047 0
vsize: 29392
[startup+19.9999 s]
Raw data (loadavg): 0.96 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 38887 0 0 0 1917 82 0 0 25 0 1 0 966640586 121159680 23164 4294967295 134512640 135730672 3221224592 3221024592 134770688 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 29580 23164 301 301 0 29279 0
vsize: 118320
[startup+30 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 61886 0 0 0 2864 135 0 0 25 0 1 0 966640586 182161408 39791 4294967295 134512640 135730672 3221224592 3221109116 134637873 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 44473 39791 301 301 0 44172 0
vsize: 177892
[startup+39.9999 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 98964 0 0 0 3788 212 0 0 25 0 1 0 966640586 331444224 55204 4294967295 134512640 135730672 3221224592 3221102416 134783994 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 80919 55204 301 301 0 80618 0
vsize: 323676
[startup+50.0003 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 116226 0 0 0 4753 247 0 0 25 0 1 0 966640586 351043584 72244 4294967295 134512640 135730672 3221224592 3221129884 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 85704 72244 301 301 0 85403 0
vsize: 342816
[startup+59.9995 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 159764 0 0 0 5671 329 0 0 25 0 1 0 966640586 559751168 114600 4294967295 134512640 135730672 3221224592 3221194484 135104789 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 136658 114600 301 301 0 136357 0
vsize: 546632
[startup+69.9999 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 194079 0 0 0 6599 402 0 0 25 0 1 0 966640586 593301504 105750 4294967295 134512640 135730672 3221224592 3221104024 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 144849 105750 301 301 0 144548 0
vsize: 579396
[startup+79.9998 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 205085 0 0 0 7575 425 0 0 25 0 1 0 966640586 626855936 116562 4294967295 134512640 135730672 3221224592 3221064160 134788172 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 153041 116562 301 301 0 152740 0
vsize: 612164
[startup+89.9989 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 223820 0 0 0 8537 464 0 0 25 0 1 0 966640586 651595776 135072 4294967295 134512640 135730672 3221224592 3221068540 135301640 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 159081 135074 301 301 0 158780 0
vsize: 636324
[startup+99.9986 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 243146 0 0 0 9501 500 0 0 25 0 1 0 966640586 679170048 154176 4294967295 134512640 135730672 3221224592 3221170252 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 165813 154176 301 301 0 165512 0
vsize: 663252
[startup+109.998 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 258644 0 0 0 10468 534 0 0 25 0 1 0 966640586 751534080 169496 4294967295 134512640 135730672 3221224592 3221083600 134610040 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 183480 169496 301 301 0 183179 0
vsize: 733920
[startup+119.998 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 263095 0 0 0 11459 542 0 0 25 0 1 0 966640586 758800384 173896 4294967295 134512640 135730672 3221224592 3221222844 135281221 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 185254 173896 301 301 0 184953 0
vsize: 741016
[startup+122.276 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 12311
Raw data (stat): 12311 (pb2sat-v2) R 12310 25568 25567 0 -1 0 263095 0 0 0 11459 542 0 0 25 0 1 0 966640586 758800384 173896 4294967295 134512640 135730672 3221224592 3221222844 135281221 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 185254 173896 301 301 0 184953 0
vsize: 0

Child status: 1
Real time (s): 122.276
CPU time (s): 122.303
CPU user time (s): 116.516
CPU system time (s): 5.78712
CPU usage (%): 100.023
Max. virtual memory (Kb): 741016
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####