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/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-blend.opb
MD5SUMc063ddfef33c4e28cf3156e6931d679b
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 660
Biggest coefficient in the objective function 14388140441600
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 203610440670021
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 78436840243200
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 789015556311444
Number of bits of the biggest sum of numbers50
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1218.24
Number of variables2490
Total number of constraints74
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints74
Minimum length of a constraint30
Maximum length of a constraint780

Trace number 42292

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc1 THE 2005-06-16 05:14:32 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25511 boxname=wulflinc1 idbench=811 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  c063ddfef33c4e28cf3156e6931d679b  /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-20-10-blend.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-20-10-blend.opb
IDLAUNCH: 25511
/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:        767600 kB
Buffers:         34664 kB
Cached:         208604 kB
SwapCached:       1192 kB
Active:          77272 kB
Inactive:       168296 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        767348 kB
SwapTotal:     2097136 kB
SwapFree:      2094880 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5364 kB
Slab:            15836 kB
Committed_AS:    92716 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 05:16:27 (client local time) WITH STATUS 1 IN 115.112 SECONDS
stats: 25511 7 115.112 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): 1.13 0.99 0.93 1/55 13379
Raw data (stat): 13379 (runsolver) R 13378 8378 8377 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 911303691 884736 94 4294967295 134512640 135332820 3221224464 3221219644 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.0004 s]
Raw data (loadavg): 1.11 0.99 0.93 2/55 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 28544 0 0 0 941 58 0 0 25 0 1 0 911303691 88543232 17404 4294967295 134512640 135730672 3221224576 3221208812 135291144 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 21617 17405 301 301 0 21316 0
vsize: 86468
[startup+20.0002 s]
Raw data (loadavg): 1.09 0.99 0.93 2/55 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 52146 0 0 0 1892 107 0 0 25 0 1 0 911303691 159911936 29797 4294967295 134512640 135730672 3221224576 3221206104 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 39041 29797 301 301 0 38740 0
vsize: 156164
[startup+30 s]
Raw data (loadavg): 1.08 0.99 0.93 2/55 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 75569 0 0 0 2848 151 0 0 25 0 1 0 911303691 217186304 43320 4294967295 134512640 135730672 3221224576 3221050080 134546483 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 53024 43320 301 301 0 52723 0
vsize: 212096
[startup+39.9998 s]
Raw data (loadavg): 1.06 0.99 0.93 2/55 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 101543 0 0 0 3796 202 0 0 25 0 1 0 911303691 312696832 56807 4294967295 134512640 135730672 3221224576 3221050496 134786278 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 76342 56807 301 301 0 76041 0
vsize: 305368
[startup+49.9995 s]
Raw data (loadavg): 1.05 0.99 0.93 2/55 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 120980 0 0 0 4757 242 0 0 25 0 1 0 911303691 340955136 76016 4294967295 134512640 135730672 3221224576 3221055736 135285983 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 83241 76016 301 301 0 82940 0
vsize: 332964
[startup+59.9997 s]
Raw data (loadavg): 1.04 0.99 0.93 2/55 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 156693 0 0 0 5691 308 0 0 25 0 1 0 911303691 452726784 92156 4294967295 134512640 135730672 3221224576 3221054344 134787725 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 110529 92156 301 301 0 110228 0
vsize: 442116
[startup+70.0002 s]
Raw data (loadavg): 1.04 0.99 0.93 2/55 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 190873 0 0 0 6619 380 0 0 25 0 1 0 911303691 586944512 101583 4294967295 134512640 135730672 3221224576 3221060624 134784086 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 143297 101583 301 301 0 142996 0
vsize: 573188
[startup+79.9999 s]
Raw data (loadavg): 1.03 0.99 0.93 2/55 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 208218 0 0 0 7587 412 0 0 25 0 1 0 911303691 611688448 118722 4294967295 134512640 135730672 3221224576 3221058396 134608017 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 149338 118723 301 301 0 149037 0
vsize: 597352
[startup+89.9997 s]
Raw data (loadavg): 1.03 0.99 0.93 2/55 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 227142 0 0 0 8548 451 0 0 25 0 1 0 911303691 639283200 137423 4294967295 134512640 135730672 3221224576 3221069436 135109339 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 156075 137424 301 301 0 155774 0
vsize: 624300
[startup+99.9995 s]
Raw data (loadavg): 1.02 0.99 0.93 2/55 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 242313 0 0 0 9520 480 0 0 25 0 1 0 911303691 711659520 152416 4294967295 134512640 135730672 3221224576 3221067200 134786812 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 173745 152417 301 301 0 173444 0
vsize: 694980
[startup+110.001 s]
Raw data (loadavg): 1.02 0.99 0.93 2/55 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 253959 0 0 0 10496 503 0 0 25 0 1 0 911303691 729608192 163925 4294967295 134512640 135730672 3221224576 3221222828 135281187 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 178127 163925 301 301 0 177826 0
vsize: 712508
[startup+115.11 s]
Raw data (loadavg): 1.02 0.99 0.93 1/54 13379
Raw data (stat): 13379 (pb2sat-v2) R 13378 8378 8377 0 -1 0 253959 0 0 0 10496 503 0 0 25 0 1 0 911303691 729608192 163925 4294967295 134512640 135730672 3221224576 3221222828 135281187 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 178127 163925 301 301 0 177826 0
vsize: 0

Child status: 1
Real time (s): 115.11
CPU time (s): 115.112
CPU user time (s): 109.736
CPU system time (s): 5.37618
CPU usage (%): 100.002
Max. virtual memory (Kb): 712508
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####