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/primes-dimacs-cnf/normalized-par16-2.opb
MD5SUMff021c96fa8729c0ff59034e5dd63ec7
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1015
Optimality of the best value was proved NO
Number of terms in the objective function 2030
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 2030
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2030
Number of bits of the biggest sum of numbers11
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark11.3383
Number of variables2030
Total number of constraints4389
Number of constraints which are clauses4389
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3

Trace number 42075

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-06-15 23:37:11 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25294 boxname=wulflinc6 idbench=196 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  ff021c96fa8729c0ff59034e5dd63ec7  /oldhome/oroussel/tmp/wulflinc6/normalized-par16-2.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc6/normalized-par16-2.opb
IDLAUNCH: 25294
/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:        764884 kB
Buffers:         33808 kB
Cached:         213568 kB
SwapCached:       1028 kB
Active:          64568 kB
Inactive:       185000 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        764632 kB
SwapTotal:     2097136 kB
SwapFree:      2095200 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5088 kB
Slab:            14572 kB
Committed_AS:    63844 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-15 23:40:24 (client local time) WITH STATUS 1 IN 193.067 SECONDS
stats: 25294 7 193.067 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: 1015
c big objective detected
c trying from 0 to 511
c trying from 512 to 1014

	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.92 0.98 0.92 2/54 11454
Raw data (stat): 11454 (runsolver) R 11453 25568 25567 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 966135506 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.0005 s]
Raw data (loadavg): 0.93 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 15361 0 0 0 965 33 0 0 25 0 1 0 966135506 46514176 9930 4294967295 134512640 135730672 3221224592 3220989308 134607999 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 11356 9930 301 301 0 11055 0
vsize: 45424
[startup+20.001 s]
Raw data (loadavg): 0.94 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 48951 0 0 0 1893 106 0 0 25 0 1 0 966135506 150749184 27212 4294967295 134512640 135730672 3221224592 3220923544 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 36804 27212 301 301 0 36503 0
vsize: 147216
[startup+30.0016 s]
Raw data (loadavg): 0.95 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 65497 0 0 0 2859 140 0 0 25 0 1 0 966135506 186044416 43544 4294967295 134512640 135730672 3221224592 3220444656 135284068 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 45421 43544 301 301 0 45120 0
vsize: 181684
[startup+40.0017 s]
Raw data (loadavg): 0.96 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 101678 0 0 0 3784 215 0 0 25 0 1 0 966135506 332345344 58074 4294967295 134512640 135730672 3221224592 3221104844 134607999 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 81139 58074 301 301 0 80838 0
vsize: 324556
[startup+50.0022 s]
Raw data (loadavg): 0.96 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 118563 0 0 0 4748 252 0 0 25 0 1 0 966135506 352215040 74744 4294967295 134512640 135730672 3221224592 3220909488 134786302 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 85990 74745 301 301 0 85689 0
vsize: 343960
[startup+60.0021 s]
Raw data (loadavg): 0.97 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 130576 0 0 0 5722 278 0 0 25 0 1 0 966135506 382963712 83345 4294967295 134512640 135730672 3221224592 3221222864 134740208 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 93497 83345 301 301 0 93196 0
vsize: 373988
[startup+70.0022 s]
Raw data (loadavg): 0.97 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 131307 0 0 0 6721 280 0 0 25 0 1 0 966135506 385081344 83766 4294967295 134512640 135730672 3221224592 3221222816 134747543 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 94014 83766 301 301 0 93713 0
vsize: 376056
[startup+80.003 s]
Raw data (loadavg): 0.98 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 132128 0 0 0 7720 281 0 0 25 0 1 0 966135506 387293184 84150 4294967295 134512640 135730672 3221224592 3221222816 134747568 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 94554 84150 301 301 0 94253 0
vsize: 378216
[startup+90.0025 s]
Raw data (loadavg): 0.98 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 132749 0 0 0 8720 282 0 0 25 0 1 0 966135506 388870144 84447 4294967295 134512640 135730672 3221224592 3221222816 134747651 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 94939 84447 301 301 0 94638 0
vsize: 379756
[startup+100.003 s]
Raw data (loadavg): 0.98 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 132762 0 0 0 9720 282 0 0 25 0 1 0 966135506 388870144 84460 4294967295 134512640 135730672 3221224592 3221222816 134747592 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 94939 84460 301 301 0 94638 0
vsize: 379756
[startup+110.003 s]
Raw data (loadavg): 0.98 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 132861 0 0 0 10720 282 0 0 25 0 1 0 966135506 388870144 84559 4294967295 134512640 135730672 3221224592 3221222832 134787356 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 94939 84559 301 301 0 94638 0
vsize: 379756
[startup+120.004 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 148048 0 0 0 11683 319 0 0 25 0 1 0 966135506 451182592 99746 4294967295 134512640 135730672 3221224592 3221222896 134787414 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 110152 99747 301 301 0 109851 0
vsize: 440608
[startup+130.004 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 157439 0 0 0 12663 339 0 0 25 0 1 0 966135506 474431488 109070 4294967295 134512640 135730672 3221224592 3220304896 134786278 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 115828 109071 301 301 0 115527 0
vsize: 463312
[startup+140.005 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 207978 0 0 0 13558 445 0 0 25 0 1 0 966135506 657764352 116497 4294967295 134512640 135730672 3221224592 3221134576 134770700 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160587 116498 301 301 0 160286 0
vsize: 642348
[startup+150.005 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 217179 0 0 0 14538 465 0 0 25 0 1 0 966135506 657764352 125517 4294967295 134512640 135730672 3221224592 3221131792 134770867 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160587 125517 301 301 0 160286 0
vsize: 642348
[startup+160.006 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 226808 0 0 0 15515 489 0 0 25 0 1 0 966135506 657764352 134921 4294967295 134512640 135730672 3221224592 3220524304 134770072 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160587 134921 301 301 0 160286 0
vsize: 642348
[startup+170.006 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 239939 0 0 0 16487 516 0 0 25 0 1 0 966135506 673308672 147836 4294967295 134512640 135730672 3221224592 3220790728 134607985 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 164382 147836 301 301 0 164081 0
vsize: 657528
[startup+180.007 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 255465 0 0 0 17456 548 0 0 25 0 1 0 966135506 699666432 163150 4294967295 134512640 135730672 3221224592 3221145336 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 170817 163150 301 301 0 170516 0
vsize: 683268
[startup+190.007 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 266799 0 0 0 18427 577 0 0 25 0 1 0 966135506 623943680 151860 4294967295 134512640 135730672 3221224592 3221222316 135284122 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 152330 151860 301 301 0 152029 0
vsize: 609320
[startup+193.027 s]
Raw data (loadavg): 0.99 0.98 0.92 1/53 11454
Raw data (stat): 11454 (pb2sat-v2) R 11453 25568 25567 0 -1 0 266799 0 0 0 18427 577 0 0 25 0 1 0 966135506 623943680 151860 4294967295 134512640 135730672 3221224592 3221222316 135284122 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 152330 151860 301 301 0 152029 0
vsize: 0

Child status: 1
Real time (s): 193.026
CPU time (s): 193.067
CPU user time (s): 186.993
CPU system time (s): 6.07408
CPU usage (%): 100.021
Max. virtual memory (Kb): 683268
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####