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/milp/normalized-mps-v2-13-7-swath1.opb
MD5SUMd4e99ebd08b929dc4252a5f0acf82be9
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 1048576000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 203989830597156
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 benchmark2.26865
Number of variables39271
Total number of constraints7608
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2495
Number of constraints which are nor clauses,nor cardinality constraints5113
Minimum length of a constraint1
Maximum length of a constraint37670

Trace number 43005

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc5 THE 2005-06-16 21:08:22 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=26226 boxname=wulflinc5 idbench=1526 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  d4e99ebd08b929dc4252a5f0acf82be9  /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-13-7-swath1.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-13-7-swath1.opb
IDLAUNCH: 26226
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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.007
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:        633752 kB
Buffers:         28864 kB
Cached:         348560 kB
SwapCached:        656 kB
Active:          32636 kB
Inactive:       346816 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        633500 kB
SwapTotal:     2097136 kB
SwapFree:      2095540 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5156 kB
Slab:            15792 kB
Committed_AS:    63716 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 21:10:40 (client local time) WITH STATUS 1 IN 137.58 SECONDS
stats: 26226 7 137.58 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.90 0.94 0.90 2/54 20160
Raw data (stat): 20160 (runsolver) R 20159 7266 7265 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 973884751 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.0004 s]
Raw data (loadavg): 0.92 0.94 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 7596 0 0 0 981 18 0 0 25 0 1 0 973884751 24772608 4516 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6048 4516 301 301 0 5747 0
vsize: 24192
[startup+20.0008 s]
Raw data (loadavg): 0.93 0.94 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 7637 0 0 0 1981 18 0 0 25 0 1 0 973884751 24772608 4557 4294967295 134512640 135730672 3221224576 3221221664 134561683 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6048 4557 301 301 0 5747 0
vsize: 24192
[startup+30.0005 s]
Raw data (loadavg): 0.94 0.94 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 7792 0 0 0 2980 19 0 0 25 0 1 0 973884751 25296896 4583 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 6176 4583 301 301 0 5875 0
vsize: 24704
[startup+40.0018 s]
Raw data (loadavg): 0.95 0.94 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 31685 0 0 0 3931 68 0 0 25 0 1 0 973884751 100376576 20637 4294967295 134512640 135730672 3221224576 3205006016 134788104 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 24506 20637 301 301 0 24205 0
vsize: 98024
[startup+50.0031 s]
Raw data (loadavg): 0.96 0.94 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 59543 0 0 0 4874 126 0 0 25 0 1 0 973884751 179433472 37263 4294967295 134512640 135730672 3221224576 3204562172 135301640 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 43807 37263 301 301 0 43506 0
vsize: 175228
[startup+60.0028 s]
Raw data (loadavg): 0.96 0.94 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 83994 0 0 0 5824 175 0 0 25 0 1 0 973884751 255848448 51792 4294967295 134512640 135730672 3221224576 3204414384 134775114 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 62463 51792 301 301 0 62162 0
vsize: 249852
[startup+70.003 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 112738 0 0 0 6766 234 0 0 25 0 1 0 973884751 364875776 68023 4294967295 134512640 135730672 3221224576 3203783120 134784086 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 89081 68023 301 301 0 88780 0
vsize: 356324
[startup+80.0033 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 153086 0 0 0 7691 309 0 0 25 0 1 0 973884751 566689792 107186 4294967295 134512640 135730672 3221224576 3205029648 134776110 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 138352 107186 301 301 0 138051 0
vsize: 553408
[startup+90.003 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 163416 0 0 0 8667 332 0 0 25 0 1 0 973884751 495382528 99881 4294967295 134512640 135730672 3221224576 3203749952 134549494 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 120943 99881 301 301 0 120642 0
vsize: 483772
[startup+100.004 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 201446 0 0 0 9588 412 0 0 25 0 1 0 973884751 610508800 113120 4294967295 134512640 135730672 3221224576 3205012048 134549701 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 149050 113120 301 301 0 148749 0
vsize: 596200
[startup+110.005 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 217598 0 0 0 10554 446 0 0 25 0 1 0 973884751 669339648 129054 4294967295 134512640 135730672 3221224576 3204315328 134784071 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 163413 129054 301 301 0 163112 0
vsize: 653652
[startup+120.004 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 236683 0 0 0 11516 484 0 0 25 0 1 0 973884751 703311872 147905 4294967295 134512640 135730672 3221224576 3204830536 135291162 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 171707 147905 301 301 0 171406 0
vsize: 686828
[startup+130.005 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 246475 0 0 0 12493 507 0 0 25 0 1 0 973884751 718581760 157417 4294967295 134512640 135730672 3221224576 3221222932 134540222 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 175435 157417 301 301 0 175134 0
vsize: 701740
[startup+137.576 s]
Raw data (loadavg): 0.99 0.95 0.91 1/53 20160
Raw data (stat): 20160 (pb2sat-v2) R 20159 7266 7265 0 -1 0 246475 0 0 0 12493 507 0 0 25 0 1 0 973884751 718581760 157417 4294967295 134512640 135730672 3221224576 3221222932 134540222 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 175435 157417 301 301 0 175134 0
vsize: 0

Child status: 1
Real time (s): 137.576
CPU time (s): 137.58
CPU user time (s): 132.186
CPU system time (s): 5.39418
CPU usage (%): 100.003
Max. virtual memory (Kb): 701740
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####