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/manquinho/primes-dimacs-cnf/normalized-ii32c2.opb
MD5SUMb78d16df5ec546c41fce5f9f07c0fd92
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 207
Optimality of the best value was proved NO
Number of terms in the objective function 498
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 498
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 498
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.03184
Number of variables498
Total number of constraints2431
Number of constraints which are clauses2431
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32

Trace number 6189

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc5 THE 2005-04-14 03:57:07 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=4664 boxname=wulflinc5 idbench=152 idsolver=13 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  b78d16df5ec546c41fce5f9f07c0fd92  /oldhome/oroussel/tmp/wulflinc5/normalized-ii32c2.opb
REAL COMMAND:  minisat+ -w /oldhome/oroussel/tmp/wulflinc5/normalized-ii32c2.opb /oldhome/oroussel/tmp/wulflinc5/normalized-ii32c2.opb
IDLAUNCH: 4664
/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:        894588 kB
Buffers:         34984 kB
Cached:          83580 kB
SwapCached:       2272 kB
Active:          56084 kB
Inactive:        67620 kB
HighTotal:      131008 kB
HighFree:        43512 kB
LowTotal:       903652 kB
LowFree:        851076 kB
SwapTotal:     2097136 kB
SwapFree:      2094864 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6924 kB
Slab:            10760 kB
Committed_AS:    63472 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-14 04:05:34 (client local time) WITH STATUS 30 IN 506.299 SECONDS
stats: 4664 0 506.299 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Parsing PB file...
c Converting 2431 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |    2431    12171 |     810       0        0     nan |  0.000 % |
c ==============================================================================
c Found solution: 229
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:18940     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |        17 |   47582   117842 |   15860      17      834    49.1 |  0.000 % |
c |       117 |   47582   117842 |   17446     117     8434    72.1 |  0.006 % |
c |       267 |   47582   117842 |   19190     267    18298    68.5 |  0.006 % |
c |       493 |   47224   117034 |   21109     484    37324    77.1 |  0.656 % |
c ==============================================================================
c Found solution: 228
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       540 |   47126   116817 |   15708     530    40435    76.3 |  0.656 % |
c ==============================================================================
c Found solution: 227
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       573 |   46955   116452 |   15651     559    41399    74.1 |  0.656 % |
c |       673 |   46488   115392 |   17216     651    45345    69.7 |  2.115 % |
c |       823 |   46372   115129 |   18937     799    55150    69.0 |  2.316 % |
c |      1048 |   46022   114335 |   20831    1019    70390    69.1 |  2.946 % |
c |      1385 |   41966   105056 |   22914    1262    75955    60.2 | 10.829 % |
c |      1891 |   40366   101390 |   25206    1720   112023    65.1 | 14.150 % |
c ==============================================================================
c Found solution: 226
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      2041 |   39555    99524 |   13185    1844   119737    64.9 | 14.150 % |
c ==============================================================================
c Found solution: 225
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      2041 |   39610    99665 |   13203    1844   119737    64.9 | 14.150 % |
c |      2142 |   38768    97740 |   14523    1932   121530    62.9 | 17.199 % |
c ==============================================================================
c Found solution: 224
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      2272 |   38011    95996 |   12670    2036   126927    62.3 | 17.199 % |
c |      2372 |   34407    87681 |   13937    2009   125768    62.6 | 26.314 % |
c |      2523 |   32481    83233 |   15330    2123   135758    63.9 | 30.098 % |
c |      2749 |   30003    77546 |   16863    2231   138868    62.2 | 35.016 % |
c |      3086 |   26763    70080 |   18550    2482   148923    60.0 | 41.625 % |
c ==============================================================================
c Found solution: 223
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      3355 |   23530    62604 |    7843    2652   157244    59.3 | 41.625 % |
c ==============================================================================
c Found solution: 222
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      3374 |   23492    62506 |    7830    2652   156863    59.1 | 41.625 % |
c |      3476 |   22930    61206 |    8613    2738   158684    58.0 | 49.803 % |
c ==============================================================================
c Found solution: 219
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      3481 |   23032    61460 |    7677    2743   158719    57.9 | 49.803 % |
c ==============================================================================
c Found solution: 218
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      3484 |   22994    61364 |    7664    2661   151729    57.0 | 49.803 % |
c |      3584 |   22909    61166 |    8430    2760   155767    56.4 | 49.971 % |
c |      3738 |   22692    60661 |    9273    2906   165918    57.1 | 50.397 % |
c |      3965 |   22595    60437 |   10200    3131   181130    57.9 | 50.597 % |
c |      4302 |   22595    60437 |   11220    3468   203024    58.5 | 50.597 % |
c |      4808 |   22312    59781 |   12342    3962   225862    57.0 | 51.198 % |
c ==============================================================================
c Found solution: 217
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      4885 |   22361    59907 |    7453    4039   228411    56.6 | 51.198 % |
c |      4986 |   22266    59687 |    8198    4137   232019    56.1 | 51.364 % |
c |      5138 |   22155    59432 |    9018    4279   237803    55.6 | 51.584 % |
c |      5363 |   22155    59432 |    9919    4504   248284    55.1 | 51.584 % |
c |      5700 |   22155    59432 |   10911    4841   264330    54.6 | 51.584 % |
c |      6207 |   21950    58954 |   12003    5345   290211    54.3 | 52.010 % |
c |      6969 |   21950    58954 |   13203    6107   318919    52.2 | 52.010 % |
c |      8110 |   21582    58100 |   14523    5857   346389    59.1 | 52.764 % |
c |      9819 |   21412    57706 |   15976    7564   489483    64.7 | 53.113 % |
c |     12382 |   17854    49351 |   17573   10020   652548    65.1 | 60.719 % |
c ==============================================================================
c Found solution: 216
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     12662 |   17817    49252 |    5939   10278   664458    64.6 | 60.719 % |
c |     12762 |   17817    49252 |    6532   10378   671010    64.7 | 60.788 % |
c |     12913 |   17817    49252 |    7186   10529   678816    64.5 | 60.788 % |
c |     13138 |   17817    49252 |    7904   10754   691645    64.3 | 60.788 % |
c |     13476 |   17710    49000 |    8695   11088   712897    64.3 | 61.020 % |
c |     13983 |   17605    48753 |    9564   11593   740560    63.9 | 61.246 % |
c |     14742 |   17605    48753 |   10521   12352   797817    64.6 | 61.246 % |
c |     15881 |   17175    47737 |   11573   13441   869444    64.7 | 62.194 % |
c |     17589 |   16971    47253 |   12730   15135   934638    61.8 | 62.646 % |
c ==============================================================================
c Found solution: 215
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     19304 |   16917    47138 |    5639   16840  1067965    63.4 | 62.646 % |
c |     19407 |   16917    47138 |    6202    8523   417424    49.0 | 62.812 % |
c |     19557 |   16917    47138 |    6823    8673   424486    48.9 | 62.812 % |
c |     19782 |   16917    47138 |    7505    8898   430403    48.4 | 62.812 % |
c ==============================================================================
c Found solution: 214
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     19957 |   16882    47043 |    5627    9071   445971    49.2 | 62.812 % |
c |     20058 |   16882    47043 |    6189    9172   451354    49.2 | 62.881 % |
c |     20209 |   16882    47043 |    6808    9322   456069    48.9 | 63.113 % |
c |     20435 |   16356    45797 |    7489    9535   467321    49.0 | 64.034 % |
c |     20772 |   16356    45797 |    8238    9872   489532    49.6 | 64.034 % |
c |     21279 |   16356    45797 |    9062   10379   524691    50.6 | 64.034 % |
c |     22038 |   16356    45797 |    9968   11138   578312    51.9 | 64.034 % |
c |     23179 |   16356    45797 |   10965   12279   665389    54.2 | 64.034 % |
c ==============================================================================
c Found solution: 213
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     24599 |   16398    45904 |    5466   13699   753922    55.0 | 64.034 % |
c |     24699 |   16398    45904 |    6012   13799   762411    55.3 | 63.994 % |
c |     24850 |   16398    45904 |    6613   13950   771649    55.3 | 63.994 % |
c |     25075 |   16398    45904 |    7275   14175   789125    55.7 | 63.994 % |
c |     25412 |   16398    45904 |    8002   14512   807819    55.7 | 63.994 % |
c |     25920 |   16398    45904 |    8803   15020   836263    55.7 | 63.994 % |
c |     26680 |   16398    45904 |    9683   15780   879765    55.8 | 63.994 % |
c ==============================================================================
c Found solution: 212
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     27574 |   16355    45786 |    5451   16668   931620    55.9 | 63.994 % |
c |     27677 |   16355    45786 |    5996    8437   407468    48.3 | 64.069 % |
c ==============================================================================
c Found solution: 211
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     27698 |   16403    45907 |    5467    8458   408657    48.3 | 64.069 % |
c |     27798 |   16403    45907 |    6013    8558   414624    48.4 | 64.021 % |
c |     27948 |   16403    45907 |    6615    8708   425862    48.9 | 64.021 % |
c |     28174 |   16403    45907 |    7276    8934   433800    48.6 | 64.021 % |
c |     28515 |   16403    45907 |    8004    9275   451334    48.7 | 64.021 % |
c |     29021 |   16403    45907 |    8804    9781   481938    49.3 | 64.021 % |
c |     29782 |   16403    45907 |    9685   10542   533713    50.6 | 64.021 % |
c |     30922 |   16202    45434 |   10653   11676   611938    52.4 | 64.464 % |
c |     32632 |   16202    45434 |   11719   13386   712571    53.2 | 64.464 % |
c ==============================================================================
c Found solution: 210
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     35061 |   15960    44848 |    5320   15717   839455    53.4 | 64.464 % |
c ==============================================================================
c Found solution: 209
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     35078 |   16001    44952 |    5333    7876   328391    41.7 | 64.464 % |
c |     35178 |   16001    44952 |    5866    7976   332295    41.7 | 64.948 % |
c |     35328 |   15875    44659 |    6452    8122   338936    41.7 | 65.205 % |
c |     35553 |   15875    44659 |    7098    8347   351868    42.2 | 65.205 % |
c |     35892 |   15875    44659 |    7808    8686   363595    41.9 | 65.205 % |
c |     36401 |   15875    44659 |    8588    9195   391997    42.6 | 65.205 % |
c |     37160 |   15875    44659 |    9447    9954   432977    43.5 | 65.205 % |
c |     38299 |   15875    44659 |   10392   11093   490112    44.2 | 65.205 % |
c |     40007 |   15875    44659 |   11431   12801   585100    45.7 | 65.205 % |
c |     42569 |   15675    44186 |   12574   15355   733387    47.8 | 65.654 % |
c |     46413 |   15355    43429 |   13832   19190   994240    51.8 | 66.341 % |
c ==============================================================================
c Found solution: 208
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     48549 |   15319    43332 |    5106   21277  1113571    52.3 | 66.341 % |
c |     48649 |   15319    43332 |    5616   10739   512253    47.7 | 66.410 % |
c |     48800 |   15319    43332 |    6178   10890   517051    47.5 | 66.410 % |
c |     49028 |   15319    43332 |    6796   11118   526245    47.3 | 66.410 % |
c |     49365 |   15319    43332 |    7475   11455   543672    47.5 | 66.410 % |
c |     49871 |   15319    43332 |    8223   11961   568630    47.5 | 66.410 % |
c |     50630 |   15319    43332 |    9045   12720   608328    47.8 | 66.410 % |
c |     51771 |   15216    43093 |    9950   13859   662286    47.8 | 66.628 % |
c |     53479 |   15216    43093 |   10945   15567   733706    47.1 | 66.628 % |
c |     56041 |   15216    43093 |   12039   18129   887236    48.9 | 66.628 % |
c |     59885 |   15216    43093 |   13243   21973  1095890    49.9 | 66.628 % |
c |     65651 |   15216    43093 |   14568   15504   699323    45.1 | 66.628 % |
c |     74301 |   15216    43093 |   16024   24154  1321471    54.7 | 66.628 % |
c ==============================================================================
c Found solution: 207
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     77415 |   15146    42942 |    5048   27267  1496573    54.9 | 66.628 % |
c |     77516 |   15146    42942 |    5552   13735   688222    50.1 | 66.808 % |
c |     77666 |   15146    42942 |    6108   13885   690489    49.7 | 66.808 % |
c |     77892 |   15146    42942 |    6718   14111   697367    49.4 | 66.808 % |
c |     78229 |   15146    42942 |    7390   14448   713527    49.4 | 66.808 % |
c |     78735 |   15146    42942 |    8129   14954   745403    49.8 | 66.808 % |
c |     79496 |   15146    42942 |    8942   15715   783305    49.8 | 66.808 % |
c |     80637 |   15146    42942 |    9837   16856   838290    49.7 | 66.808 % |
c |     82347 |   15146    42942 |   10820   18566   933145    50.3 | 66.808 % |
c |     84909 |   15146    42942 |   11902   21128  1083999    51.3 | 66.808 % |
c |     88753 |   15146    42942 |   13093   13233   539918    40.8 | 66.808 % |
c |     94520 |   15146    42942 |   14402   19000   846364    44.5 | 66.808 % |
c |    103170 |   15146    42942 |   15842   14449   522882    36.2 | 66.808 % |
c |    116144 |   15146    42942 |   17427   27423  1226461    44.7 | 66.808 % |
c |    135606 |   15146    42942 |   19169   18491   767022    41.5 | 66.808 % |
c |    164798 |   15146    42942 |   21086   16527   642606    38.9 | 66.808 % |
c ==============================================================================
c Optimal solution: 207
s OPTIMUM FOUND
v 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 x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 x59 -x60 x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 x70 x71 -x72 -x73 x74 x75 -x76 -x77 -x78 x79 -x80 x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 x107 -x108 x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 -x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 -x171 x172 -x173 -x174 x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 -x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 -x201 x202 x203 -x204 -x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 -x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 x235 -x236 -x237 -x238 x239 -x240 x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 x250 x251 -x252 x253 -x254 x255 -x256 x257 -x258 x259 -x260 -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 -x335 x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 -x381 x382 x383 -x384 -x385 x386 -x387 x388 x389 -x390 -x391 x392 -x393 x394 x395 -x396 -x397 x398 -x399 x400 x401 -x402 -x403 x404 -x405 x406 x407 -x408 -x409 x410 -x411 x412 x413 -x414 -x415 x416 -x417 x418 x419 -x420 x421 -x422 -x423 x424 -x425 x426 -x427 x428 x429 -x430 -x431 x432 -x433 x434 -x435 x436 x437 -x438 -x439 x440 -x441 x442 x443 -x444 -x445 x446 -x447 x448 x449 -x450 -x451 x452 -x453 x454 x455 -x456 -x457 x458 x459 -x460 -x461 x462 -x463 x464 -x465 x466 x467 -x468 -x469 x470 -x471 x472 x473 -x474 -x475 x476 -x477 x478 x479 -x480 -x481 x482 x483 -x484 -x485 x486 -x487 x488 -x489 x490 x491 -x492 -x493 x494 -x495 x496 x497 -x498
c _______________________________________________________________________________
c 
c restarts              : 120
c conflicts             : 206269         (408 /sec)
c decisions             : 377631         (746 /sec)
c propagations          : 0              (0 /sec)
c inspects              : 0              (0 /sec)
c CPU time              : 506.153 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.84 0.94 0.90 2/54 29277
Raw data (stat): 29277 (runsolver) D 29276 24215 24214 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 423303517 1052672 99 4294967295 134512640 135381576 3221224464 3221219708 135158418 0 2147483391 7 90112 3225161850 0 0 17 1 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0008 s]
Raw data (loadavg): 0.87 0.94 0.90 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 1797 0 0 0 995 4 0 0 25 0 1 0 423303517 9211904 1771 4294967295 134512640 134672761 3221224576 3221223748 134556598 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 2249 1771 603 41 0 2208 0
vsize: 8996
[startup+20.0022 s]
Raw data (loadavg): 0.89 0.94 0.90 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 2120 0 0 0 1993 5 0 0 25 0 1 0 423303517 10530816 2094 4294967295 134512640 134672761 3221224576 3221223728 134561249 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 2571 2094 603 41 0 2530 0
vsize: 10284
[startup+30.0027 s]
Raw data (loadavg): 0.90 0.94 0.90 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 2476 0 0 0 2992 5 0 0 25 0 1 0 423303517 11993088 2450 4294967295 134512640 134672761 3221224576 3221223744 134560845 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 2928 2450 603 41 0 2887 0
vsize: 11712
[startup+40.0027 s]
Raw data (loadavg): 0.92 0.94 0.90 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 2800 0 0 0 3991 7 0 0 25 0 1 0 423303517 13328384 2774 4294967295 134512640 134672761 3221224576 3221223680 134560196 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3254 2774 603 41 0 3213 0
vsize: 13016
[startup+50.0035 s]
Raw data (loadavg): 0.93 0.94 0.90 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 2897 0 0 0 4991 7 0 0 25 0 1 0 423303517 13787136 2871 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3366 2871 603 41 0 3325 0
vsize: 13464
[startup+60.0029 s]
Raw data (loadavg): 0.94 0.95 0.90 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 2898 0 0 0 5990 8 0 0 25 0 1 0 423303517 13787136 2872 4294967295 134512640 134672761 3221224576 3221223744 134560833 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3366 2872 603 41 0 3325 0
vsize: 13464
[startup+70.0043 s]
Raw data (loadavg): 0.95 0.95 0.91 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 2898 0 0 0 6990 8 0 0 25 0 1 0 423303517 13787136 2872 4294967295 134512640 134672761 3221224576 3221223724 134560631 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3366 2872 603 41 0 3325 0
vsize: 13464
[startup+80.0047 s]
Raw data (loadavg): 0.96 0.95 0.91 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 2898 0 0 0 7990 8 0 0 25 0 1 0 423303517 13787136 2872 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3366 2872 603 41 0 3325 0
vsize: 13464
[startup+90.0041 s]
Raw data (loadavg): 0.96 0.95 0.91 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 2898 0 0 0 8990 8 0 0 25 0 1 0 423303517 13787136 2872 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3366 2872 603 41 0 3325 0
vsize: 13464
[startup+100.004 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 2909 0 0 0 9991 8 0 0 25 0 1 0 423303517 13787136 2883 4294967295 134512640 134672761 3221224576 3221223744 134561151 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3366 2883 603 41 0 3325 0
vsize: 13464
[startup+110.005 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3062 0 0 0 10990 9 0 0 25 0 1 0 423303517 14442496 3036 4294967295 134512640 134672761 3221224576 3221223744 134560869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3526 3036 603 41 0 3485 0
vsize: 14104
[startup+120.005 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3062 0 0 0 11990 9 0 0 25 0 1 0 423303517 14442496 3036 4294967295 134512640 134672761 3221224576 3221223680 134560196 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3526 3036 603 41 0 3485 0
vsize: 14104
[startup+130.006 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3090 0 0 0 12990 9 0 0 25 0 1 0 423303517 14577664 3064 4294967295 134512640 134672761 3221224576 3221223744 134561193 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3559 3064 603 41 0 3518 0
vsize: 14236
[startup+140.006 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3231 0 0 0 13990 9 0 0 25 0 1 0 423303517 15110144 3205 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3689 3205 603 41 0 3648 0
vsize: 14756
[startup+150.007 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3234 0 0 0 14990 10 0 0 25 0 1 0 423303517 15110144 3208 4294967295 134512640 134672761 3221224576 3221223744 134561151 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3689 3208 603 41 0 3648 0
vsize: 14756
[startup+160.007 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3295 0 0 0 15990 10 0 0 25 0 1 0 423303517 15380480 3269 4294967295 134512640 134672761 3221224576 3221223744 134561011 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 3755 3269 603 41 0 3714 0
vsize: 15020
[startup+170.007 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 29277
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3576 0 0 0 16989 11 0 0 25 0 1 0 423303517 16543744 3550 4294967295 134512640 134672761 3221224576 3221223744 134560869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3550 603 41 0 3998 0
vsize: 16156
[startup+180.012 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 29318
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3576 0 0 0 17989 11 0 0 25 0 1 0 423303517 16543744 3550 4294967295 134512640 134672761 3221224576 3221223680 134560196 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3550 603 41 0 3998 0
vsize: 16156
[startup+190.014 s]
Raw data (loadavg): 1.06 0.97 0.91 2/54 29330
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3576 0 0 0 18989 11 0 0 25 0 1 0 423303517 16543744 3550 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3550 603 41 0 3998 0
vsize: 16156
[startup+200.015 s]
Raw data (loadavg): 1.05 0.97 0.91 2/54 29330
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3576 0 0 0 19989 11 0 0 25 0 1 0 423303517 16543744 3550 4294967295 134512640 134672761 3221224576 3221223728 134561249 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3550 603 41 0 3998 0
vsize: 16156
[startup+210.014 s]
Raw data (loadavg): 1.04 0.97 0.91 2/54 29330
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3576 0 0 0 20990 11 0 0 25 0 1 0 423303517 16543744 3550 4294967295 134512640 134672761 3221224576 3221223680 134560399 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3550 603 41 0 3998 0
vsize: 16156
[startup+220.015 s]
Raw data (loadavg): 1.04 0.97 0.91 2/54 29330
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3576 0 0 0 21990 11 0 0 25 0 1 0 423303517 16543744 3550 4294967295 134512640 134672761 3221224576 3221223760 134558651 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3550 603 41 0 3998 0
vsize: 16156
[startup+230.016 s]
Raw data (loadavg): 1.03 0.97 0.91 2/54 29330
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3579 0 0 0 22990 11 0 0 25 0 1 0 423303517 16543744 3553 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3553 603 41 0 3998 0
vsize: 16156
[startup+240.015 s]
Raw data (loadavg): 1.03 0.97 0.91 2/54 29330
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3579 0 0 0 23990 11 0 0 25 0 1 0 423303517 16543744 3553 4294967295 134512640 134672761 3221224576 3221223776 134557895 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3553 603 41 0 3998 0
vsize: 16156
[startup+250.015 s]
Raw data (loadavg): 1.02 0.97 0.91 2/54 29330
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3579 0 0 0 24990 11 0 0 25 0 1 0 423303517 16543744 3553 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3553 603 41 0 3998 0
vsize: 16156
[startup+260.017 s]
Raw data (loadavg): 1.02 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3579 0 0 0 25990 11 0 0 25 0 1 0 423303517 16543744 3553 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3553 603 41 0 3998 0
vsize: 16156
[startup+270.017 s]
Raw data (loadavg): 1.01 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3586 0 0 0 26991 11 0 0 25 0 1 0 423303517 16543744 3560 4294967295 134512640 134672761 3221224576 3221223744 134560871 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3560 603 41 0 3998 0
vsize: 16156
[startup+280.016 s]
Raw data (loadavg): 1.01 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3586 0 0 0 27991 11 0 0 25 0 1 0 423303517 16543744 3560 4294967295 134512640 134672761 3221224576 3221223744 134561005 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3560 603 41 0 3998 0
vsize: 16156
[startup+290.016 s]
Raw data (loadavg): 1.01 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3586 0 0 0 28991 11 0 0 25 0 1 0 423303517 16543744 3560 4294967295 134512640 134672761 3221224576 3221223744 134561145 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3560 603 41 0 3998 0
vsize: 16156
[startup+300.016 s]
Raw data (loadavg): 1.01 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3586 0 0 0 29991 11 0 0 25 0 1 0 423303517 16543744 3560 4294967295 134512640 134672761 3221224576 3221223744 134560869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3560 603 41 0 3998 0
vsize: 16156
[startup+310.016 s]
Raw data (loadavg): 1.01 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3587 0 0 0 30991 11 0 0 25 0 1 0 423303517 16543744 3561 4294967295 134512640 134672761 3221224576 3221223744 134561193 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4039 3561 603 41 0 3998 0
vsize: 16156
[startup+320.017 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3592 0 0 0 31991 11 0 0 25 0 1 0 423303517 16683008 3566 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4073 3566 603 41 0 4032 0
vsize: 16292
[startup+330.017 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3593 0 0 0 32992 11 0 0 25 0 1 0 423303517 16683008 3567 4294967295 134512640 134672761 3221224576 3221223744 134560852 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4073 3567 603 41 0 4032 0
vsize: 16292
[startup+340.017 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3600 0 0 0 33992 12 0 0 25 0 1 0 423303517 16683008 3574 4294967295 134512640 134672761 3221224576 3221223680 134560235 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4073 3574 603 41 0 4032 0
vsize: 16292
[startup+350.017 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3615 0 0 0 34992 12 0 0 25 0 1 0 423303517 16683008 3589 4294967295 134512640 134672761 3221224576 3221223680 134554642 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4073 3589 603 41 0 4032 0
vsize: 16292
[startup+360.018 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3618 0 0 0 35992 12 0 0 25 0 1 0 423303517 16683008 3592 4294967295 134512640 134672761 3221224576 3221223744 134560869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4073 3592 603 41 0 4032 0
vsize: 16292
[startup+370.019 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3628 0 0 0 36992 12 0 0 25 0 1 0 423303517 16822272 3602 4294967295 134512640 134672761 3221224576 3221223744 134560822 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4107 3602 603 41 0 4066 0
vsize: 16428
[startup+380.019 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3634 0 0 0 37992 12 0 0 25 0 1 0 423303517 16822272 3608 4294967295 134512640 134672761 3221224576 3221223744 134561193 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4107 3608 603 41 0 4066 0
vsize: 16428
[startup+390.019 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3645 0 0 0 38993 12 0 0 25 0 1 0 423303517 16822272 3619 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4107 3619 603 41 0 4066 0
vsize: 16428
[startup+400.019 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3645 0 0 0 39993 12 0 0 25 0 1 0 423303517 16822272 3619 4294967295 134512640 134672761 3221224576 3221223712 134560557 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4107 3619 603 41 0 4066 0
vsize: 16428
[startup+410.024 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3645 0 0 0 40993 12 0 0 25 0 1 0 423303517 16822272 3619 4294967295 134512640 134672761 3221224576 3221223724 134560631 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4107 3619 603 41 0 4066 0
vsize: 16428
[startup+420.025 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3645 0 0 0 41994 12 0 0 25 0 1 0 423303517 16822272 3619 4294967295 134512640 134672761 3221224576 3221223728 134541816 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4107 3619 603 41 0 4066 0
vsize: 16428
[startup+430.026 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 3857 0 0 0 42994 12 0 0 25 0 1 0 423303517 17760256 3831 4294967295 134512640 134672761 3221224576 3221223680 134559925 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4336 3831 603 41 0 4295 0
vsize: 17344
[startup+440.027 s]
Raw data (loadavg): 1.00 0.97 0.91 3/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 4012 0 0 0 43993 12 0 0 25 0 1 0 423303517 18300928 3986 4294967295 134512640 134672761 3221224576 3221223744 134560869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4468 3986 603 41 0 4427 0
vsize: 17872
[startup+450.027 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 4020 0 0 0 44994 12 0 0 25 0 1 0 423303517 18440192 3994 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4502 3994 603 41 0 4461 0
vsize: 18008
[startup+460.027 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 4027 0 0 0 45994 12 0 0 25 0 1 0 423303517 18440192 4001 4294967295 134512640 134672761 3221224576 3221223744 134561190 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4502 4001 603 41 0 4461 0
vsize: 18008
[startup+470.028 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 4027 0 0 0 46994 12 0 0 25 0 1 0 423303517 18440192 4001 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4502 4001 603 41 0 4461 0
vsize: 18008
[startup+480.028 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 4096 0 0 0 47994 13 0 0 25 0 1 0 423303517 18702336 4070 4294967295 134512640 134672761 3221224576 3221223744 134560898 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4566 4070 603 41 0 4525 0
vsize: 18264
[startup+490.028 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 4102 0 0 0 48994 13 0 0 25 0 1 0 423303517 18702336 4076 4294967295 134512640 134672761 3221224576 3221223760 134559498 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4566 4076 603 41 0 4525 0
vsize: 18264
[startup+500.028 s]
Raw data (loadavg): 1.00 0.97 0.91 2/54 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 4102 0 0 0 49994 13 0 0 25 0 1 0 423303517 18702336 4076 4294967295 134512640 134672761 3221224576 3221223744 134560869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4566 4076 603 41 0 4525 0
vsize: 18264
[startup+506.248 s]
Raw data (loadavg): 1.00 0.97 0.91 1/53 29332
Raw data (stat): 29277 (minisat+) R 29276 24215 24214 0 -1 0 4102 0 0 0 49994 13 0 0 25 0 1 0 423303517 18702336 4076 4294967295 134512640 134672761 3221224576 3221223744 134560869 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 4566 4076 603 41 0 4525 0
vsize: 0

Child status: 30
Real time (s): 506.248
CPU time (s): 506.299
CPU user time (s): 506.158
CPU system time (s): 0.140978
CPU usage (%): 100.01
Max. virtual memory (Kb): 18264
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	207
#### END VERIFIER DATA ####