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/MIPLIB/miplib/normalized-mps-v2-13-7-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.293954
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 18973

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc19 THE 2005-04-21 17:42:33 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=17104 boxname=wulflinc19 idbench=1316 idsolver=9 numberseed=0
MD5SUM SOLVER: daf345f6fbf228671abfac48013b9cac  /oldhome/oroussel/solvers/sat4jPseudo.jar
MD5SUM BENCH:  1c249519911563f3292efb34f4875b44  /oldhome/oroussel/tmp/wulflinc19/normalized-mps-v2-13-7-p0040.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudo.jar /oldhome/oroussel/tmp/wulflinc19/normalized-mps-v2-13-7-p0040.opb
IDLAUNCH: 17104
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
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.037
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:        689108 kB
Buffers:         26680 kB
Cached:         294676 kB
SwapCached:        556 kB
Active:          32112 kB
Inactive:       291176 kB
HighTotal:      131008 kB
HighFree:         4816 kB
LowTotal:       903652 kB
LowFree:        684292 kB
SwapTotal:     2097892 kB
SwapFree:      2096388 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5164 kB
Slab:            16308 kB
Committed_AS:    63804 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-04-21 17:42:48 (client local time) WITH STATUS 30 IN 9.29959 SECONDS
stats: 17104 0 9.29959 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c solving /oldhome/oroussel/tmp/wulflinc19/normalized-mps-v2-13-7-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) : 0.804
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) : 0.832
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.874
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.198
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.277
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.493
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) : 4.478
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) : 4.662
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) : 5.77
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) : 5.909
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) : 6.245
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) : 7.411
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) : 9.943
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) : 12.683
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.90 0.94 0.90 2/55 4562
Raw data (stat): 4562 (runsolver) R 4561 22929 22928 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 546960893 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.0007 s]
Raw data (loadavg): 1.22 1.01 0.93 4/65 4584
Raw data (stat): 4562 (java) R 4561 22929 22928 0 -1 0 15543 6 1 0 620 35 0 0 25 0 11 0 546960893 881750016 22281 4294967295 134512640 134569956 3221224400 3221212416 1073952481 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 215271 22281 13073 16 0 215255 0
vsize: 861084
[startup+14.0488 s]
Raw data (loadavg): 1.22 1.01 0.93 1/54 4586
Raw data (stat): 4562 (java) R 4561 22929 22928 0 -1 0 15543 6 1 0 620 35 0 0 25 0 11 0 546960893 881750016 22281 4294967295 134512640 134569956 3221224400 3221212416 1073952481 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 215271 22281 13073 16 0 215255 0
vsize: 0

Child status: 30
Real time (s): 14.0485
CPU time (s): 9.29959
CPU user time (s): 8.85365
CPU system time (s): 0.445932
CPU usage (%): 66.1964
Max. virtual memory (Kb): 861084
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	62027
#### END VERIFIER DATA ####