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/synthesis-ptl-cmos-circuits/normalized-9symml.opb
MD5SUM48809ba02390b1184dab90aed89aff8e
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4517
Optimality of the best value was proved NO
Number of terms in the objective function 651
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 28138
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 28138
Number of bits of the biggest sum of numbers15
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.02684
Number of variables651
Total number of constraints1658
Number of constraints which are clauses1656
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint1
Maximum length of a constraint42

Trace number 34858

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc31 THE 2005-05-28 11:05:41 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24172 boxname=wulflinc31 idbench=246 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  48809ba02390b1184dab90aed89aff8e  /oldhome/oroussel/tmp/wulflinc31/normalized-9symml.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc31/normalized-9symml.opb
IDLAUNCH: 24172
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.153
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.153
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:        876092 kB
Buffers:         34584 kB
Cached:         101520 kB
SwapCached:       1052 kB
Active:          78900 kB
Inactive:        59372 kB
HighTotal:      131008 kB
HighFree:        29568 kB
LowTotal:       903652 kB
LowFree:        846524 kB
SwapTotal:     2097892 kB
SwapFree:      2095928 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5108 kB
Slab:            14600 kB
Committed_AS:    63808 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 11:07:32 (client local time) WITH STATUS 1 IN 110.794 SECONDS
stats: 24172 7 110.794 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
Raw data (loadavg): 0.91 0.95 0.90 2/55 18742
Raw data (stat): 18742 (runsolver) R 18741 29618 29617 0 -1 64 6 0 0 0 0 0 0 0 19 0 1 0 864287246 884736 93 4294967295 134512640 135332820 3221224480 3221219688 134691617 0 0 7 90112 0 0 0 17 0 0 0
Raw data (statm): 216 93 205 205 0 11 0
vsize: 864
Current StackSize limit: 67108864 bytes
[startup+10.0004 s]
Raw data (loadavg): 0.93 0.95 0.90 2/55 18742
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 29614 0 0 0 935 64 0 0 25 0 1 0 864287246 89235456 18478 4294967295 134512640 135726644 3221224592 3221083708 134604449 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 21786 18478 300 300 0 21486 0
vsize: 87144
[startup+20.0013 s]
Raw data (loadavg): 0.94 0.96 0.91 2/55 18742
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 58545 0 0 0 1873 126 0 0 25 0 1 0 864287246 175464448 36193 4294967295 134512640 135726644 3221224592 3221146944 134554691 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 42838 36193 300 300 0 42538 0
vsize: 171352
[startup+30.0019 s]
Raw data (loadavg): 0.95 0.96 0.91 2/55 18744
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 99191 0 0 0 2787 212 0 0 25 0 1 0 864287246 333053952 54646 4294967295 134512640 135726644 3221224592 3221186016 134780348 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 81312 54646 300 300 0 81012 0
vsize: 325248
[startup+40.0022 s]
Raw data (loadavg): 0.95 0.96 0.91 2/55 18744
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 115648 0 0 0 3751 248 0 0 25 0 1 0 864287246 346841088 70874 4294967295 134512640 135726644 3221224592 3221181368 134784091 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 84678 70874 300 300 0 84378 0
vsize: 338712
[startup+50.0031 s]
Raw data (loadavg): 0.96 0.96 0.91 2/55 18744
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 151170 0 0 0 4683 316 0 0 25 0 1 0 864287246 543653888 105593 4294967295 134512640 135726644 3221224592 3221197336 135101187 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 132728 105593 300 300 0 132428 0
vsize: 530912
[startup+60.0026 s]
Raw data (loadavg): 0.97 0.96 0.91 2/55 18746
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 197234 0 0 0 5581 418 0 0 25 0 1 0 864287246 597479424 108085 4294967295 134512640 135726644 3221224592 3221184944 134554706 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 145869 108085 300 300 0 145569 0
vsize: 583476
[startup+70.0039 s]
Raw data (loadavg): 0.97 0.96 0.91 2/55 18746
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 209174 0 0 0 6555 444 0 0 25 0 1 0 864287246 631033856 119815 4294967295 134512640 135726644 3221224592 3221041328 134554799 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 154061 119815 300 300 0 153761 0
vsize: 616244
[startup+80.0049 s]
Raw data (loadavg): 0.98 0.96 0.91 2/55 18746
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 228115 0 0 0 7513 486 0 0 25 0 1 0 864287246 653336576 138520 4294967295 134512640 135726644 3221224592 3221132412 135297990 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 159506 138520 300 300 0 159206 0
vsize: 638024
[startup+90.0044 s]
Raw data (loadavg): 0.98 0.96 0.91 2/55 18746
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 244628 0 0 0 8479 521 0 0 25 0 1 0 864287246 727052288 154843 4294967295 134512640 135726644 3221224592 3221133360 134773427 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 177503 154843 300 300 0 177203 0
vsize: 710012
[startup+100.004 s]
Raw data (loadavg): 0.98 0.96 0.91 2/55 18746
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 264927 0 0 0 9436 564 0 0 25 0 1 0 864287246 755843072 174909 4294967295 134512640 135726644 3221224592 3221036944 134554691 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 184532 174909 300 300 0 184232 0
vsize: 738128
[startup+110.005 s]
Raw data (loadavg): 0.98 0.96 0.91 2/55 18746
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 266347 0 0 0 10417 582 0 0 25 0 1 0 864287246 398061568 96768 4294967295 134512640 135726644 3221224592 3221222944 135280446 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 97183 96768 300 300 0 96883 0
vsize: 388732
[startup+110.793 s]
Raw data (loadavg): 0.98 0.96 0.91 1/54 18746
Raw data (stat): 18742 (pb2sat) R 18741 29618 29617 0 -1 0 266347 0 0 0 10417 582 0 0 25 0 1 0 864287246 398061568 96768 4294967295 134512640 135726644 3221224592 3221222944 135280446 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 97183 96768 300 300 0 96883 0
vsize: 0

Child status: 1
Real time (s): 110.793
CPU time (s): 110.794
CPU user time (s): 104.755
CPU system time (s): 6.03908
CPU usage (%): 100.001
Max. virtual memory (Kb): 738128
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####