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-ship04s.opb
MD5SUM0b425344c538e99a27247a487d2e5952
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 43740
Biggest coefficient in the objective function 1977295568896000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 276588440762806557
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1977295568896000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 276588440762806557
Number of bits of the biggest sum of numbers58
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.375942
Number of variables43740
Total number of constraints352
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 constraints352
Minimum length of a constraint30
Maximum length of a constraint1980

Trace number 42361

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc2 THE 2005-06-16 06:04:01 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25579 boxname=wulflinc2 idbench=879 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  0b425344c538e99a27247a487d2e5952  /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-20-10-ship04s.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-20-10-ship04s.opb
IDLAUNCH: 25579
/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:        716924 kB
Buffers:         34752 kB
Cached:         256940 kB
SwapCached:       4448 kB
Active:          65304 kB
Inactive:       231516 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        716672 kB
SwapTotal:     2097136 kB
SwapFree:      2091696 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5056 kB
Slab:            15216 kB
Committed_AS:    71892 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 06:06:25 (client local time) WITH STATUS 1 IN 143.84 SECONDS
stats: 25579 7 143.84 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.92 0.98 0.92 1/54 5783
Raw data (stat): 5783 (runsolver) R 5782 31399 31398 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 968461775 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.0003 s]
Raw data (loadavg): 0.94 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 2172 0 0 0 994 4 0 0 25 0 1 0 968461775 7958528 1496 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 1943 1496 301 301 0 1642 0
vsize: 7772
[startup+20 s]
Raw data (loadavg): 0.94 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 2659 0 0 0 1992 6 0 0 25 0 1 0 968461775 9310208 1975 4294967295 134512640 135730672 3221224576 3221221664 134561669 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 2273 1975 301 301 0 1972 0
vsize: 9092
[startup+29.9997 s]
Raw data (loadavg): 0.95 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 3846 0 0 0 2989 9 0 0 25 0 1 0 968461775 13414400 2450 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3275 2450 301 301 0 2974 0
vsize: 13100
[startup+40.0034 s]
Raw data (loadavg): 0.96 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 4087 0 0 0 3988 10 0 0 25 0 1 0 968461775 13955072 2686 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3407 2686 301 301 0 3106 0
vsize: 13628
[startup+50.0031 s]
Raw data (loadavg): 0.97 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 21559 0 0 0 4949 50 0 0 25 0 1 0 968461775 67198976 13555 4294967295 134512640 135730672 3221224576 3220906312 134772201 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 16406 13555 301 301 0 16105 0
vsize: 65624
[startup+60.0029 s]
Raw data (loadavg): 0.97 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 51055 0 0 0 5883 116 0 0 25 0 1 0 968461775 163753984 29013 4294967295 134512640 135730672 3221224576 3221086304 134546503 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 39979 29013 301 301 0 39678 0
vsize: 159916
[startup+70.0027 s]
Raw data (loadavg): 0.97 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 78851 0 0 0 6826 172 0 0 25 0 1 0 968461775 231981056 47400 4294967295 134512640 135730672 3221224576 3220528436 135281170 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 56636 47400 301 301 0 56335 0
vsize: 226544
[startup+80.0034 s]
Raw data (loadavg): 0.98 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 103730 0 0 0 7769 230 0 0 25 0 1 0 968461775 315867136 59765 4294967295 134512640 135730672 3221224576 3220580536 134546567 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 77116 59766 301 301 0 76815 0
vsize: 308464
[startup+90.0031 s]
Raw data (loadavg): 0.98 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 124222 0 0 0 8727 272 0 0 25 0 1 0 968461775 472805376 79815 4294967295 134512640 135730672 3221224576 3220522176 134775338 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 115431 79818 301 301 0 115130 0
vsize: 461724
[startup+100.003 s]
Raw data (loadavg): 0.98 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 180155 0 0 0 9615 384 0 0 25 0 1 0 968461775 542035968 92818 4294967295 134512640 135730672 3221224576 3220465536 134732222 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 132333 92818 301 301 0 132032 0
vsize: 529332
[startup+110.004 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 193175 0 0 0 10587 412 0 0 25 0 1 0 968461775 575590400 105605 4294967295 134512640 135730672 3221224576 3221107564 135291096 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 140525 105606 301 301 0 140224 0
vsize: 562100
[startup+120.004 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 207080 0 0 0 11550 448 0 0 25 0 1 0 968461775 575590400 119257 4294967295 134512640 135730672 3221224576 3221091948 134637866 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 140525 119257 301 301 0 140224 0
vsize: 562100
[startup+130.005 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 5783
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 222128 0 0 0 12512 486 0 0 25 0 1 0 968461775 639033344 134092 4294967295 134512640 135730672 3221224576 3221141708 135284213 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 156014 134093 301 301 0 155713 0
vsize: 624056
[startup+140.005 s]
Raw data (loadavg): 0.99 0.98 0.92 2/54 5785
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 241983 0 0 0 13468 531 0 0 25 0 1 0 968461775 657444864 149776 4294967295 134512640 135730672 3221224576 3221222992 135284078 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160509 149776 301 301 0 160208 0
vsize: 642036
[startup+143.86 s]
Raw data (loadavg): 0.99 0.98 0.92 1/53 5785
Raw data (stat): 5783 (pb2sat-v2) R 5782 31399 31398 0 -1 0 241983 0 0 0 13468 531 0 0 25 0 1 0 968461775 657444864 149776 4294967295 134512640 135730672 3221224576 3221222992 135284078 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160509 149776 301 301 0 160208 0
vsize: 0

Child status: 1
Real time (s): 143.86
CPU time (s): 143.84
CPU user time (s): 138.226
CPU system time (s): 5.61415
CPU usage (%): 99.9865
Max. virtual memory (Kb): 642036
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####