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/MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
MD5SUM1c249519911563f3292efb34f4875b44
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62027
Optimality of the best value was proved NO
Number of terms in the objective function 40
Biggest coefficient in the objective function 8161
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 265332
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 8161
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 265332
Number of bits of the biggest sum of numbers19
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.276957
Number of variables40
Total number of constraints63
Number of constraints which are clauses10
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint10

Trace number 22005

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc21 THE 2005-04-22 02:10:18 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=12112 boxname=wulflinc21 idbench=932 idsolver=9 numberseed=0
MD5SUM SOLVER: daf345f6fbf228671abfac48013b9cac  /oldhome/oroussel/solvers/sat4jPseudo.jar
MD5SUM BENCH:  1c249519911563f3292efb34f4875b44  /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-20-10-p0040.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudo.jar /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-20-10-p0040.opb
IDLAUNCH: 12112
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
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	: 3
cpu MHz		: 451.161
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:        820672 kB
Buffers:          1412 kB
Cached:         192884 kB
SwapCached:       1408 kB
Active:          38084 kB
Inactive:       158500 kB
HighTotal:      131008 kB
HighFree:        48160 kB
LowTotal:       903652 kB
LowFree:        772512 kB
SwapTotal:     2097892 kB
SwapFree:      2095700 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           4888 kB
Slab:            11832 kB
Committed_AS:    63796 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-04-22 02:10:36 (client local time) WITH STATUS 30 IN 20.9908 SECONDS
stats: 12112 0 20.9908 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c solving /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-20-10-p0040.opb
c reading problem 
c [nbvar=40]
c [nbconstr=63]
c time 0.365
c #vars     40
c #clauses  23
c starts	: 0
c conflicts	: 0
c decisions	: 0
c propagations	: 0
c inspects	: 0
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 0
c SATISFIABLE
c OPTIMIZING...
c 
c CURRENT OPTIMUM=67686
c Current CPU time (ms) : 1.08
c starts	: 1
c conflicts	: 7
c decisions	: 36
c propagations	: 111
c inspects	: 145
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 7
c root simplifications	: 1
c 
c CURRENT OPTIMUM=63353
c Current CPU time (ms) : 1.108
c starts	: 2
c conflicts	: 7
c decisions	: 49
c propagations	: 151
c inspects	: 196
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 7
c root simplifications	: 2
c 
c CURRENT OPTIMUM=63328
c Current CPU time (ms) : 1.99
c starts	: 3
c conflicts	: 15
c decisions	: 81
c propagations	: 250
c inspects	: 386
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 15
c root simplifications	: 3
c 
c CURRENT OPTIMUM=63176
c Current CPU time (ms) : 2.528
c starts	: 4
c conflicts	: 24
c decisions	: 107
c propagations	: 340
c inspects	: 711
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 24
c root simplifications	: 4
c 
c CURRENT OPTIMUM=62924
c Current CPU time (ms) : 2.676
c starts	: 5
c conflicts	: 24
c decisions	: 119
c propagations	: 380
c inspects	: 844
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 24
c root simplifications	: 5
c 
c CURRENT OPTIMUM=62910
c Current CPU time (ms) : 2.765
c starts	: 6
c conflicts	: 25
c decisions	: 132
c propagations	: 425
c inspects	: 937
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 25
c root simplifications	: 6
c 
c CURRENT OPTIMUM=62701
c Current CPU time (ms) : 5.758
c starts	: 7
c conflicts	: 41
c decisions	: 179
c propagations	: 637
c inspects	: 2115
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 41
c root simplifications	: 7
c 
c CURRENT OPTIMUM=62576
c Current CPU time (ms) : 6.031
c starts	: 8
c conflicts	: 42
c decisions	: 201
c propagations	: 679
c inspects	: 2445
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 42
c root simplifications	: 8
c 
c CURRENT OPTIMUM=62481
c Current CPU time (ms) : 7.27
c starts	: 9
c conflicts	: 51
c decisions	: 237
c propagations	: 828
c inspects	: 3388
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 51
c root simplifications	: 9
c 
c CURRENT OPTIMUM=62190
c Current CPU time (ms) : 7.708
c starts	: 10
c conflicts	: 52
c decisions	: 259
c propagations	: 874
c inspects	: 3764
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 52
c root simplifications	: 10
c 
c CURRENT OPTIMUM=62144
c Current CPU time (ms) : 8.224
c starts	: 11
c conflicts	: 54
c decisions	: 267
c propagations	: 934
c inspects	: 4285
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 54
c root simplifications	: 11
c 
c CURRENT OPTIMUM=62094
c Current CPU time (ms) : 9.916
c starts	: 12
c conflicts	: 65
c decisions	: 295
c propagations	: 1073
c inspects	: 5707
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 65
c root simplifications	: 12
c 
c CURRENT OPTIMUM=62027
c Current CPU time (ms) : 11.718
c starts	: 13
c conflicts	: 81
c decisions	: 337
c propagations	: 1296
c inspects	: 8505
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 81
c root simplifications	: 13
c Total CPU time (ms) : 15.817
c 
s OPTIMUM FOUND
v -C1001_bit0 C1002_bit0 -C1003_bit0 -C1004_bit0 -C1005_bit0 C1006_bit0 -C1007_bit0 -C1008_bit0 C1009_bit0 -C1010_bit0 -C1011_bit0 -C1012_bit0 -C1013_bit0 -C1014_bit0 C1015_bit0 -C1016_bit0 -C1017_bit0 C1018_bit0 -C1019_bit0 -C1020_bit0 -C1021_bit0 C1022_bit0 -C1023_bit0 -C1024_bit0 -C1025_bit0 C1026_bit0 -C1027_bit0 -C1028_bit0 C1029_bit0 -C1030_bit0 -C1031_bit0 -C1032_bit0 -C1033_bit0 C1034_bit0 -C1035_bit0 -C1036_bit0 -C1037_bit0 C1038_bit0 -C1039_bit0 -C1040_bit0 
c objectif function=62027
#### 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
Raw data (loadavg): 0.85 0.95 0.91 2/55 25936
Raw data (stat): 25936 (runsolver) R 25935 30927 30926 0 -1 64 4 0 0 0 0 0 0 0 20 0 1 0 427276580 1052672 99 4294967295 134512640 135381576 3221224432 3221219680 135158418 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0003 s]
Raw data (loadavg): 1.18 1.02 0.93 4/65 25957
Raw data (stat): 25936 (java) R 25935 30927 30926 0 -1 0 11688 7 2 0 545 29 0 0 25 0 11 0 427276580 881770496 18316 4294967295 134512640 134569956 3221224400 3221214632 1131176490 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 215276 18317 13073 16 0 215260 0
vsize: 861104
[startup+17.1411 s]
Raw data (loadavg): 1.33 1.05 0.94 1/54 25960
Raw data (stat): 25936 (java) R 25935 30927 30926 0 -1 0 11688 7 2 0 545 29 0 0 25 0 11 0 427276580 881770496 18316 4294967295 134512640 134569956 3221224400 3221214632 1131176490 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 215276 18317 13073 16 0 215260 0
vsize: 0

Child status: 30
Real time (s): 17.1407
CPU time (s): 20.9908
CPU user time (s): 20.3079
CPU system time (s): 0.682896
CPU usage (%): 122.462
Max. virtual memory (Kb): 861104
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	62027
#### END VERIFIER DATA ####