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-4.opb
MD5SUMebb1659035ed2692908dffb1cbe7a576
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 benchmark1.03384
Number of variables2030
Total number of constraints4339
Number of constraints which are clauses4339
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 42079

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-06-15 23:42:32 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25298 boxname=wulflinc6 idbench=200 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  ebb1659035ed2692908dffb1cbe7a576  /oldhome/oroussel/tmp/wulflinc6/normalized-par16-4.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc6/normalized-par16-4.opb
IDLAUNCH: 25298
/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:        764612 kB
Buffers:         33840 kB
Cached:         213808 kB
SwapCached:       1028 kB
Active:          64580 kB
Inactive:       185224 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        764360 kB
SwapTotal:     2097136 kB
SwapFree:      2095200 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5088 kB
Slab:            14564 kB
Committed_AS:    63844 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-15 23:45:48 (client local time) WITH STATUS 1 IN 195.89 SECONDS
stats: 25298 7 195.89 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.91 0.95 0.91 1/54 11641
Raw data (stat): 11641 (runsolver) R 11640 25568 25567 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 966167640 884736 94 4294967295 134512640 135332820 3221224480 3221219660 135092226 0 0 7 90112 0 0 0 17 0 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+10.0008 s]
Raw data (loadavg): 0.93 0.96 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 24872 0 0 0 946 53 0 0 25 0 1 0 966167640 85049344 14025 4294967295 134512640 135730672 3221224592 3221110912 134770715 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 20764 14026 301 301 0 20463 0
vsize: 83056
[startup+20.0006 s]
Raw data (loadavg): 0.94 0.96 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 51691 0 0 0 1887 111 0 0 25 0 1 0 966167640 167391232 29901 4294967295 134512640 135730672 3221224592 3221054268 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 40867 29901 301 301 0 40566 0
vsize: 163468
[startup+30.0008 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 81900 0 0 0 2830 169 0 0 25 0 1 0 966167640 248459264 50716 4294967295 134512640 135730672 3221224592 3220569972 135281249 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 60659 50716 301 301 0 60358 0
vsize: 242636
[startup+40.0012 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 104769 0 0 0 3783 216 0 0 25 0 1 0 966167640 332615680 61108 4294967295 134512640 135730672 3221224592 3220580648 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 81205 61108 301 301 0 80904 0
vsize: 324820
[startup+50.0011 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 124742 0 0 0 4738 261 0 0 25 0 1 0 966167640 370716672 80891 4294967295 134512640 135730672 3221224592 3221222632 134765483 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 90507 80891 301 301 0 90206 0
vsize: 362028
[startup+60.0016 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 129665 0 0 0 5728 272 0 0 25 0 1 0 966167640 380420096 82720 4294967295 134512640 135730672 3221224592 3221222944 134748166 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 92876 82720 301 301 0 92575 0
vsize: 371504
[startup+70.0017 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 131129 0 0 0 6725 275 0 0 25 0 1 0 966167640 386146304 83841 4294967295 134512640 135730672 3221224592 3221222816 134747541 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 94274 83841 301 301 0 93973 0
vsize: 377096
[startup+80.0015 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 131391 0 0 0 7725 276 0 0 25 0 1 0 966167640 386670592 83973 4294967295 134512640 135730672 3221224592 3221222816 134747757 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 94402 83973 301 301 0 94101 0
vsize: 377608
[startup+90.0017 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 132177 0 0 0 8723 278 0 0 25 0 1 0 966167640 388505600 84306 4294967295 134512640 135730672 3221224592 3221222816 134747543 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 94850 84306 301 301 0 94549 0
vsize: 379400
[startup+100.002 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 132197 0 0 0 9724 278 0 0 25 0 1 0 966167640 388505600 84326 4294967295 134512640 135730672 3221224592 3221222640 134732476 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 94850 84326 301 301 0 94549 0
vsize: 379400
[startup+110.002 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 134718 0 0 0 10718 284 0 0 25 0 1 0 966167640 398102528 86847 4294967295 134512640 135730672 3221224592 3221222896 134787414 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 97193 86847 301 301 0 96892 0
vsize: 388772
[startup+120.002 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 149119 0 0 0 11680 322 0 0 25 0 1 0 966167640 457035776 101248 4294967295 134512640 135730672 3221224592 3221222896 134787414 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 111581 101248 301 301 0 111280 0
vsize: 446324
[startup+130.003 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 158077 0 0 0 12658 344 0 0 25 0 1 0 966167640 473796608 110119 4294967295 134512640 135730672 3221224592 3220691848 135284277 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 115673 110120 301 301 0 115372 0
vsize: 462692
[startup+140.002 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 208598 0 0 0 13550 452 0 0 25 0 1 0 966167640 657129472 117528 4294967295 134512640 135730672 3221224592 3220333212 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160432 117528 301 301 0 160131 0
vsize: 641728
[startup+150.003 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 217610 0 0 0 14531 471 0 0 25 0 1 0 966167640 657129472 126358 4294967295 134512640 135730672 3221224592 3220662276 134612322 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160432 126359 301 301 0 160131 0
vsize: 641728
[startup+160.003 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 227214 0 0 0 15508 495 0 0 25 0 1 0 966167640 657129472 135739 4294967295 134512640 135730672 3221224592 3220477088 134546483 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160432 135739 301 301 0 160131 0
vsize: 641728
[startup+170.003 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 240863 0 0 0 16478 526 0 0 25 0 1 0 966167640 675106816 149172 4294967295 134512640 135730672 3221224592 3220899400 135284119 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 164821 149172 301 301 0 164520 0
vsize: 659284
[startup+180.004 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 256353 0 0 0 17443 560 0 0 25 0 1 0 966167640 701329408 164451 4294967295 134512640 135730672 3221224592 3220749548 134606870 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 171223 164451 301 301 0 170922 0
vsize: 684892
[startup+190.005 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 266377 0 0 0 18419 584 0 0 25 0 1 0 966167640 719273984 174338 4294967295 134512640 135730672 3221224592 3221222844 135281100 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 175604 174338 301 301 0 175303 0
vsize: 702416
[startup+195.853 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 11641
Raw data (stat): 11641 (pb2sat-v2) R 11640 25568 25567 0 -1 0 266377 0 0 0 18419 584 0 0 25 0 1 0 966167640 719273984 174338 4294967295 134512640 135730672 3221224592 3221222844 135281100 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 175604 174338 301 301 0 175303 0
vsize: 0

Child status: 1
Real time (s): 195.852
CPU time (s): 195.89
CPU user time (s): 189.701
CPU system time (s): 6.18906
CPU usage (%): 100.019
Max. virtual memory (Kb): 702416
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####