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/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:30:4.5:0.95:100.opb
MD5SUMac4ddb996334a0834a018e09e97d1ecb
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 76
Optimality of the best value was proved NO
Number of terms in the objective function 4617
Biggest coefficient in the objective function 2642
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 13340
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2642
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 13340
Number of bits of the biggest sum of numbers14
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.06984
Number of variables4617
Total number of constraints9896
Number of constraints which are clauses4395
Number of constraints which are cardinality constraints (but not clauses)5501
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint23

Trace number 42247

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc5 THE 2005-06-16 04:29:49 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25468 boxname=wulflinc5 idbench=370 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  ac4ddb996334a0834a018e09e97d1ecb  /oldhome/oroussel/tmp/wulflinc5/normalized-30:30:4.5:0.95:100.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc5/normalized-30:30:4.5:0.95:100.opb
IDLAUNCH: 25468
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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.007
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:        799424 kB
Buffers:         34472 kB
Cached:         177940 kB
SwapCached:        700 kB
Active:          73184 kB
Inactive:       141336 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        799172 kB
SwapTotal:     2097136 kB
SwapFree:      2095508 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5156 kB
Slab:            15064 kB
Committed_AS:    63712 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 04:31:50 (client local time) WITH STATUS 1 IN 120.647 SECONDS
stats: 25468 7 120.647 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: 6119
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.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (runsolver) R 8333 7266 7265 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 967892621 884736 94 4294967295 134512640 135332820 3221224464 3221219644 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.0011 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 26478 0 0 0 938 60 0 0 25 0 1 0 967892621 85905408 15531 4294967295 134512640 135730672 3221224576 3219384904 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 20973 15531 301 301 0 20672 0
vsize: 83892
[startup+20.0015 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 53771 0 0 0 1879 120 0 0 25 0 1 0 967892621 170004480 31882 4294967295 134512640 135730672 3221224576 3220653344 134786977 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 41505 31883 301 301 0 41204 0
vsize: 166020
[startup+30.0016 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 94432 0 0 0 2790 209 0 0 25 0 1 0 967892621 298430464 50879 4294967295 134512640 135730672 3221224576 3219696624 134770727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 72859 50879 301 301 0 72558 0
vsize: 291436
[startup+40.0023 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 107399 0 0 0 3760 239 0 0 25 0 1 0 967892621 336986112 63638 4294967295 134512640 135730672 3221224576 3220085544 135285983 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 82272 63638 301 301 0 81971 0
vsize: 329088
[startup+50.0031 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 125833 0 0 0 4717 282 0 0 25 0 1 0 967892621 363479040 81857 4294967295 134512640 135730672 3221224576 3219634072 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 88740 81858 301 301 0 88439 0
vsize: 354960
[startup+60.0038 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 188332 0 0 0 5589 410 0 0 25 0 1 0 967892621 594649088 101255 4294967295 134512640 135730672 3221224576 3219301384 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 145178 101255 301 301 0 144877 0
vsize: 580712
[startup+70.0045 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 199045 0 0 0 6561 439 0 0 25 0 1 0 967892621 628203520 111777 4294967295 134512640 135730672 3221224576 3219555984 134786302 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 153370 111777 301 301 0 153069 0
vsize: 613480
[startup+80.004 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 212847 0 0 0 7531 469 0 0 25 0 1 0 967892621 634961920 125363 4294967295 134512640 135730672 3221224576 3220649272 135282780 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 155020 125363 301 301 0 154719 0
vsize: 620080
[startup+90.0041 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 230800 0 0 0 8494 506 0 0 25 0 1 0 967892621 660643840 143108 4294967295 134512640 135730672 3221224576 3221073312 134546498 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 161290 143108 301 301 0 160989 0
vsize: 645160
[startup+100.004 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 245272 0 0 0 9460 540 0 0 25 0 1 0 967892621 731656192 157411 4294967295 134512640 135730672 3221224576 3219967552 134786278 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 178627 157412 301 301 0 178326 0
vsize: 714508
[startup+110.005 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 262911 0 0 0 10421 580 0 0 25 0 1 0 967892621 756797440 174845 4294967295 134512640 135730672 3221224576 3220824108 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 184765 174845 301 301 0 184464 0
vsize: 739060
[startup+120.004 s]
Raw data (loadavg): 0.99 0.99 0.93 2/54 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 264717 0 0 0 11400 600 0 0 25 0 1 0 967892621 407699456 99106 4294967295 134512640 135730672 3221224576 3221222956 135104780 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 99536 99106 301 301 0 99235 0
vsize: 398144
[startup+120.643 s]
Raw data (loadavg): 0.99 0.99 0.93 1/53 8334
Raw data (stat): 8334 (pb2sat-v2) R 8333 7266 7265 0 -1 0 264717 0 0 0 11400 600 0 0 25 0 1 0 967892621 407699456 99106 4294967295 134512640 135730672 3221224576 3221222956 135104780 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 99536 99106 301 301 0 99235 0
vsize: 0

Child status: 1
Real time (s): 120.643
CPU time (s): 120.647
CPU user time (s): 114.435
CPU system time (s): 6.21206
CPU usage (%): 100.003
Max. virtual memory (Kb): 739060
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####