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/plato.asu.edu/pub/unibo/normalized-mps-v2-13-7-blp-ar98.opb
MD5SUM53176d06e1e99afe2d28ec1484235311
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 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 81920000000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 40410384871329
Number of bits of the biggest sum of numbers46
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.22305
Number of variables18824
Total number of constraints17064
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)16718
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint15827

Trace number 35756

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc7 THE 2005-05-28 14:02:50 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25064 boxname=wulflinc7 idbench=1536 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  53176d06e1e99afe2d28ec1484235311  /oldhome/oroussel/tmp/wulflinc7/normalized-mps-v2-13-7-blp-ar98.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc7/normalized-mps-v2-13-7-blp-ar98.opb
IDLAUNCH: 25064
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.050
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.050
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:        699156 kB
Buffers:         33492 kB
Cached:         280092 kB
SwapCached:        644 kB
Active:          33028 kB
Inactive:       282592 kB
HighTotal:      131008 kB
HighFree:          280 kB
LowTotal:       903652 kB
LowFree:        698876 kB
SwapTotal:     2097136 kB
SwapFree:      2095560 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5108 kB
Slab:            14016 kB
Committed_AS:    63604 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-28 14:04:50 (client local time) WITH STATUS 1 IN 119.529 SECONDS
stats: 25064 7 119.529 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 1/54 11135
Raw data (stat): 11135 (runsolver) R 11134 24300 24299 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 807157595 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.93 0.94 0.91 2/54 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 10351 0 0 0 974 24 0 0 25 0 1 0 807157595 31703040 6491 4294967295 134512640 135726644 3221224576 3221221776 134576140 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 7740 6491 300 300 0 7440 0
vsize: 30960
[startup+20.0002 s]
Raw data (loadavg): 0.94 0.94 0.91 2/54 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 37278 0 0 0 1918 81 0 0 25 0 1 0 807157595 111525888 21709 4294967295 134512640 135726644 3221224576 3220877408 134767049 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 27228 21709 300 300 0 26928 0
vsize: 108912
[startup+30.0002 s]
Raw data (loadavg): 0.95 0.94 0.91 2/54 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 56388 0 0 0 2871 128 0 0 25 0 1 0 807157595 158216192 34459 4294967295 134512640 135726644 3221224576 3220693408 134767237 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 38627 34460 300 300 0 38327 0
vsize: 154508
[startup+40.0008 s]
Raw data (loadavg): 0.95 0.94 0.91 2/54 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 92880 0 0 0 3797 202 0 0 25 0 1 0 807157595 303570944 49287 4294967295 134512640 135726644 3221224576 3221221728 134572963 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 74114 49287 300 300 0 73814 0
vsize: 296456
[startup+50.0018 s]
Raw data (loadavg): 0.96 0.94 0.91 2/54 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 106827 0 0 0 4762 237 0 0 25 0 1 0 807157595 305868800 62991 4294967295 134512640 135726644 3221224576 3221130608 134767247 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 74675 62991 300 300 0 74375 0
vsize: 298700
[startup+60.0007 s]
Raw data (loadavg): 0.97 0.94 0.91 2/54 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 147225 0 0 0 5681 319 0 0 25 0 1 0 807157595 506331136 102222 4294967295 134512640 135726644 3221224576 3220339104 134772474 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 123616 102222 300 300 0 123316 0
vsize: 494464
[startup+70.001 s]
Raw data (loadavg): 0.97 0.94 0.91 2/54 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 182088 0 0 0 6600 400 0 0 25 0 1 0 807157595 535687168 94912 4294967295 134512640 135726644 3221224576 3220703000 135280592 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 130783 94912 300 300 0 130483 0
vsize: 523132
[startup+80.0018 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 194007 0 0 0 7569 431 0 0 25 0 1 0 807157595 569241600 106615 4294967295 134512640 135726644 3221224576 3221218200 134766301 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 138975 106616 300 300 0 138675 0
vsize: 555900
[startup+90.0016 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 207498 0 0 0 8538 462 0 0 25 0 1 0 807157595 569241600 119861 4294967295 134512640 135726644 3221224576 3221030208 134767085 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 138975 119862 300 300 0 138675 0
vsize: 555900
[startup+100.002 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 219478 0 0 0 9507 494 0 0 25 0 1 0 807157595 629575680 131666 4294967295 134512640 135726644 3221224576 3220207400 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 153705 131666 300 300 0 153405 0
vsize: 614820
[startup+110.001 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 229461 0 0 0 10482 519 0 0 25 0 1 0 807157595 645550080 141496 4294967295 134512640 135726644 3221224576 3214940688 134772642 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 157605 141497 300 300 0 157305 0
vsize: 630420
[startup+119.516 s]
Raw data (loadavg): 0.99 0.95 0.91 1/53 11135
Raw data (stat): 11135 (pb2sat) R 11134 24300 24299 0 -1 0 229461 0 0 0 10482 519 0 0 25 0 1 0 807157595 645550080 141496 4294967295 134512640 135726644 3221224576 3214940688 134772642 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 157605 141497 300 300 0 157305 0
vsize: 0

Child status: 1
Real time (s): 119.515
CPU time (s): 119.529
CPU user time (s): 113.867
CPU system time (s): 5.66214
CPU usage (%): 100.011
Max. virtual memory (Kb): 630420
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####