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/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-core4284-1064.opb
MD5SUM15e353c3ac96932543c879f694fc1285
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2147483647
Optimality of the best value was proved NO
Number of terms in the objective function 21975
Biggest coefficient in the objective function 53687091200000000000
Number of bits for the biggest coefficient in the objective function 66
Sum of the numbers in the objective function 215753096412511174656
Number of bits of the sum of numbers in the objective function 68
Biggest number in a constraint 10240000000000000000000
Number of bits of the biggest number in a constraint 74
Biggest sum of numbers in a constraint 10455753096412511862784
Number of bits of the biggest sum of numbers74
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.5106
Number of variables21975
Total number of constraints25992
Number of constraints which are clauses4284
Number of constraints which are cardinality constraints (but not clauses)21707
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint21975

Trace number 35382

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc24 THE 2005-05-28 13:02:59 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24686 boxname=wulflinc24 idbench=1158 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  15e353c3ac96932543c879f694fc1285  /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-20-10-core4284-1064.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-20-10-core4284-1064.opb
IDLAUNCH: 24686
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.080
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.080
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:        648536 kB
Buffers:         36176 kB
Cached:         327260 kB
SwapCached:        636 kB
Active:          28684 kB
Inactive:       336892 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        648284 kB
SwapTotal:     2097892 kB
SwapFree:      2096360 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5148 kB
Slab:            14724 kB
Committed_AS:    63604 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 13:04:54 (client local time) WITH STATUS 1 IN 114.191 SECONDS
stats: 24686 7 114.191 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
Current StackSize limit: 67108864 bytes
Raw data (loadavg): 0.94 0.97 0.92 2/54 21842
Raw data (stat): 21842 (runsolver) R 21841 4613 4612 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 865009188 884736 94 4294967295 134512640 135332820 3221224448 3221219628 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.0006 s]
Raw data (loadavg): 0.95 0.97 0.92 2/54 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 2042 0 0 0 993 5 0 0 25 0 1 0 865009188 7684096 1368 4294967295 134512640 135726644 3221224576 3221221664 134556168 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 1876 1368 300 300 0 1576 0
vsize: 7504
[startup+20.0013 s]
Raw data (loadavg): 0.96 0.97 0.92 2/54 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 30282 0 0 0 1934 64 0 0 25 0 1 0 865009188 100343808 19269 4294967295 134512640 135726644 3221224576 3212415352 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 24498 19269 300 300 0 24198 0
vsize: 97992
[startup+30.001 s]
Raw data (loadavg): 0.96 0.97 0.92 2/54 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 59417 0 0 0 2871 127 0 0 25 0 1 0 865009188 187670528 37167 4294967295 134512640 135726644 3221224576 3212418064 134766969 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 45818 37167 300 300 0 45518 0
vsize: 183272
[startup+40.0017 s]
Raw data (loadavg): 0.97 0.97 0.92 2/54 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 98129 0 0 0 3797 201 0 0 25 0 1 0 865009188 304852992 53672 4294967295 134512640 135726644 3221224576 3212415184 135280568 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 74427 53672 300 300 0 74127 0
vsize: 297708
[startup+50.0024 s]
Raw data (loadavg): 0.97 0.97 0.92 2/54 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 116777 0 0 0 4758 240 0 0 25 0 1 0 865009188 361521152 72070 4294967295 134512640 135726644 3221224576 3212418152 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 88262 72071 300 300 0 87962 0
vsize: 353048
[startup+60.0021 s]
Raw data (loadavg): 0.98 0.97 0.92 2/54 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 158122 0 0 0 5678 321 0 0 25 0 1 0 865009188 496869376 93811 4294967295 134512640 135726644 3221224576 3212415352 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 121306 93811 300 300 0 121006 0
vsize: 485224
[startup+70.0028 s]
Raw data (loadavg): 0.98 0.97 0.92 2/54 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 194123 0 0 0 6608 391 0 0 25 0 1 0 865009188 597532672 105015 4294967295 134512640 135726644 3221224576 3212416080 134782666 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 145882 105015 300 300 0 145582 0
vsize: 583528
[startup+80.0035 s]
Raw data (loadavg): 0.98 0.97 0.92 2/54 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 208358 0 0 0 7578 421 0 0 25 0 1 0 865009188 641089536 119027 4294967295 134512640 135726644 3221224576 3212415708 134604400 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 156516 119027 300 300 0 156216 0
vsize: 626064
[startup+90.0042 s]
Raw data (loadavg): 0.98 0.97 0.92 2/54 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 229398 0 0 0 8536 463 0 0 25 0 1 0 865009188 672313344 139809 4294967295 134512640 135726644 3221224576 3212419292 134604449 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 164139 139809 300 300 0 163839 0
vsize: 656556
[startup+100.004 s]
Raw data (loadavg): 0.99 0.97 0.92 2/54 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 250377 0 0 0 9493 507 0 0 25 0 1 0 865009188 706936832 160531 4294967295 134512640 135726644 3221224576 3212416528 134554691 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 172592 160532 300 300 0 172292 0
vsize: 690368
[startup+110.023 s]
Raw data (loadavg): 0.99 0.97 0.92 2/54 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 255228 0 0 0 10471 529 0 0 25 0 1 0 865009188 404123648 97460 4294967295 134512640 135726644 3221224576 3221222764 135277480 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 98663 97460 300 300 0 98363 0
vsize: 394652
[startup+114.206 s]
Raw data (loadavg): 0.99 0.97 0.92 1/53 21842
Raw data (stat): 21842 (pb2sat) R 21841 4613 4612 0 -1 0 255228 0 0 0 10471 529 0 0 25 0 1 0 865009188 404123648 97460 4294967295 134512640 135726644 3221224576 3221222764 135277480 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 98663 97460 300 300 0 98363 0
vsize: 0

Child status: 1
Real time (s): 114.206
CPU time (s): 114.191
CPU user time (s): 108.681
CPU system time (s): 5.50916
CPU usage (%): 99.9866
Max. virtual memory (Kb): 690368
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####