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-scfxm1.opb
MD5SUM94a3882d5878f0ddbdd9e110c3ba8806
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 690
Biggest coefficient in the objective function 5368709120
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 140660178813
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 53687091200000
Number of bits of the biggest number in a constraint 46
Biggest sum of numbers in a constraint 326830904793855
Number of bits of the biggest sum of numbers49
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.529918
Number of variables13710
Total number of constraints330
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 constraints330
Minimum length of a constraint30
Maximum length of a constraint1710

Trace number 35085

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc5 THE 2005-05-28 12:11:55 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24391 boxname=wulflinc5 idbench=863 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  94a3882d5878f0ddbdd9e110c3ba8806  /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-scfxm1.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-scfxm1.opb
IDLAUNCH: 24391
/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:        582388 kB
Buffers:         33852 kB
Cached:         392036 kB
SwapCached:        608 kB
Active:          26092 kB
Inactive:       401900 kB
HighTotal:      131008 kB
HighFree:        34328 kB
LowTotal:       903652 kB
LowFree:        548060 kB
SwapTotal:     2097136 kB
SwapFree:      2095612 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5132 kB
Slab:            18628 kB
Committed_AS:    63604 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-28 12:13:42 (client local time) WITH STATUS 1 IN 106.951 SECONDS
stats: 24391 7 106.951 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.86 0.97 0.91 1/54 18625
Raw data (stat): 18625 (runsolver) R 18624 7266 7265 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 806483470 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.0002 s]
Raw data (loadavg): 0.88 0.97 0.91 2/54 18625
Raw data (stat): 18625 (pb2sat) R 18624 7266 7265 0 -1 0 28687 0 0 0 937 62 0 0 25 0 1 0 806483470 84799488 17736 4294967295 134512640 135726644 3221224576 3221047836 134604449 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 20703 17736 300 300 0 20403 0
vsize: 82812
[startup+20.0014 s]
Raw data (loadavg): 0.90 0.97 0.91 2/54 18625
Raw data (stat): 18625 (pb2sat) R 18624 7266 7265 0 -1 0 56981 0 0 0 1882 116 0 0 25 0 1 0 806483470 171065344 35072 4294967295 134512640 135726644 3221224576 3221050376 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 41764 35073 300 300 0 41464 0
vsize: 167056
[startup+30.0015 s]
Raw data (loadavg): 0.91 0.97 0.91 2/54 18625
Raw data (stat): 18625 (pb2sat) R 18624 7266 7265 0 -1 0 95917 0 0 0 2808 191 0 0 25 0 1 0 806483470 290304000 52330 4294967295 134512640 135726644 3221224576 3221052528 135280419 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 70875 52330 300 300 0 70575 0
vsize: 283500
[startup+40.0013 s]
Raw data (loadavg): 0.93 0.97 0.91 2/54 18625
Raw data (stat): 18625 (pb2sat) R 18624 7266 7265 0 -1 0 112574 0 0 0 3776 222 0 0 25 0 1 0 806483470 341700608 68763 4294967295 134512640 135726644 3221224576 3221053936 134607669 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 83423 68764 300 300 0 83123 0
vsize: 333692
[startup+50.0026 s]
Raw data (loadavg): 0.94 0.97 0.91 2/54 18625
Raw data (stat): 18625 (pb2sat) R 18624 7266 7265 0 -1 0 148819 0 0 0 4711 288 0 0 25 0 1 0 806483470 540155904 104155 4294967295 134512640 135726644 3221224576 3221057704 135280642 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 131874 104155 300 300 0 131574 0
vsize: 527496
[startup+60.0019 s]
Raw data (loadavg): 0.95 0.97 0.91 2/54 18625
Raw data (stat): 18625 (pb2sat) R 18624 7266 7265 0 -1 0 192073 0 0 0 5617 381 0 0 25 0 1 0 806483470 593719296 104926 4294967295 134512640 135726644 3221224576 3221060272 134554691 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 144951 104926 300 300 0 144651 0
vsize: 579804
[startup+70.0025 s]
Raw data (loadavg): 0.95 0.97 0.91 2/54 18625
Raw data (stat): 18625 (pb2sat) R 18624 7266 7265 0 -1 0 203262 0 0 0 6595 402 0 0 25 0 1 0 806483470 627273728 115915 4294967295 134512640 135726644 3221224576 3221060696 134784091 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 153143 115915 300 300 0 152843 0
vsize: 612572
[startup+80.0036 s]
Raw data (loadavg): 0.96 0.97 0.91 2/54 18625
Raw data (stat): 18625 (pb2sat) R 18624 7266 7265 0 -1 0 221012 0 0 0 7563 435 0 0 25 0 1 0 806483470 645791744 133427 4294967295 134512640 135726644 3221224576 3221065496 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 157664 133427 300 300 0 157364 0
vsize: 630656
[startup+90.0031 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 18625
Raw data (stat): 18625 (pb2sat) R 18624 7266 7265 0 -1 0 241338 0 0 0 8524 474 0 0 25 0 1 0 806483470 674996224 153517 4294967295 134512640 135726644 3221224576 3221065896 134784091 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 164794 153517 300 300 0 164494 0
vsize: 659176
[startup+100.003 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 18625
Raw data (stat): 18625 (pb2sat) R 18624 7266 7265 0 -1 0 257527 0 0 0 9491 507 0 0 25 0 1 0 806483470 748441600 169519 4294967295 134512640 135726644 3221224576 3221067576 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 182725 169519 300 300 0 182425 0
vsize: 730900
[startup+106.973 s]
Raw data (loadavg): 0.97 0.97 0.91 1/53 18625
Raw data (stat): 18625 (pb2sat) R 18624 7266 7265 0 -1 0 257527 0 0 0 9491 507 0 0 25 0 1 0 806483470 748441600 169519 4294967295 134512640 135726644 3221224576 3221067576 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 182725 169519 300 300 0 182425 0
vsize: 0

Child status: 1
Real time (s): 106.973
CPU time (s): 106.951
CPU user time (s): 101.462
CPU system time (s): 5.48917
CPU usage (%): 99.9793
Max. virtual memory (Kb): 730900
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####