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-13-7/plato.asu.edu/pub/unibo/normalized-mps-v2-13-7-core2586-950.opb
MD5SUMd227b04d1ac4226bb8116c410fa055ae
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 13435
Biggest coefficient in the objective function 52428800000000000
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 224301741012582900
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1280000000000000000000
Number of bits of the biggest number in a constraint 71
Biggest sum of numbers in a constraint 1280224301741012680704
Number of bits of the biggest sum of numbers71
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.8873
Number of variables13435
Total number of constraints15804
Number of constraints which are clauses2586
Number of constraints which are cardinality constraints (but not clauses)13217
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint13435

Trace number 43023

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc2 THE 2005-06-16 21:23:09 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=26242 boxname=wulflinc2 idbench=1542 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  d227b04d1ac4226bb8116c410fa055ae  /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-13-7-core2586-950.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-13-7-core2586-950.opb
IDLAUNCH: 26242
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.191
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.191
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:        629944 kB
Buffers:         26080 kB
Cached:         355748 kB
SwapCached:       1420 kB
Active:          32616 kB
Inactive:       351296 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        629692 kB
SwapTotal:     2097136 kB
SwapFree:      2094720 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5056 kB
Slab:            15104 kB
Committed_AS:    71900 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 21:25:21 (client local time) WITH STATUS 1 IN 131.119 SECONDS
stats: 26242 7 131.119 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.90 0.95 0.91 1/54 15823
Raw data (stat): 15823 (runsolver) R 15822 31399 31398 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 973977358 884736 94 4294967295 134512640 135332820 3221224464 3221219644 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+10.0011 s]
Raw data (loadavg): 0.92 0.95 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 1601 0 0 0 994 5 0 0 25 0 1 0 973977358 6565888 1255 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 1603 1255 301 301 0 1302 0
vsize: 6412
[startup+20.0014 s]
Raw data (loadavg): 0.93 0.96 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 30224 0 0 0 1927 72 0 0 25 0 1 0 973977358 94773248 19161 4294967295 134512640 135730672 3221224576 3216901916 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 23138 19161 301 301 0 22837 0
vsize: 92552
[startup+30.0021 s]
Raw data (loadavg): 0.94 0.96 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 57375 0 0 0 2869 130 0 0 25 0 1 0 973977358 178737152 35370 4294967295 134512640 135730672 3221224576 3216591500 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 43637 35370 301 301 0 43336 0
vsize: 174548
[startup+40.0023 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 97340 0 0 0 3787 212 0 0 25 0 1 0 973977358 304189440 53672 4294967295 134512640 135730672 3221224576 3216710864 134777607 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 74265 53672 301 301 0 73964 0
vsize: 297060
[startup+50.0025 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 110675 0 0 0 4757 242 0 0 25 0 1 0 973977358 345178112 66801 4294967295 134512640 135730672 3221224576 3216612284 135284036 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 84272 66801 301 301 0 83971 0
vsize: 337088
[startup+60.0022 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 128882 0 0 0 5718 281 0 0 25 0 1 0 973977358 371265536 84797 4294967295 134512640 135730672 3221224576 3216936144 135284107 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 90641 84797 301 301 0 90340 0
vsize: 362564
[startup+70.0044 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 190907 0 0 0 6590 410 0 0 25 0 1 0 973977358 600272896 103721 4294967295 134512640 135730672 3221224576 3216760396 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 146551 103721 301 301 0 146250 0
vsize: 586204
[startup+80.0056 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 201431 0 0 0 7566 434 0 0 25 0 1 0 973977358 633827328 114057 4294967295 134512640 135730672 3221224576 3216951136 134546351 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 154743 114057 301 301 0 154442 0
vsize: 618972
[startup+90.0053 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 215109 0 0 0 8534 465 0 0 25 0 1 0 973977358 641531904 127524 4294967295 134512640 135730672 3221224576 3217165152 134550893 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 156624 127524 301 301 0 156323 0
vsize: 626496
[startup+100.005 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 232723 0 0 0 9497 502 0 0 25 0 1 0 973977358 666808320 144934 4294967295 134512640 135730672 3221224576 3217062448 134787109 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 162795 144934 301 301 0 162494 0
vsize: 651180
[startup+110.006 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 246989 0 0 0 10467 531 0 0 25 0 1 0 973977358 737550336 159034 4294967295 134512640 135730672 3221224576 3216961584 134813873 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 180066 159034 301 301 0 179765 0
vsize: 720264
[startup+120.006 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 264336 0 0 0 11421 571 0 0 25 0 1 0 973977358 762421248 176180 4294967295 134512640 135730672 3221224576 3217152940 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 186138 176180 301 301 0 185837 0
vsize: 744552
[startup+130.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 266069 0 0 0 12401 591 0 0 25 0 1 0 973977358 413040640 100426 4294967295 134512640 135730672 3221224576 3221222976 134782614 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 100840 100426 301 301 0 100539 0
vsize: 403360
[startup+131.207 s]
Raw data (loadavg): 0.99 0.97 0.91 2/53 15823
Raw data (stat): 15823 (pb2sat-v2) R 15822 31399 31398 0 -1 0 266069 0 0 0 12401 591 0 0 25 0 1 0 973977358 413040640 100426 4294967295 134512640 135730672 3221224576 3221222976 134782614 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 100840 100426 301 301 0 100539 0
vsize: 0

Child status: 1
Real time (s): 131.206
CPU time (s): 131.119
CPU user time (s): 124.994
CPU system time (s): 6.12507
CPU usage (%): 99.9335
Max. virtual memory (Kb): 744552
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####