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/submitted/een/normalized-stein45.opb
MD5SUM34647f6a75058de4a92f0ff94f3c9005
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved NO
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.01484
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45

Trace number 7102

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc15 THE 2005-04-14 21:33:04 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=5210 boxname=wulflinc15 idbench=401 idsolver=10 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  34647f6a75058de4a92f0ff94f3c9005  /oldhome/oroussel/tmp/wulflinc15/normalized-stein45.opb
REAL COMMAND:  minisat+ -ca /oldhome/oroussel/tmp/wulflinc15/normalized-stein45.opb /oldhome/oroussel/tmp/wulflinc15/normalized-stein45.opb
IDLAUNCH: 5210
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
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		: 450.999
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:        850880 kB
Buffers:         37120 kB
Cached:         124616 kB
SwapCached:       2144 kB
Active:          71384 kB
Inactive:        95312 kB
HighTotal:      131008 kB
HighFree:         2996 kB
LowTotal:       903652 kB
LowFree:        847884 kB
SwapTotal:     2097136 kB
SwapFree:      2094992 kB
Dirty:              36 kB
Writeback:           0 kB
Mapped:           6920 kB
Slab:            11392 kB
Committed_AS:    63484 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-14 21:34:39 (client local time) WITH STATUS 30 IN 94.8976 SECONDS
stats: 5210 0 94.8976 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Parsing PB file...
c Converting 331 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): ..........................................................................................................................................................................................................................................................................................................................................
c ---[   0]---> Adder-cost: 82   maxlim: 21   bits: 6/5
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |     878     2934 |     292       0        0     nan |  0.000 % |
c ==============================================================================
c Found solution: 32
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Adder-cost: 8   maxlim: 13   bits: 5/4
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |        42 |     924     3097 |     308      42      300     7.1 |  0.000 % |
c ==============================================================================
c Found solution: 31
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Adder-cost: 0   maxlim: 14   bits: 5/4
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |        42 |     931     3125 |     310      42      300     7.1 |  0.000 % |
c |       143 |     931     3125 |     341     143     1620    11.3 |  4.935 % |
c |       293 |     931     3125 |     375     293     3022    10.3 |  4.935 % |
c |       518 |     931     3125 |     412     316     3269    10.3 |  4.935 % |
c |       855 |     931     3125 |     453     431     4535    10.5 |  4.935 % |
c |      1361 |     931     3125 |     499     433     4183     9.7 |  4.935 % |
c |      2120 |     931     3125 |     549     385     3508     9.1 |  4.940 % |
c |      3259 |     931     3125 |     604     357     2892     8.1 |  4.935 % |
c |      4967 |     931     3125 |     664     477     4264     8.9 |  4.935 % |
c |      7529 |     931     3125 |     730     619     6242    10.1 |  4.935 % |
c |     11374 |     931     3125 |     804     662     6115     9.2 |  4.935 % |
c ==============================================================================
c Found solution: 30
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Adder-cost: 0   maxlim: 15   bits: 5/4
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     11622 |     927     3107 |     309     501     4306     8.6 |  4.935 % |
c |     11724 |     927     3107 |     339     353     2903     8.2 |  5.639 % |
c |     11874 |     927     3107 |     373     327     2817     8.6 |  5.639 % |
c |     12100 |     927     3107 |     411     344     3172     9.2 |  5.639 % |
c |     12440 |     927     3107 |     452     245     1690     6.9 |  5.639 % |
c |     12947 |     927     3107 |     497     514     5233    10.2 |  5.639 % |
c |     13706 |     927     3107 |     547     472     4466     9.5 |  5.639 % |
c |     14845 |     927     3107 |     602     454     4243     9.3 |  5.639 % |
c |     16553 |     927     3107 |     662     587     6010    10.2 |  5.639 % |
c |     19116 |     927     3107 |     728     382     2949     7.7 |  5.639 % |
c |     22960 |     927     3107 |     801     460     3539     7.7 |  5.639 % |
c |     28727 |     927     3107 |     881     840     8103     9.6 |  5.639 % |
c |     37376 |     927     3107 |     969     864     8414     9.7 |  5.639 % |
c |     50351 |     927     3107 |    1066     897     9222    10.3 |  5.639 % |
c |     69812 |     927     3107 |    1173     737     6229     8.5 |  5.639 % |
c |     99007 |     927     3107 |    1290     666     5218     7.8 |  5.639 % |
c |    142796 |     927     3107 |    1419    1054    10704    10.2 |  5.639 % |
c |    208480 |     927     3107 |    1561    1078    10151     9.4 |  5.644 % |
c |    307008 |     927     3107 |    1718    1257     9962     7.9 |  5.664 % |
c |    454798 |     899     3019 |    1889    1722    17006     9.9 |  6.363 % |
c |    676481 |     846     2853 |    2078    1106    10094     9.1 |  7.761 % |
c ==============================================================================
c Optimal solution: 30
s OPTIMUM FOUND
v -x0 -x1 -x2 -x3 -x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 -x20 -x21 -x22 -x23 -x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 -x35 -x36 -x37 -x38 -x39 x40 x41 x42 x43 x44
c _______________________________________________________________________________
c 
c restarts              : 34
c conflicts             : 781473         (8236 /sec)
c decisions             : 878666         (9261 /sec)
c propagations          : 0              (0 /sec)
c inspects              : 0              (0 /sec)
c CPU time              : 94.8796 s
c _______________________________________________________________________________
#### 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.93 0.98 0.91 2/54 9696
Raw data (stat): 9696 (runsolver) R 9695 29151 29150 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 429636690 1052672 99 4294967295 134512640 135381576 3221224464 3221219708 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.0009 s]
Raw data (loadavg): 0.94 0.98 0.91 2/54 9696
Raw data (stat): 9696 (minisat+) R 9695 29151 29150 0 -1 0 351 0 0 0 998 0 0 0 25 0 1 0 429636690 2928640 329 4294967295 134512640 134672761 3221224560 3221223664 134560285 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 715 329 603 41 0 674 0
vsize: 2860
[startup+20.002 s]
Raw data (loadavg): 0.95 0.98 0.91 2/54 9696
Raw data (stat): 9696 (minisat+) R 9695 29151 29150 0 -1 0 373 0 0 0 1998 1 0 0 25 0 1 0 429636690 3063808 351 4294967295 134512640 134672761 3221224560 3221223664 134555128 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 748 351 603 41 0 707 0
vsize: 2992
[startup+30.0015 s]
Raw data (loadavg): 0.95 0.98 0.91 2/54 9696
Raw data (stat): 9696 (minisat+) R 9695 29151 29150 0 -1 0 384 0 0 0 2997 1 0 0 25 0 1 0 429636690 3063808 362 4294967295 134512640 134672761 3221224560 3221223760 134557895 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 748 362 603 41 0 707 0
vsize: 2992
[startup+40.0013 s]
Raw data (loadavg): 0.96 0.98 0.91 2/54 9696
Raw data (stat): 9696 (minisat+) R 9695 29151 29150 0 -1 0 398 0 0 0 3997 1 0 0 25 0 1 0 429636690 3198976 376 4294967295 134512640 134672761 3221224560 3221223728 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 781 376 603 41 0 740 0
vsize: 3124
[startup+50.0014 s]
Raw data (loadavg): 0.97 0.98 0.91 2/54 9696
Raw data (stat): 9696 (minisat+) R 9695 29151 29150 0 -1 0 408 0 0 0 4997 1 0 0 25 0 1 0 429636690 3198976 386 4294967295 134512640 134672761 3221224560 3221223744 134559616 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 781 386 603 41 0 740 0
vsize: 3124
[startup+60.002 s]
Raw data (loadavg): 0.97 0.98 0.91 2/54 9696
Raw data (stat): 9696 (minisat+) R 9695 29151 29150 0 -1 0 419 0 0 0 5997 1 0 0 25 0 1 0 429636690 3198976 397 4294967295 134512640 134672761 3221224560 3221223728 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 781 397 603 41 0 740 0
vsize: 3124
[startup+70.0018 s]
Raw data (loadavg): 0.97 0.98 0.91 2/54 9696
Raw data (stat): 9696 (minisat+) R 9695 29151 29150 0 -1 0 425 0 0 0 6997 1 0 0 25 0 1 0 429636690 3198976 403 4294967295 134512640 134672761 3221224560 3221223728 134561115 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 781 403 603 41 0 740 0
vsize: 3124
[startup+80.0019 s]
Raw data (loadavg): 0.98 0.98 0.91 2/54 9696
Raw data (stat): 9696 (minisat+) R 9695 29151 29150 0 -1 0 427 0 0 0 7997 1 0 0 25 0 1 0 429636690 3334144 405 4294967295 134512640 134672761 3221224560 3221223728 134561164 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 814 405 603 41 0 773 0
vsize: 3256
[startup+90.0024 s]
Raw data (loadavg): 0.98 0.98 0.91 2/54 9696
Raw data (stat): 9696 (minisat+) R 9695 29151 29150 0 -1 0 434 0 0 0 8998 1 0 0 25 0 1 0 429636690 3334144 412 4294967295 134512640 134672761 3221224560 3221223664 134560347 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 814 412 603 41 0 773 0
vsize: 3256
[startup+94.9046 s]
Raw data (loadavg): 0.98 0.98 0.91 1/53 9696
Raw data (stat): 9696 (minisat+) R 9695 29151 29150 0 -1 0 434 0 0 0 8998 1 0 0 25 0 1 0 429636690 3334144 412 4294967295 134512640 134672761 3221224560 3221223664 134560347 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 814 412 603 41 0 773 0
vsize: 0

Child status: 30
Real time (s): 94.9044
CPU time (s): 94.8976
CPU user time (s): 94.8796
CPU system time (s): 0.017997
CPU usage (%): 99.9928
Max. virtual memory (Kb): 3256
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	30
#### END VERIFIER DATA ####