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/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-ship12s.opb
MD5SUMc82c0bebea8b0ce184f21387d9520ae2
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 55260
Biggest coefficient in the objective function 1475608576000
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 200019082827300
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 1475608576000
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 200019082827300
Number of bits of the biggest sum of numbers48
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.482925
Number of variables55260
Total number of constraints1042
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 constraints1042
Minimum length of a constraint20
Maximum length of a constraint980

Trace number 42749

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc3 THE 2005-06-16 14:20:27 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25967 boxname=wulflinc3 idbench=1267 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  c82c0bebea8b0ce184f21387d9520ae2  /oldhome/oroussel/tmp/wulflinc3/normalized-mps-v2-13-7-ship12s.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc3/normalized-mps-v2-13-7-ship12s.opb
IDLAUNCH: 25967
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.190
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	: 2
cpu MHz		: 451.190
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:        727872 kB
Buffers:         14424 kB
Cached:         269708 kB
SwapCached:        788 kB
Active:          35640 kB
Inactive:       250648 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        727620 kB
SwapTotal:     2097136 kB
SwapFree:      2095372 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5104 kB
Slab:            14660 kB
Committed_AS:    71900 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 14:23:19 (client local time) WITH STATUS 1 IN 171.921 SECONDS
stats: 25967 7 171.921 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.83 0.92 0.90 2/54 24770
Raw data (stat): 24770 (runsolver) R 24769 20224 20223 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 971427611 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.0001 s]
Raw data (loadavg): 0.86 0.92 0.90 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 2204 0 0 0 994 4 0 0 25 0 1 0 971427611 8093696 1528 4294967295 134512640 135730672 3221224576 3221221588 134540116 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 1976 1528 301 301 0 1675 0
vsize: 7904
[startup+20.0049 s]
Raw data (loadavg): 0.88 0.92 0.90 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 2747 0 0 0 1993 6 0 0 25 0 1 0 971427611 9445376 2062 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 2306 2062 301 301 0 2005 0
vsize: 9224
[startup+30.0048 s]
Raw data (loadavg): 0.90 0.92 0.90 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 3885 0 0 0 2990 8 0 0 25 0 1 0 971427611 13414400 2488 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3275 2488 301 301 0 2974 0
vsize: 13100
[startup+40.0056 s]
Raw data (loadavg): 0.91 0.92 0.90 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 4147 0 0 0 3989 9 0 0 25 0 1 0 971427611 14090240 2745 4294967295 134512640 135730672 3221224576 3221221664 134561656 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3440 2745 301 301 0 3139 0
vsize: 13760
[startup+50.0064 s]
Raw data (loadavg): 0.93 0.93 0.90 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 4399 0 0 0 4987 10 0 0 25 0 1 0 971427611 14766080 2993 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3605 2993 301 301 0 3304 0
vsize: 14420
[startup+60.0063 s]
Raw data (loadavg): 0.94 0.93 0.90 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 4625 0 0 0 5987 10 0 0 25 0 1 0 971427611 15441920 3216 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3770 3216 301 301 0 3469 0
vsize: 15080
[startup+70.0066 s]
Raw data (loadavg): 0.95 0.93 0.91 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 4834 0 0 0 6987 11 0 0 25 0 1 0 971427611 15982592 3421 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3902 3421 301 301 0 3601 0
vsize: 15608
[startup+80.0069 s]
Raw data (loadavg): 0.95 0.93 0.91 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 21877 0 0 0 7952 46 0 0 25 0 1 0 971427611 64458752 13849 4294967295 134512640 135730672 3221224576 3220902768 134813863 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 15737 13849 301 301 0 15436 0
vsize: 62948
[startup+90.0067 s]
Raw data (loadavg): 0.96 0.93 0.91 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 51568 0 0 0 8886 113 0 0 25 0 1 0 971427611 161554432 29499 4294967295 134512640 135730672 3221224576 3221201896 134787727 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 39442 29499 301 301 0 39141 0
vsize: 157768
[startup+100.008 s]
Raw data (loadavg): 0.97 0.93 0.91 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 90201 0 0 0 9805 193 0 0 25 0 1 0 971427611 275517440 46440 4294967295 134512640 135730672 3221224576 3220975968 134551103 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 67265 46440 301 301 0 66964 0
vsize: 269060
[startup+110.008 s]
Raw data (loadavg): 0.97 0.94 0.91 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 104146 0 0 0 10769 229 0 0 25 0 1 0 971427611 309477376 60136 4294967295 134512640 135730672 3221224576 3221138204 134607990 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 75556 60138 301 301 0 75255 0
vsize: 302224
[startup+120.008 s]
Raw data (loadavg): 0.97 0.94 0.91 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 144796 0 0 0 11688 310 0 0 25 0 1 0 971427611 506695680 99671 4294967295 134512640 135730672 3221224576 3221109136 134775341 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 123705 99673 301 301 0 123404 0
vsize: 494820
[startup+130.008 s]
Raw data (loadavg): 0.98 0.94 0.91 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 182357 0 0 0 12603 395 0 0 25 0 1 0 971427611 540917760 94963 4294967295 134512640 135730672 3221224576 3221015856 134788741 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 132060 94965 301 301 0 131759 0
vsize: 528240
[startup+140.008 s]
Raw data (loadavg): 0.98 0.94 0.91 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 195322 0 0 0 13572 427 0 0 25 0 1 0 971427611 574472192 107695 4294967295 134512640 135730672 3221224576 3221096136 134787727 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 140252 107695 301 301 0 139951 0
vsize: 561008
[startup+150.009 s]
Raw data (loadavg): 0.98 0.94 0.91 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 210512 0 0 0 14537 462 0 0 25 0 1 0 971427611 576905216 122622 4294967295 134512640 135730672 3221224576 3221220836 134540222 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 140846 122622 301 301 0 140545 0
vsize: 563384
[startup+160.009 s]
Raw data (loadavg): 0.99 0.94 0.91 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 225239 0 0 0 15501 498 0 0 25 0 1 0 971427611 640077824 137141 4294967295 134512640 135730672 3221224576 3220944512 135282737 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 156269 137141 301 301 0 155968 0
vsize: 625076
[startup+170.009 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 241957 0 0 0 16446 552 0 0 25 0 1 0 971427611 294809600 71813 4294967295 134512640 135730672 3221224576 3221222960 134782625 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 71975 71813 301 301 0 71674 0
vsize: 287900
[startup+171.942 s]
Raw data (loadavg): 0.99 0.95 0.91 1/53 24770
Raw data (stat): 24770 (pb2sat-v2) R 24769 20224 20223 0 -1 0 241957 0 0 0 16446 552 0 0 25 0 1 0 971427611 294809600 71813 4294967295 134512640 135730672 3221224576 3221222960 134782625 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 71975 71813 301 301 0 71674 0
vsize: 0

Child status: 1
Real time (s): 171.942
CPU time (s): 171.921
CPU user time (s): 166.247
CPU system time (s): 5.67414
CPU usage (%): 99.9879
Max. virtual memory (Kb): 625076
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####