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/een/normalized-fast0507.opb
MD5SUMbc1a4f1c9875fd4d3273e85dcf5e871e
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 311
Optimality of the best value was proved NO
Number of terms in the objective function 63009
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 122425
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 122425
Number of bits of the biggest sum of numbers17
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.19
Number of variables63001
Total number of constraints489
Number of constraints which are clauses489
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 constraint2
Maximum length of a constraint7753

Trace number 42265

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc1 THE 2005-06-16 04:46:04 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25484 boxname=wulflinc1 idbench=386 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  bc1a4f1c9875fd4d3273e85dcf5e871e  /oldhome/oroussel/tmp/wulflinc1/normalized-fast0507.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc1/normalized-fast0507.opb
IDLAUNCH: 25484
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
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.053
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:        778008 kB
Buffers:         34568 kB
Cached:         197820 kB
SwapCached:       1192 kB
Active:          81488 kB
Inactive:       153208 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        777756 kB
SwapTotal:     2097136 kB
SwapFree:      2094880 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5360 kB
Slab:            16264 kB
Committed_AS:    92716 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 04:49:57 (client local time) WITH STATUS 1 IN 232.444 SECONDS
stats: 25484 7 232.444 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: 122425
c big objective detected
c trying from 0 to 511

	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.89 0.92 0.95 2/55 12762
Raw data (stat): 12762 (runsolver) R 12761 8378 8377 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 911132904 884736 94 4294967295 134512640 135332820 3221224480 3221219660 135092226 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+9.99952 s]
Raw data (loadavg): 0.91 0.92 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 2232 0 0 0 995 3 0 0 25 0 1 0 911132904 8093696 1554 4294967295 134512640 135730672 3221224592 3221221680 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 1976 1554 301 301 0 1675 0
vsize: 7904
[startup+20.0002 s]
Raw data (loadavg): 0.92 0.92 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 2732 0 0 0 1994 4 0 0 25 0 1 0 911132904 9310208 2046 4294967295 134512640 135730672 3221224592 3221221680 134561669 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 2273 2046 301 301 0 1972 0
vsize: 9092
[startup+30 s]
Raw data (loadavg): 0.93 0.93 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 3828 0 0 0 2992 6 0 0 25 0 1 0 911132904 13144064 2431 4294967295 134512640 135730672 3221224592 3221221680 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3209 2431 301 301 0 2908 0
vsize: 12836
[startup+40.0008 s]
Raw data (loadavg): 0.94 0.93 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 4098 0 0 0 3991 7 0 0 25 0 1 0 911132904 13819904 2696 4294967295 134512640 135730672 3221224592 3221221680 134561656 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3374 2696 301 301 0 3073 0
vsize: 13496
[startup+50.0017 s]
Raw data (loadavg): 0.95 0.93 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 4342 0 0 0 4990 8 0 0 25 0 1 0 911132904 14495744 2936 4294967295 134512640 135730672 3221224592 3221221680 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3539 2936 301 301 0 3238 0
vsize: 14156
[startup+60.0017 s]
Raw data (loadavg): 0.96 0.93 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 4562 0 0 0 5990 8 0 0 25 0 1 0 911132904 15036416 3152 4294967295 134512640 135730672 3221224592 3221221680 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3671 3152 301 301 0 3370 0
vsize: 14684
[startup+70.0022 s]
Raw data (loadavg): 0.96 0.93 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 4764 0 0 0 6990 9 0 0 25 0 1 0 911132904 15577088 3351 4294967295 134512640 135730672 3221224592 3221221680 134561669 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3803 3351 301 301 0 3502 0
vsize: 15212
[startup+80.002 s]
Raw data (loadavg): 0.97 0.94 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 4954 0 0 0 7989 9 0 0 25 0 1 0 911132904 16117760 3537 4294967295 134512640 135730672 3221224592 3221221680 134561669 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3935 3537 301 301 0 3634 0
vsize: 15740
[startup+90.0018 s]
Raw data (loadavg): 0.97 0.94 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 5129 0 0 0 8989 9 0 0 25 0 1 0 911132904 16523264 3710 4294967295 134512640 135730672 3221224592 3221221680 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 4034 3710 301 301 0 3733 0
vsize: 16136
[startup+100.002 s]
Raw data (loadavg): 0.98 0.94 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 5847 0 0 0 9987 12 0 0 25 0 1 0 911132904 19222528 4425 4294967295 134512640 135730672 3221224592 3221221680 134561688 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 4693 4425 301 301 0 4392 0
vsize: 18772
[startup+110.001 s]
Raw data (loadavg): 0.98 0.94 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 6070 0 0 0 10985 13 0 0 25 0 1 0 911132904 21065728 4648 4294967295 134512640 135730672 3221224592 3221221792 134577673 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 5143 4648 301 301 0 4842 0
vsize: 20572
[startup+120.003 s]
Raw data (loadavg): 0.98 0.94 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 6876 0 0 0 11983 16 0 0 25 0 1 0 911132904 22786048 5202 4294967295 134512640 135730672 3221224592 3221222864 134552501 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 5563 5202 301 301 0 5262 0
vsize: 22252
[startup+130.002 s]
Raw data (loadavg): 0.98 0.94 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 46077 0 0 0 12897 102 0 0 25 0 1 0 911132904 157106176 29959 4294967295 134512640 135730672 3221224592 3216536024 135284522 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 38356 29959 301 301 0 38055 0
vsize: 153424
[startup+140.003 s]
Raw data (loadavg): 0.99 0.94 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 70011 0 0 0 13843 156 0 0 25 0 1 0 911132904 222101504 47514 4294967295 134512640 135730672 3221224592 3192940472 135285983 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 54224 47514 301 301 0 53923 0
vsize: 216896
[startup+150.002 s]
Raw data (loadavg): 0.99 0.95 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 106991 0 0 0 14770 228 0 0 25 0 1 0 911132904 332754944 62318 4294967295 134512640 135730672 3221224592 3206330192 134770759 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 81239 62318 301 301 0 80938 0
vsize: 324956
[startup+160.002 s]
Raw data (loadavg): 0.99 0.95 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 125243 0 0 0 15727 272 0 0 25 0 1 0 911132904 390369280 80356 4294967295 134512640 135730672 3221224592 3210369676 134770090 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 95305 80356 301 301 0 95004 0
vsize: 381220
[startup+170.002 s]
Raw data (loadavg): 0.99 0.95 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 168564 0 0 0 16645 354 0 0 25 0 1 0 911132904 598265856 122490 4294967295 134512640 135730672 3221224592 3202423824 135284078 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 146061 122490 301 301 0 145760 0
vsize: 584244
[startup+180.002 s]
Raw data (loadavg): 0.99 0.95 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 202652 0 0 0 17566 433 0 0 25 0 1 0 911132904 623423488 113405 4294967295 134512640 135730672 3221224592 3212997024 135284078 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 152203 113406 301 301 0 151902 0
vsize: 608812
[startup+190.003 s]
Raw data (loadavg): 0.99 0.95 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 216192 0 0 0 18537 462 0 0 25 0 1 0 911132904 665628672 126731 4294967295 134512640 135730672 3221224592 3199248248 134787727 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 162507 126732 301 301 0 162206 0
vsize: 650028
[startup+200.002 s]
Raw data (loadavg): 0.99 0.95 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 235420 0 0 0 19491 509 0 0 25 0 1 0 911132904 692797440 145745 4294967295 134512640 135730672 3221224592 3214374060 134607990 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 169140 145746 301 301 0 168839 0
vsize: 676560
[startup+210.002 s]
Raw data (loadavg): 0.99 0.95 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 254647 0 0 0 20444 556 0 0 25 0 1 0 911132904 720912384 164740 4294967295 134512640 135730672 3221224592 3198867632 134786278 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 176004 164740 301 301 0 175703 0
vsize: 704016
[startup+220.003 s]
Raw data (loadavg): 0.99 0.95 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 270271 0 0 0 21405 595 0 0 25 0 1 0 911132904 793952256 180180 4294967295 134512640 135730672 3221224592 3192560812 135291216 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 193836 180181 301 301 0 193535 0
vsize: 775344
[startup+230.003 s]
Raw data (loadavg): 0.99 0.95 0.95 2/55 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 272642 0 0 0 22399 601 0 0 25 0 1 0 911132904 795336704 182069 4294967295 134512640 135730672 3221224592 3221222844 135281209 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 194174 182069 301 301 0 193873 0
vsize: 776696
[startup+232.442 s]
Raw data (loadavg): 0.99 0.95 0.95 1/54 12762
Raw data (stat): 12762 (pb2sat-v2) R 12761 8378 8377 0 -1 0 272642 0 0 0 22399 601 0 0 25 0 1 0 911132904 795336704 182069 4294967295 134512640 135730672 3221224592 3221222844 135281209 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 194174 182069 301 301 0 193873 0
vsize: 0

Child status: 1
Real time (s): 232.442
CPU time (s): 232.444
CPU user time (s): 226.063
CPU system time (s): 6.38103
CPU usage (%): 100.001
Max. virtual memory (Kb): 776696
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####