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-degen3.opb
MD5SUM7312c1a4c94073cc51821da54f781db8
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1001264250880
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 339379725479256
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 1001264250880
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 339379725479256
Number of bits of the biggest sum of numbers49
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.474927
Number of variables54540
Total number of constraints1503
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 constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090

Trace number 42307

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc2 THE 2005-06-16 05:23:56 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25524 boxname=wulflinc2 idbench=824 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  7312c1a4c94073cc51821da54f781db8  /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-20-10-degen3.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-20-10-degen3.opb
IDLAUNCH: 25524
/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:        768204 kB
Buffers:         34592 kB
Cached:         205692 kB
SwapCached:       4448 kB
Active:          77116 kB
Inactive:       168248 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        767952 kB
SwapTotal:     2097136 kB
SwapFree:      2091696 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5056 kB
Slab:            15432 kB
Committed_AS:    71900 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 05:26:35 (client local time) WITH STATUS 1 IN 159.041 SECONDS
stats: 25524 7 159.041 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.99 0.95 0.91 1/54 4799
Raw data (stat): 4799 (runsolver) R 4798 31399 31398 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 968221274 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.0013 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 2239 0 0 0 994 5 0 0 25 0 1 0 968221274 8093696 1562 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 1976 1562 301 301 0 1675 0
vsize: 7904
[startup+20.0015 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 2748 0 0 0 1992 7 0 0 25 0 1 0 968221274 9445376 2063 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 2306 2063 301 301 0 2005 0
vsize: 9224
[startup+30.0022 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 3890 0 0 0 2989 11 0 0 25 0 1 0 968221274 13414400 2493 4294967295 134512640 135730672 3221224576 3221221664 134561691 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3275 2493 301 301 0 2974 0
vsize: 13100
[startup+40.0034 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 4173 0 0 0 3988 11 0 0 25 0 1 0 968221274 14225408 2771 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3473 2771 301 301 0 3172 0
vsize: 13892
[startup+50.0046 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 4835 0 0 0 4986 14 0 0 25 0 1 0 968221274 16551936 3429 4294967295 134512640 135730672 3221224576 3221221520 134539724 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 4041 3429 301 301 0 3740 0
vsize: 16164
[startup+60.0044 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 33196 0 0 0 5927 73 0 0 25 0 1 0 968221274 101384192 21891 4294967295 134512640 135730672 3221224576 3218947356 134608072 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 24752 21891 301 301 0 24451 0
vsize: 99008
[startup+70.0041 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 62048 0 0 0 6866 134 0 0 25 0 1 0 968221274 187404288 39528 4294967295 134512640 135730672 3221224576 3219399768 134608739 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 45753 39528 301 301 0 45452 0
vsize: 183012
[startup+80.0049 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 101062 0 0 0 7788 213 0 0 25 0 1 0 968221274 337625088 56857 4294967295 134512640 135730672 3221224576 3219397680 134783994 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 82428 56857 301 301 0 82127 0
vsize: 329712
[startup+90.0045 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 119106 0 0 0 8746 254 0 0 25 0 1 0 968221274 359116800 74673 4294967295 134512640 135730672 3221224576 3219846552 134612193 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 87675 74673 301 301 0 87374 0
vsize: 350700
[startup+100.005 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 163159 0 0 0 9661 339 0 0 25 0 1 0 968221274 570392576 117544 4294967295 134512640 135730672 3221224576 3220085552 134776110 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 139256 117544 301 301 0 138955 0
vsize: 557024
[startup+110.005 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 198473 0 0 0 10580 421 0 0 25 0 1 0 968221274 599748608 110681 4294967295 134512640 135730672 3221224576 3220717840 134786278 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 146423 110681 301 301 0 146122 0
vsize: 585692
[startup+120.006 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 211542 0 0 0 11551 450 0 0 25 0 1 0 968221274 637898752 123536 4294967295 134512640 135730672 3221224576 3220622768 134546483 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 155737 123536 301 301 0 155436 0
vsize: 622948
[startup+130.007 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 227968 0 0 0 12515 486 0 0 25 0 1 0 968221274 661553152 139771 4294967295 134512640 135730672 3221224576 3221220532 134540222 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 161512 139771 301 301 0 161211 0
vsize: 646048
[startup+140.007 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 237606 0 0 0 13496 505 0 0 25 0 1 0 968221274 661553152 149234 4294967295 134512640 135730672 3221224576 3218779880 134549474 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 161512 149234 301 301 0 161211 0
vsize: 646048
[startup+150.007 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 247931 0 0 0 14474 528 0 0 25 0 1 0 968221274 711884800 159375 4294967295 134512640 135730672 3221224576 3219376080 134610043 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 173800 159375 301 301 0 173499 0
vsize: 695200
[startup+159.026 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 4799
Raw data (stat): 4799 (pb2sat-v2) R 4798 31399 31398 0 -1 0 247931 0 0 0 14474 528 0 0 25 0 1 0 968221274 711884800 159375 4294967295 134512640 135730672 3221224576 3219376080 134610043 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 173800 159375 301 301 0 173499 0
vsize: 0

Child status: 1
Real time (s): 159.026
CPU time (s): 159.041
CPU user time (s): 153.335
CPU system time (s): 5.70613
CPU usage (%): 100.01
Max. virtual memory (Kb): 695200
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####