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 35514

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc28 THE 2005-05-28 13:19:01 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24795 boxname=wulflinc28 idbench=1267 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  c82c0bebea8b0ce184f21387d9520ae2  /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-13-7-ship12s.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc28/normalized-mps-v2-13-7-ship12s.opb
IDLAUNCH: 24795
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.077
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	: 3
cpu MHz		: 451.077
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:        694176 kB
Buffers:         40484 kB
Cached:         257732 kB
SwapCached:        780 kB
Active:          31700 kB
Inactive:       286680 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        693924 kB
SwapTotal:     2097640 kB
SwapFree:      2096164 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5460 kB
Slab:            16284 kB
Committed_AS:    63600 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 13:21:58 (client local time) WITH STATUS 1 IN 176.271 SECONDS
stats: 24795 7 176.271 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.91 0.93 0.90 2/54 7407
Raw data (stat): 7407 (runsolver) R 7406 24821 24820 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 865114003 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.0007 s]
Raw data (loadavg): 0.92 0.93 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 2184 0 0 0 993 6 0 0 25 0 1 0 865114003 7954432 1509 4294967295 134512640 135726644 3221224576 3221221664 134556192 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 1942 1509 300 300 0 1642 0
vsize: 7768
[startup+20.0008 s]
Raw data (loadavg): 0.93 0.93 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 2714 0 0 0 1991 8 0 0 25 0 1 0 865114003 9441280 2030 4294967295 134512640 135726644 3221224576 3221221664 134556173 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 2305 2030 300 300 0 2005 0
vsize: 9220
[startup+30.0011 s]
Raw data (loadavg): 0.94 0.93 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 3872 0 0 0 2989 10 0 0 25 0 1 0 865114003 13410304 2477 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3274 2477 300 300 0 2974 0
vsize: 13096
[startup+40.0017 s]
Raw data (loadavg): 0.95 0.94 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 4121 0 0 0 3988 12 0 0 25 0 1 0 865114003 14086144 2721 4294967295 134512640 135726644 3221224576 3221221664 134556195 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3439 2721 300 300 0 3139 0
vsize: 13756
[startup+50.0028 s]
Raw data (loadavg): 0.96 0.94 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 4384 0 0 0 4986 13 0 0 25 0 1 0 865114003 14761984 2979 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3604 2979 300 300 0 3304 0
vsize: 14416
[startup+60.0031 s]
Raw data (loadavg): 0.96 0.94 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 4613 0 0 0 5985 15 0 0 25 0 1 0 865114003 15302656 3205 4294967295 134512640 135726644 3221224576 3221221664 134556171 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3736 3205 300 300 0 3436 0
vsize: 14944
[startup+70.0028 s]
Raw data (loadavg): 0.97 0.94 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 4822 0 0 0 6984 16 0 0 25 0 1 0 865114003 15843328 3410 4294967295 134512640 135726644 3221224576 3221221664 134556160 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 3868 3410 300 300 0 3568 0
vsize: 15472
[startup+80.0039 s]
Raw data (loadavg): 0.97 0.94 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 26970 0 0 0 7934 67 0 0 25 0 1 0 865114003 92393472 18932 4294967295 134512640 135726644 3221224576 3200869200 134780450 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 22557 18932 300 300 0 22257 0
vsize: 90228
[startup+90.0042 s]
Raw data (loadavg): 0.98 0.94 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 59274 0 0 0 8869 131 0 0 25 0 1 0 865114003 185667584 36915 4294967295 134512640 135726644 3221224576 3199105692 134604449 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 45329 36915 300 300 0 45029 0
vsize: 181316
[startup+100.005 s]
Raw data (loadavg): 0.98 0.94 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 86235 0 0 0 9813 188 0 0 25 0 1 0 865114003 269000704 53937 4294967295 134512640 135726644 3221224576 3199312864 134766602 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 65674 53937 300 300 0 65374 0
vsize: 262696
[startup+110.006 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 115926 0 0 0 10750 250 0 0 25 0 1 0 865114003 377131008 71106 4294967295 134512640 135726644 3221224576 3199119948 135287518 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 92073 71106 300 300 0 91773 0
vsize: 368292
[startup+120.006 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 155874 0 0 0 11672 329 0 0 25 0 1 0 865114003 505503744 92467 4294967295 134512640 135726644 3221224576 3199116616 135280958 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 123414 92467 300 300 0 123114 0
vsize: 493656
[startup+130.007 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 170097 0 0 0 12640 361 0 0 25 0 1 0 865114003 509698048 105407 4294967295 134512640 135726644 3221224576 3200969296 134557614 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 124438 105407 300 300 0 124138 0
vsize: 497752
[startup+140.007 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 211119 0 0 0 13550 452 0 0 25 0 1 0 865114003 630611968 121611 4294967295 134512640 135726644 3221224576 3199119352 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 153958 121611 300 300 0 153658 0
vsize: 615832
[startup+150.008 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 228925 0 0 0 14510 491 0 0 25 0 1 0 865114003 691757056 139194 4294967295 134512640 135726644 3221224576 3199146064 134767004 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 168886 139194 300 300 0 168586 0
vsize: 675544
[startup+160.008 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 250542 0 0 0 15469 533 0 0 25 0 1 0 865114003 725217280 160536 4294967295 134512640 135726644 3221224576 3199139832 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 177055 160536 300 300 0 176755 0
vsize: 708220
[startup+170.008 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 252828 0 0 0 16451 551 0 0 25 0 1 0 865114003 418201600 101591 4294967295 134512640 135726644 3221224576 3221222764 135277558 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 102100 101591 300 300 0 101800 0
vsize: 408400
[startup+176.252 s]
Raw data (loadavg): 0.99 0.95 0.91 1/53 7407
Raw data (stat): 7407 (pb2sat) R 7406 24821 24820 0 -1 0 252828 0 0 0 16451 551 0 0 25 0 1 0 865114003 418201600 101591 4294967295 134512640 135726644 3221224576 3221222764 135277558 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 102100 101591 300 300 0 101800 0
vsize: 0

Child status: 1
Real time (s): 176.252
CPU time (s): 176.271
CPU user time (s): 170.542
CPU system time (s): 5.72913
CPU usage (%): 100.011
Max. virtual memory (Kb): 708220
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####