WARNING: the argument --multi-file is deprecated. This is not fatal, as GenProg can handle certain deprecated options as of the March 2012 refactor.
However, you may want to consult the GenProg documentation to avoid using 
deprecated options in the future, and verify that your config is doing what you
think it is doing.WARNING: the argument --suffix-extension is deprecated. This is not fatal, as GenProg can handle certain deprecated options as of the March 2012 refactor.
However, you may want to consult the GenProg documentation to avoid using 
deprecated options in the future, and verify that your config is doing what you
think it is doing.--allow-coverage-fail false
--appp 0.33333
--asm-code-only false
--best-edit-rule "1 * fault_loc_weight ; 1 * max_test_fail_prob ; -1 * num_tests"
--best-test-rule "1 * test_fail_prob ; 1 * test_fail_count ; -1 * test_pass_count"
--compiler "gcc"
--compiler-command "perl compile.pl __EXE_NAME__ > /dev/null"
--compiler-opts ""
--continue false
--coverage-info ""
--coverage-per-test false
--crossover "subset"
--crossp 0.5
--delp 0.33333
--describe-machine true
--diversity-selection 0
--edit-script false
--elf-risc false
--exclude-edits ""
--exp-diff false
--fault-file ""
--fault-path "coverage.path.neg"
--fault-scheme "path"
--fitness-in-parallel 1
--fix-file ""
--fix-oracle ""
--fix-path "coverage.path.pos"
--fix-scheme "default"
--flatten-path ""
--format "txt"
--gen-per-exchange 1
--generations 10
--gui false
--hostname "127.0.0.1"
--ignore-dead-code true
--ignore-equiv-appends true
--ignore-standard-headers true
--ignore-string-equiv-fixes true
--ignore-untyped-returns true
--incoming-pop ""
--keep-source false
--label-repair false
--max-evals 0
--minimization false
--mt-cov false
--multiopt-minimize false
--multiopt-no-inf false
--neg-tests 1
--neg-weight 1
--negative-test-weight 2
--neutral-walk-max-size 0
--neutral-walk-weight ""
--nht-id "global"
--nht-port 51000
--nht-server ""
--no-rep-cache false
--no-test-cache false
--num-comps 2
--num-objectives 2
--oracle-genome ""
--popsize 40
--port 60000
--pos-tests 7946
--pos-weight 0.1
--prefix "preprocessed"
--preprocessor ""
--print-incremental-evals false
--print-source-name false
--program "bugged-program.txt"
--promut 1
--quiet false
--regen-paths false
--rep "cilpatch"
--rep-cache "default.cache"
--repp 0
--samp-strat "variant"
--sample 1
--sample-runs 100
--sanity "yes"
--search "ww"
--seed 1
--semantic-check "scope"
--single-fitness false
--skip-failed-sanity-tests true
--skip-tests ""
--split-search 0
--sport 65000
--subatom-constp 0.5
--subatom-mutp 0
--super-mutant false
--super-mutant-size 50
--swap-bug false
--swapp 0.33333
--template-cache ""
--templates ""
--test-command "__TEST_SCRIPT__ __TEST_NAME__ __EXE_NAME__ >& /dev/null"
--test-script "./test.sh"
--tournament-size 2
--tweet false
--uniq false
--valgrind false
--variants-exchanged 50
uname -a: Linux ip-172-31-43-31 2.6.34.7-61.fc13.i686.PAE #1 SMP Tue Oct 19 04:24:06 UTC 2010 i686 i686 i386 GNU/Linux
date: Sun Feb 19 16:23:05 EST 2017
id: uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) context=system_u:system_r:kernel_t:s0
cat /etc/redhat-release: Fedora release 13 (Goddard)
grep 'model name' /proc/cpuinfo: model name	: Intel(R) Xeon(R) CPU E5-2651 v2 @ 1.80GHz
grep 'MemTotal' /proc/meminfo: MemTotal:        1747596 kB
grep 'SwapTotal' /proc/meminfo: SwapTotal:             0 kB
cilRep: preprocessing IO function signatures: /tmp/tmp827e1b.c /tmp/tmpab2b3e.c
cilRep: done preprocessing IO function signatures
Exception in loading: Sys_error("default.cache: No such file or directory")
cilrep: from_source: pre: stmt_count = 1
cilRep: preprocessed/ext/standard/html.c: parsing
cilRep: preprocessed/ext/standard/html.c: parsed (2.42333 MB)
cilRep: computing liveness
Bug: BF(Liveness): stmtStartData is not initialized for -1: process_double: 
#line 179 "/root/mountpoint-genprog/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/php/Zend/zend_operators.h"
type = (unsigned char)2;
Liveness failed on function:
 __inline static zend_uchar is_numeric_string(char const   *str , int length ,
                                              long *lval , double *dval ,
                                              int allow_errors ) 
{ char const   *ptr ;
  int base ;
  int digits ;
  int dp_or_e ;
  double local_dval ;
  zend_uchar type ;
  char const   *e ;
  char const   *tmp ;
  double __attribute__((__visibility__("default")))  tmp___0 ;
  double __attribute__((__visibility__("default")))  tmp___1 ;
  char const   *tmp___2 ;
  char const   *tmp___3 ;
  int cmp ;
  size_t __s1_len ;
  size_t __s2_len ;
  int tmp___4 ;
  int tmp___5 ;
  int tmp___6 ;
  unsigned char const   *__s2 ;
  register int __result ;
  int tmp___7 ;
  unsigned char const   *__s1 ;
  register int __result___0 ;
  int tmp___8 ;
  int tmp___9 ;
  int tmp___10 ;
  double __attribute__((__visibility__("default")))  tmp___11 ;

  {
   744: /* CIL Label */ 
#line 108
  base = 10;
   745: /* CIL Label */ 
#line 108
  digits = 0;
   746: /* CIL Label */ 
#line 108
  dp_or_e = 0;
   747: /* CIL Label */ 
#line 112
  if (! length) {
#line 113
    return ((unsigned char)0);
  } else {

  }
   748: /* CIL Label */ 
#line 118
  while (1) {
#line 118
    if ((int const   )*str == 32) {

    } else {
#line 118
      if ((int const   )*str == 9) {

      } else {
#line 118
        if ((int const   )*str == 10) {

        } else {
#line 118
          if ((int const   )*str == 13) {

          } else {
#line 118
            if ((int const   )*str == 11) {

            } else {
#line 118
              if ((int const   )*str == 12) {

              } else {
#line 118
                break;
              }
            }
          }
        }
      }
    }
#line 119
    str ++;
#line 120
    length --;
  }
   749: /* CIL Label */ 
#line 122
  ptr = str;
   750: /* CIL Label */ 
#line 124
  if ((int const   )*ptr == 45) {
#line 125
    ptr ++;
  } else {
#line 124
    if ((int const   )*ptr == 43) {
#line 125
      ptr ++;
    } else {

    }
  }
   751: /* CIL Label */ 
#line 128
  if ((int const   )*ptr >= 48) {
#line 128
    if ((int const   )*ptr <= 57) {
#line 131
      if (length > 2) {
#line 131
        if ((int const   )*str == 48) {
#line 131
          if ((int const   )*(str + 1) == 120) {
#line 132
            base = 16;
#line 133
            ptr += 2;
          } else {
#line 131
            if ((int const   )*(str + 1) == 88) {
#line 132
              base = 16;
#line 133
              ptr += 2;
            } else {

            }
          }
        } else {

        }
      } else {

      }
#line 137
      while ((int const   )*ptr == 48) {
#line 138
        ptr ++;
      }
#line 144
      type = (unsigned char)1;
#line 144
      while (1) {
#line 144
        if (digits >= 11) {
#line 144
          if (dval) {
#line 144
            break;
          } else {
#line 144
            if (allow_errors == 1) {
#line 144
              break;
            } else {

            }
          }
        } else {

        }
        check_digits: 
#line 146
        if ((int const   )*ptr >= 48) {
#line 146
          if ((int const   )*ptr <= 57) {
            goto __Cont;
          } else {
            goto _L___3;
          }
        } else {
          _L___3: /* CIL Label */ 
#line 146
          if (base == 16) {
#line 146
            if ((int const   )*ptr >= 65) {
#line 146
              if ((int const   )*ptr <= 70) {
                goto __Cont;
              } else {
                goto _L___2;
              }
            } else {
              _L___2: /* CIL Label */ 
#line 146
              if ((int const   )*ptr >= 97) {
#line 146
                if ((int const   )*ptr <= 102) {
                  goto __Cont;
                } else {
                  goto _L___1;
                }
              } else {
                goto _L___1;
              }
            }
          } else {
            _L___1: /* CIL Label */ 
#line 148
            if (base == 10) {
#line 149
              if ((int const   )*ptr == 46) {
#line 149
                if (dp_or_e < 1) {
                  goto process_double;
                } else {
                  goto _L___0;
                }
              } else {
                _L___0: /* CIL Label */ 
#line 151
                if ((int const   )*ptr == 101) {
                  goto _L;
                } else {
#line 151
                  if ((int const   )*ptr == 69) {
                    _L: /* CIL Label */ 
#line 151
                    if (dp_or_e < 2) {
#line 152
                      e = ptr + 1;
#line 154
                      if ((int const   )*e == 45) {
#line 155
                        tmp = e;
#line 155
                        e ++;
#line 155
                        ptr = tmp;
                      } else {
#line 154
                        if ((int const   )*e == 43) {
#line 155
                          tmp = e;
#line 155
                          e ++;
#line 155
                          ptr = tmp;
                        } else {

                        }
                      }
#line 157
                      if ((int const   )*e >= 48) {
#line 157
                        if ((int const   )*e <= 57) {
                          goto process_double;
                        } else {

                        }
                      } else {

                      }
                    } else {

                    }
                  } else {

                  }
                }
              }
            } else {

            }
          }
        }
#line 163
        break;
        __Cont: /* CIL Label */ 
#line 144
        digits ++;
#line 144
        ptr ++;
      }
#line 166
      if (base == 10) {
#line 167
        if (digits >= 11) {
#line 168
          dp_or_e = -1;
          goto process_double;
        } else {

        }
      } else {
#line 171
        if (digits < 8) {

        } else {
#line 171
          if (digits == 8) {
#line 171
            if ((int const   )*(ptr + - digits) <= 55) {

            } else {
              goto _L___4;
            }
          } else {
            _L___4: /* CIL Label */ 
#line 172
            if (dval) {
#line 173
              tmp___0 = zend_hex_strtod(str, & ptr);
#line 173
              local_dval = (double )tmp___0;
            } else {

            }
#line 175
            type = (unsigned char)2;
          }
        }
      }
    } else {
      goto _L___5;
    }
  } else {
    _L___5: /* CIL Label */ 
#line 177
    if ((int const   )*ptr == 46) {
#line 177
      if ((int const   )*(ptr + 1) >= 48) {
#line 177
        if ((int const   )*(ptr + 1) <= 57) {
          process_double: 
#line 179
          type = (unsigned char)2;
#line 183
          if (dval) {
#line 184
            tmp___1 = zend_strtod(str, & ptr);
#line 184
            local_dval = (double )tmp___1;
          } else {
#line 185
            if (allow_errors != 1) {
#line 185
              if (dp_or_e != -1) {
#line 186
                tmp___3 = ptr;
#line 186
                ptr ++;
#line 186
                if ((int const   )*tmp___3 == 46) {
#line 186
                  dp_or_e = 1;
                } else {
#line 186
                  dp_or_e = 2;
                }
                goto check_digits;
              } else {

              }
            } else {

            }
          }
        } else {
#line 190
          return ((unsigned char)0);
        }
      } else {
#line 190
        return ((unsigned char)0);
      }
    } else {
#line 190
      return ((unsigned char)0);
    }
  }
   752: /* CIL Label */ 
#line 193
  if ((unsigned int )ptr != (unsigned int )(str + length)) {
#line 194
    if (! allow_errors) {
#line 195
      return ((unsigned char)0);
    } else {

    }
#line 197
    if (allow_errors == -1) {
#line 198
      zend_error(1 << 3L, "A non well formed numeric value encountered");
    } else {

    }
  } else {

  }
   753: /* CIL Label */ 
#line 202
  if ((int )type == 1) {
#line 203
    if (digits == 10) {
#line 204
      if (0) {
#line 204
        __s1_len = strlen(ptr + - digits);
#line 204
        __s2_len = strlen(long_min_digits);
#line 204
        if (! ((unsigned int )((void const   *)((ptr + - digits) + 1)) - (unsigned int )((void const   *)(ptr + - digits)) == 1U)) {
          goto _L___7;
        } else {
#line 204
          if (__s1_len >= 4U) {
            _L___7: /* CIL Label */ 
#line 204
            if (! ((unsigned int )((void const   *)(long_min_digits + 1)) - (unsigned int )((void const   *)(long_min_digits)) == 1U)) {
#line 204
              tmp___10 = 1;
            } else {
#line 204
              if (__s2_len >= 4U) {
#line 204
                tmp___10 = 1;
              } else {
#line 204
                tmp___10 = 0;
              }
            }
          } else {
#line 204
            tmp___10 = 0;
          }
        }
#line 204
        if (tmp___10) {
#line 204
          tmp___5 = __builtin_strcmp(ptr + - digits, long_min_digits);
#line 204
          tmp___9 = tmp___5;
        } else {
#line 204
          tmp___8 = __builtin_strcmp(ptr + - digits, long_min_digits);
#line 204
          tmp___9 = tmp___8;
        }
      } else {
#line 204
        tmp___8 = __builtin_strcmp(ptr + - digits, long_min_digits);
#line 204
        tmp___9 = tmp___8;
      }
#line 204
      cmp = tmp___9;
#line 206
      if (cmp < 0) {

      } else {
#line 206
        if (cmp == 0) {
#line 206
          if ((int const   )*str == 45) {

          } else {
            goto _L___8;
          }
        } else {
          _L___8: /* CIL Label */ 
#line 207
          if (dval) {
#line 208
            tmp___11 = zend_strtod(str, (char const   **)((void *)0));
#line 208
            *dval = (double )tmp___11;
          } else {

          }
#line 211
          return ((unsigned char)2);
        }
      }
    } else {

    }
#line 215
    if (lval) {
#line 216
      *lval = strtol((char const   */* __restrict  */)str,
                     (char **/* __restrict  */)((void *)0), base);
    } else {

    }
#line 219
    return ((unsigned char)1);
  } else {
#line 221
    if (dval) {
#line 222
      *dval = local_dval;
    } else {

    }
#line 225
    return ((unsigned char)2);
  }
}
}

cilRep: liveness failure for is_numeric_string: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 749
tmp___10 = __builtin_expect((long )((int )op1->type == 2), 1L);
Liveness failed on function:
 __inline static int ( __attribute__((__always_inline__)) fast_div_function)(zval *result ,
                                                                             zval *op1 ,
                                                                             zval *op2 ) 
{ long tmp ;
  int tmp___0 ;
  long tmp___1 ;
  long tmp___2 ;
  long tmp___3 ;
  long tmp___4 ;
  long tmp___5 ;
  long tmp___6 ;
  long tmp___7 ;
  long tmp___8 ;
  long tmp___9 ;
  long tmp___10 ;
  long tmp___11 ;
  int __attribute__((__visibility__("default")))  tmp___12 ;

  {
   903: /* CIL Label */ 
#line 718
  tmp___11 = __builtin_expect((long )((int )op1->type == 1), 1L);
   904: /* CIL Label */ 
#line 718
  if (tmp___11) {
    goto _L;
  } else {
    _L: /* CIL Label */ 
#line 749
    tmp___10 = __builtin_expect((long )((int )op1->type == 2), 1L);
#line 749
    if (tmp___10) {

    } else {

    }
  }
   905: /* CIL Label */ 
#line 772
  tmp___12 = div_function(result, op1, op2);
   906: /* CIL Label */ 
#line 772
  return ((int )tmp___12);
}
}

cilRep: liveness failure for fast_div_function: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 307 "/root/mountpoint-genprog/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/php/Zend/zend_execute.h"
p = executor_globals.argument_stack;
#line 309
zend_vm_stack_extend(count + 1);
#line 311
(executor_globals.argument_stack)->top += count;
#line 312
*((executor_globals.argument_stack)->top) = (void *)((unsigned long )count);
Liveness failed on function:
 __inline static void **( __attribute__((__always_inline__)) zend_vm_stack_push_args)(int count ) 
{ zend_vm_stack p ;
  void *data ;
  zend_vm_stack r ;
  long tmp ;
  int tmp___0 ;
  void **tmp___1 ;
  long tmp___2 ;
  long tmp___3 ;
  void **tmp___4 ;

  {
   1275: /* CIL Label */ 
#line 305
  tmp___2 = __builtin_expect((long )((executor_globals.argument_stack)->top - (void **)((char *)executor_globals.argument_stack + (((sizeof(struct _zend_vm_stack ) + 4U) - 1U) & 4294967292U)) < count),
                             0L);
   1276: /* CIL Label */ 
#line 305
  if (tmp___2) {
    goto _L;
  } else {
#line 305
    tmp___3 = __builtin_expect((long )((unsigned int )(executor_globals.argument_stack)->top == (unsigned int )(executor_globals.argument_stack)->end),
                               0L);
#line 305
    if (tmp___3) {
      _L: /* CIL Label */ 
#line 307
      p = executor_globals.argument_stack;
#line 309
      zend_vm_stack_extend(count + 1);
#line 311
      (executor_globals.argument_stack)->top += count;
#line 312
      *((executor_globals.argument_stack)->top) = (void *)((unsigned long )count);
#line 313
      while (1) {
#line 313
        tmp___0 = count;
#line 313
        count --;
#line 313
        if (tmp___0 > 0) {

        } else {
#line 313
          break;
        }
#line 314
        (p->top) --;
#line 314
        data = *(p->top);
#line 316
        tmp = __builtin_expect((long )((unsigned int )p->top == (unsigned int )((void **)((char *)p + (((sizeof(struct _zend_vm_stack ) + 4U) - 1U) & 4294967292U)))),
                               0L);
#line 316
        if (tmp) {
#line 317
          r = p;
#line 319
          (executor_globals.argument_stack)->prev = p->prev;
#line 320
          p = p->prev;
#line 321
          _efree((void *)r);
        } else {

        }
#line 323
        *((void **)((char *)executor_globals.argument_stack + (((sizeof(struct _zend_vm_stack ) + 4U) - 1U) & 4294967292U)) + count) = data;
      }
#line 325
      tmp___1 = (executor_globals.argument_stack)->top;
#line 325
      ((executor_globals.argument_stack)->top) ++;
#line 325
      return (tmp___1);
    } else {

    }
  }
   1277: /* CIL Label */ 
#line 327
  *((executor_globals.argument_stack)->top) = (void *)((unsigned long )count);
   1278: /* CIL Label */ 
#line 328
  tmp___4 = (executor_globals.argument_stack)->top;
   1279: /* CIL Label */ 
#line 328
  ((executor_globals.argument_stack)->top) ++;
   1280: /* CIL Label */ 
#line 328
  return (tmp___4);
}
}

cilRep: liveness failure for zend_vm_stack_push_args: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L___0: /* CIL Label */ 
#line 611 "/root/mountpoint-genprog/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/php/ext/standard/html.c"
found = unimap_bsearch(unimap_win1252, code,
                       sizeof(unimap_win1252) / sizeof(unimap_win1252[0]));
Liveness failed on function:
 __inline static int map_from_unicode(unsigned int code ,
                                      enum entity_charset charset ,
                                      unsigned int *res ) 
{ unsigned char found ;
  uni_to_enc const   *table ;
  size_t table_size ;

  {
   0: /* CIL Label */ 
#line 569
  switch ((int )charset) {
  case 1: 
#line 572
  if (code > 255U) {
#line 573
    return (-1);
  } else {

  }
#line 575
  *res = code;
#line 576
  break;
  case 5: 
#line 579
  if (code <= 160U) {
#line 580
    *res = code;
  } else {
#line 579
    if (code == 173U) {
#line 580
      *res = code;
    } else {
#line 581
      if (code == 8470U) {
#line 582
        *res = 240U;
      } else {
#line 583
        if (code == 167U) {
#line 584
          *res = 253U;
        } else {
#line 585
          if (code >= 1025U) {
#line 585
            if (code <= 1103U) {
#line 586
              if (code == 1037U) {
#line 587
                return (-1);
              } else {
#line 586
                if (code == 1104U) {
#line 587
                  return (-1);
                } else {
#line 586
                  if (code == 1117U) {
#line 587
                    return (-1);
                  } else {

                  }
                }
              }
#line 588
              *res = code - 864U;
            } else {
#line 590
              return (-1);
            }
          } else {
#line 590
            return (-1);
          }
        }
      }
    }
  }
#line 592
  break;
  case 3: 
#line 595
  if (code < 164U) {
#line 596
    *res = code;
  } else {
#line 595
    if (code > 190U) {
#line 595
      if (code <= 255U) {
#line 596
        *res = code;
      } else {
        goto _L;
      }
    } else {
      _L: /* CIL Label */ 
#line 598
      found = unimap_bsearch(unimap_iso885915, code,
                             sizeof(unimap_iso885915) / sizeof(unimap_iso885915[0]));
#line 600
      if (found) {
#line 601
        *res = (unsigned int )found;
      } else {
#line 603
        return (-1);
      }
    }
  }
#line 605
  break;
  case 2: 
#line 608
  if (code <= 127U) {
#line 609
    *res = code;
  } else {
#line 608
    if (code >= 160U) {
#line 608
      if (code <= 255U) {
#line 609
        *res = code;
      } else {
        goto _L___0;
      }
    } else {
      _L___0: /* CIL Label */ 
#line 611
      found = unimap_bsearch(unimap_win1252, code,
                             sizeof(unimap_win1252) / sizeof(unimap_win1252[0]));
#line 613
      if (found) {
#line 614
        *res = (unsigned int )found;
      } else {
#line 616
        return (-1);
      }
    }
  }
#line 618
  break;
  case 7: 
#line 621
  if (code == 127U) {
#line 622
    return (-1);
  } else {

  }
#line 623
  table = unimap_macroman;
#line 624
  table_size = sizeof(unimap_macroman) / sizeof(unimap_macroman[0]);
  goto table_over_7F;
  case 4: 
#line 627
  table = unimap_win1251;
#line 628
  table_size = sizeof(unimap_win1251) / sizeof(unimap_win1251[0]);
  goto table_over_7F;
  case 8: 
#line 631
  table = unimap_koi8r;
#line 632
  table_size = sizeof(unimap_koi8r) / sizeof(unimap_koi8r[0]);
  goto table_over_7F;
  case 6: 
#line 635
  table = unimap_cp866;
#line 636
  table_size = sizeof(unimap_cp866) / sizeof(unimap_cp866[0]);
  table_over_7F: 
#line 639
  if (code <= 127U) {
#line 640
    *res = code;
  } else {
#line 642
    found = unimap_bsearch(table, code, table_size);
#line 643
    if (found) {
#line 644
      *res = (unsigned int )found;
    } else {
#line 646
      return (-1);
    }
  }
#line 648
  break;
  case 12: 
  case 13: 
#line 657
  if (code >= 32U) {
#line 657
    if (code <= 125U) {
#line 658
      if (code == 92U) {
#line 659
        return (-1);
      } else {

      }
#line 660
      *res = code;
    } else {
#line 662
      return (-1);
    }
  } else {
#line 662
    return (-1);
  }
#line 664
  break;
  case 9: 
  case 11: 
  case 10: 
#line 669
  if (code >= 32U) {
#line 669
    if (code <= 125U) {
#line 670
      *res = code;
    } else {
#line 672
      return (-1);
    }
  } else {
#line 672
    return (-1);
  }
#line 674
  break;
  default: ;
#line 677
  return (-1);
  }
   2023: /* CIL Label */ 
#line 680
  return (0);
}
}

cilRep: liveness failure for map_from_unicode: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 953
tmp = q;
#line 953
q ++;
#line 953
tmp___0 = p;
#line 953
p ++;
#line 953
*tmp = (char )*tmp___0;
Liveness failed on function:
 static void traverse_for_entities(char const   *old , size_t oldlen ,
                                   char *ret , size_t *retlen , int all ,
                                   int flags , entity_ht const   *inv_map ,
                                   enum entity_charset charset ) 
{ char const   *p ;
  char const   *lim ;
  char *q ;
  int doctype ;
  unsigned int code ;
  unsigned int code2 ;
  char const   *next ;
  char *tmp ;
  char const   *tmp___0 ;
  int tmp___1 ;
  int tmp___2 ;
  char const   *start ;
  size_t ent_len ;
  int tmp___3 ;
  int tmp___4 ;
  int tmp___5 ;
  size_t tmp___6 ;
  size_t tmp___7 ;
  char *tmp___8 ;

  {
   2263: /* CIL Label */ 
#line 937
  doctype = flags & 48;
   2264: /* CIL Label */ 
#line 939
  lim = old + oldlen;
   2265: /* CIL Label */ 
#line 942
  p = old;
   2266: /* CIL Label */ 
#line 942
  q = ret;
   2267: /* CIL Label */ 
#line 942
  while ((unsigned int )p < (unsigned int )lim) {
#line 943
    code2 = 0U;
#line 944
    next = (char const   *)((void *)0);
#line 952
    if ((int const   )*(p + 0) != 38) {
      goto _L;
    } else {
#line 952
      if ((unsigned int )(p + 3) >= (unsigned int )lim) {
        _L: /* CIL Label */ 
#line 953
        tmp = q;
#line 953
        q ++;
#line 953
        tmp___0 = p;
#line 953
        p ++;
#line 953
        *tmp = (char )*tmp___0;
        goto __Cont;
      } else {

      }
    }
#line 960
    if ((int const   )*(p + 1) == 35) {
#line 961
      next = p + 2;
#line 962
      tmp___1 = process_numeric_entity(& next, & code);
#line 962
      if (tmp___1 == -1) {
        goto invalid_code;
      } else {

      }
#line 967
      if (! all) {
#line 967
        if (code > 63U) {
          goto invalid_code;
        } else {
#line 967
          if ((unsigned int )stage3_table_be_apos_00000[code].data.ent.entity == (unsigned int )((void *)0)) {
            goto invalid_code;
          } else {

          }
        }
      } else {

      }
#line 975
      tmp___2 = unicode_cp_is_allowed(code, doctype);
#line 975
      if (tmp___2) {
#line 975
        if (doctype == 48) {
#line 975
          if (code == 13U) {
            goto invalid_code;
          } else {

          }
        } else {

        }
      } else {
        goto invalid_code;
      }
    } else {
#line 982
      next = p + 1;
#line 983
      start = next;
#line 985
      tmp___3 = process_named_entity_html(& next, & start, & ent_len);
#line 985
      if (tmp___3 == -1) {
        goto invalid_code;
      } else {

      }
#line 988
      tmp___4 = resolve_named_entity_html(start, ent_len, inv_map, & code,
                                          & code2);
#line 988
      if (tmp___4 == -1) {
#line 989
        if (doctype == 32) {
#line 989
          if (ent_len == 4U) {
#line 989
            if ((int const   )*(start + 0) == 97) {
#line 989
              if ((int const   )*(start + 1) == 112) {
#line 989
                if ((int const   )*(start + 2) == 111) {
#line 989
                  if ((int const   )*(start + 3) == 115) {
#line 993
                    code = (unsigned int )'\'';
                  } else {
                    goto invalid_code;
                  }
                } else {
                  goto invalid_code;
                }
              } else {
                goto invalid_code;
              }
            } else {
              goto invalid_code;
            }
          } else {
            goto invalid_code;
          }
        } else {
          goto invalid_code;
        }
      } else {

      }
    }
#line 1002
    if (code == 39U) {
#line 1002
      if (! (flags & 1)) {
        goto invalid_code;
      } else {
        goto _L___0;
      }
    } else {
      _L___0: /* CIL Label */ 
#line 1002
      if (code == 34U) {
#line 1002
        if (! (flags & 2)) {
          goto invalid_code;
        } else {

        }
      } else {

      }
    }
#line 1008
    if (! ((unsigned int )charset <= 1U)) {
#line 1010
      tmp___5 = map_from_unicode(code, charset, & code);
#line 1010
      if (tmp___5 == -1) {
        goto invalid_code;
      } else {
#line 1010
        if (code2 != 0U) {
          goto invalid_code;
        } else {

        }
      }
    } else {

    }
#line 1014
    tmp___6 = write_octet_sequence((unsigned char *)q, charset, code);
#line 1014
    q += tmp___6;
#line 1015
    if (code2) {
#line 1016
      tmp___7 = write_octet_sequence((unsigned char *)q, charset, code2);
#line 1016
      q += tmp___7;
    } else {

    }
#line 1020
    p = next + 1;
    goto __Cont;
    invalid_code: 
#line 1024
    while ((unsigned int )p < (unsigned int )next) {
#line 1025
      tmp___8 = q;
#line 1025
      q ++;
#line 1025
      *tmp___8 = (char )*p;
#line 1024
      p ++;
    }
    __Cont: /* CIL Label */ ;
  }
   2268: /* CIL Label */ 
#line 1029
  *q = (char )'\000';
   2269: /* CIL Label */ 
#line 1030
  *retlen = (unsigned int )(q - ret);
   2270: /* CIL Label */ 
#line 1031
  return;
}
}

cilRep: liveness failure for traverse_for_entities: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: empty_source: 
#line 1120
*newlen = retlen;
Liveness failed on function:
 char __attribute__((__visibility__("default")))  *php_unescape_html_entities(unsigned char *old ,
                                                                              size_t oldlen ,
                                                                              size_t *newlen ,
                                                                              int all ,
                                                                              int flags ,
                                                                              char *hint_charset ) 
{ size_t retlen ;
  char *ret ;
  enum entity_charset charset ;
  entity_ht const   *inverse_map ;
  size_t new_size ;
  char __attribute__((__visibility__("default")))  *tmp ;
  void __attribute__((__visibility__("default")))  *tmp___0 ;

  {
   2297: /* CIL Label */ 
#line 1090
  inverse_map = (entity_ht const   *)((void *)0);
   2298: /* CIL Label */ 
#line 1091
  new_size = (oldlen + oldlen / 5U) + 2U;
   2299: /* CIL Label */ 
#line 1093
  if (all) {
#line 1094
    charset = determine_charset(hint_charset);
  } else {
#line 1096
    charset = (enum entity_charset )1;
  }
   2300: /* CIL Label */ 
#line 1101
  if (oldlen > new_size) {
#line 1103
    tmp = _estrndup((char const   *)((char *)old), oldlen);
#line 1103
    ret = (char *)tmp;
#line 1104
    retlen = oldlen;
    goto empty_source;
  } else {

  }
   2301: /* CIL Label */ 
#line 1107
  tmp___0 = _emalloc(new_size);
   2302: /* CIL Label */ 
#line 1107
  ret = (char *)tmp___0;
   2303: /* CIL Label */ 
#line 1108
  *ret = (char )'\000';
   2304: /* CIL Label */ 
#line 1109
  retlen = oldlen;
   2305: /* CIL Label */ 
#line 1110
  if (retlen == 0U) {
    goto empty_source;
  } else {

  }
   2306: /* CIL Label */ 
#line 1114
  inverse_map = unescape_inverse_map(all, flags);
   2307: /* CIL Label */ 
#line 1117
  traverse_for_entities((char const   *)old, oldlen, ret, & retlen, all, flags,
                        inverse_map, charset);
   2308: /* CIL Label */ 
  empty_source: 
#line 1120
  *newlen = retlen;
   2309: /* CIL Label */ 
#line 1121
  return ((char __attribute__((__visibility__("default")))  *)ret);
}
}

cilRep: liveness failure for php_unescape_html_entities: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: no_suitable_2nd: 
#line 1185
*cursor = cursor_before;
#line 1186
*entity = (unsigned char const   *)(c->data.multicodepoint_table + 0)->leading_entry.default_entity;
#line 1188
*entity_len = (unsigned int )(c->data.multicodepoint_table + 0)->leading_entry.default_entity_len;
Liveness failed on function:
 __inline static void find_entity_for_char(unsigned int k ,
                                           enum entity_charset charset ,
                                           entity_stage1_row const   *table ,
                                           unsigned char const   **entity ,
                                           size_t *entity_len ,
                                           unsigned char *old , size_t oldlen ,
                                           size_t *cursor ) 
{ unsigned int stage1_idx ;
  entity_stage3_row const   *c ;
  size_t cursor_before ;
  int status ;
  unsigned int next_char ;
  entity_multicodepoint_row const   *s ;
  entity_multicodepoint_row const   *e ;

  {
   2339: /* CIL Label */ 
#line 1141
  stage1_idx = (k & 16773120U) >> 12;
   2340: /* CIL Label */ 
#line 1144
  if (stage1_idx > 29U) {
#line 1145
    *entity = (unsigned char const   *)((void *)0);
#line 1146
    *entity_len = 0U;
#line 1147
    return;
  } else {

  }
   2341: /* CIL Label */ 
#line 1150
  c = *(*(table + stage1_idx) + ((k & 4032U) >> 6)) + (k & 63U);
   2342: /* CIL Label */ 
#line 1152
  if (! c->ambiguous) {
#line 1153
    *entity = (unsigned char const   *)c->data.ent.entity;
#line 1154
    *entity_len = (unsigned int )c->data.ent.entity_len;
  } else {
#line 1157
    cursor_before = *cursor;
#line 1158
    status = 0;
#line 1161
    if (! (*cursor < oldlen)) {
      goto no_suitable_2nd;
    } else {

    }
#line 1164
    next_char = get_next_char(charset, (unsigned char const   *)old, oldlen,
                              cursor, & status);
#line 1166
    if (status == -1) {
      goto no_suitable_2nd;
    } else {

    }
#line 1172
    s = c->data.multicodepoint_table + 1;
#line 1173
    e = (s - 1) + (c->data.multicodepoint_table + 0)->leading_entry.size;
#line 1176
    while ((unsigned int )s <= (unsigned int )e) {
#line 1177
      if (s->normal_entry.second_cp == (unsigned int const   )next_char) {
#line 1178
        *entity = (unsigned char const   *)s->normal_entry.entity;
#line 1179
        *entity_len = (unsigned int )s->normal_entry.entity_len;
#line 1180
        return;
      } else {

      }
#line 1176
      s ++;
    }
    no_suitable_2nd: 
#line 1185
    *cursor = cursor_before;
#line 1186
    *entity = (unsigned char const   *)(c->data.multicodepoint_table + 0)->leading_entry.default_entity;
#line 1188
    *entity_len = (unsigned int )(c->data.multicodepoint_table + 0)->leading_entry.default_entity_len;
  }
   2343: /* CIL Label */ 
#line 1190
  return;
}
}

cilRep: liveness failure for find_entity_for_char: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: encode_amp: 
#line 1372
memcpy((void */* __restrict  */)(replaced + len),
       (void const   */* __restrict  */)"&amp;", sizeof("&amp;") - 1U);
#line 1373
len += sizeof("&amp;") - 1U;
Liveness failed on function:
 char __attribute__((__visibility__("default")))  *php_escape_html_entities_ex(unsigned char *old ,
                                                                               size_t oldlen ,
                                                                               size_t *newlen ,
                                                                               int all ,
                                                                               int flags ,
                                                                               char *hint_charset ,
                                                                               zend_bool double_encode ) 
{ size_t cursor ;
  size_t maxlen ;
  size_t len ;
  char *replaced ;
  enum entity_charset charset ;
  enum entity_charset tmp ;
  int doctype ;
  entity_table_opt entity_table ;
  enc_to_uni const   *to_uni_table ;
  entity_ht const   *inv_map ;
  unsigned char const   *replacement ;
  size_t replacement_len ;
  int tmp___0 ;
  void __attribute__((__visibility__("default")))  *tmp___1 ;
  unsigned char const   *mbsequence ;
  size_t mbseqlen ;
  size_t cursor_before ;
  int status ;
  unsigned int this_char ;
  unsigned int tmp___2 ;
  void __attribute__((__visibility__("default")))  *tmp___3 ;
  char __attribute__((__visibility__("default")))  *tmp___4 ;
  unsigned char const   *rep ;
  size_t rep_len ;
  size_t tmp___5 ;
  size_t tmp___6 ;
  int tmp___7 ;
  int tmp___8 ;
  int tmp___9 ;
  size_t tmp___10 ;
  size_t ent_len ;
  unsigned int code_point ;
  int valid ;
  char *pos ;
  int tmp___11 ;
  char const   *start ;
  char const   *next ;
  unsigned int dummy1 ;
  unsigned int dummy2 ;
  int tmp___12 ;
  int tmp___13 ;
  void __attribute__((__visibility__("default")))  *tmp___14 ;
  size_t tmp___15 ;
  size_t tmp___16 ;

  {
   2506: /* CIL Label */ 
#line 1217
  tmp = determine_charset(hint_charset);
   2507: /* CIL Label */ 
#line 1217
  charset = tmp;
   2508: /* CIL Label */ 
#line 1218
  doctype = flags & 48;
   2509: /* CIL Label */ 
#line 1220
  to_uni_table = (enc_to_uni const   *)((void *)0);
   2510: /* CIL Label */ 
#line 1221
  inv_map = (entity_ht const   *)((void *)0);
   2511: /* CIL Label */ 
#line 1226
  if (all) {
#line 1227
    if ((unsigned int )charset >= 9U) {
#line 1228
      php_error_docref0((char const   *)((void *)0), 1 << 11L,
                        "Only basic entities substitution is supported for multi-byte encodings other than UTF-8; functionality is equivalent to htmlspecialchars");
    } else {

    }
#line 1232
    while (1) {
#line 1232
      if (all) {
#line 1232
        if (! ((unsigned int )charset >= 9U)) {
#line 1232
          if (doctype != 16) {
#line 1232
            tmp___0 = 1;
          } else {
#line 1232
            tmp___0 = 0;
          }
        } else {
#line 1232
          tmp___0 = 0;
        }
      } else {
#line 1232
        tmp___0 = 0;
      }
#line 1232
      all = tmp___0;
#line 1232
      break;
    }
  } else {

  }
   2512: /* CIL Label */ 
#line 1234
  entity_table = determine_entity_table(all, doctype);
   2513: /* CIL Label */ 
#line 1235
  if (all) {
#line 1235
    if (! ((unsigned int )charset <= 1U)) {
#line 1236
      to_uni_table = (enc_to_uni const   *)enc_to_uni_index[charset];
    } else {

    }
  } else {

  }
   2514: /* CIL Label */ 
#line 1239
  if (! double_encode) {
#line 1242
    inv_map = unescape_inverse_map(1, flags);
  } else {

  }
   2515: /* CIL Label */ 
#line 1245
  if (flags & 136) {
#line 1246
    if ((unsigned int )charset == 0U) {
#line 1247
      replacement = (unsigned char const   *)"\357\277\275";
#line 1248
      replacement_len = sizeof("\357\277\275") - 1U;
    } else {
#line 1250
      replacement = (unsigned char const   *)"&#xFFFD;";
#line 1251
      replacement_len = sizeof("&#xFFFD;") - 1U;
    }
  } else {

  }
   2516: /* CIL Label */ 
#line 1256
  if (oldlen < 64U) {
#line 1257
    maxlen = 128U;
  } else {
#line 1259
    maxlen = 2U * oldlen;
#line 1260
    if (maxlen < oldlen) {
#line 1261
      zend_error_noreturn(1, "Input string is too long");
#line 1262
      return ((char __attribute__((__visibility__("default")))  *)((void *)0));
    } else {

    }
  }
   2517: /* CIL Label */ 
#line 1266
  tmp___1 = _emalloc(maxlen + 1U);
   2518: /* CIL Label */ 
#line 1266
  replaced = (char *)tmp___1;
   2519: /* CIL Label */ 
#line 1267
  len = 0U;
   2520: /* CIL Label */ 
#line 1268
  cursor = 0U;
   2521: /* CIL Label */ 
#line 1269
  while (cursor < oldlen) {
#line 1270
    mbsequence = (unsigned char const   *)((void *)0);
#line 1271
    mbseqlen = (size_t )0;
#line 1271
    cursor_before = cursor;
#line 1273
    status = 0;
#line 1274
    tmp___2 = get_next_char(charset, (unsigned char const   *)old, oldlen,
                            & cursor, & status);
#line 1274
    this_char = tmp___2;
#line 1278
    if (len > maxlen - 40U) {
#line 1279
      tmp___3 = _safe_erealloc((void *)replaced, maxlen, 1U, 129U);
#line 1279
      replaced = (char *)tmp___3;
#line 1280
      maxlen += 128U;
    } else {

    }
#line 1283
    if (status == -1) {
#line 1285
      if (flags & 4) {
#line 1286
        continue;
      } else {
#line 1287
        if (flags & 8) {
#line 1288
          memcpy((void */* __restrict  */)(replaced + len),
                 (void const   */* __restrict  */)replacement, replacement_len);
#line 1289
          len += replacement_len;
#line 1290
          continue;
        } else {
#line 1292
          _efree((void *)replaced);
#line 1293
          *newlen = 0U;
#line 1294
          tmp___4 = _estrndup("", sizeof("") - 1U);
#line 1294
          return (tmp___4);
        }
      }
    } else {
#line 1297
      mbsequence = (unsigned char const   *)(old + cursor_before);
#line 1298
      mbseqlen = cursor - cursor_before;
    }
#line 1301
    if (this_char != 38U) {
#line 1302
      rep = (unsigned char const   *)((void *)0);
#line 1303
      rep_len = (size_t )0;
#line 1305
      if (this_char == 39U) {
#line 1305
        if (! (flags & 1)) {
          goto pass_char_through;
        } else {
          goto _L;
        }
      } else {
        _L: /* CIL Label */ 
#line 1305
        if (this_char == 34U) {
#line 1305
          if (! (flags & 2)) {
            goto pass_char_through;
          } else {

          }
        } else {

        }
      }
#line 1309
      if (all) {
#line 1310
        if ((unsigned int )to_uni_table != (unsigned int )((void *)0)) {
#line 1314
          map_to_unicode(this_char, to_uni_table, & this_char);
#line 1315
          if (this_char == 65535U) {
            goto pass_char_through;
          } else {

          }
        } else {

        }
#line 1319
        find_entity_for_char(this_char, charset, entity_table.ms_table, & rep,
                             & rep_len, old, oldlen, & cursor);
      } else {
#line 1322
        find_entity_for_char_basic(this_char, entity_table.table, & rep,
                                   & rep_len);
      }
#line 1325
      if ((unsigned int )rep != (unsigned int )((void *)0)) {
#line 1326
        tmp___5 = len;
#line 1326
        len ++;
#line 1326
        *(replaced + tmp___5) = (char )'&';
#line 1327
        memcpy((void */* __restrict  */)(replaced + len),
               (void const   */* __restrict  */)rep, rep_len);
#line 1328
        len += rep_len;
#line 1329
        tmp___6 = len;
#line 1329
        len ++;
#line 1329
        *(replaced + tmp___6) = (char )';';
      } else {
#line 1333
        if (flags & 128) {
#line 1334
          if ((unsigned int )charset <= 1U) {
#line 1335
            tmp___7 = unicode_cp_is_allowed(this_char, doctype);
#line 1335
            if (tmp___7) {

            } else {
#line 1336
              mbsequence = replacement;
#line 1337
              mbseqlen = replacement_len;
            }
          } else {
#line 1339
            if (to_uni_table) {
#line 1340
              if (! all) {
#line 1341
                map_to_unicode(this_char, to_uni_table, & this_char);
              } else {

              }
#line 1342
              tmp___8 = unicode_cp_is_allowed(this_char, doctype);
#line 1342
              if (tmp___8) {

              } else {
#line 1343
                mbsequence = replacement;
#line 1344
                mbseqlen = replacement_len;
              }
            } else {
#line 1354
              if (this_char <= 125U) {
#line 1354
                tmp___9 = unicode_cp_is_allowed(this_char, doctype);
#line 1354
                if (tmp___9) {

                } else {
#line 1356
                  mbsequence = replacement;
#line 1357
                  mbseqlen = replacement_len;
                }
              } else {

              }
            }
          }
        } else {

        }
        pass_char_through: 
#line 1362
        if (mbseqlen > 1U) {
#line 1363
          memcpy((void */* __restrict  */)(replaced + len),
                 (void const   */* __restrict  */)mbsequence, mbseqlen);
#line 1364
          len += mbseqlen;
        } else {
#line 1366
          tmp___10 = len;
#line 1366
          len ++;
#line 1366
          *(replaced + tmp___10) = (char )*(mbsequence + 0);
        }
      }
    } else {
#line 1370
      if (double_encode) {
        encode_amp: 
#line 1372
        memcpy((void */* __restrict  */)(replaced + len),
               (void const   */* __restrict  */)"&amp;", sizeof("&amp;") - 1U);
#line 1373
        len += sizeof("&amp;") - 1U;
      } else {
#line 1378
        if ((int )*(old + cursor) == 35) {
#line 1381
          pos = (char *)(old + (cursor + 1U));
#line 1382
          valid = process_numeric_entity((char const   **)(& pos), & code_point);
#line 1383
          if (valid == -1) {
            goto encode_amp;
          } else {

          }
#line 1385
          if (flags & 128) {
#line 1386
            tmp___11 = numeric_entity_is_allowed(code_point, doctype);
#line 1386
            if (tmp___11) {

            } else {
              goto encode_amp;
            }
          } else {

          }
#line 1389
          ent_len = (unsigned int )(pos - (char *)(old + cursor));
        } else {
#line 1392
          start = (char const   *)(old + cursor);
#line 1392
          next = start;
#line 1396
          tmp___12 = process_named_entity_html(& next, & start, & ent_len);
#line 1396
          if (tmp___12 == -1) {
            goto encode_amp;
          } else {

          }
#line 1398
          tmp___13 = resolve_named_entity_html(start, ent_len, inv_map,
                                               & dummy1, & dummy2);
#line 1398
          if (tmp___13 == -1) {
#line 1399
            if (doctype == 32) {
#line 1399
              if (ent_len == 4U) {
#line 1399
                if ((int const   )*(start + 0) == 97) {
#line 1399
                  if ((int const   )*(start + 1) == 112) {
#line 1399
                    if ((int const   )*(start + 2) == 111) {
#line 1399
                      if ((int const   )*(start + 3) == 115) {

                      } else {
                        goto encode_amp;
                      }
                    } else {
                      goto encode_amp;
                    }
                  } else {
                    goto encode_amp;
                  }
                } else {
                  goto encode_amp;
                }
              } else {
                goto encode_amp;
              }
            } else {
              goto encode_amp;
            }
          } else {

          }
        }
#line 1410
        if (maxlen - len < ent_len + 2U) {
#line 1412
          tmp___14 = _safe_erealloc((void *)replaced, maxlen, 1U,
                                    (ent_len + 128U) + 1U);
#line 1412
          replaced = (char *)tmp___14;
#line 1413
          maxlen += ent_len + 128U;
        } else {

        }
#line 1415
        tmp___15 = len;
#line 1415
        len ++;
#line 1415
        *(replaced + tmp___15) = (char )'&';
#line 1416
        memcpy((void */* __restrict  */)(replaced + len),
               (void const   */* __restrict  */)(old + cursor), ent_len);
#line 1417
        len += ent_len;
#line 1418
        tmp___16 = len;
#line 1418
        len ++;
#line 1418
        *(replaced + tmp___16) = (char )';';
#line 1419
        cursor += ent_len + 1U;
      }
    }
  }
   2522: /* CIL Label */ 
#line 1423
  *(replaced + len) = (char )'\000';
   2523: /* CIL Label */ 
#line 1424
  *newlen = len;
   2524: /* CIL Label */ 
#line 1426
  return ((char __attribute__((__visibility__("default")))  *)replaced);
}
}

cilRep: liveness failure for php_escape_html_entities_ex: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: __Cont: /* CIL Label */ 
#line 1564
i ++;
Liveness failed on function:
 __inline static void write_s3row_data(entity_stage3_row const   *r ,
                                       unsigned int orig_cp ,
                                       enum entity_charset charset , zval *arr ) 
{ char key[9] ;
  char entity[33] ;
  size_t written_k1 ;
  size_t l ;
  unsigned int i ;
  unsigned int num_entries ;
  entity_multicodepoint_row const   *mcpr ;
  size_t l___0 ;
  size_t l___1 ;
  size_t written_k2 ;
  unsigned int uni_cp ;
  unsigned int spe_cp ;
  int tmp ;

  {
   2637: /* CIL Label */ 
#line 1541
  key[0] = (char )'\000';
   2638: /* CIL Label */ 
#line 1541
  key[1] = (char)0;
   2639: /* CIL Label */ 
#line 1541
  key[2] = (char)0;
   2640: /* CIL Label */ 
#line 1541
  key[3] = (char)0;
   2641: /* CIL Label */ 
#line 1541
  key[4] = (char)0;
   2642: /* CIL Label */ 
#line 1541
  key[5] = (char)0;
   2643: /* CIL Label */ 
#line 1541
  key[6] = (char)0;
   2644: /* CIL Label */ 
#line 1541
  key[7] = (char)0;
   2645: /* CIL Label */ 
#line 1541
  key[8] = (char)0;
   2646: /* CIL Label */ 
#line 1542
  entity[0] = (char )'&';
   2647: /* CIL Label */ 
#line 1545
  written_k1 = write_octet_sequence((unsigned char *)(key), charset, orig_cp);
   2648: /* CIL Label */ 
#line 1547
  if (! r->ambiguous) {
#line 1548
    l = (size_t )r->data.ent.entity_len;
#line 1549
    memcpy((void */* __restrict  */)(& entity[1]),
           (void const   */* __restrict  */)r->data.ent.entity, l);
#line 1550
    entity[l + 1U] = (char )';';
#line 1551
    add_assoc_stringl_ex(arr, (char const   *)(key), written_k1 + 1U, entity,
                         l + 2U, 1);
  } else {
#line 1555
    mcpr = (entity_multicodepoint_row const   *)r->data.multicodepoint_table;
#line 1557
    if ((unsigned int )(mcpr + 0)->leading_entry.default_entity != (unsigned int )((void *)0)) {
#line 1558
      l___0 = (size_t )(mcpr + 0)->leading_entry.default_entity_len;
#line 1559
      memcpy((void */* __restrict  */)(& entity[1]),
             (void const   */* __restrict  */)(mcpr + 0)->leading_entry.default_entity,
             l___0);
#line 1560
      entity[l___0 + 1U] = (char )';';
#line 1561
      add_assoc_stringl_ex(arr, (char const   *)(key), written_k1 + 1U, entity,
                           l___0 + 2U, 1);
    } else {

    }
#line 1563
    num_entries = (unsigned int )(mcpr + 0)->leading_entry.size;
#line 1564
    i = 1U;
#line 1564
    while (i <= num_entries) {
#line 1570
      uni_cp = (unsigned int )(mcpr + i)->normal_entry.second_cp;
#line 1571
      l___1 = (unsigned int )(mcpr + i)->normal_entry.entity_len;
#line 1573
      if (! ((unsigned int )charset <= 1U)) {
#line 1574
        tmp = map_from_unicode(uni_cp, charset, & spe_cp);
#line 1574
        if (tmp == -1) {
          goto __Cont;
        } else {

        }
      } else {
#line 1577
        spe_cp = uni_cp;
      }
#line 1580
      written_k2 = write_octet_sequence((unsigned char *)(& key[written_k1]),
                                        charset, spe_cp);
#line 1581
      memcpy((void */* __restrict  */)(& entity[1]),
             (void const   */* __restrict  */)(mcpr + i)->normal_entry.entity,
             l___1);
#line 1582
      entity[l___1 + 1U] = (char )';';
#line 1583
      entity[l___1 + 1U] = (char )'\000';
#line 1584
      add_assoc_stringl_ex(arr, (char const   *)(key),
                           (written_k1 + written_k2) + 1U, entity, l___1 + 1U, 1);
      __Cont: /* CIL Label */ 
#line 1564
      i ++;
    }
  }
   2649: /* CIL Label */ 
#line 1587
  return;
}
}

cilRep: liveness failure for write_s3row_data: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: __Cont___3: /* CIL Label */ 
#line 1684
j___0 ++;
Liveness failed on function:
 void zif_get_html_translation_table(int ht , zval *return_value ,
                                     zval **return_value_ptr , zval *this_ptr ,
                                     int return_value_used ) 
{ long all ;
  long flags ;
  int doctype ;
  entity_table_opt entity_table ;
  enc_to_uni const   *to_uni_table ;
  char *charset_hint ;
  int charset_hint_len ;
  enum entity_charset charset ;
  int __attribute__((__visibility__("default")))  tmp ;
  int tmp___0 ;
  entity_stage1_row const   *ms_table ;
  unsigned int i ;
  unsigned int j ;
  unsigned int k ;
  unsigned int max_i ;
  unsigned int max_j ;
  unsigned int max_k ;
  entity_stage3_row const   *r ;
  unsigned int code ;
  unsigned int i___0 ;
  entity_stage3_row const   *r___0 ;
  unsigned int uni_cp ;
  unsigned int j___0 ;
  unsigned int numelems ;
  entity_stage3_row const   *r___1 ;

  {
   2739: /* CIL Label */ 
#line 1594
  all = 0L;
   2740: /* CIL Label */ 
#line 1594
  flags = 2L;
   2741: /* CIL Label */ 
#line 1599
  charset_hint = (char *)((void *)0);
   2742: /* CIL Label */ 
#line 1607
  tmp = zend_parse_parameters(ht, "|lls", & all, & flags, & charset_hint,
                              & charset_hint_len);
   2743: /* CIL Label */ 
#line 1607
  if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 1609
    return;
  } else {

  }
   2744: /* CIL Label */ 
#line 1612
  charset = determine_charset(charset_hint);
   2745: /* CIL Label */ 
#line 1613
  doctype = (int )(flags & 48L);
   2746: /* CIL Label */ 
#line 1614
  while (1) {
#line 1614
    if (all) {
#line 1614
      if (! ((unsigned int )charset >= 9U)) {
#line 1614
        if (doctype != 16) {
#line 1614
          tmp___0 = 1;
        } else {
#line 1614
          tmp___0 = 0;
        }
      } else {
#line 1614
        tmp___0 = 0;
      }
    } else {
#line 1614
      tmp___0 = 0;
    }
#line 1614
    all = (long )tmp___0;
#line 1614
    break;
  }
   2747: /* CIL Label */ 
#line 1616
  _array_init(return_value, 0U);
   2748: /* CIL Label */ 
#line 1618
  entity_table = determine_entity_table((int )all, doctype);
   2749: /* CIL Label */ 
#line 1619
  if (all) {
#line 1619
    if (! ((unsigned int )charset <= 1U)) {
#line 1620
      to_uni_table = (enc_to_uni const   *)enc_to_uni_index[charset];
    } else {

    }
  } else {

  }
   2750: /* CIL Label */ 
#line 1623
  if (all) {
#line 1624
    ms_table = entity_table.ms_table;
#line 1626
    if ((unsigned int )charset <= 1U) {
#line 1630
      if ((unsigned int )charset > 0U) {
#line 1630
        if ((unsigned int )charset < 9U) {
#line 1631
          max_i = 1U;
#line 1631
          max_j = 1U;
#line 1631
          max_k = 64U;
        } else {
#line 1633
          max_i = 30U;
#line 1633
          max_j = 64U;
#line 1633
          max_k = 64U;
        }
      } else {
#line 1633
        max_i = 30U;
#line 1633
        max_j = 64U;
#line 1633
        max_k = 64U;
      }
#line 1636
      i = 0U;
#line 1636
      while (i < max_i) {
#line 1637
        if ((unsigned int )*(ms_table + i) == (unsigned int )(empty_stage2_table)) {
          goto __Cont;
        } else {

        }
#line 1639
        j = 0U;
#line 1639
        while (j < max_j) {
#line 1640
          if ((unsigned int )*(*(ms_table + i) + j) == (unsigned int )(empty_stage3_table)) {
            goto __Cont___0;
          } else {

          }
#line 1642
          k = 0U;
#line 1642
          while (k < max_k) {
#line 1643
            r = *(*(ms_table + i) + j) + k;
#line 1646
            if ((unsigned int )r->data.ent.entity == (unsigned int )((void *)0)) {
              goto __Cont___1;
            } else {

            }
#line 1649
            code = ((i << 12) | (j << 6)) | k;
#line 1650
            if (code == 39U) {
#line 1650
              if (! (flags & 1L)) {
                goto __Cont___1;
              } else {
                goto _L;
              }
            } else {
              _L: /* CIL Label */ 
#line 1650
              if (code == 34U) {
#line 1650
                if (! (flags & 2L)) {
                  goto __Cont___1;
                } else {

                }
              } else {

              }
            }
#line 1653
            write_s3row_data(r, code, charset, return_value);
            __Cont___1: /* CIL Label */ 
#line 1642
            k ++;
          }
          __Cont___0: /* CIL Label */ 
#line 1639
          j ++;
        }
        __Cont: /* CIL Label */ 
#line 1636
        i ++;
      }
    } else {
#line 1661
      i___0 = 0U;
#line 1661
      while (i___0 <= 255U) {
#line 1666
        if (i___0 == 39U) {
#line 1666
          if (! (flags & 1L)) {
            goto __Cont___2;
          } else {
            goto _L___0;
          }
        } else {
          _L___0: /* CIL Label */ 
#line 1666
          if (i___0 == 34U) {
#line 1666
            if (! (flags & 2L)) {
              goto __Cont___2;
            } else {

            }
          } else {

          }
        }
#line 1670
        map_to_unicode(i___0, to_uni_table, & uni_cp);
#line 1671
        r___0 = *(*(ms_table + ((uni_cp & 16773120U) >> 12)) + ((uni_cp & 4032U) >> 6)) + (uni_cp & 63U);
#line 1672
        if ((unsigned int )r___0->data.ent.entity == (unsigned int )((void *)0)) {
          goto __Cont___2;
        } else {

        }
#line 1675
        write_s3row_data(r___0, i___0, charset, return_value);
        __Cont___2: /* CIL Label */ 
#line 1661
        i___0 ++;
      }
    }
  } else {
#line 1680
    numelems = sizeof(stage3_table_be_noapos_00000) / sizeof(stage3_table_be_noapos_00000[0]);
#line 1684
    j___0 = 0U;
#line 1684
    while (j___0 < numelems) {
#line 1685
      r___1 = entity_table.table + j___0;
#line 1686
      if ((unsigned int )r___1->data.ent.entity == (unsigned int )((void *)0)) {
        goto __Cont___3;
      } else {

      }
#line 1689
      if (j___0 == 39U) {
#line 1689
        if (! (flags & 1L)) {
          goto __Cont___3;
        } else {
          goto _L___1;
        }
      } else {
        _L___1: /* CIL Label */ 
#line 1689
        if (j___0 == 34U) {
#line 1689
          if (! (flags & 2L)) {
            goto __Cont___3;
          } else {

          }
        } else {

        }
      }
#line 1694
      write_s3row_data(r___1, j___0, (enum entity_charset )1, return_value);
      __Cont___3: /* CIL Label */ 
#line 1684
      j___0 ++;
    }
  }
   2751: /* CIL Label */ 
#line 1697
  return;
}
}

cilRep: liveness failure for zif_get_html_translation_table: Errormsg.Error
cilRep: computed liveness
cilrep: from_source: post: stmt_count: 2751
cachingRepresentation: sanity checking begins
	p1: true (1)
	p2: true (1)
	p3: true (1)
	p4: true (1)
	p5: true (1)
	p6: true (1)
	p7: true (1)
	p8: true (1)
	p9: true (1)
	p10: true (1)
	p11: true (1)
	p12: true (1)
	p13: true (1)
	p14: true (1)
	p15: true (1)
	p16: true (1)
	p17: true (1)
	p18: true (1)
	p19: true (1)
	p20: true (1)
	p21: true (1)
	p22: true (1)
	p23: true (1)
	p24: true (1)
	p25: true (1)
	p26: true (1)
	p27: true (1)
	p28: true (1)
	p29: true (1)
	p30: true (1)
	p31: true (1)
	p32: true (1)
	p33: true (1)
	p34: true (1)
	p35: true (1)
	p36: true (1)
	p37: true (1)
	p38: true (1)
	p39: true (1)
	p40: true (1)
	p41: true (1)
	p42: true (1)
	p43: true (1)
	p44: true (1)
	p45: true (1)
	p46: true (1)
	p47: true (1)
	p48: true (1)
	p49: true (1)
	p50: true (1)
	p51: true (1)
	p52: true (1)
	p53: true (1)
	p54: true (1)
	p55: true (1)
	p56: true (1)
	p57: true (1)
	p58: true (1)
	p59: true (1)
	p60: true (1)
	p61: true (1)
	p62: true (1)
	p63: true (1)
	p64: true (1)
	p65: true (1)
	p66: true (1)
	p67: true (1)
	p68: true (1)
	p69: true (1)
	p70: true (1)
	p71: true (1)
	p72: true (1)
	p73: true (1)
	p74: true (1)
	p75: true (1)
	p76: true (1)
	p77: true (1)
	p78: true (1)
	p79: true (1)
	p80: true (1)
	p81: true (1)
	p82: true (1)
	p83: true (1)
	p84: true (1)
	p85: true (1)
	p86: true (1)
	p87: true (1)
	p88: true (1)
	p89: true (1)
	p90: true (1)
	p91: true (1)
	p92: true (1)
	p93: true (1)
	p94: true (1)
	p95: true (1)
	p96: true (1)
	p97: true (1)
	p98: true (1)
	p99: true (1)
	p100: true (1)
	p101: true (1)
	p102: true (1)
	p103: true (1)
	p104: true (1)
	p105: true (1)
	p106: true (1)
	p107: true (1)
	p108: true (1)
	p109: true (1)
	p110: true (1)
	p111: true (1)
	p112: true (1)
	p113: true (1)
	p114: true (1)
	p115: true (1)
	p116: true (1)
	p117: true (1)
	p118: true (1)
	p119: true (1)
	p120: true (1)
	p121: true (1)
	p122: true (1)
	p123: true (1)
	p124: true (1)
	p125: true (1)
	p126: true (1)
	p127: true (1)
	p128: true (1)
	p129: true (1)
	p130: true (1)
	p131: true (1)
	p132: true (1)
	p133: true (1)
	p134: true (1)
	p135: true (1)
	p136: true (1)
	p137: true (1)
	p138: true (1)
	p139: true (1)
	p140: true (1)
	p141: true (1)
	p142: true (1)
	p143: true (1)
	p144: true (1)
	p145: true (1)
	p146: true (1)
	p147: true (1)
	p148: true (1)
	p149: true (1)
	p150: true (1)
	p151: true (1)
	p152: true (1)
	p153: true (1)
	p154: true (1)
	p155: true (1)
	p156: true (1)
	p157: true (1)
	p158: true (1)
	p159: true (1)
	p160: true (1)
	p161: true (1)
	p162: true (1)
	p163: true (1)
	p164: true (1)
	p165: true (1)
	p166: true (1)
	p167: true (1)
	p168: true (1)
	p169: true (1)
	p170: true (1)
	p171: true (1)
	p172: true (1)
	p173: true (1)
	p174: true (1)
	p175: true (1)
	p176: true (1)
	p177: true (1)
	p178: true (1)
	p179: true (1)
	p180: true (1)
	p181: true (1)
	p182: true (1)
	p183: true (1)
	p184: true (1)
	p185: true (1)
	p186: true (1)
	p187: true (1)
	p188: true (1)
	p189: true (1)
	p190: true (1)
	p191: true (1)
	p192: true (1)
	p193: true (1)
	p194: true (1)
	p195: true (1)
	p196: true (1)
	p197: true (1)
	p198: true (1)
	p199: true (1)
	p200: true (1)
	p201: true (1)
	p202: true (1)
	p203: true (1)
	p204: true (1)
	p205: true (1)
	p206: true (1)
	p207: true (1)
	p208: true (1)
	p209: true (1)
	p210: true (1)
	p211: true (1)
	p212: true (1)
	p213: true (1)
	p214: true (1)
	p215: true (1)
	p216: true (1)
	p217: true (1)
	p218: true (1)
	p219: true (1)
	p220: true (1)
	p221: true (1)
	p222: true (1)
	p223: true (1)
	p224: true (1)
	p225: true (1)
	p226: true (1)
	p227: true (1)
	p228: true (1)
	p229: true (1)
	p230: true (1)
	p231: true (1)
	p232: true (1)
	p233: true (1)
	p234: true (1)
	p235: true (1)
	p236: true (1)
	p237: true (1)
	p238: true (1)
	p239: true (1)
	p240: true (1)
	p241: true (1)
	p242: true (1)
	p243: true (1)
	p244: true (1)
	p245: true (1)
	p246: true (1)
	p247: true (1)
	p248: true (1)
	p249: true (1)
	p250: true (1)
	p251: true (1)
	p252: true (1)
	p253: true (1)
	p254: true (1)
	p255: true (1)
	p256: true (1)
	p257: true (1)
	p258: true (1)
	p259: true (1)
	p260: true (1)
	p261: true (1)
	p262: true (1)
	p263: true (1)
	p264: true (1)
	p265: true (1)
	p266: true (1)
	p267: true (1)
	p268: true (1)
	p269: true (1)
	p270: true (1)
	p271: true (1)
	p272: true (1)
	p273: true (1)
	p274: true (1)
	p275: true (1)
	p276: true (1)
	p277: true (1)
	p278: true (1)
	p279: true (1)
	p280: true (1)
	p281: true (1)
	p282: true (1)
	p283: true (1)
	p284: true (1)
	p285: true (1)
	p286: true (1)
	p287: true (1)
	p288: true (1)
	p289: true (1)
	p290: true (1)
	p291: true (1)
	p292: true (1)
	p293: true (1)
	p294: true (1)
	p295: true (1)
	p296: true (1)
	p297: true (1)
	p298: true (1)
	p299: true (1)
	p300: true (1)
	p301: true (1)
	p302: true (1)
	p303: true (1)
	p304: true (1)
	p305: true (1)
	p306: true (1)
	p307: true (1)
	p308: true (1)
	p309: true (1)
	p310: true (1)
	p311: true (1)
	p312: true (1)
	p313: true (1)
	p314: true (1)
	p315: true (1)
	p316: true (1)
	p317: true (1)
	p318: true (1)
	p319: true (1)
	p320: true (1)
	p321: true (1)
	p322: true (1)
	p323: true (1)
	p324: true (1)
	p325: true (1)
	p326: true (1)
	p327: true (1)
	p328: true (1)
	p329: true (1)
	p330: true (1)
	p331: true (1)
	p332: true (1)
	p333: true (1)
	p334: true (1)
	p335: true (1)
	p336: true (1)
	p337: true (1)
	p338: true (1)
	p339: true (1)
	p340: true (1)
	p341: true (1)
	p342: true (1)
	p343: true (1)
	p344: true (1)
	p345: true (1)
	p346: true (1)
	p347: true (1)
	p348: true (1)
	p349: true (1)
	p350: true (1)
	p351: true (1)
	p352: true (1)
	p353: true (1)
	p354: true (1)
	p355: true (1)
	p356: true (1)
	p357: true (1)
	p358: true (1)
	p359: true (1)
	p360: true (1)
	p361: true (1)
	p362: true (1)
	p363: true (1)
	p364: true (1)
	p365: true (1)
	p366: true (1)
	p367: true (1)
	p368: true (1)
	p369: true (1)
	p370: true (1)
	p371: true (1)
	p372: true (1)
	p373: true (1)
	p374: true (1)
	p375: true (1)
	p376: true (1)
	p377: true (1)
	p378: true (1)
	p379: true (1)
	p380: true (1)
	p381: true (1)
	p382: true (1)
	p383: true (1)
	p384: true (1)
	p385: true (1)
	p386: true (1)
	p387: true (1)
	p388: true (1)
	p389: true (1)
	p390: true (1)
	p391: true (1)
	p392: true (1)
	p393: true (1)
	p394: true (1)
	p395: true (1)
	p396: true (1)
	p397: true (1)
	p398: true (1)
	p399: true (1)
	p400: true (1)
	p401: true (1)
	p402: true (1)
	p403: true (1)
	p404: true (1)
	p405: true (1)
	p406: true (1)
	p407: true (1)
	p408: true (1)
	p409: true (1)
	p410: true (1)
	p411: true (1)
	p412: true (1)
	p413: true (1)
	p414: true (1)
	p415: true (1)
	p416: true (1)
	p417: true (1)
	p418: true (1)
	p419: true (1)
	p420: true (1)
	p421: true (1)
	p422: true (1)
	p423: true (1)
	p424: true (1)
	p425: true (1)
	p426: true (1)
	p427: true (1)
	p428: true (1)
	p429: true (1)
	p430: true (1)
	p431: true (1)
	p432: true (1)
	p433: true (1)
	p434: true (1)
	p435: true (1)
	p436: true (1)
	p437: true (1)
	p438: true (1)
	p439: true (1)
	p440: true (1)
	p441: true (1)
	p442: true (1)
	p443: true (1)
	p444: true (1)
	p445: true (1)
	p446: true (1)
	p447: true (1)
	p448: true (1)
	p449: true (1)
	p450: true (1)
	p451: true (1)
	p452: true (1)
	p453: true (1)
	p454: true (1)
	p455: true (1)
	p456: true (1)
	p457: true (1)
	p458: true (1)
	p459: true (1)
	p460: true (1)
	p461: true (1)
	p462: true (1)
	p463: true (1)
	p464: true (1)
	p465: true (1)
	p466: true (1)
	p467: true (1)
	p468: true (1)
	p469: true (1)
	p470: true (1)
	p471: true (1)
	p472: true (1)
	p473: true (1)
	p474: true (1)
	p475: true (1)
	p476: true (1)
	p477: true (1)
	p478: true (1)
	p479: true (1)
	p480: true (1)
	p481: true (1)
	p482: true (1)
	p483: true (1)
	p484: true (1)
	p485: true (1)
	p486: true (1)
	p487: true (1)
	p488: true (1)
	p489: true (1)
	p490: true (1)
	p491: true (1)
	p492: true (1)
	p493: true (1)
	p494: true (1)
	p495: true (1)
	p496: true (1)
	p497: true (1)
	p498: true (1)
	p499: true (1)
	p500: true (1)
	p501: true (1)
	p502: true (1)
	p503: true (1)
	p504: true (1)
	p505: true (1)
	p506: true (1)
	p507: true (1)
	p508: true (1)
	p509: true (1)
	p510: true (1)
	p511: true (1)
	p512: true (1)
	p513: true (1)
	p514: true (1)
	p515: true (1)
	p516: true (1)
	p517: true (1)
	p518: true (1)
	p519: true (1)
	p520: true (1)
	p521: true (1)
	p522: true (1)
	p523: true (1)
	p524: true (1)
	p525: true (1)
	p526: true (1)
	p527: true (1)
	p528: true (1)
	p529: true (1)
	p530: true (1)
	p531: true (1)
	p532: true (1)
	p533: true (1)
	p534: true (1)
	p535: true (1)
	p536: true (1)
	p537: true (1)
	p538: true (1)
	p539: true (1)
	p540: true (1)
	p541: true (1)
	p542: true (1)
	p543: true (1)
	p544: true (1)
	p545: true (1)
	p546: true (1)
	p547: true (1)
	p548: true (1)
	p549: true (1)
	p550: true (1)
	p551: true (1)
	p552: true (1)
	p553: true (1)
	p554: true (1)
	p555: true (1)
	p556: true (1)
	p557: true (1)
	p558: true (1)
	p559: true (1)
	p560: true (1)
	p561: true (1)
	p562: true (1)
	p563: true (1)
	p564: true (1)
	p565: true (1)
	p566: true (1)
	p567: true (1)
	p568: true (1)
	p569: true (1)
	p570: true (1)
	p571: true (1)
	p572: true (1)
	p573: true (1)
	p574: true (1)
	p575: true (1)
	p576: true (1)
	p577: true (1)
	p578: true (1)
	p579: true (1)
	p580: true (1)
	p581: true (1)
	p582: true (1)
	p583: true (1)
	p584: true (1)
	p585: true (1)
	p586: true (1)
	p587: true (1)
	p588: true (1)
	p589: true (1)
	p590: true (1)
	p591: true (1)
	p592: true (1)
	p593: true (1)
	p594: true (1)
	p595: true (1)
	p596: true (1)
	p597: true (1)
	p598: true (1)
	p599: true (1)
	p600: true (1)
	p601: true (1)
	p602: true (1)
	p603: true (1)
	p604: true (1)
	p605: true (1)
	p606: true (1)
	p607: true (1)
	p608: true (1)
	p609: true (1)
	p610: true (1)
	p611: true (1)
	p612: true (1)
	p613: true (1)
	p614: true (1)
	p615: true (1)
	p616: true (1)
	p617: true (1)
	p618: true (1)
	p619: true (1)
	p620: true (1)
	p621: true (1)
	p622: true (1)
	p623: true (1)
	p624: true (1)
	p625: true (1)
	p626: true (1)
	p627: true (1)
	p628: true (1)
	p629: true (1)
	p630: true (1)
	p631: true (1)
	p632: true (1)
	p633: true (1)
	p634: true (1)
	p635: true (1)
	p636: true (1)
	p637: true (1)
	p638: true (1)
	p639: true (1)
	p640: true (1)
	p641: true (1)
	p642: true (1)
	p643: true (1)
	p644: true (1)
	p645: true (1)
	p646: true (1)
	p647: true (1)
	p648: true (1)
	p649: true (1)
	p650: true (1)
	p651: true (1)
	p652: true (1)
	p653: true (1)
	p654: true (1)
	p655: true (1)
	p656: true (1)
	p657: true (1)
	p658: true (1)
	p659: true (1)
	p660: true (1)
	p661: true (1)
	p662: true (1)
	p663: true (1)
	p664: true (1)
	p665: true (1)
	p666: true (1)
	p667: true (1)
	p668: true (1)
	p669: true (1)
	p670: true (1)
	p671: true (1)
	p672: true (1)
	p673: true (1)
	p674: true (1)
	p675: true (1)
	p676: true (1)
	p677: true (1)
	p678: true (1)
	p679: true (1)
	p680: true (1)
	p681: true (1)
	p682: true (1)
	p683: true (1)
	p684: true (1)
	p685: true (1)
	p686: true (1)
	p687: true (1)
	p688: true (1)
	p689: true (1)
	p690: true (1)
	p691: true (1)
	p692: true (1)
	p693: true (1)
	p694: true (1)
	p695: true (1)
	p696: true (1)
	p697: true (1)
	p698: true (1)
	p699: true (1)
	p700: true (1)
	p701: true (1)
	p702: true (1)
	p703: true (1)
	p704: true (1)
	p705: true (1)
	p706: true (1)
	p707: true (1)
	p708: true (1)
	p709: true (1)
	p710: true (1)
	p711: true (1)
	p712: true (1)
	p713: true (1)
	p714: true (1)
	p715: true (1)
	p716: true (1)
	p717: true (1)
	p718: true (1)
	p719: true (1)
	p720: true (1)
	p721: true (1)
	p722: true (1)
	p723: true (1)
	p724: true (1)
	p725: true (1)
	p726: true (1)
	p727: true (1)
	p728: true (1)
	p729: true (1)
	p730: true (1)
	p731: true (1)
	p732: true (1)
	p733: true (1)
	p734: true (1)
	p735: true (1)
	p736: true (1)
	p737: true (1)
	p738: true (1)
	p739: true (1)
	p740: true (1)
	p741: true (1)
	p742: true (1)
	p743: true (1)
	p744: true (1)
	p745: true (1)
	p746: true (1)
	p747: true (1)
	p748: true (1)
	p749: true (1)
	p750: true (1)
	p751: true (1)
	p752: true (1)
	p753: true (1)
	p754: true (1)
	p755: true (1)
	p756: true (1)
	p757: true (1)
	p758: true (1)
	p759: true (1)
	p760: true (1)
	p761: true (1)
	p762: true (1)
	p763: true (1)
	p764: true (1)
	p765: true (1)
	p766: true (1)
	p767: true (1)
	p768: true (1)
	p769: true (1)
	p770: true (1)
	p771: true (1)
	p772: true (1)
	p773: true (1)
	p774: true (1)
	p775: true (1)
	p776: true (1)
	p777: true (1)
	p778: true (1)
	p779: true (1)
	p780: true (1)
	p781: true (1)
	p782: true (1)
	p783: true (1)
	p784: true (1)
	p785: true (1)
	p786: true (1)
	p787: true (1)
	p788: true (1)
	p789: true (1)
	p790: true (1)
	p791: true (1)
	p792: true (1)
	p793: true (1)
	p794: true (1)
	p795: true (1)
	p796: true (1)
	p797: true (1)
	p798: true (1)
	p799: true (1)
	p800: true (1)
	p801: true (1)
	p802: true (1)
	p803: true (1)
	p804: true (1)
	p805: true (1)
	p806: true (1)
	p807: true (1)
	p808: true (1)
	p809: true (1)
	p810: true (1)
	p811: true (1)
	p812: true (1)
	p813: true (1)
	p814: true (1)
	p815: true (1)
	p816: true (1)
	p817: true (1)
	p818: true (1)
	p819: true (1)
	p820: true (1)
	p821: true (1)
	p822: true (1)
	p823: true (1)
	p824: true (1)
	p825: true (1)
	p826: true (1)
	p827: true (1)
	p828: true (1)
	p829: true (1)
	p830: true (1)
	p831: true (1)
	p832: true (1)
	p833: true (1)
	p834: true (1)
	p835: true (1)
	p836: true (1)
	p837: true (1)
	p838: true (1)
	p839: true (1)
	p840: true (1)
	p841: true (1)
	p842: true (1)
	p843: true (1)
	p844: true (1)
	p845: true (1)
	p846: true (1)
	p847: true (1)
	p848: true (1)
	p849: true (1)
	p850: true (1)
	p851: true (1)
	p852: true (1)
	p853: true (1)
	p854: true (1)
	p855: true (1)
	p856: true (1)
	p857: true (1)
	p858: true (1)
	p859: true (1)
	p860: true (1)
	p861: true (1)
	p862: true (1)
	p863: true (1)
	p864: true (1)
	p865: true (1)
	p866: true (1)
	p867: true (1)
	p868: true (1)
	p869: true (1)
	p870: true (1)
	p871: true (1)
	p872: true (1)
	p873: true (1)
	p874: true (1)
	p875: true (1)
	p876: true (1)
	p877: true (1)
	p878: true (1)
	p879: true (1)
	p880: true (1)
	p881: true (1)
	p882: true (1)
	p883: true (1)
	p884: true (1)
	p885: true (1)
	p886: true (1)
	p887: true (1)
	p888: true (1)
	p889: true (1)
	p890: true (1)
	p891: true (1)
	p892: true (1)
	p893: true (1)
	p894: true (1)
	p895: true (1)
	p896: true (1)
	p897: true (1)
	p898: true (1)
	p899: true (1)
	p900: true (1)
	p901: true (1)
	p902: true (1)
	p903: true (1)
	p904: true (1)
	p905: true (1)
	p906: true (1)
	p907: true (1)
	p908: true (1)
	p909: true (1)
	p910: true (1)
	p911: true (1)
	p912: true (1)
	p913: true (1)
	p914: true (1)
	p915: true (1)
	p916: true (1)
	p917: true (1)
	p918: true (1)
	p919: true (1)
	p920: true (1)
	p921: true (1)
	p922: true (1)
	p923: true (1)
	p924: true (1)
	p925: true (1)
	p926: true (1)
	p927: true (1)
	p928: true (1)
	p929: true (1)
	p930: true (1)
	p931: true (1)
	p932: true (1)
	p933: true (1)
	p934: true (1)
	p935: true (1)
	p936: true (1)
	p937: true (1)
	p938: true (1)
	p939: true (1)
	p940: true (1)
	p941: true (1)
	p942: true (1)
	p943: true (1)
	p944: true (1)
	p945: true (1)
	p946: true (1)
	p947: true (1)
	p948: true (1)
	p949: true (1)
	p950: true (1)
	p951: true (1)
	p952: true (1)
	p953: true (1)
	p954: true (1)
	p955: true (1)
	p956: true (1)
	p957: true (1)
	p958: true (1)
	p959: true (1)
	p960: true (1)
	p961: true (1)
	p962: true (1)
	p963: true (1)
	p964: true (1)
	p965: true (1)
	p966: true (1)
	p967: true (1)
	p968: true (1)
	p969: true (1)
	p970: true (1)
	p971: true (1)
	p972: true (1)
	p973: true (1)
	p974: true (1)
	p975: true (1)
	p976: true (1)
	p977: true (1)
	p978: true (1)
	p979: true (1)
	p980: true (1)
	p981: true (1)
	p982: true (1)
	p983: true (1)
	p984: true (1)
	p985: true (1)
	p986: true (1)
	p987: true (1)
	p988: true (1)
	p989: true (1)
	p990: true (1)
	p991: true (1)
	p992: true (1)
	p993: true (1)
	p994: true (1)
	p995: true (1)
	p996: true (1)
	p997: true (1)
	p998: true (1)
	p999: true (1)
	p1000: true (1)
	p1001: true (1)
	p1002: true (1)
	p1003: true (1)
	p1004: true (1)
	p1005: true (1)
	p1006: true (1)
	p1007: true (1)
	p1008: true (1)
	p1009: true (1)
	p1010: true (1)
	p1011: true (1)
	p1012: true (1)
	p1013: true (1)
	p1014: true (1)
	p1015: true (1)
	p1016: true (1)
	p1017: true (1)
	p1018: true (1)
	p1019: true (1)
	p1020: true (1)
	p1021: true (1)
	p1022: true (1)
	p1023: true (1)
	p1024: true (1)
	p1025: true (1)
	p1026: true (1)
	p1027: true (1)
	p1028: true (1)
	p1029: true (1)
	p1030: true (1)
	p1031: true (1)
	p1032: true (1)
	p1033: true (1)
	p1034: true (1)
	p1035: true (1)
	p1036: true (1)
	p1037: true (1)
	p1038: true (1)
	p1039: true (1)
	p1040: true (1)
	p1041: true (1)
	p1042: true (1)
	p1043: true (1)
	p1044: true (1)
	p1045: true (1)
	p1046: true (1)
	p1047: true (1)
	p1048: true (1)
	p1049: true (1)
	p1050: true (1)
	p1051: true (1)
	p1052: true (1)
	p1053: true (1)
	p1054: true (1)
	p1055: true (1)
	p1056: true (1)
	p1057: true (1)
	p1058: true (1)
	p1059: true (1)
	p1060: true (1)
	p1061: true (1)
	p1062: true (1)
	p1063: true (1)
	p1064: true (1)
	p1065: true (1)
	p1066: true (1)
	p1067: true (1)
	p1068: true (1)
	p1069: true (1)
	p1070: true (1)
	p1071: true (1)
	p1072: true (1)
	p1073: true (1)
	p1074: true (1)
	p1075: true (1)
	p1076: true (1)
	p1077: true (1)
	p1078: true (1)
	p1079: true (1)
	p1080: true (1)
	p1081: true (1)
	p1082: true (1)
	p1083: true (1)
	p1084: true (1)
	p1085: true (1)
	p1086: true (1)
	p1087: true (1)
	p1088: true (1)
	p1089: true (1)
	p1090: true (1)
	p1091: true (1)
	p1092: true (1)
	p1093: true (1)
	p1094: true (1)
	p1095: true (1)
	p1096: true (1)
	p1097: true (1)
	p1098: true (1)
	p1099: true (1)
	p1100: true (1)
	p1101: true (1)
	p1102: true (1)
	p1103: true (1)
	p1104: true (1)
	p1105: true (1)
	p1106: true (1)
	p1107: true (1)
	p1108: true (1)
	p1109: true (1)
	p1110: true (1)
	p1111: true (1)
	p1112: true (1)
	p1113: true (1)
	p1114: true (1)
	p1115: true (1)
	p1116: true (1)
	p1117: true (1)
	p1118: true (1)
	p1119: true (1)
	p1120: true (1)
	p1121: true (1)
	p1122: true (1)
	p1123: true (1)
	p1124: true (1)
	p1125: true (1)
	p1126: true (1)
	p1127: true (1)
	p1128: true (1)
	p1129: true (1)
	p1130: true (1)
	p1131: true (1)
	p1132: true (1)
	p1133: true (1)
	p1134: true (1)
	p1135: true (1)
	p1136: true (1)
	p1137: true (1)
	p1138: true (1)
	p1139: true (1)
	p1140: true (1)
	p1141: true (1)
	p1142: true (1)
	p1143: true (1)
	p1144: true (1)
	p1145: true (1)
	p1146: true (1)
	p1147: true (1)
	p1148: true (1)
	p1149: true (1)
	p1150: true (1)
	p1151: true (1)
	p1152: true (1)
	p1153: true (1)
	p1154: true (1)
	p1155: true (1)
	p1156: true (1)
	p1157: true (1)
	p1158: true (1)
	p1159: true (1)
	p1160: true (1)
	p1161: true (1)
	p1162: true (1)
	p1163: true (1)
	p1164: true (1)
	p1165: true (1)
	p1166: true (1)
	p1167: true (1)
	p1168: true (1)
	p1169: true (1)
	p1170: true (1)
	p1171: true (1)
	p1172: true (1)
	p1173: true (1)
	p1174: true (1)
	p1175: true (1)
	p1176: true (1)
	p1177: true (1)
	p1178: true (1)
	p1179: true (1)
	p1180: true (1)
	p1181: true (1)
	p1182: true (1)
	p1183: true (1)
	p1184: true (1)
	p1185: true (1)
	p1186: true (1)
	p1187: true (1)
	p1188: true (1)
	p1189: true (1)
	p1190: true (1)
	p1191: true (1)
	p1192: true (1)
	p1193: true (1)
	p1194: true (1)
	p1195: true (1)
	p1196: true (1)
	p1197: true (1)
	p1198: true (1)
	p1199: true (1)
	p1200: true (1)
	p1201: true (1)
	p1202: true (1)
	p1203: true (1)
	p1204: true (1)
	p1205: true (1)
	p1206: true (1)
	p1207: true (1)
	p1208: true (1)
	p1209: true (1)
	p1210: true (1)
	p1211: true (1)
	p1212: true (1)
	p1213: true (1)
	p1214: true (1)
	p1215: true (1)
	p1216: true (1)
	p1217: true (1)
	p1218: true (1)
	p1219: true (1)
	p1220: true (1)
	p1221: true (1)
	p1222: true (1)
	p1223: true (1)
	p1224: true (1)
	p1225: true (1)
	p1226: true (1)
	p1227: true (1)
	p1228: true (1)
	p1229: true (1)
	p1230: true (1)
	p1231: true (1)
	p1232: true (1)
	p1233: true (1)
	p1234: true (1)
	p1235: true (1)
	p1236: true (1)
	p1237: true (1)
	p1238: true (1)
	p1239: true (1)
	p1240: true (1)
	p1241: true (1)
	p1242: true (1)
	p1243: true (1)
	p1244: true (1)
	p1245: true (1)
	p1246: true (1)
	p1247: true (1)
	p1248: true (1)
	p1249: true (1)
	p1250: true (1)
	p1251: true (1)
	p1252: true (1)
	p1253: true (1)
	p1254: true (1)
	p1255: true (1)
	p1256: true (1)
	p1257: true (1)
	p1258: true (1)
	p1259: true (1)
	p1260: true (1)
	p1261: true (1)
	p1262: true (1)
	p1263: true (1)
	p1264: true (1)
	p1265: true (1)
	p1266: true (1)
	p1267: true (1)
	p1268: true (1)
	p1269: true (1)
	p1270: true (1)
	p1271: true (1)
	p1272: true (1)
	p1273: true (1)
	p1274: true (1)
	p1275: true (1)
	p1276: true (1)
	p1277: true (1)
	p1278: true (1)
	p1279: true (1)
	p1280: true (1)
	p1281: true (1)
	p1282: true (1)
	p1283: true (1)
	p1284: true (1)
	p1285: true (1)
	p1286: true (1)
	p1287: true (1)
	p1288: true (1)
	p1289: true (1)
	p1290: true (1)
	p1291: true (1)
	p1292: true (1)
	p1293: true (1)
	p1294: true (1)
	p1295: true (1)
	p1296: true (1)
	p1297: true (1)
	p1298: true (1)
	p1299: true (1)
	p1300: true (1)
	p1301: true (1)
	p1302: true (1)
	p1303: true (1)
	p1304: true (1)
	p1305: true (1)
	p1306: true (1)
	p1307: true (1)
	p1308: true (1)
	p1309: true (1)
	p1310: true (1)
	p1311: true (1)
	p1312: true (1)
	p1313: true (1)
	p1314: true (1)
	p1315: true (1)
	p1316: true (1)
	p1317: true (1)
	p1318: true (1)
	p1319: true (1)
	p1320: true (1)
	p1321: true (1)
	p1322: true (1)
	p1323: true (1)
	p1324: true (1)
	p1325: true (1)
	p1326: true (1)
	p1327: true (1)
	p1328: true (1)
	p1329: true (1)
	p1330: true (1)
	p1331: true (1)
	p1332: true (1)
	p1333: true (1)
	p1334: true (1)
	p1335: true (1)
	p1336: true (1)
	p1337: true (1)
	p1338: true (1)
	p1339: true (1)
	p1340: true (1)
	p1341: true (1)
	p1342: true (1)
	p1343: true (1)
	p1344: true (1)
	p1345: true (1)
	p1346: true (1)
	p1347: true (1)
	p1348: true (1)
	p1349: true (1)
	p1350: true (1)
	p1351: true (1)
	p1352: true (1)
	p1353: true (1)
	p1354: true (1)
	p1355: true (1)
	p1356: true (1)
	p1357: true (1)
	p1358: true (1)
	p1359: true (1)
	p1360: true (1)
	p1361: true (1)
	p1362: true (1)
	p1363: true (1)
	p1364: true (1)
	p1365: true (1)
	p1366: true (1)
	p1367: true (1)
	p1368: true (1)
	p1369: true (1)
	p1370: true (1)
	p1371: true (1)
	p1372: true (1)
	p1373: true (1)
	p1374: true (1)
	p1375: true (1)
	p1376: true (1)
	p1377: true (1)
	p1378: true (1)
	p1379: true (1)
	p1380: true (1)
	p1381: true (1)
	p1382: true (1)
	p1383: true (1)
	p1384: true (1)
	p1385: true (1)
	p1386: true (1)
	p1387: true (1)
	p1388: true (1)
	p1389: true (1)
	p1390: true (1)
	p1391: true (1)
	p1392: true (1)
	p1393: true (1)
	p1394: true (1)
	p1395: true (1)
	p1396: true (1)
	p1397: true (1)
	p1398: true (1)
	p1399: true (1)
	p1400: true (1)
	p1401: true (1)
	p1402: true (1)
	p1403: true (1)
	p1404: true (1)
	p1405: true (1)
	p1406: true (1)
	p1407: true (1)
	p1408: true (1)
	p1409: true (1)
	p1410: true (1)
	p1411: true (1)
	p1412: true (1)
	p1413: true (1)
	p1414: true (1)
	p1415: true (1)
	p1416: true (1)
	p1417: true (1)
	p1418: true (1)
	p1419: true (1)
	p1420: true (1)
	p1421: true (1)
	p1422: true (1)
	p1423: true (1)
	p1424: true (1)
	p1425: true (1)
	p1426: true (1)
	p1427: true (1)
	p1428: true (1)
	p1429: true (1)
	p1430: true (1)
	p1431: true (1)
	p1432: true (1)
	p1433: true (1)
	p1434: true (1)
	p1435: true (1)
	p1436: true (1)
	p1437: true (1)
	p1438: true (1)
	p1439: true (1)
	p1440: true (1)
	p1441: true (1)
	p1442: true (1)
	p1443: true (1)
	p1444: true (1)
	p1445: true (1)
	p1446: true (1)
	p1447: true (1)
	p1448: true (1)
	p1449: true (1)
	p1450: true (1)
	p1451: true (1)
	p1452: true (1)
	p1453: true (1)
	p1454: true (1)
	p1455: true (1)
	p1456: true (1)
	p1457: true (1)
	p1458: true (1)
	p1459: true (1)
	p1460: true (1)
	p1461: true (1)
	p1462: true (1)
	p1463: true (1)
	p1464: true (1)
	p1465: true (1)
	p1466: true (1)
	p1467: true (1)
	p1468: true (1)
	p1469: true (1)
	p1470: true (1)
	p1471: true (1)
	p1472: true (1)
	p1473: true (1)
	p1474: true (1)
	p1475: true (1)
	p1476: true (1)
	p1477: true (1)
	p1478: true (1)
	p1479: true (1)
	p1480: true (1)
	p1481: true (1)
	p1482: true (1)
	p1483: true (1)
	p1484: true (1)
	p1485: true (1)
	p1486: true (1)
	p1487: true (1)
	p1488: true (1)
	p1489: true (1)
	p1490: true (1)
	p1491: true (1)
	p1492: true (1)
	p1493: true (1)
	p1494: true (1)
	p1495: true (1)
	p1496: true (1)
	p1497: true (1)
	p1498: true (1)
	p1499: true (1)
	p1500: true (1)
	p1501: true (1)
	p1502: true (1)
	p1503: true (1)
	p1504: true (1)
	p1505: true (1)
	p1506: true (1)
	p1507: true (1)
	p1508: true (1)
	p1509: true (1)
	p1510: true (1)
	p1511: true (1)
	p1512: true (1)
	p1513: true (1)
	p1514: true (1)
	p1515: true (1)
	p1516: true (1)
	p1517: true (1)
	p1518: true (1)
	p1519: true (1)
	p1520: true (1)
	p1521: true (1)
	p1522: true (1)
	p1523: true (1)
	p1524: true (1)
	p1525: true (1)
	p1526: true (1)
	p1527: true (1)
	p1528: true (1)
	p1529: true (1)
	p1530: true (1)
	p1531: true (1)
	p1532: true (1)
	p1533: true (1)
	p1534: true (1)
	p1535: true (1)
	p1536: true (1)
	p1537: true (1)
	p1538: true (1)
	p1539: true (1)
	p1540: true (1)
	p1541: true (1)
	p1542: true (1)
	p1543: true (1)
	p1544: true (1)
	p1545: true (1)
	p1546: true (1)
	p1547: true (1)
	p1548: true (1)
	p1549: true (1)
	p1550: true (1)
	p1551: true (1)
	p1552: true (1)
	p1553: true (1)
	p1554: true (1)
	p1555: true (1)
	p1556: true (1)
	p1557: true (1)
	p1558: true (1)
	p1559: true (1)
	p1560: true (1)
	p1561: true (1)
	p1562: true (1)
	p1563: true (1)
	p1564: true (1)
	p1565: true (1)
	p1566: true (1)
	p1567: true (1)
	p1568: true (1)
	p1569: true (1)
	p1570: true (1)
	p1571: true (1)
	p1572: true (1)
	p1573: true (1)
	p1574: true (1)
	p1575: true (1)
	p1576: true (1)
	p1577: true (1)
	p1578: true (1)
	p1579: true (1)
	p1580: true (1)
	p1581: true (1)
	p1582: true (1)
	p1583: true (1)
	p1584: true (1)
	p1585: true (1)
	p1586: true (1)
	p1587: true (1)
	p1588: true (1)
	p1589: true (1)
	p1590: true (1)
	p1591: true (1)
	p1592: true (1)
	p1593: true (1)
	p1594: true (1)
	p1595: true (1)
	p1596: true (1)
	p1597: true (1)
	p1598: true (1)
	p1599: true (1)
	p1600: true (1)
	p1601: true (1)
	p1602: true (1)
	p1603: true (1)
	p1604: true (1)
	p1605: true (1)
	p1606: true (1)
	p1607: true (1)
	p1608: true (1)
	p1609: true (1)
	p1610: true (1)
	p1611: true (1)
	p1612: true (1)
	p1613: true (1)
	p1614: true (1)
	p1615: true (1)
	p1616: true (1)
	p1617: true (1)
	p1618: true (1)
	p1619: true (1)
	p1620: true (1)
	p1621: true (1)
	p1622: true (1)
	p1623: true (1)
	p1624: true (1)
	p1625: true (1)
	p1626: true (1)
	p1627: true (1)
	p1628: true (1)
	p1629: true (1)
	p1630: true (1)
	p1631: true (1)
	p1632: true (1)
	p1633: true (1)
	p1634: true (1)
	p1635: true (1)
	p1636: true (1)
	p1637: true (1)
	p1638: true (1)
	p1639: true (1)
	p1640: true (1)
	p1641: true (1)
	p1642: true (1)
	p1643: true (1)
	p1644: true (1)
	p1645: true (1)
	p1646: true (1)
	p1647: true (1)
	p1648: true (1)
	p1649: true (1)
	p1650: true (1)
	p1651: true (1)
	p1652: true (1)
	p1653: true (1)
	p1654: true (1)
	p1655: true (1)
	p1656: true (1)
	p1657: true (1)
	p1658: true (1)
	p1659: true (1)
	p1660: true (1)
	p1661: true (1)
	p1662: true (1)
	p1663: true (1)
	p1664: true (1)
	p1665: true (1)
	p1666: true (1)
	p1667: true (1)
	p1668: true (1)
	p1669: true (1)
	p1670: true (1)
	p1671: true (1)
	p1672: true (1)
	p1673: true (1)
	p1674: true (1)
	p1675: true (1)
	p1676: true (1)
	p1677: true (1)
	p1678: true (1)
	p1679: true (1)
	p1680: true (1)
	p1681: true (1)
	p1682: true (1)
	p1683: true (1)
	p1684: true (1)
	p1685: true (1)
	p1686: true (1)
	p1687: true (1)
	p1688: true (1)
	p1689: true (1)
	p1690: true (1)
	p1691: true (1)
	p1692: true (1)
	p1693: true (1)
	p1694: true (1)
	p1695: true (1)
	p1696: true (1)
	p1697: true (1)
	p1698: true (1)
	p1699: true (1)
	p1700: true (1)
	p1701: true (1)
	p1702: true (1)
	p1703: true (1)
	p1704: true (1)
	p1705: true (1)
	p1706: true (1)
	p1707: true (1)
	p1708: true (1)
	p1709: true (1)
	p1710: true (1)
	p1711: true (1)
	p1712: true (1)
	p1713: true (1)
	p1714: true (1)
	p1715: true (1)
	p1716: true (1)
	p1717: true (1)
	p1718: true (1)
	p1719: true (1)
	p1720: true (1)
	p1721: true (1)
	p1722: true (1)
	p1723: true (1)
	p1724: true (1)
	p1725: true (1)
	p1726: true (1)
	p1727: true (1)
	p1728: true (1)
	p1729: true (1)
	p1730: true (1)
	p1731: true (1)
	p1732: true (1)
	p1733: true (1)
	p1734: true (1)
	p1735: true (1)
	p1736: true (1)
	p1737: true (1)
	p1738: true (1)
	p1739: true (1)
	p1740: true (1)
	p1741: true (1)
	p1742: true (1)
	p1743: true (1)
	p1744: true (1)
	p1745: true (1)
	p1746: true (1)
	p1747: true (1)
	p1748: true (1)
	p1749: true (1)
	p1750: true (1)
	p1751: true (1)
	p1752: true (1)
	p1753: true (1)
	p1754: true (1)
	p1755: true (1)
	p1756: true (1)
	p1757: true (1)
	p1758: true (1)
	p1759: true (1)
	p1760: true (1)
	p1761: true (1)
	p1762: true (1)
	p1763: true (1)
	p1764: true (1)
	p1765: true (1)
	p1766: true (1)
	p1767: true (1)
	p1768: true (1)
	p1769: true (1)
	p1770: true (1)
	p1771: true (1)
	p1772: true (1)
	p1773: true (1)
	p1774: true (1)
	p1775: true (1)
	p1776: true (1)
	p1777: true (1)
	p1778: true (1)
	p1779: true (1)
	p1780: true (1)
	p1781: true (1)
	p1782: true (1)
	p1783: true (1)
	p1784: true (1)
	p1785: true (1)
	p1786: true (1)
	p1787: true (1)
	p1788: true (1)
	p1789: true (1)
	p1790: true (1)
	p1791: true (1)
	p1792: true (1)
	p1793: true (1)
	p1794: true (1)
	p1795: true (1)
	p1796: true (1)
	p1797: true (1)
	p1798: true (1)
	p1799: true (1)
	p1800: true (1)
	p1801: true (1)
	p1802: true (1)
	p1803: true (1)
	p1804: true (1)
	p1805: true (1)
	p1806: true (1)
	p1807: true (1)
	p1808: true (1)
	p1809: true (1)
	p1810: true (1)
	p1811: true (1)
	p1812: true (1)
	p1813: true (1)
	p1814: true (1)
	p1815: true (1)
	p1816: true (1)
	p1817: true (1)
	p1818: true (1)
	p1819: true (1)
	p1820: true (1)
	p1821: true (1)
	p1822: true (1)
	p1823: true (1)
	p1824: true (1)
	p1825: true (1)
	p1826: true (1)
	p1827: true (1)
	p1828: true (1)
	p1829: true (1)
	p1830: true (1)
	p1831: true (1)
	p1832: true (1)
	p1833: true (1)
	p1834: true (1)
	p1835: true (1)
	p1836: true (1)
	p1837: true (1)
	p1838: true (1)
	p1839: true (1)
	p1840: true (1)
	p1841: true (1)
	p1842: true (1)
	p1843: true (1)
	p1844: true (1)
	p1845: true (1)
	p1846: true (1)
	p1847: true (1)
	p1848: true (1)
	p1849: true (1)
	p1850: true (1)
	p1851: true (1)
	p1852: true (1)
	p1853: true (1)
	p1854: true (1)
	p1855: true (1)
	p1856: true (1)
	p1857: true (1)
	p1858: true (1)
	p1859: true (1)
	p1860: true (1)
	p1861: true (1)
	p1862: true (1)
	p1863: true (1)
	p1864: true (1)
	p1865: true (1)
	p1866: true (1)
	p1867: true (1)
	p1868: true (1)
	p1869: true (1)
	p1870: true (1)
	p1871: true (1)
	p1872: true (1)
	p1873: true (1)
	p1874: true (1)
	p1875: true (1)
	p1876: true (1)
	p1877: true (1)
	p1878: true (1)
	p1879: true (1)
	p1880: true (1)
	p1881: true (1)
	p1882: true (1)
	p1883: true (1)
	p1884: true (1)
	p1885: true (1)
	p1886: true (1)
	p1887: true (1)
	p1888: true (1)
	p1889: true (1)
	p1890: true (1)
	p1891: true (1)
	p1892: true (1)
	p1893: true (1)
	p1894: true (1)
	p1895: true (1)
	p1896: true (1)
	p1897: true (1)
	p1898: true (1)
	p1899: true (1)
	p1900: true (1)
	p1901: true (1)
	p1902: true (1)
	p1903: true (1)
	p1904: true (1)
	p1905: true (1)
	p1906: true (1)
	p1907: true (1)
	p1908: true (1)
	p1909: true (1)
	p1910: true (1)
	p1911: true (1)
	p1912: true (1)
	p1913: true (1)
	p1914: true (1)
	p1915: true (1)
	p1916: true (1)
	p1917: true (1)
	p1918: true (1)
	p1919: true (1)
	p1920: true (1)
	p1921: true (1)
	p1922: true (1)
	p1923: true (1)
	p1924: true (1)
	p1925: true (1)
	p1926: true (1)
	p1927: true (1)
	p1928: true (1)
	p1929: true (1)
	p1930: true (1)
	p1931: true (1)
	p1932: true (1)
	p1933: true (1)
	p1934: true (1)
	p1935: true (1)
	p1936: true (1)
	p1937: true (1)
	p1938: true (1)
	p1939: true (1)
	p1940: true (1)
	p1941: true (1)
	p1942: true (1)
	p1943: true (1)
	p1944: true (1)
	p1945: true (1)
	p1946: true (1)
	p1947: true (1)
	p1948: true (1)
	p1949: true (1)
	p1950: true (1)
	p1951: true (1)
	p1952: true (1)
	p1953: true (1)
	p1954: true (1)
	p1955: true (1)
	p1956: true (1)
	p1957: true (1)
	p1958: true (1)
	p1959: true (1)
	p1960: true (1)
	p1961: true (1)
	p1962: true (1)
	p1963: true (1)
	p1964: true (1)
	p1965: true (1)
	p1966: true (1)
	p1967: true (1)
	p1968: true (1)
	p1969: true (1)
	p1970: true (1)
	p1971: true (1)
	p1972: true (1)
	p1973: true (1)
	p1974: true (1)
	p1975: true (1)
	p1976: true (1)
	p1977: true (1)
	p1978: true (1)
	p1979: true (1)
	p1980: true (1)
	p1981: true (1)
	p1982: true (1)
	p1983: true (1)
	p1984: true (1)
	p1985: true (1)
	p1986: true (1)
	p1987: true (1)
	p1988: true (1)
	p1989: true (1)
	p1990: true (1)
	p1991: true (1)
	p1992: true (1)
	p1993: true (1)
	p1994: true (1)
	p1995: true (1)
	p1996: true (1)
	p1997: true (1)
	p1998: true (1)
	p1999: true (1)
	p2000: true (1)
	p2001: true (1)
	p2002: true (1)
	p2003: true (1)
	p2004: true (1)
	p2005: true (1)
	p2006: true (1)
	p2007: true (1)
	p2008: true (1)
	p2009: true (1)
	p2010: true (1)
	p2011: true (1)
	p2012: true (1)
	p2013: true (1)
	p2014: true (1)
	p2015: true (1)
	p2016: true (1)
	p2017: true (1)
	p2018: true (1)
	p2019: true (1)
	p2020: true (1)
	p2021: true (1)
	p2022: true (1)
	p2023: true (1)
	p2024: true (1)
	p2025: true (1)
	p2026: true (1)
	p2027: true (1)
	p2028: true (1)
	p2029: true (1)
	p2030: true (1)
	p2031: true (1)
	p2032: true (1)
	p2033: true (1)
	p2034: true (1)
	p2035: true (1)
	p2036: true (1)
	p2037: true (1)
	p2038: true (1)
	p2039: true (1)
	p2040: true (1)
	p2041: true (1)
	p2042: true (1)
	p2043: true (1)
	p2044: true (1)
	p2045: true (1)
	p2046: true (1)
	p2047: true (1)
	p2048: true (1)
	p2049: true (1)
	p2050: true (1)
	p2051: true (1)
	p2052: true (1)
	p2053: true (1)
	p2054: true (1)
	p2055: true (1)
	p2056: true (1)
	p2057: true (1)
	p2058: true (1)
	p2059: true (1)
	p2060: true (1)
	p2061: true (1)
	p2062: true (1)
	p2063: true (1)
	p2064: true (1)
	p2065: true (1)
	p2066: true (1)
	p2067: true (1)
	p2068: true (1)
	p2069: true (1)
	p2070: true (1)
	p2071: true (1)
	p2072: true (1)
	p2073: true (1)
	p2074: true (1)
	p2075: true (1)
	p2076: true (1)
	p2077: true (1)
	p2078: true (1)
	p2079: true (1)
	p2080: true (1)
	p2081: true (1)
	p2082: true (1)
	p2083: true (1)
	p2084: true (1)
	p2085: true (1)
	p2086: true (1)
	p2087: true (1)
	p2088: true (1)
	p2089: true (1)
	p2090: true (1)
	p2091: true (1)
	p2092: true (1)
	p2093: true (1)
	p2094: true (1)
	p2095: true (1)
	p2096: true (1)
	p2097: true (1)
	p2098: true (1)
	p2099: true (1)
	p2100: true (1)
	p2101: true (1)
	p2102: true (1)
	p2103: true (1)
	p2104: true (1)
	p2105: true (1)
	p2106: true (1)
	p2107: true (1)
	p2108: true (1)
	p2109: true (1)
	p2110: true (1)
	p2111: true (1)
	p2112: true (1)
	p2113: true (1)
	p2114: true (1)
	p2115: true (1)
	p2116: true (1)
	p2117: true (1)
	p2118: true (1)
	p2119: true (1)
	p2120: true (1)
	p2121: true (1)
	p2122: true (1)
	p2123: true (1)
	p2124: true (1)
	p2125: true (1)
	p2126: true (1)
	p2127: true (1)
	p2128: true (1)
	p2129: true (1)
	p2130: true (1)
	p2131: true (1)
	p2132: true (1)
	p2133: true (1)
	p2134: true (1)
	p2135: true (1)
	p2136: true (1)
	p2137: true (1)
	p2138: true (1)
	p2139: true (1)
	p2140: true (1)
	p2141: true (1)
	p2142: true (1)
	p2143: true (1)
	p2144: true (1)
	p2145: true (1)
	p2146: true (1)
	p2147: true (1)
	p2148: true (1)
	p2149: true (1)
	p2150: true (1)
	p2151: true (1)
	p2152: true (1)
	p2153: true (1)
	p2154: true (1)
	p2155: true (1)
	p2156: true (1)
	p2157: true (1)
	p2158: true (1)
	p2159: true (1)
	p2160: true (1)
	p2161: true (1)
	p2162: true (1)
	p2163: true (1)
	p2164: true (1)
	p2165: true (1)
	p2166: true (1)
	p2167: true (1)
	p2168: true (1)
	p2169: true (1)
	p2170: true (1)
	p2171: true (1)
	p2172: true (1)
	p2173: true (1)
	p2174: true (1)
	p2175: true (1)
	p2176: true (1)
	p2177: true (1)
	p2178: true (1)
	p2179: true (1)
	p2180: true (1)
	p2181: true (1)
	p2182: true (1)
	p2183: true (1)
	p2184: true (1)
	p2185: true (1)
	p2186: true (1)
	p2187: true (1)
	p2188: true (1)
	p2189: true (1)
	p2190: true (1)
	p2191: true (1)
	p2192: true (1)
	p2193: true (1)
	p2194: true (1)
	p2195: true (1)
	p2196: true (1)
	p2197: true (1)
	p2198: true (1)
	p2199: true (1)
	p2200: true (1)
	p2201: true (1)
	p2202: true (1)
	p2203: true (1)
	p2204: true (1)
	p2205: true (1)
	p2206: true (1)
	p2207: true (1)
	p2208: true (1)
	p2209: true (1)
	p2210: true (1)
	p2211: true (1)
	p2212: true (1)
	p2213: true (1)
	p2214: true (1)
	p2215: true (1)
	p2216: true (1)
	p2217: true (1)
	p2218: true (1)
	p2219: true (1)
	p2220: true (1)
	p2221: true (1)
	p2222: true (1)
	p2223: true (1)
	p2224: true (1)
	p2225: true (1)
	p2226: true (1)
	p2227: true (1)
	p2228: true (1)
	p2229: true (1)
	p2230: true (1)
	p2231: true (1)
	p2232: true (1)
	p2233: true (1)
	p2234: true (1)
	p2235: true (1)
	p2236: true (1)
	p2237: true (1)
	p2238: true (1)
	p2239: true (1)
	p2240: true (1)
	p2241: true (1)
	p2242: true (1)
	p2243: true (1)
	p2244: true (1)
	p2245: true (1)
	p2246: true (1)
	p2247: true (1)
	p2248: true (1)
	p2249: true (1)
	p2250: true (1)
	p2251: true (1)
	p2252: true (1)
	p2253: true (1)
	p2254: true (1)
	p2255: true (1)
	p2256: true (1)
	p2257: true (1)
	p2258: true (1)
	p2259: true (1)
	p2260: true (1)
	p2261: true (1)
	p2262: true (1)
	p2263: true (1)
	p2264: true (1)
	p2265: true (1)
	p2266: true (1)
	p2267: true (1)
	p2268: true (1)
	p2269: true (1)
	p2270: true (1)
	p2271: true (1)
	p2272: true (1)
	p2273: true (1)
	p2274: true (1)
	p2275: true (1)
	p2276: true (1)
	p2277: true (1)
	p2278: true (1)
	p2279: true (1)
	p2280: true (1)
	p2281: true (1)
	p2282: true (1)
	p2283: true (1)
	p2284: true (1)
	p2285: true (1)
	p2286: true (1)
	p2287: true (1)
	p2288: true (1)
	p2289: true (1)
	p2290: true (1)
	p2291: true (1)
	p2292: true (1)
	p2293: true (1)
	p2294: true (1)
	p2295: true (1)
	p2296: true (1)
	p2297: true (1)
	p2298: true (1)
	p2299: true (1)
	p2300: true (1)
	p2301: true (1)
	p2302: true (1)
	p2303: true (1)
	p2304: true (1)
	p2305: true (1)
	p2306: true (1)
	p2307: true (1)
	p2308: true (1)
	p2309: true (1)
	p2310: true (1)
	p2311: true (1)
	p2312: true (1)
	p2313: true (1)
	p2314: true (1)
	p2315: true (1)
	p2316: true (1)
	p2317: true (1)
	p2318: true (1)
	p2319: true (1)
	p2320: true (1)
	p2321: true (1)
	p2322: true (1)
	p2323: true (1)
	p2324: true (1)
	p2325: true (1)
	p2326: true (1)
	p2327: true (1)
	p2328: true (1)
	p2329: true (1)
	p2330: true (1)
	p2331: true (1)
	p2332: true (1)
	p2333: true (1)
	p2334: true (1)
	p2335: true (1)
	p2336: true (1)
	p2337: true (1)
	p2338: true (1)
	p2339: true (1)
	p2340: true (1)
	p2341: true (1)
	p2342: true (1)
	p2343: true (1)
	p2344: true (1)
	p2345: true (1)
	p2346: true (1)
	p2347: true (1)
	p2348: true (1)
	p2349: true (1)
	p2350: true (1)
	p2351: true (1)
	p2352: true (1)
	p2353: true (1)
	p2354: true (1)
	p2355: true (1)
	p2356: true (1)
	p2357: true (1)
	p2358: true (1)
	p2359: true (1)
	p2360: true (1)
	p2361: true (1)
	p2362: true (1)
	p2363: true (1)
	p2364: true (1)
	p2365: true (1)
	p2366: true (1)
	p2367: true (1)
	p2368: true (1)
	p2369: true (1)
	p2370: true (1)
	p2371: true (1)
	p2372: true (1)
	p2373: true (1)
	p2374: true (1)
	p2375: true (1)
	p2376: true (1)
	p2377: true (1)
	p2378: true (1)
	p2379: true (1)
	p2380: true (1)
	p2381: true (1)
	p2382: true (1)
	p2383: true (1)
	p2384: true (1)
	p2385: true (1)
	p2386: true (1)
	p2387: true (1)
	p2388: true (1)
	p2389: true (1)
	p2390: true (1)
	p2391: true (1)
	p2392: true (1)
	p2393: true (1)
	p2394: true (1)
	p2395: true (1)
	p2396: true (1)
	p2397: true (1)
	p2398: true (1)
	p2399: true (1)
	p2400: true (1)
	p2401: true (1)
	p2402: true (1)
	p2403: true (1)
	p2404: true (1)
	p2405: true (1)
	p2406: true (1)
	p2407: true (1)
	p2408: true (1)
	p2409: true (1)
	p2410: true (1)
	p2411: true (1)
	p2412: true (1)
	p2413: true (1)
	p2414: true (1)
	p2415: true (1)
	p2416: true (1)
	p2417: true (1)
	p2418: true (1)
	p2419: true (1)
	p2420: true (1)
	p2421: true (1)
	p2422: true (1)
	p2423: true (1)
	p2424: true (1)
	p2425: true (1)
	p2426: true (1)
	p2427: true (1)
	p2428: true (1)
	p2429: true (1)
	p2430: true (1)
	p2431: true (1)
	p2432: true (1)
	p2433: true (1)
	p2434: true (1)
	p2435: true (1)
	p2436: true (1)
	p2437: true (1)
	p2438: true (1)
	p2439: true (1)
	p2440: true (1)
	p2441: true (1)
	p2442: true (1)
	p2443: true (1)
	p2444: true (1)
	p2445: true (1)
	p2446: true (1)
	p2447: true (1)
	p2448: true (1)
	p2449: true (1)
	p2450: true (1)
	p2451: true (1)
	p2452: true (1)
	p2453: true (1)
	p2454: true (1)
	p2455: true (1)
	p2456: true (1)
	p2457: true (1)
	p2458: true (1)
	p2459: true (1)
	p2460: true (1)
	p2461: true (1)
	p2462: true (1)
	p2463: true (1)
	p2464: true (1)
	p2465: true (1)
	p2466: true (1)
	p2467: true (1)
	p2468: true (1)
	p2469: true (1)
	p2470: true (1)
	p2471: true (1)
	p2472: true (1)
	p2473: true (1)
	p2474: true (1)
	p2475: true (1)
	p2476: true (1)
	p2477: true (1)
	p2478: true (1)
	p2479: true (1)
	p2480: true (1)
	p2481: true (1)
	p2482: true (1)
	p2483: true (1)
	p2484: true (1)
	p2485: true (1)
	p2486: true (1)
	p2487: true (1)
	p2488: true (1)
	p2489: true (1)
	p2490: true (1)
	p2491: true (1)
	p2492: true (1)
	p2493: true (1)
	p2494: true (1)
	p2495: true (1)
	p2496: true (1)
	p2497: true (1)
	p2498: true (1)
	p2499: true (1)
	p2500: true (1)
	p2501: true (1)
	p2502: true (1)
	p2503: true (1)
	p2504: true (1)
	p2505: true (1)
	p2506: true (1)
	p2507: true (1)
	p2508: true (1)
	p2509: true (1)
	p2510: true (1)
	p2511: true (1)
	p2512: true (1)
	p2513: true (1)
	p2514: true (1)
	p2515: true (1)
	p2516: true (1)
	p2517: true (1)
	p2518: true (1)
	p2519: true (1)
	p2520: true (1)
	p2521: true (1)
	p2522: true (1)
	p2523: true (1)
	p2524: true (1)
	p2525: true (1)
	p2526: true (1)
	p2527: true (1)
	p2528: true (1)
	p2529: true (1)
	p2530: true (1)
	p2531: true (1)
	p2532: true (1)
	p2533: true (1)
	p2534: true (1)
	p2535: true (1)
	p2536: true (1)
	p2537: true (1)
	p2538: true (1)
	p2539: true (1)
	p2540: true (1)
	p2541: true (1)
	p2542: true (1)
	p2543: true (1)
	p2544: true (1)
	p2545: true (1)
	p2546: true (1)
	p2547: true (1)
	p2548: true (1)
	p2549: true (1)
	p2550: true (1)
	p2551: true (1)
	p2552: true (1)
	p2553: true (1)
	p2554: true (1)
	p2555: true (1)
	p2556: true (1)
	p2557: true (1)
	p2558: true (1)
	p2559: true (1)
	p2560: true (1)
	p2561: true (1)
	p2562: true (1)
	p2563: true (1)
	p2564: true (1)
	p2565: true (1)
	p2566: true (1)
	p2567: true (1)
	p2568: true (1)
	p2569: true (1)
	p2570: true (1)
	p2571: true (1)
	p2572: true (1)
	p2573: true (1)
	p2574: true (1)
	p2575: true (1)
	p2576: true (1)
	p2577: true (1)
	p2578: true (1)
	p2579: true (1)
	p2580: true (1)
	p2581: true (1)
	p2582: true (1)
	p2583: true (1)
	p2584: true (1)
	p2585: true (1)
	p2586: true (1)
	p2587: true (1)
	p2588: true (1)
	p2589: true (1)
	p2590: true (1)
	p2591: true (1)
	p2592: true (1)
	p2593: true (1)
	p2594: true (1)
	p2595: true (1)
	p2596: true (1)
	p2597: true (1)
	p2598: true (1)
	p2599: true (1)
	p2600: true (1)
	p2601: true (1)
	p2602: true (1)
	p2603: true (1)
	p2604: true (1)
	p2605: true (1)
	p2606: true (1)
	p2607: true (1)
	p2608: true (1)
	p2609: true (1)
	p2610: true (1)
	p2611: true (1)
	p2612: true (1)
	p2613: true (1)
	p2614: true (1)
	p2615: true (1)
	p2616: true (1)
	p2617: true (1)
	p2618: true (1)
	p2619: true (1)
	p2620: true (1)
	p2621: true (1)
	p2622: true (1)
	p2623: true (1)
	p2624: true (1)
	p2625: true (1)
	p2626: true (1)
	p2627: true (1)
	p2628: true (1)
	p2629: true (1)
	p2630: true (1)
	p2631: true (1)
	p2632: true (1)
	p2633: true (1)
	p2634: true (1)
	p2635: true (1)
	p2636: true (1)
	p2637: true (1)
	p2638: true (1)
	p2639: true (1)
	p2640: true (1)
	p2641: true (1)
	p2642: true (1)
	p2643: true (1)
	p2644: true (1)
	p2645: true (1)
	p2646: true (1)
	p2647: true (1)
	p2648: true (1)
	p2649: true (1)
	p2650: true (1)
	p2651: true (1)
	p2652: true (1)
	p2653: true (1)
	p2654: true (1)
	p2655: true (1)
	p2656: true (1)
	p2657: true (1)
	p2658: true (1)
	p2659: true (1)
	p2660: true (1)
	p2661: true (1)
	p2662: true (1)
	p2663: true (1)
	p2664: true (1)
	p2665: true (1)
	p2666: true (1)
	p2667: true (1)
	p2668: true (1)
	p2669: true (1)
	p2670: true (1)
	p2671: true (1)
	p2672: true (1)
	p2673: true (1)
	p2674: true (1)
	p2675: true (1)
	p2676: true (1)
	p2677: true (1)
	p2678: true (1)
	p2679: true (1)
	p2680: true (1)
	p2681: true (1)
	p2682: true (1)
	p2683: true (1)
	p2684: true (1)
	p2685: true (1)
	p2686: true (1)
	p2687: true (1)
	p2688: true (1)
	p2689: true (1)
	p2690: true (1)
	p2691: true (1)
	p2692: true (1)
	p2693: true (1)
	p2694: true (1)
	p2695: true (1)
	p2696: true (1)
	p2697: true (1)
	p2698: true (1)
	p2699: true (1)
	p2700: true (1)
	p2701: true (1)
	p2702: true (1)
	p2703: true (1)
	p2704: true (1)
	p2705: true (1)
	p2706: true (1)
	p2707: true (1)
	p2708: true (1)
	p2709: true (1)
	p2710: true (1)
	p2711: true (1)
	p2712: true (1)
	p2713: true (1)
	p2714: true (1)
	p2715: true (1)
	p2716: true (1)
	p2717: true (1)
	p2718: true (1)
	p2719: true (1)
	p2720: true (1)
	p2721: true (1)
	p2722: true (1)
	p2723: true (1)
	p2724: true (1)
	p2725: true (1)
	p2726: true (1)
	p2727: true (1)
	p2728: true (1)
	p2729: true (1)
	p2730: true (1)
	p2731: true (1)
	p2732: true (1)
	p2733: true (1)
	p2734: true (1)
	p2735: true (1)
	p2736: true (1)
	p2737: true (1)
	p2738: true (1)
	p2739: true (1)
	p2740: true (1)
	p2741: true (1)
	p2742: true (1)
	p2743: true (1)
	p2744: true (1)
	p2745: true (1)
	p2746: true (1)
	p2747: true (1)
	p2748: true (1)
	p2749: true (1)
	p2750: true (1)
	p2751: true (1)
	p2752: true (1)
	p2753: true (1)
	p2754: true (1)
	p2755: true (1)
	p2756: true (1)
	p2757: true (1)
	p2758: true (1)
	p2759: true (1)
	p2760: true (1)
	p2761: true (1)
	p2762: true (1)
	p2763: true (1)
	p2764: true (1)
	p2765: true (1)
	p2766: true (1)
	p2767: true (1)
	p2768: true (1)
	p2769: true (1)
	p2770: true (1)
	p2771: true (1)
	p2772: true (1)
	p2773: true (1)
	p2774: true (1)
	p2775: true (1)
	p2776: true (1)
	p2777: true (1)
	p2778: true (1)
	p2779: true (1)
	p2780: true (1)
	p2781: true (1)
	p2782: true (1)
	p2783: true (1)
	p2784: true (1)
	p2785: true (1)
	p2786: true (1)
	p2787: true (1)
	p2788: true (1)
	p2789: true (1)
	p2790: true (1)
	p2791: true (1)
	p2792: true (1)
	p2793: true (1)
	p2794: true (1)
	p2795: true (1)
	p2796: true (1)
	p2797: true (1)
	p2798: true (1)
	p2799: true (1)
	p2800: true (1)
	p2801: true (1)
	p2802: true (1)
	p2803: true (1)
	p2804: true (1)
	p2805: true (1)
	p2806: true (1)
	p2807: true (1)
	p2808: true (1)
	p2809: true (1)
	p2810: true (1)
	p2811: true (1)
	p2812: true (1)
	p2813: true (1)
	p2814: true (1)
	p2815: true (1)
	p2816: true (1)
	p2817: true (1)
	p2818: true (1)
	p2819: true (1)
	p2820: true (1)
	p2821: true (1)
	p2822: true (1)
	p2823: true (1)
	p2824: true (1)
	p2825: true (1)
	p2826: true (1)
	p2827: true (1)
	p2828: true (1)
	p2829: true (1)
	p2830: true (1)
	p2831: true (1)
	p2832: true (1)
	p2833: true (1)
	p2834: true (1)
	p2835: true (1)
	p2836: true (1)
	p2837: true (1)
	p2838: true (1)
	p2839: true (1)
	p2840: true (1)
	p2841: true (1)
	p2842: true (1)
	p2843: true (1)
	p2844: true (1)
	p2845: true (1)
	p2846: true (1)
	p2847: true (1)
	p2848: true (1)
	p2849: true (1)
	p2850: true (1)
	p2851: true (1)
	p2852: true (1)
	p2853: true (1)
	p2854: true (1)
	p2855: true (1)
	p2856: true (1)
	p2857: true (1)
	p2858: true (1)
	p2859: true (1)
	p2860: true (1)
	p2861: true (1)
	p2862: true (1)
	p2863: true (1)
	p2864: true (1)
	p2865: true (1)
	p2866: true (1)
	p2867: true (1)
	p2868: true (1)
	p2869: true (1)
	p2870: true (1)
	p2871: true (1)
	p2872: true (1)
	p2873: true (1)
	p2874: true (1)
	p2875: true (1)
	p2876: true (1)
	p2877: true (1)
	p2878: true (1)
	p2879: true (1)
	p2880: true (1)
	p2881: true (1)
	p2882: true (1)
	p2883: true (1)
	p2884: true (1)
	p2885: true (1)
	p2886: true (1)
	p2887: true (1)
	p2888: true (1)
	p2889: true (1)
	p2890: true (1)
	p2891: true (1)
	p2892: true (1)
	p2893: true (1)
	p2894: true (1)
	p2895: true (1)
	p2896: true (1)
	p2897: true (1)
	p2898: true (1)
	p2899: true (1)
	p2900: true (1)
	p2901: true (1)
	p2902: true (1)
	p2903: true (1)
	p2904: true (1)
	p2905: true (1)
	p2906: true (1)
	p2907: true (1)
	p2908: true (1)
	p2909: true (1)
	p2910: true (1)
	p2911: true (1)
	p2912: true (1)
	p2913: true (1)
	p2914: true (1)
	p2915: true (1)
	p2916: true (1)
	p2917: true (1)
	p2918: true (1)
	p2919: true (1)
	p2920: true (1)
	p2921: true (1)
	p2922: true (1)
	p2923: true (1)
	p2924: true (1)
	p2925: true (1)
	p2926: true (1)
	p2927: true (1)
	p2928: true (1)
	p2929: true (1)
	p2930: true (1)
	p2931: true (1)
	p2932: true (1)
	p2933: true (1)
	p2934: true (1)
	p2935: true (1)
	p2936: true (1)
	p2937: true (1)
	p2938: true (1)
	p2939: true (1)
	p2940: true (1)
	p2941: true (1)
	p2942: true (1)
	p2943: true (1)
	p2944: true (1)
	p2945: true (1)
	p2946: true (1)
	p2947: true (1)
	p2948: true (1)
	p2949: true (1)
	p2950: true (1)
	p2951: true (1)
	p2952: true (1)
	p2953: true (1)
	p2954: true (1)
	p2955: true (1)
	p2956: true (1)
	p2957: true (1)
	p2958: true (1)
	p2959: true (1)
	p2960: true (1)
	p2961: true (1)
	p2962: true (1)
	p2963: true (1)
	p2964: true (1)
	p2965: true (1)
	p2966: true (1)
	p2967: true (1)
	p2968: true (1)
	p2969: true (1)
	p2970: true (1)
	p2971: true (1)
	p2972: true (1)
	p2973: true (1)
	p2974: true (1)
	p2975: true (1)
	p2976: true (1)
	p2977: true (1)
	p2978: true (1)
	p2979: true (1)
	p2980: true (1)
	p2981: true (1)
	p2982: true (1)
	p2983: true (1)
	p2984: true (1)
	p2985: true (1)
	p2986: true (1)
	p2987: true (1)
	p2988: true (1)
	p2989: true (1)
	p2990: true (1)
	p2991: true (1)
	p2992: true (1)
	p2993: true (1)
	p2994: true (1)
	p2995: true (1)
	p2996: true (1)
	p2997: true (1)
	p2998: true (1)
	p2999: true (1)
	p3000: true (1)
	p3001: true (1)
	p3002: true (1)
	p3003: true (1)
	p3004: true (1)
	p3005: true (1)
	p3006: true (1)
	p3007: true (1)
	p3008: true (1)
	p3009: true (1)
	p3010: true (1)
	p3011: true (1)
	p3012: true (1)
	p3013: true (1)
	p3014: true (1)
	p3015: true (1)
	p3016: true (1)
	p3017: true (1)
	p3018: true (1)
	p3019: true (1)
	p3020: true (1)
	p3021: true (1)
	p3022: true (1)
	p3023: true (1)
	p3024: true (1)
	p3025: true (1)
	p3026: true (1)
	p3027: true (1)
	p3028: true (1)
	p3029: true (1)
	p3030: true (1)
	p3031: true (1)
	p3032: true (1)
	p3033: true (1)
	p3034: true (1)
	p3035: true (1)
	p3036: true (1)
	p3037: true (1)
	p3038: true (1)
	p3039: true (1)
	p3040: true (1)
	p3041: true (1)
	p3042: true (1)
	p3043: true (1)
	p3044: true (1)
	p3045: true (1)
	p3046: true (1)
	p3047: true (1)
	p3048: true (1)
	p3049: true (1)
	p3050: true (1)
	p3051: true (1)
	p3052: true (1)
	p3053: true (1)
	p3054: true (1)
	p3055: true (1)
	p3056: true (1)
	p3057: true (1)
	p3058: true (1)
	p3059: true (1)
	p3060: true (1)
	p3061: true (1)
	p3062: true (1)
	p3063: true (1)
	p3064: true (1)
	p3065: true (1)
	p3066: true (1)
	p3067: true (1)
	p3068: true (1)
	p3069: true (1)
	p3070: true (1)
	p3071: true (1)
	p3072: true (1)
	p3073: true (1)
	p3074: true (1)
	p3075: true (1)
	p3076: true (1)
	p3077: true (1)
	p3078: true (1)
	p3079: true (1)
	p3080: true (1)
	p3081: true (1)
	p3082: true (1)
	p3083: true (1)
	p3084: true (1)
	p3085: true (1)
	p3086: true (1)
	p3087: true (1)
	p3088: true (1)
	p3089: true (1)
	p3090: true (1)
	p3091: true (1)
	p3092: true (1)
	p3093: true (1)
	p3094: true (1)
	p3095: true (1)
	p3096: true (1)
	p3097: true (1)
	p3098: true (1)
	p3099: true (1)
	p3100: true (1)
	p3101: true (1)
	p3102: true (1)
	p3103: true (1)
	p3104: true (1)
	p3105: true (1)
	p3106: true (1)
	p3107: true (1)
	p3108: true (1)
	p3109: true (1)
	p3110: true (1)
	p3111: true (1)
	p3112: true (1)
	p3113: true (1)
	p3114: true (1)
	p3115: true (1)
	p3116: true (1)
	p3117: true (1)
	p3118: true (1)
	p3119: true (1)
	p3120: true (1)
	p3121: true (1)
	p3122: true (1)
	p3123: true (1)
	p3124: true (1)
	p3125: true (1)
	p3126: true (1)
	p3127: true (1)
	p3128: true (1)
	p3129: true (1)
	p3130: true (1)
	p3131: true (1)
	p3132: true (1)
	p3133: true (1)
	p3134: true (1)
	p3135: true (1)
	p3136: true (1)
	p3137: true (1)
	p3138: true (1)
	p3139: true (1)
	p3140: true (1)
	p3141: true (1)
	p3142: true (1)
	p3143: true (1)
	p3144: true (1)
	p3145: true (1)
	p3146: true (1)
	p3147: true (1)
	p3148: true (1)
	p3149: true (1)
	p3150: true (1)
	p3151: true (1)
	p3152: true (1)
	p3153: true (1)
	p3154: true (1)
	p3155: true (1)
	p3156: true (1)
	p3157: true (1)
	p3158: true (1)
	p3159: true (1)
	p3160: true (1)
	p3161: true (1)
	p3162: true (1)
	p3163: true (1)
	p3164: true (1)
	p3165: true (1)
	p3166: true (1)
	p3167: true (1)
	p3168: true (1)
	p3169: true (1)
	p3170: true (1)
	p3171: true (1)
	p3172: true (1)
	p3173: true (1)
	p3174: true (1)
	p3175: true (1)
	p3176: true (1)
	p3177: true (1)
	p3178: true (1)
	p3179: true (1)
	p3180: true (1)
	p3181: true (1)
	p3182: true (1)
	p3183: true (1)
	p3184: true (1)
	p3185: true (1)
	p3186: true (1)
	p3187: true (1)
	p3188: true (1)
	p3189: true (1)
	p3190: true (1)
	p3191: true (1)
	p3192: true (1)
	p3193: true (1)
	p3194: true (1)
	p3195: true (1)
	p3196: true (1)
	p3197: true (1)
	p3198: true (1)
	p3199: true (1)
	p3200: true (1)
	p3201: true (1)
	p3202: true (1)
	p3203: true (1)
	p3204: true (1)
	p3205: true (1)
	p3206: true (1)
	p3207: true (1)
	p3208: true (1)
	p3209: true (1)
	p3210: true (1)
	p3211: true (1)
	p3212: true (1)
	p3213: true (1)
	p3214: true (1)
	p3215: true (1)
	p3216: true (1)
	p3217: true (1)
	p3218: true (1)
	p3219: true (1)
	p3220: true (1)
	p3221: true (1)
	p3222: true (1)
	p3223: true (1)
	p3224: true (1)
	p3225: true (1)
	p3226: true (1)
	p3227: true (1)
	p3228: true (1)
	p3229: true (1)
	p3230: true (1)
	p3231: true (1)
	p3232: true (1)
	p3233: true (1)
	p3234: true (1)
	p3235: true (1)
	p3236: true (1)
	p3237: true (1)
	p3238: true (1)
	p3239: true (1)
	p3240: true (1)
	p3241: true (1)
	p3242: true (1)
	p3243: true (1)
	p3244: true (1)
	p3245: true (1)
	p3246: true (1)
	p3247: true (1)
	p3248: true (1)
	p3249: true (1)
	p3250: true (1)
	p3251: true (1)
	p3252: true (1)
	p3253: true (1)
	p3254: true (1)
	p3255: true (1)
	p3256: true (1)
	p3257: true (1)
	p3258: true (1)
	p3259: true (1)
	p3260: true (1)
	p3261: true (1)
	p3262: true (1)
	p3263: true (1)
	p3264: true (1)
	p3265: true (1)
	p3266: true (1)
	p3267: true (1)
	p3268: true (1)
	p3269: true (1)
	p3270: true (1)
	p3271: true (1)
	p3272: true (1)
	p3273: true (1)
	p3274: true (1)
	p3275: true (1)
	p3276: true (1)
	p3277: true (1)
	p3278: true (1)
	p3279: true (1)
	p3280: true (1)
	p3281: true (1)
	p3282: true (1)
	p3283: true (1)
	p3284: true (1)
	p3285: true (1)
	p3286: true (1)
	p3287: true (1)
	p3288: true (1)
	p3289: true (1)
	p3290: true (1)
	p3291: true (1)
	p3292: true (1)
	p3293: true (1)
	p3294: true (1)
	p3295: true (1)
	p3296: true (1)
	p3297: true (1)
	p3298: true (1)
	p3299: true (1)
	p3300: true (1)
	p3301: true (1)
	p3302: true (1)
	p3303: true (1)
	p3304: true (1)
	p3305: true (1)
	p3306: true (1)
	p3307: true (1)
	p3308: true (1)
	p3309: true (1)
	p3310: true (1)
	p3311: true (1)
	p3312: true (1)
	p3313: true (1)
	p3314: true (1)
	p3315: true (1)
	p3316: true (1)
	p3317: true (1)
	p3318: true (1)
	p3319: true (1)
	p3320: true (1)
	p3321: true (1)
	p3322: true (1)
	p3323: true (1)
	p3324: true (1)
	p3325: true (1)
	p3326: true (1)
	p3327: true (1)
	p3328: true (1)
	p3329: true (1)
	p3330: true (1)
	p3331: true (1)
	p3332: true (1)
	p3333: true (1)
	p3334: true (1)
	p3335: true (1)
	p3336: true (1)
	p3337: true (1)
	p3338: true (1)
	p3339: true (1)
	p3340: true (1)
	p3341: true (1)
	p3342: true (1)
	p3343: true (1)
	p3344: true (1)
	p3345: true (1)
	p3346: true (1)
	p3347: true (1)
	p3348: true (1)
	p3349: true (1)
	p3350: true (1)
	p3351: true (1)
	p3352: true (1)
	p3353: true (1)
	p3354: true (1)
	p3355: true (1)
	p3356: true (1)
	p3357: true (1)
	p3358: true (1)
	p3359: true (1)
	p3360: true (1)
	p3361: true (1)
	p3362: true (1)
	p3363: true (1)
	p3364: true (1)
	p3365: true (1)
	p3366: true (1)
	p3367: true (1)
	p3368: true (1)
	p3369: true (1)
	p3370: true (1)
	p3371: true (1)
	p3372: true (1)
	p3373: true (1)
	p3374: true (1)
	p3375: true (1)
	p3376: true (1)
	p3377: true (1)
	p3378: true (1)
	p3379: true (1)
	p3380: true (1)
	p3381: true (1)
	p3382: true (1)
	p3383: true (1)
	p3384: true (1)
	p3385: true (1)
	p3386: true (1)
	p3387: true (1)
	p3388: true (1)
	p3389: true (1)
	p3390: true (1)
	p3391: true (1)
	p3392: true (1)
	p3393: true (1)
	p3394: true (1)
	p3395: true (1)
	p3396: true (1)
	p3397: true (1)
	p3398: true (1)
	p3399: true (1)
	p3400: true (1)
	p3401: true (1)
	p3402: true (1)
	p3403: true (1)
	p3404: true (1)
	p3405: true (1)
	p3406: true (1)
	p3407: true (1)
	p3408: true (1)
	p3409: true (1)
	p3410: true (1)
	p3411: true (1)
	p3412: true (1)
	p3413: true (1)
	p3414: true (1)
	p3415: true (1)
	p3416: true (1)
	p3417: true (1)
	p3418: true (1)
	p3419: true (1)
	p3420: true (1)
	p3421: true (1)
	p3422: true (1)
	p3423: true (1)
	p3424: true (1)
	p3425: true (1)
	p3426: true (1)
	p3427: true (1)
	p3428: true (1)
	p3429: true (1)
	p3430: true (1)
	p3431: true (1)
	p3432: true (1)
	p3433: true (1)
	p3434: true (1)
	p3435: true (1)
	p3436: true (1)
	p3437: true (1)
	p3438: true (1)
	p3439: true (1)
	p3440: true (1)
	p3441: true (1)
	p3442: true (1)
	p3443: true (1)
	p3444: true (1)
	p3445: true (1)
	p3446: true (1)
	p3447: true (1)
	p3448: true (1)
	p3449: true (1)
	p3450: true (1)
	p3451: true (1)
	p3452: true (1)
	p3453: true (1)
	p3454: true (1)
	p3455: true (1)
	p3456: true (1)
	p3457: true (1)
	p3458: true (1)
	p3459: true (1)
	p3460: true (1)
	p3461: true (1)
	p3462: true (1)
	p3463: true (1)
	p3464: true (1)
	p3465: true (1)
	p3466: true (1)
	p3467: true (1)
	p3468: true (1)
	p3469: true (1)
	p3470: true (1)
	p3471: true (1)
	p3472: true (1)
	p3473: true (1)
	p3474: true (1)
	p3475: true (1)
	p3476: true (1)
	p3477: true (1)
	p3478: true (1)
	p3479: true (1)
	p3480: true (1)
	p3481: true (1)
	p3482: true (1)
	p3483: true (1)
	p3484: true (1)
	p3485: true (1)
	p3486: true (1)
	p3487: true (1)
	p3488: true (1)
	p3489: true (1)
	p3490: true (1)
	p3491: true (1)
	p3492: true (1)
	p3493: true (1)
	p3494: true (1)
	p3495: true (1)
	p3496: true (1)
	p3497: true (1)
	p3498: true (1)
	p3499: true (1)
	p3500: true (1)
	p3501: true (1)
	p3502: true (1)
	p3503: true (1)
	p3504: true (1)
	p3505: true (1)
	p3506: true (1)
	p3507: true (1)
	p3508: true (1)
	p3509: true (1)
	p3510: true (1)
	p3511: true (1)
	p3512: true (1)
	p3513: true (1)
	p3514: true (1)
	p3515: true (1)
	p3516: true (1)
	p3517: true (1)
	p3518: true (1)
	p3519: true (1)
	p3520: true (1)
	p3521: true (1)
	p3522: true (1)
	p3523: true (1)
	p3524: true (1)
	p3525: true (1)
	p3526: true (1)
	p3527: true (1)
	p3528: true (1)
	p3529: true (1)
	p3530: true (1)
	p3531: true (1)
	p3532: true (1)
	p3533: true (1)
	p3534: true (1)
	p3535: true (1)
	p3536: true (1)
	p3537: true (1)
	p3538: true (1)
	p3539: true (1)
	p3540: true (1)
	p3541: true (1)
	p3542: true (1)
	p3543: true (1)
	p3544: true (1)
	p3545: true (1)
	p3546: true (1)
	p3547: true (1)
	p3548: true (1)
	p3549: true (1)
	p3550: true (1)
	p3551: true (1)
	p3552: true (1)
	p3553: true (1)
	p3554: true (1)
	p3555: true (1)
	p3556: true (1)
	p3557: true (1)
	p3558: true (1)
	p3559: true (1)
	p3560: true (1)
	p3561: true (1)
	p3562: true (1)
	p3563: true (1)
	p3564: true (1)
	p3565: true (1)
	p3566: true (1)
	p3567: true (1)
	p3568: true (1)
	p3569: true (1)
	p3570: true (1)
	p3571: true (1)
	p3572: true (1)
	p3573: true (1)
	p3574: true (1)
	p3575: true (1)
	p3576: true (1)
	p3577: true (1)
	p3578: true (1)
	p3579: true (1)
	p3580: true (1)
	p3581: true (1)
	p3582: true (1)
	p3583: true (1)
	p3584: true (1)
	p3585: true (1)
	p3586: true (1)
	p3587: true (1)
	p3588: true (1)
	p3589: true (1)
	p3590: true (1)
	p3591: true (1)
	p3592: true (1)
	p3593: true (1)
	p3594: true (1)
	p3595: true (1)
	p3596: true (1)
	p3597: true (1)
	p3598: true (1)
	p3599: true (1)
	p3600: true (1)
	p3601: true (1)
	p3602: true (1)
	p3603: true (1)
	p3604: true (1)
	p3605: true (1)
	p3606: true (1)
	p3607: true (1)
	p3608: true (1)
	p3609: true (1)
	p3610: true (1)
	p3611: true (1)
	p3612: true (1)
	p3613: true (1)
	p3614: true (1)
	p3615: true (1)
	p3616: true (1)
	p3617: true (1)
	p3618: true (1)
	p3619: true (1)
	p3620: true (1)
	p3621: true (1)
	p3622: true (1)
	p3623: true (1)
	p3624: true (1)
	p3625: true (1)
	p3626: true (1)
	p3627: true (1)
	p3628: true (1)
	p3629: true (1)
	p3630: true (1)
	p3631: true (1)
	p3632: true (1)
	p3633: true (1)
	p3634: true (1)
	p3635: true (1)
	p3636: true (1)
	p3637: true (1)
	p3638: true (1)
	p3639: true (1)
	p3640: true (1)
	p3641: true (1)
	p3642: true (1)
	p3643: true (1)
	p3644: true (1)
	p3645: true (1)
	p3646: true (1)
	p3647: true (1)
	p3648: true (1)
	p3649: true (1)
	p3650: true (1)
	p3651: true (1)
	p3652: true (1)
	p3653: true (1)
	p3654: true (1)
	p3655: true (1)
	p3656: true (1)
	p3657: true (1)
	p3658: true (1)
	p3659: true (1)
	p3660: true (1)
	p3661: true (1)
	p3662: true (1)
	p3663: true (1)
	p3664: true (1)
	p3665: true (1)
	p3666: true (1)
	p3667: true (1)
	p3668: true (1)
	p3669: true (1)
	p3670: true (1)
	p3671: true (1)
	p3672: true (1)
	p3673: true (1)
	p3674: true (1)
	p3675: true (1)
	p3676: true (1)
	p3677: true (1)
	p3678: true (1)
	p3679: true (1)
	p3680: true (1)
	p3681: true (1)
	p3682: true (1)
	p3683: true (1)
	p3684: true (1)
	p3685: true (1)
	p3686: true (1)
	p3687: true (1)
	p3688: true (1)
	p3689: true (1)
	p3690: true (1)
	p3691: true (1)
	p3692: true (1)
	p3693: true (1)
	p3694: true (1)
	p3695: true (1)
	p3696: true (1)
	p3697: true (1)
	p3698: true (1)
	p3699: true (1)
	p3700: true (1)
	p3701: true (1)
	p3702: true (1)
	p3703: true (1)
	p3704: true (1)
	p3705: true (1)
	p3706: true (1)
	p3707: true (1)
	p3708: true (1)
	p3709: true (1)
	p3710: true (1)
	p3711: true (1)
	p3712: true (1)
	p3713: true (1)
	p3714: true (1)
	p3715: true (1)
	p3716: true (1)
	p3717: true (1)
	p3718: true (1)
	p3719: true (1)
	p3720: true (1)
	p3721: true (1)
	p3722: true (1)
	p3723: true (1)
	p3724: true (1)
	p3725: true (1)
	p3726: true (1)
	p3727: true (1)
	p3728: true (1)
	p3729: true (1)
	p3730: true (1)
	p3731: true (1)
	p3732: true (1)
	p3733: true (1)
	p3734: true (1)
	p3735: true (1)
	p3736: true (1)
	p3737: true (1)
	p3738: true (1)
	p3739: true (1)
	p3740: true (1)
	p3741: true (1)
	p3742: true (1)
	p3743: true (1)
	p3744: true (1)
	p3745: true (1)
	p3746: true (1)
	p3747: true (1)
	p3748: true (1)
	p3749: true (1)
	p3750: true (1)
	p3751: true (1)
	p3752: true (1)
	p3753: true (1)
	p3754: true (1)
	p3755: true (1)
	p3756: true (1)
	p3757: true (1)
	p3758: true (1)
	p3759: true (1)
	p3760: true (1)
	p3761: true (1)
	p3762: true (1)
	p3763: true (1)
	p3764: true (1)
	p3765: true (1)
	p3766: true (1)
	p3767: true (1)
	p3768: true (1)
	p3769: true (1)
	p3770: true (1)
	p3771: true (1)
	p3772: true (1)
	p3773: true (1)
	p3774: true (1)
	p3775: true (1)
	p3776: true (1)
	p3777: true (1)
	p3778: true (1)
	p3779: true (1)
	p3780: true (1)
	p3781: true (1)
	p3782: true (1)
	p3783: true (1)
	p3784: true (1)
	p3785: true (1)
	p3786: true (1)
	p3787: true (1)
	p3788: true (1)
	p3789: true (1)
	p3790: true (1)
	p3791: true (1)
	p3792: true (1)
	p3793: true (1)
	p3794: true (1)
	p3795: true (1)
	p3796: true (1)
	p3797: true (1)
	p3798: true (1)
	p3799: true (1)
	p3800: true (1)
	p3801: true (1)
	p3802: true (1)
	p3803: true (1)
	p3804: true (1)
	p3805: true (1)
	p3806: true (1)
	p3807: true (1)
	p3808: true (1)
	p3809: true (1)
	p3810: true (1)
	p3811: true (1)
	p3812: true (1)
	p3813: true (1)
	p3814: true (1)
	p3815: true (1)
	p3816: true (1)
	p3817: true (1)
	p3818: true (1)
	p3819: true (1)
	p3820: true (1)
	p3821: true (1)
	p3822: true (1)
	p3823: true (1)
	p3824: true (1)
	p3825: true (1)
	p3826: true (1)
	p3827: true (1)
	p3828: true (1)
	p3829: true (1)
	p3830: true (1)
	p3831: true (1)
	p3832: true (1)
	p3833: true (1)
	p3834: true (1)
	p3835: true (1)
	p3836: true (1)
	p3837: true (1)
	p3838: true (1)
	p3839: true (1)
	p3840: true (1)
	p3841: true (1)
	p3842: true (1)
	p3843: true (1)
	p3844: true (1)
	p3845: true (1)
	p3846: true (1)
	p3847: true (1)
	p3848: true (1)
	p3849: true (1)
	p3850: true (1)
	p3851: true (1)
	p3852: true (1)
	p3853: true (1)
	p3854: true (1)
	p3855: true (1)
	p3856: true (1)
	p3857: true (1)
	p3858: true (1)
	p3859: true (1)
	p3860: true (1)
	p3861: true (1)
	p3862: true (1)
	p3863: true (1)
	p3864: true (1)
	p3865: true (1)
	p3866: true (1)
	p3867: true (1)
	p3868: true (1)
	p3869: true (1)
	p3870: true (1)
	p3871: true (1)
	p3872: true (1)
	p3873: true (1)
	p3874: true (1)
	p3875: true (1)
	p3876: true (1)
	p3877: true (1)
	p3878: true (1)
	p3879: true (1)
	p3880: true (1)
	p3881: true (1)
	p3882: true (1)
	p3883: true (1)
	p3884: true (1)
	p3885: true (1)
	p3886: true (1)
	p3887: true (1)
	p3888: true (1)
	p3889: true (1)
	p3890: true (1)
	p3891: true (1)
	p3892: true (1)
	p3893: true (1)
	p3894: true (1)
	p3895: true (1)
	p3896: true (1)
	p3897: true (1)
	p3898: true (1)
	p3899: true (1)
	p3900: true (1)
	p3901: true (1)
	p3902: true (1)
	p3903: true (1)
	p3904: true (1)
	p3905: true (1)
	p3906: true (1)
	p3907: true (1)
	p3908: true (1)
	p3909: true (1)
	p3910: true (1)
	p3911: true (1)
	p3912: true (1)
	p3913: true (1)
	p3914: true (1)
	p3915: true (1)
	p3916: true (1)
	p3917: true (1)
	p3918: true (1)
	p3919: true (1)
	p3920: true (1)
	p3921: true (1)
	p3922: true (1)
	p3923: true (1)
	p3924: true (1)
	p3925: true (1)
	p3926: true (1)
	p3927: true (1)
	p3928: true (1)
	p3929: true (1)
	p3930: true (1)
	p3931: true (1)
	p3932: true (1)
	p3933: true (1)
	p3934: true (1)
	p3935: true (1)
	p3936: true (1)
	p3937: true (1)
	p3938: true (1)
	p3939: true (1)
	p3940: true (1)
	p3941: true (1)
	p3942: true (1)
	p3943: true (1)
	p3944: true (1)
	p3945: true (1)
	p3946: true (1)
	p3947: true (1)
	p3948: true (1)
	p3949: true (1)
	p3950: true (1)
	p3951: true (1)
	p3952: true (1)
	p3953: true (1)
	p3954: true (1)
	p3955: true (1)
	p3956: true (1)
	p3957: true (1)
	p3958: true (1)
	p3959: true (1)
	p3960: true (1)
	p3961: true (1)
	p3962: true (1)
	p3963: true (1)
	p3964: true (1)
	p3965: true (1)
	p3966: true (1)
	p3967: true (1)
	p3968: true (1)
	p3969: true (1)
	p3970: true (1)
	p3971: true (1)
	p3972: true (1)
	p3973: true (1)
	p3974: true (1)
	p3975: true (1)
	p3976: true (1)
	p3977: true (1)
	p3978: true (1)
	p3979: true (1)
	p3980: true (1)
	p3981: true (1)
	p3982: true (1)
	p3983: true (1)
	p3984: true (1)
	p3985: true (1)
	p3986: true (1)
	p3987: true (1)
	p3988: true (1)
	p3989: true (1)
	p3990: true (1)
	p3991: true (1)
	p3992: true (1)
	p3993: true (1)
	p3994: true (1)
	p3995: true (1)
	p3996: true (1)
	p3997: true (1)
	p3998: true (1)
	p3999: true (1)
	p4000: true (1)
	p4001: true (1)
	p4002: true (1)
	p4003: true (1)
	p4004: true (1)
	p4005: true (1)
	p4006: true (1)
	p4007: true (1)
	p4008: true (1)
	p4009: true (1)
	p4010: true (1)
	p4011: true (1)
	p4012: true (1)
	p4013: true (1)
	p4014: true (1)
	p4015: true (1)
	p4016: true (1)
	p4017: true (1)
	p4018: true (1)
	p4019: true (1)
	p4020: true (1)
	p4021: true (1)
	p4022: true (1)
	p4023: true (1)
	p4024: true (1)
	p4025: true (1)
	p4026: true (1)
	p4027: true (1)
	p4028: true (1)
	p4029: true (1)
	p4030: true (1)
	p4031: true (1)
	p4032: true (1)
	p4033: true (1)
	p4034: true (1)
	p4035: true (1)
	p4036: true (1)
	p4037: true (1)
	p4038: true (1)
	p4039: true (1)
	p4040: true (1)
	p4041: true (1)
	p4042: true (1)
	p4043: true (1)
	p4044: true (1)
	p4045: true (1)
	p4046: true (1)
	p4047: true (1)
	p4048: true (1)
	p4049: true (1)
	p4050: true (1)
	p4051: true (1)
	p4052: true (1)
	p4053: true (1)
	p4054: true (1)
	p4055: true (1)
	p4056: true (1)
	p4057: true (1)
	p4058: true (1)
	p4059: true (1)
	p4060: true (1)
	p4061: true (1)
	p4062: true (1)
	p4063: true (1)
	p4064: true (1)
	p4065: true (1)
	p4066: true (1)
	p4067: true (1)
	p4068: true (1)
	p4069: true (1)
	p4070: true (1)
	p4071: true (1)
	p4072: true (1)
	p4073: true (1)
	p4074: true (1)
	p4075: true (1)
	p4076: true (1)
	p4077: true (1)
	p4078: true (1)
	p4079: true (1)
	p4080: true (1)
	p4081: true (1)
	p4082: true (1)
	p4083: true (1)
	p4084: true (1)
	p4085: true (1)
	p4086: true (1)
	p4087: true (1)
	p4088: true (1)
	p4089: true (1)
	p4090: true (1)
	p4091: true (1)
	p4092: true (1)
	p4093: true (1)
	p4094: true (1)
	p4095: true (1)
	p4096: true (1)
	p4097: true (1)
	p4098: true (1)
	p4099: true (1)
	p4100: true (1)
	p4101: true (1)
	p4102: true (1)
	p4103: true (1)
	p4104: true (1)
	p4105: true (1)
	p4106: true (1)
	p4107: true (1)
	p4108: true (1)
	p4109: true (1)
	p4110: true (1)
	p4111: true (1)
	p4112: true (1)
	p4113: true (1)
	p4114: true (1)
	p4115: true (1)
	p4116: true (1)
	p4117: true (1)
	p4118: true (1)
	p4119: true (1)
	p4120: true (1)
	p4121: true (1)
	p4122: true (1)
	p4123: true (1)
	p4124: true (1)
	p4125: true (1)
	p4126: true (1)
	p4127: true (1)
	p4128: true (1)
	p4129: true (1)
	p4130: true (1)
	p4131: true (1)
	p4132: true (1)
	p4133: true (1)
	p4134: true (1)
	p4135: true (1)
	p4136: true (1)
	p4137: true (1)
	p4138: true (1)
	p4139: true (1)
	p4140: true (1)
	p4141: true (1)
	p4142: true (1)
	p4143: true (1)
	p4144: true (1)
	p4145: true (1)
	p4146: true (1)
	p4147: true (1)
	p4148: true (1)
	p4149: true (1)
	p4150: true (1)
	p4151: true (1)
	p4152: true (1)
	p4153: true (1)
	p4154: true (1)
	p4155: true (1)
	p4156: true (1)
	p4157: true (1)
	p4158: true (1)
	p4159: true (1)
	p4160: true (1)
	p4161: true (1)
	p4162: true (1)
	p4163: true (1)
	p4164: true (1)
	p4165: true (1)
	p4166: true (1)
	p4167: true (1)
	p4168: true (1)
	p4169: true (1)
	p4170: true (1)
	p4171: true (1)
	p4172: true (1)
	p4173: true (1)
	p4174: true (1)
	p4175: true (1)
	p4176: true (1)
	p4177: true (1)
	p4178: true (1)
	p4179: true (1)
	p4180: true (1)
	p4181: true (1)
	p4182: true (1)
	p4183: true (1)
	p4184: true (1)
	p4185: true (1)
	p4186: true (1)
	p4187: true (1)
	p4188: true (1)
	p4189: true (1)
	p4190: true (1)
	p4191: true (1)
	p4192: true (1)
	p4193: true (1)
	p4194: true (1)
	p4195: true (1)
	p4196: true (1)
	p4197: true (1)
	p4198: true (1)
	p4199: true (1)
	p4200: true (1)
	p4201: true (1)
	p4202: true (1)
	p4203: true (1)
	p4204: true (1)
	p4205: true (1)
	p4206: true (1)
	p4207: true (1)
	p4208: true (1)
	p4209: true (1)
	p4210: true (1)
	p4211: true (1)
	p4212: true (1)
	p4213: true (1)
	p4214: true (1)
	p4215: true (1)
	p4216: true (1)
	p4217: true (1)
	p4218: true (1)
	p4219: true (1)
	p4220: true (1)
	p4221: true (1)
	p4222: true (1)
	p4223: true (1)
	p4224: true (1)
	p4225: true (1)
	p4226: true (1)
	p4227: true (1)
	p4228: true (1)
	p4229: true (1)
	p4230: true (1)
	p4231: true (1)
	p4232: true (1)
	p4233: true (1)
	p4234: true (1)
	p4235: true (1)
	p4236: true (1)
	p4237: true (1)
	p4238: true (1)
	p4239: true (1)
	p4240: true (1)
	p4241: true (1)
	p4242: true (1)
	p4243: true (1)
	p4244: true (1)
	p4245: true (1)
	p4246: true (1)
	p4247: true (1)
	p4248: true (1)
	p4249: true (1)
	p4250: true (1)
	p4251: true (1)
	p4252: true (1)
	p4253: true (1)
	p4254: true (1)
	p4255: true (1)
	p4256: true (1)
	p4257: true (1)
	p4258: true (1)
	p4259: true (1)
	p4260: true (1)
	p4261: true (1)
	p4262: true (1)
	p4263: true (1)
	p4264: true (1)
	p4265: true (1)
	p4266: true (1)
	p4267: true (1)
	p4268: true (1)
	p4269: true (1)
	p4270: true (1)
	p4271: true (1)
	p4272: true (1)
	p4273: true (1)
	p4274: true (1)
	p4275: true (1)
	p4276: true (1)
	p4277: true (1)
	p4278: true (1)
	p4279: true (1)
	p4280: true (1)
	p4281: true (1)
	p4282: true (1)
	p4283: true (1)
	p4284: true (1)
	p4285: true (1)
	p4286: true (1)
	p4287: true (1)
	p4288: true (1)
	p4289: true (1)
	p4290: true (1)
	p4291: true (1)
	p4292: true (1)
	p4293: true (1)
	p4294: true (1)
	p4295: true (1)
	p4296: true (1)
	p4297: true (1)
	p4298: true (1)
	p4299: true (1)
	p4300: true (1)
	p4301: true (1)
	p4302: true (1)
	p4303: true (1)
	p4304: true (1)
	p4305: true (1)
	p4306: true (1)
	p4307: true (1)
	p4308: true (1)
	p4309: true (1)
	p4310: true (1)
	p4311: true (1)
	p4312: true (1)
	p4313: true (1)
	p4314: true (1)
	p4315: true (1)
	p4316: true (1)
	p4317: true (1)
	p4318: true (1)
	p4319: true (1)
	p4320: true (1)
	p4321: true (1)
	p4322: true (1)
	p4323: true (1)
	p4324: true (1)
	p4325: true (1)
	p4326: true (1)
	p4327: true (1)
	p4328: true (1)
	p4329: true (1)
	p4330: true (1)
	p4331: true (1)
	p4332: true (1)
	p4333: true (1)
	p4334: true (1)
	p4335: true (1)
	p4336: true (1)
	p4337: true (1)
	p4338: true (1)
	p4339: true (1)
	p4340: true (1)
	p4341: true (1)
	p4342: true (1)
	p4343: true (1)
	p4344: true (1)
	p4345: true (1)
	p4346: true (1)
	p4347: true (1)
	p4348: true (1)
	p4349: true (1)
	p4350: true (1)
	p4351: true (1)
	p4352: true (1)
	p4353: true (1)
	p4354: true (1)
	p4355: true (1)
	p4356: true (1)
	p4357: true (1)
	p4358: true (1)
	p4359: true (1)
	p4360: true (1)
	p4361: true (1)
	p4362: true (1)
	p4363: true (1)
	p4364: true (1)
	p4365: true (1)
	p4366: true (1)
	p4367: true (1)
	p4368: true (1)
	p4369: true (1)
	p4370: true (1)
	p4371: true (1)
	p4372: true (1)
	p4373: true (1)
	p4374: true (1)
	p4375: true (1)
	p4376: true (1)
	p4377: true (1)
	p4378: true (1)
	p4379: true (1)
	p4380: true (1)
	p4381: true (1)
	p4382: true (1)
	p4383: true (1)
	p4384: true (1)
	p4385: true (1)
	p4386: true (1)
	p4387: true (1)
	p4388: true (1)
	p4389: true (1)
	p4390: true (1)
	p4391: true (1)
	p4392: true (1)
	p4393: true (1)
	p4394: true (1)
	p4395: true (1)
	p4396: true (1)
	p4397: true (1)
	p4398: true (1)
	p4399: true (1)
	p4400: true (1)
	p4401: true (1)
	p4402: true (1)
	p4403: true (1)
	p4404: true (1)
	p4405: true (1)
	p4406: true (1)
	p4407: true (1)
	p4408: true (1)
	p4409: true (1)
	p4410: true (1)
	p4411: true (1)
	p4412: true (1)
	p4413: true (1)
	p4414: true (1)
	p4415: true (1)
	p4416: true (1)
	p4417: true (1)
	p4418: true (1)
	p4419: true (1)
	p4420: true (1)
	p4421: true (1)
	p4422: true (1)
	p4423: true (1)
	p4424: true (1)
	p4425: true (1)
	p4426: true (1)
	p4427: true (1)
	p4428: true (1)
	p4429: true (1)
	p4430: true (1)
	p4431: true (1)
	p4432: true (1)
	p4433: true (1)
	p4434: true (1)
	p4435: true (1)
	p4436: true (1)
	p4437: true (1)
	p4438: true (1)
	p4439: true (1)
	p4440: true (1)
	p4441: true (1)
	p4442: true (1)
	p4443: true (1)
	p4444: true (1)
	p4445: true (1)
	p4446: true (1)
	p4447: true (1)
	p4448: true (1)
	p4449: true (1)
	p4450: true (1)
	p4451: true (1)
	p4452: true (1)
	p4453: true (1)
	p4454: true (1)
	p4455: true (1)
	p4456: true (1)
	p4457: true (1)
	p4458: true (1)
	p4459: true (1)
	p4460: true (1)
	p4461: true (1)
	p4462: true (1)
	p4463: true (1)
	p4464: true (1)
	p4465: true (1)
	p4466: true (1)
	p4467: true (1)
	p4468: true (1)
	p4469: true (1)
	p4470: true (1)
	p4471: true (1)
	p4472: true (1)
	p4473: true (1)
	p4474: true (1)
	p4475: true (1)
	p4476: true (1)
	p4477: true (1)
	p4478: true (1)
	p4479: true (1)
	p4480: true (1)
	p4481: true (1)
	p4482: true (1)
	p4483: true (1)
	p4484: true (1)
	p4485: true (1)
	p4486: true (1)
	p4487: true (1)
	p4488: true (1)
	p4489: true (1)
	p4490: true (1)
	p4491: true (1)
	p4492: true (1)
	p4493: true (1)
	p4494: true (1)
	p4495: true (1)
	p4496: true (1)
	p4497: true (1)
	p4498: true (1)
	p4499: true (1)
	p4500: true (1)
	p4501: true (1)
	p4502: true (1)
	p4503: true (1)
	p4504: true (1)
	p4505: true (1)
	p4506: true (1)
	p4507: true (1)
	p4508: true (1)
	p4509: true (1)
	p4510: true (1)
	p4511: true (1)
	p4512: true (1)
	p4513: true (1)
	p4514: true (1)
	p4515: true (1)
	p4516: true (1)
	p4517: true (1)
	p4518: true (1)
	p4519: true (1)
	p4520: true (1)
	p4521: true (1)
	p4522: true (1)
	p4523: true (1)
	p4524: true (1)
	p4525: true (1)
	p4526: true (1)
	p4527: true (1)
	p4528: true (1)
	p4529: true (1)
	p4530: true (1)
	p4531: true (1)
	p4532: true (1)
	p4533: true (1)
	p4534: true (1)
	p4535: true (1)
	p4536: true (1)
	p4537: true (1)
	p4538: true (1)
	p4539: true (1)
	p4540: true (1)
	p4541: true (1)
	p4542: true (1)
	p4543: true (1)
	p4544: true (1)
	p4545: true (1)
	p4546: true (1)
	p4547: true (1)
	p4548: true (1)
	p4549: true (1)
	p4550: true (1)
	p4551: true (1)
	p4552: true (1)
	p4553: true (1)
	p4554: true (1)
	p4555: true (1)
	p4556: true (1)
	p4557: true (1)
	p4558: true (1)
	p4559: true (1)
	p4560: true (1)
	p4561: true (1)
	p4562: true (1)
	p4563: true (1)
	p4564: true (1)
	p4565: true (1)
	p4566: true (1)
	p4567: true (1)
	p4568: true (1)
	p4569: true (1)
	p4570: true (1)
	p4571: true (1)
	p4572: true (1)
	p4573: true (1)
	p4574: true (1)
	p4575: true (1)
	p4576: true (1)
	p4577: true (1)
	p4578: true (1)
	p4579: true (1)
	p4580: true (1)
	p4581: true (1)
	p4582: true (1)
	p4583: true (1)
	p4584: true (1)
	p4585: true (1)
	p4586: true (1)
	p4587: true (1)
	p4588: true (1)
	p4589: true (1)
	p4590: true (1)
	p4591: true (1)
	p4592: true (1)
	p4593: true (1)
	p4594: true (1)
	p4595: true (1)
	p4596: true (1)
	p4597: true (1)
	p4598: true (1)
	p4599: true (1)
	p4600: true (1)
	p4601: true (1)
	p4602: true (1)
	p4603: true (1)
	p4604: true (1)
	p4605: true (1)
	p4606: true (1)
	p4607: true (1)
	p4608: true (1)
	p4609: true (1)
	p4610: true (1)
	p4611: true (1)
	p4612: true (1)
	p4613: true (1)
	p4614: true (1)
	p4615: true (1)
	p4616: true (1)
	p4617: true (1)
	p4618: true (1)
	p4619: true (1)
	p4620: true (1)
	p4621: true (1)
	p4622: true (1)
	p4623: true (1)
	p4624: true (1)
	p4625: true (1)
	p4626: true (1)
	p4627: true (1)
	p4628: true (1)
	p4629: true (1)
	p4630: true (1)
	p4631: true (1)
	p4632: true (1)
	p4633: true (1)
	p4634: true (1)
	p4635: true (1)
	p4636: true (1)
	p4637: true (1)
	p4638: true (1)
	p4639: true (1)
	p4640: true (1)
	p4641: true (1)
	p4642: true (1)
	p4643: true (1)
	p4644: true (1)
	p4645: true (1)
	p4646: true (1)
	p4647: true (1)
	p4648: true (1)
	p4649: true (1)
	p4650: true (1)
	p4651: true (1)
	p4652: true (1)
	p4653: true (1)
	p4654: true (1)
	p4655: true (1)
	p4656: true (1)
	p4657: true (1)
	p4658: true (1)
	p4659: true (1)
	p4660: true (1)
	p4661: true (1)
	p4662: true (1)
	p4663: true (1)
	p4664: true (1)
	p4665: true (1)
	p4666: true (1)
	p4667: true (1)
	p4668: true (1)
	p4669: true (1)
	p4670: true (1)
	p4671: true (1)
	p4672: true (1)
	p4673: true (1)
	p4674: true (1)
	p4675: true (1)
	p4676: true (1)
	p4677: true (1)
	p4678: true (1)
	p4679: true (1)
	p4680: true (1)
	p4681: true (1)
	p4682: true (1)
	p4683: true (1)
	p4684: true (1)
	p4685: true (1)
	p4686: true (1)
	p4687: true (1)
	p4688: true (1)
	p4689: true (1)
	p4690: true (1)
	p4691: true (1)
	p4692: true (1)
	p4693: true (1)
	p4694: true (1)
	p4695: true (1)
	p4696: true (1)
	p4697: true (1)
	p4698: true (1)
	p4699: true (1)
	p4700: true (1)
	p4701: true (1)
	p4702: true (1)
	p4703: true (1)
	p4704: true (1)
	p4705: true (1)
	p4706: true (1)
	p4707: true (1)
	p4708: true (1)
	p4709: true (1)
	p4710: true (1)
	p4711: true (1)
	p4712: true (1)
	p4713: true (1)
	p4714: true (1)
	p4715: true (1)
	p4716: true (1)
	p4717: true (1)
	p4718: true (1)
	p4719: true (1)
	p4720: true (1)
	p4721: true (1)
	p4722: true (1)
	p4723: true (1)
	p4724: true (1)
	p4725: true (1)
	p4726: true (1)
	p4727: true (1)
	p4728: true (1)
	p4729: true (1)
	p4730: true (1)
	p4731: true (1)
	p4732: true (1)
	p4733: true (1)
	p4734: true (1)
	p4735: true (1)
	p4736: true (1)
	p4737: true (1)
	p4738: true (1)
	p4739: true (1)
	p4740: true (1)
	p4741: true (1)
	p4742: true (1)
	p4743: true (1)
	p4744: true (1)
	p4745: true (1)
	p4746: true (1)
	p4747: true (1)
	p4748: true (1)
	p4749: true (1)
	p4750: true (1)
	p4751: true (1)
	p4752: true (1)
	p4753: true (1)
	p4754: true (1)
	p4755: true (1)
	p4756: true (1)
	p4757: true (1)
	p4758: true (1)
	p4759: true (1)
	p4760: true (1)
	p4761: true (1)
	p4762: true (1)
	p4763: true (1)
	p4764: true (1)
	p4765: true (1)
	p4766: true (1)
	p4767: true (1)
	p4768: true (1)
	p4769: true (1)
	p4770: true (1)
	p4771: true (1)
	p4772: true (1)
	p4773: true (1)
	p4774: true (1)
	p4775: true (1)
	p4776: true (1)
	p4777: true (1)
	p4778: true (1)
	p4779: true (1)
	p4780: true (1)
	p4781: true (1)
	p4782: true (1)
	p4783: true (1)
	p4784: true (1)
	p4785: true (1)
	p4786: true (1)
	p4787: true (1)
	p4788: true (1)
	p4789: true (1)
	p4790: true (1)
	p4791: true (1)
	p4792: true (1)
	p4793: true (1)
	p4794: true (1)
	p4795: true (1)
	p4796: true (1)
	p4797: true (1)
	p4798: true (1)
	p4799: true (1)
	p4800: true (1)
	p4801: true (1)
	p4802: true (1)
	p4803: true (1)
	p4804: true (1)
	p4805: true (1)
	p4806: true (1)
	p4807: true (1)
	p4808: true (1)
	p4809: true (1)
	p4810: true (1)
	p4811: true (1)
	p4812: true (1)
	p4813: true (1)
	p4814: true (1)
	p4815: true (1)
	p4816: true (1)
	p4817: true (1)
	p4818: true (1)
	p4819: true (1)
	p4820: true (1)
	p4821: true (1)
	p4822: true (1)
	p4823: true (1)
	p4824: true (1)
	p4825: true (1)
	p4826: true (1)
	p4827: true (1)
	p4828: true (1)
	p4829: true (1)
	p4830: true (1)
	p4831: true (1)
	p4832: true (1)
	p4833: true (1)
	p4834: true (1)
	p4835: true (1)
	p4836: true (1)
	p4837: true (1)
	p4838: true (1)
	p4839: true (1)
	p4840: true (1)
	p4841: true (1)
	p4842: true (1)
	p4843: true (1)
	p4844: true (1)
	p4845: true (1)
	p4846: true (1)
	p4847: true (1)
	p4848: true (1)
	p4849: true (1)
	p4850: true (1)
	p4851: true (1)
	p4852: true (1)
	p4853: true (1)
	p4854: true (1)
	p4855: true (1)
	p4856: true (1)
	p4857: true (1)
	p4858: true (1)
	p4859: true (1)
	p4860: true (1)
	p4861: true (1)
	p4862: true (1)
	p4863: true (1)
	p4864: true (1)
	p4865: true (1)
	p4866: true (1)
	p4867: true (1)
	p4868: true (1)
	p4869: true (1)
	p4870: true (1)
	p4871: true (1)
	p4872: true (1)
	p4873: true (1)
	p4874: true (1)
	p4875: true (1)
	p4876: true (1)
	p4877: true (1)
	p4878: true (1)
	p4879: true (1)
	p4880: true (1)
	p4881: true (1)
	p4882: true (1)
	p4883: true (1)
	p4884: true (1)
	p4885: true (1)
	p4886: true (1)
	p4887: true (1)
	p4888: true (1)
	p4889: true (1)
	p4890: true (1)
	p4891: true (1)
	p4892: true (1)
	p4893: true (1)
	p4894: true (1)
	p4895: true (1)
	p4896: true (1)
	p4897: true (1)
	p4898: true (1)
	p4899: true (1)
	p4900: true (1)
	p4901: true (1)
	p4902: true (1)
	p4903: true (1)
	p4904: true (1)
	p4905: true (1)
	p4906: true (1)
	p4907: true (1)
	p4908: true (1)
	p4909: true (1)
	p4910: true (1)
	p4911: true (1)
	p4912: true (1)
	p4913: true (1)
	p4914: true (1)
	p4915: true (1)
	p4916: true (1)
	p4917: true (1)
	p4918: true (1)
	p4919: true (1)
	p4920: true (1)
	p4921: true (1)
	p4922: true (1)
	p4923: true (1)
	p4924: true (1)
	p4925: true (1)
	p4926: true (1)
	p4927: true (1)
	p4928: true (1)
	p4929: true (1)
	p4930: true (1)
	p4931: true (1)
	p4932: true (1)
	p4933: true (1)
	p4934: true (1)
	p4935: true (1)
	p4936: true (1)
	p4937: true (1)
	p4938: true (1)
	p4939: true (1)
	p4940: true (1)
	p4941: true (1)
	p4942: true (1)
	p4943: true (1)
	p4944: true (1)
	p4945: true (1)
	p4946: true (1)
	p4947: true (1)
	p4948: true (1)
	p4949: true (1)
	p4950: true (1)
	p4951: true (1)
	p4952: true (1)
	p4953: true (1)
	p4954: true (1)
	p4955: true (1)
	p4956: true (1)
	p4957: true (1)
	p4958: true (1)
	p4959: true (1)
	p4960: true (1)
	p4961: true (1)
	p4962: true (1)
	p4963: true (1)
	p4964: true (1)
	p4965: true (1)
	p4966: true (1)
	p4967: true (1)
	p4968: true (1)
	p4969: true (1)
	p4970: true (1)
	p4971: true (1)
	p4972: true (1)
	p4973: true (1)
	p4974: true (1)
	p4975: true (1)
	p4976: true (1)
	p4977: true (1)
	p4978: true (1)
	p4979: true (1)
	p4980: true (1)
	p4981: true (1)
	p4982: true (1)
	p4983: true (1)
	p4984: true (1)
	p4985: true (1)
	p4986: true (1)
	p4987: true (1)
	p4988: true (1)
	p4989: true (1)
	p4990: true (1)
	p4991: true (1)
	p4992: true (1)
	p4993: true (1)
	p4994: true (1)
	p4995: true (1)
	p4996: true (1)
	p4997: true (1)
	p4998: true (1)
	p4999: true (1)
	p5000: true (1)
	p5001: true (1)
	p5002: true (1)
	p5003: true (1)
	p5004: true (1)
	p5005: true (1)
	p5006: true (1)
	p5007: true (1)
	p5008: true (1)
	p5009: true (1)
	p5010: true (1)
	p5011: true (1)
	p5012: true (1)
	p5013: true (1)
	p5014: true (1)
	p5015: true (1)
	p5016: true (1)
	p5017: true (1)
	p5018: true (1)
	p5019: true (1)
	p5020: true (1)
	p5021: true (1)
	p5022: true (1)
	p5023: true (1)
	p5024: true (1)
	p5025: true (1)
	p5026: true (1)
	p5027: true (1)
	p5028: true (1)
	p5029: true (1)
	p5030: true (1)
	p5031: true (1)
	p5032: true (1)
	p5033: true (1)
	p5034: true (1)
	p5035: true (1)
	p5036: true (1)
	p5037: true (1)
	p5038: true (1)
	p5039: true (1)
	p5040: true (1)
	p5041: true (1)
	p5042: true (1)
	p5043: true (1)
	p5044: true (1)
	p5045: true (1)
	p5046: true (1)
	p5047: true (1)
	p5048: true (1)
	p5049: true (1)
	p5050: true (1)
	p5051: true (1)
	p5052: true (1)
	p5053: true (1)
	p5054: true (1)
	p5055: true (1)
	p5056: true (1)
	p5057: true (1)
	p5058: true (1)
	p5059: true (1)
	p5060: true (1)
	p5061: true (1)
	p5062: true (1)
	p5063: true (1)
	p5064: true (1)
	p5065: true (1)
	p5066: true (1)
	p5067: true (1)
	p5068: true (1)
	p5069: true (1)
	p5070: true (1)
	p5071: true (1)
	p5072: true (1)
	p5073: true (1)
	p5074: true (1)
	p5075: true (1)
	p5076: true (1)
	p5077: true (1)
	p5078: true (1)
	p5079: true (1)
	p5080: true (1)
	p5081: true (1)
	p5082: true (1)
	p5083: true (1)
	p5084: true (1)
	p5085: true (1)
	p5086: true (1)
	p5087: true (1)
	p5088: true (1)
	p5089: true (1)
	p5090: true (1)
	p5091: true (1)
	p5092: true (1)
	p5093: true (1)
	p5094: true (1)
	p5095: true (1)
	p5096: true (1)
	p5097: true (1)
	p5098: true (1)
	p5099: true (1)
	p5100: true (1)
	p5101: true (1)
	p5102: true (1)
	p5103: true (1)
	p5104: true (1)
	p5105: true (1)
	p5106: true (1)
	p5107: true (1)
	p5108: true (1)
	p5109: true (1)
	p5110: true (1)
	p5111: true (1)
	p5112: true (1)
	p5113: true (1)
	p5114: true (1)
	p5115: true (1)
	p5116: true (1)
	p5117: true (1)
	p5118: true (1)
	p5119: true (1)
	p5120: true (1)
	p5121: true (1)
	p5122: true (1)
	p5123: true (1)
	p5124: true (1)
	p5125: true (1)
	p5126: true (1)
	p5127: true (1)
	p5128: true (1)
	p5129: true (1)
	p5130: true (1)
	p5131: true (1)
	p5132: true (1)
	p5133: true (1)
	p5134: true (1)
	p5135: true (1)
	p5136: true (1)
	p5137: true (1)
	p5138: true (1)
	p5139: true (1)
	p5140: true (1)
	p5141: true (1)
	p5142: true (1)
	p5143: true (1)
	p5144: true (1)
	p5145: true (1)
	p5146: true (1)
	p5147: true (1)
	p5148: true (1)
	p5149: true (1)
	p5150: true (1)
	p5151: true (1)
	p5152: true (1)
	p5153: true (1)
	p5154: true (1)
	p5155: true (1)
	p5156: true (1)
	p5157: true (1)
	p5158: true (1)
	p5159: true (1)
	p5160: true (1)
	p5161: true (1)
	p5162: true (1)
	p5163: true (1)
	p5164: true (1)
	p5165: true (1)
	p5166: true (1)
	p5167: true (1)
	p5168: true (1)
	p5169: true (1)
	p5170: true (1)
	p5171: true (1)
	p5172: true (1)
	p5173: true (1)
	p5174: true (1)
	p5175: true (1)
	p5176: true (1)
	p5177: true (1)
	p5178: true (1)
	p5179: true (1)
	p5180: true (1)
	p5181: true (1)
	p5182: true (1)
	p5183: true (1)
	p5184: true (1)
	p5185: true (1)
	p5186: true (1)
	p5187: true (1)
	p5188: true (1)
	p5189: true (1)
	p5190: true (1)
	p5191: true (1)
	p5192: true (1)
	p5193: true (1)
	p5194: true (1)
	p5195: true (1)
	p5196: true (1)
	p5197: true (1)
	p5198: true (1)
	p5199: true (1)
	p5200: true (1)
	p5201: true (1)
	p5202: true (1)
	p5203: true (1)
	p5204: true (1)
	p5205: true (1)
	p5206: true (1)
	p5207: true (1)
	p5208: true (1)
	p5209: true (1)
	p5210: true (1)
	p5211: true (1)
	p5212: true (1)
	p5213: true (1)
	p5214: true (1)
	p5215: true (1)
	p5216: true (1)
	p5217: true (1)
	p5218: true (1)
	p5219: true (1)
	p5220: true (1)
	p5221: true (1)
	p5222: true (1)
	p5223: true (1)
	p5224: true (1)
	p5225: true (1)
	p5226: true (1)
	p5227: true (1)
	p5228: true (1)
	p5229: true (1)
	p5230: true (1)
	p5231: true (1)
	p5232: true (1)
	p5233: true (1)
	p5234: true (1)
	p5235: true (1)
	p5236: true (1)
	p5237: true (1)
	p5238: true (1)
	p5239: true (1)
	p5240: true (1)
	p5241: true (1)
	p5242: true (1)
	p5243: true (1)
	p5244: true (1)
	p5245: true (1)
	p5246: true (1)
	p5247: true (1)
	p5248: true (1)
	p5249: true (1)
	p5250: true (1)
	p5251: true (1)
	p5252: true (1)
	p5253: true (1)
	p5254: true (1)
	p5255: true (1)
	p5256: true (1)
	p5257: true (1)
	p5258: true (1)
	p5259: true (1)
	p5260: true (1)
	p5261: true (1)
	p5262: true (1)
	p5263: true (1)
	p5264: true (1)
	p5265: true (1)
	p5266: true (1)
	p5267: true (1)
	p5268: true (1)
	p5269: true (1)
	p5270: true (1)
	p5271: true (1)
	p5272: true (1)
	p5273: true (1)
	p5274: true (1)
	p5275: true (1)
	p5276: true (1)
	p5277: true (1)
	p5278: true (1)
	p5279: true (1)
	p5280: true (1)
	p5281: true (1)
	p5282: true (1)
	p5283: true (1)
	p5284: true (1)
	p5285: true (1)
	p5286: true (1)
	p5287: true (1)
	p5288: true (1)
	p5289: true (1)
	p5290: true (1)
	p5291: true (1)
	p5292: true (1)
	p5293: true (1)
	p5294: true (1)
	p5295: true (1)
	p5296: true (1)
	p5297: true (1)
	p5298: true (1)
	p5299: true (1)
	p5300: true (1)
	p5301: true (1)
	p5302: true (1)
	p5303: true (1)
	p5304: true (1)
	p5305: true (1)
	p5306: true (1)
	p5307: true (1)
	p5308: true (1)
	p5309: true (1)
	p5310: true (1)
	p5311: true (1)
	p5312: true (1)
	p5313: true (1)
	p5314: true (1)
	p5315: true (1)
	p5316: true (1)
	p5317: true (1)
	p5318: true (1)
	p5319: true (1)
	p5320: true (1)
	p5321: true (1)
	p5322: true (1)
	p5323: true (1)
	p5324: true (1)
	p5325: true (1)
	p5326: true (1)
	p5327: true (1)
	p5328: true (1)
	p5329: true (1)
	p5330: true (1)
	p5331: true (1)
	p5332: true (1)
	p5333: true (1)
	p5334: true (1)
	p5335: true (1)
	p5336: true (1)
	p5337: true (1)
	p5338: true (1)
	p5339: true (1)
	p5340: true (1)
	p5341: true (1)
	p5342: true (1)
	p5343: true (1)
	p5344: true (1)
	p5345: true (1)
	p5346: true (1)
	p5347: true (1)
	p5348: true (1)
	p5349: true (1)
	p5350: true (1)
	p5351: true (1)
	p5352: true (1)
	p5353: true (1)
	p5354: true (1)
	p5355: true (1)
	p5356: true (1)
	p5357: true (1)
	p5358: true (1)
	p5359: true (1)
	p5360: true (1)
	p5361: true (1)
	p5362: true (1)
	p5363: true (1)
	p5364: true (1)
	p5365: true (1)
	p5366: true (1)
	p5367: true (1)
	p5368: true (1)
	p5369: true (1)
	p5370: true (1)
	p5371: true (1)
	p5372: true (1)
	p5373: true (1)
	p5374: true (1)
	p5375: true (1)
	p5376: true (1)
	p5377: true (1)
	p5378: true (1)
	p5379: true (1)
	p5380: true (1)
	p5381: true (1)
	p5382: true (1)
	p5383: true (1)
	p5384: true (1)
	p5385: true (1)
	p5386: true (1)
	p5387: true (1)
	p5388: true (1)
	p5389: true (1)
	p5390: true (1)
	p5391: true (1)
	p5392: true (1)
	p5393: true (1)
	p5394: true (1)
	p5395: true (1)
	p5396: true (1)
	p5397: true (1)
	p5398: true (1)
	p5399: true (1)
	p5400: true (1)
	p5401: true (1)
	p5402: true (1)
	p5403: true (1)
	p5404: true (1)
	p5405: true (1)
	p5406: true (1)
	p5407: true (1)
	p5408: true (1)
	p5409: true (1)
	p5410: true (1)
	p5411: true (1)
	p5412: true (1)
	p5413: true (1)
	p5414: true (1)
	p5415: true (1)
	p5416: true (1)
	p5417: true (1)
	p5418: true (1)
	p5419: true (1)
	p5420: true (1)
	p5421: true (1)
	p5422: true (1)
	p5423: true (1)
	p5424: true (1)
	p5425: true (1)
	p5426: true (1)
	p5427: true (1)
	p5428: true (1)
	p5429: true (1)
	p5430: true (1)
	p5431: true (1)
	p5432: true (1)
	p5433: true (1)
	p5434: true (1)
	p5435: true (1)
	p5436: true (1)
	p5437: true (1)
	p5438: true (1)
	p5439: true (1)
	p5440: true (1)
	p5441: true (1)
	p5442: true (1)
	p5443: true (1)
	p5444: true (1)
	p5445: true (1)
	p5446: true (1)
	p5447: true (1)
	p5448: true (1)
	p5449: true (1)
	p5450: true (1)
	p5451: true (1)
	p5452: true (1)
	p5453: true (1)
	p5454: true (1)
	p5455: true (1)
	p5456: true (1)
	p5457: true (1)
	p5458: true (1)
	p5459: true (1)
	p5460: true (1)
	p5461: true (1)
	p5462: true (1)
	p5463: true (1)
	p5464: true (1)
	p5465: true (1)
	p5466: true (1)
	p5467: true (1)
	p5468: true (1)
	p5469: true (1)
	p5470: true (1)
	p5471: true (1)
	p5472: true (1)
	p5473: true (1)
	p5474: true (1)
	p5475: true (1)
	p5476: true (1)
	p5477: true (1)
	p5478: true (1)
	p5479: true (1)
	p5480: true (1)
	p5481: true (1)
	p5482: true (1)
	p5483: true (1)
	p5484: true (1)
	p5485: true (1)
	p5486: true (1)
	p5487: true (1)
	p5488: true (1)
	p5489: true (1)
	p5490: true (1)
	p5491: true (1)
	p5492: true (1)
	p5493: true (1)
	p5494: true (1)
	p5495: true (1)
	p5496: true (1)
	p5497: true (1)
	p5498: true (1)
	p5499: true (1)
	p5500: true (1)
	p5501: true (1)
	p5502: true (1)
	p5503: true (1)
	p5504: true (1)
	p5505: true (1)
	p5506: true (1)
	p5507: true (1)
	p5508: true (1)
	p5509: true (1)
	p5510: true (1)
	p5511: true (1)
	p5512: true (1)
	p5513: true (1)
	p5514: true (1)
	p5515: true (1)
	p5516: true (1)
	p5517: true (1)
	p5518: true (1)
	p5519: true (1)
	p5520: true (1)
	p5521: true (1)
	p5522: true (1)
	p5523: true (1)
	p5524: true (1)
	p5525: true (1)
	p5526: true (1)
	p5527: true (1)
	p5528: true (1)
	p5529: true (1)
	p5530: true (1)
	p5531: true (1)
	p5532: true (1)
	p5533: true (1)
	p5534: true (1)
	p5535: true (1)
	p5536: true (1)
	p5537: true (1)
	p5538: true (1)
	p5539: true (1)
	p5540: true (1)
	p5541: true (1)
	p5542: true (1)
	p5543: true (1)
	p5544: true (1)
	p5545: true (1)
	p5546: true (1)
	p5547: true (1)
	p5548: true (1)
	p5549: true (1)
	p5550: true (1)
	p5551: true (1)
	p5552: true (1)
	p5553: true (1)
	p5554: true (1)
	p5555: true (1)
	p5556: true (1)
	p5557: true (1)
	p5558: true (1)
	p5559: true (1)
	p5560: true (1)
	p5561: true (1)
	p5562: true (1)
	p5563: true (1)
	p5564: true (1)
	p5565: true (1)
	p5566: true (1)
	p5567: true (1)
	p5568: true (1)
	p5569: true (1)
	p5570: true (1)
	p5571: true (1)
	p5572: true (1)
	p5573: true (1)
	p5574: true (1)
	p5575: true (1)
	p5576: true (1)
	p5577: true (1)
	p5578: true (1)
	p5579: true (1)
	p5580: true (1)
	p5581: true (1)
	p5582: true (1)
	p5583: true (1)
	p5584: true (1)
	p5585: true (1)
	p5586: true (1)
	p5587: true (1)
	p5588: true (1)
	p5589: true (1)
	p5590: true (1)
	p5591: true (1)
	p5592: true (1)
	p5593: true (1)
	p5594: true (1)
	p5595: true (1)
	p5596: true (1)
	p5597: true (1)
	p5598: true (1)
	p5599: true (1)
	p5600: true (1)
	p5601: true (1)
	p5602: true (1)
	p5603: true (1)
	p5604: true (1)
	p5605: true (1)
	p5606: true (1)
	p5607: true (1)
	p5608: true (1)
	p5609: true (1)
	p5610: true (1)
	p5611: true (1)
	p5612: true (1)
	p5613: true (1)
	p5614: true (1)
	p5615: true (1)
	p5616: true (1)
	p5617: true (1)
	p5618: true (1)
	p5619: true (1)
	p5620: true (1)
	p5621: true (1)
	p5622: true (1)
	p5623: true (1)
	p5624: true (1)
	p5625: true (1)
	p5626: true (1)
	p5627: true (1)
	p5628: true (1)
	p5629: true (1)
	p5630: true (1)
	p5631: true (1)
	p5632: true (1)
	p5633: true (1)
	p5634: true (1)
	p5635: true (1)
	p5636: true (1)
	p5637: true (1)
	p5638: true (1)
	p5639: true (1)
	p5640: true (1)
	p5641: true (1)
	p5642: true (1)
	p5643: true (1)
	p5644: true (1)
	p5645: true (1)
	p5646: true (1)
	p5647: true (1)
	p5648: true (1)
	p5649: true (1)
	p5650: true (1)
	p5651: true (1)
	p5652: true (1)
	p5653: true (1)
	p5654: true (1)
	p5655: true (1)
	p5656: true (1)
	p5657: true (1)
	p5658: true (1)
	p5659: true (1)
	p5660: true (1)
	p5661: true (1)
	p5662: true (1)
	p5663: true (1)
	p5664: true (1)
	p5665: true (1)
	p5666: true (1)
	p5667: true (1)
	p5668: true (1)
	p5669: true (1)
	p5670: true (1)
	p5671: true (1)
	p5672: true (1)
	p5673: true (1)
	p5674: true (1)
	p5675: true (1)
	p5676: true (1)
	p5677: true (1)
	p5678: true (1)
	p5679: true (1)
	p5680: true (1)
	p5681: true (1)
	p5682: true (1)
	p5683: true (1)
	p5684: true (1)
	p5685: true (1)
	p5686: true (1)
	p5687: true (1)
	p5688: true (1)
	p5689: true (1)
	p5690: true (1)
	p5691: true (1)
	p5692: true (1)
	p5693: true (1)
	p5694: true (1)
	p5695: true (1)
	p5696: true (1)
	p5697: true (1)
	p5698: true (1)
	p5699: true (1)
	p5700: true (1)
	p5701: true (1)
	p5702: true (1)
	p5703: true (1)
	p5704: true (1)
	p5705: true (1)
	p5706: true (1)
	p5707: true (1)
	p5708: true (1)
	p5709: true (1)
	p5710: true (1)
	p5711: true (1)
	p5712: true (1)
	p5713: true (1)
	p5714: true (1)
	p5715: true (1)
	p5716: true (1)
	p5717: true (1)
	p5718: true (1)
	p5719: true (1)
	p5720: true (1)
	p5721: true (1)
	p5722: true (1)
	p5723: true (1)
	p5724: true (1)
	p5725: true (1)
	p5726: true (1)
	p5727: true (1)
	p5728: true (1)
	p5729: true (1)
	p5730: true (1)
	p5731: true (1)
	p5732: true (1)
	p5733: true (1)
	p5734: true (1)
	p5735: true (1)
	p5736: true (1)
	p5737: true (1)
	p5738: true (1)
	p5739: true (1)
	p5740: true (1)
	p5741: true (1)
	p5742: true (1)
	p5743: true (1)
	p5744: true (1)
	p5745: true (1)
	p5746: true (1)
	p5747: true (1)
	p5748: true (1)
	p5749: true (1)
	p5750: true (1)
	p5751: true (1)
	p5752: true (1)
	p5753: true (1)
	p5754: true (1)
	p5755: true (1)
	p5756: true (1)
	p5757: true (1)
	p5758: true (1)
	p5759: true (1)
	p5760: true (1)
	p5761: true (1)
	p5762: true (1)
	p5763: true (1)
	p5764: true (1)
	p5765: true (1)
	p5766: true (1)
	p5767: true (1)
	p5768: true (1)
	p5769: true (1)
	p5770: true (1)
	p5771: true (1)
	p5772: true (1)
	p5773: true (1)
	p5774: true (1)
	p5775: true (1)
	p5776: true (1)
	p5777: true (1)
	p5778: true (1)
	p5779: true (1)
	p5780: true (1)
	p5781: true (1)
	p5782: true (1)
	p5783: true (1)
	p5784: true (1)
	p5785: true (1)
	p5786: true (1)
	p5787: true (1)
	p5788: true (1)
	p5789: true (1)
	p5790: true (1)
	p5791: true (1)
	p5792: true (1)
	p5793: true (1)
	p5794: true (1)
	p5795: true (1)
	p5796: true (1)
	p5797: true (1)
	p5798: true (1)
	p5799: true (1)
	p5800: true (1)
	p5801: true (1)
	p5802: true (1)
	p5803: true (1)
	p5804: true (1)
	p5805: true (1)
	p5806: true (1)
	p5807: true (1)
	p5808: true (1)
	p5809: true (1)
	p5810: true (1)
	p5811: true (1)
	p5812: true (1)
	p5813: true (1)
	p5814: true (1)
	p5815: true (1)
	p5816: true (1)
	p5817: true (1)
	p5818: true (1)
	p5819: true (1)
	p5820: true (1)
	p5821: true (1)
	p5822: true (1)
	p5823: true (1)
	p5824: true (1)
	p5825: true (1)
	p5826: true (1)
	p5827: true (1)
	p5828: true (1)
	p5829: true (1)
	p5830: true (1)
	p5831: true (1)
	p5832: true (1)
	p5833: true (1)
	p5834: true (1)
	p5835: true (1)
	p5836: true (1)
	p5837: true (1)
	p5838: true (1)
	p5839: true (1)
	p5840: true (1)
	p5841: true (1)
	p5842: true (1)
	p5843: true (1)
	p5844: true (1)
	p5845: true (1)
	p5846: true (1)
	p5847: true (1)
	p5848: true (1)
	p5849: true (1)
	p5850: true (1)
	p5851: true (1)
	p5852: true (1)
	p5853: true (1)
	p5854: true (1)
	p5855: true (1)
	p5856: true (1)
	p5857: true (1)
	p5858: true (1)
	p5859: true (1)
	p5860: true (1)
	p5861: true (1)
	p5862: true (1)
	p5863: true (1)
	p5864: true (1)
	p5865: true (1)
	p5866: true (1)
	p5867: true (1)
	p5868: true (1)
	p5869: true (1)
	p5870: true (1)
	p5871: true (1)
	p5872: true (1)
	p5873: true (1)
	p5874: true (1)
	p5875: true (1)
	p5876: true (1)
	p5877: true (1)
	p5878: true (1)
	p5879: true (1)
	p5880: true (1)
	p5881: true (1)
	p5882: true (1)
	p5883: true (1)
	p5884: true (1)
	p5885: true (1)
	p5886: true (1)
	p5887: true (1)
	p5888: true (1)
	p5889: true (1)
	p5890: true (1)
	p5891: true (1)
	p5892: true (1)
	p5893: true (1)
	p5894: true (1)
	p5895: true (1)
	p5896: true (1)
	p5897: true (1)
	p5898: true (1)
	p5899: true (1)
	p5900: true (1)
	p5901: true (1)
	p5902: true (1)
	p5903: true (1)
	p5904: true (1)
	p5905: true (1)
	p5906: true (1)
	p5907: true (1)
	p5908: true (1)
	p5909: true (1)
	p5910: true (1)
	p5911: true (1)
	p5912: true (1)
	p5913: true (1)
	p5914: true (1)
	p5915: true (1)
	p5916: true (1)
	p5917: true (1)
	p5918: true (1)
	p5919: true (1)
	p5920: true (1)
	p5921: true (1)
	p5922: true (1)
	p5923: true (1)
	p5924: true (1)
	p5925: true (1)
	p5926: true (1)
	p5927: true (1)
	p5928: true (1)
	p5929: true (1)
	p5930: true (1)
	p5931: true (1)
	p5932: true (1)
	p5933: true (1)
	p5934: true (1)
	p5935: true (1)
	p5936: true (1)
	p5937: true (1)
	p5938: true (1)
	p5939: true (1)
	p5940: true (1)
	p5941: true (1)
	p5942: true (1)
	p5943: true (1)
	p5944: true (1)
	p5945: true (1)
	p5946: true (1)
	p5947: true (1)
	p5948: true (1)
	p5949: true (1)
	p5950: true (1)
	p5951: true (1)
	p5952: true (1)
	p5953: true (1)
	p5954: true (1)
	p5955: true (1)
	p5956: true (1)
	p5957: true (1)
	p5958: true (1)
	p5959: true (1)
	p5960: true (1)
	p5961: true (1)
	p5962: true (1)
	p5963: true (1)
	p5964: true (1)
	p5965: true (1)
	p5966: true (1)
	p5967: true (1)
	p5968: true (1)
	p5969: true (1)
	p5970: true (1)
	p5971: true (1)
	p5972: true (1)
	p5973: true (1)
	p5974: true (1)
	p5975: true (1)
	p5976: true (1)
	p5977: true (1)
	p5978: true (1)
	p5979: true (1)
	p5980: true (1)
	p5981: true (1)
	p5982: true (1)
	p5983: true (1)
	p5984: true (1)
	p5985: true (1)
	p5986: true (1)
	p5987: true (1)
	p5988: true (1)
	p5989: true (1)
	p5990: true (1)
	p5991: true (1)
	p5992: true (1)
	p5993: true (1)
	p5994: true (1)
	p5995: true (1)
	p5996: true (1)
	p5997: true (1)
	p5998: true (1)
	p5999: true (1)
	p6000: true (1)
	p6001: true (1)
	p6002: true (1)
	p6003: true (1)
	p6004: true (1)
	p6005: true (1)
	p6006: true (1)
	p6007: true (1)
	p6008: true (1)
	p6009: true (1)
	p6010: true (1)
	p6011: true (1)
	p6012: true (1)
	p6013: true (1)
	p6014: true (1)
	p6015: true (1)
	p6016: true (1)
	p6017: true (1)
	p6018: true (1)
	p6019: true (1)
	p6020: true (1)
	p6021: true (1)
	p6022: true (1)
	p6023: true (1)
	p6024: true (1)
	p6025: true (1)
	p6026: true (1)
	p6027: true (1)
	p6028: true (1)
	p6029: true (1)
	p6030: true (1)
	p6031: true (1)
	p6032: true (1)
	p6033: true (1)
	p6034: true (1)
	p6035: true (1)
	p6036: true (1)
	p6037: true (1)
	p6038: true (1)
	p6039: true (1)
	p6040: true (1)
	p6041: true (1)
	p6042: true (1)
	p6043: true (1)
	p6044: true (1)
	p6045: true (1)
	p6046: true (1)
	p6047: true (1)
	p6048: true (1)
	p6049: true (1)
	p6050: true (1)
	p6051: true (1)
	p6052: true (1)
	p6053: true (1)
	p6054: true (1)
	p6055: true (1)
	p6056: true (1)
	p6057: true (1)
	p6058: true (1)
	p6059: true (1)
	p6060: true (1)
	p6061: true (1)
	p6062: true (1)
	p6063: true (1)
	p6064: true (1)
	p6065: true (1)
	p6066: true (1)
	p6067: true (1)
	p6068: true (1)
	p6069: true (1)
	p6070: true (1)
	p6071: true (1)
	p6072: true (1)
	p6073: true (1)
	p6074: true (1)
	p6075: true (1)
	p6076: true (1)
	p6077: true (1)
	p6078: true (1)
	p6079: true (1)
	p6080: true (1)
	p6081: true (1)
	p6082: true (1)
	p6083: true (1)
	p6084: true (1)
	p6085: true (1)
	p6086: true (1)
	p6087: true (1)
	p6088: true (1)
	p6089: true (1)
	p6090: true (1)
	p6091: true (1)
	p6092: true (1)
	p6093: true (1)
	p6094: true (1)
	p6095: true (1)
	p6096: true (1)
	p6097: true (1)
	p6098: true (1)
	p6099: true (1)
	p6100: true (1)
	p6101: true (1)
	p6102: true (1)
	p6103: true (1)
	p6104: true (1)
	p6105: true (1)
	p6106: true (1)
	p6107: true (1)
	p6108: true (1)
	p6109: true (1)
	p6110: true (1)
	p6111: true (1)
	p6112: true (1)
	p6113: true (1)
	p6114: true (1)
	p6115: true (1)
	p6116: true (1)
	p6117: true (1)
	p6118: true (1)
	p6119: true (1)
	p6120: true (1)
	p6121: true (1)
	p6122: true (1)
	p6123: true (1)
	p6124: true (1)
	p6125: true (1)
	p6126: true (1)
	p6127: true (1)
	p6128: true (1)
	p6129: true (1)
	p6130: true (1)
	p6131: true (1)
	p6132: true (1)
	p6133: true (1)
	p6134: true (1)
	p6135: true (1)
	p6136: true (1)
	p6137: true (1)
	p6138: true (1)
	p6139: true (1)
	p6140: true (1)
	p6141: true (1)
	p6142: true (1)
	p6143: true (1)
	p6144: true (1)
	p6145: true (1)
	p6146: true (1)
	p6147: true (1)
	p6148: true (1)
	p6149: true (1)
	p6150: true (1)
	p6151: true (1)
	p6152: true (1)
	p6153: true (1)
	p6154: true (1)
	p6155: true (1)
	p6156: true (1)
	p6157: true (1)
	p6158: true (1)
	p6159: true (1)
	p6160: true (1)
	p6161: true (1)
	p6162: true (1)
	p6163: true (1)
	p6164: true (1)
	p6165: true (1)
	p6166: true (1)
	p6167: true (1)
	p6168: true (1)
	p6169: true (1)
	p6170: true (1)
	p6171: true (1)
	p6172: true (1)
	p6173: true (1)
	p6174: true (1)
	p6175: true (1)
	p6176: true (1)
	p6177: true (1)
	p6178: true (1)
	p6179: true (1)
	p6180: true (1)
	p6181: true (1)
	p6182: true (1)
	p6183: true (1)
	p6184: true (1)
	p6185: true (1)
	p6186: true (1)
	p6187: true (1)
	p6188: true (1)
	p6189: true (1)
	p6190: true (1)
	p6191: true (1)
	p6192: true (1)
	p6193: true (1)
	p6194: true (1)
	p6195: true (1)
	p6196: true (1)
	p6197: true (1)
	p6198: true (1)
	p6199: true (1)
	p6200: true (1)
	p6201: true (1)
	p6202: true (1)
	p6203: true (1)
	p6204: true (1)
	p6205: true (1)
	p6206: true (1)
	p6207: true (1)
	p6208: true (1)
	p6209: true (1)
	p6210: true (1)
	p6211: true (1)
	p6212: true (1)
	p6213: true (1)
	p6214: true (1)
	p6215: true (1)
	p6216: true (1)
	p6217: true (1)
	p6218: true (1)
	p6219: true (1)
	p6220: true (1)
	p6221: true (1)
	p6222: true (1)
	p6223: true (1)
	p6224: true (1)
	p6225: true (1)
	p6226: true (1)
	p6227: true (1)
	p6228: true (1)
	p6229: true (1)
	p6230: true (1)
	p6231: true (1)
	p6232: true (1)
	p6233: true (1)
	p6234: true (1)
	p6235: true (1)
	p6236: true (1)
	p6237: true (1)
	p6238: true (1)
	p6239: true (1)
	p6240: true (1)
	p6241: true (1)
	p6242: true (1)
	p6243: true (1)
	p6244: true (1)
	p6245: true (1)
	p6246: true (1)
	p6247: true (1)
	p6248: true (1)
	p6249: true (1)
	p6250: true (1)
	p6251: true (1)
	p6252: true (1)
	p6253: true (1)
	p6254: true (1)
	p6255: true (1)
	p6256: true (1)
	p6257: true (1)
	p6258: true (1)
	p6259: true (1)
	p6260: true (1)
	p6261: true (1)
	p6262: true (1)
	p6263: true (1)
	p6264: true (1)
	p6265: true (1)
	p6266: true (1)
	p6267: true (1)
	p6268: true (1)
	p6269: true (1)
	p6270: true (1)
	p6271: true (1)
	p6272: true (1)
	p6273: true (1)
	p6274: true (1)
	p6275: true (1)
	p6276: true (1)
	p6277: true (1)
	p6278: true (1)
	p6279: true (1)
	p6280: true (1)
	p6281: true (1)
	p6282: true (1)
	p6283: true (1)
	p6284: true (1)
	p6285: true (1)
	p6286: true (1)
	p6287: true (1)
	p6288: true (1)
	p6289: true (1)
	p6290: true (1)
	p6291: true (1)
	p6292: true (1)
	p6293: true (1)
	p6294: true (1)
	p6295: true (1)
	p6296: true (1)
	p6297: true (1)
	p6298: true (1)
	p6299: true (1)
	p6300: true (1)
	p6301: true (1)
	p6302: true (1)
	p6303: true (1)
	p6304: true (1)
	p6305: true (1)
	p6306: true (1)
	p6307: true (1)
	p6308: true (1)
	p6309: true (1)
	p6310: true (1)
	p6311: true (1)
	p6312: true (1)
	p6313: true (1)
	p6314: true (1)
	p6315: true (1)
	p6316: true (1)
	p6317: true (1)
	p6318: true (1)
	p6319: true (1)
	p6320: true (1)
	p6321: true (1)
	p6322: true (1)
	p6323: true (1)
	p6324: true (1)
	p6325: true (1)
	p6326: true (1)
	p6327: true (1)
	p6328: true (1)
	p6329: true (1)
	p6330: true (1)
	p6331: true (1)
	p6332: true (1)
	p6333: true (1)
	p6334: true (1)
	p6335: true (1)
	p6336: true (1)
	p6337: true (1)
	p6338: true (1)
	p6339: true (1)
	p6340: true (1)
	p6341: true (1)
	p6342: true (1)
	p6343: true (1)
	p6344: true (1)
	p6345: true (1)
	p6346: true (1)
	p6347: true (1)
	p6348: true (1)
	p6349: true (1)
	p6350: true (1)
	p6351: true (1)
	p6352: true (1)
	p6353: true (1)
	p6354: true (1)
	p6355: true (1)
	p6356: true (1)
	p6357: true (1)
	p6358: true (1)
	p6359: true (1)
	p6360: true (1)
	p6361: true (1)
	p6362: true (1)
	p6363: true (1)
	p6364: true (1)
	p6365: true (1)
	p6366: true (1)
	p6367: true (1)
	p6368: true (1)
	p6369: true (1)
	p6370: true (1)
	p6371: true (1)
	p6372: true (1)
	p6373: true (1)
	p6374: true (1)
	p6375: true (1)
	p6376: true (1)
	p6377: true (1)
	p6378: true (1)
	p6379: true (1)
	p6380: true (1)
	p6381: true (1)
	p6382: true (1)
	p6383: true (1)
	p6384: true (1)
	p6385: true (1)
	p6386: true (1)
	p6387: true (1)
	p6388: true (1)
	p6389: true (1)
	p6390: true (1)
	p6391: true (1)
	p6392: true (1)
	p6393: true (1)
	p6394: true (1)
	p6395: true (1)
	p6396: true (1)
	p6397: true (1)
	p6398: true (1)
	p6399: true (1)
	p6400: true (1)
	p6401: true (1)
	p6402: true (1)
	p6403: true (1)
	p6404: true (1)
	p6405: true (1)
	p6406: true (1)
	p6407: true (1)
	p6408: true (1)
	p6409: true (1)
	p6410: true (1)
	p6411: true (1)
	p6412: true (1)
	p6413: true (1)
	p6414: true (1)
	p6415: true (1)
	p6416: true (1)
	p6417: true (1)
	p6418: true (1)
	p6419: true (1)
	p6420: true (1)
	p6421: true (1)
	p6422: true (1)
	p6423: true (1)
	p6424: true (1)
	p6425: true (1)
	p6426: true (1)
	p6427: true (1)
	p6428: true (1)
	p6429: true (1)
	p6430: true (1)
	p6431: true (1)
	p6432: true (1)
	p6433: true (1)
	p6434: true (1)
	p6435: true (1)
	p6436: true (1)
	p6437: true (1)
	p6438: true (1)
	p6439: true (1)
	p6440: true (1)
	p6441: true (1)
	p6442: true (1)
	p6443: true (1)
	p6444: true (1)
	p6445: true (1)
	p6446: true (1)
	p6447: true (1)
	p6448: true (1)
	p6449: true (1)
	p6450: true (1)
	p6451: true (1)
	p6452: true (1)
	p6453: true (1)
	p6454: true (1)
	p6455: true (1)
	p6456: true (1)
	p6457: true (1)
	p6458: true (1)
	p6459: true (1)
	p6460: true (1)
	p6461: true (1)
	p6462: true (1)
	p6463: true (1)
	p6464: true (1)
	p6465: true (1)
	p6466: true (1)
	p6467: true (1)
	p6468: true (1)
	p6469: true (1)
	p6470: true (1)
	p6471: true (1)
	p6472: true (1)
	p6473: true (1)
	p6474: true (1)
	p6475: true (1)
	p6476: true (1)
	p6477: true (1)
	p6478: true (1)
	p6479: true (1)
	p6480: true (1)
	p6481: true (1)
	p6482: true (1)
	p6483: true (1)
	p6484: true (1)
	p6485: true (1)
	p6486: true (1)
	p6487: true (1)
	p6488: true (1)
	p6489: true (1)
	p6490: true (1)
	p6491: true (1)
	p6492: true (1)
	p6493: true (1)
	p6494: true (1)
	p6495: true (1)
	p6496: true (1)
	p6497: true (1)
	p6498: true (1)
	p6499: true (1)
	p6500: true (1)
	p6501: true (1)
	p6502: true (1)
	p6503: true (1)
	p6504: true (1)
	p6505: true (1)
	p6506: true (1)
	p6507: true (1)
	p6508: true (1)
	p6509: true (1)
	p6510: true (1)
	p6511: true (1)
	p6512: true (1)
	p6513: true (1)
	p6514: true (1)
	p6515: true (1)
	p6516: true (1)
	p6517: true (1)
	p6518: true (1)
	p6519: true (1)
	p6520: true (1)
	p6521: true (1)
	p6522: true (1)
	p6523: true (1)
	p6524: true (1)
	p6525: true (1)
	p6526: true (1)
	p6527: true (1)
	p6528: true (1)
	p6529: true (1)
	p6530: true (1)
	p6531: true (1)
	p6532: true (1)
	p6533: true (1)
	p6534: true (1)
	p6535: true (1)
	p6536: true (1)
	p6537: true (1)
	p6538: true (1)
	p6539: true (1)
	p6540: true (1)
	p6541: true (1)
	p6542: true (1)
	p6543: true (1)
	p6544: true (1)
	p6545: true (1)
	p6546: true (1)
	p6547: true (1)
	p6548: true (1)
	p6549: true (1)
	p6550: true (1)
	p6551: true (1)
	p6552: true (1)
	p6553: true (1)
	p6554: true (1)
	p6555: true (1)
	p6556: true (1)
	p6557: true (1)
	p6558: true (1)
	p6559: true (1)
	p6560: true (1)
	p6561: true (1)
	p6562: true (1)
	p6563: true (1)
	p6564: true (1)
	p6565: true (1)
	p6566: true (1)
	p6567: true (1)
	p6568: true (1)
	p6569: true (1)
	p6570: true (1)
	p6571: true (1)
	p6572: true (1)
	p6573: true (1)
	p6574: true (1)
	p6575: true (1)
	p6576: true (1)
	p6577: true (1)
	p6578: true (1)
	p6579: true (1)
	p6580: true (1)
	p6581: true (1)
	p6582: true (1)
	p6583: true (1)
	p6584: true (1)
	p6585: true (1)
	p6586: true (1)
	p6587: true (1)
	p6588: true (1)
	p6589: true (1)
	p6590: true (1)
	p6591: true (1)
	p6592: true (1)
	p6593: true (1)
	p6594: true (1)
	p6595: true (1)
	p6596: true (1)
	p6597: true (1)
	p6598: true (1)
	p6599: true (1)
	p6600: true (1)
	p6601: true (1)
	p6602: true (1)
	p6603: true (1)
	p6604: true (1)
	p6605: true (1)
	p6606: true (1)
	p6607: true (1)
	p6608: true (1)
	p6609: true (1)
	p6610: true (1)
	p6611: true (1)
	p6612: true (1)
	p6613: true (1)
	p6614: true (1)
	p6615: true (1)
	p6616: true (1)
	p6617: true (1)
	p6618: true (1)
	p6619: true (1)
	p6620: true (1)
	p6621: true (1)
	p6622: true (1)
	p6623: true (1)
	p6624: true (1)
	p6625: true (1)
	p6626: true (1)
	p6627: true (1)
	p6628: true (1)
	p6629: true (1)
	p6630: true (1)
	p6631: true (1)
	p6632: true (1)
	p6633: true (1)
	p6634: true (1)
	p6635: true (1)
	p6636: true (1)
	p6637: true (1)
	p6638: true (1)
	p6639: true (1)
	p6640: true (1)
	p6641: true (1)
	p6642: true (1)
	p6643: true (1)
	p6644: true (1)
	p6645: true (1)
	p6646: true (1)
	p6647: true (1)
	p6648: true (1)
	p6649: true (1)
	p6650: true (1)
	p6651: true (1)
	p6652: true (1)
	p6653: true (1)
	p6654: true (1)
	p6655: true (1)
	p6656: true (1)
	p6657: true (1)
	p6658: true (1)
	p6659: true (1)
	p6660: true (1)
	p6661: true (1)
	p6662: true (1)
	p6663: true (1)
	p6664: true (1)
	p6665: true (1)
	p6666: true (1)
	p6667: true (1)
	p6668: true (1)
	p6669: true (1)
	p6670: true (1)
	p6671: true (1)
	p6672: true (1)
	p6673: true (1)
	p6674: true (1)
	p6675: true (1)
	p6676: true (1)
	p6677: true (1)
	p6678: true (1)
	p6679: true (1)
	p6680: true (1)
	p6681: true (1)
	p6682: true (1)
	p6683: true (1)
	p6684: true (1)
	p6685: true (1)
	p6686: true (1)
	p6687: true (1)
	p6688: true (1)
	p6689: true (1)
	p6690: true (1)
	p6691: true (1)
	p6692: true (1)
	p6693: true (1)
	p6694: true (1)
	p6695: true (1)
	p6696: true (1)
	p6697: true (1)
	p6698: true (1)
	p6699: true (1)
	p6700: true (1)
	p6701: true (1)
	p6702: true (1)
	p6703: true (1)
	p6704: true (1)
	p6705: true (1)
	p6706: true (1)
	p6707: true (1)
	p6708: true (1)
	p6709: true (1)
	p6710: true (1)
	p6711: true (1)
	p6712: true (1)
	p6713: true (1)
	p6714: true (1)
	p6715: true (1)
	p6716: true (1)
	p6717: true (1)
	p6718: true (1)
	p6719: true (1)
	p6720: true (1)
	p6721: true (1)
	p6722: true (1)
	p6723: true (1)
	p6724: true (1)
	p6725: true (1)
	p6726: true (1)
	p6727: true (1)
	p6728: true (1)
	p6729: true (1)
	p6730: true (1)
	p6731: true (1)
	p6732: true (1)
	p6733: true (1)
	p6734: true (1)
	p6735: true (1)
	p6736: true (1)
	p6737: true (1)
	p6738: true (1)
	p6739: true (1)
	p6740: true (1)
	p6741: true (1)
	p6742: true (1)
	p6743: true (1)
	p6744: true (1)
	p6745: true (1)
	p6746: true (1)
	p6747: true (1)
	p6748: true (1)
	p6749: true (1)
	p6750: true (1)
	p6751: true (1)
	p6752: true (1)
	p6753: true (1)
	p6754: true (1)
	p6755: true (1)
	p6756: true (1)
	p6757: true (1)
	p6758: true (1)
	p6759: true (1)
	p6760: true (1)
	p6761: true (1)
	p6762: true (1)
	p6763: true (1)
	p6764: true (1)
	p6765: true (1)
	p6766: true (1)
	p6767: true (1)
	p6768: true (1)
	p6769: true (1)
	p6770: true (1)
	p6771: true (1)
	p6772: true (1)
	p6773: true (1)
	p6774: true (1)
	p6775: true (1)
	p6776: true (1)
	p6777: true (1)
	p6778: true (1)
	p6779: true (1)
	p6780: true (1)
	p6781: true (1)
	p6782: true (1)
	p6783: true (1)
	p6784: true (1)
	p6785: true (1)
	p6786: true (1)
	p6787: true (1)
	p6788: true (1)
	p6789: true (1)
	p6790: true (1)
	p6791: true (1)
	p6792: true (1)
	p6793: true (1)
	p6794: true (1)
	p6795: true (1)
	p6796: true (1)
	p6797: true (1)
	p6798: true (1)
	p6799: true (1)
	p6800: true (1)
	p6801: true (1)
	p6802: true (1)
	p6803: true (1)
	p6804: true (1)
	p6805: true (1)
	p6806: true (1)
	p6807: true (1)
	p6808: true (1)
	p6809: true (1)
	p6810: true (1)
	p6811: true (1)
	p6812: true (1)
	p6813: true (1)
	p6814: true (1)
	p6815: true (1)
	p6816: true (1)
	p6817: true (1)
	p6818: true (1)
	p6819: true (1)
	p6820: true (1)
	p6821: true (1)
	p6822: true (1)
	p6823: true (1)
	p6824: true (1)
	p6825: true (1)
	p6826: true (1)
	p6827: true (1)
	p6828: true (1)
	p6829: true (1)
	p6830: true (1)
	p6831: true (1)
	p6832: true (1)
	p6833: true (1)
	p6834: true (1)
	p6835: true (1)
	p6836: true (1)
	p6837: true (1)
	p6838: true (1)
	p6839: true (1)
	p6840: true (1)
	p6841: true (1)
	p6842: true (1)
	p6843: true (1)
	p6844: true (1)
	p6845: true (1)
	p6846: true (1)
	p6847: true (1)
	p6848: true (1)
	p6849: true (1)
	p6850: true (1)
	p6851: true (1)
	p6852: true (1)
	p6853: true (1)
	p6854: true (1)
	p6855: true (1)
	p6856: true (1)
	p6857: true (1)
	p6858: true (1)
	p6859: true (1)
	p6860: true (1)
	p6861: true (1)
	p6862: true (1)
	p6863: true (1)
	p6864: true (1)
	p6865: true (1)
	p6866: true (1)
	p6867: true (1)
	p6868: true (1)
	p6869: true (1)
	p6870: true (1)
	p6871: true (1)
	p6872: true (1)
	p6873: true (1)
	p6874: true (1)
	p6875: true (1)
	p6876: true (1)
	p6877: true (1)
	p6878: true (1)
	p6879: true (1)
	p6880: true (1)
	p6881: true (1)
	p6882: true (1)
	p6883: true (1)
	p6884: true (1)
	p6885: true (1)
	p6886: true (1)
	p6887: true (1)
	p6888: true (1)
	p6889: true (1)
	p6890: true (1)
	p6891: true (1)
	p6892: true (1)
	p6893: true (1)
	p6894: true (1)
	p6895: true (1)
	p6896: true (1)
	p6897: true (1)
	p6898: true (1)
	p6899: true (1)
	p6900: true (1)
	p6901: true (1)
	p6902: true (1)
	p6903: true (1)
	p6904: true (1)
	p6905: true (1)
	p6906: true (1)
	p6907: true (1)
	p6908: true (1)
	p6909: true (1)
	p6910: true (1)
	p6911: true (1)
	p6912: true (1)
	p6913: true (1)
	p6914: true (1)
	p6915: true (1)
	p6916: true (1)
	p6917: true (1)
	p6918: true (1)
	p6919: true (1)
	p6920: true (1)
	p6921: true (1)
	p6922: true (1)
	p6923: true (1)
	p6924: true (1)
	p6925: true (1)
	p6926: true (1)
	p6927: true (1)
	p6928: true (1)
	p6929: true (1)
	p6930: true (1)
	p6931: true (1)
	p6932: true (1)
	p6933: true (1)
	p6934: true (1)
	p6935: true (1)
	p6936: true (1)
	p6937: true (1)
	p6938: true (1)
	p6939: true (1)
	p6940: true (1)
	p6941: true (1)
	p6942: true (1)
	p6943: true (1)
	p6944: true (1)
	p6945: true (1)
	p6946: true (1)
	p6947: true (1)
	p6948: true (1)
	p6949: true (1)
	p6950: true (1)
	p6951: true (1)
	p6952: true (1)
	p6953: true (1)
	p6954: true (1)
	p6955: true (1)
	p6956: true (1)
	p6957: true (1)
	p6958: true (1)
	p6959: true (1)
	p6960: true (1)
	p6961: true (1)
	p6962: true (1)
	p6963: true (1)
	p6964: true (1)
	p6965: true (1)
	p6966: true (1)
	p6967: true (1)
	p6968: true (1)
	p6969: true (1)
	p6970: true (1)
	p6971: true (1)
	p6972: true (1)
	p6973: true (1)
	p6974: true (1)
	p6975: true (1)
	p6976: true (1)
	p6977: true (1)
	p6978: true (1)
	p6979: true (1)
	p6980: true (1)
	p6981: true (1)
	p6982: true (1)
	p6983: true (1)
	p6984: true (1)
	p6985: true (1)
	p6986: true (1)
	p6987: true (1)
	p6988: true (1)
	p6989: true (1)
	p6990: true (1)
	p6991: true (1)
	p6992: true (1)
	p6993: true (1)
	p6994: true (1)
	p6995: true (1)
	p6996: true (1)
	p6997: true (1)
	p6998: true (1)
	p6999: true (1)
	p7000: true (1)
	p7001: true (1)
	p7002: true (1)
	p7003: true (1)
	p7004: true (1)
	p7005: true (1)
	p7006: true (1)
	p7007: true (1)
	p7008: true (1)
	p7009: true (1)
	p7010: true (1)
	p7011: true (1)
	p7012: true (1)
	p7013: true (1)
	p7014: true (1)
	p7015: true (1)
	p7016: true (1)
	p7017: true (1)
	p7018: true (1)
	p7019: true (1)
	p7020: true (1)
	p7021: true (1)
	p7022: true (1)
	p7023: true (1)
	p7024: true (1)
	p7025: true (1)
	p7026: true (1)
	p7027: true (1)
	p7028: true (1)
	p7029: true (1)
	p7030: true (1)
	p7031: true (1)
	p7032: true (1)
	p7033: true (1)
	p7034: true (1)
	p7035: true (1)
	p7036: true (1)
	p7037: true (1)
	p7038: true (1)
	p7039: true (1)
	p7040: true (1)
	p7041: true (1)
	p7042: true (1)
	p7043: true (1)
	p7044: true (1)
	p7045: true (1)
	p7046: true (1)
	p7047: true (1)
	p7048: true (1)
	p7049: true (1)
	p7050: true (1)
	p7051: true (1)
	p7052: true (1)
	p7053: true (1)
	p7054: true (1)
	p7055: true (1)
	p7056: true (1)
	p7057: true (1)
	p7058: true (1)
	p7059: true (1)
	p7060: true (1)
	p7061: true (1)
	p7062: true (1)
	p7063: true (1)
	p7064: true (1)
	p7065: true (1)
	p7066: true (1)
	p7067: true (1)
	p7068: true (1)
	p7069: true (1)
	p7070: true (1)
	p7071: true (1)
	p7072: true (1)
	p7073: true (1)
	p7074: true (1)
	p7075: true (1)
	p7076: true (1)
	p7077: true (1)
	p7078: true (1)
	p7079: true (1)
	p7080: true (1)
	p7081: true (1)
	p7082: true (1)
	p7083: true (1)
	p7084: true (1)
	p7085: true (1)
	p7086: true (1)
	p7087: true (1)
	p7088: true (1)
	p7089: true (1)
	p7090: true (1)
	p7091: true (1)
	p7092: true (1)
	p7093: true (1)
	p7094: true (1)
	p7095: true (1)
	p7096: true (1)
	p7097: true (1)
	p7098: true (1)
	p7099: true (1)
	p7100: true (1)
	p7101: true (1)
	p7102: true (1)
	p7103: true (1)
	p7104: true (1)
	p7105: true (1)
	p7106: true (1)
	p7107: true (1)
	p7108: true (1)
	p7109: true (1)
	p7110: true (1)
	p7111: true (1)
	p7112: true (1)
	p7113: true (1)
	p7114: true (1)
	p7115: true (1)
	p7116: true (1)
	p7117: true (1)
	p7118: true (1)
	p7119: true (1)
	p7120: true (1)
	p7121: true (1)
	p7122: true (1)
	p7123: true (1)
	p7124: true (1)
	p7125: true (1)
	p7126: true (1)
	p7127: true (1)
	p7128: true (1)
	p7129: true (1)
	p7130: true (1)
	p7131: true (1)
	p7132: true (1)
	p7133: true (1)
	p7134: true (1)
	p7135: true (1)
	p7136: true (1)
	p7137: true (1)
	p7138: true (1)
	p7139: true (1)
	p7140: true (1)
	p7141: true (1)
	p7142: true (1)
	p7143: true (1)
	p7144: true (1)
	p7145: true (1)
	p7146: true (1)
	p7147: true (1)
	p7148: true (1)
	p7149: true (1)
	p7150: true (1)
	p7151: true (1)
	p7152: true (1)
	p7153: true (1)
	p7154: true (1)
	p7155: true (1)
	p7156: true (1)
	p7157: true (1)
	p7158: true (1)
	p7159: true (1)
	p7160: true (1)
	p7161: true (1)
	p7162: true (1)
	p7163: true (1)
	p7164: true (1)
	p7165: true (1)
	p7166: true (1)
	p7167: true (1)
	p7168: true (1)
	p7169: true (1)
	p7170: true (1)
	p7171: true (1)
	p7172: true (1)
	p7173: true (1)
	p7174: true (1)
	p7175: true (1)
	p7176: true (1)
	p7177: true (1)
	p7178: true (1)
	p7179: true (1)
	p7180: true (1)
	p7181: true (1)
	p7182: true (1)
	p7183: true (1)
	p7184: true (1)
	p7185: true (1)
	p7186: true (1)
	p7187: true (1)
	p7188: true (1)
	p7189: true (1)
	p7190: true (1)
	p7191: true (1)
	p7192: true (1)
	p7193: true (1)
	p7194: true (1)
	p7195: true (1)
	p7196: true (1)
	p7197: true (1)
	p7198: true (1)
	p7199: true (1)
	p7200: true (1)
	p7201: true (1)
	p7202: true (1)
	p7203: true (1)
	p7204: true (1)
	p7205: true (1)
	p7206: true (1)
	p7207: true (1)
	p7208: true (1)
	p7209: true (1)
	p7210: true (1)
	p7211: true (1)
	p7212: true (1)
	p7213: true (1)
	p7214: true (1)
	p7215: true (1)
	p7216: true (1)
	p7217: true (1)
	p7218: true (1)
	p7219: true (1)
	p7220: true (1)
	p7221: true (1)
	p7222: true (1)
	p7223: true (1)
	p7224: true (1)
	p7225: true (1)
	p7226: true (1)
	p7227: true (1)
	p7228: true (1)
	p7229: true (1)
	p7230: true (1)
	p7231: true (1)
	p7232: true (1)
	p7233: true (1)
	p7234: true (1)
	p7235: true (1)
	p7236: true (1)
	p7237: true (1)
	p7238: true (1)
	p7239: true (1)
	p7240: true (1)
	p7241: true (1)
	p7242: true (1)
	p7243: true (1)
	p7244: true (1)
	p7245: true (1)
	p7246: true (1)
	p7247: true (1)
	p7248: true (1)
	p7249: true (1)
	p7250: true (1)
	p7251: true (1)
	p7252: true (1)
	p7253: true (1)
	p7254: true (1)
	p7255: true (1)
	p7256: true (1)
	p7257: true (1)
	p7258: true (1)
	p7259: true (1)
	p7260: true (1)
	p7261: true (1)
	p7262: true (1)
	p7263: true (1)
	p7264: true (1)
	p7265: true (1)
	p7266: true (1)
	p7267: true (1)
	p7268: true (1)
	p7269: true (1)
	p7270: true (1)
	p7271: true (1)
	p7272: true (1)
	p7273: true (1)
	p7274: true (1)
	p7275: true (1)
	p7276: true (1)
	p7277: true (1)
	p7278: true (1)
	p7279: true (1)
	p7280: true (1)
	p7281: true (1)
	p7282: true (1)
	p7283: true (1)
	p7284: true (1)
	p7285: true (1)
	p7286: true (1)
	p7287: true (1)
	p7288: true (1)
	p7289: true (1)
	p7290: true (1)
	p7291: true (1)
	p7292: true (1)
	p7293: true (1)
	p7294: true (1)
	p7295: true (1)
	p7296: true (1)
	p7297: true (1)
	p7298: true (1)
	p7299: true (1)
	p7300: true (1)
	p7301: true (1)
	p7302: true (1)
	p7303: true (1)
	p7304: true (1)
	p7305: true (1)
	p7306: true (1)
	p7307: true (1)
	p7308: true (1)
	p7309: true (1)
	p7310: true (1)
	p7311: true (1)
	p7312: true (1)
	p7313: true (1)
	p7314: true (1)
	p7315: true (1)
	p7316: true (1)
	p7317: true (1)
	p7318: true (1)
	p7319: true (1)
	p7320: true (1)
	p7321: true (1)
	p7322: true (1)
	p7323: true (1)
	p7324: true (1)
	p7325: true (1)
	p7326: true (1)
	p7327: true (1)
	p7328: true (1)
	p7329: true (1)
	p7330: true (1)
	p7331: true (1)
	p7332: true (1)
	p7333: true (1)
	p7334: true (1)
	p7335: true (1)
	p7336: true (1)
	p7337: true (1)
	p7338: true (1)
	p7339: true (1)
	p7340: true (1)
	p7341: true (1)
	p7342: true (1)
	p7343: true (1)
	p7344: true (1)
	p7345: true (1)
	p7346: true (1)
	p7347: true (1)
	p7348: true (1)
	p7349: true (1)
	p7350: true (1)
	p7351: true (1)
	p7352: true (1)
	p7353: true (1)
	p7354: true (1)
	p7355: true (1)
	p7356: true (1)
	p7357: true (1)
	p7358: true (1)
	p7359: true (1)
	p7360: true (1)
	p7361: true (1)
	p7362: true (1)
	p7363: true (1)
	p7364: true (1)
	p7365: true (1)
	p7366: true (1)
	p7367: true (1)
	p7368: true (1)
	p7369: true (1)
	p7370: true (1)
	p7371: true (1)
	p7372: true (1)
	p7373: true (1)
	p7374: true (1)
	p7375: true (1)
	p7376: true (1)
	p7377: true (1)
	p7378: true (1)
	p7379: true (1)
	p7380: true (1)
	p7381: true (1)
	p7382: true (1)
	p7383: true (1)
	p7384: true (1)
	p7385: true (1)
	p7386: true (1)
	p7387: true (1)
	p7388: true (1)
	p7389: true (1)
	p7390: true (1)
	p7391: true (1)
	p7392: true (1)
	p7393: true (1)
	p7394: true (1)
	p7395: true (1)
	p7396: true (1)
	p7397: true (1)
	p7398: true (1)
	p7399: true (1)
	p7400: true (1)
	p7401: true (1)
	p7402: true (1)
	p7403: true (1)
	p7404: true (1)
	p7405: true (1)
	p7406: true (1)
	p7407: true (1)
	p7408: true (1)
	p7409: true (1)
	p7410: true (1)
	p7411: true (1)
	p7412: true (1)
	p7413: true (1)
	p7414: true (1)
	p7415: true (1)
	p7416: true (1)
	p7417: true (1)
	p7418: true (1)
	p7419: true (1)
	p7420: true (1)
	p7421: true (1)
	p7422: true (1)
	p7423: true (1)
	p7424: true (1)
	p7425: true (1)
	p7426: true (1)
	p7427: true (1)
	p7428: true (1)
	p7429: true (1)
	p7430: true (1)
	p7431: true (1)
	p7432: true (1)
	p7433: true (1)
	p7434: true (1)
	p7435: true (1)
	p7436: true (1)
	p7437: true (1)
	p7438: true (1)
	p7439: true (1)
	p7440: true (1)
	p7441: true (1)
	p7442: true (1)
	p7443: true (1)
	p7444: true (1)
	p7445: true (1)
	p7446: true (1)
	p7447: true (1)
	p7448: true (1)
	p7449: true (1)
	p7450: true (1)
	p7451: true (1)
	p7452: true (1)
	p7453: true (1)
	p7454: true (1)
	p7455: true (1)
	p7456: true (1)
	p7457: true (1)
	p7458: true (1)
	p7459: true (1)
	p7460: true (1)
	p7461: true (1)
	p7462: true (1)
	p7463: true (1)
	p7464: true (1)
	p7465: true (1)
	p7466: true (1)
	p7467: true (1)
	p7468: true (1)
	p7469: true (1)
	p7470: true (1)
	p7471: true (1)
	p7472: true (1)
	p7473: true (1)
	p7474: true (1)
	p7475: true (1)
	p7476: true (1)
	p7477: true (1)
	p7478: true (1)
	p7479: true (1)
	p7480: true (1)
	p7481: true (1)
	p7482: true (1)
	p7483: true (1)
	p7484: true (1)
	p7485: true (1)
	p7486: true (1)
	p7487: true (1)
	p7488: true (1)
	p7489: true (1)
	p7490: true (1)
	p7491: true (1)
	p7492: true (1)
	p7493: true (1)
	p7494: true (1)
	p7495: true (1)
	p7496: true (1)
	p7497: true (1)
	p7498: true (1)
	p7499: true (1)
	p7500: true (1)
	p7501: true (1)
	p7502: true (1)
	p7503: true (1)
	p7504: true (1)
	p7505: true (1)
	p7506: true (1)
	p7507: true (1)
	p7508: true (1)
	p7509: true (1)
	p7510: true (1)
	p7511: true (1)
	p7512: true (1)
	p7513: true (1)
	p7514: true (1)
	p7515: true (1)
	p7516: true (1)
	p7517: true (1)
	p7518: true (1)
	p7519: true (1)
	p7520: true (1)
	p7521: true (1)
	p7522: true (1)
	p7523: true (1)
	p7524: true (1)
	p7525: true (1)
	p7526: true (1)
	p7527: true (1)
	p7528: true (1)
	p7529: true (1)
	p7530: true (1)
	p7531: true (1)
	p7532: true (1)
	p7533: true (1)
	p7534: true (1)
	p7535: true (1)
	p7536: true (1)
	p7537: true (1)
	p7538: true (1)
	p7539: true (1)
	p7540: true (1)
	p7541: true (1)
	p7542: true (1)
	p7543: true (1)
	p7544: true (1)
	p7545: true (1)
	p7546: true (1)
	p7547: true (1)
	p7548: true (1)
	p7549: true (1)
	p7550: true (1)
	p7551: true (1)
	p7552: true (1)
	p7553: true (1)
	p7554: true (1)
	p7555: true (1)
	p7556: true (1)
	p7557: true (1)
	p7558: true (1)
	p7559: true (1)
	p7560: true (1)
	p7561: true (1)
	p7562: true (1)
	p7563: true (1)
	p7564: true (1)
	p7565: true (1)
	p7566: true (1)
	p7567: true (1)
	p7568: true (1)
	p7569: true (1)
	p7570: true (1)
	p7571: true (1)
	p7572: true (1)
	p7573: true (1)
	p7574: true (1)
	p7575: true (1)
	p7576: true (1)
	p7577: true (1)
	p7578: true (1)
	p7579: true (1)
	p7580: true (1)
	p7581: true (1)
	p7582: true (1)
	p7583: true (1)
	p7584: true (1)
	p7585: true (1)
	p7586: true (1)
	p7587: true (1)
	p7588: true (1)
	p7589: true (1)
	p7590: true (1)
	p7591: true (1)
	p7592: true (1)
	p7593: true (1)
	p7594: true (1)
	p7595: true (1)
	p7596: true (1)
	p7597: true (1)
	p7598: true (1)
	p7599: true (1)
	p7600: true (1)
	p7601: true (1)
	p7602: true (1)
	p7603: true (1)
	p7604: true (1)
	p7605: true (1)
	p7606: true (1)
	p7607: true (1)
	p7608: true (1)
	p7609: true (1)
	p7610: true (1)
	p7611: true (1)
	p7612: true (1)
	p7613: true (1)
	p7614: true (1)
	p7615: true (1)
	p7616: true (1)
	p7617: true (1)
	p7618: true (1)
	p7619: true (1)
	p7620: true (1)
	p7621: true (1)
	p7622: true (1)
	p7623: true (1)
	p7624: true (1)
	p7625: true (1)
	p7626: true (1)
	p7627: true (1)
	p7628: true (1)
	p7629: true (1)
	p7630: true (1)
	p7631: true (1)
	p7632: true (1)
	p7633: true (1)
	p7634: true (1)
	p7635: true (1)
	p7636: true (1)
	p7637: true (1)
	p7638: true (1)
	p7639: true (1)
	p7640: true (1)
	p7641: true (1)
	p7642: true (1)
	p7643: true (1)
	p7644: true (1)
	p7645: true (1)
	p7646: true (1)
	p7647: true (1)
	p7648: true (1)
	p7649: true (1)
	p7650: true (1)
	p7651: true (1)
	p7652: true (1)
	p7653: true (1)
	p7654: true (1)
	p7655: true (1)
	p7656: true (1)
	p7657: true (1)
	p7658: true (1)
	p7659: true (1)
	p7660: true (1)
	p7661: true (1)
	p7662: true (1)
	p7663: true (1)
	p7664: true (1)
	p7665: true (1)
	p7666: true (1)
	p7667: true (1)
	p7668: true (1)
	p7669: true (1)
	p7670: true (1)
	p7671: true (1)
	p7672: true (1)
	p7673: true (1)
	p7674: true (1)
	p7675: true (1)
	p7676: true (1)
	p7677: true (1)
	p7678: true (1)
	p7679: true (1)
	p7680: true (1)
	p7681: true (1)
	p7682: true (1)
	p7683: true (1)
	p7684: true (1)
	p7685: true (1)
	p7686: true (1)
	p7687: true (1)
	p7688: true (1)
	p7689: true (1)
	p7690: true (1)
	p7691: true (1)
	p7692: true (1)
	p7693: true (1)
	p7694: true (1)
	p7695: true (1)
	p7696: true (1)
	p7697: true (1)
	p7698: true (1)
	p7699: true (1)
	p7700: true (1)
	p7701: true (1)
	p7702: true (1)
	p7703: true (1)
	p7704: true (1)
	p7705: true (1)
	p7706: true (1)
	p7707: true (1)
	p7708: true (1)
	p7709: true (1)
	p7710: true (1)
	p7711: true (1)
	p7712: true (1)
	p7713: true (1)
	p7714: true (1)
	p7715: true (1)
	p7716: true (1)
	p7717: true (1)
	p7718: true (1)
	p7719: true (1)
	p7720: true (1)
	p7721: true (1)
	p7722: true (1)
	p7723: true (1)
	p7724: true (1)
	p7725: true (1)
	p7726: true (1)
	p7727: true (1)
	p7728: true (1)
	p7729: true (1)
	p7730: true (1)
	p7731: true (1)
	p7732: true (1)
	p7733: true (1)
	p7734: true (1)
	p7735: true (1)
	p7736: true (1)
	p7737: true (1)
	p7738: true (1)
	p7739: true (1)
	p7740: true (1)
	p7741: true (1)
	p7742: true (1)
	p7743: true (1)
	p7744: true (1)
	p7745: true (1)
	p7746: true (1)
	p7747: true (1)
	p7748: true (1)
	p7749: true (1)
	p7750: true (1)
	p7751: true (1)
	p7752: true (1)
	p7753: true (1)
	p7754: true (1)
	p7755: true (1)
	p7756: true (1)
	p7757: true (1)
	p7758: true (1)
	p7759: true (1)
	p7760: true (1)
	p7761: true (1)
	p7762: true (1)
	p7763: true (1)
	p7764: true (1)
	p7765: true (1)
	p7766: true (1)
	p7767: true (1)
	p7768: true (1)
	p7769: true (1)
	p7770: true (1)
	p7771: true (1)
	p7772: true (1)
	p7773: true (1)
	p7774: true (1)
	p7775: true (1)
	p7776: true (1)
	p7777: true (1)
	p7778: true (1)
	p7779: true (1)
	p7780: true (1)
	p7781: true (1)
	p7782: true (1)
	p7783: true (1)
	p7784: true (1)
	p7785: true (1)
	p7786: true (1)
	p7787: true (1)
	p7788: true (1)
	p7789: true (1)
	p7790: true (1)
	p7791: true (1)
	p7792: true (1)
	p7793: true (1)
	p7794: true (1)
	p7795: true (1)
	p7796: true (1)
	p7797: true (1)
	p7798: true (1)
	p7799: true (1)
	p7800: true (1)
	p7801: true (1)
	p7802: true (1)
	p7803: true (1)
	p7804: true (1)
	p7805: true (1)
	p7806: true (1)
	p7807: true (1)
	p7808: true (1)
	p7809: true (1)
	p7810: true (1)
	p7811: true (1)
	p7812: true (1)
	p7813: true (1)
	p7814: true (1)
	p7815: true (1)
	p7816: true (1)
	p7817: true (1)
	p7818: true (1)
	p7819: true (1)
	p7820: true (1)
	p7821: true (1)
	p7822: true (1)
	p7823: true (1)
	p7824: true (1)
	p7825: true (1)
	p7826: true (1)
	p7827: true (1)
	p7828: true (1)
	p7829: true (1)
	p7830: true (1)
	p7831: true (1)
	p7832: true (1)
	p7833: true (1)
	p7834: true (1)
	p7835: true (1)
	p7836: true (1)
	p7837: true (1)
	p7838: true (1)
	p7839: true (1)
	p7840: true (1)
	p7841: true (1)
	p7842: true (1)
	p7843: true (1)
	p7844: true (1)
	p7845: true (1)
	p7846: true (1)
	p7847: true (1)
	p7848: true (1)
	p7849: true (1)
	p7850: true (1)
	p7851: true (1)
	p7852: true (1)
	p7853: true (1)
	p7854: true (1)
	p7855: true (1)
	p7856: true (1)
	p7857: true (1)
	p7858: true (1)
	p7859: true (1)
	p7860: true (1)
	p7861: true (1)
	p7862: true (1)
	p7863: true (1)
	p7864: true (1)
	p7865: true (1)
	p7866: true (1)
	p7867: true (1)
	p7868: true (1)
	p7869: true (1)
	p7870: true (1)
	p7871: true (1)
	p7872: true (1)
	p7873: true (1)
	p7874: true (1)
	p7875: true (1)
	p7876: true (1)
	p7877: true (1)
	p7878: true (1)
	p7879: true (1)
	p7880: true (1)
	p7881: true (1)
	p7882: true (1)
	p7883: true (1)
	p7884: true (1)
	p7885: true (1)
	p7886: true (1)
	p7887: true (1)
	p7888: true (1)
	p7889: true (1)
	p7890: true (1)
	p7891: true (1)
	p7892: true (1)
	p7893: true (1)
	p7894: true (1)
	p7895: true (1)
	p7896: true (1)
	p7897: true (1)
	p7898: true (1)
	p7899: true (1)
	p7900: true (1)
	p7901: true (1)
	p7902: true (1)
	p7903: true (1)
	p7904: true (1)
	p7905: true (1)
	p7906: true (1)
	p7907: true (1)
	p7908: true (1)
	p7909: true (1)
	p7910: true (1)
	p7911: true (1)
	p7912: true (1)
	p7913: true (1)
	p7914: true (1)
	p7915: true (1)
	p7916: true (1)
	p7917: true (1)
	p7918: true (1)
	p7919: true (1)
	p7920: true (1)
	p7921: true (1)
	p7922: true (1)
	p7923: true (1)
	p7924: true (1)
	p7925: true (1)
	p7926: true (1)
	p7927: true (1)
	p7928: true (1)
	p7929: true (1)
	p7930: true (1)
	p7931: true (1)
	p7932: true (1)
	p7933: true (1)
	p7934: true (1)
	p7935: true (1)
	p7936: true (1)
	p7937: true (1)
	p7938: true (1)
	p7939: true (1)
	p7940: true (1)
	p7941: true (1)
	p7942: true (1)
	p7943: true (1)
	p7944: true (1)
	p7945: true (1)
	p7946: true (1)
	n1: false (0)
cachingRepresentation: sanity checking passed (time_taken = 1744.05)
faultLocRep: compute_localization: fault_scheme: path, fix_scheme: default
cilRep: default.cache: saved
cachingRep: default.cache: saved
faultlocRep: default.cache: saved
cilrep done serialize
cilRep: stmt_count = 2751
cilRep: stmts in weighted_path = 152
cilRep: total weight = 15.2
cilRep: stmts in weighted_path with weight >= 1.0 = 0
cilRep: ext/standard/html.c (code bank/base file; atoms [1,2751])
cilRep: 1 file(s) total in representation
search: ww_adaptive_1 begins (time = 1487541131.841101)
cilRep: coverage ignores: /usr/local/include
cilRep: coverage ignores: /usr/lib/gcc/i686-redhat-linux/4.4.5/include
cilRep: coverage ignores: /usr/include
cilRep: atoms in standard headers: 345
cilRep: fix-space quotient by string: 1066 -> 715
progeq: computing alias analysis information
progeq: WARNING: cannot resolve call: __builtin_strchr
progeq: WARNING: cannot resolve call: __builtin_atan2l
progeq: WARNING: cannot resolve call: __builtin_fabs
progeq: WARNING: cannot resolve call: __builtin_fabsf
progeq: WARNING: cannot resolve call: __builtin_fabsl
progeq: WARNING: cannot resolve call: __builtin_expect
progeq: WARNING: cannot resolve call: __uflow
progeq: WARNING: cannot resolve call: __overflow
progeq: WARNING: cannot resolve call: __getdelim
progeq: WARNING: cannot resolve call: _safe_malloc
progeq: WARNING: cannot resolve call: memset
progeq: WARNING: cannot resolve call: realloc
progeq: WARNING: cannot resolve call: _zend_hash_index_update_or_next_insert
progeq: WARNING: cannot resolve call: _zend_hash_add_or_update
progeq: WARNING: cannot resolve call: zend_hash_del_key_or_index
progeq: WARNING: cannot resolve call: zend_hash_index_find
progeq: WARNING: cannot resolve call: zend_hash_find
progeq: WARNING: cannot resolve call: zend_hash_index_exists
progeq: WARNING: cannot resolve call: zend_hash_exists
progeq: WARNING: cannot resolve call: zend_hash_update_current_key_ex
progeq: WARNING: cannot resolve call: gc_zval_possible_root
progeq: WARNING: cannot resolve call: zend_hex_strtod
progeq: WARNING: cannot resolve call: zend_strtod
progeq: WARNING: cannot resolve call: zend_error
progeq: WARNING: cannot resolve call: __builtin_strcmp
progeq: WARNING: cannot resolve call: increment_function
progeq: WARNING: cannot resolve call: decrement_function
progeq: WARNING: cannot resolve call: add_function
progeq: WARNING: cannot resolve call: sub_function
progeq: WARNING: cannot resolve call: mul_function
progeq: WARNING: cannot resolve call: div_function
progeq: WARNING: cannot resolve call: mod_function
progeq: WARNING: cannot resolve call: compare_function
progeq: WARNING: cannot resolve call: _zval_dtor_func
progeq: WARNING: cannot resolve call: _zval_copy_ctor_func
progeq: WARNING: cannot resolve call: _erealloc
progeq: WARNING: cannot resolve call: zend_objects_store_del_ref_by_handle_ex
progeq: WARNING: cannot resolve call: gc_remove_zval_from_buffer
progeq: WARNING: cannot resolve call: _efree
progeq: WARNING: cannot resolve call: _emalloc
progeq: WARNING: cannot resolve call: __ctype_tolower_loc
progeq: WARNING: cannot resolve call: __ctype_toupper_loc
progeq: WARNING: cannot resolve call: zend_replace_error_handling
progeq: WARNING: cannot resolve call: __xstat
progeq: WARNING: cannot resolve call: __lxstat
progeq: WARNING: cannot resolve call: __fxstat
progeq: WARNING: cannot resolve call: __fxstatat
progeq: WARNING: cannot resolve call: __xmknod
progeq: WARNING: cannot resolve call: __xmknodat
progeq: WARNING: cannot resolve call: __xstat64
progeq: WARNING: cannot resolve call: __lxstat64
progeq: WARNING: cannot resolve call: __fxstat64
progeq: WARNING: cannot resolve call: __fxstatat64
progeq: WARNING: cannot resolve call: __btowc_alias
progeq: WARNING: cannot resolve call: __wctob_alias
progeq: WARNING: cannot resolve call: mbrtowc
progeq: WARNING: cannot resolve call: __mbrlen
progeq: WARNING: cannot resolve call: poll
progeq: WARNING: cannot resolve call: php_error_docref0
progeq: WARNING: cannot resolve call: zend_multibyte_get_internal_encoding
progeq: WARNING: cannot resolve call: zend_multibyte_get_encoding_name
progeq: WARNING: cannot resolve call: nl_langinfo
progeq: WARNING: cannot resolve call: setlocale
progeq: WARNING: cannot resolve call: _estrndup
progeq: WARNING: cannot resolve call: zend_error_noreturn
progeq: WARNING: cannot resolve call: _safe_erealloc
progeq: WARNING: cannot resolve call: memcpy
progeq: WARNING: cannot resolve call: zend_parse_parameters
progeq: WARNING: cannot resolve call: zend_register_long_constant
progeq: WARNING: cannot resolve call: add_assoc_stringl_ex
progeq: WARNING: cannot resolve call: _array_init
search: fix space reduced (time_taken = 229.057)
excluded 0 deletes (from list of 0 total edits)
search: ww_adaptive: 152 deletes
excluded 0 appends (from list of 0 total edits)
search: ww_adaptive: 3088 appends
search: ww_adaptive: 3240 possible edits
search: ready to start (time_taken = 270.838)
search: ww_adaptive: finding best
rep: WARNING: test_visiting_atoms: no data available
	try using --coverage-per-test and/or --regen-paths
	defaulting to 'all tests'
search: ww_adaptive: found best (time_taken = 31.5271)
	variant     1/ 3240 = d(310)          (7947 tests, cond 0)
		n1 false (test_time = 20.6073)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.5821)
	variant     2/ 3240 = d(343)          (7947 tests, cond 0)
		n1 true (test_time = 19.8852)
		p1 true (test_time = 0.230696)
		p2 true (test_time = 0.23197)
		p3 true (test_time = 0.241962)
		p4 true (test_time = 0.23099)
		p5 true (test_time = 0.231168)
		p6 true (test_time = 0.232263)
		p7 true (test_time = 0.23219)
		p8 true (test_time = 0.235537)
		p9 true (test_time = 0.23251)
		p10 true (test_time = 0.231952)
		p11 true (test_time = 0.232723)
		p12 true (test_time = 0.231709)
		p13 true (test_time = 0.231548)
		p14 true (test_time = 0.232166)
		p15 true (test_time = 0.235086)
		p16 true (test_time = 0.231863)
		p17 true (test_time = 0.231921)
		p18 true (test_time = 0.23294)
		p19 true (test_time = 0.251426)
		p20 true (test_time = 0.247546)
		p21 true (test_time = 0.237485)
		p22 true (test_time = 0.238596)
		p23 true (test_time = 0.24042)
		p24 true (test_time = 0.238554)
		p25 true (test_time = 0.259008)
		p26 true (test_time = 0.240907)
		p27 true (test_time = 0.235937)
		p28 true (test_time = 0.23504)
		p29 true (test_time = 0.240403)
		p30 true (test_time = 0.241039)
		p31 true (test_time = 0.237426)
		p32 true (test_time = 0.237147)
		p33 true (test_time = 0.24764)
		p34 true (test_time = 0.247143)
		p35 true (test_time = 0.234592)
		p36 true (test_time = 0.238018)
		p37 true (test_time = 0.236525)
		p38 true (test_time = 0.235793)
		p39 true (test_time = 0.230501)
		p40 true (test_time = 0.23269)
		p41 true (test_time = 0.233243)
		p42 true (test_time = 0.232539)
		p43 true (test_time = 0.233082)
		p44 true (test_time = 0.233447)
		p45 true (test_time = 0.232478)
		p46 true (test_time = 0.23449)
		p47 true (test_time = 0.234277)
		p48 true (test_time = 0.232037)
		p49 true (test_time = 0.23211)
		p50 true (test_time = 0.233041)
		p51 true (test_time = 0.232199)
		p52 true (test_time = 0.233825)
		p53 true (test_time = 0.233195)
		p54 true (test_time = 0.251766)
		p55 true (test_time = 0.233061)
		p56 true (test_time = 0.232319)
		p57 true (test_time = 0.231126)
		p58 true (test_time = 0.233219)
		p59 true (test_time = 0.231948)
		p60 true (test_time = 0.234296)
		p61 true (test_time = 0.23258)
		p62 true (test_time = 0.231666)
		p63 true (test_time = 0.243708)
		p64 true (test_time = 0.232021)
		p65 true (test_time = 0.233973)
		p66 true (test_time = 0.231736)
		p67 true (test_time = 0.23464)
		p68 true (test_time = 0.215737)
		p69 true (test_time = 0.21546)
		p70 true (test_time = 0.213756)
		p71 true (test_time = 0.220621)
		p72 true (test_time = 0.214004)
		p73 true (test_time = 0.231539)
		p74 true (test_time = 0.216444)
		p75 true (test_time = 0.216367)
		p76 true (test_time = 0.21642)
		p77 true (test_time = 0.2177)
		p78 true (test_time = 0.213946)
		p79 true (test_time = 0.215313)
		p80 true (test_time = 0.248788)
		p81 true (test_time = 0.213908)
		p82 true (test_time = 0.215454)
		p83 true (test_time = 0.22185)
		p84 true (test_time = 0.215961)
		p85 true (test_time = 0.218855)
		p86 true (test_time = 0.217258)
		p87 true (test_time = 0.214667)
		p88 true (test_time = 0.213637)
		p89 true (test_time = 0.214698)
		p90 true (test_time = 0.235645)
		p91 true (test_time = 0.214092)
		p92 true (test_time = 0.214852)
		p93 true (test_time = 0.220747)
		p94 true (test_time = 0.218385)
		p95 true (test_time = 0.214231)
		p96 true (test_time = 0.214442)
		p97 true (test_time = 0.214628)
		p98 true (test_time = 0.214334)
		p99 true (test_time = 0.217401)
		p100 true (test_time = 0.214671)
		p101 true (test_time = 0.21951)
		p102 true (test_time = 0.220997)
		p103 true (test_time = 0.214845)
		p104 true (test_time = 0.216245)
		p105 true (test_time = 0.219478)
		p106 true (test_time = 0.225077)
		p107 true (test_time = 0.215025)
		p108 true (test_time = 0.215697)
		p109 true (test_time = 0.213762)
		p110 true (test_time = 0.215352)
		p111 true (test_time = 0.214222)
		p112 true (test_time = 0.216896)
		p113 true (test_time = 0.214309)
		p114 true (test_time = 0.218574)
		p115 true (test_time = 0.21675)
		p116 true (test_time = 0.231775)
		p117 true (test_time = 0.214896)
		p118 true (test_time = 0.215954)
		p119 true (test_time = 0.216227)
		p120 true (test_time = 0.228929)
		p121 true (test_time = 0.246019)
		p122 true (test_time = 0.22195)
		p123 true (test_time = 0.229006)
		p124 true (test_time = 0.222767)
		p125 true (test_time = 0.218895)
		p126 true (test_time = 0.217934)
		p127 true (test_time = 0.236564)
		p128 true (test_time = 0.213501)
		p129 true (test_time = 0.238096)
		p130 true (test_time = 0.213667)
		p131 true (test_time = 0.223365)
		p132 true (test_time = 0.235535)
		p133 true (test_time = 0.224473)
		p134 true (test_time = 0.21658)
		p135 true (test_time = 0.23788)
		p136 true (test_time = 0.227374)
		p137 true (test_time = 0.219591)
		p138 true (test_time = 0.214931)
		p139 true (test_time = 0.21354)
		p140 true (test_time = 0.214971)
		p141 true (test_time = 0.214481)
		p142 true (test_time = 0.213772)
		p143 true (test_time = 0.213661)
		p144 true (test_time = 0.231925)
		p145 true (test_time = 0.216081)
		p146 true (test_time = 0.214047)
		p147 true (test_time = 0.215432)
		p148 true (test_time = 0.213877)
		p149 true (test_time = 0.218381)
		p150 true (test_time = 0.213614)
		p151 true (test_time = 0.214485)
		p152 true (test_time = 0.214341)
		p153 true (test_time = 0.215918)
		p154 true (test_time = 0.21672)
		p155 true (test_time = 0.226064)
		p156 true (test_time = 2.42387)
		p157 true (test_time = 0.214702)
		p158 true (test_time = 0.218864)
		p159 true (test_time = 0.235644)
		p160 true (test_time = 0.221363)
		p161 true (test_time = 0.230594)
		p162 true (test_time = 0.213724)
		p163 true (test_time = 0.215834)
		p164 true (test_time = 0.212925)
		p165 true (test_time = 0.213658)
		p166 true (test_time = 0.213559)
		p167 true (test_time = 0.220698)
		p168 true (test_time = 0.214547)
		p169 true (test_time = 0.21767)
		p170 true (test_time = 0.219776)
		p171 true (test_time = 0.213225)
		p172 true (test_time = 0.222834)
		p173 true (test_time = 0.213541)
		p174 true (test_time = 0.213073)
		p175 true (test_time = 0.215585)
		p176 true (test_time = 0.226156)
		p177 true (test_time = 0.214031)
		p178 true (test_time = 0.216064)
		p179 true (test_time = 0.213597)
		p180 true (test_time = 0.215075)
		p181 true (test_time = 0.213048)
		p182 true (test_time = 0.213816)
		p183 true (test_time = 0.220466)
		p184 true (test_time = 0.216357)
		p185 true (test_time = 0.215136)
		p186 true (test_time = 0.219334)
		p187 true (test_time = 0.218675)
		p188 true (test_time = 0.213294)
		p189 true (test_time = 0.223137)
		p190 true (test_time = 0.2133)
		p191 true (test_time = 0.214148)
		p192 true (test_time = 0.21651)
		p193 true (test_time = 0.213712)
		p194 true (test_time = 0.217419)
		p195 true (test_time = 0.215457)
		p196 true (test_time = 0.213589)
		p197 true (test_time = 0.213179)
		p198 true (test_time = 0.214189)
		p199 true (test_time = 0.214333)
		p200 true (test_time = 0.212761)
		p201 true (test_time = 0.215151)
		p202 true (test_time = 0.213329)
		p203 true (test_time = 0.214222)
		p204 true (test_time = 0.230503)
		p205 true (test_time = 0.21358)
		p206 true (test_time = 0.232265)
		p207 true (test_time = 0.232054)
		p208 true (test_time = 0.220876)
		p209 true (test_time = 0.29414)
		p210 true (test_time = 0.215823)
		p211 true (test_time = 0.215337)
		p212 true (test_time = 0.214591)
		p213 true (test_time = 0.214628)
		p214 true (test_time = 0.23324)
		p215 true (test_time = 0.237339)
		p216 true (test_time = 0.216951)
		p217 true (test_time = 0.214186)
		p218 true (test_time = 0.216272)
		p219 true (test_time = 0.215252)
		p220 true (test_time = 0.215547)
		p221 true (test_time = 0.216908)
		p222 true (test_time = 0.213973)
		p223 true (test_time = 0.21774)
		p224 true (test_time = 0.216275)
		p225 true (test_time = 0.21292)
		p226 true (test_time = 0.215873)
		p227 true (test_time = 0.215048)
		p228 true (test_time = 0.217133)
		p229 true (test_time = 0.214359)
		p230 true (test_time = 0.216681)
		p231 true (test_time = 0.212849)
		p232 true (test_time = 0.214526)
		p233 true (test_time = 0.214441)
		p234 true (test_time = 0.213526)
		p235 true (test_time = 0.214394)
		p236 true (test_time = 0.224258)
		p237 true (test_time = 0.214675)
		p238 true (test_time = 0.213749)
		p239 true (test_time = 0.213969)
		p240 true (test_time = 0.222001)
		p241 true (test_time = 0.214403)
		p242 true (test_time = 0.213386)
		p243 true (test_time = 0.223703)
		p244 true (test_time = 0.213978)
		p245 true (test_time = 0.221064)
		p246 true (test_time = 0.214171)
		p247 true (test_time = 0.219791)
		p248 true (test_time = 0.213654)
		p249 true (test_time = 0.213648)
		p250 true (test_time = 0.21512)
		p251 true (test_time = 0.212455)
		p252 true (test_time = 0.230514)
		p253 true (test_time = 0.215818)
		p254 true (test_time = 0.216478)
		p255 true (test_time = 0.220156)
		p256 true (test_time = 0.234188)
		p257 true (test_time = 0.214162)
		p258 true (test_time = 0.213213)
		p259 true (test_time = 0.215684)
		p260 true (test_time = 0.214809)
		p261 true (test_time = 0.2174)
		p262 true (test_time = 0.213699)
		p263 true (test_time = 0.213912)
		p264 true (test_time = 0.213649)
		p265 true (test_time = 0.215378)
		p266 true (test_time = 0.213881)
		p267 true (test_time = 0.214512)
		p268 true (test_time = 0.215085)
		p269 true (test_time = 0.213976)
		p270 true (test_time = 0.2134)
		p271 true (test_time = 0.21411)
		p272 true (test_time = 0.213588)
		p273 true (test_time = 0.214009)
		p274 true (test_time = 0.21379)
		p275 true (test_time = 0.23123)
		p276 true (test_time = 0.216364)
		p277 true (test_time = 0.220075)
		p278 true (test_time = 0.214975)
		p279 true (test_time = 0.22659)
		p280 true (test_time = 0.218318)
		p281 true (test_time = 0.214218)
		p282 true (test_time = 0.214695)
		p283 true (test_time = 0.230738)
		p284 true (test_time = 0.219109)
		p285 true (test_time = 0.216126)
		p286 true (test_time = 0.231561)
		p287 true (test_time = 0.214185)
		p288 true (test_time = 0.214274)
		p289 true (test_time = 0.221124)
		p290 true (test_time = 0.217834)
		p291 true (test_time = 0.220802)
		p292 true (test_time = 0.215638)
		p293 true (test_time = 0.21425)
		p294 true (test_time = 0.230194)
		p295 true (test_time = 0.296261)
		p296 true (test_time = 0.232197)
		p297 true (test_time = 0.214696)
		p298 true (test_time = 0.21607)
		p299 true (test_time = 0.214435)
		p300 true (test_time = 0.215962)
		p301 true (test_time = 0.218477)
		p302 true (test_time = 0.216014)
		p303 true (test_time = 0.217353)
		p304 true (test_time = 0.214068)
		p305 true (test_time = 0.213253)
		p306 true (test_time = 0.213386)
		p307 true (test_time = 0.218135)
		p308 true (test_time = 0.214777)
		p309 true (test_time = 0.213153)
		p310 true (test_time = 0.215313)
		p311 true (test_time = 0.231646)
		p312 true (test_time = 0.215978)
		p313 true (test_time = 0.216695)
		p314 true (test_time = 0.214767)
		p315 true (test_time = 0.216975)
		p316 true (test_time = 0.218273)
		p317 true (test_time = 0.21826)
		p318 true (test_time = 0.214048)
		p319 true (test_time = 0.217832)
		p320 true (test_time = 0.227495)
		p321 true (test_time = 0.216399)
		p322 true (test_time = 0.21792)
		p323 true (test_time = 0.231713)
		p324 true (test_time = 0.21353)
		p325 true (test_time = 0.214093)
		p326 true (test_time = 0.213607)
		p327 true (test_time = 0.213931)
		p328 true (test_time = 0.218111)
		p329 true (test_time = 0.215389)
		p330 true (test_time = 0.231887)
		p331 true (test_time = 0.21856)
		p332 true (test_time = 0.214745)
		p333 true (test_time = 0.218364)
		p334 true (test_time = 0.214579)
		p335 true (test_time = 0.214719)
		p336 true (test_time = 0.218193)
		p337 true (test_time = 0.214106)
		p338 true (test_time = 0.214687)
		p339 true (test_time = 0.216975)
		p340 true (test_time = 0.21532)
		p341 true (test_time = 0.221097)
		p342 true (test_time = 0.21543)
		p343 true (test_time = 0.214817)
		p344 true (test_time = 0.213806)
		p345 true (test_time = 0.21451)
		p346 true (test_time = 0.216293)
		p347 true (test_time = 0.214282)
		p348 true (test_time = 0.212789)
		p349 true (test_time = 0.232216)
		p350 true (test_time = 0.21324)
		p351 true (test_time = 0.214672)
		p352 true (test_time = 0.214919)
		p353 true (test_time = 0.231433)
		p354 true (test_time = 0.214166)
		p355 true (test_time = 0.215043)
		p356 true (test_time = 0.2136)
		p357 true (test_time = 0.221549)
		p358 true (test_time = 0.216013)
		p359 true (test_time = 0.219775)
		p360 true (test_time = 0.232057)
		p361 true (test_time = 0.214707)
		p362 true (test_time = 0.213629)
		p363 true (test_time = 0.217359)
		p364 true (test_time = 0.23149)
		p365 true (test_time = 0.216663)
		p366 true (test_time = 0.214943)
		p367 true (test_time = 0.220953)
		p368 true (test_time = 0.216229)
		p369 true (test_time = 0.216422)
		p370 true (test_time = 0.217842)
		p371 true (test_time = 0.234345)
		p372 true (test_time = 0.214684)
		p373 true (test_time = 0.21743)
		p374 true (test_time = 0.213973)
		p375 true (test_time = 0.216624)
		p376 true (test_time = 0.214655)
		p377 true (test_time = 0.215211)
		p378 true (test_time = 0.213209)
		p379 true (test_time = 0.214636)
		p380 true (test_time = 0.213095)
		p381 true (test_time = 0.215745)
		p382 true (test_time = 0.213276)
		p383 true (test_time = 0.231395)
		p384 true (test_time = 0.213357)
		p385 true (test_time = 0.215616)
		p386 true (test_time = 0.218828)
		p387 true (test_time = 0.213686)
		p388 true (test_time = 0.232405)
		p389 true (test_time = 0.213937)
		p390 true (test_time = 0.216215)
		p391 true (test_time = 0.214336)
		p392 true (test_time = 0.214679)
		p393 true (test_time = 0.214647)
		p394 true (test_time = 0.217902)
		p395 true (test_time = 0.218793)
		p396 true (test_time = 0.213515)
		p397 true (test_time = 0.215793)
		p398 true (test_time = 0.215835)
		p399 true (test_time = 0.213504)
		p400 true (test_time = 0.216338)
		p401 true (test_time = 0.225769)
		p402 true (test_time = 0.213844)
		p403 true (test_time = 0.214979)
		p404 true (test_time = 0.217734)
		p405 true (test_time = 0.213896)
		p406 true (test_time = 0.239574)
		p407 true (test_time = 0.221541)
		p408 true (test_time = 0.215382)
		p409 true (test_time = 0.236256)
		p410 true (test_time = 0.21311)
		p411 true (test_time = 0.22158)
		p412 true (test_time = 0.214818)
		p413 true (test_time = 0.214309)
		p414 true (test_time = 0.233464)
		p415 true (test_time = 0.221533)
		p416 true (test_time = 0.219491)
		p417 true (test_time = 0.215403)
		p418 true (test_time = 0.213902)
		p419 true (test_time = 0.213882)
		p420 true (test_time = 0.214829)
		p421 true (test_time = 0.215584)
		p422 true (test_time = 0.213873)
		p423 true (test_time = 0.214697)
		p424 true (test_time = 0.215014)
		p425 true (test_time = 0.213987)
		p426 true (test_time = 0.215285)
		p427 true (test_time = 0.213665)
		p428 true (test_time = 0.215597)
		p429 true (test_time = 0.21574)
		p430 true (test_time = 0.214461)
		p431 true (test_time = 0.215654)
		p432 true (test_time = 0.214391)
		p433 true (test_time = 0.218247)
		p434 true (test_time = 0.226582)
		p435 true (test_time = 0.217637)
		p436 true (test_time = 0.223743)
		p437 true (test_time = 0.215669)
		p438 true (test_time = 0.213524)
		p439 true (test_time = 0.213365)
		p440 true (test_time = 0.217224)
		p441 true (test_time = 0.213227)
		p442 true (test_time = 0.215659)
		p443 true (test_time = 0.213667)
		p444 true (test_time = 0.213411)
		p445 true (test_time = 0.213845)
		p446 true (test_time = 0.217229)
		p447 true (test_time = 0.214292)
		p448 true (test_time = 0.214652)
		p449 true (test_time = 0.213784)
		p450 true (test_time = 0.213382)
		p451 true (test_time = 0.227891)
		p452 true (test_time = 0.21469)
		p453 true (test_time = 0.233998)
		p454 true (test_time = 0.215656)
		p455 true (test_time = 0.216595)
		p456 true (test_time = 0.213879)
		p457 true (test_time = 0.218076)
		p458 true (test_time = 0.213488)
		p459 true (test_time = 0.222045)
		p460 true (test_time = 0.215532)
		p461 true (test_time = 0.23135)
		p462 true (test_time = 0.221429)
		p463 true (test_time = 0.217521)
		p464 true (test_time = 0.213901)
		p465 true (test_time = 0.216282)
		p466 true (test_time = 0.217105)
		p467 true (test_time = 0.212981)
		p468 true (test_time = 0.216173)
		p469 true (test_time = 0.231381)
		p470 true (test_time = 0.216126)
		p471 true (test_time = 0.213894)
		p472 true (test_time = 0.214226)
		p473 true (test_time = 0.213178)
		p474 true (test_time = 0.213655)
		p475 true (test_time = 0.213864)
		p476 true (test_time = 0.228491)
		p477 true (test_time = 0.232122)
		p478 true (test_time = 0.214547)
		p479 true (test_time = 0.214502)
		p480 true (test_time = 0.21408)
		p481 true (test_time = 0.235644)
		p482 true (test_time = 0.22089)
		p483 true (test_time = 0.215329)
		p484 true (test_time = 0.216641)
		p485 true (test_time = 0.214651)
		p486 true (test_time = 0.251123)
		p487 true (test_time = 0.214955)
		p488 true (test_time = 0.216695)
		p489 true (test_time = 0.213737)
		p490 true (test_time = 0.214937)
		p491 true (test_time = 0.218157)
		p492 true (test_time = 0.217247)
		p493 true (test_time = 0.215712)
		p494 true (test_time = 0.213567)
		p495 true (test_time = 0.222031)
		p496 true (test_time = 0.213979)
		p497 true (test_time = 0.214341)
		p498 true (test_time = 0.21801)
		p499 true (test_time = 0.215683)
		p500 true (test_time = 0.214532)
		p501 true (test_time = 0.213107)
		p502 true (test_time = 0.218167)
		p503 true (test_time = 0.214212)
		p504 true (test_time = 0.214621)
		p505 true (test_time = 0.214691)
		p506 true (test_time = 0.213301)
		p507 true (test_time = 0.213866)
		p508 true (test_time = 0.214041)
		p509 true (test_time = 0.216233)
		p510 true (test_time = 0.214346)
		p511 true (test_time = 0.216043)
		p512 true (test_time = 0.21584)
		p513 true (test_time = 0.21743)
		p514 true (test_time = 0.214702)
		p515 true (test_time = 0.226425)
		p516 true (test_time = 0.32386)
		p517 true (test_time = 0.222017)
		p518 true (test_time = 0.220123)
		p519 true (test_time = 0.243789)
		p520 true (test_time = 0.217174)
		p521 true (test_time = 0.220301)
		p522 true (test_time = 0.231323)
		p523 true (test_time = 0.216309)
		p524 true (test_time = 0.214424)
		p525 true (test_time = 0.214778)
		p526 true (test_time = 0.216297)
		p527 true (test_time = 0.224578)
		p528 true (test_time = 0.221544)
		p529 true (test_time = 0.233024)
		p530 true (test_time = 0.214485)
		p531 true (test_time = 0.237479)
		p532 true (test_time = 0.213947)
		p533 true (test_time = 0.214593)
		p534 true (test_time = 0.217563)
		p535 true (test_time = 0.2182)
		p536 true (test_time = 0.217141)
		p537 true (test_time = 0.213272)
		p538 true (test_time = 0.214713)
		p539 true (test_time = 0.213762)
		p540 true (test_time = 0.219733)
		p541 true (test_time = 0.233329)
		p542 true (test_time = 0.214263)
		p543 true (test_time = 0.227708)
		p544 true (test_time = 0.216512)
		p545 true (test_time = 0.233293)
		p546 true (test_time = 0.220269)
		p547 true (test_time = 0.214401)
		p548 true (test_time = 0.213602)
		p549 true (test_time = 0.214006)
		p550 true (test_time = 0.213678)
		p551 true (test_time = 0.213733)
		p552 true (test_time = 0.231293)
		p553 true (test_time = 0.219551)
		p554 true (test_time = 0.214464)
		p555 true (test_time = 0.214199)
		p556 true (test_time = 0.219367)
		p557 true (test_time = 0.23339)
		p558 true (test_time = 0.213938)
		p559 true (test_time = 0.21603)
		p560 true (test_time = 0.232104)
		p561 true (test_time = 0.21748)
		p562 true (test_time = 0.216378)
		p563 true (test_time = 0.216094)
		p564 true (test_time = 0.232711)
		p565 true (test_time = 0.245989)
		p566 true (test_time = 0.232397)
		p567 true (test_time = 0.233455)
		p568 true (test_time = 0.232342)
		p569 true (test_time = 0.232133)
		p570 true (test_time = 0.231674)
		p571 true (test_time = 0.21408)
		p572 true (test_time = 0.216829)
		p573 true (test_time = 0.215213)
		p574 true (test_time = 0.220498)
		p575 true (test_time = 0.212991)
		p576 true (test_time = 0.214156)
		p577 true (test_time = 0.217253)
		p578 true (test_time = 0.227215)
		p579 true (test_time = 0.22134)
		p580 true (test_time = 0.224819)
		p581 true (test_time = 0.214068)
		p582 true (test_time = 0.220436)
		p583 true (test_time = 0.21849)
		p584 true (test_time = 0.244861)
		p585 true (test_time = 0.223025)
		p586 true (test_time = 0.214881)
		p587 true (test_time = 0.215578)
		p588 true (test_time = 0.219961)
		p589 true (test_time = 0.221139)
		p590 true (test_time = 0.223468)
		p591 true (test_time = 0.216437)
		p592 true (test_time = 0.222818)
		p593 true (test_time = 0.214424)
		p594 true (test_time = 0.215006)
		p595 true (test_time = 0.215205)
		p596 true (test_time = 0.216772)
		p597 true (test_time = 0.219397)
		p598 true (test_time = 0.216256)
		p599 true (test_time = 0.219021)
		p600 true (test_time = 0.222837)
		p601 true (test_time = 0.217739)
		p602 true (test_time = 0.217601)
		p603 true (test_time = 0.226304)
		p604 true (test_time = 0.218528)
		p605 true (test_time = 0.228154)
		p606 true (test_time = 0.219107)
		p607 true (test_time = 0.235265)
		p608 true (test_time = 0.216038)
		p609 true (test_time = 0.219216)
		p610 true (test_time = 0.217872)
		p611 true (test_time = 0.260071)
		p612 true (test_time = 0.221907)
		p613 true (test_time = 0.218889)
		p614 true (test_time = 0.216188)
		p615 true (test_time = 0.216632)
		p616 true (test_time = 0.214763)
		p617 true (test_time = 0.215569)
		p618 true (test_time = 0.214883)
		p619 true (test_time = 0.234705)
		p620 true (test_time = 0.215293)
		p621 true (test_time = 0.214658)
		p622 true (test_time = 0.214435)
		p623 true (test_time = 0.214646)
		p624 true (test_time = 0.214223)
		p625 true (test_time = 0.253863)
		p626 true (test_time = 0.214688)
		p627 true (test_time = 0.215066)
		p628 true (test_time = 0.233928)
		p629 true (test_time = 0.214563)
		p630 true (test_time = 0.221721)
		p631 true (test_time = 0.248878)
		p632 true (test_time = 0.215699)
		p633 true (test_time = 0.216616)
		p634 true (test_time = 0.220404)
		p635 true (test_time = 0.214593)
		p636 true (test_time = 0.214449)
		p637 true (test_time = 0.214124)
		p638 true (test_time = 0.218226)
		p639 true (test_time = 0.214742)
		p640 true (test_time = 0.21378)
		p641 true (test_time = 0.214253)
		p642 true (test_time = 0.213559)
		p643 true (test_time = 0.215391)
		p644 true (test_time = 0.214343)
		p645 true (test_time = 0.214385)
		p646 true (test_time = 0.214941)
		p647 true (test_time = 0.214026)
		p648 true (test_time = 0.216654)
		p649 true (test_time = 0.215896)
		p650 true (test_time = 0.214251)
		p651 true (test_time = 0.215254)
		p652 true (test_time = 0.214224)
		p653 true (test_time = 0.214959)
		p654 true (test_time = 0.216004)
		p655 true (test_time = 0.214784)
		p656 true (test_time = 0.215283)
		p657 true (test_time = 0.214573)
		p658 true (test_time = 0.214157)
		p659 true (test_time = 0.21506)
		p660 true (test_time = 0.214149)
		p661 true (test_time = 0.215753)
		p662 true (test_time = 0.214354)
		p663 true (test_time = 0.214073)
		p664 true (test_time = 0.234189)
		p665 true (test_time = 0.214699)
		p666 true (test_time = 0.21779)
		p667 true (test_time = 0.21349)
		p668 true (test_time = 0.215389)
		p669 true (test_time = 0.214855)
		p670 true (test_time = 0.215276)
		p671 true (test_time = 0.214603)
		p672 true (test_time = 0.219614)
		p673 true (test_time = 0.214712)
		p674 true (test_time = 0.215481)
		p675 true (test_time = 0.217466)
		p676 true (test_time = 0.21607)
		p677 true (test_time = 0.214788)
		p678 true (test_time = 0.21438)
		p679 true (test_time = 0.214964)
		p680 true (test_time = 0.214769)
		p681 true (test_time = 0.215135)
		p682 true (test_time = 0.219555)
		p683 true (test_time = 0.215644)
		p684 true (test_time = 0.215208)
		p685 true (test_time = 0.214828)
		p686 true (test_time = 0.214976)
		p687 true (test_time = 0.21573)
		p688 true (test_time = 0.214843)
		p689 true (test_time = 0.215167)
		p690 true (test_time = 0.214458)
		p691 true (test_time = 0.214976)
		p692 true (test_time = 0.214562)
		p693 true (test_time = 0.216077)
		p694 true (test_time = 0.216023)
		p695 true (test_time = 0.219136)
		p696 true (test_time = 0.213551)
		p697 true (test_time = 0.214303)
		p698 true (test_time = 0.214539)
		p699 true (test_time = 0.21656)
		p700 true (test_time = 0.214181)
		p701 true (test_time = 0.214552)
		p702 true (test_time = 0.216428)
		p703 true (test_time = 0.215251)
		p704 true (test_time = 0.21546)
		p705 true (test_time = 0.214287)
		p706 true (test_time = 0.214387)
		p707 true (test_time = 0.21483)
		p708 true (test_time = 0.217918)
		p709 true (test_time = 0.217377)
		p710 true (test_time = 0.215761)
		p711 true (test_time = 0.216408)
		p712 true (test_time = 0.215946)
		p713 true (test_time = 0.215802)
		p714 true (test_time = 0.214541)
		p715 true (test_time = 0.214972)
		p716 true (test_time = 0.220268)
		p717 true (test_time = 0.214129)
		p718 true (test_time = 0.216004)
		p719 true (test_time = 0.217171)
		p720 true (test_time = 0.222773)
		p721 true (test_time = 0.214756)
		p722 true (test_time = 0.215279)
		p723 true (test_time = 0.216569)
		p724 true (test_time = 0.214899)
		p725 true (test_time = 0.215277)
		p726 true (test_time = 0.215003)
		p727 true (test_time = 0.214302)
		p728 true (test_time = 0.233294)
		p729 true (test_time = 0.214908)
		p730 true (test_time = 0.238121)
		p731 true (test_time = 0.215617)
		p732 true (test_time = 0.233514)
		p733 true (test_time = 0.221854)
		p734 true (test_time = 0.215055)
		p735 true (test_time = 0.214368)
		p736 true (test_time = 0.216364)
		p737 true (test_time = 0.214268)
		p738 true (test_time = 0.216574)
		p739 true (test_time = 0.218589)
		p740 true (test_time = 0.214465)
		p741 true (test_time = 0.215516)
		p742 true (test_time = 0.214419)
		p743 true (test_time = 0.21465)
		p744 true (test_time = 0.269299)
		p745 true (test_time = 0.219618)
		p746 true (test_time = 0.216161)
		p747 true (test_time = 0.214249)
		p748 true (test_time = 0.21524)
		p749 true (test_time = 0.223394)
		p750 true (test_time = 0.214137)
		p751 true (test_time = 0.213794)
		p752 true (test_time = 0.232819)
		p753 true (test_time = 0.216389)
		p754 true (test_time = 0.214882)
		p755 true (test_time = 0.216483)
		p756 true (test_time = 0.253535)
		p757 true (test_time = 0.21386)
		p758 true (test_time = 0.219108)
		p759 true (test_time = 0.215734)
		p760 true (test_time = 0.215694)
		p761 true (test_time = 0.250321)
		p762 true (test_time = 0.216084)
		p763 true (test_time = 0.220647)
		p764 true (test_time = 0.216623)
		p765 true (test_time = 0.251649)
		p766 true (test_time = 0.215269)
		p767 true (test_time = 0.216635)
		p768 true (test_time = 0.215595)
		p769 true (test_time = 0.215998)
		p770 true (test_time = 0.215367)
		p771 true (test_time = 0.233213)
		p772 true (test_time = 0.216049)
		p773 true (test_time = 0.216973)
		p774 true (test_time = 0.214453)
		p775 true (test_time = 0.232468)
		p776 true (test_time = 0.216603)
		p777 true (test_time = 0.213276)
		p778 true (test_time = 0.214952)
		p779 true (test_time = 0.217625)
		p780 true (test_time = 0.215868)
		p781 true (test_time = 0.214671)
		p782 true (test_time = 0.214621)
		p783 true (test_time = 0.216426)
		p784 true (test_time = 0.217116)
		p785 true (test_time = 0.216081)
		p786 true (test_time = 0.214462)
		p787 true (test_time = 0.232334)
		p788 true (test_time = 0.215935)
		p789 true (test_time = 0.215969)
		p790 true (test_time = 0.217267)
		p791 true (test_time = 0.22126)
		p792 true (test_time = 0.215387)
		p793 true (test_time = 0.21642)
		p794 true (test_time = 0.216828)
		p795 true (test_time = 0.215057)
		p796 true (test_time = 0.216613)
		p797 true (test_time = 0.21596)
		p798 true (test_time = 0.21451)
		p799 true (test_time = 0.233475)
		p800 true (test_time = 0.214772)
		p801 true (test_time = 0.215367)
		p802 true (test_time = 0.233023)
		p803 true (test_time = 0.215728)
		p804 true (test_time = 0.218914)
		p805 true (test_time = 0.216481)
		p806 true (test_time = 0.214866)
		p807 true (test_time = 0.217903)
		p808 true (test_time = 0.215423)
		p809 true (test_time = 0.236504)
		p810 true (test_time = 0.21891)
		p811 true (test_time = 0.214704)
		p812 true (test_time = 0.214037)
		p813 true (test_time = 0.214536)
		p814 true (test_time = 0.217379)
		p815 true (test_time = 0.216068)
		p816 true (test_time = 0.214335)
		p817 true (test_time = 0.232238)
		p818 true (test_time = 0.215836)
		p819 true (test_time = 0.2329)
		p820 true (test_time = 0.215423)
		p821 true (test_time = 0.215614)
		p822 true (test_time = 0.214043)
		p823 true (test_time = 0.232269)
		p824 true (test_time = 0.217109)
		p825 true (test_time = 0.216941)
		p826 true (test_time = 0.239357)
		p827 true (test_time = 0.214307)
		p828 true (test_time = 0.219598)
		p829 true (test_time = 0.215817)
		p830 true (test_time = 0.232383)
		p831 true (test_time = 0.214744)
		p832 true (test_time = 0.258358)
		p833 true (test_time = 0.228321)
		p834 true (test_time = 0.214753)
		p835 true (test_time = 0.216243)
		p836 true (test_time = 0.214931)
		p837 true (test_time = 0.214428)
		p838 true (test_time = 0.214627)
		p839 true (test_time = 0.214223)
		p840 true (test_time = 0.21377)
		p841 true (test_time = 0.216065)
		p842 true (test_time = 0.213668)
		p843 true (test_time = 0.2169)
		p844 true (test_time = 0.215816)
		p845 true (test_time = 0.21753)
		p846 true (test_time = 0.219793)
		p847 true (test_time = 0.234131)
		p848 true (test_time = 0.214967)
		p849 true (test_time = 0.213897)
		p850 true (test_time = 0.214644)
		p851 true (test_time = 0.232332)
		p852 true (test_time = 0.214442)
		p853 true (test_time = 0.214894)
		p854 true (test_time = 0.232682)
		p855 true (test_time = 0.214474)
		p856 true (test_time = 0.214391)
		p857 true (test_time = 0.214749)
		p858 true (test_time = 0.219644)
		p859 true (test_time = 0.214778)
		p860 true (test_time = 0.217459)
		p861 true (test_time = 0.219884)
		p862 true (test_time = 0.219137)
		p863 true (test_time = 0.27359)
		p864 true (test_time = 0.214689)
		p865 true (test_time = 0.217958)
		p866 true (test_time = 0.217515)
		p867 true (test_time = 0.214697)
		p868 true (test_time = 0.216037)
		p869 true (test_time = 0.213948)
		p870 true (test_time = 0.215486)
		p871 true (test_time = 0.217154)
		p872 true (test_time = 0.232949)
		p873 true (test_time = 0.2146)
		p874 true (test_time = 0.214005)
		p875 true (test_time = 0.217262)
		p876 true (test_time = 0.21455)
		p877 true (test_time = 0.227201)
		p878 true (test_time = 0.215494)
		p879 true (test_time = 0.214827)
		p880 true (test_time = 0.253032)
		p881 true (test_time = 0.215766)
		p882 true (test_time = 0.215092)
		p883 true (test_time = 0.214225)
		p884 true (test_time = 0.214715)
		p885 true (test_time = 0.217527)
		p886 true (test_time = 0.215959)
		p887 true (test_time = 0.214409)
		p888 true (test_time = 0.216077)
		p889 true (test_time = 0.216711)
		p890 true (test_time = 0.214449)
		p891 true (test_time = 0.21592)
		p892 true (test_time = 0.213848)
		p893 true (test_time = 0.215757)
		p894 true (test_time = 0.219551)
		p895 true (test_time = 0.214968)
		p896 true (test_time = 0.214327)
		p897 true (test_time = 0.215639)
		p898 true (test_time = 0.215136)
		p899 true (test_time = 0.214959)
		p900 true (test_time = 0.215287)
		p901 true (test_time = 0.217436)
		p902 true (test_time = 0.232096)
		p903 true (test_time = 0.217894)
		p904 true (test_time = 0.218188)
		p905 true (test_time = 0.217547)
		p906 true (test_time = 0.215297)
		p907 true (test_time = 0.215099)
		p908 true (test_time = 0.215584)
		p909 true (test_time = 0.214777)
		p910 true (test_time = 0.214781)
		p911 true (test_time = 0.232815)
		p912 true (test_time = 0.214541)
		p913 true (test_time = 0.214799)
		p914 true (test_time = 0.216178)
		p915 true (test_time = 0.214926)
		p916 true (test_time = 0.214454)
		p917 true (test_time = 0.214964)
		p918 true (test_time = 0.214433)
		p919 true (test_time = 0.214862)
		p920 true (test_time = 0.2322)
		p921 true (test_time = 0.217907)
		p922 true (test_time = 0.234885)
		p923 true (test_time = 0.215076)
		p924 true (test_time = 0.214388)
		p925 true (test_time = 0.214905)
		p926 true (test_time = 0.216324)
		p927 true (test_time = 0.21609)
		p928 true (test_time = 0.214988)
		p929 true (test_time = 0.217598)
		p930 true (test_time = 0.21473)
		p931 true (test_time = 0.216091)
		p932 true (test_time = 0.215927)
		p933 true (test_time = 0.216182)
		p934 true (test_time = 0.216283)
		p935 true (test_time = 0.216191)
		p936 true (test_time = 0.21468)
		p937 true (test_time = 0.217937)
		p938 true (test_time = 0.216034)
		p939 true (test_time = 0.215219)
		p940 true (test_time = 0.2149)
		p941 true (test_time = 0.21559)
		p942 true (test_time = 0.222594)
		p943 true (test_time = 0.214208)
		p944 true (test_time = 0.216459)
		p945 true (test_time = 0.214317)
		p946 true (test_time = 0.215776)
		p947 true (test_time = 0.216326)
		p948 true (test_time = 0.214342)
		p949 true (test_time = 0.232705)
		p950 true (test_time = 0.21474)
		p951 true (test_time = 0.217962)
		p952 true (test_time = 0.232981)
		p953 true (test_time = 0.214918)
		p954 true (test_time = 0.214129)
		p955 true (test_time = 0.253285)
		p956 true (test_time = 0.214554)
		p957 true (test_time = 0.215203)
		p958 true (test_time = 0.215825)
		p959 true (test_time = 0.215377)
		p960 true (test_time = 0.215088)
		p961 true (test_time = 0.214836)
		p962 true (test_time = 0.218917)
		p963 true (test_time = 0.21496)
		p964 true (test_time = 0.214761)
		p965 true (test_time = 0.217048)
		p966 true (test_time = 0.214646)
		p967 true (test_time = 0.215341)
		p968 true (test_time = 0.215518)
		p969 true (test_time = 0.215056)
		p970 true (test_time = 0.216936)
		p971 true (test_time = 0.219804)
		p972 true (test_time = 0.217107)
		p973 true (test_time = 0.217688)
		p974 true (test_time = 0.235884)
		p975 true (test_time = 0.21819)
		p976 true (test_time = 0.216757)
		p977 true (test_time = 0.216507)
		p978 true (test_time = 0.217276)
		p979 true (test_time = 0.218311)
		p980 true (test_time = 0.215605)
		p981 true (test_time = 0.216272)
		p982 true (test_time = 0.218051)
		p983 true (test_time = 0.216415)
		p984 true (test_time = 0.215726)
		p985 true (test_time = 0.216479)
		p986 true (test_time = 0.215562)
		p987 true (test_time = 0.215368)
		p988 true (test_time = 0.216281)
		p989 true (test_time = 0.216248)
		p990 true (test_time = 0.215648)
		p991 true (test_time = 0.216327)
		p992 true (test_time = 0.216168)
		p993 true (test_time = 0.215649)
		p994 true (test_time = 0.216496)
		p995 true (test_time = 0.234341)
		p996 true (test_time = 0.218842)
		p997 true (test_time = 0.215523)
		p998 true (test_time = 0.21515)
		p999 true (test_time = 0.214845)
		p1000 true (test_time = 0.217973)
		p1001 true (test_time = 0.228913)
		p1002 true (test_time = 0.215848)
		p1003 true (test_time = 0.219818)
		p1004 true (test_time = 0.216781)
		p1005 true (test_time = 0.216141)
		p1006 true (test_time = 0.216225)
		p1007 true (test_time = 0.218146)
		p1008 true (test_time = 0.234468)
		p1009 true (test_time = 0.216855)
		p1010 true (test_time = 0.220893)
		p1011 true (test_time = 0.216561)
		p1012 true (test_time = 0.215289)
		p1013 true (test_time = 0.215886)
		p1014 true (test_time = 0.216129)
		p1015 true (test_time = 0.220791)
		p1016 true (test_time = 0.21555)
		p1017 true (test_time = 0.21689)
		p1018 true (test_time = 0.216566)
		p1019 true (test_time = 0.25487)
		p1020 true (test_time = 0.215627)
		p1021 true (test_time = 0.234142)
		p1022 true (test_time = 0.217432)
		p1023 true (test_time = 0.215988)
		p1024 true (test_time = 0.233735)
		p1025 true (test_time = 0.215731)
		p1026 true (test_time = 0.216049)
		p1027 true (test_time = 0.217449)
		p1028 true (test_time = 0.216731)
		p1029 true (test_time = 0.217707)
		p1030 true (test_time = 0.215241)
		p1031 true (test_time = 0.216781)
		p1032 true (test_time = 0.21617)
		p1033 true (test_time = 0.215899)
		p1034 true (test_time = 0.215187)
		p1035 true (test_time = 0.215932)
		p1036 true (test_time = 0.21625)
		p1037 true (test_time = 0.216187)
		p1038 true (test_time = 0.217091)
		p1039 true (test_time = 0.216275)
		p1040 true (test_time = 0.216123)
		p1041 true (test_time = 0.215694)
		p1042 true (test_time = 0.216212)
		p1043 true (test_time = 0.233828)
		p1044 true (test_time = 0.217256)
		p1045 true (test_time = 0.216022)
		p1046 true (test_time = 0.21597)
		p1047 true (test_time = 0.216051)
		p1048 true (test_time = 0.232264)
		p1049 true (test_time = 0.2153)
		p1050 true (test_time = 0.216369)
		p1051 true (test_time = 0.218891)
		p1052 true (test_time = 0.216446)
		p1053 true (test_time = 0.21703)
		p1054 true (test_time = 0.21619)
		p1055 true (test_time = 0.21557)
		p1056 true (test_time = 0.216115)
		p1057 true (test_time = 0.215833)
		p1058 true (test_time = 0.216588)
		p1059 true (test_time = 0.216391)
		p1060 true (test_time = 0.217467)
		p1061 true (test_time = 0.217074)
		p1062 true (test_time = 0.216253)
		p1063 true (test_time = 0.217734)
		p1064 true (test_time = 0.215363)
		p1065 true (test_time = 0.216677)
		p1066 true (test_time = 0.216222)
		p1067 true (test_time = 0.216181)
		p1068 true (test_time = 0.215797)
		p1069 true (test_time = 0.215857)
		p1070 true (test_time = 0.255466)
		p1071 true (test_time = 0.217288)
		p1072 true (test_time = 0.216283)
		p1073 true (test_time = 0.216286)
		p1074 true (test_time = 0.216398)
		p1075 true (test_time = 0.218832)
		p1076 true (test_time = 0.217016)
		p1077 true (test_time = 0.21685)
		p1078 true (test_time = 0.215948)
		p1079 true (test_time = 0.23411)
		p1080 true (test_time = 0.215814)
		p1081 true (test_time = 0.215565)
		p1082 true (test_time = 0.218882)
		p1083 true (test_time = 0.233466)
		p1084 true (test_time = 0.215927)
		p1085 true (test_time = 0.216163)
		p1086 true (test_time = 0.215283)
		p1087 true (test_time = 0.214585)
		p1088 true (test_time = 0.21681)
		p1089 true (test_time = 0.218346)
		p1090 true (test_time = 0.23348)
		p1091 true (test_time = 0.245359)
		p1092 true (test_time = 0.235721)
		p1093 true (test_time = 0.229926)
		p1094 true (test_time = 0.220363)
		p1095 true (test_time = 0.219505)
		p1096 true (test_time = 0.217198)
		p1097 true (test_time = 0.219374)
		p1098 true (test_time = 0.253172)
		p1099 true (test_time = 0.217267)
		p1100 true (test_time = 0.217802)
		p1101 true (test_time = 0.218748)
		p1102 true (test_time = 0.216519)
		p1103 true (test_time = 0.221668)
		p1104 true (test_time = 0.217688)
		p1105 true (test_time = 0.216817)
		p1106 true (test_time = 0.235094)
		p1107 true (test_time = 0.217929)
		p1108 true (test_time = 0.219329)
		p1109 true (test_time = 0.217725)
		p1110 true (test_time = 0.218001)
		p1111 true (test_time = 0.217221)
		p1112 true (test_time = 0.217352)
		p1113 true (test_time = 0.218239)
		p1114 true (test_time = 0.217354)
		p1115 true (test_time = 0.219548)
		p1116 true (test_time = 0.21684)
		p1117 true (test_time = 0.219166)
		p1118 true (test_time = 0.219854)
		p1119 true (test_time = 0.219633)
		p1120 true (test_time = 0.217047)
		p1121 true (test_time = 0.235724)
		p1122 true (test_time = 0.214169)
		p1123 true (test_time = 0.214567)
		p1124 true (test_time = 0.219229)
		p1125 true (test_time = 0.235525)
		p1126 true (test_time = 0.216044)
		p1127 true (test_time = 0.215984)
		p1128 true (test_time = 0.217477)
		p1129 true (test_time = 0.215904)
		p1130 true (test_time = 0.216102)
		p1131 true (test_time = 0.226649)
		p1132 true (test_time = 0.216819)
		p1133 true (test_time = 0.216234)
		p1134 true (test_time = 0.216061)
		p1135 true (test_time = 0.215899)
		p1136 true (test_time = 0.217438)
		p1137 true (test_time = 0.215867)
		p1138 true (test_time = 0.214696)
		p1139 true (test_time = 0.218487)
		p1140 true (test_time = 0.219842)
		p1141 true (test_time = 0.232627)
		p1142 true (test_time = 0.233364)
		p1143 true (test_time = 0.215337)
		p1144 true (test_time = 0.220622)
		p1145 true (test_time = 0.216275)
		p1146 true (test_time = 0.218784)
		p1147 true (test_time = 0.216288)
		p1148 true (test_time = 0.216958)
		p1149 true (test_time = 0.216369)
		p1150 true (test_time = 0.219189)
		p1151 true (test_time = 0.215769)
		p1152 true (test_time = 0.215908)
		p1153 true (test_time = 0.21941)
		p1154 true (test_time = 0.216216)
		p1155 true (test_time = 0.218022)
		p1156 true (test_time = 0.234225)
		p1157 true (test_time = 0.216312)
		p1158 true (test_time = 0.215355)
		p1159 true (test_time = 0.215393)
		p1160 true (test_time = 0.215399)
		p1161 true (test_time = 0.235465)
		p1162 true (test_time = 0.233617)
		p1163 true (test_time = 0.238379)
		p1164 true (test_time = 0.251001)
		p1165 true (test_time = 0.235091)
		p1166 true (test_time = 0.233246)
		p1167 true (test_time = 0.234154)
		p1168 true (test_time = 0.236295)
		p1169 true (test_time = 0.233735)
		p1170 true (test_time = 0.232377)
		p1171 true (test_time = 0.233828)
		p1172 true (test_time = 0.234337)
		p1173 true (test_time = 0.237577)
		p1174 true (test_time = 0.239353)
		p1175 true (test_time = 0.238016)
		p1176 true (test_time = 0.2343)
		p1177 true (test_time = 0.237162)
		p1178 true (test_time = 0.237007)
		p1179 true (test_time = 0.23536)
		p1180 true (test_time = 0.235927)
		p1181 true (test_time = 0.234002)
		p1182 true (test_time = 0.238543)
		p1183 true (test_time = 0.234267)
		p1184 true (test_time = 0.234431)
		p1185 true (test_time = 0.234037)
		p1186 true (test_time = 0.233951)
		p1187 true (test_time = 0.236787)
		p1188 true (test_time = 0.237163)
		p1189 true (test_time = 0.254418)
		p1190 true (test_time = 0.238728)
		p1191 true (test_time = 0.23636)
		p1192 true (test_time = 0.25512)
		p1193 true (test_time = 0.237321)
		p1194 true (test_time = 0.238166)
		p1195 true (test_time = 0.236553)
		p1196 true (test_time = 0.239787)
		p1197 true (test_time = 0.24178)
		p1198 true (test_time = 0.239192)
		p1199 true (test_time = 0.23913)
		p1200 true (test_time = 0.236912)
		p1201 true (test_time = 0.261584)
		p1202 true (test_time = 0.234738)
		p1203 true (test_time = 0.238274)
		p1204 true (test_time = 0.238059)
		p1205 true (test_time = 0.238787)
		p1206 true (test_time = 0.245602)
		p1207 true (test_time = 0.23894)
		p1208 true (test_time = 0.238918)
		p1209 true (test_time = 0.245492)
		p1210 true (test_time = 0.248906)
		p1211 true (test_time = 0.237067)
		p1212 true (test_time = 0.23527)
		p1213 true (test_time = 0.240115)
		p1214 true (test_time = 0.235705)
		p1215 true (test_time = 0.242844)
		p1216 true (test_time = 0.23567)
		p1217 true (test_time = 0.235532)
		p1218 true (test_time = 0.236651)
		p1219 true (test_time = 0.234829)
		p1220 true (test_time = 0.241675)
		p1221 true (test_time = 0.235816)
		p1222 true (test_time = 0.23433)
		p1223 true (test_time = 0.237333)
		p1224 true (test_time = 0.242989)
		p1225 true (test_time = 0.236723)
		p1226 true (test_time = 0.302403)
		p1227 true (test_time = 0.235513)
		p1228 true (test_time = 0.236382)
		p1229 true (test_time = 0.239747)
		p1230 true (test_time = 0.234562)
		p1231 true (test_time = 0.236105)
		p1232 true (test_time = 0.235218)
		p1233 true (test_time = 0.235185)
		p1234 true (test_time = 0.236735)
		p1235 true (test_time = 0.234297)
		p1236 true (test_time = 0.234381)
		p1237 true (test_time = 0.234238)
		p1238 true (test_time = 0.233945)
		p1239 true (test_time = 0.235928)
		p1240 true (test_time = 0.232799)
		p1241 true (test_time = 0.235433)
		p1242 true (test_time = 0.235102)
		p1243 true (test_time = 0.235694)
		p1244 true (test_time = 0.235499)
		p1245 true (test_time = 0.234692)
		p1246 true (test_time = 0.234585)
		p1247 true (test_time = 0.233985)
		p1248 true (test_time = 0.235057)
		p1249 true (test_time = 0.232926)
		p1250 true (test_time = 0.233916)
		p1251 true (test_time = 0.234682)
		p1252 true (test_time = 0.25151)
		p1253 true (test_time = 0.234662)
		p1254 true (test_time = 0.233958)
		p1255 true (test_time = 0.233846)
		p1256 true (test_time = 0.23837)
		p1257 true (test_time = 0.23426)
		p1258 true (test_time = 0.23638)
		p1259 true (test_time = 0.235562)
		p1260 true (test_time = 0.234078)
		p1261 true (test_time = 0.233631)
		p1262 true (test_time = 0.234587)
		p1263 true (test_time = 0.23388)
		p1264 true (test_time = 0.234043)
		p1265 true (test_time = 0.234242)
		p1266 true (test_time = 0.23519)
		p1267 true (test_time = 0.234848)
		p1268 true (test_time = 0.234423)
		p1269 true (test_time = 0.233655)
		p1270 true (test_time = 0.234537)
		p1271 true (test_time = 0.233859)
		p1272 true (test_time = 0.234017)
		p1273 true (test_time = 0.23466)
		p1274 true (test_time = 0.23511)
		p1275 true (test_time = 0.234504)
		p1276 true (test_time = 0.251625)
		p1277 true (test_time = 0.236287)
		p1278 true (test_time = 0.232365)
		p1279 true (test_time = 0.233992)
		p1280 true (test_time = 0.23533)
		p1281 true (test_time = 0.238156)
		p1282 true (test_time = 0.23386)
		p1283 true (test_time = 0.233641)
		p1284 true (test_time = 0.234004)
		p1285 true (test_time = 0.234705)
		p1286 true (test_time = 0.234562)
		p1287 true (test_time = 0.235047)
		p1288 true (test_time = 0.235377)
		p1289 true (test_time = 0.23893)
		p1290 true (test_time = 0.238374)
		p1291 true (test_time = 0.23663)
		p1292 true (test_time = 0.234699)
		p1293 true (test_time = 0.2364)
		p1294 true (test_time = 0.234563)
		p1295 true (test_time = 0.234444)
		p1296 true (test_time = 0.234354)
		p1297 true (test_time = 0.233846)
		p1298 true (test_time = 0.237347)
		p1299 true (test_time = 0.235914)
		p1300 true (test_time = 0.234865)
		p1301 true (test_time = 0.234236)
		p1302 true (test_time = 0.235392)
		p1303 true (test_time = 0.236589)
		p1304 true (test_time = 0.236035)
		p1305 true (test_time = 0.239315)
		p1306 true (test_time = 0.24353)
		p1307 true (test_time = 0.249426)
		p1308 true (test_time = 0.234182)
		p1309 true (test_time = 0.23809)
		p1310 true (test_time = 0.24959)
		p1311 true (test_time = 0.239403)
		p1312 true (test_time = 0.234485)
		p1313 true (test_time = 0.270267)
		p1314 true (test_time = 0.329927)
		p1315 true (test_time = 0.331345)
		p1316 true (test_time = 0.328434)
		p1317 true (test_time = 0.329396)
		p1318 true (test_time = 0.306938)
		p1319 true (test_time = 0.314666)
		p1320 true (test_time = 0.335548)
		p1321 true (test_time = 0.25484)
		p1322 true (test_time = 0.240913)
		p1323 true (test_time = 0.245087)
		p1324 true (test_time = 0.237144)
		p1325 true (test_time = 0.239975)
		p1326 true (test_time = 0.238871)
		p1327 true (test_time = 0.235119)
		p1328 true (test_time = 0.233743)
		p1329 true (test_time = 0.234603)
		p1330 true (test_time = 0.235005)
		p1331 true (test_time = 0.237716)
		p1332 true (test_time = 0.234183)
		p1333 true (test_time = 0.234601)
		p1334 true (test_time = 0.235519)
		p1335 true (test_time = 0.234654)
		p1336 true (test_time = 0.233709)
		p1337 true (test_time = 0.236326)
		p1338 true (test_time = 0.234684)
		p1339 true (test_time = 0.236038)
		p1340 true (test_time = 0.234941)
		p1341 true (test_time = 0.233082)
		p1342 true (test_time = 0.237283)
		p1343 true (test_time = 0.244272)
		p1344 true (test_time = 0.234839)
		p1345 true (test_time = 0.251871)
		p1346 true (test_time = 0.249307)
		p1347 true (test_time = 0.233977)
		p1348 true (test_time = 0.264332)
		p1349 true (test_time = 0.233207)
		p1350 true (test_time = 0.23377)
		p1351 true (test_time = 0.234499)
		p1352 true (test_time = 0.233127)
		p1353 true (test_time = 0.2335)
		p1354 true (test_time = 0.233077)
		p1355 true (test_time = 0.244351)
		p1356 true (test_time = 0.234857)
		p1357 true (test_time = 0.23619)
		p1358 true (test_time = 0.235089)
		p1359 true (test_time = 0.23516)
		p1360 true (test_time = 0.251517)
		p1361 true (test_time = 0.23415)
		p1362 true (test_time = 0.232641)
		p1363 true (test_time = 0.236108)
		p1364 true (test_time = 0.315651)
		p1365 true (test_time = 0.265138)
		p1366 true (test_time = 0.239805)
		p1367 true (test_time = 0.2335)
		p1368 true (test_time = 0.234995)
		p1369 true (test_time = 0.233342)
		p1370 true (test_time = 0.244625)
		p1371 true (test_time = 0.232901)
		p1372 true (test_time = 0.25035)
		p1373 true (test_time = 0.248363)
		p1374 true (test_time = 0.233181)
		p1375 true (test_time = 0.24972)
		p1376 true (test_time = 0.24089)
		p1377 true (test_time = 0.250235)
		p1378 true (test_time = 0.23361)
		p1379 true (test_time = 0.235129)
		p1380 true (test_time = 0.234569)
		p1381 true (test_time = 0.234582)
		p1382 true (test_time = 0.233243)
		p1383 true (test_time = 0.235648)
		p1384 true (test_time = 0.233451)
		p1385 true (test_time = 0.234089)
		p1386 true (test_time = 0.256766)
		p1387 true (test_time = 0.234419)
		p1388 true (test_time = 0.233506)
		p1389 true (test_time = 0.235712)
		p1390 true (test_time = 0.237875)
		p1391 true (test_time = 0.23589)
		p1392 true (test_time = 0.237372)
		p1393 true (test_time = 0.233672)
		p1394 true (test_time = 0.233914)
		p1395 true (test_time = 0.233741)
		p1396 true (test_time = 0.232872)
		p1397 true (test_time = 0.233997)
		p1398 true (test_time = 0.215333)
		p1399 true (test_time = 0.23972)
		p1400 true (test_time = 0.239733)
		p1401 true (test_time = 0.249266)
		p1402 true (test_time = 0.218067)
		p1403 true (test_time = 0.241834)
		p1404 true (test_time = 0.241539)
		p1405 true (test_time = 0.240631)
		p1406 true (test_time = 0.233592)
		p1407 true (test_time = 0.215897)
		p1408 true (test_time = 0.215525)
		p1409 true (test_time = 0.239469)
		p1410 true (test_time = 0.242158)
		p1411 true (test_time = 0.216678)
		p1412 true (test_time = 0.216883)
		p1413 true (test_time = 0.233037)
		p1414 true (test_time = 0.216462)
		p1415 true (test_time = 0.23101)
		p1416 true (test_time = 0.251946)
		p1417 true (test_time = 0.257002)
		p1418 true (test_time = 0.217113)
		p1419 true (test_time = 0.237698)
		p1420 true (test_time = 0.255716)
		p1421 true (test_time = 0.216404)
		p1422 true (test_time = 0.217421)
		p1423 true (test_time = 0.23511)
		p1424 true (test_time = 0.260373)
		p1425 true (test_time = 0.23637)
		p1426 true (test_time = 0.23268)
		p1427 true (test_time = 0.268602)
		p1428 true (test_time = 0.255737)
		p1429 true (test_time = 0.254572)
		p1430 true (test_time = 0.241399)
		p1431 true (test_time = 0.257711)
		p1432 true (test_time = 0.222898)
		p1433 true (test_time = 0.252099)
		p1434 true (test_time = 0.244203)
		p1435 true (test_time = 0.265951)
		p1436 true (test_time = 0.238062)
		p1437 true (test_time = 0.231557)
		p1438 true (test_time = 0.221548)
		p1439 true (test_time = 0.244997)
		p1440 true (test_time = 0.227639)
		p1441 true (test_time = 0.268624)
		p1442 true (test_time = 0.26091)
		p1443 true (test_time = 0.251335)
		p1444 true (test_time = 0.218463)
		p1445 true (test_time = 0.217006)
		p1446 true (test_time = 0.219861)
		p1447 true (test_time = 0.249914)
		p1448 true (test_time = 0.235011)
		p1449 true (test_time = 0.240235)
		p1450 true (test_time = 0.216594)
		p1451 true (test_time = 0.216678)
		p1452 true (test_time = 0.218608)
		p1453 true (test_time = 0.220544)
		p1454 true (test_time = 0.220981)
		p1455 true (test_time = 0.240163)
		p1456 true (test_time = 0.229913)
		p1457 true (test_time = 0.265398)
		p1458 true (test_time = 0.216191)
		p1459 true (test_time = 0.219955)
		p1460 true (test_time = 0.234686)
		p1461 true (test_time = 0.219155)
		p1462 true (test_time = 0.215658)
		p1463 true (test_time = 2.25542)
		p1464 true (test_time = 0.229401)
		p1465 true (test_time = 0.252005)
		p1466 true (test_time = 0.217631)
		p1467 true (test_time = 0.269094)
		p1468 true (test_time = 0.2181)
		p1469 true (test_time = 0.221164)
		p1470 true (test_time = 0.250108)
		p1471 true (test_time = 0.235856)
		p1472 true (test_time = 0.215238)
		p1473 true (test_time = 0.215541)
		p1474 true (test_time = 0.25313)
		p1475 true (test_time = 1.89856)
		p1476 true (test_time = 0.216818)
		p1477 true (test_time = 0.880469)
		p1478 true (test_time = 0.234294)
		p1479 true (test_time = 0.217359)
		p1480 true (test_time = 0.219489)
		p1481 true (test_time = 0.25203)
		p1482 true (test_time = 0.216426)
		p1483 true (test_time = 0.234177)
		p1484 true (test_time = 0.253057)
		p1485 true (test_time = 0.255496)
		p1486 true (test_time = 0.216615)
		p1487 true (test_time = 0.23769)
		p1488 true (test_time = 0.253937)
		p1489 true (test_time = 0.291434)
		p1490 true (test_time = 0.217612)
		p1491 true (test_time = 0.242227)
		p1492 true (test_time = 0.237719)
		p1493 true (test_time = 0.259367)
		p1494 true (test_time = 0.239368)
		p1495 true (test_time = 0.23823)
		p1496 true (test_time = 0.327902)
		p1497 true (test_time = 0.219178)
		p1498 true (test_time = 0.217918)
		p1499 true (test_time = 0.218428)
		p1500 true (test_time = 0.232667)
		p1501 true (test_time = 0.236726)
		p1502 true (test_time = 0.235584)
		p1503 true (test_time = 0.234765)
		p1504 true (test_time = 0.236071)
		p1505 true (test_time = 0.215893)
		p1506 true (test_time = 0.23588)
		p1507 true (test_time = 0.222302)
		p1508 true (test_time = 0.251271)
		p1509 true (test_time = 0.235622)
		p1510 true (test_time = 0.23687)
		p1511 true (test_time = 0.216785)
		p1512 true (test_time = 0.239096)
		p1513 true (test_time = 0.219921)
		p1514 true (test_time = 0.23406)
		p1515 true (test_time = 0.237028)
		p1516 true (test_time = 0.2174)
		p1517 true (test_time = 0.252332)
		p1518 true (test_time = 0.233387)
		p1519 true (test_time = 0.24001)
		p1520 true (test_time = 0.236586)
		p1521 true (test_time = 0.234932)
		p1522 true (test_time = 0.24195)
		p1523 true (test_time = 0.270173)
		p1524 true (test_time = 0.217092)
		p1525 true (test_time = 0.216413)
		p1526 true (test_time = 2.25594)
		p1527 true (test_time = 0.218523)
		p1528 true (test_time = 0.226526)
		p1529 true (test_time = 0.253544)
		p1530 true (test_time = 0.229)
		p1531 true (test_time = 0.217247)
		p1532 true (test_time = 0.216506)
		p1533 true (test_time = 0.220264)
		p1534 true (test_time = 0.217807)
		p1535 true (test_time = 0.218552)
		p1536 true (test_time = 0.280107)
		p1537 true (test_time = 0.252358)
		p1538 true (test_time = 0.23682)
		p1539 true (test_time = 1.07211)
		p1540 true (test_time = 0.235901)
		p1541 true (test_time = 2.25603)
		p1542 true (test_time = 0.247042)
		p1543 true (test_time = 0.21702)
		p1544 true (test_time = 0.235322)
		p1545 true (test_time = 0.251705)
		p1546 true (test_time = 0.21686)
		p1547 true (test_time = 0.246737)
		p1548 true (test_time = 2.25425)
		p1549 true (test_time = 0.218853)
		p1550 true (test_time = 0.262176)
		p1551 true (test_time = 0.216209)
		p1552 true (test_time = 0.251546)
		p1553 true (test_time = 0.25212)
		p1554 true (test_time = 0.219489)
		p1555 true (test_time = 0.251441)
		p1556 true (test_time = 0.240989)
		p1557 true (test_time = 0.216757)
		p1558 true (test_time = 0.219481)
		p1559 true (test_time = 0.218008)
		p1560 true (test_time = 0.253804)
		p1561 true (test_time = 0.216376)
		p1562 true (test_time = 0.235368)
		p1563 true (test_time = 2.23713)
		p1564 true (test_time = 0.219252)
		p1565 true (test_time = 2.25849)
		p1566 true (test_time = 0.219095)
		p1567 true (test_time = 0.231384)
		p1568 true (test_time = 0.216527)
		p1569 true (test_time = 0.232774)
		p1570 true (test_time = 0.236759)
		p1571 true (test_time = 0.215183)
		p1572 true (test_time = 0.235441)
		p1573 true (test_time = 0.267773)
		p1574 true (test_time = 0.218361)
		p1575 true (test_time = 0.217421)
		p1576 true (test_time = 0.247993)
		p1577 true (test_time = 0.259349)
		p1578 true (test_time = 0.236706)
		p1579 true (test_time = 0.232585)
		p1580 true (test_time = 0.299367)
		p1581 true (test_time = 0.222534)
		p1582 true (test_time = 0.216794)
		p1583 true (test_time = 0.218106)
		p1584 true (test_time = 0.22153)
		p1585 true (test_time = 0.235728)
		p1586 true (test_time = 0.246432)
		p1587 true (test_time = 0.216609)
		p1588 true (test_time = 0.256223)
		p1589 true (test_time = 0.234573)
		p1590 true (test_time = 0.218535)
		p1591 true (test_time = 0.251579)
		p1592 true (test_time = 0.215563)
		p1593 true (test_time = 0.215913)
		p1594 true (test_time = 0.223246)
		p1595 true (test_time = 0.217385)
		p1596 true (test_time = 0.218665)
		p1597 true (test_time = 0.257584)
		p1598 true (test_time = 0.216375)
		p1599 true (test_time = 0.245219)
		p1600 true (test_time = 0.237525)
		p1601 true (test_time = 0.216443)
		p1602 true (test_time = 0.216424)
		p1603 true (test_time = 0.234514)
		p1604 true (test_time = 0.216204)
		p1605 true (test_time = 0.233927)
		p1606 true (test_time = 0.221574)
		p1607 true (test_time = 0.345545)
		p1608 true (test_time = 0.216962)
		p1609 true (test_time = 0.219516)
		p1610 true (test_time = 0.21767)
		p1611 true (test_time = 0.267558)
		p1612 true (test_time = 0.269874)
		p1613 true (test_time = 0.237976)
		p1614 true (test_time = 0.216901)
		p1615 true (test_time = 0.21764)
		p1616 true (test_time = 0.216443)
		p1617 true (test_time = 0.234202)
		p1618 true (test_time = 0.215775)
		p1619 true (test_time = 0.266335)
		p1620 true (test_time = 0.234935)
		p1621 true (test_time = 0.217377)
		p1622 true (test_time = 0.235045)
		p1623 true (test_time = 0.238681)
		p1624 true (test_time = 0.235891)
		p1625 true (test_time = 0.227289)
		p1626 true (test_time = 0.221498)
		p1627 true (test_time = 0.228231)
		p1628 true (test_time = 0.249863)
		p1629 true (test_time = 0.253701)
		p1630 true (test_time = 0.216874)
		p1631 true (test_time = 0.235925)
		p1632 true (test_time = 0.233978)
		p1633 true (test_time = 0.252326)
		p1634 true (test_time = 0.25651)
		p1635 true (test_time = 0.259603)
		p1636 true (test_time = 0.216434)
		p1637 true (test_time = 0.218901)
		p1638 true (test_time = 0.237381)
		p1639 true (test_time = 0.248476)
		p1640 true (test_time = 0.238532)
		p1641 true (test_time = 0.253773)
		p1642 true (test_time = 0.234081)
		p1643 true (test_time = 0.216568)
		p1644 true (test_time = 0.21742)
		p1645 true (test_time = 0.216362)
		p1646 true (test_time = 0.236046)
		p1647 true (test_time = 0.252206)
		p1648 true (test_time = 1.25885)
		p1649 true (test_time = 0.246059)
		p1650 true (test_time = 0.238631)
		p1651 true (test_time = 0.217774)
		p1652 true (test_time = 0.22476)
		p1653 true (test_time = 0.235016)
		p1654 true (test_time = 0.258268)
		p1655 true (test_time = 0.236159)
		p1656 true (test_time = 0.253504)
		p1657 true (test_time = 0.238069)
		p1658 true (test_time = 0.258289)
		p1659 true (test_time = 0.217638)
		p1660 true (test_time = 0.251826)
		p1661 true (test_time = 0.236948)
		p1662 true (test_time = 0.26771)
		p1663 true (test_time = 2.26228)
		p1664 true (test_time = 0.217129)
		p1665 true (test_time = 0.242304)
		p1666 true (test_time = 0.218353)
		p1667 true (test_time = 0.217023)
		p1668 true (test_time = 0.24682)
		p1669 true (test_time = 0.268443)
		p1670 true (test_time = 0.218869)
		p1671 true (test_time = 0.23596)
		p1672 true (test_time = 0.221838)
		p1673 true (test_time = 0.217357)
		p1674 true (test_time = 0.23582)
		p1675 true (test_time = 0.235368)
		p1676 true (test_time = 0.263526)
		p1677 true (test_time = 0.217557)
		p1678 true (test_time = 0.23616)
		p1679 true (test_time = 0.234526)
		p1680 true (test_time = 0.216129)
		p1681 true (test_time = 0.258103)
		p1682 true (test_time = 0.252515)
		p1683 true (test_time = 0.23927)
		p1684 true (test_time = 0.217028)
		p1685 true (test_time = 0.219023)
		p1686 true (test_time = 0.217311)
		p1687 true (test_time = 0.247718)
		p1688 true (test_time = 0.23462)
		p1689 true (test_time = 0.25432)
		p1690 true (test_time = 0.238998)
		p1691 true (test_time = 0.250366)
		p1692 true (test_time = 2.2651)
		p1693 true (test_time = 0.272049)
		p1694 true (test_time = 0.220282)
		p1695 true (test_time = 0.247596)
		p1696 true (test_time = 0.229766)
		p1697 true (test_time = 0.216685)
		p1698 true (test_time = 0.237553)
		p1699 true (test_time = 0.236642)
		p1700 true (test_time = 0.240699)
		p1701 true (test_time = 0.235213)
		p1702 true (test_time = 0.219325)
		p1703 true (test_time = 0.262412)
		p1704 true (test_time = 0.219106)
		p1705 true (test_time = 0.217133)
		p1706 true (test_time = 0.246223)
		p1707 true (test_time = 0.21503)
		p1708 true (test_time = 0.234847)
		p1709 true (test_time = 0.218595)
		p1710 true (test_time = 0.219964)
		p1711 true (test_time = 0.216296)
		p1712 true (test_time = 0.239765)
		p1713 true (test_time = 0.255943)
		p1714 true (test_time = 0.253419)
		p1715 true (test_time = 0.233786)
		p1716 true (test_time = 0.216875)
		p1717 true (test_time = 0.236926)
		p1718 true (test_time = 0.25235)
		p1719 true (test_time = 0.253779)
		p1720 true (test_time = 0.241551)
		p1721 true (test_time = 0.216975)
		p1722 true (test_time = 0.237398)
		p1723 true (test_time = 0.21805)
		p1724 true (test_time = 0.216419)
		p1725 true (test_time = 0.237197)
		p1726 true (test_time = 0.236237)
		p1727 true (test_time = 0.234062)
		p1728 true (test_time = 0.234482)
		p1729 true (test_time = 0.234396)
		p1730 true (test_time = 0.217768)
		p1731 true (test_time = 0.2349)
		p1732 true (test_time = 0.230436)
		p1733 true (test_time = 0.253932)
		p1734 true (test_time = 0.256723)
		p1735 true (test_time = 0.256325)
		p1736 true (test_time = 0.241479)
		p1737 true (test_time = 0.240318)
		p1738 true (test_time = 0.217033)
		p1739 true (test_time = 0.235319)
		p1740 true (test_time = 0.234766)
		p1741 true (test_time = 0.24402)
		p1742 true (test_time = 0.238827)
		p1743 true (test_time = 0.70775)
		p1744 true (test_time = 0.224904)
		p1745 true (test_time = 0.252139)
		p1746 true (test_time = 0.223162)
		p1747 true (test_time = 0.262156)
		p1748 true (test_time = 0.26686)
		p1749 true (test_time = 0.241347)
		p1750 true (test_time = 0.242325)
		p1751 true (test_time = 0.221954)
		p1752 true (test_time = 0.27738)
		p1753 true (test_time = 0.220249)
		p1754 true (test_time = 0.258549)
		p1755 true (test_time = 0.263547)
		p1756 true (test_time = 0.256097)
		p1757 true (test_time = 0.237739)
		p1758 true (test_time = 0.234905)
		p1759 true (test_time = 0.250935)
		p1760 true (test_time = 0.226431)
		p1761 true (test_time = 0.218661)
		p1762 true (test_time = 0.238748)
		p1763 true (test_time = 0.217656)
		p1764 true (test_time = 0.216205)
		p1765 true (test_time = 0.221208)
		p1766 true (test_time = 0.262254)
		p1767 true (test_time = 0.236005)
		p1768 true (test_time = 0.253301)
		p1769 true (test_time = 0.238922)
		p1770 true (test_time = 0.242454)
		p1771 true (test_time = 0.219986)
		p1772 true (test_time = 0.252442)
		p1773 true (test_time = 0.223727)
		p1774 true (test_time = 0.224392)
		p1775 true (test_time = 0.235923)
		p1776 true (test_time = 0.254784)
		p1777 true (test_time = 0.255931)
		p1778 true (test_time = 0.220576)
		p1779 true (test_time = 0.259064)
		p1780 true (test_time = 0.254322)
		p1781 true (test_time = 0.237096)
		p1782 true (test_time = 0.335331)
		p1783 true (test_time = 0.223046)
		p1784 true (test_time = 0.218602)
		p1785 true (test_time = 0.219605)
		p1786 true (test_time = 0.236386)
		p1787 true (test_time = 0.219711)
		p1788 true (test_time = 0.23651)
		p1789 true (test_time = 0.236199)
		p1790 true (test_time = 0.227375)
		p1791 true (test_time = 0.216648)
		p1792 true (test_time = 0.247967)
		p1793 true (test_time = 0.253913)
		p1794 true (test_time = 0.254149)
		p1795 true (test_time = 0.21697)
		p1796 true (test_time = 0.217582)
		p1797 true (test_time = 0.235505)
		p1798 true (test_time = 0.253617)
		p1799 true (test_time = 0.237538)
		p1800 true (test_time = 0.234529)
		p1801 true (test_time = 0.218212)
		p1802 true (test_time = 0.216242)
		p1803 true (test_time = 0.236442)
		p1804 true (test_time = 0.218327)
		p1805 true (test_time = 0.21709)
		p1806 true (test_time = 0.218584)
		p1807 true (test_time = 0.216421)
		p1808 true (test_time = 0.235919)
		p1809 true (test_time = 0.237777)
		p1810 true (test_time = 0.217867)
		p1811 true (test_time = 0.220206)
		p1812 true (test_time = 0.262715)
		p1813 true (test_time = 0.257149)
		p1814 true (test_time = 0.21715)
		p1815 true (test_time = 0.25309)
		p1816 true (test_time = 0.234812)
		p1817 true (test_time = 0.252445)
		p1818 true (test_time = 0.235924)
		p1819 true (test_time = 0.216656)
		p1820 true (test_time = 0.253107)
		p1821 true (test_time = 0.24182)
		p1822 true (test_time = 0.253069)
		p1823 true (test_time = 0.238532)
		p1824 true (test_time = 0.242782)
		p1825 true (test_time = 0.285214)
		p1826 true (test_time = 0.219848)
		p1827 true (test_time = 0.235995)
		p1828 true (test_time = 0.21811)
		p1829 true (test_time = 0.23506)
		p1830 true (test_time = 0.237359)
		p1831 true (test_time = 0.218169)
		p1832 true (test_time = 0.217808)
		p1833 true (test_time = 0.237274)
		p1834 true (test_time = 0.221266)
		p1835 true (test_time = 0.224143)
		p1836 true (test_time = 0.236167)
		p1837 true (test_time = 0.259002)
		p1838 true (test_time = 0.254519)
		p1839 true (test_time = 0.235838)
		p1840 true (test_time = 0.218458)
		p1841 true (test_time = 0.218151)
		p1842 true (test_time = 0.233496)
		p1843 true (test_time = 0.217544)
		p1844 true (test_time = 0.21775)
		p1845 true (test_time = 0.226159)
		p1846 true (test_time = 0.217654)
		p1847 true (test_time = 0.239757)
		p1848 true (test_time = 0.223772)
		p1849 true (test_time = 0.267842)
		p1850 true (test_time = 0.234558)
		p1851 true (test_time = 0.236857)
		p1852 true (test_time = 0.235853)
		p1853 true (test_time = 0.255845)
		p1854 true (test_time = 0.238263)
		p1855 true (test_time = 0.224995)
		p1856 true (test_time = 0.254365)
		p1857 true (test_time = 0.258545)
		p1858 true (test_time = 0.242743)
		p1859 true (test_time = 0.248679)
		p1860 true (test_time = 0.251408)
		p1861 true (test_time = 0.243007)
		p1862 true (test_time = 0.216109)
		p1863 true (test_time = 0.219024)
		p1864 true (test_time = 0.235744)
		p1865 true (test_time = 0.238751)
		p1866 true (test_time = 6.26319)
		p1867 true (test_time = 0.234342)
		p1868 true (test_time = 0.220859)
		p1869 true (test_time = 0.253101)
		p1870 true (test_time = 0.218917)
		p1871 true (test_time = 0.237399)
		p1872 true (test_time = 0.221231)
		p1873 true (test_time = 0.217824)
		p1874 true (test_time = 0.254187)
		p1875 true (test_time = 0.240455)
		p1876 true (test_time = 0.235103)
		p1877 true (test_time = 0.235272)
		p1878 true (test_time = 0.24927)
		p1879 true (test_time = 0.237472)
		p1880 true (test_time = 0.237464)
		p1881 true (test_time = 0.218549)
		p1882 true (test_time = 0.233524)
		p1883 true (test_time = 0.218357)
		p1884 true (test_time = 0.23627)
		p1885 true (test_time = 0.218285)
		p1886 true (test_time = 0.237044)
		p1887 true (test_time = 0.263823)
		p1888 true (test_time = 0.257219)
		p1889 true (test_time = 0.217509)
		p1890 true (test_time = 0.217834)
		p1891 true (test_time = 0.217595)
		p1892 true (test_time = 0.218047)
		p1893 true (test_time = 0.22128)
		p1894 true (test_time = 0.216749)
		p1895 true (test_time = 0.287032)
		p1896 true (test_time = 0.250841)
		p1897 true (test_time = 0.237287)
		p1898 true (test_time = 0.234085)
		p1899 true (test_time = 0.248176)
		p1900 true (test_time = 0.217223)
		p1901 true (test_time = 0.236287)
		p1902 true (test_time = 0.217992)
		p1903 true (test_time = 0.277438)
		p1904 true (test_time = 0.218014)
		p1905 true (test_time = 0.254224)
		p1906 true (test_time = 0.259476)
		p1907 true (test_time = 0.261487)
		p1908 true (test_time = 0.295796)
		p1909 true (test_time = 0.2195)
		p1910 true (test_time = 0.273189)
		p1911 true (test_time = 0.236042)
		p1912 true (test_time = 0.215667)
		p1913 true (test_time = 0.237123)
		p1914 true (test_time = 0.251788)
		p1915 true (test_time = 0.244891)
		p1916 true (test_time = 0.2161)
		p1917 true (test_time = 0.251705)
		p1918 true (test_time = 0.251735)
		p1919 true (test_time = 0.233236)
		p1920 true (test_time = 0.251449)
		p1921 true (test_time = 0.219109)
		p1922 true (test_time = 0.215839)
		p1923 true (test_time = 0.247532)
		p1924 true (test_time = 0.216543)
		p1925 true (test_time = 2.25605)
		p1926 true (test_time = 0.227755)
		p1927 true (test_time = 0.253777)
		p1928 true (test_time = 0.218017)
		p1929 true (test_time = 0.253677)
		p1930 true (test_time = 0.221094)
		p1931 true (test_time = 0.266305)
		p1932 true (test_time = 0.2186)
		p1933 true (test_time = 0.236692)
		p1934 true (test_time = 0.238752)
		p1935 true (test_time = 0.238588)
		p1936 true (test_time = 0.242401)
		p1937 true (test_time = 0.234989)
		p1938 true (test_time = 0.219373)
		p1939 true (test_time = 0.217441)
		p1940 true (test_time = 0.270833)
		p1941 true (test_time = 0.26757)
		p1942 true (test_time = 0.34438)
		p1943 true (test_time = 0.230188)
		p1944 true (test_time = 0.415023)
		p1945 true (test_time = 0.241249)
		p1946 true (test_time = 2.26291)
		p1947 true (test_time = 0.240412)
		p1948 true (test_time = 0.274009)
		p1949 true (test_time = 0.253782)
		p1950 true (test_time = 0.24854)
		p1951 true (test_time = 0.217846)
		p1952 true (test_time = 0.2191)
		p1953 true (test_time = 0.217646)
		p1954 true (test_time = 0.254673)
		p1955 true (test_time = 0.254701)
		p1956 true (test_time = 0.253056)
		p1957 true (test_time = 0.219924)
		p1958 true (test_time = 2.25799)
		p1959 true (test_time = 0.217862)
		p1960 true (test_time = 0.253119)
		p1961 true (test_time = 0.235937)
		p1962 true (test_time = 2.25636)
		p1963 true (test_time = 0.217198)
		p1964 true (test_time = 0.232779)
		p1965 true (test_time = 0.257605)
		p1966 true (test_time = 0.216738)
		p1967 true (test_time = 0.236289)
		p1968 true (test_time = 0.25714)
		p1969 true (test_time = 0.2371)
		p1970 true (test_time = 0.233423)
		p1971 true (test_time = 0.220749)
		p1972 true (test_time = 0.218093)
		p1973 true (test_time = 0.260831)
		p1974 true (test_time = 0.235406)
		p1975 true (test_time = 0.236828)
		p1976 true (test_time = 0.218916)
		p1977 true (test_time = 0.232581)
		p1978 true (test_time = 0.2188)
		p1979 true (test_time = 0.216945)
		p1980 true (test_time = 0.234736)
		p1981 true (test_time = 0.223201)
		p1982 true (test_time = 0.22118)
		p1983 true (test_time = 0.235514)
		p1984 true (test_time = 0.252527)
		p1985 true (test_time = 0.236172)
		p1986 true (test_time = 0.237164)
		p1987 true (test_time = 0.254985)
		p1988 true (test_time = 0.243212)
		p1989 true (test_time = 0.217787)
		p1990 true (test_time = 0.235315)
		p1991 true (test_time = 0.218168)
		p1992 true (test_time = 0.219769)
		p1993 true (test_time = 0.239831)
		p1994 true (test_time = 0.26039)
		p1995 true (test_time = 0.274565)
		p1996 true (test_time = 0.217847)
		p1997 true (test_time = 0.21777)
		p1998 true (test_time = 0.21829)
		p1999 true (test_time = 0.237427)
		p2000 true (test_time = 0.235748)
		p2001 true (test_time = 0.236915)
		p2002 true (test_time = 0.238144)
		p2003 true (test_time = 0.254841)
		p2004 true (test_time = 0.269409)
		p2005 true (test_time = 0.234281)
		p2006 true (test_time = 0.239338)
		p2007 true (test_time = 0.237909)
		p2008 true (test_time = 0.217524)
		p2009 true (test_time = 0.216793)
		p2010 true (test_time = 0.254231)
		p2011 true (test_time = 0.235379)
		p2012 true (test_time = 0.266949)
		p2013 true (test_time = 0.21824)
		p2014 true (test_time = 0.223704)
		p2015 true (test_time = 0.270107)
		p2016 true (test_time = 0.256575)
		p2017 true (test_time = 0.215995)
		p2018 true (test_time = 0.246927)
		p2019 true (test_time = 0.238782)
		p2020 true (test_time = 0.239996)
		p2021 true (test_time = 0.235476)
		p2022 true (test_time = 0.237396)
		p2023 true (test_time = 0.222445)
		p2024 true (test_time = 0.233868)
		p2025 true (test_time = 0.25419)
		p2026 true (test_time = 0.255517)
		p2027 true (test_time = 0.218313)
		p2028 true (test_time = 0.220153)
		p2029 true (test_time = 28.2682)
		p2030 true (test_time = 0.218747)
		p2031 true (test_time = 0.220059)
		p2032 true (test_time = 0.218777)
		p2033 true (test_time = 0.217203)
		p2034 true (test_time = 0.250434)
		p2035 true (test_time = 0.261986)
		p2036 true (test_time = 0.217627)
		p2037 true (test_time = 0.2174)
		p2038 true (test_time = 0.219606)
		p2039 true (test_time = 0.216598)
		p2040 true (test_time = 0.2179)
		p2041 true (test_time = 0.22186)
		p2042 true (test_time = 0.236434)
		p2043 true (test_time = 0.220225)
		p2044 true (test_time = 0.219169)
		p2045 true (test_time = 0.217524)
		p2046 true (test_time = 0.219134)
		p2047 true (test_time = 0.218121)
		p2048 true (test_time = 0.219732)
		p2049 true (test_time = 0.21804)
		p2050 true (test_time = 0.218264)
		p2051 true (test_time = 0.218023)
		p2052 true (test_time = 0.220231)
		p2053 true (test_time = 0.221406)
		p2054 true (test_time = 0.218988)
		p2055 true (test_time = 0.219962)
		p2056 true (test_time = 0.219062)
		p2057 true (test_time = 0.217719)
		p2058 true (test_time = 0.216288)
		p2059 true (test_time = 0.217568)
		p2060 true (test_time = 0.217681)
		p2061 true (test_time = 0.218648)
		p2062 true (test_time = 0.21991)
		p2063 true (test_time = 0.234535)
		p2064 true (test_time = 0.217135)
		p2065 true (test_time = 0.22822)
		p2066 true (test_time = 0.236847)
		p2067 true (test_time = 0.219724)
		p2068 true (test_time = 0.218281)
		p2069 true (test_time = 0.225626)
		p2070 true (test_time = 0.217582)
		p2071 true (test_time = 0.218411)
		p2072 true (test_time = 0.222624)
		p2073 true (test_time = 0.217569)
		p2074 true (test_time = 0.218729)
		p2075 true (test_time = 0.218069)
		p2076 true (test_time = 0.217582)
		p2077 true (test_time = 0.217412)
		p2078 true (test_time = 0.218837)
		p2079 true (test_time = 0.216895)
		p2080 true (test_time = 0.22115)
		p2081 true (test_time = 0.220104)
		p2082 true (test_time = 0.218266)
		p2083 true (test_time = 0.218035)
		p2084 true (test_time = 0.218758)
		p2085 true (test_time = 0.217427)
		p2086 true (test_time = 0.218394)
		p2087 true (test_time = 0.22797)
		p2088 true (test_time = 0.221162)
		p2089 true (test_time = 0.222207)
		p2090 true (test_time = 0.217962)
		p2091 true (test_time = 0.221092)
		p2092 true (test_time = 0.218103)
		p2093 true (test_time = 0.215721)
		p2094 true (test_time = 0.219388)
		p2095 true (test_time = 0.215947)
		p2096 true (test_time = 0.217314)
		p2097 true (test_time = 0.218226)
		p2098 true (test_time = 0.222347)
		p2099 true (test_time = 0.219561)
		p2100 true (test_time = 0.21853)
		p2101 true (test_time = 0.219694)
		p2102 true (test_time = 0.218793)
		p2103 true (test_time = 0.216835)
		p2104 true (test_time = 0.226878)
		p2105 true (test_time = 0.218624)
		p2106 true (test_time = 0.236883)
		p2107 true (test_time = 0.218266)
		p2108 true (test_time = 0.217423)
		p2109 true (test_time = 0.217696)
		p2110 true (test_time = 0.218076)
		p2111 true (test_time = 0.227138)
		p2112 true (test_time = 0.219515)
		p2113 true (test_time = 0.218449)
		p2114 true (test_time = 0.21693)
		p2115 true (test_time = 0.218474)
		p2116 true (test_time = 0.218683)
		p2117 true (test_time = 0.22103)
		p2118 true (test_time = 0.297642)
		p2119 true (test_time = 0.223428)
		p2120 true (test_time = 0.222389)
		p2121 true (test_time = 0.224849)
		p2122 true (test_time = 0.221367)
		p2123 true (test_time = 0.220345)
		p2124 true (test_time = 0.221212)
		p2125 true (test_time = 0.2272)
		p2126 true (test_time = 0.219234)
		p2127 true (test_time = 0.225515)
		p2128 true (test_time = 0.22033)
		p2129 true (test_time = 0.219171)
		p2130 true (test_time = 0.224154)
		p2131 true (test_time = 0.218934)
		p2132 true (test_time = 0.220153)
		p2133 true (test_time = 0.219619)
		p2134 true (test_time = 0.219696)
		p2135 true (test_time = 0.220032)
		p2136 true (test_time = 0.220051)
		p2137 true (test_time = 0.220073)
		p2138 true (test_time = 0.220562)
		p2139 true (test_time = 0.221444)
		p2140 true (test_time = 0.227164)
		p2141 true (test_time = 0.223166)
		p2142 true (test_time = 0.219904)
		p2143 true (test_time = 0.220878)
		p2144 true (test_time = 0.240243)
		p2145 true (test_time = 0.219344)
		p2146 true (test_time = 0.225798)
		p2147 true (test_time = 0.221517)
		p2148 true (test_time = 0.234268)
		p2149 true (test_time = 0.218647)
		p2150 true (test_time = 0.223926)
		p2151 true (test_time = 0.219336)
		p2152 true (test_time = 0.219337)
		p2153 true (test_time = 0.218699)
		p2154 true (test_time = 0.222324)
		p2155 true (test_time = 0.218229)
		p2156 true (test_time = 0.22107)
		p2157 true (test_time = 0.219232)
		p2158 true (test_time = 0.223179)
		p2159 true (test_time = 0.223566)
		p2160 true (test_time = 0.217822)
		p2161 true (test_time = 0.22255)
		p2162 true (test_time = 0.220779)
		p2163 true (test_time = 0.271355)
		p2164 true (test_time = 0.220869)
		p2165 true (test_time = 0.234162)
		p2166 true (test_time = 0.229072)
		p2167 true (test_time = 0.232575)
		p2168 true (test_time = 0.233271)
		p2169 true (test_time = 0.229499)
		p2170 true (test_time = 0.219892)
		p2171 true (test_time = 0.219081)
		p2172 true (test_time = 0.22376)
		p2173 true (test_time = 0.219499)
		p2174 true (test_time = 0.229768)
		p2175 true (test_time = 0.221382)
		p2176 true (test_time = 0.239236)
		p2177 true (test_time = 0.227247)
		p2178 true (test_time = 0.224375)
		p2179 true (test_time = 0.223959)
		p2180 true (test_time = 0.230871)
		p2181 true (test_time = 0.223055)
		p2182 true (test_time = 0.220466)
		p2183 true (test_time = 0.2214)
		p2184 true (test_time = 0.222849)
		p2185 true (test_time = 0.219349)
		p2186 true (test_time = 0.218852)
		p2187 true (test_time = 0.221065)
		p2188 true (test_time = 0.223275)
		p2189 true (test_time = 0.243038)
		p2190 true (test_time = 0.234352)
		p2191 true (test_time = 0.224535)
		p2192 true (test_time = 0.218394)
		p2193 true (test_time = 0.219137)
		p2194 true (test_time = 0.225011)
		p2195 true (test_time = 0.219748)
		p2196 true (test_time = 0.221381)
		p2197 true (test_time = 0.218586)
		p2198 true (test_time = 0.222455)
		p2199 true (test_time = 0.220465)
		p2200 true (test_time = 0.218248)
		p2201 true (test_time = 0.219006)
		p2202 true (test_time = 0.218408)
		p2203 true (test_time = 0.219052)
		p2204 true (test_time = 0.22291)
		p2205 true (test_time = 0.219745)
		p2206 true (test_time = 0.220561)
		p2207 true (test_time = 0.220075)
		p2208 true (test_time = 0.224587)
		p2209 true (test_time = 0.219341)
		p2210 true (test_time = 0.228364)
		p2211 true (test_time = 0.234305)
		p2212 true (test_time = 0.220102)
		p2213 true (test_time = 0.22441)
		p2214 true (test_time = 0.225346)
		p2215 true (test_time = 0.21837)
		p2216 true (test_time = 0.21852)
		p2217 true (test_time = 0.238204)
		p2218 true (test_time = 0.221158)
		p2219 true (test_time = 0.218685)
		p2220 true (test_time = 0.220733)
		p2221 true (test_time = 0.246773)
		p2222 true (test_time = 0.219699)
		p2223 true (test_time = 0.22037)
		p2224 true (test_time = 0.219225)
		p2225 true (test_time = 0.224497)
		p2226 true (test_time = 0.223236)
		p2227 true (test_time = 0.217807)
		p2228 true (test_time = 0.219852)
		p2229 true (test_time = 0.218729)
		p2230 true (test_time = 0.219395)
		p2231 true (test_time = 0.219666)
		p2232 true (test_time = 0.226656)
		p2233 true (test_time = 0.218696)
		p2234 true (test_time = 0.218378)
		p2235 true (test_time = 0.219769)
		p2236 true (test_time = 0.218831)
		p2237 true (test_time = 0.21955)
		p2238 true (test_time = 0.218511)
		p2239 true (test_time = 0.22222)
		p2240 true (test_time = 0.223521)
		p2241 true (test_time = 0.219404)
		p2242 true (test_time = 0.227315)
		p2243 true (test_time = 0.224858)
		p2244 true (test_time = 0.221238)
		p2245 true (test_time = 0.218796)
		p2246 true (test_time = 0.217269)
		p2247 true (test_time = 0.220451)
		p2248 true (test_time = 0.217304)
		p2249 true (test_time = 0.222464)
		p2250 true (test_time = 0.221787)
		p2251 true (test_time = 0.220476)
		p2252 true (test_time = 0.221298)
		p2253 true (test_time = 0.220047)
		p2254 true (test_time = 0.221239)
		p2255 true (test_time = 0.241939)
		p2256 true (test_time = 0.217518)
		p2257 true (test_time = 0.218425)
		p2258 true (test_time = 0.218059)
		p2259 true (test_time = 0.218945)
		p2260 true (test_time = 0.219578)
		p2261 true (test_time = 0.217967)
		p2262 true (test_time = 0.23729)
		p2263 true (test_time = 0.21685)
		p2264 true (test_time = 0.218181)
		p2265 true (test_time = 0.216724)
		p2266 true (test_time = 0.219924)
		p2267 true (test_time = 0.237865)
		p2268 true (test_time = 0.2202)
		p2269 true (test_time = 0.218532)
		p2270 true (test_time = 0.221293)
		p2271 true (test_time = 0.218938)
		p2272 true (test_time = 0.218053)
		p2273 true (test_time = 0.220592)
		p2274 true (test_time = 0.227259)
		p2275 true (test_time = 0.219066)
		p2276 true (test_time = 0.238226)
		p2277 true (test_time = 0.223549)
		p2278 true (test_time = 0.220846)
		p2279 true (test_time = 0.228137)
		p2280 true (test_time = 0.222988)
		p2281 true (test_time = 0.223353)
		p2282 true (test_time = 0.226912)
		p2283 true (test_time = 0.221194)
		p2284 true (test_time = 0.229351)
		p2285 true (test_time = 0.219822)
		p2286 true (test_time = 0.228745)
		p2287 true (test_time = 0.258258)
		p2288 true (test_time = 0.221339)
		p2289 true (test_time = 0.226186)
		p2290 true (test_time = 0.220682)
		p2291 true (test_time = 0.231105)
		p2292 true (test_time = 0.226954)
		p2293 true (test_time = 0.237632)
		p2294 true (test_time = 0.221302)
		p2295 true (test_time = 0.223302)
		p2296 true (test_time = 0.220881)
		p2297 true (test_time = 0.220469)
		p2298 true (test_time = 0.217859)
		p2299 true (test_time = 0.219987)
		p2300 true (test_time = 0.226885)
		p2301 true (test_time = 0.220196)
		p2302 true (test_time = 0.219592)
		p2303 true (test_time = 0.217892)
		p2304 true (test_time = 0.218534)
		p2305 true (test_time = 0.218121)
		p2306 true (test_time = 0.218761)
		p2307 true (test_time = 0.218623)
		p2308 true (test_time = 0.220694)
		p2309 true (test_time = 0.222682)
		p2310 true (test_time = 0.21667)
		p2311 true (test_time = 0.222903)
		p2312 true (test_time = 0.219924)
		p2313 true (test_time = 0.218334)
		p2314 true (test_time = 0.221671)
		p2315 true (test_time = 0.218971)
		p2316 true (test_time = 0.227732)
		p2317 true (test_time = 0.218023)
		p2318 true (test_time = 0.235713)
		p2319 true (test_time = 0.226095)
		p2320 true (test_time = 0.230248)
		p2321 true (test_time = 0.220724)
		p2322 true (test_time = 0.227266)
		p2323 true (test_time = 0.237778)
		p2324 true (test_time = 0.218527)
		p2325 true (test_time = 0.21705)
		p2326 true (test_time = 0.222703)
		p2327 true (test_time = 0.219519)
		p2328 true (test_time = 0.220315)
		p2329 true (test_time = 0.2179)
		p2330 true (test_time = 0.219257)
		p2331 true (test_time = 0.219799)
		p2332 true (test_time = 0.218524)
		p2333 true (test_time = 0.220042)
		p2334 true (test_time = 0.219695)
		p2335 true (test_time = 0.230599)
		p2336 true (test_time = 0.217494)
		p2337 true (test_time = 0.23078)
		p2338 true (test_time = 0.218348)
		p2339 true (test_time = 0.222706)
		p2340 true (test_time = 0.220363)
		p2341 true (test_time = 0.221856)
		p2342 true (test_time = 0.217772)
		p2343 true (test_time = 0.219837)
		p2344 true (test_time = 0.218193)
		p2345 true (test_time = 0.222726)
		p2346 true (test_time = 0.218264)
		p2347 true (test_time = 0.218647)
		p2348 true (test_time = 0.217536)
		p2349 true (test_time = 0.219565)
		p2350 true (test_time = 0.219053)
		p2351 true (test_time = 0.218698)
		p2352 true (test_time = 0.219426)
		p2353 true (test_time = 0.225237)
		p2354 true (test_time = 0.219789)
		p2355 true (test_time = 0.218342)
		p2356 true (test_time = 0.224943)
		p2357 true (test_time = 0.217943)
		p2358 true (test_time = 0.218656)
		p2359 true (test_time = 0.23123)
		p2360 true (test_time = 0.218026)
		p2361 true (test_time = 0.22924)
		p2362 true (test_time = 0.219324)
		p2363 true (test_time = 0.226536)
		p2364 true (test_time = 0.224519)
		p2365 true (test_time = 0.218263)
		p2366 true (test_time = 0.227972)
		p2367 true (test_time = 0.219218)
		p2368 true (test_time = 0.223218)
		p2369 true (test_time = 0.226772)
		p2370 true (test_time = 0.218423)
		p2371 true (test_time = 0.220708)
		p2372 true (test_time = 0.220229)
		p2373 true (test_time = 0.221082)
		p2374 true (test_time = 0.218233)
		p2375 true (test_time = 0.219398)
		p2376 true (test_time = 0.218949)
		p2377 true (test_time = 0.217493)
		p2378 true (test_time = 0.220203)
		p2379 true (test_time = 0.216717)
		p2380 true (test_time = 0.218622)
		p2381 true (test_time = 0.220182)
		p2382 true (test_time = 0.218637)
		p2383 true (test_time = 0.218688)
		p2384 true (test_time = 0.21816)
		p2385 true (test_time = 0.22244)
		p2386 true (test_time = 0.219833)
		p2387 true (test_time = 0.219577)
		p2388 true (test_time = 0.221006)
		p2389 true (test_time = 0.22184)
		p2390 true (test_time = 0.217807)
		p2391 true (test_time = 0.223565)
		p2392 true (test_time = 0.220438)
		p2393 true (test_time = 0.221195)
		p2394 true (test_time = 0.218687)
		p2395 true (test_time = 0.217818)
		p2396 true (test_time = 0.218237)
		p2397 true (test_time = 0.220132)
		p2398 true (test_time = 0.219652)
		p2399 true (test_time = 0.219348)
		p2400 true (test_time = 0.218237)
		p2401 true (test_time = 0.217394)
		p2402 true (test_time = 0.219005)
		p2403 true (test_time = 0.219354)
		p2404 true (test_time = 0.22174)
		p2405 true (test_time = 0.218546)
		p2406 true (test_time = 0.218657)
		p2407 true (test_time = 0.219246)
		p2408 true (test_time = 0.220522)
		p2409 true (test_time = 0.21952)
		p2410 true (test_time = 0.221801)
		p2411 true (test_time = 0.223735)
		p2412 true (test_time = 0.217684)
		p2413 true (test_time = 0.221874)
		p2414 true (test_time = 0.216324)
		p2415 true (test_time = 0.217862)
		p2416 true (test_time = 0.220935)
		p2417 true (test_time = 0.221214)
		p2418 true (test_time = 0.219681)
		p2419 true (test_time = 0.21825)
		p2420 true (test_time = 0.22001)
		p2421 true (test_time = 0.218151)
		p2422 true (test_time = 0.22643)
		p2423 true (test_time = 0.217546)
		p2424 true (test_time = 0.219815)
		p2425 true (test_time = 0.217703)
		p2426 true (test_time = 0.219901)
		p2427 true (test_time = 0.219981)
		p2428 true (test_time = 0.218563)
		p2429 true (test_time = 0.228086)
		p2430 true (test_time = 0.221201)
		p2431 true (test_time = 0.219309)
		p2432 true (test_time = 0.220977)
		p2433 true (test_time = 0.218119)
		p2434 true (test_time = 0.223814)
		p2435 true (test_time = 0.218116)
		p2436 true (test_time = 0.220839)
		p2437 true (test_time = 0.222654)
		p2438 true (test_time = 0.21946)
		p2439 true (test_time = 0.220093)
		p2440 true (test_time = 0.2181)
		p2441 true (test_time = 0.221211)
		p2442 true (test_time = 0.218833)
		p2443 true (test_time = 0.227434)
		p2444 true (test_time = 0.218037)
		p2445 true (test_time = 0.217958)
		p2446 true (test_time = 0.219663)
		p2447 true (test_time = 0.219682)
		p2448 true (test_time = 0.226487)
		p2449 true (test_time = 0.225487)
		p2450 true (test_time = 0.223059)
		p2451 true (test_time = 0.218954)
		p2452 true (test_time = 0.223026)
		p2453 true (test_time = 0.225135)
		p2454 true (test_time = 0.219003)
		p2455 true (test_time = 0.223489)
		p2456 true (test_time = 0.218039)
		p2457 true (test_time = 0.218853)
		p2458 true (test_time = 0.221715)
		p2459 true (test_time = 0.219903)
		p2460 true (test_time = 0.217405)
		p2461 true (test_time = 0.224005)
		p2462 true (test_time = 0.222832)
		p2463 true (test_time = 0.217971)
		p2464 true (test_time = 0.219473)
		p2465 true (test_time = 0.220191)
		p2466 true (test_time = 0.221416)
		p2467 true (test_time = 0.217424)
		p2468 true (test_time = 0.21947)
		p2469 true (test_time = 0.21697)
		p2470 true (test_time = 0.227692)
		p2471 true (test_time = 0.219797)
		p2472 true (test_time = 0.218236)
		p2473 true (test_time = 0.218883)
		p2474 true (test_time = 0.218053)
		p2475 true (test_time = 0.232082)
		p2476 true (test_time = 0.220328)
		p2477 true (test_time = 0.221996)
		p2478 true (test_time = 0.218697)
		p2479 true (test_time = 0.218053)
		p2480 true (test_time = 0.218315)
		p2481 true (test_time = 0.236821)
		p2482 true (test_time = 0.218426)
		p2483 true (test_time = 0.219063)
		p2484 true (test_time = 0.223828)
		p2485 true (test_time = 0.218782)
		p2486 true (test_time = 0.218004)
		p2487 true (test_time = 0.234147)
		p2488 true (test_time = 0.222913)
		p2489 true (test_time = 0.220661)
		p2490 true (test_time = 0.23349)
		p2491 true (test_time = 0.241768)
		p2492 true (test_time = 0.219154)
		p2493 true (test_time = 0.223932)
		p2494 true (test_time = 0.218962)
		p2495 true (test_time = 0.218245)
		p2496 true (test_time = 0.222221)
		p2497 true (test_time = 0.21859)
		p2498 true (test_time = 0.219339)
		p2499 true (test_time = 0.224283)
		p2500 true (test_time = 0.217549)
		p2501 true (test_time = 0.218832)
		p2502 true (test_time = 0.221303)
		p2503 true (test_time = 0.219434)
		p2504 true (test_time = 0.22604)
		p2505 true (test_time = 0.219809)
		p2506 true (test_time = 0.225942)
		p2507 true (test_time = 0.222646)
		p2508 true (test_time = 0.22024)
		p2509 true (test_time = 0.219058)
		p2510 true (test_time = 0.219108)
		p2511 true (test_time = 0.217794)
		p2512 true (test_time = 0.220544)
		p2513 true (test_time = 0.23694)
		p2514 true (test_time = 0.220752)
		p2515 true (test_time = 0.21937)
		p2516 true (test_time = 0.220615)
		p2517 true (test_time = 0.248111)
		p2518 true (test_time = 0.21845)
		p2519 true (test_time = 0.220894)
		p2520 true (test_time = 0.21622)
		p2521 true (test_time = 0.218569)
		p2522 true (test_time = 0.220828)
		p2523 true (test_time = 0.221751)
		p2524 true (test_time = 0.220062)
		p2525 true (test_time = 0.22161)
		p2526 true (test_time = 0.21876)
		p2527 true (test_time = 0.218063)
		p2528 true (test_time = 0.220606)
		p2529 true (test_time = 0.217391)
		p2530 true (test_time = 0.21964)
		p2531 true (test_time = 0.225106)
		p2532 true (test_time = 0.219609)
		p2533 true (test_time = 0.218313)
		p2534 true (test_time = 0.221193)
		p2535 true (test_time = 0.219903)
		p2536 true (test_time = 0.22014)
		p2537 true (test_time = 0.218703)
		p2538 true (test_time = 0.217818)
		p2539 true (test_time = 0.218682)
		p2540 true (test_time = 0.217166)
		p2541 true (test_time = 0.218539)
		p2542 true (test_time = 0.219525)
		p2543 true (test_time = 0.220468)
		p2544 true (test_time = 0.221902)
		p2545 true (test_time = 0.218414)
		p2546 true (test_time = 0.229245)
		p2547 true (test_time = 0.218986)
		p2548 true (test_time = 0.219122)
		p2549 true (test_time = 0.217552)
		p2550 true (test_time = 0.232793)
		p2551 true (test_time = 0.218844)
		p2552 true (test_time = 0.218232)
		p2553 true (test_time = 0.218709)
		p2554 true (test_time = 0.218783)
		p2555 true (test_time = 0.220209)
		p2556 true (test_time = 0.21763)
		p2557 true (test_time = 0.223929)
		p2558 true (test_time = 0.219522)
		p2559 true (test_time = 0.220399)
		p2560 true (test_time = 0.218759)
		p2561 true (test_time = 0.218189)
		p2562 true (test_time = 0.22079)
		p2563 true (test_time = 0.218612)
		p2564 true (test_time = 0.222511)
		p2565 true (test_time = 0.219327)
		p2566 true (test_time = 0.219916)
		p2567 true (test_time = 0.217676)
		p2568 true (test_time = 0.224509)
		p2569 true (test_time = 0.219441)
		p2570 true (test_time = 0.218242)
		p2571 true (test_time = 0.221515)
		p2572 true (test_time = 0.220136)
		p2573 true (test_time = 0.21986)
		p2574 true (test_time = 0.218983)
		p2575 true (test_time = 0.21972)
		p2576 true (test_time = 0.21772)
		p2577 true (test_time = 0.221258)
		p2578 true (test_time = 0.22138)
		p2579 true (test_time = 0.219539)
		p2580 true (test_time = 0.218516)
		p2581 true (test_time = 0.235559)
		p2582 true (test_time = 0.219545)
		p2583 true (test_time = 0.221494)
		p2584 true (test_time = 0.220728)
		p2585 true (test_time = 0.218216)
		p2586 true (test_time = 0.237403)
		p2587 true (test_time = 0.22289)
		p2588 true (test_time = 0.220349)
		p2589 true (test_time = 0.219517)
		p2590 true (test_time = 0.219919)
		p2591 true (test_time = 0.219228)
		p2592 true (test_time = 0.220066)
		p2593 true (test_time = 0.219333)
		p2594 true (test_time = 0.217995)
		p2595 true (test_time = 0.243179)
		p2596 true (test_time = 0.218943)
		p2597 true (test_time = 0.218124)
		p2598 true (test_time = 0.220429)
		p2599 true (test_time = 0.22314)
		p2600 true (test_time = 0.218718)
		p2601 true (test_time = 0.217975)
		p2602 true (test_time = 0.219858)
		p2603 true (test_time = 0.221733)
		p2604 true (test_time = 0.407501)
		p2605 true (test_time = 0.220496)
		p2606 true (test_time = 0.225099)
		p2607 true (test_time = 0.231498)
		p2608 true (test_time = 0.219189)
		p2609 true (test_time = 0.218403)
		p2610 true (test_time = 0.216447)
		p2611 true (test_time = 0.223276)
		p2612 true (test_time = 0.218695)
		p2613 true (test_time = 0.221146)
		p2614 true (test_time = 0.303194)
		p2615 true (test_time = 0.222259)
		p2616 true (test_time = 0.220239)
		p2617 true (test_time = 0.229682)
		p2618 true (test_time = 0.222196)
		p2619 true (test_time = 0.217785)
		p2620 true (test_time = 0.228044)
		p2621 true (test_time = 0.222574)
		p2622 true (test_time = 0.223686)
		p2623 true (test_time = 0.227873)
		p2624 true (test_time = 0.22004)
		p2625 true (test_time = 0.218709)
		p2626 true (test_time = 0.220915)
		p2627 true (test_time = 0.21995)
		p2628 true (test_time = 0.219779)
		p2629 true (test_time = 0.219602)
		p2630 true (test_time = 0.218779)
		p2631 true (test_time = 0.220499)
		p2632 true (test_time = 0.220182)
		p2633 true (test_time = 0.220214)
		p2634 true (test_time = 0.219231)
		p2635 true (test_time = 0.216868)
		p2636 true (test_time = 0.219709)
		p2637 true (test_time = 0.21996)
		p2638 true (test_time = 0.221405)
		p2639 true (test_time = 0.235321)
		p2640 true (test_time = 0.218738)
		p2641 true (test_time = 0.220985)
		p2642 true (test_time = 0.265767)
		p2643 true (test_time = 0.224496)
		p2644 true (test_time = 0.219586)
		p2645 true (test_time = 0.218854)
		p2646 true (test_time = 0.224534)
		p2647 true (test_time = 0.219228)
		p2648 true (test_time = 0.22094)
		p2649 true (test_time = 0.220492)
		p2650 true (test_time = 0.22157)
		p2651 true (test_time = 0.218162)
		p2652 true (test_time = 0.218003)
		p2653 true (test_time = 0.218979)
		p2654 true (test_time = 0.218454)
		p2655 true (test_time = 0.218233)
		p2656 true (test_time = 0.220373)
		p2657 true (test_time = 0.22289)
		p2658 true (test_time = 0.218811)
		p2659 true (test_time = 0.222264)
		p2660 true (test_time = 0.219725)
		p2661 true (test_time = 0.224033)
		p2662 true (test_time = 0.219513)
		p2663 true (test_time = 0.220005)
		p2664 true (test_time = 0.219253)
		p2665 true (test_time = 0.218024)
		p2666 true (test_time = 0.218099)
		p2667 true (test_time = 0.216014)
		p2668 true (test_time = 0.220291)
		p2669 true (test_time = 0.222532)
		p2670 true (test_time = 0.218365)
		p2671 true (test_time = 0.220409)
		p2672 true (test_time = 0.220148)
		p2673 true (test_time = 0.222549)
		p2674 true (test_time = 0.217208)
		p2675 true (test_time = 0.222381)
		p2676 true (test_time = 0.237462)
		p2677 true (test_time = 0.219743)
		p2678 true (test_time = 0.219107)
		p2679 true (test_time = 0.219251)
		p2680 true (test_time = 0.218527)
		p2681 true (test_time = 0.219795)
		p2682 true (test_time = 0.219645)
		p2683 true (test_time = 0.218636)
		p2684 true (test_time = 0.219141)
		p2685 true (test_time = 0.226937)
		p2686 true (test_time = 0.221428)
		p2687 true (test_time = 0.222129)
		p2688 true (test_time = 0.221894)
		p2689 true (test_time = 0.224492)
		p2690 true (test_time = 0.216179)
		p2691 true (test_time = 0.22121)
		p2692 true (test_time = 0.221537)
		p2693 true (test_time = 0.221652)
		p2694 true (test_time = 0.219277)
		p2695 true (test_time = 0.2231)
		p2696 true (test_time = 0.220343)
		p2697 true (test_time = 0.21869)
		p2698 true (test_time = 0.220686)
		p2699 true (test_time = 0.221572)
		p2700 true (test_time = 0.231933)
		p2701 true (test_time = 0.220065)
		p2702 true (test_time = 0.221269)
		p2703 true (test_time = 0.220002)
		p2704 true (test_time = 0.219597)
		p2705 true (test_time = 0.218414)
		p2706 true (test_time = 0.225751)
		p2707 true (test_time = 0.218194)
		p2708 true (test_time = 0.218368)
		p2709 true (test_time = 0.224499)
		p2710 true (test_time = 0.219106)
		p2711 true (test_time = 0.219572)
		p2712 true (test_time = 0.220195)
		p2713 true (test_time = 0.218711)
		p2714 true (test_time = 0.218328)
		p2715 true (test_time = 0.219069)
		p2716 true (test_time = 0.218694)
		p2717 true (test_time = 0.244275)
		p2718 true (test_time = 0.217755)
		p2719 true (test_time = 0.220441)
		p2720 true (test_time = 0.221957)
		p2721 true (test_time = 0.219157)
		p2722 true (test_time = 0.231931)
		p2723 true (test_time = 0.21849)
		p2724 true (test_time = 0.219854)
		p2725 true (test_time = 0.223818)
		p2726 true (test_time = 0.218876)
		p2727 true (test_time = 0.217661)
		p2728 true (test_time = 0.220423)
		p2729 true (test_time = 0.219961)
		p2730 true (test_time = 0.218229)
		p2731 true (test_time = 0.219151)
		p2732 true (test_time = 0.217593)
		p2733 true (test_time = 0.220526)
		p2734 true (test_time = 0.2257)
		p2735 true (test_time = 0.239233)
		p2736 true (test_time = 0.219576)
		p2737 true (test_time = 0.221668)
		p2738 true (test_time = 0.218388)
		p2739 true (test_time = 0.218211)
		p2740 true (test_time = 0.221061)
		p2741 true (test_time = 0.218633)
		p2742 true (test_time = 0.220069)
		p2743 true (test_time = 0.224255)
		p2744 true (test_time = 0.222463)
		p2745 true (test_time = 0.223017)
		p2746 true (test_time = 0.221862)
		p2747 true (test_time = 0.222318)
		p2748 true (test_time = 0.242006)
		p2749 true (test_time = 0.220936)
		p2750 true (test_time = 0.224063)
		p2751 true (test_time = 0.222386)
		p2752 true (test_time = 0.225495)
		p2753 true (test_time = 0.222179)
		p2754 true (test_time = 0.228117)
		p2755 true (test_time = 0.221872)
		p2756 true (test_time = 0.221408)
		p2757 true (test_time = 0.22535)
		p2758 true (test_time = 0.226218)
		p2759 true (test_time = 0.236951)
		p2760 true (test_time = 0.222432)
		p2761 true (test_time = 0.220559)
		p2762 true (test_time = 0.239854)
		p2763 true (test_time = 0.220652)
		p2764 true (test_time = 0.221707)
		p2765 true (test_time = 0.225132)
		p2766 true (test_time = 0.220601)
		p2767 true (test_time = 0.220135)
		p2768 true (test_time = 0.220748)
		p2769 true (test_time = 0.230163)
		p2770 true (test_time = 0.221)
		p2771 true (test_time = 0.222418)
		p2772 true (test_time = 0.219865)
		p2773 true (test_time = 0.219747)
		p2774 true (test_time = 0.219874)
		p2775 true (test_time = 0.233286)
		p2776 true (test_time = 0.220242)
		p2777 true (test_time = 0.239358)
		p2778 true (test_time = 0.21965)
		p2779 true (test_time = 0.218663)
		p2780 true (test_time = 0.221827)
		p2781 true (test_time = 0.220036)
		p2782 true (test_time = 0.218722)
		p2783 true (test_time = 0.221159)
		p2784 true (test_time = 0.218865)
		p2785 true (test_time = 0.236649)
		p2786 true (test_time = 0.224149)
		p2787 true (test_time = 0.221332)
		p2788 true (test_time = 0.217954)
		p2789 true (test_time = 0.220766)
		p2790 true (test_time = 0.218768)
		p2791 true (test_time = 0.221499)
		p2792 true (test_time = 0.219771)
		p2793 true (test_time = 0.219426)
		p2794 true (test_time = 0.21937)
		p2795 true (test_time = 0.240907)
		p2796 true (test_time = 0.2214)
		p2797 true (test_time = 0.219296)
		p2798 true (test_time = 0.217763)
		p2799 true (test_time = 0.222437)
		p2800 true (test_time = 0.221643)
		p2801 true (test_time = 0.223762)
		p2802 true (test_time = 0.22063)
		p2803 true (test_time = 0.219161)
		p2804 true (test_time = 0.219334)
		p2805 true (test_time = 0.218648)
		p2806 true (test_time = 0.219267)
		p2807 true (test_time = 0.223262)
		p2808 true (test_time = 0.219298)
		p2809 true (test_time = 0.216568)
		p2810 true (test_time = 0.242531)
		p2811 true (test_time = 0.219831)
		p2812 true (test_time = 0.219694)
		p2813 true (test_time = 0.21881)
		p2814 true (test_time = 0.218565)
		p2815 true (test_time = 0.224113)
		p2816 true (test_time = 0.221189)
		p2817 true (test_time = 0.220455)
		p2818 true (test_time = 0.220286)
		p2819 true (test_time = 0.222817)
		p2820 true (test_time = 0.226228)
		p2821 true (test_time = 0.222269)
		p2822 true (test_time = 0.219661)
		p2823 true (test_time = 0.220943)
		p2824 true (test_time = 0.218942)
		p2825 true (test_time = 0.220196)
		p2826 true (test_time = 0.21998)
		p2827 true (test_time = 0.219433)
		p2828 true (test_time = 0.217027)
		p2829 true (test_time = 0.219275)
		p2830 true (test_time = 0.219329)
		p2831 true (test_time = 0.224809)
		p2832 true (test_time = 0.222185)
		p2833 true (test_time = 0.224828)
		p2834 true (test_time = 0.22133)
		p2835 true (test_time = 0.219352)
		p2836 true (test_time = 0.220139)
		p2837 true (test_time = 0.221766)
		p2838 true (test_time = 0.223361)
		p2839 true (test_time = 0.221361)
		p2840 true (test_time = 0.227138)
		p2841 true (test_time = 0.243841)
		p2842 true (test_time = 0.224428)
		p2843 true (test_time = 0.231831)
		p2844 true (test_time = 0.22841)
		p2845 true (test_time = 0.226102)
		p2846 true (test_time = 0.224512)
		p2847 true (test_time = 0.2241)
		p2848 true (test_time = 0.225271)
		p2849 true (test_time = 0.22946)
		p2850 true (test_time = 0.231839)
		p2851 true (test_time = 0.234062)
		p2852 true (test_time = 0.238422)
		p2853 true (test_time = 0.239979)
		p2854 true (test_time = 0.225783)
		p2855 true (test_time = 0.222718)
		p2856 true (test_time = 0.223384)
		p2857 true (test_time = 0.222209)
		p2858 true (test_time = 0.224549)
		p2859 true (test_time = 0.219978)
		p2860 true (test_time = 0.220789)
		p2861 true (test_time = 0.239381)
		p2862 true (test_time = 0.220086)
		p2863 true (test_time = 0.228774)
		p2864 true (test_time = 0.220215)
		p2865 true (test_time = 0.242066)
		p2866 true (test_time = 0.221625)
		p2867 true (test_time = 0.220812)
		p2868 true (test_time = 0.22375)
		p2869 true (test_time = 0.224085)
		p2870 true (test_time = 0.22068)
		p2871 true (test_time = 0.223939)
		p2872 true (test_time = 0.220635)
		p2873 true (test_time = 0.219709)
		p2874 true (test_time = 0.219408)
		p2875 true (test_time = 0.222383)
		p2876 true (test_time = 0.218515)
		p2877 true (test_time = 0.221991)
		p2878 true (test_time = 0.221534)
		p2879 true (test_time = 0.221946)
		p2880 true (test_time = 0.223112)
		p2881 true (test_time = 0.219944)
		p2882 true (test_time = 0.253183)
		p2883 true (test_time = 0.219587)
		p2884 true (test_time = 0.221774)
		p2885 true (test_time = 0.223532)
		p2886 true (test_time = 0.22334)
		p2887 true (test_time = 0.221626)
		p2888 true (test_time = 0.218493)
		p2889 true (test_time = 0.219379)
		p2890 true (test_time = 0.217794)
		p2891 true (test_time = 0.225621)
		p2892 true (test_time = 0.21921)
		p2893 true (test_time = 0.236875)
		p2894 true (test_time = 0.220196)
		p2895 true (test_time = 0.222787)
		p2896 true (test_time = 0.234146)
		p2897 true (test_time = 0.217724)
		p2898 true (test_time = 0.223205)
		p2899 true (test_time = 0.229283)
		p2900 true (test_time = 0.222544)
		p2901 true (test_time = 0.219357)
		p2902 true (test_time = 0.22863)
		p2903 true (test_time = 0.219594)
		p2904 true (test_time = 0.219097)
		p2905 true (test_time = 0.231353)
		p2906 true (test_time = 0.219818)
		p2907 true (test_time = 0.225158)
		p2908 true (test_time = 0.219651)
		p2909 true (test_time = 0.217719)
		p2910 true (test_time = 0.221757)
		p2911 true (test_time = 0.223202)
		p2912 true (test_time = 0.219221)
		p2913 true (test_time = 0.22155)
		p2914 true (test_time = 0.223957)
		p2915 true (test_time = 0.219301)
		p2916 true (test_time = 0.219753)
		p2917 true (test_time = 0.219141)
		p2918 true (test_time = 0.222567)
		p2919 true (test_time = 0.236084)
		p2920 true (test_time = 0.21969)
		p2921 true (test_time = 0.220407)
		p2922 true (test_time = 0.220295)
		p2923 true (test_time = 0.221297)
		p2924 true (test_time = 0.239608)
		p2925 true (test_time = 0.220269)
		p2926 true (test_time = 0.220808)
		p2927 true (test_time = 0.238792)
		p2928 true (test_time = 0.222674)
		p2929 true (test_time = 0.229341)
		p2930 true (test_time = 0.2234)
		p2931 true (test_time = 0.222991)
		p2932 true (test_time = 0.223842)
		p2933 true (test_time = 0.224208)
		p2934 true (test_time = 0.246645)
		p2935 true (test_time = 0.222799)
		p2936 true (test_time = 0.248511)
		p2937 true (test_time = 0.223155)
		p2938 true (test_time = 0.22085)
		p2939 true (test_time = 0.238604)
		p2940 true (test_time = 0.243613)
		p2941 true (test_time = 0.221506)
		p2942 true (test_time = 0.221663)
		p2943 true (test_time = 0.220367)
		p2944 true (test_time = 0.225377)
		p2945 true (test_time = 0.227282)
		p2946 true (test_time = 0.225929)
		p2947 true (test_time = 0.225148)
		p2948 true (test_time = 0.243176)
		p2949 true (test_time = 0.223684)
		p2950 true (test_time = 0.220896)
		p2951 true (test_time = 0.219637)
		p2952 true (test_time = 0.219999)
		p2953 true (test_time = 0.237895)
		p2954 true (test_time = 0.22091)
		p2955 true (test_time = 0.21612)
		p2956 true (test_time = 0.220041)
		p2957 true (test_time = 0.222113)
		p2958 true (test_time = 0.237215)
		p2959 true (test_time = 0.220299)
		p2960 true (test_time = 0.219243)
		p2961 true (test_time = 0.219014)
		p2962 true (test_time = 0.220242)
		p2963 true (test_time = 0.233143)
		p2964 true (test_time = 0.221815)
		p2965 true (test_time = 0.254003)
		p2966 true (test_time = 0.224766)
		p2967 true (test_time = 0.223859)
		p2968 true (test_time = 0.233837)
		p2969 true (test_time = 0.220699)
		p2970 true (test_time = 0.218733)
		p2971 true (test_time = 0.219807)
		p2972 true (test_time = 0.219337)
		p2973 true (test_time = 0.225877)
		p2974 true (test_time = 0.220523)
		p2975 true (test_time = 0.239845)
		p2976 true (test_time = 0.220238)
		p2977 true (test_time = 0.218032)
		p2978 true (test_time = 0.220143)
		p2979 true (test_time = 0.237579)
		p2980 true (test_time = 0.220814)
		p2981 true (test_time = 0.280799)
		p2982 true (test_time = 0.22582)
		p2983 true (test_time = 0.239581)
		p2984 true (test_time = 0.21978)
		p2985 true (test_time = 0.220772)
		p2986 true (test_time = 0.220681)
		p2987 true (test_time = 0.219765)
		p2988 true (test_time = 0.224353)
		p2989 true (test_time = 0.217912)
		p2990 true (test_time = 0.221856)
		p2991 true (test_time = 0.21887)
		p2992 true (test_time = 0.218585)
		p2993 true (test_time = 0.22126)
		p2994 true (test_time = 0.219961)
		p2995 true (test_time = 0.222652)
		p2996 true (test_time = 0.220818)
		p2997 true (test_time = 0.219874)
		p2998 true (test_time = 0.241115)
		p2999 true (test_time = 0.244516)
		p3000 true (test_time = 0.219243)
		p3001 true (test_time = 0.268178)
		p3002 true (test_time = 0.226579)
		p3003 true (test_time = 0.219423)
		p3004 true (test_time = 0.226347)
		p3005 true (test_time = 0.240429)
		p3006 true (test_time = 0.220654)
		p3007 true (test_time = 0.236482)
		p3008 true (test_time = 0.222015)
		p3009 true (test_time = 0.220039)
		p3010 true (test_time = 0.225517)
		p3011 true (test_time = 0.237445)
		p3012 true (test_time = 0.221303)
		p3013 true (test_time = 0.219318)
		p3014 true (test_time = 0.326122)
		p3015 true (test_time = 0.257904)
		p3016 true (test_time = 0.218877)
		p3017 true (test_time = 0.219994)
		p3018 true (test_time = 0.220224)
		p3019 true (test_time = 0.221275)
		p3020 true (test_time = 0.219865)
		p3021 true (test_time = 0.216844)
		p3022 true (test_time = 0.222814)
		p3023 true (test_time = 0.22053)
		p3024 true (test_time = 0.221677)
		p3025 true (test_time = 0.247949)
		p3026 true (test_time = 0.235964)
		p3027 true (test_time = 0.223165)
		p3028 true (test_time = 0.220765)
		p3029 true (test_time = 0.222243)
		p3030 true (test_time = 0.228517)
		p3031 true (test_time = 0.219626)
		p3032 true (test_time = 0.225569)
		p3033 true (test_time = 0.219987)
		p3034 true (test_time = 0.219379)
		p3035 true (test_time = 0.220202)
		p3036 true (test_time = 0.218694)
		p3037 true (test_time = 0.222861)
		p3038 true (test_time = 0.22298)
		p3039 true (test_time = 0.238578)
		p3040 true (test_time = 0.237872)
		p3041 true (test_time = 0.219624)
		p3042 true (test_time = 0.222531)
		p3043 true (test_time = 0.219102)
		p3044 true (test_time = 0.228886)
		p3045 true (test_time = 0.234456)
		p3046 true (test_time = 0.22252)
		p3047 true (test_time = 0.244712)
		p3048 true (test_time = 0.22177)
		p3049 true (test_time = 0.219011)
		p3050 true (test_time = 0.218601)
		p3051 true (test_time = 0.219362)
		p3052 true (test_time = 0.237302)
		p3053 true (test_time = 0.219935)
		p3054 true (test_time = 0.220024)
		p3055 true (test_time = 0.219448)
		p3056 true (test_time = 0.220467)
		p3057 true (test_time = 0.221212)
		p3058 true (test_time = 0.231164)
		p3059 true (test_time = 0.225758)
		p3060 true (test_time = 0.241616)
		p3061 true (test_time = 0.219431)
		p3062 true (test_time = 0.21997)
		p3063 true (test_time = 0.224054)
		p3064 true (test_time = 0.219369)
		p3065 true (test_time = 0.222858)
		p3066 true (test_time = 0.220925)
		p3067 true (test_time = 0.220246)
		p3068 true (test_time = 0.220017)
		p3069 true (test_time = 0.219851)
		p3070 true (test_time = 0.238856)
		p3071 true (test_time = 0.219321)
		p3072 true (test_time = 0.24061)
		p3073 true (test_time = 0.216804)
		p3074 true (test_time = 0.218994)
		p3075 true (test_time = 0.253774)
		p3076 true (test_time = 0.218232)
		p3077 true (test_time = 0.22074)
		p3078 true (test_time = 0.219032)
		p3079 true (test_time = 0.238032)
		p3080 true (test_time = 0.221541)
		p3081 true (test_time = 0.249163)
		p3082 true (test_time = 0.219814)
		p3083 true (test_time = 0.218949)
		p3084 true (test_time = 0.219388)
		p3085 true (test_time = 0.221296)
		p3086 true (test_time = 0.221208)
		p3087 true (test_time = 0.22128)
		p3088 true (test_time = 0.2191)
		p3089 true (test_time = 0.219441)
		p3090 true (test_time = 0.220117)
		p3091 true (test_time = 0.218294)
		p3092 true (test_time = 0.227854)
		p3093 true (test_time = 0.336743)
		p3094 true (test_time = 0.22243)
		p3095 true (test_time = 0.220253)
		p3096 true (test_time = 0.220797)
		p3097 true (test_time = 0.219387)
		p3098 true (test_time = 0.220201)
		p3099 true (test_time = 0.219393)
		p3100 true (test_time = 0.23818)
		p3101 true (test_time = 0.219037)
		p3102 true (test_time = 0.223925)
		p3103 true (test_time = 0.219927)
		p3104 true (test_time = 0.222107)
		p3105 false (test_time = 0.23587)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.1969)
	variant     3/ 3240 = d(344)          (7947 tests, cond 0)
		n1 true (test_time = 20.1411)
		p3105 false (test_time = 0.246788)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2814)
	variant     4/ 3240 = d(345)          (7947 tests, cond 0)
		p3105 false (test_time = 19.7807)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.3203)
	variant     5/ 3240 = d(346)          (7947 tests, cond 0)
		p3105 false (test_time = 19.7189)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.8208)
	variant     6/ 3240 = d(347)          (7947 tests, cond 0)
		p3105 false (test_time = 20.0141)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.6541)
	variant     7/ 3240 = d(348)          (7947 tests, cond 0)
		p3105 false (test_time = 19.8166)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2519)
	variant     8/ 3240 = d(349)          (7947 tests, cond 0)
		p3105 false (test_time = 18.4276)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.5182)
	variant     9/ 3240 = d(350)          (7947 tests, cond 0)
		p3105 false (test_time = 18.2223)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2584)
	variant    10/ 3240 = d(351)          (7947 tests, cond 0)
		p3105 false (test_time = 18.0152)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2916)
	variant    11/ 3240 = d(352)          (7947 tests, cond 0)
		p3105 false (test_time = 18.1491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.3974)
	variant    12/ 3240 = d(353)          (7947 tests, cond 0)
		p3105 false (test_time = 17.9506)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 35.0729)
	variant    13/ 3240 = d(354)          (7947 tests, cond 0)
		p3105 false (test_time = 18.0604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.3304)
	variant    14/ 3240 = d(355)          (7947 tests, cond 0)
		p3105 true (test_time = 18.168)
		n1 false (test_time = 0.23946)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2185)
	variant    15/ 3240 = d(356)          (7947 tests, cond 0)
		p3105 false (test_time = 18.1889)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.4665)
	variant    16/ 3240 = d(357)          (7947 tests, cond 0)
		p3105 false (test_time = 18.6889)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2743)
	variant    17/ 3240 = d(358)          (7947 tests, cond 0)
		p3105 true (test_time = 17.9994)
		n1 false (test_time = 0.247013)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.9009)
	variant    18/ 3240 = d(359)          (7947 tests, cond 0)
		p3105 false (test_time = 18.1429)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 34.0142)
	variant    19/ 3240 = d(1815)         (7947 tests, cond 0)
		p3105 true (test_time = 17.9927)
		n1 false (test_time = 0.241771)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.21)
	variant    20/ 3240 = d(1860)         (7947 tests, cond 0)
		p3105 true (test_time = 18.2502)
		n1 false (test_time = 1.69277e-05)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.1087)
	variant    21/ 3240 = d(1861)         (7947 tests, cond 0)
		p3105 true (test_time = 17.6598)
		n1 false (test_time = 0.287161)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2648)
	variant    22/ 3240 = d(1862)         (7947 tests, cond 0)
		n1 false (test_time = 18.1228)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.995)
	variant    23/ 3240 = d(1864)         (7947 tests, cond 0)
		n1 false (test_time = 18.2635)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.6338)
	variant    24/ 3240 = d(1865)         (7947 tests, cond 0)
		n1 false (test_time = 18.0283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.476)
	variant    25/ 3240 = d(1867)         (7947 tests, cond 0)
		n1 false (test_time = 0.475183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.0615)
	variant    26/ 3240 = d(1868)         (7947 tests, cond 0)
		n1 false (test_time = 18.8103)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.873)
	variant    27/ 3240 = d(1869)         (7947 tests, cond 0)
		n1 false (test_time = 17.7662)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.1562)
	variant    28/ 3240 = d(1872)         (7947 tests, cond 0)
		n1 false (test_time = 18.2383)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.0094)
	variant    29/ 3240 = d(1873)         (7947 tests, cond 0)
		n1 false (test_time = 18.4221)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2095)
	variant    30/ 3240 = d(1874)         (7947 tests, cond 0)
		n1 false (test_time = 18.0627)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2951)
	variant    31/ 3240 = d(1875)         (7947 tests, cond 0)
		n1 false (test_time = 18.2028)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.1145)
	variant    32/ 3240 = d(1876)         (7947 tests, cond 0)
		n1 false (test_time = 18.091)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2219)
	variant    33/ 3240 = d(1878)         (7947 tests, cond 0)
		n1 false (test_time = 18.0629)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.0937)
	variant    34/ 3240 = d(1879)         (7947 tests, cond 0)
		n1 false (test_time = 18.1634)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 34.1858)
	variant    35/ 3240 = d(1880)         (7947 tests, cond 0)
		n1 false (test_time = 18.1613)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.8978)
	variant    36/ 3240 = d(1881)         (7947 tests, cond 0)
		n1 false (test_time = 18.1539)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.7574)
	variant    37/ 3240 = d(1882)         (7947 tests, cond 0)
		n1 false (test_time = 18.3799)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.1347)
	variant    38/ 3240 = d(1883)         (7947 tests, cond 0)
		n1 false (test_time = 17.767)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2882)
	variant    39/ 3240 = d(1896)         (7947 tests, cond 0)
		n1 false (test_time = 17.9753)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.1032)
	variant    40/ 3240 = d(2147)         (7947 tests, cond 0)
		n1 false (test_time = 18.6032)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.8288)
	variant    41/ 3240 = d(2148)         (7947 tests, cond 0)
		n1 false (test_time = 18.5966)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.9408)
	variant    42/ 3240 = d(2149)         (7947 tests, cond 0)
		n1 false (test_time = 18.17)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.9324)
	variant    43/ 3240 = d(2150)         (7947 tests, cond 0)
		n1 false (test_time = 18.4057)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.9115)
	variant    44/ 3240 = d(2152)         (7947 tests, cond 0)
		n1 true (test_time = 17.7789)
		p3105 false (test_time = 0.246028)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.681)
	variant    45/ 3240 = d(2153)         (7947 tests, cond 0)
		n1 false (test_time = 77.825)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.0404)
	variant    46/ 3240 = d(2154)         (7947 tests, cond 0)
		n1 false (test_time = 77.7764)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.3218)
	variant    47/ 3240 = d(2155)         (7947 tests, cond 0)
		n1 false (test_time = 77.9344)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2972)
	variant    48/ 3240 = d(2156)         (7947 tests, cond 0)
		n1 false (test_time = 78.0392)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.7425)
	variant    49/ 3240 = d(2158)         (7947 tests, cond 0)
		n1 false (test_time = 18.1671)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.0335)
	variant    50/ 3240 = d(2160)         (7947 tests, cond 0)
		n1 false (test_time = 18.0595)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.1511)
	variant    51/ 3240 = d(2161)         (7947 tests, cond 0)
		n1 false (test_time = 18.1444)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.8204)
	variant    52/ 3240 = d(2162)         (7947 tests, cond 0)
		n1 true (test_time = 17.908)
		p3105 false (test_time = 0.247389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.1266)
	variant    53/ 3240 = d(2163)         (7947 tests, cond 0)
		n1 false (test_time = 18.1157)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.8716)
	variant    54/ 3240 = d(2164)         (7947 tests, cond 0)
		n1 true (test_time = 17.975)
		p3105 false (test_time = 0.244118)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.9057)
	variant    55/ 3240 = d(2165)         (7947 tests, cond 0)
		n1 false (test_time = 17.9024)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.8514)
	variant    56/ 3240 = d(2166)         (7947 tests, cond 0)
		n1 true (test_time = 17.8158)
		p3105 false (test_time = 0.246645)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.9127)
	variant    57/ 3240 = d(2167)         (7947 tests, cond 0)
		n1 false (test_time = 0.51029)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.8204)
	variant    58/ 3240 = d(2168)         (7947 tests, cond 0)
		n1 false (test_time = 18.0038)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.7588)
	variant    59/ 3240 = d(2169)         (7947 tests, cond 0)
		n1 false (test_time = 18.0129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.8346)
	variant    60/ 3240 = d(2170)         (7947 tests, cond 0)
		n1 true (test_time = 18.0108)
		p3105 false (test_time = 0.249875)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.5999)
	variant    61/ 3240 = d(2172)         (7947 tests, cond 0)
		n1 false (test_time = 18.0395)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.7626)
	variant    62/ 3240 = d(2173)         (7947 tests, cond 0)
		n1 true (test_time = 18.0626)
		p3105 false (test_time = 0.246198)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.2929)
	variant    63/ 3240 = d(2175)         (7947 tests, cond 0)
		n1 false (test_time = 0.438757)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.1844)
	variant    64/ 3240 = d(2176)         (7947 tests, cond 0)
		n1 true (test_time = 17.9134)
		p3105 false (test_time = 0.249566)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.6159)
	variant    65/ 3240 = d(2178)         (7947 tests, cond 0)
		n1 true (test_time = 17.9547)
		p3105 false (test_time = 0.246012)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.6295)
	variant    66/ 3240 = d(2179)         (7947 tests, cond 0)
		n1 true (test_time = 18.0115)
		p3105 false (test_time = 0.24081)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.6043)
	variant    67/ 3240 = d(2180)         (7947 tests, cond 0)
		p3105 false (test_time = 17.2844)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.9216)
	variant    68/ 3240 = d(2181)         (7947 tests, cond 0)
		p3105 false (test_time = 17.8115)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.6772)
	variant    69/ 3240 = d(2186)         (7947 tests, cond 0)
		p3105 true (test_time = 18.0228)
		n1 false (test_time = 0.250983)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.3992)
	variant    70/ 3240 = d(2193)         (7947 tests, cond 0)
		n1 false (test_time = 0.438492)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.5877)
	variant    71/ 3240 = d(2199)         (7947 tests, cond 0)
		n1 false (test_time = 18.3679)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.4675)
	variant    72/ 3240 = d(2200)         (7947 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000067/ext/standard/html.c  d(2200)  fails to compile
 false (test_time = 1.13702)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.655)
	variant    73/ 3240 = d(2216)         (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 18.1127)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.5145)
	variant    74/ 3240 = d(2224)         (7947 tests, cond 0)
		n1 false (test_time = 17.936)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.5762)
	variant    75/ 3240 = d(2225)         (7947 tests, cond 0)
		n1 false (test_time = 18.1822)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.4619)
	variant    76/ 3240 = d(2226)         (7947 tests, cond 0)
		n1 false (test_time = 17.7379)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.6226)
	variant    77/ 3240 = d(2227)         (7947 tests, cond 0)
		n1 true (test_time = 18.2149)
		p3105 false (test_time = 0.265986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.6075)
	variant    78/ 3240 = d(2228)         (7947 tests, cond 0)
		n1 false (test_time = 17.9331)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.3855)
	variant    79/ 3240 = d(2229)         (7947 tests, cond 0)
		n1 false (test_time = 18.1603)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.8763)
	variant    80/ 3240 = d(2230)         (7947 tests, cond 0)
		n1 false (test_time = 17.9483)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.6194)
	variant    81/ 3240 = d(2234)         (7947 tests, cond 0)
		n1 false (test_time = 18.0908)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.552)
	variant    82/ 3240 = d(2235)         (7947 tests, cond 0)
		n1 false (test_time = 18.3738)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.7459)
	variant    83/ 3240 = d(2240)         (7947 tests, cond 0)
		n1 false (test_time = 17.9615)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.4921)
	variant    84/ 3240 = d(2243)         (7947 tests, cond 0)
		n1 false (test_time = 18.0107)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.319)
	variant    85/ 3240 = d(2250)         (7947 tests, cond 0)
		n1 false (test_time = 0.46104)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.5024)
	variant    86/ 3240 = d(2251)         (7947 tests, cond 0)
		n1 false (test_time = 17.9628)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2765)
	variant    87/ 3240 = d(2252)         (7947 tests, cond 0)
		n1 false (test_time = 18.1189)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.4474)
	variant    88/ 3240 = d(2253)         (7947 tests, cond 0)
		n1 false (test_time = 18.2353)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2365)
	variant    89/ 3240 = d(2254)         (7947 tests, cond 0)
		n1 false (test_time = 18.0422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.7763)
	variant    90/ 3240 = d(2255)         (7947 tests, cond 0)
		n1 false (test_time = 18.0234)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2661)
	variant    91/ 3240 = d(2256)         (7947 tests, cond 0)
		n1 false (test_time = 17.9093)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.5076)
	variant    92/ 3240 = d(2257)         (7947 tests, cond 0)
		n1 false (test_time = 18.0137)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.222)
	variant    93/ 3240 = d(2258)         (7947 tests, cond 0)
		n1 false (test_time = 18.1616)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.0659)
	variant    94/ 3240 = d(2259)         (7947 tests, cond 0)
		n1 false (test_time = 18.0686)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.5994)
	variant    95/ 3240 = d(2260)         (7947 tests, cond 0)
		n1 false (test_time = 17.6096)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.3361)
	variant    96/ 3240 = d(2263)         (7947 tests, cond 0)
		n1 false (test_time = 18.0296)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2853)
	variant    97/ 3240 = d(2264)         (7947 tests, cond 0)
		n1 false (test_time = 17.762)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.5178)
	variant    98/ 3240 = d(2265)         (7947 tests, cond 0)
		n1 false (test_time = 18.0613)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.121)
	variant    99/ 3240 = d(2266)         (7947 tests, cond 0)
		n1 false (test_time = 18.0664)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.4558)
	variant   100/ 3240 = d(2267)         (7947 tests, cond 0)
		n1 false (test_time = 18.0954)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.3024)
	variant   101/ 3240 = d(2268)         (7947 tests, cond 0)
		n1 false (test_time = 18.5994)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.7506)
	variant   102/ 3240 = d(2269)         (7947 tests, cond 0)
		n1 false (test_time = 18.2075)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.077)
	variant   103/ 3240 = d(2270)         (7947 tests, cond 0)
		n1 false (test_time = 18.0161)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.3761)
	variant   104/ 3240 = d(2278)         (7947 tests, cond 0)
		n1 false (test_time = 17.812)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.3057)
	variant   105/ 3240 = d(2279)         (7947 tests, cond 0)
		n1 false (test_time = 18.036)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1303)
	variant   106/ 3240 = d(2290)         (7947 tests, cond 0)
		n1 false (test_time = 17.9834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.855)
	variant   107/ 3240 = d(2295)         (7947 tests, cond 0)
		n1 false (test_time = 18.1629)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1402)
	variant   108/ 3240 = d(2296)         (7947 tests, cond 0)
		n1 false (test_time = 17.9045)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1939)
	variant   109/ 3240 = d(2297)         (7947 tests, cond 0)
		n1 false (test_time = 17.946)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2226)
	variant   110/ 3240 = d(2298)         (7947 tests, cond 0)
		n1 true (test_time = 18.0035)
		p3105 false (test_time = 0.251447)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1982)
	variant   111/ 3240 = d(2299)         (7947 tests, cond 0)
		n1 false (test_time = 17.9633)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.6232)
	variant   112/ 3240 = d(2300)         (7947 tests, cond 0)
		n1 false (test_time = 18.0882)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1126)
	variant   113/ 3240 = d(2301)         (7947 tests, cond 0)
		n1 false (test_time = 18.0642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.7829)
	variant   114/ 3240 = d(2302)         (7947 tests, cond 0)
		n1 false (test_time = 18.4863)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0626)
	variant   115/ 3240 = d(2303)         (7947 tests, cond 0)
		n1 false (test_time = 18.0328)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.3709)
	variant   116/ 3240 = d(2304)         (7947 tests, cond 0)
		n1 false (test_time = 17.9913)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1892)
	variant   117/ 3240 = d(2305)         (7947 tests, cond 0)
		n1 false (test_time = 18.0235)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2046)
	variant   118/ 3240 = d(2306)         (7947 tests, cond 0)
		n1 false (test_time = 18.9836)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0979)
	variant   119/ 3240 = d(2307)         (7947 tests, cond 0)
		n1 false (test_time = 18.7154)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.6981)
	variant   120/ 3240 = d(2308)         (7947 tests, cond 0)
		n1 false (test_time = 18.1623)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2482)
	variant   121/ 3240 = d(2309)         (7947 tests, cond 0)
		n1 false (test_time = 17.9399)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2802)
	variant   122/ 3240 = d(2543)         (7947 tests, cond 0)
		n1 false (test_time = 17.8753)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.5204)
	variant   123/ 3240 = d(2544)         (7947 tests, cond 0)
		n1 false (test_time = 17.9857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0384)
	variant   124/ 3240 = d(2545)         (7947 tests, cond 0)
		n1 false (test_time = 17.9316)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.511)
	variant   125/ 3240 = d(2546)         (7947 tests, cond 0)
		n1 false (test_time = 18.1625)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.9445)
	variant   126/ 3240 = d(2547)         (7947 tests, cond 0)
		n1 false (test_time = 18.338)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.9592)
	variant   127/ 3240 = d(2548)         (7947 tests, cond 0)
		n1 false (test_time = 17.6054)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0635)
	variant   128/ 3240 = d(2549)         (7947 tests, cond 0)
		n1 false (test_time = 18.0809)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.9047)
	variant   129/ 3240 = d(2550)         (7947 tests, cond 0)
		n1 false (test_time = 17.9352)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.023)
	variant   130/ 3240 = d(2551)         (7947 tests, cond 0)
		n1 false (test_time = 18.1198)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.4401)
	variant   131/ 3240 = d(2552)         (7947 tests, cond 0)
		n1 false (test_time = 18.0605)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.9709)
	variant   132/ 3240 = d(2553)         (7947 tests, cond 0)
		n1 false (test_time = 18.3209)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.9479)
	variant   133/ 3240 = d(2554)         (7947 tests, cond 0)
		n1 false (test_time = 17.9369)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.5371)
	variant   134/ 3240 = d(2555)         (7947 tests, cond 0)
		n1 false (test_time = 17.9885)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0285)
	variant   135/ 3240 = d(2582)         (7947 tests, cond 0)
		n1 false (test_time = 17.9363)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.373)
	variant   136/ 3240 = d(2583)         (7947 tests, cond 0)
		n1 false (test_time = 17.8975)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.9303)
	variant   137/ 3240 = d(2584)         (7947 tests, cond 0)
		n1 false (test_time = 17.9876)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.027)
	variant   138/ 3240 = d(2585)         (7947 tests, cond 0)
		n1 false (test_time = 18.2635)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.8522)
	variant   139/ 3240 = d(2586)         (7947 tests, cond 0)
		n1 false (test_time = 19.1047)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2916)
	variant   140/ 3240 = d(2587)         (7947 tests, cond 0)
		n1 false (test_time = 17.9416)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0877)
	variant   141/ 3240 = d(2588)         (7947 tests, cond 0)
		n1 false (test_time = 17.8993)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1733)
	variant   142/ 3240 = d(2589)         (7947 tests, cond 0)
		n1 false (test_time = 18.0373)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0584)
	variant   143/ 3240 = d(2590)         (7947 tests, cond 0)
		n1 false (test_time = 18.3208)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0286)
	variant   144/ 3240 = d(2595)         (7947 tests, cond 0)
		n1 false (test_time = 18.1252)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.3853)
	variant   145/ 3240 = d(2596)         (7947 tests, cond 0)
		n1 false (test_time = 18.0336)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.7703)
	variant   146/ 3240 = d(2597)         (7947 tests, cond 0)
		n1 false (test_time = 17.9972)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.4975)
	variant   147/ 3240 = d(2598)         (7947 tests, cond 0)
		n1 false (test_time = 17.9647)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.776)
	variant   148/ 3240 = d(2599)         (7947 tests, cond 0)
		n1 false (test_time = 17.9829)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1151)
	variant   149/ 3240 = d(2600)         (7947 tests, cond 0)
		n1 false (test_time = 17.9711)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2197)
	variant   150/ 3240 = d(2601)         (7947 tests, cond 0)
		n1 false (test_time = 18.1477)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2151)
	variant   151/ 3240 = d(2602)         (7947 tests, cond 0)
		n1 false (test_time = 18.8014)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0623)
	variant   152/ 3240 = d(2603)         (7947 tests, cond 0)
		n1 false (test_time = 18.1043)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.8331)
	variant   153/ 3240 = a(2603,2751)    (7947 tests, cond 0)
		n1 false (test_time = 18.1225)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1652)
	variant   154/ 3240 = a(2603,2728)    (7947 tests, cond 0)
		n1 false (test_time = 18.0081)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.8092)
	variant   155/ 3240 = a(2603,2603)    (7947 tests, cond 0)
		n1 false (test_time = 18.0399)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.576)
	variant   156/ 3240 = a(2603,2602)    (7947 tests, cond 0)
		n1 false (test_time = 18.2778)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.801)
	variant   157/ 3240 = a(2603,2601)    (7947 tests, cond 0)
		n1 false (test_time = 18.238)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.9584)
	variant   158/ 3240 = a(2603,2599)    (7947 tests, cond 0)
		n1 false (test_time = 18.1994)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.8637)
	variant   159/ 3240 = a(2603,2597)    (7947 tests, cond 0)
		n1 false (test_time = 17.9766)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.0197)
	variant   160/ 3240 = a(2603,2589)    (7947 tests, cond 0)
		n1 false (test_time = 18.1632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.8362)
	variant   161/ 3240 = a(2603,2588)    (7947 tests, cond 0)
		n1 false (test_time = 18.0491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.9984)
	variant   162/ 3240 = a(2603,2587)    (7947 tests, cond 0)
		n1 false (test_time = 18.1094)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.6275)
	variant   163/ 3240 = a(2603,2586)    (7947 tests, cond 0)
		n1 false (test_time = 18.6856)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0778)
	variant   164/ 3240 = a(2603,2352)    (7947 tests, cond 0)
		n1 false (test_time = 18.0813)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.6063)
	variant   165/ 3240 = a(2602,2603)    (7947 tests, cond 0)
		n1 false (test_time = 18.291)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.8983)
	variant   166/ 3240 = a(2602,2602)    (7947 tests, cond 0)
		n1 false (test_time = 17.8632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1975)
	variant   167/ 3240 = a(2602,2601)    (7947 tests, cond 0)
		n1 false (test_time = 18.1865)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0204)
	variant   168/ 3240 = a(2602,2599)    (7947 tests, cond 0)
		n1 false (test_time = 18.0386)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.9277)
	variant   169/ 3240 = a(2602,2597)    (7947 tests, cond 0)
		n1 false (test_time = 18.1099)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.7213)
	variant   170/ 3240 = a(2602,2589)    (7947 tests, cond 0)
		n1 false (test_time = 18.1656)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.7968)
	variant   171/ 3240 = a(2602,2588)    (7947 tests, cond 0)
		n1 false (test_time = 17.8735)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.4953)
	variant   172/ 3240 = a(2602,2587)    (7947 tests, cond 0)
		n1 false (test_time = 18.3506)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 38.5228)
	variant   173/ 3240 = a(2602,2586)    (7947 tests, cond 0)
		n1 false (test_time = 18.0094)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.5181)
	variant   174/ 3240 = a(2602,2352)    (7947 tests, cond 0)
		n1 false (test_time = 17.9268)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.7392)
	variant   175/ 3240 = a(2601,2603)    (7947 tests, cond 0)
		n1 false (test_time = 18.0299)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.7595)
	variant   176/ 3240 = a(2601,2601)    (7947 tests, cond 0)
		n1 false (test_time = 18.4222)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.9118)
	variant   177/ 3240 = a(2601,2599)    (7947 tests, cond 0)
		n1 false (test_time = 18.0282)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.8769)
	variant   178/ 3240 = a(2601,2589)    (7947 tests, cond 0)
		n1 false (test_time = 18.0882)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.6817)
	variant   179/ 3240 = a(2601,2352)    (7947 tests, cond 0)
		n1 false (test_time = 17.9862)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.696)
	variant   180/ 3240 = a(2600,2603)    (7947 tests, cond 0)
		n1 false (test_time = 17.8783)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.6786)
	variant   181/ 3240 = a(2600,2601)    (7947 tests, cond 0)
		n1 false (test_time = 18.0422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.5139)
	variant   182/ 3240 = a(2600,2599)    (7947 tests, cond 0)
		n1 false (test_time = 18.371)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.3421)
	variant   183/ 3240 = a(2600,2598)    (7947 tests, cond 0)
		n1 false (test_time = 18.1067)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.5036)
	variant   184/ 3240 = a(2600,2597)    (7947 tests, cond 0)
		n1 false (test_time = 17.9974)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.6918)
	variant   185/ 3240 = a(2600,2595)    (7947 tests, cond 0)
		n1 false (test_time = 18.1245)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.5952)
	variant   186/ 3240 = a(2600,2589)    (7947 tests, cond 0)
		n1 false (test_time = 17.911)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1086)
	variant   187/ 3240 = a(2600,2588)    (7947 tests, cond 0)
		n1 false (test_time = 17.9213)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.7229)
	variant   188/ 3240 = a(2600,2587)    (7947 tests, cond 0)
		n1 false (test_time = 18.1515)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.5324)
	variant   189/ 3240 = a(2600,2586)    (7947 tests, cond 0)
		n1 false (test_time = 17.9606)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.1664)
	variant   190/ 3240 = a(2600,2352)    (7947 tests, cond 0)
		n1 false (test_time = 18.0694)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.551)
	variant   191/ 3240 = a(2599,2603)    (7947 tests, cond 0)
		n1 false (test_time = 17.9818)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.208)
	variant   192/ 3240 = a(2599,2601)    (7947 tests, cond 0)
		n1 false (test_time = 17.9522)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.3636)
	variant   193/ 3240 = a(2599,2599)    (7947 tests, cond 0)
		n1 false (test_time = 17.9433)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2332)
	variant   194/ 3240 = a(2599,2589)    (7947 tests, cond 0)
		n1 false (test_time = 17.9956)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.2137)
	variant   195/ 3240 = a(2599,2588)    (7947 tests, cond 0)
		n1 false (test_time = 18.035)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.4162)
	variant   196/ 3240 = a(2599,2587)    (7947 tests, cond 0)
		n1 false (test_time = 17.9039)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.3668)
	variant   197/ 3240 = a(2599,2586)    (7947 tests, cond 0)
		n1 false (test_time = 17.6584)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.361)
	variant   198/ 3240 = a(2599,2352)    (7947 tests, cond 0)
		n1 false (test_time = 18.242)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.5097)
	variant   199/ 3240 = a(2598,2603)    (7947 tests, cond 0)
		n1 false (test_time = 18.0625)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.186)
	variant   200/ 3240 = a(2598,2601)    (7947 tests, cond 0)
		n1 false (test_time = 18.3725)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.5574)
	variant   201/ 3240 = a(2598,2599)    (7947 tests, cond 0)
		n1 false (test_time = 18.1192)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.6263)
	variant   202/ 3240 = a(2598,2598)    (7947 tests, cond 0)
		n1 false (test_time = 17.9558)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.2503)
	variant   203/ 3240 = a(2598,2597)    (7947 tests, cond 0)
		n1 false (test_time = 17.903)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.3845)
	variant   204/ 3240 = a(2598,2596)    (7947 tests, cond 0)
		n1 false (test_time = 17.7879)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.1287)
	variant   205/ 3240 = a(2598,2595)    (7947 tests, cond 0)
		n1 false (test_time = 17.9114)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.2431)
	variant   206/ 3240 = a(2598,2589)    (7947 tests, cond 0)
		n1 false (test_time = 17.9778)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.5823)
	variant   207/ 3240 = a(2598,2588)    (7947 tests, cond 0)
		n1 false (test_time = 17.9317)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.8879)
	variant   208/ 3240 = a(2598,2587)    (7947 tests, cond 0)
		n1 false (test_time = 18.0644)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.8077)
	variant   209/ 3240 = a(2598,2586)    (7947 tests, cond 0)
		n1 false (test_time = 17.93)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.1803)
	variant   210/ 3240 = a(2598,2352)    (7947 tests, cond 0)
		n1 false (test_time = 17.9508)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.4296)
	variant   211/ 3240 = a(2597,2601)    (7947 tests, cond 0)
		n1 false (test_time = 17.8724)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.05)
	variant   212/ 3240 = a(2597,2599)    (7947 tests, cond 0)
		n1 false (test_time = 18.3504)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.3588)
	variant   213/ 3240 = a(2597,2352)    (7947 tests, cond 0)
		n1 false (test_time = 17.9693)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.5246)
	variant   214/ 3240 = a(2596,2603)    (7947 tests, cond 0)
		n1 false (test_time = 18.0659)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.1791)
	variant   215/ 3240 = a(2596,2601)    (7947 tests, cond 0)
		n1 false (test_time = 18.0105)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.2314)
	variant   216/ 3240 = a(2596,2599)    (7947 tests, cond 0)
		n1 false (test_time = 17.9437)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.0924)
	variant   217/ 3240 = a(2596,2589)    (7947 tests, cond 0)
		n1 false (test_time = 17.6568)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.1369)
	variant   218/ 3240 = a(2596,2352)    (7947 tests, cond 0)
		n1 false (test_time = 17.9106)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.2272)
	variant   219/ 3240 = a(2595,2603)    (7947 tests, cond 0)
		n1 false (test_time = 18.2458)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9889)
	variant   220/ 3240 = a(2595,2601)    (7947 tests, cond 0)
		n1 false (test_time = 17.897)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.2862)
	variant   221/ 3240 = a(2595,2599)    (7947 tests, cond 0)
		n1 false (test_time = 17.85)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.1495)
	variant   222/ 3240 = a(2595,2589)    (7947 tests, cond 0)
		n1 false (test_time = 17.9109)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.0031)
	variant   223/ 3240 = a(2595,2588)    (7947 tests, cond 0)
		n1 false (test_time = 17.7879)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.226)
	variant   224/ 3240 = a(2595,2587)    (7947 tests, cond 0)
		n1 false (test_time = 18.1663)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.8784)
	variant   225/ 3240 = a(2595,2586)    (7947 tests, cond 0)
		n1 false (test_time = 17.9645)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.4407)
	variant   226/ 3240 = a(2595,2352)    (7947 tests, cond 0)
		n1 false (test_time = 17.8194)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.2645)
	variant   227/ 3240 = a(2589,2751)    (7947 tests, cond 0)
		n1 false (test_time = 17.864)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9495)
	variant   228/ 3240 = a(2589,2728)    (7947 tests, cond 0)
		n1 false (test_time = 17.9192)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.0345)
	variant   229/ 3240 = a(2589,2603)    (7947 tests, cond 0)
		n1 false (test_time = 18.0884)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9053)
	variant   230/ 3240 = a(2589,2601)    (7947 tests, cond 0)
		n1 false (test_time = 18.1653)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9635)
	variant   231/ 3240 = a(2589,2599)    (7947 tests, cond 0)
		n1 false (test_time = 17.8193)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.7341)
	variant   232/ 3240 = a(2589,2589)    (7947 tests, cond 0)
		n1 false (test_time = 17.9937)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.3958)
	variant   233/ 3240 = a(2589,2588)    (7947 tests, cond 0)
		n1 false (test_time = 17.8569)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.1189)
	variant   234/ 3240 = a(2589,2587)    (7947 tests, cond 0)
		n1 false (test_time = 17.9435)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.7466)
	variant   235/ 3240 = a(2589,2586)    (7947 tests, cond 0)
		n1 false (test_time = 18.0708)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9341)
	variant   236/ 3240 = a(2589,2352)    (7947 tests, cond 0)
		n1 false (test_time = 17.8769)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.0248)
	variant   237/ 3240 = a(2588,2751)    (7947 tests, cond 0)
		n1 false (test_time = 17.8808)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.287)
	variant   238/ 3240 = a(2588,2728)    (7947 tests, cond 0)
		n1 false (test_time = 18.2962)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.3439)
	variant   239/ 3240 = a(2588,2603)    (7947 tests, cond 0)
		n1 false (test_time = 17.8408)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.2411)
	variant   240/ 3240 = a(2588,2601)    (7947 tests, cond 0)
		n1 false (test_time = 17.9392)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.8238)
	variant   241/ 3240 = a(2588,2599)    (7947 tests, cond 0)
		n1 false (test_time = 17.9022)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.0232)
	variant   242/ 3240 = a(2588,2589)    (7947 tests, cond 0)
		n1 false (test_time = 17.8588)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9232)
	variant   243/ 3240 = a(2588,2588)    (7947 tests, cond 0)
		n1 false (test_time = 17.84)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.0333)
	variant   244/ 3240 = a(2588,2587)    (7947 tests, cond 0)
		n1 false (test_time = 17.8238)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.6938)
	variant   245/ 3240 = a(2588,2586)    (7947 tests, cond 0)
		n1 false (test_time = 18.2678)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.7837)
	variant   246/ 3240 = a(2588,2352)    (7947 tests, cond 0)
		n1 false (test_time = 18.8328)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.8292)
	variant   247/ 3240 = a(2587,2603)    (7947 tests, cond 0)
		n1 false (test_time = 17.9846)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9631)
	variant   248/ 3240 = a(2587,2601)    (7947 tests, cond 0)
		n1 false (test_time = 17.8438)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9278)
	variant   249/ 3240 = a(2587,2599)    (7947 tests, cond 0)
		n1 false (test_time = 18.7364)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.1623)
	variant   250/ 3240 = a(2587,2589)    (7947 tests, cond 0)
		n1 false (test_time = 18.0698)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.2775)
	variant   251/ 3240 = a(2587,2352)    (7947 tests, cond 0)
		n1 false (test_time = 17.9916)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.7428)
	variant   252/ 3240 = a(2586,2603)    (7947 tests, cond 0)
		n1 false (test_time = 17.8677)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.8392)
	variant   253/ 3240 = a(2586,2601)    (7947 tests, cond 0)
		n1 false (test_time = 18.0273)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.3658)
	variant   254/ 3240 = a(2586,2599)    (7947 tests, cond 0)
		n1 false (test_time = 18.699)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.1899)
	variant   255/ 3240 = a(2586,2589)    (7947 tests, cond 0)
		n1 false (test_time = 18.5145)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9466)
	variant   256/ 3240 = a(2586,2352)    (7947 tests, cond 0)
		n1 false (test_time = 18.1359)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 32.8563)
	variant   257/ 3240 = a(2585,2603)    (7947 tests, cond 0)
		n1 false (test_time = 19.2614)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.7137)
	variant   258/ 3240 = a(2585,2601)    (7947 tests, cond 0)
		n1 false (test_time = 17.9006)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.0615)
	variant   259/ 3240 = a(2585,2599)    (7947 tests, cond 0)
		n1 false (test_time = 18.1266)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.8181)
	variant   260/ 3240 = a(2585,2589)    (7947 tests, cond 0)
		n1 false (test_time = 18.1582)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9757)
	variant   261/ 3240 = a(2585,2352)    (7947 tests, cond 0)
		n1 false (test_time = 17.9233)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.7637)
	variant   262/ 3240 = a(2584,2603)    (7947 tests, cond 0)
		n1 false (test_time = 18.74)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.5003)
	variant   263/ 3240 = a(2584,2601)    (7947 tests, cond 0)
		n1 false (test_time = 18.3367)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.8073)
	variant   264/ 3240 = a(2584,2599)    (7947 tests, cond 0)
		n1 false (test_time = 18.2654)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.6001)
	variant   265/ 3240 = a(2584,2589)    (7947 tests, cond 0)
		n1 false (test_time = 17.9655)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.8986)
	variant   266/ 3240 = a(2584,2588)    (7947 tests, cond 0)
		n1 false (test_time = 17.96)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.5989)
	variant   267/ 3240 = a(2584,2587)    (7947 tests, cond 0)
		n1 false (test_time = 18.0549)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.5608)
	variant   268/ 3240 = a(2584,2586)    (7947 tests, cond 0)
		n1 false (test_time = 17.8183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.7514)
	variant   269/ 3240 = a(2584,2352)    (7947 tests, cond 0)
		n1 false (test_time = 18.038)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.0718)
	variant   270/ 3240 = a(2583,2603)    (7947 tests, cond 0)
		n1 false (test_time = 18.0705)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.1644)
	variant   271/ 3240 = a(2583,2601)    (7947 tests, cond 0)
		n1 false (test_time = 18.4756)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.767)
	variant   272/ 3240 = a(2583,2599)    (7947 tests, cond 0)
		n1 false (test_time = 17.7609)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.6839)
	variant   273/ 3240 = a(2583,2589)    (7947 tests, cond 0)
		n1 false (test_time = 17.9542)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.5438)
	variant   274/ 3240 = a(2583,2586)    (7947 tests, cond 0)
		n1 false (test_time = 17.8018)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.6777)
	variant   275/ 3240 = a(2583,2352)    (7947 tests, cond 0)
		n1 false (test_time = 18.9875)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.4234)
	variant   276/ 3240 = a(2582,2751)    (7947 tests, cond 0)
		n1 false (test_time = 18.2577)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.7866)
	variant   277/ 3240 = a(2582,2728)    (7947 tests, cond 0)
		n1 false (test_time = 18.2612)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.6739)
	variant   278/ 3240 = a(2582,2603)    (7947 tests, cond 0)
		n1 false (test_time = 18.0518)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9031)
	variant   279/ 3240 = a(2582,2601)    (7947 tests, cond 0)
		n1 false (test_time = 17.7436)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.4554)
	variant   280/ 3240 = a(2582,2599)    (7947 tests, cond 0)
		n1 false (test_time = 17.9499)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.5346)
	variant   281/ 3240 = a(2582,2589)    (7947 tests, cond 0)
		n1 false (test_time = 18.1674)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.7721)
	variant   282/ 3240 = a(2582,2588)    (7947 tests, cond 0)
		n1 false (test_time = 18.0977)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.1961)
	variant   283/ 3240 = a(2582,2587)    (7947 tests, cond 0)
		n1 false (test_time = 18.0706)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.3331)
	variant   284/ 3240 = a(2582,2586)    (7947 tests, cond 0)
		n1 false (test_time = 17.9768)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.3422)
	variant   285/ 3240 = a(2582,2352)    (7947 tests, cond 0)
		n1 false (test_time = 17.7517)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.7366)
	variant   286/ 3240 = a(2554,2751)    (7947 tests, cond 0)
		n1 false (test_time = 18.087)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.6853)
	variant   287/ 3240 = a(2554,2728)    (7947 tests, cond 0)
		n1 false (test_time = 18.0854)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.5981)
	variant   288/ 3240 = a(2554,2554)    (7947 tests, cond 0)
		n1 false (test_time = 18.0372)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.4242)
	variant   289/ 3240 = a(2554,2553)    (7947 tests, cond 0)
		n1 false (test_time = 18.0411)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9457)
	variant   290/ 3240 = a(2554,2552)    (7947 tests, cond 0)
		n1 false (test_time = 18.0468)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.5004)
	variant   291/ 3240 = a(2554,2551)    (7947 tests, cond 0)
		n1 false (test_time = 19.0483)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.5843)
	variant   292/ 3240 = a(2554,2550)    (7947 tests, cond 0)
		n1 false (test_time = 18.325)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.6202)
	variant   293/ 3240 = a(2554,2549)    (7947 tests, cond 0)
		n1 false (test_time = 17.9291)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.6234)
	variant   294/ 3240 = a(2554,2548)    (7947 tests, cond 0)
		n1 false (test_time = 18.8285)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.3154)
	variant   295/ 3240 = a(2554,2547)    (7947 tests, cond 0)
		n1 false (test_time = 18.8821)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.3608)
	variant   296/ 3240 = a(2554,2546)    (7947 tests, cond 0)
		n1 false (test_time = 17.8176)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.4121)
	variant   297/ 3240 = a(2554,2545)    (7947 tests, cond 0)
		n1 false (test_time = 18.3515)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.1476)
	variant   298/ 3240 = a(2554,2544)    (7947 tests, cond 0)
		n1 false (test_time = 18.1149)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.6845)
	variant   299/ 3240 = a(2554,2543)    (7947 tests, cond 0)
		n1 false (test_time = 17.8905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.6703)
	variant   300/ 3240 = a(2554,2352)    (7947 tests, cond 0)
		n1 false (test_time = 18.2057)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.2689)
	variant   301/ 3240 = a(2553,2554)    (7947 tests, cond 0)
		n1 false (test_time = 18.0879)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.2719)
	variant   302/ 3240 = a(2553,2553)    (7947 tests, cond 0)
		n1 false (test_time = 18.3991)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.2866)
	variant   303/ 3240 = a(2553,2552)    (7947 tests, cond 0)
		n1 false (test_time = 18.1327)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.3385)
	variant   304/ 3240 = a(2553,2551)    (7947 tests, cond 0)
		n1 false (test_time = 17.9809)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.2935)
	variant   305/ 3240 = a(2553,2550)    (7947 tests, cond 0)
		n1 false (test_time = 18.0849)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.4803)
	variant   306/ 3240 = a(2553,2549)    (7947 tests, cond 0)
		n1 false (test_time = 17.9058)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.3233)
	variant   307/ 3240 = a(2553,2548)    (7947 tests, cond 0)
		n1 false (test_time = 18.0932)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.4259)
	variant   308/ 3240 = a(2553,2547)    (7947 tests, cond 0)
		n1 false (test_time = 18.2144)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.1353)
	variant   309/ 3240 = a(2553,2546)    (7947 tests, cond 0)
		n1 false (test_time = 18.1503)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.7168)
	variant   310/ 3240 = a(2553,2545)    (7947 tests, cond 0)
		n1 false (test_time = 18.1035)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.1582)
	variant   311/ 3240 = a(2553,2544)    (7947 tests, cond 0)
		n1 false (test_time = 18.9303)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.1507)
	variant   312/ 3240 = a(2553,2543)    (7947 tests, cond 0)
		n1 false (test_time = 18.1716)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.1301)
	variant   313/ 3240 = a(2553,2352)    (7947 tests, cond 0)
		n1 false (test_time = 18.4266)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.3054)
	variant   314/ 3240 = a(2552,2554)    (7947 tests, cond 0)
		n1 false (test_time = 18.4318)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.1163)
	variant   315/ 3240 = a(2552,2553)    (7947 tests, cond 0)
		n1 false (test_time = 17.9223)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.3311)
	variant   316/ 3240 = a(2552,2552)    (7947 tests, cond 0)
		n1 false (test_time = 18.0249)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.2878)
	variant   317/ 3240 = a(2552,2551)    (7947 tests, cond 0)
		n1 false (test_time = 18.0699)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.6745)
	variant   318/ 3240 = a(2552,2550)    (7947 tests, cond 0)
		n1 false (test_time = 18.4321)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.1057)
	variant   319/ 3240 = a(2552,2549)    (7947 tests, cond 0)
		n1 false (test_time = 18.1294)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.0845)
	variant   320/ 3240 = a(2552,2548)    (7947 tests, cond 0)
		n1 false (test_time = 18.1245)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.5873)
	variant   321/ 3240 = a(2552,2547)    (7947 tests, cond 0)
		n1 false (test_time = 17.995)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.0615)
	variant   322/ 3240 = a(2552,2546)    (7947 tests, cond 0)
		n1 false (test_time = 18.2206)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.2229)
	variant   323/ 3240 = a(2552,2545)    (7947 tests, cond 0)
		n1 false (test_time = 18.1538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.1058)
	variant   324/ 3240 = a(2552,2544)    (7947 tests, cond 0)
		n1 false (test_time = 18.2268)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.0636)
	variant   325/ 3240 = a(2552,2543)    (7947 tests, cond 0)
		n1 false (test_time = 18.9987)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.0531)
	variant   326/ 3240 = a(2552,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.7987)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.7855)
	variant   327/ 3240 = a(2551,2554)    (7947 tests, cond 0)
		n1 false (test_time = 20.3365)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.169)
	variant   328/ 3240 = a(2551,2553)    (7947 tests, cond 0)
		n1 false (test_time = 20.0919)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.6636)
	variant   329/ 3240 = a(2551,2552)    (7947 tests, cond 0)
		n1 false (test_time = 20.7089)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.372)
	variant   330/ 3240 = a(2551,2551)    (7947 tests, cond 0)
		n1 false (test_time = 20.4994)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.6785)
	variant   331/ 3240 = a(2551,2550)    (7947 tests, cond 0)
		n1 false (test_time = 20.582)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.472)
	variant   332/ 3240 = a(2551,2549)    (7947 tests, cond 0)
		n1 false (test_time = 20.3361)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.5104)
	variant   333/ 3240 = a(2551,2548)    (7947 tests, cond 0)
		n1 false (test_time = 20.334)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.9731)
	variant   334/ 3240 = a(2551,2547)    (7947 tests, cond 0)
		n1 false (test_time = 20.1776)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.8465)
	variant   335/ 3240 = a(2551,2546)    (7947 tests, cond 0)
		n1 false (test_time = 20.4331)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.0005)
	variant   336/ 3240 = a(2551,2545)    (7947 tests, cond 0)
		n1 false (test_time = 20.9253)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 31.133)
	variant   337/ 3240 = a(2551,2544)    (7947 tests, cond 0)
		n1 false (test_time = 20.4695)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.3989)
	variant   338/ 3240 = a(2551,2543)    (7947 tests, cond 0)
		n1 false (test_time = 20.4794)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.9852)
	variant   339/ 3240 = a(2551,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5048)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.7202)
	variant   340/ 3240 = a(2550,2554)    (7947 tests, cond 0)
		n1 false (test_time = 20.2769)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.5298)
	variant   341/ 3240 = a(2550,2553)    (7947 tests, cond 0)
		n1 false (test_time = 20.3915)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.3888)
	variant   342/ 3240 = a(2550,2552)    (7947 tests, cond 0)
		n1 false (test_time = 20.4598)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.3508)
	variant   343/ 3240 = a(2550,2551)    (7947 tests, cond 0)
		n1 false (test_time = 20.2522)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.3747)
	variant   344/ 3240 = a(2550,2550)    (7947 tests, cond 0)
		n1 false (test_time = 20.2712)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.6301)
	variant   345/ 3240 = a(2550,2549)    (7947 tests, cond 0)
		n1 false (test_time = 20.2848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.2921)
	variant   346/ 3240 = a(2550,2548)    (7947 tests, cond 0)
		n1 false (test_time = 20.1359)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.4617)
	variant   347/ 3240 = a(2550,2547)    (7947 tests, cond 0)
		n1 false (test_time = 20.2763)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.5176)
	variant   348/ 3240 = a(2550,2546)    (7947 tests, cond 0)
		n1 false (test_time = 20.6119)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.3624)
	variant   349/ 3240 = a(2550,2545)    (7947 tests, cond 0)
		n1 false (test_time = 20.5586)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.3589)
	variant   350/ 3240 = a(2550,2544)    (7947 tests, cond 0)
		n1 false (test_time = 20.5795)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.4132)
	variant   351/ 3240 = a(2550,2543)    (7947 tests, cond 0)
		n1 false (test_time = 20.1807)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.1923)
	variant   352/ 3240 = a(2550,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6381)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.5669)
	variant   353/ 3240 = a(2549,2554)    (7947 tests, cond 0)
		n1 false (test_time = 20.2922)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.76)
	variant   354/ 3240 = a(2549,2553)    (7947 tests, cond 0)
		n1 false (test_time = 23.1268)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.3362)
	variant   355/ 3240 = a(2549,2552)    (7947 tests, cond 0)
		n1 false (test_time = 20.2996)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.3503)
	variant   356/ 3240 = a(2549,2551)    (7947 tests, cond 0)
		n1 false (test_time = 20.4649)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.4384)
	variant   357/ 3240 = a(2549,2550)    (7947 tests, cond 0)
		n1 false (test_time = 20.3757)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.5479)
	variant   358/ 3240 = a(2549,2549)    (7947 tests, cond 0)
		n1 false (test_time = 20.4566)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.4037)
	variant   359/ 3240 = a(2549,2548)    (7947 tests, cond 0)
		n1 false (test_time = 20.621)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.453)
	variant   360/ 3240 = a(2549,2547)    (7947 tests, cond 0)
		n1 false (test_time = 20.6803)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2862)
	variant   361/ 3240 = a(2549,2546)    (7947 tests, cond 0)
		n1 false (test_time = 20.4079)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.9321)
	variant   362/ 3240 = a(2549,2545)    (7947 tests, cond 0)
		n1 false (test_time = 20.5864)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2547)
	variant   363/ 3240 = a(2549,2544)    (7947 tests, cond 0)
		n1 false (test_time = 20.3025)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.2833)
	variant   364/ 3240 = a(2549,2543)    (7947 tests, cond 0)
		n1 false (test_time = 20.4655)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.6014)
	variant   365/ 3240 = a(2549,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.3233)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2255)
	variant   366/ 3240 = a(2548,2554)    (7947 tests, cond 0)
		n1 false (test_time = 20.4032)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2218)
	variant   367/ 3240 = a(2548,2553)    (7947 tests, cond 0)
		n1 false (test_time = 20.3701)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.1678)
	variant   368/ 3240 = a(2548,2552)    (7947 tests, cond 0)
		n1 false (test_time = 20.3927)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.1916)
	variant   369/ 3240 = a(2548,2551)    (7947 tests, cond 0)
		n1 false (test_time = 20.4136)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.3714)
	variant   370/ 3240 = a(2548,2550)    (7947 tests, cond 0)
		n1 false (test_time = 20.5796)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.4336)
	variant   371/ 3240 = a(2548,2549)    (7947 tests, cond 0)
		n1 false (test_time = 20.248)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.0987)
	variant   372/ 3240 = a(2548,2548)    (7947 tests, cond 0)
		n1 false (test_time = 20.3899)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.0786)
	variant   373/ 3240 = a(2548,2547)    (7947 tests, cond 0)
		n1 false (test_time = 20.8069)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.1289)
	variant   374/ 3240 = a(2548,2546)    (7947 tests, cond 0)
		n1 false (test_time = 20.4449)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.1928)
	variant   375/ 3240 = a(2548,2545)    (7947 tests, cond 0)
		n1 false (test_time = 20.3127)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.3281)
	variant   376/ 3240 = a(2548,2544)    (7947 tests, cond 0)
		n1 false (test_time = 20.3009)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.6186)
	variant   377/ 3240 = a(2548,2543)    (7947 tests, cond 0)
		n1 false (test_time = 20.4917)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2537)
	variant   378/ 3240 = a(2548,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5373)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.4831)
	variant   379/ 3240 = a(2547,2554)    (7947 tests, cond 0)
		n1 false (test_time = 20.362)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.0819)
	variant   380/ 3240 = a(2547,2553)    (7947 tests, cond 0)
		n1 false (test_time = 20.6508)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.1066)
	variant   381/ 3240 = a(2547,2552)    (7947 tests, cond 0)
		n1 false (test_time = 20.4608)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2231)
	variant   382/ 3240 = a(2547,2551)    (7947 tests, cond 0)
		n1 false (test_time = 20.4826)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.775)
	variant   383/ 3240 = a(2547,2550)    (7947 tests, cond 0)
		n1 false (test_time = 20.5172)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 33.5319)
	variant   384/ 3240 = a(2547,2549)    (7947 tests, cond 0)
		n1 false (test_time = 22.7388)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2245)
	variant   385/ 3240 = a(2547,2548)    (7947 tests, cond 0)
		n1 false (test_time = 20.4229)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.1597)
	variant   386/ 3240 = a(2547,2547)    (7947 tests, cond 0)
		n1 false (test_time = 20.6156)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.0152)
	variant   387/ 3240 = a(2547,2546)    (7947 tests, cond 0)
		n1 false (test_time = 20.7193)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.9572)
	variant   388/ 3240 = a(2547,2545)    (7947 tests, cond 0)
		n1 false (test_time = 20.352)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.426)
	variant   389/ 3240 = a(2547,2544)    (7947 tests, cond 0)
		n1 false (test_time = 20.4962)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.1034)
	variant   390/ 3240 = a(2547,2543)    (7947 tests, cond 0)
		n1 false (test_time = 20.2632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.9737)
	variant   391/ 3240 = a(2547,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.9163)
	variant   392/ 3240 = a(2546,2554)    (7947 tests, cond 0)
		n1 false (test_time = 20.5716)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.9514)
	variant   393/ 3240 = a(2546,2553)    (7947 tests, cond 0)
		n1 false (test_time = 20.6307)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2085)
	variant   394/ 3240 = a(2546,2552)    (7947 tests, cond 0)
		n1 false (test_time = 20.2389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.9456)
	variant   395/ 3240 = a(2546,2551)    (7947 tests, cond 0)
		n1 false (test_time = 20.5936)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.0702)
	variant   396/ 3240 = a(2546,2550)    (7947 tests, cond 0)
		n1 false (test_time = 20.3984)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.571)
	variant   397/ 3240 = a(2546,2549)    (7947 tests, cond 0)
		n1 false (test_time = 20.7961)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.9838)
	variant   398/ 3240 = a(2546,2548)    (7947 tests, cond 0)
		n1 false (test_time = 20.4875)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8846)
	variant   399/ 3240 = a(2546,2547)    (7947 tests, cond 0)
		n1 false (test_time = 21.0151)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2694)
	variant   400/ 3240 = a(2546,2546)    (7947 tests, cond 0)
		n1 false (test_time = 20.3371)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.435)
	variant   401/ 3240 = a(2546,2545)    (7947 tests, cond 0)
		n1 false (test_time = 20.5383)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.1762)
	variant   402/ 3240 = a(2546,2544)    (7947 tests, cond 0)
		n1 false (test_time = 20.4246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8073)
	variant   403/ 3240 = a(2546,2543)    (7947 tests, cond 0)
		n1 false (test_time = 20.6091)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.1833)
	variant   404/ 3240 = a(2546,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4431)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8224)
	variant   405/ 3240 = a(2545,2554)    (7947 tests, cond 0)
		n1 false (test_time = 20.4211)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.4532)
	variant   406/ 3240 = a(2545,2553)    (7947 tests, cond 0)
		n1 false (test_time = 20.1825)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.0132)
	variant   407/ 3240 = a(2545,2552)    (7947 tests, cond 0)
		n1 false (test_time = 20.3072)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.4098)
	variant   408/ 3240 = a(2545,2551)    (7947 tests, cond 0)
		n1 false (test_time = 20.6806)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8882)
	variant   409/ 3240 = a(2545,2550)    (7947 tests, cond 0)
		n1 false (test_time = 20.5323)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8701)
	variant   410/ 3240 = a(2545,2549)    (7947 tests, cond 0)
		n1 false (test_time = 20.3626)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.707)
	variant   411/ 3240 = a(2545,2548)    (7947 tests, cond 0)
		n1 false (test_time = 20.9115)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8335)
	variant   412/ 3240 = a(2545,2547)    (7947 tests, cond 0)
		n1 false (test_time = 20.1849)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.9605)
	variant   413/ 3240 = a(2545,2546)    (7947 tests, cond 0)
		n1 false (test_time = 20.2127)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.9418)
	variant   414/ 3240 = a(2545,2545)    (7947 tests, cond 0)
		n1 false (test_time = 21.1984)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.7014)
	variant   415/ 3240 = a(2545,2544)    (7947 tests, cond 0)
		n1 false (test_time = 20.593)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.7094)
	variant   416/ 3240 = a(2545,2543)    (7947 tests, cond 0)
		n1 false (test_time = 20.5881)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8806)
	variant   417/ 3240 = a(2545,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.624)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2628)
	variant   418/ 3240 = a(2544,2554)    (7947 tests, cond 0)
		n1 false (test_time = 20.668)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8567)
	variant   419/ 3240 = a(2544,2553)    (7947 tests, cond 0)
		n1 false (test_time = 20.4462)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.1524)
	variant   420/ 3240 = a(2544,2552)    (7947 tests, cond 0)
		n1 false (test_time = 20.8957)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.7674)
	variant   421/ 3240 = a(2544,2551)    (7947 tests, cond 0)
		n1 false (test_time = 20.4108)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.6587)
	variant   422/ 3240 = a(2544,2550)    (7947 tests, cond 0)
		n1 false (test_time = 20.3699)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.9787)
	variant   423/ 3240 = a(2544,2549)    (7947 tests, cond 0)
		n1 false (test_time = 20.4677)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8003)
	variant   424/ 3240 = a(2544,2548)    (7947 tests, cond 0)
		n1 false (test_time = 20.4182)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.6734)
	variant   425/ 3240 = a(2544,2547)    (7947 tests, cond 0)
		n1 false (test_time = 20.4059)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.6981)
	variant   426/ 3240 = a(2544,2546)    (7947 tests, cond 0)
		n1 false (test_time = 20.7227)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.0696)
	variant   427/ 3240 = a(2544,2545)    (7947 tests, cond 0)
		n1 false (test_time = 20.3993)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.6205)
	variant   428/ 3240 = a(2544,2544)    (7947 tests, cond 0)
		n1 false (test_time = 20.3687)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5723)
	variant   429/ 3240 = a(2544,2543)    (7947 tests, cond 0)
		n1 false (test_time = 20.2039)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.7523)
	variant   430/ 3240 = a(2544,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.8749)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8751)
	variant   431/ 3240 = a(2543,2554)    (7947 tests, cond 0)
		n1 false (test_time = 20.4608)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5057)
	variant   432/ 3240 = a(2543,2553)    (7947 tests, cond 0)
		n1 false (test_time = 20.5228)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5878)
	variant   433/ 3240 = a(2543,2552)    (7947 tests, cond 0)
		n1 false (test_time = 20.5046)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5451)
	variant   434/ 3240 = a(2543,2551)    (7947 tests, cond 0)
		n1 false (test_time = 20.4044)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.6073)
	variant   435/ 3240 = a(2543,2550)    (7947 tests, cond 0)
		n1 false (test_time = 20.3079)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.7911)
	variant   436/ 3240 = a(2543,2549)    (7947 tests, cond 0)
		n1 false (test_time = 20.3433)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5767)
	variant   437/ 3240 = a(2543,2548)    (7947 tests, cond 0)
		n1 false (test_time = 20.2284)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.4397)
	variant   438/ 3240 = a(2543,2547)    (7947 tests, cond 0)
		n1 false (test_time = 20.6939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.7843)
	variant   439/ 3240 = a(2543,2546)    (7947 tests, cond 0)
		n1 false (test_time = 21.2727)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5157)
	variant   440/ 3240 = a(2543,2545)    (7947 tests, cond 0)
		n1 false (test_time = 20.3864)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5991)
	variant   441/ 3240 = a(2543,2544)    (7947 tests, cond 0)
		n1 false (test_time = 20.298)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.6887)
	variant   442/ 3240 = a(2543,2543)    (7947 tests, cond 0)
		n1 false (test_time = 20.4065)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2251)
	variant   443/ 3240 = a(2543,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.3716)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.532)
	variant   444/ 3240 = a(2308,2728)    (7947 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000438/ext/standard/html.c  a(2308,2728)  fails to compile
 false (test_time = 1.28793)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.7057)
	variant   445/ 3240 = a(2308,2352)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000439/ext/standard/html.c  a(2308,2352)  fails to compile
 false (test_time = 1.29968)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5344)
	variant   446/ 3240 = a(2308,2309)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000440/ext/standard/html.c  a(2308,2309)  fails to compile
 false (test_time = 1.28318)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.9819)
	variant   447/ 3240 = a(2308,2308)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000441/ext/standard/html.c  a(2308,2308)  fails to compile
 false (test_time = 1.27362)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.3975)
	variant   448/ 3240 = a(2308,2307)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000442/ext/standard/html.c  a(2308,2307)  fails to compile
 false (test_time = 1.27224)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5188)
	variant   449/ 3240 = a(2308,2306)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000443/ext/standard/html.c  a(2308,2306)  fails to compile
 false (test_time = 1.26442)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.4464)
	variant   450/ 3240 = a(2308,2305)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000444/ext/standard/html.c  a(2308,2305)  fails to compile
 false (test_time = 1.29484)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.6753)
	variant   451/ 3240 = a(2308,2304)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000445/ext/standard/html.c  a(2308,2304)  fails to compile
 false (test_time = 1.28171)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.3742)
	variant   452/ 3240 = a(2308,2303)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000446/ext/standard/html.c  a(2308,2303)  fails to compile
 false (test_time = 1.27464)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5318)
	variant   453/ 3240 = a(2308,2302)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000447/ext/standard/html.c  a(2308,2302)  fails to compile
 false (test_time = 1.28971)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.4071)
	variant   454/ 3240 = a(2308,2301)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000448/ext/standard/html.c  a(2308,2301)  fails to compile
 false (test_time = 1.30131)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2299)
	variant   455/ 3240 = a(2308,2300)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000449/ext/standard/html.c  a(2308,2300)  fails to compile
 false (test_time = 1.276)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.3059)
	variant   456/ 3240 = a(2308,2299)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000450/ext/standard/html.c  a(2308,2299)  fails to compile
 false (test_time = 1.29637)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.6357)
	variant   457/ 3240 = a(2308,2298)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000451/ext/standard/html.c  a(2308,2298)  fails to compile
 false (test_time = 1.31367)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.6142)
	variant   458/ 3240 = a(2308,2297)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000452/ext/standard/html.c  a(2308,2297)  fails to compile
 false (test_time = 1.29074)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5388)
	variant   459/ 3240 = a(2308,2291)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000453/ext/standard/html.c  a(2308,2291)  fails to compile
 false (test_time = 1.28387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.3078)
	variant   460/ 3240 = a(2308,2290)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000454/ext/standard/html.c  a(2308,2290)  fails to compile
 false (test_time = 1.28642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8744)
	variant   461/ 3240 = a(2308,2277)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/000455/ext/standard/html.c  a(2308,2277)  fails to compile
 false (test_time = 1.28147)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.2116)
	variant   462/ 3240 = a(2307,2352)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 20.4713)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.3144)
	variant   463/ 3240 = a(2307,2308)    (7947 tests, cond 0)
		n1 false (test_time = 20.5656)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.386)
	variant   464/ 3240 = a(2307,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.4019)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.2778)
	variant   465/ 3240 = a(2307,2306)    (7947 tests, cond 0)
		n1 false (test_time = 20.6416)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.308)
	variant   466/ 3240 = a(2307,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.4625)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1847)
	variant   467/ 3240 = a(2307,2304)    (7947 tests, cond 0)
		n1 false (test_time = 20.4252)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1817)
	variant   468/ 3240 = a(2307,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.3216)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.3336)
	variant   469/ 3240 = a(2307,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.4498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.1954)
	variant   470/ 3240 = a(2307,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.4746)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.2906)
	variant   471/ 3240 = a(2307,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.4139)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5923)
	variant   472/ 3240 = a(2307,2277)    (7947 tests, cond 0)
		n1 false (test_time = 20.7114)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1864)
	variant   473/ 3240 = a(2306,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.7065)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.2013)
	variant   474/ 3240 = a(2306,2309)    (7947 tests, cond 0)
		n1 false (test_time = 20.4837)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.0478)
	variant   475/ 3240 = a(2306,2308)    (7947 tests, cond 0)
		n1 false (test_time = 20.4141)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1207)
	variant   476/ 3240 = a(2306,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.3542)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1205)
	variant   477/ 3240 = a(2306,2306)    (7947 tests, cond 0)
		n1 false (test_time = 20.4298)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1518)
	variant   478/ 3240 = a(2306,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.441)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.0531)
	variant   479/ 3240 = a(2306,2304)    (7947 tests, cond 0)
		n1 false (test_time = 20.5311)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1651)
	variant   480/ 3240 = a(2306,2303)    (7947 tests, cond 0)
		n1 false (test_time = 20.3641)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.4043)
	variant   481/ 3240 = a(2306,2302)    (7947 tests, cond 0)
		n1 false (test_time = 20.2448)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.079)
	variant   482/ 3240 = a(2306,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.4369)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.8709)
	variant   483/ 3240 = a(2306,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.3936)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.0095)
	variant   484/ 3240 = a(2306,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.7534)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.4927)
	variant   485/ 3240 = a(2306,2298)    (7947 tests, cond 0)
		n1 false (test_time = 20.3683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5052)
	variant   486/ 3240 = a(2306,2297)    (7947 tests, cond 0)
		n1 false (test_time = 20.4309)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.0967)
	variant   487/ 3240 = a(2306,2291)    (7947 tests, cond 0)
		n1 false (test_time = 20.4832)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.0263)
	variant   488/ 3240 = a(2306,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.991)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.4748)
	variant   489/ 3240 = a(2306,2277)    (7947 tests, cond 0)
		n1 false (test_time = 20.2146)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.9662)
	variant   490/ 3240 = a(2305,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4942)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.373)
	variant   491/ 3240 = a(2305,2308)    (7947 tests, cond 0)
		n1 false (test_time = 20.4097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1599)
	variant   492/ 3240 = a(2305,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.3731)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.9495)
	variant   493/ 3240 = a(2305,2306)    (7947 tests, cond 0)
		n1 false (test_time = 20.5122)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.9624)
	variant   494/ 3240 = a(2305,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.519)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.8732)
	variant   495/ 3240 = a(2305,2303)    (7947 tests, cond 0)
		n1 false (test_time = 20.3466)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.0396)
	variant   496/ 3240 = a(2305,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.3093)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.9942)
	variant   497/ 3240 = a(2305,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.6562)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.0208)
	variant   498/ 3240 = a(2305,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.3778)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.8182)
	variant   499/ 3240 = a(2305,2297)    (7947 tests, cond 0)
		n1 false (test_time = 20.6106)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.9565)
	variant   500/ 3240 = a(2305,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.7132)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.0258)
	variant   501/ 3240 = a(2304,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4366)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1879)
	variant   502/ 3240 = a(2304,2309)    (7947 tests, cond 0)
		n1 false (test_time = 20.6837)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.9542)
	variant   503/ 3240 = a(2304,2308)    (7947 tests, cond 0)
		n1 false (test_time = 20.3121)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.3597)
	variant   504/ 3240 = a(2304,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.2823)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.7781)
	variant   505/ 3240 = a(2304,2306)    (7947 tests, cond 0)
		n1 false (test_time = 20.6314)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.8303)
	variant   506/ 3240 = a(2304,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.532)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.799)
	variant   507/ 3240 = a(2304,2304)    (7947 tests, cond 0)
		n1 false (test_time = 20.2495)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.9113)
	variant   508/ 3240 = a(2304,2303)    (7947 tests, cond 0)
		n1 false (test_time = 20.5135)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.0872)
	variant   509/ 3240 = a(2304,2302)    (7947 tests, cond 0)
		n1 false (test_time = 20.4998)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1395)
	variant   510/ 3240 = a(2304,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.5273)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.7477)
	variant   511/ 3240 = a(2304,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.5919)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.0465)
	variant   512/ 3240 = a(2304,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.7961)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.177)
	variant   513/ 3240 = a(2304,2298)    (7947 tests, cond 0)
		n1 false (test_time = 20.3302)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.743)
	variant   514/ 3240 = a(2304,2297)    (7947 tests, cond 0)
		n1 false (test_time = 20.3707)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.6508)
	variant   515/ 3240 = a(2304,2291)    (7947 tests, cond 0)
		n1 false (test_time = 20.422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.6711)
	variant   516/ 3240 = a(2304,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.7124)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.9658)
	variant   517/ 3240 = a(2304,2277)    (7947 tests, cond 0)
		n1 false (test_time = 20.2832)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.4756)
	variant   518/ 3240 = a(2303,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.3534)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.7982)
	variant   519/ 3240 = a(2303,2308)    (7947 tests, cond 0)
		n1 false (test_time = 20.3501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.9245)
	variant   520/ 3240 = a(2303,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.3416)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5798)
	variant   521/ 3240 = a(2303,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.3867)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5955)
	variant   522/ 3240 = a(2303,2304)    (7947 tests, cond 0)
		n1 false (test_time = 20.6218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1507)
	variant   523/ 3240 = a(2303,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.3641)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.7948)
	variant   524/ 3240 = a(2303,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.2632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.4572)
	variant   525/ 3240 = a(2303,2299)    (7947 tests, cond 0)
		n1 false (test_time = 23.0042)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5757)
	variant   526/ 3240 = a(2303,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.431)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.6074)
	variant   527/ 3240 = a(2302,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5079)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5512)
	variant   528/ 3240 = a(2302,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.3657)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.6914)
	variant   529/ 3240 = a(2302,2306)    (7947 tests, cond 0)
		n1 false (test_time = 20.6812)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5772)
	variant   530/ 3240 = a(2302,2305)    (7947 tests, cond 0)
		n1 false (test_time = 19.8395)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5806)
	variant   531/ 3240 = a(2302,2302)    (7947 tests, cond 0)
		n1 false (test_time = 20.5655)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.3317)
	variant   532/ 3240 = a(2302,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.574)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.7121)
	variant   533/ 3240 = a(2302,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.2129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.7665)
	variant   534/ 3240 = a(2302,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.3981)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.1108)
	variant   535/ 3240 = a(2302,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.8851)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.8833)
	variant   536/ 3240 = a(2302,2277)    (7947 tests, cond 0)
		n1 false (test_time = 20.2359)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.7704)
	variant   537/ 3240 = a(2301,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5086)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5006)
	variant   538/ 3240 = a(2301,2309)    (7947 tests, cond 0)
		n1 false (test_time = 20.0227)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.4992)
	variant   539/ 3240 = a(2301,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.4692)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.6917)
	variant   540/ 3240 = a(2301,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.0292)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.6845)
	variant   541/ 3240 = a(2301,2303)    (7947 tests, cond 0)
		n1 false (test_time = 20.7067)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.43)
	variant   542/ 3240 = a(2301,2302)    (7947 tests, cond 0)
		n1 false (test_time = 20.5381)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5217)
	variant   543/ 3240 = a(2301,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.2827)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.888)
	variant   544/ 3240 = a(2301,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.8839)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.6766)
	variant   545/ 3240 = a(2301,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.0162)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.7297)
	variant   546/ 3240 = a(2301,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.3269)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.4083)
	variant   547/ 3240 = a(2300,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.2986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.4246)
	variant   548/ 3240 = a(2300,2309)    (7947 tests, cond 0)
		n1 false (test_time = 20.0874)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.0572)
	variant   549/ 3240 = a(2300,2308)    (7947 tests, cond 0)
		n1 false (test_time = 20.5557)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.9161)
	variant   550/ 3240 = a(2300,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.3945)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.4817)
	variant   551/ 3240 = a(2300,2306)    (7947 tests, cond 0)
		n1 false (test_time = 20.2722)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.404)
	variant   552/ 3240 = a(2300,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.2664)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.4984)
	variant   553/ 3240 = a(2300,2304)    (7947 tests, cond 0)
		n1 false (test_time = 20.2642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.536)
	variant   554/ 3240 = a(2300,2303)    (7947 tests, cond 0)
		n1 false (test_time = 20.2654)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5622)
	variant   555/ 3240 = a(2300,2302)    (7947 tests, cond 0)
		n1 false (test_time = 20.8383)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5878)
	variant   556/ 3240 = a(2300,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.1419)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.353)
	variant   557/ 3240 = a(2300,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.8528)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.4035)
	variant   558/ 3240 = a(2300,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.3498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.4462)
	variant   559/ 3240 = a(2300,2298)    (7947 tests, cond 0)
		n1 false (test_time = 20.3445)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.7305)
	variant   560/ 3240 = a(2300,2297)    (7947 tests, cond 0)
		n1 false (test_time = 20.3369)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.61)
	variant   561/ 3240 = a(2300,2291)    (7947 tests, cond 0)
		n1 false (test_time = 20.5112)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5225)
	variant   562/ 3240 = a(2300,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.3226)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.3607)
	variant   563/ 3240 = a(2300,2277)    (7947 tests, cond 0)
		n1 false (test_time = 19.7905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2913)
	variant   564/ 3240 = a(2299,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4401)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2778)
	variant   565/ 3240 = a(2299,2309)    (7947 tests, cond 0)
		n1 false (test_time = 20.1539)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2436)
	variant   566/ 3240 = a(2299,2308)    (7947 tests, cond 0)
		n1 false (test_time = 20.2348)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.3622)
	variant   567/ 3240 = a(2299,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.7084)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.1896)
	variant   568/ 3240 = a(2299,2306)    (7947 tests, cond 0)
		n1 false (test_time = 20.561)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5248)
	variant   569/ 3240 = a(2299,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.304)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2821)
	variant   570/ 3240 = a(2299,2304)    (7947 tests, cond 0)
		n1 false (test_time = 20.3413)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2313)
	variant   571/ 3240 = a(2299,2303)    (7947 tests, cond 0)
		n1 false (test_time = 20.2084)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.9904)
	variant   572/ 3240 = a(2299,2302)    (7947 tests, cond 0)
		n1 false (test_time = 20.5325)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.026)
	variant   573/ 3240 = a(2299,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.6569)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5156)
	variant   574/ 3240 = a(2299,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.2572)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.6794)
	variant   575/ 3240 = a(2299,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.2623)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2541)
	variant   576/ 3240 = a(2299,2298)    (7947 tests, cond 0)
		n1 false (test_time = 20.3583)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.9743)
	variant   577/ 3240 = a(2299,2297)    (7947 tests, cond 0)
		n1 false (test_time = 20.4139)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.9993)
	variant   578/ 3240 = a(2299,2291)    (7947 tests, cond 0)
		n1 false (test_time = 20.2184)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2326)
	variant   579/ 3240 = a(2299,2290)    (7947 tests, cond 0)
		n1 false (test_time = 19.898)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.0033)
	variant   580/ 3240 = a(2299,2277)    (7947 tests, cond 0)
		n1 false (test_time = 20.0276)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2385)
	variant   581/ 3240 = a(2298,2352)    (7947 tests, cond 0)
		n1 false (test_time = 21.0857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.6755)
	variant   582/ 3240 = a(2298,2309)    (7947 tests, cond 0)
		n1 false (test_time = 20.3674)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.0083)
	variant   583/ 3240 = a(2298,2308)    (7947 tests, cond 0)
		n1 false (test_time = 20.48)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.0694)
	variant   584/ 3240 = a(2298,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.3206)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.0905)
	variant   585/ 3240 = a(2298,2306)    (7947 tests, cond 0)
		n1 false (test_time = 19.9888)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.1696)
	variant   586/ 3240 = a(2298,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.4169)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.1683)
	variant   587/ 3240 = a(2298,2304)    (7947 tests, cond 0)
		n1 false (test_time = 20.4705)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.7652)
	variant   588/ 3240 = a(2298,2303)    (7947 tests, cond 0)
		n1 false (test_time = 20.3571)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2858)
	variant   589/ 3240 = a(2298,2302)    (7947 tests, cond 0)
		n1 false (test_time = 20.2174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5165)
	variant   590/ 3240 = a(2298,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.294)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2239)
	variant   591/ 3240 = a(2298,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.4406)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.9157)
	variant   592/ 3240 = a(2298,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.3324)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.7518)
	variant   593/ 3240 = a(2298,2298)    (7947 tests, cond 0)
		n1 false (test_time = 20.2506)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.911)
	variant   594/ 3240 = a(2298,2297)    (7947 tests, cond 0)
		n1 false (test_time = 20.5623)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.8611)
	variant   595/ 3240 = a(2298,2291)    (7947 tests, cond 0)
		n1 false (test_time = 20.5561)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7845)
	variant   596/ 3240 = a(2298,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.5673)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7799)
	variant   597/ 3240 = a(2298,2277)    (7947 tests, cond 0)
		n1 false (test_time = 19.787)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.8242)
	variant   598/ 3240 = a(2297,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.1785)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2531)
	variant   599/ 3240 = a(2297,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.4796)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2528)
	variant   600/ 3240 = a(2297,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.0755)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7491)
	variant   601/ 3240 = a(2297,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.3277)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7938)
	variant   602/ 3240 = a(2297,2300)    (7947 tests, cond 0)
		n1 true (test_time = 20.4418)
		p3105 false (test_time = 0.252556)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.8377)
	variant   603/ 3240 = a(2297,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.3409)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.1187)
	variant   604/ 3240 = a(2297,2298)    (7947 tests, cond 0)
		n1 false (test_time = 20.2905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.5456)
	variant   605/ 3240 = a(2297,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.2834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7287)
	variant   606/ 3240 = a(2296,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.3733)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.0214)
	variant   607/ 3240 = a(2296,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.1482)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.8356)
	variant   608/ 3240 = a(2296,2309)    (7947 tests, cond 0)
		n1 false (test_time = 20.1729)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.471)
	variant   609/ 3240 = a(2296,2308)    (7947 tests, cond 0)
		n1 false (test_time = 20.2975)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.1384)
	variant   610/ 3240 = a(2296,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.4455)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7395)
	variant   611/ 3240 = a(2296,2306)    (7947 tests, cond 0)
		n1 false (test_time = 20.7362)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.6518)
	variant   612/ 3240 = a(2296,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.3729)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.8968)
	variant   613/ 3240 = a(2296,2304)    (7947 tests, cond 0)
		n1 false (test_time = 20.23)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.0562)
	variant   614/ 3240 = a(2296,2303)    (7947 tests, cond 0)
		n1 false (test_time = 20.1491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.6397)
	variant   615/ 3240 = a(2296,2302)    (7947 tests, cond 0)
		n1 false (test_time = 20.7178)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7079)
	variant   616/ 3240 = a(2296,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.6393)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.6287)
	variant   617/ 3240 = a(2296,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.7582)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.2811)
	variant   618/ 3240 = a(2296,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.1609)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.0545)
	variant   619/ 3240 = a(2296,2298)    (7947 tests, cond 0)
		n1 false (test_time = 20.3405)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7529)
	variant   620/ 3240 = a(2296,2297)    (7947 tests, cond 0)
		n1 false (test_time = 20.431)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7786)
	variant   621/ 3240 = a(2296,2291)    (7947 tests, cond 0)
		n1 false (test_time = 20.2339)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7931)
	variant   622/ 3240 = a(2296,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.2665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.8693)
	variant   623/ 3240 = a(2296,2277)    (7947 tests, cond 0)
		n1 false (test_time = 20.2579)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7834)
	variant   624/ 3240 = a(2295,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.3625)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.4509)
	variant   625/ 3240 = a(2295,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5633)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.4474)
	variant   626/ 3240 = a(2295,2309)    (7947 tests, cond 0)
		n1 false (test_time = 20.5283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.6886)
	variant   627/ 3240 = a(2295,2308)    (7947 tests, cond 0)
		n1 false (test_time = 20.4695)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.6107)
	variant   628/ 3240 = a(2295,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.3192)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.8803)
	variant   629/ 3240 = a(2295,2306)    (7947 tests, cond 0)
		n1 false (test_time = 20.3808)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.1706)
	variant   630/ 3240 = a(2295,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.2726)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.5758)
	variant   631/ 3240 = a(2295,2304)    (7947 tests, cond 0)
		n1 false (test_time = 20.2813)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.5633)
	variant   632/ 3240 = a(2295,2303)    (7947 tests, cond 0)
		n1 false (test_time = 20.179)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.5174)
	variant   633/ 3240 = a(2295,2302)    (7947 tests, cond 0)
		n1 false (test_time = 20.3345)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7486)
	variant   634/ 3240 = a(2295,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.4143)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3683)
	variant   635/ 3240 = a(2295,2300)    (7947 tests, cond 0)
		n1 false (test_time = 19.9668)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.4347)
	variant   636/ 3240 = a(2295,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.9398)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.8716)
	variant   637/ 3240 = a(2295,2298)    (7947 tests, cond 0)
		n1 false (test_time = 20.4246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7332)
	variant   638/ 3240 = a(2295,2297)    (7947 tests, cond 0)
		n1 false (test_time = 20.6062)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.4619)
	variant   639/ 3240 = a(2295,2291)    (7947 tests, cond 0)
		n1 false (test_time = 20.4147)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.5009)
	variant   640/ 3240 = a(2295,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.6003)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.4532)
	variant   641/ 3240 = a(2295,2277)    (7947 tests, cond 0)
		n1 false (test_time = 20.1186)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.4859)
	variant   642/ 3240 = a(2290,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.2929)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.3439)
	variant   643/ 3240 = a(2290,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4194)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3294)
	variant   644/ 3240 = a(2290,2309)    (7947 tests, cond 0)
		n1 false (test_time = 20.6365)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3337)
	variant   645/ 3240 = a(2290,2308)    (7947 tests, cond 0)
		n1 false (test_time = 20.4632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.5096)
	variant   646/ 3240 = a(2290,2307)    (7947 tests, cond 0)
		n1 false (test_time = 20.5715)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.1485)
	variant   647/ 3240 = a(2290,2306)    (7947 tests, cond 0)
		n1 false (test_time = 19.8612)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.6632)
	variant   648/ 3240 = a(2290,2305)    (7947 tests, cond 0)
		n1 false (test_time = 20.2213)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3617)
	variant   649/ 3240 = a(2290,2304)    (7947 tests, cond 0)
		n1 false (test_time = 20.3021)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.6442)
	variant   650/ 3240 = a(2290,2303)    (7947 tests, cond 0)
		n1 false (test_time = 20.3232)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7807)
	variant   651/ 3240 = a(2290,2302)    (7947 tests, cond 0)
		n1 false (test_time = 20.3477)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 27.1639)
	variant   652/ 3240 = a(2290,2301)    (7947 tests, cond 0)
		n1 false (test_time = 20.3872)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.2164)
	variant   653/ 3240 = a(2290,2300)    (7947 tests, cond 0)
		n1 false (test_time = 20.3304)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.4332)
	variant   654/ 3240 = a(2290,2299)    (7947 tests, cond 0)
		n1 false (test_time = 20.1125)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.9234)
	variant   655/ 3240 = a(2290,2298)    (7947 tests, cond 0)
		n1 false (test_time = 20.0186)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.4458)
	variant   656/ 3240 = a(2290,2297)    (7947 tests, cond 0)
		n1 false (test_time = 20.354)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3296)
	variant   657/ 3240 = a(2290,2291)    (7947 tests, cond 0)
		n1 false (test_time = 20.4022)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.2452)
	variant   658/ 3240 = a(2290,2290)    (7947 tests, cond 0)
		n1 false (test_time = 20.2614)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.2923)
	variant   659/ 3240 = a(2290,2277)    (7947 tests, cond 0)
		n1 false (test_time = 20.1573)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3368)
	variant   660/ 3240 = a(2279,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.8067)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.5355)
	variant   661/ 3240 = a(2279,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.7185)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.9595)
	variant   662/ 3240 = a(2279,2279)    (7947 tests, cond 0)
		n1 false (test_time = 20.4621)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3206)
	variant   663/ 3240 = a(2279,2278)    (7947 tests, cond 0)
		n1 false (test_time = 20.4162)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.2564)
	variant   664/ 3240 = a(2279,2277)    (7947 tests, cond 0)
		n1 false (test_time = 20.4023)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.5219)
	variant   665/ 3240 = a(2278,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.1736)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.289)
	variant   666/ 3240 = a(2278,2278)    (7947 tests, cond 0)
		n1 false (test_time = 20.4405)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.5018)
	variant   667/ 3240 = a(2269,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.5057)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3606)
	variant   668/ 3240 = a(2269,2728)    (7947 tests, cond 0)
		n1 false (test_time = 19.9157)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.2168)
	variant   669/ 3240 = a(2269,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6492)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7357)
	variant   670/ 3240 = a(2269,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.3744)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.4847)
	variant   671/ 3240 = a(2269,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.3721)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3584)
	variant   672/ 3240 = a(2269,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.3504)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3178)
	variant   673/ 3240 = a(2269,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.5616)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1672)
	variant   674/ 3240 = a(2269,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.3408)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1054)
	variant   675/ 3240 = a(2269,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.3307)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1014)
	variant   676/ 3240 = a(2269,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.4561)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.648)
	variant   677/ 3240 = a(2269,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.38)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.9528)
	variant   678/ 3240 = a(2269,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.4677)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.2549)
	variant   679/ 3240 = a(2269,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.3378)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.5725)
	variant   680/ 3240 = a(2269,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.5369)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.0409)
	variant   681/ 3240 = a(2269,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.4548)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3634)
	variant   682/ 3240 = a(2269,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.8076)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1595)
	variant   683/ 3240 = a(2269,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.319)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.0583)
	variant   684/ 3240 = a(2269,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.3012)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.2052)
	variant   685/ 3240 = a(2269,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.3209)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1439)
	variant   686/ 3240 = a(2269,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.6619)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.5826)
	variant   687/ 3240 = a(2269,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.2162)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3116)
	variant   688/ 3240 = a(2269,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.9209)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.0925)
	variant   689/ 3240 = a(2269,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.4991)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1763)
	variant   690/ 3240 = a(2269,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.7018)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.9972)
	variant   691/ 3240 = a(2269,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.6784)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1087)
	variant   692/ 3240 = a(2269,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.4956)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.3408)
	variant   693/ 3240 = a(2269,2233)    (7947 tests, cond 0)
		n1 false (test_time = 81.309)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.9007)
	variant   694/ 3240 = a(2269,2231)    (7947 tests, cond 0)
		n1 false (test_time = 80.447)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.8686)
	variant   695/ 3240 = a(2269,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.6721)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.9709)
	variant   696/ 3240 = a(2269,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.4288)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.0441)
	variant   697/ 3240 = a(2269,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.4464)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.349)
	variant   698/ 3240 = a(2269,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.4507)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.9118)
	variant   699/ 3240 = a(2269,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.606)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.8498)
	variant   700/ 3240 = a(2269,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.4082)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.2938)
	variant   701/ 3240 = a(2269,2223)    (7947 tests, cond 0)
		n1 false (test_time = 81.5046)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1135)
	variant   702/ 3240 = a(2269,2222)    (7947 tests, cond 0)
		n1 false (test_time = 80.1956)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1074)
	variant   703/ 3240 = a(2269,2221)    (7947 tests, cond 0)
		n1 false (test_time = 80.9277)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.7774)
	variant   704/ 3240 = a(2269,2220)    (7947 tests, cond 0)
		n1 false (test_time = 80.6209)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.8782)
	variant   705/ 3240 = a(2269,2219)    (7947 tests, cond 0)
		n1 false (test_time = 80.6476)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.751)
	variant   706/ 3240 = a(2269,2218)    (7947 tests, cond 0)
		n1 false (test_time = 80.5648)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.2801)
	variant   707/ 3240 = a(2269,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.4152)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1927)
	variant   708/ 3240 = a(2269,2215)    (7947 tests, cond 0)
		n1 false (test_time = 80.4831)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.7184)
	variant   709/ 3240 = a(2269,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.6475)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.6278)
	variant   710/ 3240 = a(2269,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.7282)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1866)
	variant   711/ 3240 = a(2269,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.7231)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.9924)
	variant   712/ 3240 = a(2269,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.5725)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.922)
	variant   713/ 3240 = a(2269,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.6049)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.6858)
	variant   714/ 3240 = a(2269,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.3762)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1887)
	variant   715/ 3240 = a(2269,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.5329)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.8519)
	variant   716/ 3240 = a(2269,2204)    (7947 tests, cond 0)
		n1 false (test_time = 80.4612)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.8504)
	variant   717/ 3240 = a(2269,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.5325)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.7268)
	variant   718/ 3240 = a(2269,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.2848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.6692)
	variant   719/ 3240 = a(2269,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.6906)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.7408)
	variant   720/ 3240 = a(2269,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.4022)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.9054)
	variant   721/ 3240 = a(2268,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.2511)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.8645)
	variant   722/ 3240 = a(2268,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.5013)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.6151)
	variant   723/ 3240 = a(2268,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.277)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5437)
	variant   724/ 3240 = a(2268,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.291)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.6205)
	variant   725/ 3240 = a(2268,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.1562)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5773)
	variant   726/ 3240 = a(2268,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.4866)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1081)
	variant   727/ 3240 = a(2268,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.6062)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5842)
	variant   728/ 3240 = a(2268,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.5425)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.8852)
	variant   729/ 3240 = a(2268,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.3067)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.6028)
	variant   730/ 3240 = a(2268,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.3545)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5658)
	variant   731/ 3240 = a(2268,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.531)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.538)
	variant   732/ 3240 = a(2268,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.3672)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5711)
	variant   733/ 3240 = a(2268,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.2053)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.9022)
	variant   734/ 3240 = a(2268,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.7163)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.2665)
	variant   735/ 3240 = a(2268,2233)    (7947 tests, cond 0)
		n1 false (test_time = 79.9849)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.4213)
	variant   736/ 3240 = a(2268,2231)    (7947 tests, cond 0)
		n1 false (test_time = 80.6552)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.7727)
	variant   737/ 3240 = a(2268,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.1898)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.524)
	variant   738/ 3240 = a(2268,2229)    (7947 tests, cond 0)
		n1 false (test_time = 21.1637)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5038)
	variant   739/ 3240 = a(2268,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.2735)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.0028)
	variant   740/ 3240 = a(2268,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.4218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5245)
	variant   741/ 3240 = a(2268,2223)    (7947 tests, cond 0)
		n1 false (test_time = 80.2535)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.6525)
	variant   742/ 3240 = a(2268,2222)    (7947 tests, cond 0)
		n1 false (test_time = 80.1765)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.3906)
	variant   743/ 3240 = a(2268,2221)    (7947 tests, cond 0)
		n1 false (test_time = 80.7124)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.8981)
	variant   744/ 3240 = a(2268,2220)    (7947 tests, cond 0)
		n1 false (test_time = 80.5362)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.9415)
	variant   745/ 3240 = a(2268,2219)    (7947 tests, cond 0)
		n1 false (test_time = 80.5906)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.529)
	variant   746/ 3240 = a(2268,2218)    (7947 tests, cond 0)
		n1 false (test_time = 80.1235)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.584)
	variant   747/ 3240 = a(2268,2215)    (7947 tests, cond 0)
		n1 false (test_time = 80.1321)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5427)
	variant   748/ 3240 = a(2268,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.5468)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5112)
	variant   749/ 3240 = a(2268,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.7446)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5347)
	variant   750/ 3240 = a(2268,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.1329)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.3157)
	variant   751/ 3240 = a(2268,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.2573)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.4634)
	variant   752/ 3240 = a(2268,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.192)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5435)
	variant   753/ 3240 = a(2268,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.1512)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5869)
	variant   754/ 3240 = a(2268,2204)    (7947 tests, cond 0)
		n1 false (test_time = 80.2059)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.6211)
	variant   755/ 3240 = a(2268,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.2742)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.6246)
	variant   756/ 3240 = a(2267,2352)    (7947 tests, cond 0)
		n1 false (test_time = 19.9843)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.344)
	variant   757/ 3240 = a(2267,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.2296)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.1087)
	variant   758/ 3240 = a(2267,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.2505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.3607)
	variant   759/ 3240 = a(2267,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.0179)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.3282)
	variant   760/ 3240 = a(2267,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.7808)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.1047)
	variant   761/ 3240 = a(2267,2256)    (7947 tests, cond 0)
		n1 false (test_time = 19.8642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.7154)
	variant   762/ 3240 = a(2267,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.2682)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.0843)
	variant   763/ 3240 = a(2267,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.1072)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.298)
	variant   764/ 3240 = a(2267,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.1643)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.2497)
	variant   765/ 3240 = a(2267,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.0038)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.289)
	variant   766/ 3240 = a(2267,2238)    (7947 tests, cond 0)
		n1 false (test_time = 21.3696)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 28.5423)
	variant   767/ 3240 = a(2267,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.4712)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.4168)
	variant   768/ 3240 = a(2267,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.0308)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.7381)
	variant   769/ 3240 = a(2267,2233)    (7947 tests, cond 0)
		n1 false (test_time = 80.0749)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.0343)
	variant   770/ 3240 = a(2267,2231)    (7947 tests, cond 0)
		n1 false (test_time = 80.2066)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.1546)
	variant   771/ 3240 = a(2267,2230)    (7947 tests, cond 0)
		n1 false (test_time = 19.9558)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.157)
	variant   772/ 3240 = a(2267,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.0632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.1318)
	variant   773/ 3240 = a(2267,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.1797)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.1002)
	variant   774/ 3240 = a(2267,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.326)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.023)
	variant   775/ 3240 = a(2267,2223)    (7947 tests, cond 0)
		n1 false (test_time = 80.1683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.0088)
	variant   776/ 3240 = a(2267,2222)    (7947 tests, cond 0)
		n1 false (test_time = 80.0983)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.1769)
	variant   777/ 3240 = a(2267,2221)    (7947 tests, cond 0)
		n1 false (test_time = 80.0646)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9096)
	variant   778/ 3240 = a(2267,2220)    (7947 tests, cond 0)
		n1 false (test_time = 80.1817)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.985)
	variant   779/ 3240 = a(2267,2219)    (7947 tests, cond 0)
		n1 false (test_time = 80.1496)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.2085)
	variant   780/ 3240 = a(2267,2218)    (7947 tests, cond 0)
		n1 false (test_time = 80.0872)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.8913)
	variant   781/ 3240 = a(2267,2215)    (7947 tests, cond 0)
		n1 false (test_time = 80.2295)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9327)
	variant   782/ 3240 = a(2267,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.2298)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.0164)
	variant   783/ 3240 = a(2267,2213)    (7947 tests, cond 0)
		n1 false (test_time = 19.9652)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9695)
	variant   784/ 3240 = a(2267,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.4002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.1493)
	variant   785/ 3240 = a(2267,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.1318)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9138)
	variant   786/ 3240 = a(2267,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.0719)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9273)
	variant   787/ 3240 = a(2267,2207)    (7947 tests, cond 0)
		n1 false (test_time = 19.8844)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9412)
	variant   788/ 3240 = a(2267,2204)    (7947 tests, cond 0)
		n1 false (test_time = 80.047)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9006)
	variant   789/ 3240 = a(2267,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.034)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.462)
	variant   790/ 3240 = a(2266,2352)    (7947 tests, cond 0)
		n1 false (test_time = 19.9293)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.79)
	variant   791/ 3240 = a(2266,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.3708)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.2291)
	variant   792/ 3240 = a(2266,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.0383)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.1818)
	variant   793/ 3240 = a(2266,2266)    (7947 tests, cond 0)
		n1 false (test_time = 19.9529)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.041)
	variant   794/ 3240 = a(2266,2265)    (7947 tests, cond 0)
		n1 false (test_time = 19.9811)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9729)
	variant   795/ 3240 = a(2266,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.1347)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.7595)
	variant   796/ 3240 = a(2266,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.2198)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.6482)
	variant   797/ 3240 = a(2266,2259)    (7947 tests, cond 0)
		n1 false (test_time = 19.906)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9335)
	variant   798/ 3240 = a(2266,2258)    (7947 tests, cond 0)
		n1 false (test_time = 19.8834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.8355)
	variant   799/ 3240 = a(2266,2257)    (7947 tests, cond 0)
		n1 false (test_time = 19.9838)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 26.1422)
	variant   800/ 3240 = a(2266,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.0782)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.8224)
	variant   801/ 3240 = a(2266,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.0438)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.0801)
	variant   802/ 3240 = a(2266,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.1128)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.7159)
	variant   803/ 3240 = a(2266,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.2642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.0188)
	variant   804/ 3240 = a(2266,2249)    (7947 tests, cond 0)
		n1 false (test_time = 19.9426)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.1182)
	variant   805/ 3240 = a(2266,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.0719)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.4559)
	variant   806/ 3240 = a(2266,2247)    (7947 tests, cond 0)
		n1 false (test_time = 21.5011)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.6911)
	variant   807/ 3240 = a(2266,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.0293)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.6665)
	variant   808/ 3240 = a(2266,2242)    (7947 tests, cond 0)
		n1 false (test_time = 19.836)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.1976)
	variant   809/ 3240 = a(2266,2241)    (7947 tests, cond 0)
		n1 false (test_time = 19.9708)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.0166)
	variant   810/ 3240 = a(2266,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.8478)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.7158)
	variant   811/ 3240 = a(2266,2238)    (7947 tests, cond 0)
		n1 false (test_time = 19.9147)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.626)
	variant   812/ 3240 = a(2266,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.1027)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9218)
	variant   813/ 3240 = a(2266,2235)    (7947 tests, cond 0)
		n1 false (test_time = 19.9555)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.8153)
	variant   814/ 3240 = a(2266,2233)    (7947 tests, cond 0)
		n1 false (test_time = 20.0755)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.7726)
	variant   815/ 3240 = a(2266,2231)    (7947 tests, cond 0)
		n1 false (test_time = 20.0266)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5449)
	variant   816/ 3240 = a(2266,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.1576)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.7249)
	variant   817/ 3240 = a(2266,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.223)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9758)
	variant   818/ 3240 = a(2266,2228)    (7947 tests, cond 0)
		n1 false (test_time = 19.8821)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.8381)
	variant   819/ 3240 = a(2266,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.1324)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5502)
	variant   820/ 3240 = a(2266,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.0731)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.6284)
	variant   821/ 3240 = a(2266,2225)    (7947 tests, cond 0)
		n1 false (test_time = 19.8704)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.6124)
	variant   822/ 3240 = a(2266,2223)    (7947 tests, cond 0)
		n1 false (test_time = 20.0131)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.8804)
	variant   823/ 3240 = a(2266,2222)    (7947 tests, cond 0)
		n1 false (test_time = 19.9737)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.513)
	variant   824/ 3240 = a(2266,2221)    (7947 tests, cond 0)
		n1 false (test_time = 20.2935)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.6755)
	variant   825/ 3240 = a(2266,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.0794)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.828)
	variant   826/ 3240 = a(2266,2219)    (7947 tests, cond 0)
		n1 false (test_time = 19.906)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5629)
	variant   827/ 3240 = a(2266,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.2008)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.8821)
	variant   828/ 3240 = a(2266,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.1337)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.6363)
	variant   829/ 3240 = a(2266,2215)    (7947 tests, cond 0)
		n1 false (test_time = 20.3058)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5047)
	variant   830/ 3240 = a(2266,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.0896)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.563)
	variant   831/ 3240 = a(2266,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.3)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.4088)
	variant   832/ 3240 = a(2266,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.2433)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.0156)
	variant   833/ 3240 = a(2266,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.0086)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.5561)
	variant   834/ 3240 = a(2266,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.0943)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.8794)
	variant   835/ 3240 = a(2266,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.0432)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.4181)
	variant   836/ 3240 = a(2266,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.0686)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.4398)
	variant   837/ 3240 = a(2266,2204)    (7947 tests, cond 0)
		n1 false (test_time = 20.0106)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.4511)
	variant   838/ 3240 = a(2266,2203)    (7947 tests, cond 0)
		n1 false (test_time = 19.9898)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.6324)
	variant   839/ 3240 = a(2266,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.1197)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.9577)
	variant   840/ 3240 = a(2266,2196)    (7947 tests, cond 0)
		n1 false (test_time = 19.9579)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.6044)
	variant   841/ 3240 = a(2266,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.0549)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.3858)
	variant   842/ 3240 = a(2265,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.0001)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5992)
	variant   843/ 3240 = a(2265,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.2465)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.3416)
	variant   844/ 3240 = a(2265,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.2669)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.0854)
	variant   845/ 3240 = a(2265,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.0095)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5508)
	variant   846/ 3240 = a(2265,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.728)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.4533)
	variant   847/ 3240 = a(2265,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.0538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.4517)
	variant   848/ 3240 = a(2265,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.1197)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.3326)
	variant   849/ 3240 = a(2265,2256)    (7947 tests, cond 0)
		n1 false (test_time = 19.9895)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5086)
	variant   850/ 3240 = a(2265,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.1688)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.3595)
	variant   851/ 3240 = a(2265,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.7195)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.8604)
	variant   852/ 3240 = a(2265,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.4029)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.598)
	variant   853/ 3240 = a(2265,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.04)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.3147)
	variant   854/ 3240 = a(2265,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.1685)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.4627)
	variant   855/ 3240 = a(2265,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.0801)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0983)
	variant   856/ 3240 = a(2265,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.0915)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.37)
	variant   857/ 3240 = a(2265,2237)    (7947 tests, cond 0)
		n1 false (test_time = 19.8703)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.7278)
	variant   858/ 3240 = a(2265,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.843)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.1014)
	variant   859/ 3240 = a(2265,2233)    (7947 tests, cond 0)
		n1 false (test_time = 20.151)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1256)
	variant   860/ 3240 = a(2265,2231)    (7947 tests, cond 0)
		n1 false (test_time = 20.1506)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.3836)
	variant   861/ 3240 = a(2265,2230)    (7947 tests, cond 0)
		n1 false (test_time = 19.9184)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.4235)
	variant   862/ 3240 = a(2265,2229)    (7947 tests, cond 0)
		n1 false (test_time = 19.9165)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.3935)
	variant   863/ 3240 = a(2265,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.1485)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0465)
	variant   864/ 3240 = a(2265,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.0688)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.2057)
	variant   865/ 3240 = a(2265,2223)    (7947 tests, cond 0)
		n1 false (test_time = 20.0207)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 30.9355)
	variant   866/ 3240 = a(2265,2222)    (7947 tests, cond 0)
		n1 false (test_time = 20.4971)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.3074)
	variant   867/ 3240 = a(2265,2221)    (7947 tests, cond 0)
		n1 false (test_time = 19.9462)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.01)
	variant   868/ 3240 = a(2265,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.1894)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1983)
	variant   869/ 3240 = a(2265,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.0116)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.4726)
	variant   870/ 3240 = a(2265,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.0057)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.2325)
	variant   871/ 3240 = a(2265,2215)    (7947 tests, cond 0)
		n1 false (test_time = 20.0034)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.9878)
	variant   872/ 3240 = a(2265,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.1118)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.3435)
	variant   873/ 3240 = a(2265,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.0128)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1084)
	variant   874/ 3240 = a(2265,2212)    (7947 tests, cond 0)
		n1 false (test_time = 19.9752)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1734)
	variant   875/ 3240 = a(2265,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.1566)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0246)
	variant   876/ 3240 = a(2265,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.2596)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1371)
	variant   877/ 3240 = a(2265,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.0526)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.6395)
	variant   878/ 3240 = a(2265,2204)    (7947 tests, cond 0)
		n1 false (test_time = 20.0293)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1233)
	variant   879/ 3240 = a(2265,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.8255)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.4329)
	variant   880/ 3240 = a(2265,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.1628)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1761)
	variant   881/ 3240 = a(2264,2352)    (7947 tests, cond 0)
		n1 false (test_time = 19.9302)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0213)
	variant   882/ 3240 = a(2264,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.0881)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0266)
	variant   883/ 3240 = a(2264,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.1595)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5901)
	variant   884/ 3240 = a(2264,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.1014)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0734)
	variant   885/ 3240 = a(2264,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.3446)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.9604)
	variant   886/ 3240 = a(2264,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.2379)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5233)
	variant   887/ 3240 = a(2264,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.1602)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.9487)
	variant   888/ 3240 = a(2264,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.1088)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1603)
	variant   889/ 3240 = a(2264,2238)    (7947 tests, cond 0)
		n1 false (test_time = 19.9879)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.2119)
	variant   890/ 3240 = a(2264,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.1384)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.9879)
	variant   891/ 3240 = a(2264,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.2257)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.8519)
	variant   892/ 3240 = a(2264,2233)    (7947 tests, cond 0)
		n1 false (test_time = 20.2266)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0387)
	variant   893/ 3240 = a(2264,2231)    (7947 tests, cond 0)
		n1 false (test_time = 20.012)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.2512)
	variant   894/ 3240 = a(2264,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.6002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0374)
	variant   895/ 3240 = a(2264,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.1514)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.7593)
	variant   896/ 3240 = a(2264,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.0336)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.2122)
	variant   897/ 3240 = a(2264,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.391)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 25.3839)
	variant   898/ 3240 = a(2264,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.2852)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.8361)
	variant   899/ 3240 = a(2264,2223)    (7947 tests, cond 0)
		n1 false (test_time = 20.0797)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.679)
	variant   900/ 3240 = a(2264,2222)    (7947 tests, cond 0)
		n1 false (test_time = 20.4834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.6027)
	variant   901/ 3240 = a(2264,2221)    (7947 tests, cond 0)
		n1 false (test_time = 20.0549)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.893)
	variant   902/ 3240 = a(2264,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.1418)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.8592)
	variant   903/ 3240 = a(2264,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.2815)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.8546)
	variant   904/ 3240 = a(2264,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.1297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5432)
	variant   905/ 3240 = a(2264,2215)    (7947 tests, cond 0)
		n1 false (test_time = 19.909)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.6708)
	variant   906/ 3240 = a(2264,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.1766)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5971)
	variant   907/ 3240 = a(2264,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.0445)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.6945)
	variant   908/ 3240 = a(2264,2212)    (7947 tests, cond 0)
		n1 false (test_time = 19.9761)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1268)
	variant   909/ 3240 = a(2264,2211)    (7947 tests, cond 0)
		n1 false (test_time = 19.9526)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.6832)
	variant   910/ 3240 = a(2264,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.1248)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.6218)
	variant   911/ 3240 = a(2264,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.2606)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.7591)
	variant   912/ 3240 = a(2264,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.0564)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1354)
	variant   913/ 3240 = a(2264,2204)    (7947 tests, cond 0)
		n1 false (test_time = 20.2799)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.5847)
	variant   914/ 3240 = a(2264,2203)    (7947 tests, cond 0)
		n1 false (test_time = 19.9514)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.2094)
	variant   915/ 3240 = a(2264,2196)    (7947 tests, cond 0)
		n1 false (test_time = 19.8889)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.5964)
	variant   916/ 3240 = a(2263,2352)    (7947 tests, cond 0)
		n1 false (test_time = 19.872)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.8966)
	variant   917/ 3240 = a(2263,2269)    (7947 tests, cond 0)
		n1 false (test_time = 19.9397)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.4881)
	variant   918/ 3240 = a(2263,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.116)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.931)
	variant   919/ 3240 = a(2263,2264)    (7947 tests, cond 0)
		n1 false (test_time = 19.9951)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1863)
	variant   920/ 3240 = a(2263,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.2473)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.6859)
	variant   921/ 3240 = a(2263,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.0557)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.5095)
	variant   922/ 3240 = a(2263,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.1736)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.9187)
	variant   923/ 3240 = a(2263,2254)    (7947 tests, cond 0)
		n1 false (test_time = 19.9841)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.5915)
	variant   924/ 3240 = a(2263,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.0295)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.6336)
	variant   925/ 3240 = a(2263,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.0958)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.464)
	variant   926/ 3240 = a(2263,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.1858)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.5409)
	variant   927/ 3240 = a(2263,2238)    (7947 tests, cond 0)
		n1 false (test_time = 19.9538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.4475)
	variant   928/ 3240 = a(2263,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.0023)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0231)
	variant   929/ 3240 = a(2263,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.0726)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.4089)
	variant   930/ 3240 = a(2263,2233)    (7947 tests, cond 0)
		n1 false (test_time = 20.1578)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1126)
	variant   931/ 3240 = a(2263,2231)    (7947 tests, cond 0)
		n1 false (test_time = 19.8737)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.6047)
	variant   932/ 3240 = a(2263,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.1585)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.7299)
	variant   933/ 3240 = a(2263,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.1703)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.3895)
	variant   934/ 3240 = a(2263,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.1538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.4478)
	variant   935/ 3240 = a(2263,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.0014)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.7845)
	variant   936/ 3240 = a(2263,2223)    (7947 tests, cond 0)
		n1 false (test_time = 20.1575)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.4897)
	variant   937/ 3240 = a(2263,2222)    (7947 tests, cond 0)
		n1 false (test_time = 20.0144)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.3033)
	variant   938/ 3240 = a(2263,2221)    (7947 tests, cond 0)
		n1 false (test_time = 20.3811)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.5772)
	variant   939/ 3240 = a(2263,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.1487)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.3167)
	variant   940/ 3240 = a(2263,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.5162)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.8021)
	variant   941/ 3240 = a(2263,2218)    (7947 tests, cond 0)
		n1 false (test_time = 19.8533)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.219)
	variant   942/ 3240 = a(2263,2215)    (7947 tests, cond 0)
		n1 false (test_time = 19.9014)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.5732)
	variant   943/ 3240 = a(2263,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.023)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.305)
	variant   944/ 3240 = a(2263,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.1241)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.463)
	variant   945/ 3240 = a(2263,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.0058)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.3741)
	variant   946/ 3240 = a(2263,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.2358)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.9338)
	variant   947/ 3240 = a(2263,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.0887)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.2329)
	variant   948/ 3240 = a(2263,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.1007)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.4178)
	variant   949/ 3240 = a(2263,2204)    (7947 tests, cond 0)
		n1 false (test_time = 20.0081)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.5511)
	variant   950/ 3240 = a(2263,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.3507)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.7949)
	variant   951/ 3240 = a(2263,2198)    (7947 tests, cond 0)
		n1 false (test_time = 19.9912)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.2465)
	variant   952/ 3240 = a(2260,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.2144)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.5335)
	variant   953/ 3240 = a(2260,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.0797)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.3024)
	variant   954/ 3240 = a(2260,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.1534)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.3222)
	variant   955/ 3240 = a(2260,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.539)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.2222)
	variant   956/ 3240 = a(2260,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.0766)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.346)
	variant   957/ 3240 = a(2260,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.245)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.4307)
	variant   958/ 3240 = a(2260,2265)    (7947 tests, cond 0)
		n1 false (test_time = 19.9459)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.2701)
	variant   959/ 3240 = a(2260,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.2489)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1027)
	variant   960/ 3240 = a(2260,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.1013)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.3953)
	variant   961/ 3240 = a(2260,2259)    (7947 tests, cond 0)
		n1 false (test_time = 19.9986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.2859)
	variant   962/ 3240 = a(2260,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.1449)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1802)
	variant   963/ 3240 = a(2260,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.1338)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.2233)
	variant   964/ 3240 = a(2260,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.7178)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.4208)
	variant   965/ 3240 = a(2260,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.0238)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.0253)
	variant   966/ 3240 = a(2260,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.0718)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.186)
	variant   967/ 3240 = a(2260,2251)    (7947 tests, cond 0)
		n1 false (test_time = 19.9973)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1128)
	variant   968/ 3240 = a(2260,2250)    (7947 tests, cond 0)
		n1 false (test_time = 19.7933)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.3014)
	variant   969/ 3240 = a(2260,2249)    (7947 tests, cond 0)
		n1 false (test_time = 19.841)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.0146)
	variant   970/ 3240 = a(2260,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.3039)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.17)
	variant   971/ 3240 = a(2260,2247)    (7947 tests, cond 0)
		n1 false (test_time = 19.9712)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.6024)
	variant   972/ 3240 = a(2260,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.2247)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.2412)
	variant   973/ 3240 = a(2260,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.0879)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.021)
	variant   974/ 3240 = a(2260,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.1526)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1232)
	variant   975/ 3240 = a(2260,2241)    (7947 tests, cond 0)
		n1 false (test_time = 19.873)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.9006)
	variant   976/ 3240 = a(2260,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.048)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1306)
	variant   977/ 3240 = a(2260,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.374)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.016)
	variant   978/ 3240 = a(2260,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.3283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1402)
	variant   979/ 3240 = a(2260,2235)    (7947 tests, cond 0)
		n1 false (test_time = 19.9592)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.5712)
	variant   980/ 3240 = a(2260,2233)    (7947 tests, cond 0)
		n1 false (test_time = 20.0567)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.059)
	variant   981/ 3240 = a(2260,2231)    (7947 tests, cond 0)
		n1 false (test_time = 22.6943)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0138)
	variant   982/ 3240 = a(2260,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.3114)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1575)
	variant   983/ 3240 = a(2260,2229)    (7947 tests, cond 0)
		n1 false (test_time = 19.9652)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1608)
	variant   984/ 3240 = a(2260,2228)    (7947 tests, cond 0)
		n1 false (test_time = 19.9927)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0201)
	variant   985/ 3240 = a(2260,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.6924)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.2751)
	variant   986/ 3240 = a(2260,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.5854)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1807)
	variant   987/ 3240 = a(2260,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.6256)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.203)
	variant   988/ 3240 = a(2260,2223)    (7947 tests, cond 0)
		n1 false (test_time = 20.5581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.9776)
	variant   989/ 3240 = a(2260,2222)    (7947 tests, cond 0)
		n1 false (test_time = 20.3328)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.4417)
	variant   990/ 3240 = a(2260,2221)    (7947 tests, cond 0)
		n1 false (test_time = 20.199)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.138)
	variant   991/ 3240 = a(2260,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.227)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1616)
	variant   992/ 3240 = a(2260,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.5898)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1458)
	variant   993/ 3240 = a(2260,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.6454)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.4269)
	variant   994/ 3240 = a(2260,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.2262)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.155)
	variant   995/ 3240 = a(2260,2215)    (7947 tests, cond 0)
		n1 false (test_time = 20.4747)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.8706)
	variant   996/ 3240 = a(2260,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.5651)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.0402)
	variant   997/ 3240 = a(2260,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.4176)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.0975)
	variant   998/ 3240 = a(2260,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.3097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.284)
	variant   999/ 3240 = a(2260,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.7076)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.0415)
	variant  1000/ 3240 = a(2260,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.6059)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.945)
	variant  1001/ 3240 = a(2260,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.4627)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.0047)
	variant  1002/ 3240 = a(2260,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.2856)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.9199)
	variant  1003/ 3240 = a(2260,2204)    (7947 tests, cond 0)
		n1 false (test_time = 20.3963)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8497)
	variant  1004/ 3240 = a(2260,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.5913)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8802)
	variant  1005/ 3240 = a(2260,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.2492)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.0166)
	variant  1006/ 3240 = a(2260,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.8941)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8716)
	variant  1007/ 3240 = a(2260,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.88)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.9636)
	variant  1008/ 3240 = a(2259,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.4444)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.2142)
	variant  1009/ 3240 = a(2259,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.3142)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8306)
	variant  1010/ 3240 = a(2259,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.3538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8355)
	variant  1011/ 3240 = a(2259,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.4717)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8302)
	variant  1012/ 3240 = a(2259,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.3051)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.3715)
	variant  1013/ 3240 = a(2259,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.2952)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8513)
	variant  1014/ 3240 = a(2259,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.8303)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8975)
	variant  1015/ 3240 = a(2259,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.7387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.0129)
	variant  1016/ 3240 = a(2259,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.5634)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8569)
	variant  1017/ 3240 = a(2259,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.5346)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.7282)
	variant  1018/ 3240 = a(2259,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.5261)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.7885)
	variant  1019/ 3240 = a(2259,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.4702)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.9385)
	variant  1020/ 3240 = a(2259,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.5545)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.7424)
	variant  1021/ 3240 = a(2259,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.7142)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1556)
	variant  1022/ 3240 = a(2259,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.4196)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.7204)
	variant  1023/ 3240 = a(2259,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.3767)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.7184)
	variant  1024/ 3240 = a(2259,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.3598)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.7011)
	variant  1025/ 3240 = a(2259,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.4329)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.714)
	variant  1026/ 3240 = a(2259,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.4727)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.6888)
	variant  1027/ 3240 = a(2259,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.4343)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.6701)
	variant  1028/ 3240 = a(2259,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.4396)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.3427)
	variant  1029/ 3240 = a(2259,2245)    (7947 tests, cond 0)
		n1 false (test_time = 22.4605)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.0046)
	variant  1030/ 3240 = a(2259,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.2988)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.758)
	variant  1031/ 3240 = a(2259,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.2477)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.3286)
	variant  1032/ 3240 = a(2259,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.7564)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.5904)
	variant  1033/ 3240 = a(2259,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.477)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8936)
	variant  1034/ 3240 = a(2259,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.2989)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.6358)
	variant  1035/ 3240 = a(2259,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.3452)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.1352)
	variant  1036/ 3240 = a(2259,2233)    (7947 tests, cond 0)
		n1 false (test_time = 20.5214)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.5687)
	variant  1037/ 3240 = a(2259,2231)    (7947 tests, cond 0)
		n1 false (test_time = 20.5373)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.6042)
	variant  1038/ 3240 = a(2259,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.4421)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.6203)
	variant  1039/ 3240 = a(2259,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.4296)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.4759)
	variant  1040/ 3240 = a(2259,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.4389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.6146)
	variant  1041/ 3240 = a(2259,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.3466)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.62)
	variant  1042/ 3240 = a(2259,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.4009)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 24.0102)
	variant  1043/ 3240 = a(2259,2225)    (7947 tests, cond 0)
		n1 false (test_time = 23.6041)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.5547)
	variant  1044/ 3240 = a(2259,2223)    (7947 tests, cond 0)
		n1 false (test_time = 20.9723)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.5775)
	variant  1045/ 3240 = a(2259,2222)    (7947 tests, cond 0)
		n1 false (test_time = 20.4857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.5375)
	variant  1046/ 3240 = a(2259,2221)    (7947 tests, cond 0)
		n1 false (test_time = 20.2766)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8173)
	variant  1047/ 3240 = a(2259,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.3847)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.4341)
	variant  1048/ 3240 = a(2259,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.3986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1676)
	variant  1049/ 3240 = a(2259,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.4496)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.909)
	variant  1050/ 3240 = a(2259,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.7054)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.4695)
	variant  1051/ 3240 = a(2259,2215)    (7947 tests, cond 0)
		n1 false (test_time = 20.8241)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8988)
	variant  1052/ 3240 = a(2259,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.6297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.4395)
	variant  1053/ 3240 = a(2259,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.3409)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.72)
	variant  1054/ 3240 = a(2259,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.3727)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.4615)
	variant  1055/ 3240 = a(2259,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.897)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.5101)
	variant  1056/ 3240 = a(2259,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.4245)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3858)
	variant  1057/ 3240 = a(2259,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.4778)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3988)
	variant  1058/ 3240 = a(2259,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.6073)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3966)
	variant  1059/ 3240 = a(2259,2204)    (7947 tests, cond 0)
		n1 false (test_time = 20.6655)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3374)
	variant  1060/ 3240 = a(2259,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.3267)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.5863)
	variant  1061/ 3240 = a(2259,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.3661)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3847)
	variant  1062/ 3240 = a(2259,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.5743)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2676)
	variant  1063/ 3240 = a(2259,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.3923)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3962)
	variant  1064/ 3240 = a(2258,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.0773)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.6965)
	variant  1065/ 3240 = a(2258,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.5912)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2652)
	variant  1066/ 3240 = a(2258,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.7391)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3491)
	variant  1067/ 3240 = a(2258,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.4897)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2844)
	variant  1068/ 3240 = a(2258,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.3272)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2303)
	variant  1069/ 3240 = a(2258,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.5411)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.4234)
	variant  1070/ 3240 = a(2258,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.8815)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.7641)
	variant  1071/ 3240 = a(2258,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.2668)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.7706)
	variant  1072/ 3240 = a(2258,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.4026)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1304)
	variant  1073/ 3240 = a(2258,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.3495)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2916)
	variant  1074/ 3240 = a(2258,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.2895)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.309)
	variant  1075/ 3240 = a(2258,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.5183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1932)
	variant  1076/ 3240 = a(2258,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.5905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2756)
	variant  1077/ 3240 = a(2258,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.2615)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3025)
	variant  1078/ 3240 = a(2258,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.7236)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3232)
	variant  1079/ 3240 = a(2258,2246)    (7947 tests, cond 0)
		n1 false (test_time = 21.062)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0845)
	variant  1080/ 3240 = a(2258,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.0399)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1146)
	variant  1081/ 3240 = a(2258,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.4851)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3717)
	variant  1082/ 3240 = a(2258,2241)    (7947 tests, cond 0)
		n1 false (test_time = 19.9849)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0833)
	variant  1083/ 3240 = a(2258,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.4195)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1038)
	variant  1084/ 3240 = a(2258,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.4015)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.417)
	variant  1085/ 3240 = a(2258,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.7348)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2496)
	variant  1086/ 3240 = a(2258,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.6695)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.2399)
	variant  1087/ 3240 = a(2258,2233)    (7947 tests, cond 0)
		n1 false (test_time = 20.4133)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.069)
	variant  1088/ 3240 = a(2258,2231)    (7947 tests, cond 0)
		n1 false (test_time = 20.3114)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.465)
	variant  1089/ 3240 = a(2258,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.224)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0242)
	variant  1090/ 3240 = a(2258,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.7763)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2417)
	variant  1091/ 3240 = a(2258,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.2372)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.168)
	variant  1092/ 3240 = a(2258,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.3634)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0364)
	variant  1093/ 3240 = a(2258,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.3239)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3597)
	variant  1094/ 3240 = a(2258,2223)    (7947 tests, cond 0)
		n1 false (test_time = 20.3752)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1078)
	variant  1095/ 3240 = a(2258,2222)    (7947 tests, cond 0)
		n1 false (test_time = 20.2413)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9766)
	variant  1096/ 3240 = a(2258,2221)    (7947 tests, cond 0)
		n1 false (test_time = 20.3098)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.884)
	variant  1097/ 3240 = a(2258,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.3761)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8681)
	variant  1098/ 3240 = a(2258,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.2542)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 29.2171)
	variant  1099/ 3240 = a(2258,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.5606)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3205)
	variant  1100/ 3240 = a(2258,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.3156)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1761)
	variant  1101/ 3240 = a(2258,2215)    (7947 tests, cond 0)
		n1 false (test_time = 20.3241)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8315)
	variant  1102/ 3240 = a(2258,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.5212)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9929)
	variant  1103/ 3240 = a(2258,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.349)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9136)
	variant  1104/ 3240 = a(2258,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.5217)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0518)
	variant  1105/ 3240 = a(2258,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.0389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0226)
	variant  1106/ 3240 = a(2258,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.3438)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.487)
	variant  1107/ 3240 = a(2258,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.0824)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9498)
	variant  1108/ 3240 = a(2258,2204)    (7947 tests, cond 0)
		n1 false (test_time = 20.5153)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8343)
	variant  1109/ 3240 = a(2258,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.2684)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0179)
	variant  1110/ 3240 = a(2258,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.0633)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7853)
	variant  1111/ 3240 = a(2258,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.8268)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7224)
	variant  1112/ 3240 = a(2257,2751)    (7947 tests, cond 0)
		n1 false (test_time = 19.949)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8163)
	variant  1113/ 3240 = a(2257,2728)    (7947 tests, cond 0)
		n1 false (test_time = 19.8558)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7703)
	variant  1114/ 3240 = a(2257,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4265)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7365)
	variant  1115/ 3240 = a(2257,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.5711)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0138)
	variant  1116/ 3240 = a(2257,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.2251)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0333)
	variant  1117/ 3240 = a(2257,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.8056)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7964)
	variant  1118/ 3240 = a(2257,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.5137)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7634)
	variant  1119/ 3240 = a(2257,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.2634)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8377)
	variant  1120/ 3240 = a(2257,2257)    (7947 tests, cond 0)
		n1 false (test_time = 19.9061)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.6621)
	variant  1121/ 3240 = a(2257,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.4393)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.6768)
	variant  1122/ 3240 = a(2257,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.661)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1187)
	variant  1123/ 3240 = a(2257,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.4672)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.797)
	variant  1124/ 3240 = a(2257,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.2959)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.5797)
	variant  1125/ 3240 = a(2257,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.2905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.6827)
	variant  1126/ 3240 = a(2257,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.2538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7343)
	variant  1127/ 3240 = a(2257,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.3174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5713)
	variant  1128/ 3240 = a(2257,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.5486)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.6252)
	variant  1129/ 3240 = a(2257,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.3241)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.6299)
	variant  1130/ 3240 = a(2257,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.6433)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8469)
	variant  1131/ 3240 = a(2257,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.6343)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5495)
	variant  1132/ 3240 = a(2257,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.4659)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0858)
	variant  1133/ 3240 = a(2257,2233)    (7947 tests, cond 0)
		n1 true (test_time = 19.8286)
		p3105 true (test_time = 0.241397)
		p3106 true (test_time = 0.240507)
		p3107 true (test_time = 0.239997)
		p3108 true (test_time = 0.24036)
		p3109 true (test_time = 0.240144)
		p3110 true (test_time = 0.508358)
		p3111 true (test_time = 0.243176)
		p3112 true (test_time = 0.262513)
		p3113 true (test_time = 0.261823)
		p3114 true (test_time = 0.240126)
		p3115 true (test_time = 0.243392)
		p3116 true (test_time = 0.238673)
		p3117 true (test_time = 0.240884)
		p3118 true (test_time = 0.241539)
		p3119 true (test_time = 0.24878)
		p3120 true (test_time = 0.242017)
		p3121 true (test_time = 0.238718)
		p3122 true (test_time = 0.276464)
		p3123 true (test_time = 0.244084)
		p3124 true (test_time = 0.240382)
		p3125 true (test_time = 0.245702)
		p3126 true (test_time = 0.249467)
		p3127 true (test_time = 0.249441)
		p3128 true (test_time = 0.244486)
		p3129 true (test_time = 0.245657)
		p3130 true (test_time = 0.249359)
		p3131 true (test_time = 0.244699)
		p3132 true (test_time = 0.251175)
		p3133 true (test_time = 0.249807)
		p3134 true (test_time = 0.271739)
		p3135 true (test_time = 0.25514)
		p3136 true (test_time = 1.46188)
		p3137 true (test_time = 0.252284)
		p3138 true (test_time = 0.258245)
		p3139 true (test_time = 0.246243)
		p3140 true (test_time = 0.267069)
		p3141 true (test_time = 0.248727)
		p3142 true (test_time = 0.253448)
		p3143 true (test_time = 0.242222)
		p3144 true (test_time = 0.243957)
		p3145 true (test_time = 0.243978)
		p3146 true (test_time = 0.24858)
		p3147 true (test_time = 0.248664)
		p3148 true (test_time = 0.243289)
		p3149 true (test_time = 0.246296)
		p3150 true (test_time = 0.241197)
		p3151 true (test_time = 0.264788)
		p3152 true (test_time = 0.244608)
		p3153 true (test_time = 0.248401)
		p3154 true (test_time = 0.243006)
		p3155 true (test_time = 0.258654)
		p3156 true (test_time = 0.2432)
		p3157 true (test_time = 0.260978)
		p3158 true (test_time = 0.239625)
		p3159 true (test_time = 0.242334)
		p3160 true (test_time = 0.246542)
		p3161 true (test_time = 0.258936)
		p3162 true (test_time = 0.243731)
		p3163 true (test_time = 0.241598)
		p3164 true (test_time = 0.243354)
		p3165 true (test_time = 0.23876)
		p3166 true (test_time = 0.241161)
		p3167 true (test_time = 0.24956)
		p3168 true (test_time = 0.241849)
		p3169 true (test_time = 0.242937)
		p3170 true (test_time = 0.242524)
		p3171 true (test_time = 0.240832)
		p3172 true (test_time = 0.239743)
		p3173 true (test_time = 0.242167)
		p3174 true (test_time = 0.243549)
		p3175 true (test_time = 0.239966)
		p3176 true (test_time = 0.240036)
		p3177 true (test_time = 0.238541)
		p3178 true (test_time = 0.240082)
		p3179 true (test_time = 0.248994)
		p3180 true (test_time = 0.250318)
		p3181 true (test_time = 0.272686)
		p3182 true (test_time = 0.244368)
		p3183 true (test_time = 0.269172)
		p3184 true (test_time = 0.238532)
		p3185 true (test_time = 0.241527)
		p3186 true (test_time = 0.244027)
		p3187 true (test_time = 0.257422)
		p3188 true (test_time = 0.241932)
		p3189 true (test_time = 0.239903)
		p3190 true (test_time = 0.240341)
		p3191 true (test_time = 0.241059)
		p3192 true (test_time = 0.239328)
		p3193 true (test_time = 0.241516)
		p3194 true (test_time = 0.256571)
		p3195 true (test_time = 0.25865)
		p3196 true (test_time = 0.248166)
		p3197 true (test_time = 0.24113)
		p3198 true (test_time = 0.243733)
		p3199 true (test_time = 0.239995)
		p3200 true (test_time = 0.240349)
		p3201 true (test_time = 0.24104)
		p3202 true (test_time = 0.24184)
		p3203 true (test_time = 0.23812)
		p3204 true (test_time = 0.241902)
		p3205 true (test_time = 0.25852)
		p3206 true (test_time = 0.239973)
		p3207 true (test_time = 0.242696)
		p3208 true (test_time = 0.238806)
		p3209 true (test_time = 0.241489)
		p3210 true (test_time = 0.257024)
		p3211 true (test_time = 0.239685)
		p3212 true (test_time = 0.247533)
		p3213 true (test_time = 0.240167)
		p3214 true (test_time = 0.242868)
		p3215 true (test_time = 0.239089)
		p3216 true (test_time = 0.243369)
		p3217 true (test_time = 0.237759)
		p3218 true (test_time = 0.24055)
		p3219 true (test_time = 0.24053)
		p3220 true (test_time = 0.239943)
		p3221 true (test_time = 0.260652)
		p3222 true (test_time = 0.239593)
		p3223 true (test_time = 0.241218)
		p3224 true (test_time = 0.256116)
		p3225 true (test_time = 0.241898)
		p3226 true (test_time = 0.241709)
		p3227 true (test_time = 0.239626)
		p3228 true (test_time = 0.241853)
		p3229 true (test_time = 0.240121)
		p3230 true (test_time = 0.266053)
		p3231 true (test_time = 0.238382)
		p3232 true (test_time = 0.241172)
		p3233 true (test_time = 0.241328)
		p3234 true (test_time = 0.240505)
		p3235 true (test_time = 0.283546)
		p3236 true (test_time = 0.239593)
		p3237 true (test_time = 0.246396)
		p3238 true (test_time = 0.242194)
		p3239 true (test_time = 0.245473)
		p3240 true (test_time = 0.242843)
		p3241 true (test_time = 0.244513)
		p3242 false (test_time = 0.25921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2727)
	variant  1134/ 3240 = a(2257,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.3871)
		p3105 false (test_time = 60.3107)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2586)
	variant  1135/ 3240 = a(2257,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.2446)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2942)
	variant  1136/ 3240 = a(2257,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.4762)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1486)
	variant  1137/ 3240 = a(2257,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.2937)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3802)
	variant  1138/ 3240 = a(2257,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.4412)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.4371)
	variant  1139/ 3240 = a(2257,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.3962)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1359)
	variant  1140/ 3240 = a(2257,2223)    (7947 tests, cond 0)
		n1 true (test_time = 21.0414)
		p3105 false (test_time = 0.259056)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2985)
	variant  1141/ 3240 = a(2257,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.3906)
		p3105 false (test_time = 0.259607)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.5387)
	variant  1142/ 3240 = a(2257,2221)    (7947 tests, cond 0)
		n1 true (test_time = 20.3816)
		p3105 false (test_time = 0.263639)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9833)
	variant  1143/ 3240 = a(2257,2220)    (7947 tests, cond 0)
		n1 true (test_time = 20.4336)
		p3105 false (test_time = 0.260461)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0183)
	variant  1144/ 3240 = a(2257,2219)    (7947 tests, cond 0)
		n1 true (test_time = 20.1892)
		p3105 false (test_time = 0.260597)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.019)
	variant  1145/ 3240 = a(2257,2218)    (7947 tests, cond 0)
		n1 true (test_time = 20.297)
		p3105 false (test_time = 0.261469)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0043)
	variant  1146/ 3240 = a(2257,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.3704)
		p3105 false (test_time = 0.260785)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9633)
	variant  1147/ 3240 = a(2257,2214)    (7947 tests, cond 0)
		n1 false (test_time = 21.0093)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.3244)
	variant  1148/ 3240 = a(2257,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.2669)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.7172)
	variant  1149/ 3240 = a(2257,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.4264)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.021)
	variant  1150/ 3240 = a(2257,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.7227)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2015)
	variant  1151/ 3240 = a(2257,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.3916)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.4524)
	variant  1152/ 3240 = a(2257,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.162)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1494)
	variant  1153/ 3240 = a(2257,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.9949)
		p3105 false (test_time = 0.266965)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9921)
	variant  1154/ 3240 = a(2257,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.9046)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.4623)
	variant  1155/ 3240 = a(2257,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.4444)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.133)
	variant  1156/ 3240 = a(2257,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.8389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.6355)
	variant  1157/ 3240 = a(2256,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.7022)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0938)
	variant  1158/ 3240 = a(2256,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.5285)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1451)
	variant  1159/ 3240 = a(2256,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6069)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.198)
	variant  1160/ 3240 = a(2256,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.5027)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9103)
	variant  1161/ 3240 = a(2256,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.6335)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0367)
	variant  1162/ 3240 = a(2256,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.3933)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.361)
	variant  1163/ 3240 = a(2256,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.5152)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9056)
	variant  1164/ 3240 = a(2256,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.6376)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0815)
	variant  1165/ 3240 = a(2256,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.5454)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8973)
	variant  1166/ 3240 = a(2256,2254)    (7947 tests, cond 0)
		n1 false (test_time = 21.1868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0597)
	variant  1167/ 3240 = a(2256,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.481)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8629)
	variant  1168/ 3240 = a(2256,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.6134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0095)
	variant  1169/ 3240 = a(2256,2245)    (7947 tests, cond 0)
		n1 false (test_time = 21.5006)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0987)
	variant  1170/ 3240 = a(2256,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.5313)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0073)
	variant  1171/ 3240 = a(2256,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.563)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8987)
	variant  1172/ 3240 = a(2256,2239)    (7947 tests, cond 0)
		n1 false (test_time = 21.0452)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.8556)
	variant  1173/ 3240 = a(2256,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.3985)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.978)
	variant  1174/ 3240 = a(2256,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.4516)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9113)
	variant  1175/ 3240 = a(2256,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.4903)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7238)
	variant  1176/ 3240 = a(2256,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.3239)
		p3105 true (test_time = 0.261728)
		p3242 false (test_time = 0.273964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1254)
	variant  1177/ 3240 = a(2256,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.6271)
		p3105 false (test_time = 60.3462)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7577)
	variant  1178/ 3240 = a(2256,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.3347)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7864)
	variant  1179/ 3240 = a(2256,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.3536)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8778)
	variant  1180/ 3240 = a(2256,2228)    (7947 tests, cond 0)
		n1 false (test_time = 19.9794)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8163)
	variant  1181/ 3240 = a(2256,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.3936)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5735)
	variant  1182/ 3240 = a(2256,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.0401)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.774)
	variant  1183/ 3240 = a(2256,2223)    (7947 tests, cond 0)
		n1 true (test_time = 19.8821)
		p3105 false (test_time = 0.273355)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1257)
	variant  1184/ 3240 = a(2256,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.2559)
		p3105 false (test_time = 0.275725)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1406)
	variant  1185/ 3240 = a(2256,2221)    (7947 tests, cond 0)
		n1 true (test_time = 20.3528)
		p3105 false (test_time = 0.277842)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.6808)
	variant  1186/ 3240 = a(2256,2220)    (7947 tests, cond 0)
		n1 true (test_time = 21.017)
		p3105 false (test_time = 0.285184)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7636)
	variant  1187/ 3240 = a(2256,2219)    (7947 tests, cond 0)
		n1 true (test_time = 20.3495)
		p3105 false (test_time = 0.277726)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.026)
	variant  1188/ 3240 = a(2256,2218)    (7947 tests, cond 0)
		n1 true (test_time = 20.6643)
		p3105 false (test_time = 0.277593)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5538)
	variant  1189/ 3240 = a(2256,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.5917)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1416)
	variant  1190/ 3240 = a(2256,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.5562)
		p3105 false (test_time = 0.271031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.0727)
	variant  1191/ 3240 = a(2256,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.4164)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1139)
	variant  1192/ 3240 = a(2256,2213)    (7947 tests, cond 0)
		n1 false (test_time = 24.8544)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.668)
	variant  1193/ 3240 = a(2256,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.2071)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5568)
	variant  1194/ 3240 = a(2256,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.3995)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2597)
	variant  1195/ 3240 = a(2256,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.4969)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.4519)
	variant  1196/ 3240 = a(2256,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.6618)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.781)
	variant  1197/ 3240 = a(2256,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.4259)
		p3105 false (test_time = 0.277533)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.6057)
	variant  1198/ 3240 = a(2256,2203)    (7947 tests, cond 0)
		n1 false (test_time = 21.0483)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9204)
	variant  1199/ 3240 = a(2256,2198)    (7947 tests, cond 0)
		n1 false (test_time = 24.2865)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.4224)
	variant  1200/ 3240 = a(2256,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.7404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5604)
	variant  1201/ 3240 = a(2255,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.2443)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.4603)
	variant  1202/ 3240 = a(2255,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.3443)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5414)
	variant  1203/ 3240 = a(2255,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.2621)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.3586)
	variant  1204/ 3240 = a(2255,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.5705)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.6458)
	variant  1205/ 3240 = a(2255,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.49)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5027)
	variant  1206/ 3240 = a(2255,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.4069)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.4876)
	variant  1207/ 3240 = a(2255,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.2556)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7656)
	variant  1208/ 3240 = a(2255,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.3686)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7671)
	variant  1209/ 3240 = a(2255,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.3401)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.271)
	variant  1210/ 3240 = a(2255,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.7169)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.3982)
	variant  1211/ 3240 = a(2255,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.4505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.2896)
	variant  1212/ 3240 = a(2255,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.5579)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7542)
	variant  1213/ 3240 = a(2255,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.6624)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.2556)
	variant  1214/ 3240 = a(2255,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.5215)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5006)
	variant  1215/ 3240 = a(2255,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.3708)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.3124)
	variant  1216/ 3240 = a(2255,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.2667)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.4014)
	variant  1217/ 3240 = a(2255,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.2211)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.2526)
	variant  1218/ 3240 = a(2255,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.323)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.455)
	variant  1219/ 3240 = a(2255,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.3256)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.2484)
	variant  1220/ 3240 = a(2255,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.9089)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1157)
	variant  1221/ 3240 = a(2255,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.3973)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.2831)
	variant  1222/ 3240 = a(2255,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.5727)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.3831)
	variant  1223/ 3240 = a(2255,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.1591)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.1949)
	variant  1224/ 3240 = a(2255,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.3703)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.428)
	variant  1225/ 3240 = a(2255,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.4119)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.2116)
	variant  1226/ 3240 = a(2255,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.4589)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8779)
	variant  1227/ 3240 = a(2255,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.4273)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.621)
	variant  1228/ 3240 = a(2255,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.5568)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.6721)
	variant  1229/ 3240 = a(2255,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.5865)
		p3105 true (test_time = 0.261051)
		p3242 false (test_time = 0.281827)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.3167)
	variant  1230/ 3240 = a(2255,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.5342)
		p3105 false (test_time = 60.3297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.1387)
	variant  1231/ 3240 = a(2255,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.6347)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8003)
	variant  1232/ 3240 = a(2255,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.8019)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8027)
	variant  1233/ 3240 = a(2255,2228)    (7947 tests, cond 0)
		n1 false (test_time = 23.8787)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.4414)
	variant  1234/ 3240 = a(2255,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.1123)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.0211)
	variant  1235/ 3240 = a(2255,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.4554)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.2938)
	variant  1236/ 3240 = a(2255,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.2386)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.0427)
	variant  1237/ 3240 = a(2255,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.7317)
		p3105 false (test_time = 0.283333)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.1943)
	variant  1238/ 3240 = a(2255,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.7325)
		p3105 false (test_time = 0.27883)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.2666)
	variant  1239/ 3240 = a(2255,2221)    (7947 tests, cond 0)
		n1 true (test_time = 20.769)
		p3105 false (test_time = 0.282018)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.0208)
	variant  1240/ 3240 = a(2255,2220)    (7947 tests, cond 0)
		n1 true (test_time = 20.636)
		p3105 false (test_time = 0.286962)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.403)
	variant  1241/ 3240 = a(2255,2219)    (7947 tests, cond 0)
		n1 true (test_time = 20.5381)
		p3105 false (test_time = 0.284274)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.1445)
	variant  1242/ 3240 = a(2255,2218)    (7947 tests, cond 0)
		n1 true (test_time = 20.4955)
		p3105 false (test_time = 0.282942)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.3223)
	variant  1243/ 3240 = a(2255,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.4453)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.1657)
	variant  1244/ 3240 = a(2255,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.582)
		p3105 false (test_time = 0.279057)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.1012)
	variant  1245/ 3240 = a(2255,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.5314)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.2462)
	variant  1246/ 3240 = a(2255,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.6683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 22.1894)
	variant  1247/ 3240 = a(2255,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.5786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9426)
	variant  1248/ 3240 = a(2255,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.4407)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.4293)
	variant  1249/ 3240 = a(2255,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.6206)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.2122)
	variant  1250/ 3240 = a(2255,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.5056)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.113)
	variant  1251/ 3240 = a(2255,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.822)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.0504)
	variant  1252/ 3240 = a(2255,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.4417)
		p3105 false (test_time = 0.287651)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.1871)
	variant  1253/ 3240 = a(2255,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.496)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9732)
	variant  1254/ 3240 = a(2255,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.8129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.6485)
	variant  1255/ 3240 = a(2255,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.4621)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5392)
	variant  1256/ 3240 = a(2255,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.4015)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.0315)
	variant  1257/ 3240 = a(2254,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.4659)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.0191)
	variant  1258/ 3240 = a(2254,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.5836)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.4129)
	variant  1259/ 3240 = a(2254,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.0389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9468)
	variant  1260/ 3240 = a(2254,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.5766)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9631)
	variant  1261/ 3240 = a(2254,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.5546)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.8609)
	variant  1262/ 3240 = a(2254,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.3348)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.8716)
	variant  1263/ 3240 = a(2254,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.4217)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9209)
	variant  1264/ 3240 = a(2254,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.7013)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9289)
	variant  1265/ 3240 = a(2254,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.4307)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.7455)
	variant  1266/ 3240 = a(2254,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.9382)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9086)
	variant  1267/ 3240 = a(2254,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.3939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.8835)
	variant  1268/ 3240 = a(2254,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.1921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9711)
	variant  1269/ 3240 = a(2254,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.5634)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9476)
	variant  1270/ 3240 = a(2254,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.2852)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.2542)
	variant  1271/ 3240 = a(2254,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.3083)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9124)
	variant  1272/ 3240 = a(2254,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.2435)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.0541)
	variant  1273/ 3240 = a(2254,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.1506)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.9983)
	variant  1274/ 3240 = a(2254,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.257)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.7976)
	variant  1275/ 3240 = a(2254,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.2308)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.7181)
	variant  1276/ 3240 = a(2254,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.2477)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.5954)
	variant  1277/ 3240 = a(2254,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.3363)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.835)
	variant  1278/ 3240 = a(2254,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.0706)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.765)
	variant  1279/ 3240 = a(2254,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.3285)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.5698)
	variant  1280/ 3240 = a(2254,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.6892)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.7847)
	variant  1281/ 3240 = a(2254,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.2635)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.8999)
	variant  1282/ 3240 = a(2254,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.352)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.8025)
	variant  1283/ 3240 = a(2254,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.8817)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.6696)
	variant  1284/ 3240 = a(2254,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.5013)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.6141)
	variant  1285/ 3240 = a(2254,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.3143)
		p3105 true (test_time = 0.283329)
		p3242 false (test_time = 0.299592)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9494)
	variant  1286/ 3240 = a(2254,2231)    (7947 tests, cond 0)
		n1 true (test_time = 19.963)
		p3105 true (test_time = 0.284266)
		p3242 false (test_time = 0.320607)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.5245)
	variant  1287/ 3240 = a(2254,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.375)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.6906)
	variant  1288/ 3240 = a(2254,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.1114)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.0056)
	variant  1289/ 3240 = a(2254,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.2345)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9752)
	variant  1290/ 3240 = a(2254,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.6101)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.6372)
	variant  1291/ 3240 = a(2254,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.2237)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.2803)
	variant  1292/ 3240 = a(2254,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.2477)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.5698)
	variant  1293/ 3240 = a(2254,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.5604)
		p3242 false (test_time = 0.320538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.5329)
	variant  1294/ 3240 = a(2254,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.2195)
		p3242 false (test_time = 0.315158)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.6439)
	variant  1295/ 3240 = a(2254,2221)    (7947 tests, cond 0)
		n1 true (test_time = 20.1697)
		p3242 false (test_time = 0.301468)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.4923)
	variant  1296/ 3240 = a(2254,2220)    (7947 tests, cond 0)
		n1 true (test_time = 20.141)
		p3242 false (test_time = 0.294782)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5961)
	variant  1297/ 3240 = a(2254,2219)    (7947 tests, cond 0)
		n1 true (test_time = 20.1536)
		p3242 false (test_time = 0.30132)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.4302)
	variant  1298/ 3240 = a(2254,2218)    (7947 tests, cond 0)
		n1 true (test_time = 20.4074)
		p3242 false (test_time = 0.294718)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.6173)
	variant  1299/ 3240 = a(2254,2217)    (7947 tests, cond 0)
		n1 true (test_time = 19.6504)
		p3242 false (test_time = 0.316799)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.347)
	variant  1300/ 3240 = a(2254,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.2953)
		p3242 false (test_time = 0.307556)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.9054)
	variant  1301/ 3240 = a(2254,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.1287)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.5196)
	variant  1302/ 3240 = a(2254,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.2394)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.4295)
	variant  1303/ 3240 = a(2254,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.1108)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.3599)
	variant  1304/ 3240 = a(2254,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.2829)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.6092)
	variant  1305/ 3240 = a(2254,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.3473)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.3893)
	variant  1306/ 3240 = a(2254,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.5789)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.3659)
	variant  1307/ 3240 = a(2254,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.25)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.3906)
	variant  1308/ 3240 = a(2254,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.3262)
		p3242 true (test_time = 0.340139)
		p3105 false (test_time = 0.299126)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.2604)
	variant  1309/ 3240 = a(2254,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.3331)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.7754)
	variant  1310/ 3240 = a(2254,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.1174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.3895)
	variant  1311/ 3240 = a(2254,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.3017)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.2765)
	variant  1312/ 3240 = a(2254,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.3069)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.3097)
	variant  1313/ 3240 = a(2253,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.0838)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.3677)
	variant  1314/ 3240 = a(2253,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.2874)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.5843)
	variant  1315/ 3240 = a(2253,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.2266)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.5476)
	variant  1316/ 3240 = a(2253,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.3008)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.3346)
	variant  1317/ 3240 = a(2253,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.1316)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.4071)
	variant  1318/ 3240 = a(2253,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.2779)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.2915)
	variant  1319/ 3240 = a(2253,2265)    (7947 tests, cond 0)
		n1 false (test_time = 21.7423)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.3133)
	variant  1320/ 3240 = a(2253,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.0235)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.7214)
	variant  1321/ 3240 = a(2253,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.0635)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.4086)
	variant  1322/ 3240 = a(2253,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.5049)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.4056)
	variant  1323/ 3240 = a(2253,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.3143)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.7135)
	variant  1324/ 3240 = a(2253,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.3782)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.2211)
	variant  1325/ 3240 = a(2253,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.3589)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.4389)
	variant  1326/ 3240 = a(2253,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.0653)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.0593)
	variant  1327/ 3240 = a(2253,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.4923)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.2)
	variant  1328/ 3240 = a(2253,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.2286)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.0624)
	variant  1329/ 3240 = a(2253,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.3537)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.4111)
	variant  1330/ 3240 = a(2253,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.4381)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.0944)
	variant  1331/ 3240 = a(2253,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.6687)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.985)
	variant  1332/ 3240 = a(2253,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.292)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.5234)
	variant  1333/ 3240 = a(2253,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.2998)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.6772)
	variant  1334/ 3240 = a(2253,2245)    (7947 tests, cond 0)
		n1 false (test_time = 21.0889)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.5118)
	variant  1335/ 3240 = a(2253,2242)    (7947 tests, cond 0)
		n1 false (test_time = 21.6742)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.4489)
	variant  1336/ 3240 = a(2253,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.6326)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.1408)
	variant  1337/ 3240 = a(2253,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.386)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.5938)
	variant  1338/ 3240 = a(2253,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.8139)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.4019)
	variant  1339/ 3240 = a(2253,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.303)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.0673)
	variant  1340/ 3240 = a(2253,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.443)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8961)
	variant  1341/ 3240 = a(2253,2233)    (7947 tests, cond 0)
		n1 false (test_time = 80.491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.9338)
	variant  1342/ 3240 = a(2253,2231)    (7947 tests, cond 0)
		n1 false (test_time = 80.36)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.229)
	variant  1343/ 3240 = a(2253,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.5069)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.8999)
	variant  1344/ 3240 = a(2253,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.5828)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8673)
	variant  1345/ 3240 = a(2253,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.5293)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.9126)
	variant  1346/ 3240 = a(2253,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.4499)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.9131)
	variant  1347/ 3240 = a(2253,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.3496)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.1918)
	variant  1348/ 3240 = a(2253,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.467)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.8414)
	variant  1349/ 3240 = a(2253,2223)    (7947 tests, cond 0)
		n1 false (test_time = 80.2494)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.8786)
	variant  1350/ 3240 = a(2253,2222)    (7947 tests, cond 0)
		n1 false (test_time = 80.343)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8414)
	variant  1351/ 3240 = a(2253,2221)    (7947 tests, cond 0)
		n1 false (test_time = 20.527)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.0099)
	variant  1352/ 3240 = a(2253,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.313)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.9558)
	variant  1353/ 3240 = a(2253,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.204)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8089)
	variant  1354/ 3240 = a(2253,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.4806)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8539)
	variant  1355/ 3240 = a(2253,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.5)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.4138)
	variant  1356/ 3240 = a(2253,2215)    (7947 tests, cond 0)
		n1 false (test_time = 80.1926)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.0951)
	variant  1357/ 3240 = a(2253,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.3987)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8442)
	variant  1358/ 3240 = a(2253,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.3494)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8028)
	variant  1359/ 3240 = a(2253,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.3058)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.0783)
	variant  1360/ 3240 = a(2253,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.7206)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.9865)
	variant  1361/ 3240 = a(2253,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.2965)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8249)
	variant  1362/ 3240 = a(2253,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.5342)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8292)
	variant  1363/ 3240 = a(2253,2207)    (7947 tests, cond 0)
		n1 false (test_time = 21.0125)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8839)
	variant  1364/ 3240 = a(2253,2204)    (7947 tests, cond 0)
		n1 false (test_time = 80.4057)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8525)
	variant  1365/ 3240 = a(2253,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.2717)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.0679)
	variant  1366/ 3240 = a(2253,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.3839)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.734)
	variant  1367/ 3240 = a(2253,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.3044)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.8364)
	variant  1368/ 3240 = a(2253,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.6275)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8052)
	variant  1369/ 3240 = a(2252,2751)    (7947 tests, cond 0)
		n1 false (test_time = 22.4523)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.6351)
	variant  1370/ 3240 = a(2252,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.3122)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.6621)
	variant  1371/ 3240 = a(2252,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.2915)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.6059)
	variant  1372/ 3240 = a(2252,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.4824)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.6078)
	variant  1373/ 3240 = a(2252,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.3197)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.704)
	variant  1374/ 3240 = a(2252,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.625)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.5124)
	variant  1375/ 3240 = a(2252,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.3939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.9875)
	variant  1376/ 3240 = a(2252,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.4501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.5893)
	variant  1377/ 3240 = a(2252,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.2608)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.3242)
	variant  1378/ 3240 = a(2252,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.4665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.5497)
	variant  1379/ 3240 = a(2252,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.5172)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.87)
	variant  1380/ 3240 = a(2252,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.2666)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.4878)
	variant  1381/ 3240 = a(2252,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.4855)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.5451)
	variant  1382/ 3240 = a(2252,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.5136)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.466)
	variant  1383/ 3240 = a(2252,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.3414)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.0349)
	variant  1384/ 3240 = a(2252,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.3183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.6939)
	variant  1385/ 3240 = a(2252,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.3095)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.4288)
	variant  1386/ 3240 = a(2252,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.3144)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.8434)
	variant  1387/ 3240 = a(2252,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.184)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.401)
	variant  1388/ 3240 = a(2252,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.4163)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.6165)
	variant  1389/ 3240 = a(2252,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.2962)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.4528)
	variant  1390/ 3240 = a(2252,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.5365)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.395)
	variant  1391/ 3240 = a(2252,2242)    (7947 tests, cond 0)
		n1 false (test_time = 21.0421)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.3518)
	variant  1392/ 3240 = a(2252,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.3665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.3187)
	variant  1393/ 3240 = a(2252,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.4988)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.3899)
	variant  1394/ 3240 = a(2252,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.435)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.2836)
	variant  1395/ 3240 = a(2252,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.2283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.6418)
	variant  1396/ 3240 = a(2252,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.3417)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.4789)
	variant  1397/ 3240 = a(2252,2233)    (7947 tests, cond 0)
		n1 false (test_time = 81.1767)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.6261)
	variant  1398/ 3240 = a(2252,2231)    (7947 tests, cond 0)
		n1 false (test_time = 80.2778)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.3244)
	variant  1399/ 3240 = a(2252,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.395)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.3256)
	variant  1400/ 3240 = a(2252,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.6993)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.4371)
	variant  1401/ 3240 = a(2252,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.454)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.3682)
	variant  1402/ 3240 = a(2252,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.2827)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.2142)
	variant  1403/ 3240 = a(2252,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.662)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.2785)
	variant  1404/ 3240 = a(2252,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.2943)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.2717)
	variant  1405/ 3240 = a(2252,2223)    (7947 tests, cond 0)
		n1 false (test_time = 80.7703)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1577)
	variant  1406/ 3240 = a(2252,2222)    (7947 tests, cond 0)
		n1 false (test_time = 80.5982)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1276)
	variant  1407/ 3240 = a(2252,2221)    (7947 tests, cond 0)
		n1 false (test_time = 21.0736)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1583)
	variant  1408/ 3240 = a(2252,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.3755)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 20.0344)
	variant  1409/ 3240 = a(2252,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.6421)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1286)
	variant  1410/ 3240 = a(2252,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.4114)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.3832)
	variant  1411/ 3240 = a(2252,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.2712)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.056)
	variant  1412/ 3240 = a(2252,2215)    (7947 tests, cond 0)
		n1 false (test_time = 80.5471)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1033)
	variant  1413/ 3240 = a(2252,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.4508)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.2222)
	variant  1414/ 3240 = a(2252,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.6798)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.448)
	variant  1415/ 3240 = a(2252,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.7973)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.053)
	variant  1416/ 3240 = a(2252,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.1921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.2766)
	variant  1417/ 3240 = a(2252,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.4452)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.258)
	variant  1418/ 3240 = a(2252,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.2509)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.6834)
	variant  1419/ 3240 = a(2252,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.2755)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1967)
	variant  1420/ 3240 = a(2252,2204)    (7947 tests, cond 0)
		n1 false (test_time = 80.5035)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1466)
	variant  1421/ 3240 = a(2252,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.7868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.3719)
	variant  1422/ 3240 = a(2252,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.5029)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.9564)
	variant  1423/ 3240 = a(2252,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.3745)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.0509)
	variant  1424/ 3240 = a(2252,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.5994)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.0196)
	variant  1425/ 3240 = a(2251,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.2416)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.0773)
	variant  1426/ 3240 = a(2251,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.8987)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.4664)
	variant  1427/ 3240 = a(2251,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5203)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.0057)
	variant  1428/ 3240 = a(2251,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.192)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.988)
	variant  1429/ 3240 = a(2251,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.5093)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1084)
	variant  1430/ 3240 = a(2251,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.5429)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.3134)
	variant  1431/ 3240 = a(2251,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.3605)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.0772)
	variant  1432/ 3240 = a(2251,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.4201)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1357)
	variant  1433/ 3240 = a(2251,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.9456)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.9387)
	variant  1434/ 3240 = a(2251,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.3418)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.4277)
	variant  1435/ 3240 = a(2251,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.5183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.9913)
	variant  1436/ 3240 = a(2251,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.5408)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1457)
	variant  1437/ 3240 = a(2251,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.6097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.9745)
	variant  1438/ 3240 = a(2251,2233)    (7947 tests, cond 0)
		n1 false (test_time = 20.3112)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.8532)
	variant  1439/ 3240 = a(2251,2231)    (7947 tests, cond 0)
		n1 false (test_time = 80.5618)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.8697)
	variant  1440/ 3240 = a(2251,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.662)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1344)
	variant  1441/ 3240 = a(2251,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.883)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.951)
	variant  1442/ 3240 = a(2251,2228)    (7947 tests, cond 0)
		n1 false (test_time = 21.1918)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.9486)
	variant  1443/ 3240 = a(2251,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.6977)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1455)
	variant  1444/ 3240 = a(2251,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.2982)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.9748)
	variant  1445/ 3240 = a(2251,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.6306)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.7643)
	variant  1446/ 3240 = a(2251,2223)    (7947 tests, cond 0)
		n1 false (test_time = 80.2857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.1481)
	variant  1447/ 3240 = a(2251,2222)    (7947 tests, cond 0)
		n1 false (test_time = 80.8142)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.8223)
	variant  1448/ 3240 = a(2251,2221)    (7947 tests, cond 0)
		n1 false (test_time = 20.9429)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.815)
	variant  1449/ 3240 = a(2251,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.2804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.9509)
	variant  1450/ 3240 = a(2251,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.3307)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.8327)
	variant  1451/ 3240 = a(2251,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.3947)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.7966)
	variant  1452/ 3240 = a(2251,2215)    (7947 tests, cond 0)
		n1 false (test_time = 80.3862)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.6602)
	variant  1453/ 3240 = a(2251,2214)    (7947 tests, cond 0)
		n1 false (test_time = 21.0371)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.803)
	variant  1454/ 3240 = a(2251,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.7737)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.7675)
	variant  1455/ 3240 = a(2251,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.6021)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.8709)
	variant  1456/ 3240 = a(2251,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.3066)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.869)
	variant  1457/ 3240 = a(2251,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.4857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.5393)
	variant  1458/ 3240 = a(2251,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.4481)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5977)
	variant  1459/ 3240 = a(2251,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.5003)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.6662)
	variant  1460/ 3240 = a(2251,2204)    (7947 tests, cond 0)
		n1 false (test_time = 20.4188)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.6343)
	variant  1461/ 3240 = a(2251,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.3843)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.7083)
	variant  1462/ 3240 = a(2250,2751)    (7947 tests, cond 0)
		n1 false (test_time = 0.491787)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.2021)
	variant  1463/ 3240 = a(2250,2728)    (7947 tests, cond 0)
		n1 false (test_time = 0.436924)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.7702)
	variant  1464/ 3240 = a(2250,2352)    (7947 tests, cond 0)
		n1 false (test_time = 0.429028)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5034)
	variant  1465/ 3240 = a(2250,2259)    (7947 tests, cond 0)
		n1 false (test_time = 0.429201)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.7188)
	variant  1466/ 3240 = a(2250,2256)    (7947 tests, cond 0)
		n1 false (test_time = 0.477828)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5291)
	variant  1467/ 3240 = a(2250,2254)    (7947 tests, cond 0)
		n1 false (test_time = 0.45286)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5598)
	variant  1468/ 3240 = a(2250,2251)    (7947 tests, cond 0)
		n1 false (test_time = 0.427815)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.7186)
	variant  1469/ 3240 = a(2250,2250)    (7947 tests, cond 0)
		n1 false (test_time = 0.453451)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5567)
	variant  1470/ 3240 = a(2250,2245)    (7947 tests, cond 0)
		n1 false (test_time = 0.52912)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5353)
	variant  1471/ 3240 = a(2250,2241)    (7947 tests, cond 0)
		n1 false (test_time = 0.424999)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.8161)
	variant  1472/ 3240 = a(2250,2239)    (7947 tests, cond 0)
		n1 false (test_time = 0.433857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.7288)
	variant  1473/ 3240 = a(2250,2238)    (7947 tests, cond 0)
		n1 false (test_time = 0.4574)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.4743)
	variant  1474/ 3240 = a(2250,2237)    (7947 tests, cond 0)
		n1 false (test_time = 0.498459)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.6063)
	variant  1475/ 3240 = a(2250,2235)    (7947 tests, cond 0)
		n1 false (test_time = 0.437001)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5006)
	variant  1476/ 3240 = a(2250,2233)    (7947 tests, cond 0)
		n1 false (test_time = 0.443542)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.7307)
	variant  1477/ 3240 = a(2250,2231)    (7947 tests, cond 0)
		n1 false (test_time = 0.554841)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 19.0823)
	variant  1478/ 3240 = a(2250,2230)    (7947 tests, cond 0)
		n1 false (test_time = 0.42356)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.7267)
	variant  1479/ 3240 = a(2250,2229)    (7947 tests, cond 0)
		n1 false (test_time = 0.457013)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.3808)
	variant  1480/ 3240 = a(2250,2228)    (7947 tests, cond 0)
		n1 false (test_time = 0.504292)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.8688)
	variant  1481/ 3240 = a(2250,2227)    (7947 tests, cond 0)
		n1 false (test_time = 0.508179)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.9073)
	variant  1482/ 3240 = a(2250,2223)    (7947 tests, cond 0)
		n1 false (test_time = 0.452737)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.3481)
	variant  1483/ 3240 = a(2250,2222)    (7947 tests, cond 0)
		n1 false (test_time = 0.497876)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.4828)
	variant  1484/ 3240 = a(2250,2221)    (7947 tests, cond 0)
		n1 false (test_time = 0.417638)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5008)
	variant  1485/ 3240 = a(2250,2220)    (7947 tests, cond 0)
		n1 false (test_time = 0.439959)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.2562)
	variant  1486/ 3240 = a(2250,2219)    (7947 tests, cond 0)
		n1 false (test_time = 0.492507)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.4529)
	variant  1487/ 3240 = a(2250,2218)    (7947 tests, cond 0)
		n1 false (test_time = 0.433391)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.489)
	variant  1488/ 3240 = a(2250,2215)    (7947 tests, cond 0)
		n1 false (test_time = 0.446999)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.2003)
	variant  1489/ 3240 = a(2250,2214)    (7947 tests, cond 0)
		n1 false (test_time = 0.493045)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.3516)
	variant  1490/ 3240 = a(2250,2213)    (7947 tests, cond 0)
		n1 false (test_time = 0.414268)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5138)
	variant  1491/ 3240 = a(2250,2212)    (7947 tests, cond 0)
		n1 false (test_time = 0.441016)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1901)
	variant  1492/ 3240 = a(2250,2211)    (7947 tests, cond 0)
		n1 false (test_time = 0.502682)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.6045)
	variant  1493/ 3240 = a(2250,2209)    (7947 tests, cond 0)
		n1 false (test_time = 0.414863)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.4179)
	variant  1494/ 3240 = a(2250,2207)    (7947 tests, cond 0)
		n1 false (test_time = 0.438287)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.3879)
	variant  1495/ 3240 = a(2250,2204)    (7947 tests, cond 0)
		n1 false (test_time = 0.624295)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5355)
	variant  1496/ 3240 = a(2250,2203)    (7947 tests, cond 0)
		n1 false (test_time = 0.420958)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.4249)
	variant  1497/ 3240 = a(2243,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.1801)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1486)
	variant  1498/ 3240 = a(2243,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.593)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.3668)
	variant  1499/ 3240 = a(2243,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.2889)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.6423)
	variant  1500/ 3240 = a(2243,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.9561)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1519)
	variant  1501/ 3240 = a(2243,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.4187)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1373)
	variant  1502/ 3240 = a(2243,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.5129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.4997)
	variant  1503/ 3240 = a(2243,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.4313)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.4423)
	variant  1504/ 3240 = a(2243,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.7053)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1671)
	variant  1505/ 3240 = a(2243,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.3616)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1946)
	variant  1506/ 3240 = a(2243,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.3821)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.2255)
	variant  1507/ 3240 = a(2243,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.7379)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1883)
	variant  1508/ 3240 = a(2243,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.2371)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1707)
	variant  1509/ 3240 = a(2243,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.493)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.0712)
	variant  1510/ 3240 = a(2243,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.4344)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.0946)
	variant  1511/ 3240 = a(2243,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.5282)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.2753)
	variant  1512/ 3240 = a(2243,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.7721)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1788)
	variant  1513/ 3240 = a(2243,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.7853)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.4365)
	variant  1514/ 3240 = a(2243,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.4974)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.0623)
	variant  1515/ 3240 = a(2243,2248)    (7947 tests, cond 0)
		n1 false (test_time = 22.6984)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.2466)
	variant  1516/ 3240 = a(2243,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.4939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1062)
	variant  1517/ 3240 = a(2243,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.4365)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.0177)
	variant  1518/ 3240 = a(2243,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.4642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.0119)
	variant  1519/ 3240 = a(2243,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.2765)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5587)
	variant  1520/ 3240 = a(2243,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.6026)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.9758)
	variant  1521/ 3240 = a(2243,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.5508)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.0072)
	variant  1522/ 3240 = a(2243,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.4418)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.8999)
	variant  1523/ 3240 = a(2243,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.3698)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.0094)
	variant  1524/ 3240 = a(2243,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.5417)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.8861)
	variant  1525/ 3240 = a(2243,2233)    (7947 tests, cond 0)
		n1 false (test_time = 20.4384)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1813)
	variant  1526/ 3240 = a(2243,2231)    (7947 tests, cond 0)
		n1 false (test_time = 20.3107)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.2392)
	variant  1527/ 3240 = a(2243,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.6199)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1694)
	variant  1528/ 3240 = a(2243,2229)    (7947 tests, cond 0)
		n1 false (test_time = 21.0167)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.8812)
	variant  1529/ 3240 = a(2243,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.4105)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.8849)
	variant  1530/ 3240 = a(2243,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.5743)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.9994)
	variant  1531/ 3240 = a(2243,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.5156)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.011)
	variant  1532/ 3240 = a(2243,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.3156)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.9701)
	variant  1533/ 3240 = a(2243,2223)    (7947 tests, cond 0)
		n1 false (test_time = 20.4072)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.9405)
	variant  1534/ 3240 = a(2243,2222)    (7947 tests, cond 0)
		n1 false (test_time = 20.5769)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.1842)
	variant  1535/ 3240 = a(2243,2221)    (7947 tests, cond 0)
		n1 false (test_time = 20.731)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.8719)
	variant  1536/ 3240 = a(2243,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.5579)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7562)
	variant  1537/ 3240 = a(2243,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.6197)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.866)
	variant  1538/ 3240 = a(2243,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.4153)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.9053)
	variant  1539/ 3240 = a(2243,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.3237)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7736)
	variant  1540/ 3240 = a(2243,2215)    (7947 tests, cond 0)
		n1 false (test_time = 21.1553)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.8037)
	variant  1541/ 3240 = a(2243,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.5244)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7926)
	variant  1542/ 3240 = a(2243,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.3341)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.999)
	variant  1543/ 3240 = a(2243,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.4962)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7484)
	variant  1544/ 3240 = a(2243,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.5212)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7363)
	variant  1545/ 3240 = a(2243,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.4051)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.8056)
	variant  1546/ 3240 = a(2243,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.9786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.4725)
	variant  1547/ 3240 = a(2243,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.6295)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.8428)
	variant  1548/ 3240 = a(2243,2204)    (7947 tests, cond 0)
		n1 false (test_time = 20.467)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.5838)
	variant  1549/ 3240 = a(2243,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.515)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6971)
	variant  1550/ 3240 = a(2243,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.3801)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.0865)
	variant  1551/ 3240 = a(2243,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.5713)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6527)
	variant  1552/ 3240 = a(2243,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.9323)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7687)
	variant  1553/ 3240 = a(2240,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.5242)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.2864)
	variant  1554/ 3240 = a(2240,2728)    (7947 tests, cond 0)
		n1 false (test_time = 21.0506)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6168)
	variant  1555/ 3240 = a(2240,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5275)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.5481)
	variant  1556/ 3240 = a(2240,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.3407)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7415)
	variant  1557/ 3240 = a(2240,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.4963)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6472)
	variant  1558/ 3240 = a(2240,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.8073)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6076)
	variant  1559/ 3240 = a(2240,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.3107)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7447)
	variant  1560/ 3240 = a(2240,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.5907)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.9318)
	variant  1561/ 3240 = a(2240,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.3184)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6809)
	variant  1562/ 3240 = a(2240,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.5126)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.5053)
	variant  1563/ 3240 = a(2240,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.5081)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7418)
	variant  1564/ 3240 = a(2240,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.4728)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.0592)
	variant  1565/ 3240 = a(2240,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.6177)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.4408)
	variant  1566/ 3240 = a(2240,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.6113)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.4955)
	variant  1567/ 3240 = a(2240,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.3278)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.61)
	variant  1568/ 3240 = a(2240,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.6543)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.4639)
	variant  1569/ 3240 = a(2240,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.3357)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.0924)
	variant  1570/ 3240 = a(2240,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.5276)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7328)
	variant  1571/ 3240 = a(2240,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.4354)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.3816)
	variant  1572/ 3240 = a(2240,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.7063)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.4481)
	variant  1573/ 3240 = a(2240,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.3881)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7916)
	variant  1574/ 3240 = a(2240,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.5914)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.4606)
	variant  1575/ 3240 = a(2240,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.3059)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.7995)
	variant  1576/ 3240 = a(2240,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.5435)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6977)
	variant  1577/ 3240 = a(2240,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.7502)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6805)
	variant  1578/ 3240 = a(2240,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.4854)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.4973)
	variant  1579/ 3240 = a(2240,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.8348)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.3224)
	variant  1580/ 3240 = a(2240,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.5075)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6373)
	variant  1581/ 3240 = a(2240,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.4879)
		p3242 false (test_time = 0.27084)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6379)
	variant  1582/ 3240 = a(2240,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.2816)
		p3242 false (test_time = 60.3233)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.3558)
	variant  1583/ 3240 = a(2240,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.731)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.4869)
	variant  1584/ 3240 = a(2240,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.4353)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.8424)
	variant  1585/ 3240 = a(2240,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.716)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.3016)
	variant  1586/ 3240 = a(2240,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.3992)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6306)
	variant  1587/ 3240 = a(2240,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.6377)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.2004)
	variant  1588/ 3240 = a(2240,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.4975)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.5328)
	variant  1589/ 3240 = a(2240,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.4359)
		p3242 false (test_time = 0.290251)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.3031)
	variant  1590/ 3240 = a(2240,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.238)
		p3242 false (test_time = 0.29275)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.2367)
	variant  1591/ 3240 = a(2240,2221)    (7947 tests, cond 0)
		n1 true (test_time = 20.5828)
		p3242 false (test_time = 0.28366)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6636)
	variant  1592/ 3240 = a(2240,2220)    (7947 tests, cond 0)
		n1 true (test_time = 20.3411)
		p3242 false (test_time = 0.269766)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.2801)
	variant  1593/ 3240 = a(2240,2219)    (7947 tests, cond 0)
		n1 true (test_time = 20.2829)
		p3242 false (test_time = 0.27102)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.0322)
	variant  1594/ 3240 = a(2240,2218)    (7947 tests, cond 0)
		n1 true (test_time = 20.9727)
		p3242 false (test_time = 0.274596)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.6642)
	variant  1595/ 3240 = a(2240,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.4222)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.2731)
	variant  1596/ 3240 = a(2240,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.1784)
		p3242 false (test_time = 0.279452)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.2291)
	variant  1597/ 3240 = a(2240,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.567)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.3053)
	variant  1598/ 3240 = a(2240,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.8071)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.5987)
	variant  1599/ 3240 = a(2240,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.6804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.4172)
	variant  1600/ 3240 = a(2240,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.5241)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.3709)
	variant  1601/ 3240 = a(2240,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.4174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.1991)
	variant  1602/ 3240 = a(2240,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.5848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.1461)
	variant  1603/ 3240 = a(2240,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.5338)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.5556)
	variant  1604/ 3240 = a(2240,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.532)
		p3242 true (test_time = 0.259338)
		p3105 false (test_time = 0.273845)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.341)
	variant  1605/ 3240 = a(2240,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.3465)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.2873)
	variant  1606/ 3240 = a(2240,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.2921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.1023)
	variant  1607/ 3240 = a(2240,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.4107)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.2656)
	variant  1608/ 3240 = a(2240,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.5195)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.151)
	variant  1609/ 3240 = a(2235,2751)    (7947 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001568/ext/standard/html.c  a(2235,2751)  fails to compile
 false (test_time = 1.23261)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.0091)
	variant  1610/ 3240 = a(2235,2728)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001569/ext/standard/html.c  a(2235,2728)  fails to compile
 false (test_time = 1.34032)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.0819)
	variant  1611/ 3240 = a(2235,2352)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001570/ext/standard/html.c  a(2235,2352)  fails to compile
 false (test_time = 1.2253)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.0664)
	variant  1612/ 3240 = a(2235,2269)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001571/ext/standard/html.c  a(2235,2269)  fails to compile
 false (test_time = 1.21094)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.117)
	variant  1613/ 3240 = a(2235,2268)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001572/ext/standard/html.c  a(2235,2268)  fails to compile
 false (test_time = 1.26899)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.0944)
	variant  1614/ 3240 = a(2235,2266)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001573/ext/standard/html.c  a(2235,2266)  fails to compile
 false (test_time = 1.22431)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.0529)
	variant  1615/ 3240 = a(2235,2265)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001574/ext/standard/html.c  a(2235,2265)  fails to compile
 false (test_time = 1.26919)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.028)
	variant  1616/ 3240 = a(2235,2264)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001575/ext/standard/html.c  a(2235,2264)  fails to compile
 false (test_time = 1.22867)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9886)
	variant  1617/ 3240 = a(2235,2260)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001576/ext/standard/html.c  a(2235,2260)  fails to compile
 false (test_time = 1.23591)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.0063)
	variant  1618/ 3240 = a(2235,2259)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001577/ext/standard/html.c  a(2235,2259)  fails to compile
 false (test_time = 1.27522)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.0677)
	variant  1619/ 3240 = a(2235,2258)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001578/ext/standard/html.c  a(2235,2258)  fails to compile
 false (test_time = 1.22738)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9074)
	variant  1620/ 3240 = a(2235,2257)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001579/ext/standard/html.c  a(2235,2257)  fails to compile
 false (test_time = 1.26678)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 17.0746)
	variant  1621/ 3240 = a(2235,2256)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001580/ext/standard/html.c  a(2235,2256)  fails to compile
 false (test_time = 1.25656)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8766)
	variant  1622/ 3240 = a(2235,2254)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001581/ext/standard/html.c  a(2235,2254)  fails to compile
 false (test_time = 1.24752)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9812)
	variant  1623/ 3240 = a(2235,2252)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001582/ext/standard/html.c  a(2235,2252)  fails to compile
 false (test_time = 1.2697)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9458)
	variant  1624/ 3240 = a(2235,2251)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001583/ext/standard/html.c  a(2235,2251)  fails to compile
 false (test_time = 1.36521)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9394)
	variant  1625/ 3240 = a(2235,2250)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001584/ext/standard/html.c  a(2235,2250)  fails to compile
 false (test_time = 1.25659)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9098)
	variant  1626/ 3240 = a(2235,2249)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001585/ext/standard/html.c  a(2235,2249)  fails to compile
 false (test_time = 1.23556)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8478)
	variant  1627/ 3240 = a(2235,2248)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001586/ext/standard/html.c  a(2235,2248)  fails to compile
 false (test_time = 1.31588)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9543)
	variant  1628/ 3240 = a(2235,2247)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001587/ext/standard/html.c  a(2235,2247)  fails to compile
 false (test_time = 1.22867)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8082)
	variant  1629/ 3240 = a(2235,2246)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001588/ext/standard/html.c  a(2235,2246)  fails to compile
 false (test_time = 1.27288)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9484)
	variant  1630/ 3240 = a(2235,2245)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001589/ext/standard/html.c  a(2235,2245)  fails to compile
 false (test_time = 1.23807)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8296)
	variant  1631/ 3240 = a(2235,2242)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001590/ext/standard/html.c  a(2235,2242)  fails to compile
 false (test_time = 1.2488)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8483)
	variant  1632/ 3240 = a(2235,2241)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001591/ext/standard/html.c  a(2235,2241)  fails to compile
 false (test_time = 1.23653)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8757)
	variant  1633/ 3240 = a(2235,2239)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001592/ext/standard/html.c  a(2235,2239)  fails to compile
 false (test_time = 1.22962)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.7759)
	variant  1634/ 3240 = a(2235,2238)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001593/ext/standard/html.c  a(2235,2238)  fails to compile
 false (test_time = 1.24652)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9404)
	variant  1635/ 3240 = a(2235,2237)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001594/ext/standard/html.c  a(2235,2237)  fails to compile
 false (test_time = 1.22812)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.7307)
	variant  1636/ 3240 = a(2235,2235)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001595/ext/standard/html.c  a(2235,2235)  fails to compile
 false (test_time = 1.28134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.7643)
	variant  1637/ 3240 = a(2235,2233)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001596/ext/standard/html.c  a(2235,2233)  fails to compile
 false (test_time = 1.24751)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.908)
	variant  1638/ 3240 = a(2235,2231)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001597/ext/standard/html.c  a(2235,2231)  fails to compile
 false (test_time = 1.25331)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8299)
	variant  1639/ 3240 = a(2235,2230)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001598/ext/standard/html.c  a(2235,2230)  fails to compile
 false (test_time = 1.2878)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8461)
	variant  1640/ 3240 = a(2235,2229)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001599/ext/standard/html.c  a(2235,2229)  fails to compile
 false (test_time = 1.26402)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8644)
	variant  1641/ 3240 = a(2235,2228)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001600/ext/standard/html.c  a(2235,2228)  fails to compile
 false (test_time = 1.22947)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.7305)
	variant  1642/ 3240 = a(2235,2227)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001601/ext/standard/html.c  a(2235,2227)  fails to compile
 false (test_time = 1.25265)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9294)
	variant  1643/ 3240 = a(2235,2226)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001602/ext/standard/html.c  a(2235,2226)  fails to compile
 false (test_time = 1.23671)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8423)
	variant  1644/ 3240 = a(2235,2225)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001603/ext/standard/html.c  a(2235,2225)  fails to compile
 false (test_time = 1.32031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.7928)
	variant  1645/ 3240 = a(2235,2223)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001604/ext/standard/html.c  a(2235,2223)  fails to compile
 false (test_time = 1.22219)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.6406)
	variant  1646/ 3240 = a(2235,2222)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001605/ext/standard/html.c  a(2235,2222)  fails to compile
 false (test_time = 1.30625)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.954)
	variant  1647/ 3240 = a(2235,2221)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001606/ext/standard/html.c  a(2235,2221)  fails to compile
 false (test_time = 1.23962)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.7049)
	variant  1648/ 3240 = a(2235,2220)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001607/ext/standard/html.c  a(2235,2220)  fails to compile
 false (test_time = 1.29842)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8223)
	variant  1649/ 3240 = a(2235,2219)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001608/ext/standard/html.c  a(2235,2219)  fails to compile
 false (test_time = 1.22798)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.6116)
	variant  1650/ 3240 = a(2235,2218)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001609/ext/standard/html.c  a(2235,2218)  fails to compile
 false (test_time = 1.28605)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9725)
	variant  1651/ 3240 = a(2235,2217)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001610/ext/standard/html.c  a(2235,2217)  fails to compile
 false (test_time = 1.22214)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.5426)
	variant  1652/ 3240 = a(2235,2215)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001611/ext/standard/html.c  a(2235,2215)  fails to compile
 false (test_time = 1.28697)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8223)
	variant  1653/ 3240 = a(2235,2214)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001612/ext/standard/html.c  a(2235,2214)  fails to compile
 false (test_time = 1.22953)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.5761)
	variant  1654/ 3240 = a(2235,2213)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001613/ext/standard/html.c  a(2235,2213)  fails to compile
 false (test_time = 1.28216)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.6814)
	variant  1655/ 3240 = a(2235,2212)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001614/ext/standard/html.c  a(2235,2212)  fails to compile
 false (test_time = 1.23674)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.5355)
	variant  1656/ 3240 = a(2235,2211)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001615/ext/standard/html.c  a(2235,2211)  fails to compile
 false (test_time = 1.25986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.6847)
	variant  1657/ 3240 = a(2235,2210)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001616/ext/standard/html.c  a(2235,2210)  fails to compile
 false (test_time = 1.23221)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.6707)
	variant  1658/ 3240 = a(2235,2209)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001617/ext/standard/html.c  a(2235,2209)  fails to compile
 false (test_time = 1.27165)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.6195)
	variant  1659/ 3240 = a(2235,2207)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001618/ext/standard/html.c  a(2235,2207)  fails to compile
 false (test_time = 1.24852)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4513)
	variant  1660/ 3240 = a(2235,2204)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001619/ext/standard/html.c  a(2235,2204)  fails to compile
 false (test_time = 1.29774)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.7761)
	variant  1661/ 3240 = a(2235,2203)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001620/ext/standard/html.c  a(2235,2203)  fails to compile
 false (test_time = 1.23006)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.484)
	variant  1662/ 3240 = a(2235,2198)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001621/ext/standard/html.c  a(2235,2198)  fails to compile
 false (test_time = 1.32782)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.5693)
	variant  1663/ 3240 = a(2235,2196)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001622/ext/standard/html.c  a(2235,2196)  fails to compile
 false (test_time = 1.22795)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4843)
	variant  1664/ 3240 = a(2235,2194)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/001623/ext/standard/html.c  a(2235,2194)  fails to compile
 false (test_time = 1.31936)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.5554)
	variant  1665/ 3240 = a(2234,2751)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 20.3891)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.491)
	variant  1666/ 3240 = a(2234,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.549)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.6359)
	variant  1667/ 3240 = a(2234,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4859)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4572)
	variant  1668/ 3240 = a(2234,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.4625)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4785)
	variant  1669/ 3240 = a(2234,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.6112)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.8037)
	variant  1670/ 3240 = a(2234,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.8591)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.5808)
	variant  1671/ 3240 = a(2234,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.4198)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4995)
	variant  1672/ 3240 = a(2234,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.8021)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.5741)
	variant  1673/ 3240 = a(2234,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.0541)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.6039)
	variant  1674/ 3240 = a(2234,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.3873)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.5233)
	variant  1675/ 3240 = a(2234,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.457)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.5492)
	variant  1676/ 3240 = a(2234,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.6128)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4419)
	variant  1677/ 3240 = a(2234,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.5509)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4501)
	variant  1678/ 3240 = a(2234,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.9865)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.9514)
	variant  1679/ 3240 = a(2234,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.3814)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.3274)
	variant  1680/ 3240 = a(2234,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.763)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4713)
	variant  1681/ 3240 = a(2234,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.3227)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.448)
	variant  1682/ 3240 = a(2234,2249)    (7947 tests, cond 0)
		n1 false (test_time = 19.9231)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.6149)
	variant  1683/ 3240 = a(2234,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.4564)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4394)
	variant  1684/ 3240 = a(2234,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.5271)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.3485)
	variant  1685/ 3240 = a(2234,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.915)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4056)
	variant  1686/ 3240 = a(2234,2245)    (7947 tests, cond 0)
		n1 false (test_time = 21.2018)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4811)
	variant  1687/ 3240 = a(2234,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.6134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.2347)
	variant  1688/ 3240 = a(2234,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.8113)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.2945)
	variant  1689/ 3240 = a(2234,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.4604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.606)
	variant  1690/ 3240 = a(2234,2238)    (7947 tests, cond 0)
		n1 false (test_time = 21.4488)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.6698)
	variant  1691/ 3240 = a(2234,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.5998)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 23.1102)
	variant  1692/ 3240 = a(2234,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.3833)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.2396)
	variant  1693/ 3240 = a(2234,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.3538)
		p3242 false (test_time = 0.281493)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.3281)
	variant  1694/ 3240 = a(2234,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.5448)
		p3242 false (test_time = 60.384)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.45)
	variant  1695/ 3240 = a(2234,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.3643)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.1852)
	variant  1696/ 3240 = a(2234,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.4877)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.1112)
	variant  1697/ 3240 = a(2234,2228)    (7947 tests, cond 0)
		n1 false (test_time = 21.0605)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.2504)
	variant  1698/ 3240 = a(2234,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.4544)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.0944)
	variant  1699/ 3240 = a(2234,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.4461)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.3176)
	variant  1700/ 3240 = a(2234,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.5781)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4226)
	variant  1701/ 3240 = a(2234,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.7617)
		p3242 false (test_time = 0.315488)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.1956)
	variant  1702/ 3240 = a(2234,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.6152)
		p3242 false (test_time = 0.308345)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.6501)
	variant  1703/ 3240 = a(2234,2221)    (7947 tests, cond 0)
		n1 true (test_time = 20.1021)
		p3242 false (test_time = 0.288558)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.2469)
	variant  1704/ 3240 = a(2234,2220)    (7947 tests, cond 0)
		n1 true (test_time = 20.434)
		p3242 false (test_time = 0.282972)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.1144)
	variant  1705/ 3240 = a(2234,2219)    (7947 tests, cond 0)
		n1 true (test_time = 20.326)
		p3242 false (test_time = 0.280459)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4324)
	variant  1706/ 3240 = a(2234,2218)    (7947 tests, cond 0)
		n1 true (test_time = 23.4046)
		p3242 false (test_time = 0.285312)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9806)
	variant  1707/ 3240 = a(2234,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.5287)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.0778)
	variant  1708/ 3240 = a(2234,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.9899)
		p3242 false (test_time = 0.355682)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.174)
	variant  1709/ 3240 = a(2234,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.6516)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.5528)
	variant  1710/ 3240 = a(2234,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.5142)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.262)
	variant  1711/ 3240 = a(2234,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.4658)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9158)
	variant  1712/ 3240 = a(2234,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.8009)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.0212)
	variant  1713/ 3240 = a(2234,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.4039)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9425)
	variant  1714/ 3240 = a(2234,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.4566)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.029)
	variant  1715/ 3240 = a(2234,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.5871)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9565)
	variant  1716/ 3240 = a(2234,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.9229)
		p3242 true (test_time = 0.275661)
		p3105 false (test_time = 0.284285)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9489)
	variant  1717/ 3240 = a(2234,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.1863)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.134)
	variant  1718/ 3240 = a(2234,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.6957)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.0464)
	variant  1719/ 3240 = a(2234,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.4751)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.2878)
	variant  1720/ 3240 = a(2234,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.4638)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.1581)
	variant  1721/ 3240 = a(2230,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.4586)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.1076)
	variant  1722/ 3240 = a(2230,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.8669)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.94)
	variant  1723/ 3240 = a(2230,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.1786)
	variant  1724/ 3240 = a(2230,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.442)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.164)
	variant  1725/ 3240 = a(2230,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.7866)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.0145)
	variant  1726/ 3240 = a(2230,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.4656)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9647)
	variant  1727/ 3240 = a(2230,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.603)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9639)
	variant  1728/ 3240 = a(2230,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.4469)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.854)
	variant  1729/ 3240 = a(2230,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.6122)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.8648)
	variant  1730/ 3240 = a(2230,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.4029)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9749)
	variant  1731/ 3240 = a(2230,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.5426)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.3262)
	variant  1732/ 3240 = a(2230,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.6888)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.4546)
	variant  1733/ 3240 = a(2230,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.1557)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.8394)
	variant  1734/ 3240 = a(2230,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.4112)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.8898)
	variant  1735/ 3240 = a(2230,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.8451)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9405)
	variant  1736/ 3240 = a(2230,2251)    (7947 tests, cond 0)
		n1 false (test_time = 19.9204)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9907)
	variant  1737/ 3240 = a(2230,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.9424)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.8057)
	variant  1738/ 3240 = a(2230,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.4867)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.7047)
	variant  1739/ 3240 = a(2230,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.6493)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.7932)
	variant  1740/ 3240 = a(2230,2247)    (7947 tests, cond 0)
		n1 false (test_time = 21.189)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.7134)
	variant  1741/ 3240 = a(2230,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.8483)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.0134)
	variant  1742/ 3240 = a(2230,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.4952)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9339)
	variant  1743/ 3240 = a(2230,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.5946)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.0758)
	variant  1744/ 3240 = a(2230,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.6093)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.853)
	variant  1745/ 3240 = a(2230,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.4767)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.7501)
	variant  1746/ 3240 = a(2230,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.4048)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.7897)
	variant  1747/ 3240 = a(2230,2237)    (7947 tests, cond 0)
		n1 false (test_time = 21.1669)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.7168)
	variant  1748/ 3240 = a(2230,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.4443)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.7831)
	variant  1749/ 3240 = a(2230,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.2124)
		p3242 false (test_time = 0.314893)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.7177)
	variant  1750/ 3240 = a(2230,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.4072)
		p3242 false (test_time = 0.302663)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.6443)
	variant  1751/ 3240 = a(2230,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.3966)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.5002)
	variant  1752/ 3240 = a(2230,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.8009)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.5119)
	variant  1753/ 3240 = a(2230,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.6685)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.7275)
	variant  1754/ 3240 = a(2230,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.4747)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 21.3231)
	variant  1755/ 3240 = a(2230,2226)    (7947 tests, cond 0)
		n1 false (test_time = 21.6871)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.4688)
	variant  1756/ 3240 = a(2230,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.7671)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.8099)
	variant  1757/ 3240 = a(2230,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.2011)
		p3242 false (test_time = 0.300789)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9133)
	variant  1758/ 3240 = a(2230,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.5346)
		p3242 false (test_time = 0.303661)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.424)
	variant  1759/ 3240 = a(2230,2221)    (7947 tests, cond 0)
		n1 true (test_time = 20.9368)
		p3242 false (test_time = 0.312703)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.6514)
	variant  1760/ 3240 = a(2230,2220)    (7947 tests, cond 0)
		n1 true (test_time = 20.672)
		p3242 false (test_time = 0.338197)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.5202)
	variant  1761/ 3240 = a(2230,2219)    (7947 tests, cond 0)
		n1 true (test_time = 20.677)
		p3242 false (test_time = 0.303632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.6396)
	variant  1762/ 3240 = a(2230,2218)    (7947 tests, cond 0)
		n1 true (test_time = 20.4821)
		p3242 false (test_time = 0.305111)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.7139)
	variant  1763/ 3240 = a(2230,2217)    (7947 tests, cond 0)
		n1 true (test_time = 20.8822)
		p3242 false (test_time = 0.308177)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.1006)
	variant  1764/ 3240 = a(2230,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.9049)
		p3242 false (test_time = 0.303352)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.5661)
	variant  1765/ 3240 = a(2230,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.5642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.5586)
	variant  1766/ 3240 = a(2230,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.428)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.5462)
	variant  1767/ 3240 = a(2230,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.4622)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.8371)
	variant  1768/ 3240 = a(2230,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.566)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.8152)
	variant  1769/ 3240 = a(2230,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.8761)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 16.232)
	variant  1770/ 3240 = a(2230,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.5816)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.6557)
	variant  1771/ 3240 = a(2230,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.3684)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.3068)
	variant  1772/ 3240 = a(2230,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.6858)
		p3242 true (test_time = 0.299953)
		p3105 false (test_time = 0.291944)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2531)
	variant  1773/ 3240 = a(2230,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.359)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.6895)
	variant  1774/ 3240 = a(2230,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.7422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.3289)
	variant  1775/ 3240 = a(2230,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.4562)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.5387)
	variant  1776/ 3240 = a(2230,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.5076)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.4385)
	variant  1777/ 3240 = a(2229,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.8549)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.4025)
	variant  1778/ 3240 = a(2229,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.5454)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.3289)
	variant  1779/ 3240 = a(2229,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.5498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.3916)
	variant  1780/ 3240 = a(2229,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.6665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2344)
	variant  1781/ 3240 = a(2229,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.5045)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2765)
	variant  1782/ 3240 = a(2229,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.3711)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.9351)
	variant  1783/ 3240 = a(2229,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.5375)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2899)
	variant  1784/ 3240 = a(2229,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.7908)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.1634)
	variant  1785/ 3240 = a(2229,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.5719)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.3288)
	variant  1786/ 3240 = a(2229,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.7781)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.7943)
	variant  1787/ 3240 = a(2229,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.8982)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2396)
	variant  1788/ 3240 = a(2229,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.4869)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.1769)
	variant  1789/ 3240 = a(2229,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.3783)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2316)
	variant  1790/ 3240 = a(2229,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.421)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.1277)
	variant  1791/ 3240 = a(2229,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.769)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.299)
	variant  1792/ 3240 = a(2229,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.4732)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.0755)
	variant  1793/ 3240 = a(2229,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.6685)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2159)
	variant  1794/ 3240 = a(2229,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.5112)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.447)
	variant  1795/ 3240 = a(2229,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.627)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2037)
	variant  1796/ 3240 = a(2229,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.5223)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.1734)
	variant  1797/ 3240 = a(2229,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.4643)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.121)
	variant  1798/ 3240 = a(2229,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.7381)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.4387)
	variant  1799/ 3240 = a(2229,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.6904)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.0827)
	variant  1800/ 3240 = a(2229,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.6223)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2674)
	variant  1801/ 3240 = a(2229,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.4735)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.0984)
	variant  1802/ 3240 = a(2229,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.5642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.963)
	variant  1803/ 3240 = a(2229,2233)    (7947 tests, cond 0)
		n1 true (test_time = 21.2672)
		p3242 false (test_time = 0.320583)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.1693)
	variant  1804/ 3240 = a(2229,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.6457)
		p3242 false (test_time = 0.305406)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2333)
	variant  1805/ 3240 = a(2229,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.5783)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.09)
	variant  1806/ 3240 = a(2229,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.4703)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.0369)
	variant  1807/ 3240 = a(2229,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.4671)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.9651)
	variant  1808/ 3240 = a(2229,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.7065)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2938)
	variant  1809/ 3240 = a(2229,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.9997)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.0337)
	variant  1810/ 3240 = a(2229,2225)    (7947 tests, cond 0)
		n1 false (test_time = 21.2169)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.0354)
	variant  1811/ 3240 = a(2229,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.64)
		p3242 false (test_time = 0.304674)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2601)
	variant  1812/ 3240 = a(2229,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.7879)
		p3242 false (test_time = 0.303847)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2902)
	variant  1813/ 3240 = a(2229,2221)    (7947 tests, cond 0)
		n1 true (test_time = 20.5424)
		p3242 false (test_time = 0.303915)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.1786)
	variant  1814/ 3240 = a(2229,2220)    (7947 tests, cond 0)
		n1 true (test_time = 20.7027)
		p3242 false (test_time = 0.30984)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.3437)
	variant  1815/ 3240 = a(2229,2219)    (7947 tests, cond 0)
		n1 true (test_time = 20.4933)
		p3242 false (test_time = 0.417453)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.9214)
	variant  1816/ 3240 = a(2229,2218)    (7947 tests, cond 0)
		n1 true (test_time = 20.6957)
		p3242 false (test_time = 0.314253)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.9818)
	variant  1817/ 3240 = a(2229,2217)    (7947 tests, cond 0)
		n1 true (test_time = 20.8533)
		p3242 false (test_time = 0.307628)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.9711)
	variant  1818/ 3240 = a(2229,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.6336)
		p3242 false (test_time = 0.293286)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.9809)
	variant  1819/ 3240 = a(2229,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.5739)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.8955)
	variant  1820/ 3240 = a(2229,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.6068)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.6467)
	variant  1821/ 3240 = a(2229,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.7134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.0263)
	variant  1822/ 3240 = a(2229,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.3443)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.9573)
	variant  1823/ 3240 = a(2229,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.4542)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2969)
	variant  1824/ 3240 = a(2229,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.5011)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.89)
	variant  1825/ 3240 = a(2229,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.5469)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.0343)
	variant  1826/ 3240 = a(2229,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.672)
		p3242 true (test_time = 0.274348)
		p3105 false (test_time = 0.285131)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.727)
	variant  1827/ 3240 = a(2229,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.4128)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.9679)
	variant  1828/ 3240 = a(2229,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.3848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.8739)
	variant  1829/ 3240 = a(2229,2196)    (7947 tests, cond 0)
		n1 false (test_time = 21.0033)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.5993)
	variant  1830/ 3240 = a(2229,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.9327)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.1872)
	variant  1831/ 3240 = a(2228,2352)    (7947 tests, cond 0)
		n1 false (test_time = 21.5383)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.7701)
	variant  1832/ 3240 = a(2228,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.452)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.9588)
	variant  1833/ 3240 = a(2228,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.3478)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.16)
	variant  1834/ 3240 = a(2228,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.7783)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.6971)
	variant  1835/ 3240 = a(2228,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.914)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.7261)
	variant  1836/ 3240 = a(2228,2264)    (7947 tests, cond 0)
		n1 false (test_time = 19.9683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.6303)
	variant  1837/ 3240 = a(2228,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.7525)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.8376)
	variant  1838/ 3240 = a(2228,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.7274)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.8535)
	variant  1839/ 3240 = a(2228,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.4918)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.9052)
	variant  1840/ 3240 = a(2228,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.5215)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.6413)
	variant  1841/ 3240 = a(2228,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.7788)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.6691)
	variant  1842/ 3240 = a(2228,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.585)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.6134)
	variant  1843/ 3240 = a(2228,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.4649)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.0412)
	variant  1844/ 3240 = a(2228,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.4173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.9866)
	variant  1845/ 3240 = a(2228,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.9073)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.0521)
	variant  1846/ 3240 = a(2228,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.7983)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.5426)
	variant  1847/ 3240 = a(2228,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.827)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.9022)
	variant  1848/ 3240 = a(2228,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.3939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.6285)
	variant  1849/ 3240 = a(2228,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.6397)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.648)
	variant  1850/ 3240 = a(2228,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.6297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.7477)
	variant  1851/ 3240 = a(2228,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.6616)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.5435)
	variant  1852/ 3240 = a(2228,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.1563)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.4697)
	variant  1853/ 3240 = a(2228,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.4535)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.5382)
	variant  1854/ 3240 = a(2228,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.5048)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.4785)
	variant  1855/ 3240 = a(2228,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.5867)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.1398)
	variant  1856/ 3240 = a(2228,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.8034)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.5516)
	variant  1857/ 3240 = a(2228,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.2551)
		p3242 false (test_time = 0.284769)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.5271)
	variant  1858/ 3240 = a(2228,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.4011)
		p3242 false (test_time = 0.308632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.4031)
	variant  1859/ 3240 = a(2228,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.9594)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.4777)
	variant  1860/ 3240 = a(2228,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.4057)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.6045)
	variant  1861/ 3240 = a(2228,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.5857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.4867)
	variant  1862/ 3240 = a(2228,2227)    (7947 tests, cond 0)
		n1 true (test_time = 20.464)
		p3242 false (test_time = 0.304297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 18.5616)
	variant  1863/ 3240 = a(2228,2226)    (7947 tests, cond 0)
		n1 true (test_time = 19.9998)
		p3242 false (test_time = 0.310323)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.3658)
	variant  1864/ 3240 = a(2228,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.6029)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.54)
	variant  1865/ 3240 = a(2228,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.5737)
		p3242 false (test_time = 0.306306)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.4266)
	variant  1866/ 3240 = a(2228,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.5907)
		p3242 false (test_time = 0.306001)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.3014)
	variant  1867/ 3240 = a(2228,2221)    (7947 tests, cond 0)
		n1 true (test_time = 20.5478)
		p3242 false (test_time = 0.310582)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.3374)
	variant  1868/ 3240 = a(2228,2220)    (7947 tests, cond 0)
		n1 true (test_time = 20.6045)
		p3242 false (test_time = 0.313048)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.3408)
	variant  1869/ 3240 = a(2228,2219)    (7947 tests, cond 0)
		n1 true (test_time = 21.0205)
		p3242 false (test_time = 0.312993)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.3148)
	variant  1870/ 3240 = a(2228,2218)    (7947 tests, cond 0)
		n1 true (test_time = 20.4396)
		p3242 false (test_time = 0.310611)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.3894)
	variant  1871/ 3240 = a(2228,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.5353)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.2405)
	variant  1872/ 3240 = a(2228,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.4223)
		p3242 false (test_time = 0.300989)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.2585)
	variant  1873/ 3240 = a(2228,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.5407)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.4288)
	variant  1874/ 3240 = a(2228,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.5317)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.3827)
	variant  1875/ 3240 = a(2228,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.435)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.5644)
	variant  1876/ 3240 = a(2228,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.4131)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.3156)
	variant  1877/ 3240 = a(2228,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.4166)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.2515)
	variant  1878/ 3240 = a(2228,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.3571)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.302)
	variant  1879/ 3240 = a(2228,2207)    (7947 tests, cond 0)
		n1 false (test_time = 21.4492)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.4361)
	variant  1880/ 3240 = a(2228,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.3874)
		p3242 false (test_time = 0.294055)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.329)
	variant  1881/ 3240 = a(2228,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.499)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1544)
	variant  1882/ 3240 = a(2228,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.8465)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.2594)
	variant  1883/ 3240 = a(2228,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.3534)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1493)
	variant  1884/ 3240 = a(2228,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.52)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1225)
	variant  1885/ 3240 = a(2227,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.2712)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.225)
	variant  1886/ 3240 = a(2227,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.4195)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1479)
	variant  1887/ 3240 = a(2227,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.4714)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.3903)
	variant  1888/ 3240 = a(2227,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.4152)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1082)
	variant  1889/ 3240 = a(2227,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.2282)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1971)
	variant  1890/ 3240 = a(2227,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.4004)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.1234)
	variant  1891/ 3240 = a(2227,2260)    (7947 tests, cond 0)
		n1 false (test_time = 21.0711)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1685)
	variant  1892/ 3240 = a(2227,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.3765)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1069)
	variant  1893/ 3240 = a(2227,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.5635)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.2256)
	variant  1894/ 3240 = a(2227,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.3442)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1104)
	variant  1895/ 3240 = a(2227,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.4525)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.0338)
	variant  1896/ 3240 = a(2227,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.4669)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1349)
	variant  1897/ 3240 = a(2227,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.338)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.0535)
	variant  1898/ 3240 = a(2227,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.8478)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1233)
	variant  1899/ 3240 = a(2227,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.3304)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.8563)
	variant  1900/ 3240 = a(2227,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.8688)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1136)
	variant  1901/ 3240 = a(2227,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.5636)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.2486)
	variant  1902/ 3240 = a(2227,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.375)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.9488)
	variant  1903/ 3240 = a(2227,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.5272)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.0967)
	variant  1904/ 3240 = a(2227,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.4878)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1518)
	variant  1905/ 3240 = a(2227,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.582)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.6857)
	variant  1906/ 3240 = a(2227,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.4766)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.0156)
	variant  1907/ 3240 = a(2227,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.4926)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.983)
	variant  1908/ 3240 = a(2227,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.5441)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.9167)
	variant  1909/ 3240 = a(2227,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.7512)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.0265)
	variant  1910/ 3240 = a(2227,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.6285)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.9419)
	variant  1911/ 3240 = a(2227,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.6173)
		p3242 false (test_time = 0.299031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1314)
	variant  1912/ 3240 = a(2227,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.2568)
		p3242 false (test_time = 0.320933)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.8859)
	variant  1913/ 3240 = a(2227,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.4921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.9331)
	variant  1914/ 3240 = a(2227,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.4193)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.9219)
	variant  1915/ 3240 = a(2227,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.3843)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.8153)
	variant  1916/ 3240 = a(2227,2227)    (7947 tests, cond 0)
		n1 true (test_time = 20.4635)
		p3242 false (test_time = 0.317493)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.8734)
	variant  1917/ 3240 = a(2227,2226)    (7947 tests, cond 0)
		n1 true (test_time = 20.4507)
		p3242 false (test_time = 0.315751)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.8474)
	variant  1918/ 3240 = a(2227,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.6842)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.8266)
	variant  1919/ 3240 = a(2227,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.3897)
		p3242 false (test_time = 0.312283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.8306)
	variant  1920/ 3240 = a(2227,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.422)
		p3242 false (test_time = 0.322254)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 15.2473)
	variant  1921/ 3240 = a(2227,2221)    (7947 tests, cond 0)
		n1 true (test_time = 20.6119)
		p3242 false (test_time = 0.317997)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.7503)
	variant  1922/ 3240 = a(2227,2220)    (7947 tests, cond 0)
		n1 true (test_time = 22.2211)
		p3242 false (test_time = 0.490796)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.8327)
	variant  1923/ 3240 = a(2227,2219)    (7947 tests, cond 0)
		n1 true (test_time = 20.2516)
		p3242 false (test_time = 0.31662)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.842)
	variant  1924/ 3240 = a(2227,2218)    (7947 tests, cond 0)
		n1 true (test_time = 20.5464)
		p3242 false (test_time = 0.320713)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.7066)
	variant  1925/ 3240 = a(2227,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.4839)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.7002)
	variant  1926/ 3240 = a(2227,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.4542)
		p3242 false (test_time = 0.308217)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.9506)
	variant  1927/ 3240 = a(2227,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.6528)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.6786)
	variant  1928/ 3240 = a(2227,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.8659)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.2029)
	variant  1929/ 3240 = a(2227,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.3984)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.8951)
	variant  1930/ 3240 = a(2227,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.4883)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.9674)
	variant  1931/ 3240 = a(2227,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.4387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.6442)
	variant  1932/ 3240 = a(2227,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.391)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.7424)
	variant  1933/ 3240 = a(2227,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.3409)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.7087)
	variant  1934/ 3240 = a(2227,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.4539)
		p3242 false (test_time = 0.30623)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.6681)
	variant  1935/ 3240 = a(2227,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.4303)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.2219)
	variant  1936/ 3240 = a(2227,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.4612)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.6249)
	variant  1937/ 3240 = a(2227,2196)    (7947 tests, cond 0)
		n1 false (test_time = 21.1259)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.2342)
	variant  1938/ 3240 = a(2227,2194)    (7947 tests, cond 0)
		n1 false (test_time = 21.0469)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.2918)
	variant  1939/ 3240 = a(2226,2352)    (7947 tests, cond 0)
		n1 false (test_time = 21.0045)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.2887)
	variant  1940/ 3240 = a(2226,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.7374)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.6064)
	variant  1941/ 3240 = a(2226,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.5804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.5618)
	variant  1942/ 3240 = a(2226,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.6458)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.62)
	variant  1943/ 3240 = a(2226,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.4137)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.602)
	variant  1944/ 3240 = a(2226,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.4144)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.6634)
	variant  1945/ 3240 = a(2226,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.5212)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.4627)
	variant  1946/ 3240 = a(2226,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.778)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.6435)
	variant  1947/ 3240 = a(2226,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.4683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.5418)
	variant  1948/ 3240 = a(2226,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.6382)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.5548)
	variant  1949/ 3240 = a(2226,2256)    (7947 tests, cond 0)
		n1 false (test_time = 21.1315)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1082)
	variant  1950/ 3240 = a(2226,2254)    (7947 tests, cond 0)
		n1 true (test_time = 20.4275)
		p3242 false (test_time = 0.328612)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.4487)
	variant  1951/ 3240 = a(2226,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.4218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.523)
	variant  1952/ 3240 = a(2226,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.4324)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.4836)
	variant  1953/ 3240 = a(2226,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.4435)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.9333)
	variant  1954/ 3240 = a(2226,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.6497)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.7434)
	variant  1955/ 3240 = a(2226,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.7022)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.4897)
	variant  1956/ 3240 = a(2226,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.353)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.4901)
	variant  1957/ 3240 = a(2226,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.4178)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.3262)
	variant  1958/ 3240 = a(2226,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.5771)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.288)
	variant  1959/ 3240 = a(2226,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.6048)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.4152)
	variant  1960/ 3240 = a(2226,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.5865)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.4864)
	variant  1961/ 3240 = a(2226,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.5423)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.483)
	variant  1962/ 3240 = a(2226,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.6652)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.5036)
	variant  1963/ 3240 = a(2226,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.7487)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.8002)
	variant  1964/ 3240 = a(2226,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.5732)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.407)
	variant  1965/ 3240 = a(2226,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.4141)
		p3242 false (test_time = 0.307711)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.5057)
	variant  1966/ 3240 = a(2226,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.5086)
		p3242 false (test_time = 0.3372)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.209)
	variant  1967/ 3240 = a(2226,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.4031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.3151)
	variant  1968/ 3240 = a(2226,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.5027)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.6125)
	variant  1969/ 3240 = a(2226,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.3939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.3834)
	variant  1970/ 3240 = a(2226,2227)    (7947 tests, cond 0)
		n1 true (test_time = 20.3589)
		p3242 false (test_time = 0.336937)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.6312)
	variant  1971/ 3240 = a(2226,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.7039)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.3972)
	variant  1972/ 3240 = a(2226,2225)    (7947 tests, cond 0)
		n1 false (test_time = 21.057)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.8466)
	variant  1973/ 3240 = a(2226,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.3259)
		p3242 false (test_time = 0.326127)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.1836)
	variant  1974/ 3240 = a(2226,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.4475)
		p3242 false (test_time = 0.252393)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.2123)
	variant  1975/ 3240 = a(2226,2221)    (7947 tests, cond 0)
		n1 true (test_time = 20.3641)
		p3242 false (test_time = 0.308599)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.3367)
	variant  1976/ 3240 = a(2226,2220)    (7947 tests, cond 0)
		n1 true (test_time = 20.3736)
		p3242 false (test_time = 0.262935)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.2509)
	variant  1977/ 3240 = a(2226,2219)    (7947 tests, cond 0)
		n1 true (test_time = 20.339)
		p3242 false (test_time = 0.254936)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.3725)
	variant  1978/ 3240 = a(2226,2218)    (7947 tests, cond 0)
		n1 true (test_time = 20.2502)
		p3242 false (test_time = 0.259122)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.2809)
	variant  1979/ 3240 = a(2226,2217)    (7947 tests, cond 0)
		p3242 true (test_time = 20.5475)
		n1 false (test_time = 0.239669)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.5872)
	variant  1980/ 3240 = a(2226,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.2312)
		p3242 false (test_time = 0.247598)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.4886)
	variant  1981/ 3240 = a(2226,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.5656)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.528)
	variant  1982/ 3240 = a(2226,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.1985)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.2494)
	variant  1983/ 3240 = a(2226,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.3814)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.1587)
	variant  1984/ 3240 = a(2226,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.3647)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.0841)
	variant  1985/ 3240 = a(2226,2210)    (7947 tests, cond 0)
		n1 true (test_time = 20.2673)
		p3242 false (test_time = 0.259444)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.9196)
	variant  1986/ 3240 = a(2226,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.6387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.2655)
	variant  1987/ 3240 = a(2226,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.6365)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.1614)
	variant  1988/ 3240 = a(2226,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.9809)
		p3242 false (test_time = 0.250326)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.0766)
	variant  1989/ 3240 = a(2226,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.2491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.142)
	variant  1990/ 3240 = a(2226,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.8475)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.1776)
	variant  1991/ 3240 = a(2226,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.489)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.186)
	variant  1992/ 3240 = a(2226,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.3429)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.0904)
	variant  1993/ 3240 = a(2225,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.3645)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.0372)
	variant  1994/ 3240 = a(2225,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.4938)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.9721)
	variant  1995/ 3240 = a(2225,2254)    (7947 tests, cond 0)
		n1 true (test_time = 20.436)
		p3242 false (test_time = 0.261748)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.0479)
	variant  1996/ 3240 = a(2225,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.3591)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.3103)
	variant  1997/ 3240 = a(2225,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.317)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.0225)
	variant  1998/ 3240 = a(2225,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.2397)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.0754)
	variant  1999/ 3240 = a(2225,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.6183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.8872)
	variant  2000/ 3240 = a(2225,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.5699)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.2963)
	variant  2001/ 3240 = a(2225,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.3408)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.8803)
	variant  2002/ 3240 = a(2225,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.4135)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 14.6662)
	variant  2003/ 3240 = a(2225,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.6029)
		p3242 false (test_time = 0.242485)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.9826)
	variant  2004/ 3240 = a(2225,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.3212)
		p3242 false (test_time = 0.261855)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.9522)
	variant  2005/ 3240 = a(2225,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.3067)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.1102)
	variant  2006/ 3240 = a(2225,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.3084)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.9017)
	variant  2007/ 3240 = a(2225,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.4002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.9531)
	variant  2008/ 3240 = a(2225,2227)    (7947 tests, cond 0)
		n1 true (test_time = 20.4685)
		p3242 false (test_time = 0.269561)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.1409)
	variant  2009/ 3240 = a(2225,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.4197)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.9357)
	variant  2010/ 3240 = a(2225,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.3613)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.8031)
	variant  2011/ 3240 = a(2225,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.3421)
		p3242 false (test_time = 0.261113)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.9815)
	variant  2012/ 3240 = a(2225,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.376)
		p3242 false (test_time = 0.263406)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.4168)
	variant  2013/ 3240 = a(2225,2221)    (7947 tests, cond 0)
		p3242 false (test_time = 20.7533)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.9331)
	variant  2014/ 3240 = a(2225,2220)    (7947 tests, cond 0)
		p3242 false (test_time = 20.3341)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.2083)
	variant  2015/ 3240 = a(2225,2219)    (7947 tests, cond 0)
		p3242 false (test_time = 20.393)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.8808)
	variant  2016/ 3240 = a(2225,2218)    (7947 tests, cond 0)
		p3242 false (test_time = 20.3389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.9641)
	variant  2017/ 3240 = a(2225,2215)    (7947 tests, cond 0)
		p3242 false (test_time = 20.3515)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.0879)
	variant  2018/ 3240 = a(2225,2214)    (7947 tests, cond 0)
		p3242 true (test_time = 22.0909)
		n1 false (test_time = 0.255471)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.8494)
	variant  2019/ 3240 = a(2225,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.2965)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.4944)
	variant  2020/ 3240 = a(2225,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.332)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.7164)
	variant  2021/ 3240 = a(2225,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.2782)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.2491)
	variant  2022/ 3240 = a(2225,2210)    (7947 tests, cond 0)
		n1 true (test_time = 20.5046)
		p3242 false (test_time = 0.262347)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.7574)
	variant  2023/ 3240 = a(2225,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.4951)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.6703)
	variant  2024/ 3240 = a(2225,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.2717)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.7254)
	variant  2025/ 3240 = a(2225,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.4688)
		p3242 false (test_time = 0.251422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.7797)
	variant  2026/ 3240 = a(2225,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.237)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.8792)
	variant  2027/ 3240 = a(2224,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.7285)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.8889)
	variant  2028/ 3240 = a(2224,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.3126)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.759)
	variant  2029/ 3240 = a(2224,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.46)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.658)
	variant  2030/ 3240 = a(2224,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.3115)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.5972)
	variant  2031/ 3240 = a(2224,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.3982)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.627)
	variant  2032/ 3240 = a(2224,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.6544)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.7639)
	variant  2033/ 3240 = a(2224,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.4233)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.6821)
	variant  2034/ 3240 = a(2224,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.3045)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.6718)
	variant  2035/ 3240 = a(2224,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.2841)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.6478)
	variant  2036/ 3240 = a(2224,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.6692)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.5999)
	variant  2037/ 3240 = a(2224,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.3129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.6105)
	variant  2038/ 3240 = a(2224,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.9683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.5436)
	variant  2039/ 3240 = a(2224,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.4194)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.5804)
	variant  2040/ 3240 = a(2224,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.6025)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.6218)
	variant  2041/ 3240 = a(2224,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.3876)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.5687)
	variant  2042/ 3240 = a(2224,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.0492)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.9428)
	variant  2043/ 3240 = a(2224,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.3043)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.6401)
	variant  2044/ 3240 = a(2224,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.3546)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.5666)
	variant  2045/ 3240 = a(2224,2248)    (7947 tests, cond 0)
		n1 false (test_time = 24.3234)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.7057)
	variant  2046/ 3240 = a(2224,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.2246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.5468)
	variant  2047/ 3240 = a(2224,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.4051)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.468)
	variant  2048/ 3240 = a(2224,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.572)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.5888)
	variant  2049/ 3240 = a(2224,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.5256)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.7481)
	variant  2050/ 3240 = a(2224,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.529)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.4692)
	variant  2051/ 3240 = a(2224,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.2873)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.4162)
	variant  2052/ 3240 = a(2224,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.3563)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.4072)
	variant  2053/ 3240 = a(2224,2237)    (7947 tests, cond 0)
		n1 false (test_time = 21.0344)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.5722)
	variant  2054/ 3240 = a(2224,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.5558)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.6294)
	variant  2055/ 3240 = a(2224,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.4413)
		p3242 false (test_time = 0.249492)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.7736)
	variant  2056/ 3240 = a(2224,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.4549)
		p3242 false (test_time = 0.260738)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.4816)
	variant  2057/ 3240 = a(2224,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.3859)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.381)
	variant  2058/ 3240 = a(2224,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.4922)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.3477)
	variant  2059/ 3240 = a(2224,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.8287)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.5038)
	variant  2060/ 3240 = a(2224,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.3094)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.4382)
	variant  2061/ 3240 = a(2224,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.4332)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.3765)
	variant  2062/ 3240 = a(2224,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.3237)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.3459)
	variant  2063/ 3240 = a(2224,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.6309)
		p3242 false (test_time = 0.265932)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.385)
	variant  2064/ 3240 = a(2224,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.4161)
		p3242 false (test_time = 0.270978)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.5441)
	variant  2065/ 3240 = a(2224,2221)    (7947 tests, cond 0)
		p3242 false (test_time = 20.2834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.3081)
	variant  2066/ 3240 = a(2224,2220)    (7947 tests, cond 0)
		p3242 false (test_time = 20.3762)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.2704)
	variant  2067/ 3240 = a(2224,2219)    (7947 tests, cond 0)
		p3242 false (test_time = 20.3461)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.2683)
	variant  2068/ 3240 = a(2224,2218)    (7947 tests, cond 0)
		p3242 false (test_time = 20.2531)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.4311)
	variant  2069/ 3240 = a(2224,2217)    (7947 tests, cond 0)
		p3242 false (test_time = 20.279)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.3708)
	variant  2070/ 3240 = a(2224,2215)    (7947 tests, cond 0)
		p3242 false (test_time = 20.4389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1793)
	variant  2071/ 3240 = a(2224,2214)    (7947 tests, cond 0)
		p3242 true (test_time = 20.3853)
		n1 false (test_time = 0.251448)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.2749)
	variant  2072/ 3240 = a(2224,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.4677)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1959)
	variant  2073/ 3240 = a(2224,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.7112)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 13.1523)
	variant  2074/ 3240 = a(2224,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.4213)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.3348)
	variant  2075/ 3240 = a(2224,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.3016)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.2028)
	variant  2076/ 3240 = a(2224,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.2804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1285)
	variant  2077/ 3240 = a(2224,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.5881)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1239)
	variant  2078/ 3240 = a(2224,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.4255)
		p3242 true (test_time = 0.237434)
		p3105 false (test_time = 0.250178)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1808)
	variant  2079/ 3240 = a(2224,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.466)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.2489)
	variant  2080/ 3240 = a(2224,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.8245)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.138)
	variant  2081/ 3240 = a(2224,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.836)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1091)
	variant  2082/ 3240 = a(2224,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.3095)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.2705)
	variant  2083/ 3240 = a(2216,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.5196)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.175)
	variant  2084/ 3240 = a(2216,2728)    (7947 tests, cond 0)
		n1 false (test_time = 19.9449)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.2091)
	variant  2085/ 3240 = a(2216,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.334)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.0582)
	variant  2086/ 3240 = a(2216,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.5117)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1573)
	variant  2087/ 3240 = a(2216,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.4088)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.9858)
	variant  2088/ 3240 = a(2216,2266)    (7947 tests, cond 0)
		n1 false (test_time = 21.0756)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1677)
	variant  2089/ 3240 = a(2216,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.4071)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.0102)
	variant  2090/ 3240 = a(2216,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.4039)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.0467)
	variant  2091/ 3240 = a(2216,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.4545)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.238)
	variant  2092/ 3240 = a(2216,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.6246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.458)
	variant  2093/ 3240 = a(2216,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.3366)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.0392)
	variant  2094/ 3240 = a(2216,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.4012)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.0467)
	variant  2095/ 3240 = a(2216,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.3567)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1679)
	variant  2096/ 3240 = a(2216,2254)    (7947 tests, cond 0)
		n1 false (test_time = 19.9031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.7102)
	variant  2097/ 3240 = a(2216,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.6664)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.2141)
	variant  2098/ 3240 = a(2216,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.3027)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.0325)
	variant  2099/ 3240 = a(2216,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.5127)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1143)
	variant  2100/ 3240 = a(2216,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.3441)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.9917)
	variant  2101/ 3240 = a(2216,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.4121)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.8971)
	variant  2102/ 3240 = a(2216,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.6247)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.9741)
	variant  2103/ 3240 = a(2216,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.4844)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.8553)
	variant  2104/ 3240 = a(2216,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.2244)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.9455)
	variant  2105/ 3240 = a(2216,2242)    (7947 tests, cond 0)
		n1 false (test_time = 19.9137)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.8579)
	variant  2106/ 3240 = a(2216,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.4216)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.467)
	variant  2107/ 3240 = a(2216,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.5101)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.8597)
	variant  2108/ 3240 = a(2216,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.4362)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.8156)
	variant  2109/ 3240 = a(2216,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.3606)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.7975)
	variant  2110/ 3240 = a(2216,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.3958)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.8417)
	variant  2111/ 3240 = a(2216,2233)    (7947 tests, cond 0)
		n1 true (test_time = 20.2931)
		p3242 false (test_time = 0.256876)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1175)
	variant  2112/ 3240 = a(2216,2231)    (7947 tests, cond 0)
		n1 true (test_time = 20.4814)
		p3242 false (test_time = 0.27412)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.8719)
	variant  2113/ 3240 = a(2216,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.299)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.0058)
	variant  2114/ 3240 = a(2216,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.6807)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.8266)
	variant  2115/ 3240 = a(2216,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.6486)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.8156)
	variant  2116/ 3240 = a(2216,2227)    (7947 tests, cond 0)
		n1 true (test_time = 20.3964)
		p3242 false (test_time = 0.280972)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.7444)
	variant  2117/ 3240 = a(2216,2226)    (7947 tests, cond 0)
		n1 true (test_time = 20.3778)
		p3242 false (test_time = 0.302734)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.7535)
	variant  2118/ 3240 = a(2216,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.2875)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.7834)
	variant  2119/ 3240 = a(2216,2223)    (7947 tests, cond 0)
		n1 true (test_time = 20.2781)
		p3242 false (test_time = 0.277783)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.8979)
	variant  2120/ 3240 = a(2216,2222)    (7947 tests, cond 0)
		n1 true (test_time = 20.1565)
		p3242 false (test_time = 0.279105)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.7952)
	variant  2121/ 3240 = a(2216,2221)    (7947 tests, cond 0)
		n1 true (test_time = 21.217)
		p3242 false (test_time = 0.289192)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.7694)
	variant  2122/ 3240 = a(2216,2220)    (7947 tests, cond 0)
		n1 true (test_time = 20.3006)
		p3242 false (test_time = 0.278463)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.7416)
	variant  2123/ 3240 = a(2216,2219)    (7947 tests, cond 0)
		n1 true (test_time = 20.568)
		p3242 false (test_time = 0.277919)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.766)
	variant  2124/ 3240 = a(2216,2218)    (7947 tests, cond 0)
		n1 true (test_time = 20.2913)
		p3242 false (test_time = 0.278231)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.8114)
	variant  2125/ 3240 = a(2216,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.3451)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.6142)
	variant  2126/ 3240 = a(2216,2215)    (7947 tests, cond 0)
		n1 true (test_time = 20.5953)
		p3242 false (test_time = 0.268085)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.7185)
	variant  2127/ 3240 = a(2216,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.6379)
	variant  2128/ 3240 = a(2216,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.3282)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.7728)
	variant  2129/ 3240 = a(2216,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.3721)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.6632)
	variant  2130/ 3240 = a(2216,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.813)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.698)
	variant  2131/ 3240 = a(2216,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.1699)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.5746)
	variant  2132/ 3240 = a(2216,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.63)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.6594)
	variant  2133/ 3240 = a(2216,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.2368)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.5594)
	variant  2134/ 3240 = a(2216,2204)    (7947 tests, cond 0)
		n1 true (test_time = 20.4578)
		p3242 false (test_time = 0.258055)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.5321)
	variant  2135/ 3240 = a(2216,2203)    (7947 tests, cond 0)
		p3242 false (test_time = 20.403)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.9744)
	variant  2136/ 3240 = a(2216,2198)    (7947 tests, cond 0)
		p3242 true (test_time = 20.4906)
		n1 false (test_time = 0.267032)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.5324)
	variant  2137/ 3240 = a(2216,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.852)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.6023)
	variant  2138/ 3240 = a(2216,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.3845)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.5064)
	variant  2139/ 3240 = a(2200,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.4523)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.6132)
	variant  2140/ 3240 = a(2200,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.8354)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.7017)
	variant  2141/ 3240 = a(2200,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.8003)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.5832)
	variant  2142/ 3240 = a(2200,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.5049)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.5477)
	variant  2143/ 3240 = a(2200,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.3307)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.4524)
	variant  2144/ 3240 = a(2200,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.4917)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.4618)
	variant  2145/ 3240 = a(2200,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.1191)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.5248)
	variant  2146/ 3240 = a(2200,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.4004)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.4459)
	variant  2147/ 3240 = a(2200,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.8505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.6252)
	variant  2148/ 3240 = a(2200,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.4572)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.929)
	variant  2149/ 3240 = a(2200,2258)    (7947 tests, cond 0)
		n1 false (test_time = 21.1554)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.3389)
	variant  2150/ 3240 = a(2200,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.6159)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.6632)
	variant  2151/ 3240 = a(2200,2256)    (7947 tests, cond 0)
		n1 false (test_time = 20.4499)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.4237)
	variant  2152/ 3240 = a(2200,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.4042)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.3552)
	variant  2153/ 3240 = a(2200,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.5016)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.6588)
	variant  2154/ 3240 = a(2200,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.6708)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.482)
	variant  2155/ 3240 = a(2200,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.3998)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.3227)
	variant  2156/ 3240 = a(2200,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.5422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.4382)
	variant  2157/ 3240 = a(2200,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.2996)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.2692)
	variant  2158/ 3240 = a(2200,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.5328)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.5353)
	variant  2159/ 3240 = a(2200,2246)    (7947 tests, cond 0)
		n1 false (test_time = 20.4162)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.7869)
	variant  2160/ 3240 = a(2200,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.5346)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.2585)
	variant  2161/ 3240 = a(2200,2242)    (7947 tests, cond 0)
		n1 false (test_time = 19.9404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.277)
	variant  2162/ 3240 = a(2200,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.4075)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.3244)
	variant  2163/ 3240 = a(2200,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.3216)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.66)
	variant  2164/ 3240 = a(2200,2238)    (7947 tests, cond 0)
		n1 false (test_time = 23.6581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.2272)
	variant  2165/ 3240 = a(2200,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.8247)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.4898)
	variant  2166/ 3240 = a(2200,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.4606)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.1638)
	variant  2167/ 3240 = a(2200,2233)    (7947 tests, cond 0)
		n1 false (test_time = 80.6392)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.555)
	variant  2168/ 3240 = a(2200,2231)    (7947 tests, cond 0)
		n1 false (test_time = 80.2332)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.2069)
	variant  2169/ 3240 = a(2200,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.5003)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.2758)
	variant  2170/ 3240 = a(2200,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.5489)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.2643)
	variant  2171/ 3240 = a(2200,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.3367)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.1949)
	variant  2172/ 3240 = a(2200,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.4475)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.189)
	variant  2173/ 3240 = a(2200,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.5259)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.1268)
	variant  2174/ 3240 = a(2200,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.3357)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.1543)
	variant  2175/ 3240 = a(2200,2223)    (7947 tests, cond 0)
		n1 false (test_time = 80.7886)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.3036)
	variant  2176/ 3240 = a(2200,2222)    (7947 tests, cond 0)
		n1 false (test_time = 79.907)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.3779)
	variant  2177/ 3240 = a(2200,2221)    (7947 tests, cond 0)
		n1 false (test_time = 20.3606)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.0775)
	variant  2178/ 3240 = a(2200,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.4757)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.2782)
	variant  2179/ 3240 = a(2200,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.4271)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.2186)
	variant  2180/ 3240 = a(2200,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.3665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.1734)
	variant  2181/ 3240 = a(2200,2217)    (7947 tests, cond 0)
		n1 false (test_time = 20.6762)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.4114)
	variant  2182/ 3240 = a(2200,2215)    (7947 tests, cond 0)
		n1 false (test_time = 80.3183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.3557)
	variant  2183/ 3240 = a(2200,2214)    (7947 tests, cond 0)
		n1 false (test_time = 21.0905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.1068)
	variant  2184/ 3240 = a(2200,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.5268)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.1422)
	variant  2185/ 3240 = a(2200,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.585)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.2006)
	variant  2186/ 3240 = a(2200,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.4782)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.9918)
	variant  2187/ 3240 = a(2200,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.3346)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.0392)
	variant  2188/ 3240 = a(2200,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.7238)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.9762)
	variant  2189/ 3240 = a(2200,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.5364)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.2834)
	variant  2190/ 3240 = a(2200,2204)    (7947 tests, cond 0)
		n1 false (test_time = 80.1065)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.9238)
	variant  2191/ 3240 = a(2200,2203)    (7947 tests, cond 0)
		n1 false (test_time = 20.7493)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.0837)
	variant  2192/ 3240 = a(2200,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.4596)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.9662)
	variant  2193/ 3240 = a(2200,2196)    (7947 tests, cond 0)
		n1 false (test_time = 19.906)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.9347)
	variant  2194/ 3240 = a(2200,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.4517)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.8827)
	variant  2195/ 3240 = a(2199,2751)    (7947 tests, cond 0)
		n1 false (test_time = 20.2736)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.168)
	variant  2196/ 3240 = a(2199,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.6943)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.8705)
	variant  2197/ 3240 = a(2199,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6645)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.1228)
	variant  2198/ 3240 = a(2199,2269)    (7947 tests, cond 0)
		n1 false (test_time = 20.2168)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.8425)
	variant  2199/ 3240 = a(2199,2268)    (7947 tests, cond 0)
		n1 false (test_time = 20.5651)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.1013)
	variant  2200/ 3240 = a(2199,2266)    (7947 tests, cond 0)
		n1 false (test_time = 20.5111)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.793)
	variant  2201/ 3240 = a(2199,2265)    (7947 tests, cond 0)
		n1 false (test_time = 20.5876)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.9741)
	variant  2202/ 3240 = a(2199,2264)    (7947 tests, cond 0)
		n1 false (test_time = 20.4078)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.8155)
	variant  2203/ 3240 = a(2199,2260)    (7947 tests, cond 0)
		n1 false (test_time = 20.7085)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.9203)
	variant  2204/ 3240 = a(2199,2259)    (7947 tests, cond 0)
		n1 false (test_time = 20.5304)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.817)
	variant  2205/ 3240 = a(2199,2258)    (7947 tests, cond 0)
		n1 false (test_time = 20.6584)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.8884)
	variant  2206/ 3240 = a(2199,2257)    (7947 tests, cond 0)
		n1 false (test_time = 20.2699)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.8504)
	variant  2207/ 3240 = a(2199,2256)    (7947 tests, cond 0)
		n1 false (test_time = 21.3656)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.86)
	variant  2208/ 3240 = a(2199,2254)    (7947 tests, cond 0)
		n1 false (test_time = 20.5511)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.7725)
	variant  2209/ 3240 = a(2199,2252)    (7947 tests, cond 0)
		n1 false (test_time = 20.7847)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.8891)
	variant  2210/ 3240 = a(2199,2251)    (7947 tests, cond 0)
		n1 false (test_time = 20.4805)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.7885)
	variant  2211/ 3240 = a(2199,2250)    (7947 tests, cond 0)
		n1 false (test_time = 20.5098)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.8188)
	variant  2212/ 3240 = a(2199,2249)    (7947 tests, cond 0)
		n1 false (test_time = 20.3987)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.7856)
	variant  2213/ 3240 = a(2199,2248)    (7947 tests, cond 0)
		n1 false (test_time = 20.5914)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.839)
	variant  2214/ 3240 = a(2199,2247)    (7947 tests, cond 0)
		n1 false (test_time = 20.4276)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.8489)
	variant  2215/ 3240 = a(2199,2246)    (7947 tests, cond 0)
		n1 false (test_time = 21.0412)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.797)
	variant  2216/ 3240 = a(2199,2245)    (7947 tests, cond 0)
		n1 false (test_time = 20.4199)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.7294)
	variant  2217/ 3240 = a(2199,2242)    (7947 tests, cond 0)
		n1 false (test_time = 20.6085)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.7622)
	variant  2218/ 3240 = a(2199,2241)    (7947 tests, cond 0)
		n1 false (test_time = 20.4686)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.6706)
	variant  2219/ 3240 = a(2199,2239)    (7947 tests, cond 0)
		n1 false (test_time = 20.512)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.7258)
	variant  2220/ 3240 = a(2199,2238)    (7947 tests, cond 0)
		n1 false (test_time = 20.4732)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.9281)
	variant  2221/ 3240 = a(2199,2237)    (7947 tests, cond 0)
		n1 false (test_time = 20.4404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.7031)
	variant  2222/ 3240 = a(2199,2235)    (7947 tests, cond 0)
		n1 false (test_time = 20.5769)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.6364)
	variant  2223/ 3240 = a(2199,2233)    (7947 tests, cond 0)
		n1 false (test_time = 80.4496)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.6774)
	variant  2224/ 3240 = a(2199,2231)    (7947 tests, cond 0)
		n1 false (test_time = 80.5868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.634)
	variant  2225/ 3240 = a(2199,2230)    (7947 tests, cond 0)
		n1 false (test_time = 20.0775)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.701)
	variant  2226/ 3240 = a(2199,2229)    (7947 tests, cond 0)
		n1 false (test_time = 20.6273)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.7289)
	variant  2227/ 3240 = a(2199,2228)    (7947 tests, cond 0)
		n1 false (test_time = 20.8775)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 11.2945)
	variant  2228/ 3240 = a(2199,2227)    (7947 tests, cond 0)
		n1 false (test_time = 20.4031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.5839)
	variant  2229/ 3240 = a(2199,2226)    (7947 tests, cond 0)
		n1 false (test_time = 20.4734)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.7846)
	variant  2230/ 3240 = a(2199,2225)    (7947 tests, cond 0)
		n1 false (test_time = 20.8305)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.5544)
	variant  2231/ 3240 = a(2199,2223)    (7947 tests, cond 0)
		n1 false (test_time = 80.2787)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.7942)
	variant  2232/ 3240 = a(2199,2222)    (7947 tests, cond 0)
		n1 false (test_time = 80.5644)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.5385)
	variant  2233/ 3240 = a(2199,2221)    (7947 tests, cond 0)
		n1 false (test_time = 20.5764)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.6772)
	variant  2234/ 3240 = a(2199,2220)    (7947 tests, cond 0)
		n1 false (test_time = 20.4716)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.5192)
	variant  2235/ 3240 = a(2199,2219)    (7947 tests, cond 0)
		n1 false (test_time = 20.5506)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.8462)
	variant  2236/ 3240 = a(2199,2218)    (7947 tests, cond 0)
		n1 false (test_time = 20.3815)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.6561)
	variant  2237/ 3240 = a(2199,2217)    (7947 tests, cond 0)
		n1 false (test_time = 21.0293)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.7087)
	variant  2238/ 3240 = a(2199,2215)    (7947 tests, cond 0)
		n1 false (test_time = 80.3499)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.4552)
	variant  2239/ 3240 = a(2199,2214)    (7947 tests, cond 0)
		n1 false (test_time = 20.5434)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.527)
	variant  2240/ 3240 = a(2199,2213)    (7947 tests, cond 0)
		n1 false (test_time = 20.4443)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.4325)
	variant  2241/ 3240 = a(2199,2212)    (7947 tests, cond 0)
		n1 false (test_time = 20.4014)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.4842)
	variant  2242/ 3240 = a(2199,2211)    (7947 tests, cond 0)
		n1 false (test_time = 20.4966)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.5689)
	variant  2243/ 3240 = a(2199,2210)    (7947 tests, cond 0)
		n1 false (test_time = 20.6267)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.4764)
	variant  2244/ 3240 = a(2199,2209)    (7947 tests, cond 0)
		n1 false (test_time = 20.3885)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.3893)
	variant  2245/ 3240 = a(2199,2207)    (7947 tests, cond 0)
		n1 false (test_time = 20.6344)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.6051)
	variant  2246/ 3240 = a(2199,2204)    (7947 tests, cond 0)
		n1 false (test_time = 80.3971)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.3801)
	variant  2247/ 3240 = a(2199,2203)    (7947 tests, cond 0)
		n1 false (test_time = 21.2471)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.5901)
	variant  2248/ 3240 = a(2199,2198)    (7947 tests, cond 0)
		n1 false (test_time = 20.3501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.3719)
	variant  2249/ 3240 = a(2199,2196)    (7947 tests, cond 0)
		n1 false (test_time = 20.7173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.4773)
	variant  2250/ 3240 = a(2199,2194)    (7947 tests, cond 0)
		n1 false (test_time = 20.5202)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.3557)
	variant  2251/ 3240 = a(2193,2751)    (7947 tests, cond 0)
		n1 false (test_time = 0.499038)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.5203)
	variant  2252/ 3240 = a(2193,2728)    (7947 tests, cond 0)
		n1 false (test_time = 0.427909)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.3402)
	variant  2253/ 3240 = a(2193,2352)    (7947 tests, cond 0)
		n1 false (test_time = 0.470591)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.3735)
	variant  2254/ 3240 = a(2193,2269)    (7947 tests, cond 0)
		n1 false (test_time = 0.415532)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.2991)
	variant  2255/ 3240 = a(2193,2268)    (7947 tests, cond 0)
		n1 false (test_time = 0.457464)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.854)
	variant  2256/ 3240 = a(2193,2266)    (7947 tests, cond 0)
		n1 false (test_time = 0.44225)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.9311)
	variant  2257/ 3240 = a(2193,2265)    (7947 tests, cond 0)
		n1 false (test_time = 0.426963)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.293)
	variant  2258/ 3240 = a(2193,2264)    (7947 tests, cond 0)
		n1 false (test_time = 0.557402)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.4016)
	variant  2259/ 3240 = a(2193,2260)    (7947 tests, cond 0)
		n1 false (test_time = 0.410964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.2666)
	variant  2260/ 3240 = a(2193,2259)    (7947 tests, cond 0)
		n1 false (test_time = 0.441684)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.2229)
	variant  2261/ 3240 = a(2193,2258)    (7947 tests, cond 0)
		n1 false (test_time = 0.45836)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.4074)
	variant  2262/ 3240 = a(2193,2257)    (7947 tests, cond 0)
		n1 false (test_time = 0.470016)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.2302)
	variant  2263/ 3240 = a(2193,2256)    (7947 tests, cond 0)
		n1 false (test_time = 0.486415)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.6671)
	variant  2264/ 3240 = a(2193,2254)    (7947 tests, cond 0)
		n1 false (test_time = 0.440006)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.3875)
	variant  2265/ 3240 = a(2193,2252)    (7947 tests, cond 0)
		n1 false (test_time = 0.435274)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.1597)
	variant  2266/ 3240 = a(2193,2251)    (7947 tests, cond 0)
		n1 false (test_time = 0.461088)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.2257)
	variant  2267/ 3240 = a(2193,2250)    (7947 tests, cond 0)
		n1 false (test_time = 0.424002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.2266)
	variant  2268/ 3240 = a(2193,2249)    (7947 tests, cond 0)
		n1 false (test_time = 0.470869)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.1981)
	variant  2269/ 3240 = a(2193,2248)    (7947 tests, cond 0)
		n1 false (test_time = 0.417115)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.1789)
	variant  2270/ 3240 = a(2193,2247)    (7947 tests, cond 0)
		n1 false (test_time = 0.442457)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.1086)
	variant  2271/ 3240 = a(2193,2246)    (7947 tests, cond 0)
		n1 false (test_time = 0.459405)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.151)
	variant  2272/ 3240 = a(2193,2245)    (7947 tests, cond 0)
		n1 false (test_time = 0.426897)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.3789)
	variant  2273/ 3240 = a(2193,2242)    (7947 tests, cond 0)
		n1 false (test_time = 0.473901)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.1685)
	variant  2274/ 3240 = a(2193,2241)    (7947 tests, cond 0)
		n1 false (test_time = 0.414356)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.1181)
	variant  2275/ 3240 = a(2193,2239)    (7947 tests, cond 0)
		n1 false (test_time = 0.439399)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.0971)
	variant  2276/ 3240 = a(2193,2238)    (7947 tests, cond 0)
		n1 false (test_time = 0.464414)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.1207)
	variant  2277/ 3240 = a(2193,2237)    (7947 tests, cond 0)
		n1 false (test_time = 0.426961)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.1861)
	variant  2278/ 3240 = a(2193,2235)    (7947 tests, cond 0)
		n1 false (test_time = 0.470706)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.3875)
	variant  2279/ 3240 = a(2193,2233)    (7947 tests, cond 0)
		n1 false (test_time = 0.414629)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.0413)
	variant  2280/ 3240 = a(2193,2231)    (7947 tests, cond 0)
		n1 false (test_time = 0.46613)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.0233)
	variant  2281/ 3240 = a(2193,2230)    (7947 tests, cond 0)
		n1 false (test_time = 0.468154)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.0543)
	variant  2282/ 3240 = a(2193,2229)    (7947 tests, cond 0)
		n1 false (test_time = 0.423107)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.0185)
	variant  2283/ 3240 = a(2193,2228)    (7947 tests, cond 0)
		n1 false (test_time = 0.470457)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.0784)
	variant  2284/ 3240 = a(2193,2227)    (7947 tests, cond 0)
		n1 false (test_time = 0.41428)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.0141)
	variant  2285/ 3240 = a(2193,2226)    (7947 tests, cond 0)
		n1 false (test_time = 0.446552)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.96072)
	variant  2286/ 3240 = a(2193,2225)    (7947 tests, cond 0)
		n1 false (test_time = 0.453107)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.0558)
	variant  2287/ 3240 = a(2193,2223)    (7947 tests, cond 0)
		n1 false (test_time = 0.421508)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.98556)
	variant  2288/ 3240 = a(2193,2222)    (7947 tests, cond 0)
		n1 false (test_time = 0.467197)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.99583)
	variant  2289/ 3240 = a(2193,2221)    (7947 tests, cond 0)
		n1 false (test_time = 0.416799)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.0002)
	variant  2290/ 3240 = a(2193,2220)    (7947 tests, cond 0)
		n1 false (test_time = 0.439956)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.9633)
	variant  2291/ 3240 = a(2193,2219)    (7947 tests, cond 0)
		n1 false (test_time = 0.476167)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.95694)
	variant  2292/ 3240 = a(2193,2218)    (7947 tests, cond 0)
		n1 false (test_time = 0.428479)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.3298)
	variant  2293/ 3240 = a(2193,2217)    (7947 tests, cond 0)
		n1 false (test_time = 0.477943)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.197)
	variant  2294/ 3240 = a(2193,2215)    (7947 tests, cond 0)
		n1 false (test_time = 0.422162)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.5071)
	variant  2295/ 3240 = a(2193,2214)    (7947 tests, cond 0)
		n1 false (test_time = 0.531483)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.1094)
	variant  2296/ 3240 = a(2193,2213)    (7947 tests, cond 0)
		n1 false (test_time = 0.455314)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.0434)
	variant  2297/ 3240 = a(2193,2212)    (7947 tests, cond 0)
		n1 false (test_time = 0.42505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.85173)
	variant  2298/ 3240 = a(2193,2211)    (7947 tests, cond 0)
		n1 false (test_time = 0.471792)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.87262)
	variant  2299/ 3240 = a(2193,2210)    (7947 tests, cond 0)
		n1 false (test_time = 0.413063)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.86552)
	variant  2300/ 3240 = a(2193,2209)    (7947 tests, cond 0)
		n1 false (test_time = 0.441602)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.96537)
	variant  2301/ 3240 = a(2193,2207)    (7947 tests, cond 0)
		n1 false (test_time = 0.459734)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.90539)
	variant  2302/ 3240 = a(2193,2204)    (7947 tests, cond 0)
		n1 false (test_time = 0.427556)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.80617)
	variant  2303/ 3240 = a(2193,2203)    (7947 tests, cond 0)
		n1 false (test_time = 0.47021)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.82427)
	variant  2304/ 3240 = a(2193,2198)    (7947 tests, cond 0)
		n1 false (test_time = 0.409281)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.77166)
	variant  2305/ 3240 = a(2193,2196)    (7947 tests, cond 0)
		n1 false (test_time = 0.437563)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.77496)
	variant  2306/ 3240 = a(2193,2194)    (7947 tests, cond 0)
		n1 false (test_time = 0.467833)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.2145)
	variant  2307/ 3240 = a(2186,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.341)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.722)
	variant  2308/ 3240 = a(2186,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.81633)
	variant  2309/ 3240 = a(2186,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.4897)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.74647)
	variant  2310/ 3240 = a(2186,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.4581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.85725)
	variant  2311/ 3240 = a(2186,1990)    (7947 tests, cond 0)
		n1 false (test_time = 20.5054)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.1369)
	variant  2312/ 3240 = a(2186,1948)    (7947 tests, cond 0)
		n1 false (test_time = 21.0253)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.74245)
	variant  2313/ 3240 = a(2186,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.4653)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.6665)
	variant  2314/ 3240 = a(2186,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.743)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.78753)
	variant  2315/ 3240 = a(2181,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.5395)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.64582)
	variant  2316/ 3240 = a(2181,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6431)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.79406)
	variant  2317/ 3240 = a(2181,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.4147)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.64884)
	variant  2318/ 3240 = a(2181,2181)    (7947 tests, cond 0)
		n1 false (test_time = 20.6306)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.65952)
	variant  2319/ 3240 = a(2181,2180)    (7947 tests, cond 0)
		n1 false (test_time = 20.4441)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.59251)
	variant  2320/ 3240 = a(2181,2178)    (7947 tests, cond 0)
		n1 false (test_time = 20.4921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.7634)
	variant  2321/ 3240 = a(2181,2176)    (7947 tests, cond 0)
		n1 false (test_time = 20.4353)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.56568)
	variant  2322/ 3240 = a(2181,2173)    (7947 tests, cond 0)
		n1 false (test_time = 20.8131)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.74496)
	variant  2323/ 3240 = a(2181,2172)    (7947 tests, cond 0)
		n1 false (test_time = 20.5062)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.62711)
	variant  2324/ 3240 = a(2181,2169)    (7947 tests, cond 0)
		n1 false (test_time = 21.2262)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.62396)
	variant  2325/ 3240 = a(2181,2168)    (7947 tests, cond 0)
		n1 false (test_time = 20.4384)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.54161)
	variant  2326/ 3240 = a(2181,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.8248)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.59825)
	variant  2327/ 3240 = a(2181,1990)    (7947 tests, cond 0)
		n1 false (test_time = 20.4132)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.56714)
	variant  2328/ 3240 = a(2181,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.5554)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.50606)
	variant  2329/ 3240 = a(2181,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.5806)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.57452)
	variant  2330/ 3240 = a(2181,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.5369)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.78242)
	variant  2331/ 3240 = a(2180,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.8331)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.53758)
	variant  2332/ 3240 = a(2180,2181)    (7947 tests, cond 0)
		n1 false (test_time = 20.5493)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.72517)
	variant  2333/ 3240 = a(2180,2180)    (7947 tests, cond 0)
		n1 false (test_time = 20.4537)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.5324)
	variant  2334/ 3240 = a(2180,2178)    (7947 tests, cond 0)
		n1 false (test_time = 20.4847)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.50559)
	variant  2335/ 3240 = a(2180,2176)    (7947 tests, cond 0)
		n1 false (test_time = 20.4857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.51951)
	variant  2336/ 3240 = a(2180,2173)    (7947 tests, cond 0)
		n1 false (test_time = 20.6482)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.49626)
	variant  2337/ 3240 = a(2180,2172)    (7947 tests, cond 0)
		n1 false (test_time = 20.9465)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.4149)
	variant  2338/ 3240 = a(2180,2169)    (7947 tests, cond 0)
		n1 false (test_time = 20.8349)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.47181)
	variant  2339/ 3240 = a(2180,2168)    (7947 tests, cond 0)
		n1 false (test_time = 20.5497)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.4065)
	variant  2340/ 3240 = a(2179,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.76)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.60742)
	variant  2341/ 3240 = a(2179,2181)    (7947 tests, cond 0)
		n1 false (test_time = 20.911)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.41423)
	variant  2342/ 3240 = a(2179,2179)    (7947 tests, cond 0)
		n1 false (test_time = 20.5129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.71775)
	variant  2343/ 3240 = a(2179,2178)    (7947 tests, cond 0)
		n1 false (test_time = 20.7979)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.54517)
	variant  2344/ 3240 = a(2179,2176)    (7947 tests, cond 0)
		n1 false (test_time = 20.5769)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.34537)
	variant  2345/ 3240 = a(2179,2173)    (7947 tests, cond 0)
		n1 false (test_time = 20.2892)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.3958)
	variant  2346/ 3240 = a(2179,2172)    (7947 tests, cond 0)
		n1 false (test_time = 20.5488)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.32683)
	variant  2347/ 3240 = a(2179,2169)    (7947 tests, cond 0)
		n1 false (test_time = 20.5746)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.3822)
	variant  2348/ 3240 = a(2179,2168)    (7947 tests, cond 0)
		n1 false (test_time = 20.5501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.35096)
	variant  2349/ 3240 = a(2178,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5738)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.93562)
	variant  2350/ 3240 = a(2178,2178)    (7947 tests, cond 0)
		n1 false (test_time = 20.4774)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.27934)
	variant  2351/ 3240 = a(2176,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.4232)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.27481)
	variant  2352/ 3240 = a(2176,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.45)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.33775)
	variant  2353/ 3240 = a(2176,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.7129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.25348)
	variant  2354/ 3240 = a(2176,2181)    (7947 tests, cond 0)
		n1 false (test_time = 20.4929)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.28066)
	variant  2355/ 3240 = a(2176,2178)    (7947 tests, cond 0)
		n1 false (test_time = 20.4173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.25236)
	variant  2356/ 3240 = a(2176,2176)    (7947 tests, cond 0)
		n1 false (test_time = 21.0905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.38333)
	variant  2357/ 3240 = a(2176,2175)    (7947 tests, cond 0)
		n1 false (test_time = 20.4845)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.39506)
	variant  2358/ 3240 = a(2176,2173)    (7947 tests, cond 0)
		n1 false (test_time = 20.4453)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.23238)
	variant  2359/ 3240 = a(2176,2172)    (7947 tests, cond 0)
		n1 false (test_time = 20.4379)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.38438)
	variant  2360/ 3240 = a(2176,2169)    (7947 tests, cond 0)
		n1 false (test_time = 20.5262)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.21118)
	variant  2361/ 3240 = a(2176,2168)    (7947 tests, cond 0)
		n1 false (test_time = 20.4985)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.15648)
	variant  2362/ 3240 = a(2176,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.4807)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.27026)
	variant  2363/ 3240 = a(2176,1990)    (7947 tests, cond 0)
		n1 false (test_time = 20.4694)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.61383)
	variant  2364/ 3240 = a(2176,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.6071)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.18685)
	variant  2365/ 3240 = a(2176,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.5152)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.14509)
	variant  2366/ 3240 = a(2176,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.7626)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.20619)
	variant  2367/ 3240 = a(2175,2352)    (7947 tests, cond 0)
		n1 false (test_time = 0.405833)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.12538)
	variant  2368/ 3240 = a(2175,2181)    (7947 tests, cond 0)
		n1 false (test_time = 0.42037)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.20102)
	variant  2369/ 3240 = a(2175,2178)    (7947 tests, cond 0)
		n1 false (test_time = 0.512683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.15399)
	variant  2370/ 3240 = a(2175,2176)    (7947 tests, cond 0)
		n1 false (test_time = 0.40254)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.14845)
	variant  2371/ 3240 = a(2175,2175)    (7947 tests, cond 0)
		n1 false (test_time = 0.427626)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.07423)
	variant  2372/ 3240 = a(2175,2173)    (7947 tests, cond 0)
		n1 false (test_time = 0.493051)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.12104)
	variant  2373/ 3240 = a(2175,2172)    (7947 tests, cond 0)
		n1 false (test_time = 0.400762)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.08238)
	variant  2374/ 3240 = a(2175,2169)    (7947 tests, cond 0)
		n1 false (test_time = 0.443044)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.03826)
	variant  2375/ 3240 = a(2175,2168)    (7947 tests, cond 0)
		n1 false (test_time = 0.491348)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.07527)
	variant  2376/ 3240 = a(2173,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.5618)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.03376)
	variant  2377/ 3240 = a(2173,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5288)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.98728)
	variant  2378/ 3240 = a(2173,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.5079)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.02558)
	variant  2379/ 3240 = a(2173,2181)    (7947 tests, cond 0)
		n1 false (test_time = 20.4849)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.74709)
	variant  2380/ 3240 = a(2173,2178)    (7947 tests, cond 0)
		n1 false (test_time = 20.7581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.01421)
	variant  2381/ 3240 = a(2173,2176)    (7947 tests, cond 0)
		n1 false (test_time = 20.5217)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.0252)
	variant  2382/ 3240 = a(2173,2175)    (7947 tests, cond 0)
		n1 false (test_time = 20.5619)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.97717)
	variant  2383/ 3240 = a(2173,2173)    (7947 tests, cond 0)
		n1 false (test_time = 20.4983)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.92388)
	variant  2384/ 3240 = a(2173,2172)    (7947 tests, cond 0)
		n1 false (test_time = 20.9086)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.99117)
	variant  2385/ 3240 = a(2173,2169)    (7947 tests, cond 0)
		n1 false (test_time = 20.4618)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.93802)
	variant  2386/ 3240 = a(2173,2168)    (7947 tests, cond 0)
		n1 false (test_time = 20.4572)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.94128)
	variant  2387/ 3240 = a(2173,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.5511)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.94832)
	variant  2388/ 3240 = a(2173,1990)    (7947 tests, cond 0)
		n1 false (test_time = 20.4675)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.26404)
	variant  2389/ 3240 = a(2173,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.7134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.87268)
	variant  2390/ 3240 = a(2173,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.8864)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 10.659)
	variant  2391/ 3240 = a(2173,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.5586)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.86032)
	variant  2392/ 3240 = a(2172,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6165)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.84358)
	variant  2393/ 3240 = a(2172,2181)    (7947 tests, cond 0)
		n1 false (test_time = 20.5271)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.93073)
	variant  2394/ 3240 = a(2172,2178)    (7947 tests, cond 0)
		n1 false (test_time = 20.4394)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.85679)
	variant  2395/ 3240 = a(2172,2176)    (7947 tests, cond 0)
		n1 false (test_time = 20.3951)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.8633)
	variant  2396/ 3240 = a(2172,2175)    (7947 tests, cond 0)
		n1 false (test_time = 20.6221)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.87384)
	variant  2397/ 3240 = a(2172,2173)    (7947 tests, cond 0)
		n1 false (test_time = 20.8021)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.56558)
	variant  2398/ 3240 = a(2172,2172)    (7947 tests, cond 0)
		n1 false (test_time = 20.8679)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.76267)
	variant  2399/ 3240 = a(2172,2169)    (7947 tests, cond 0)
		n1 false (test_time = 20.4608)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.83045)
	variant  2400/ 3240 = a(2172,2168)    (7947 tests, cond 0)
		n1 false (test_time = 20.5472)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.82608)
	variant  2401/ 3240 = a(2169,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.6789)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.73016)
	variant  2402/ 3240 = a(2169,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5727)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.82427)
	variant  2403/ 3240 = a(2169,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.367)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.73599)
	variant  2404/ 3240 = a(2169,2181)    (7947 tests, cond 0)
		n1 false (test_time = 21.0387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.72387)
	variant  2405/ 3240 = a(2169,2178)    (7947 tests, cond 0)
		n1 false (test_time = 20.5422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.75175)
	variant  2406/ 3240 = a(2169,2176)    (7947 tests, cond 0)
		n1 false (test_time = 20.5217)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.72713)
	variant  2407/ 3240 = a(2169,2175)    (7947 tests, cond 0)
		n1 false (test_time = 20.4137)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.69122)
	variant  2408/ 3240 = a(2169,2173)    (7947 tests, cond 0)
		n1 false (test_time = 20.6248)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.72955)
	variant  2409/ 3240 = a(2169,2172)    (7947 tests, cond 0)
		n1 false (test_time = 20.3787)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.94869)
	variant  2410/ 3240 = a(2169,2169)    (7947 tests, cond 0)
		n1 false (test_time = 20.7966)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.7146)
	variant  2411/ 3240 = a(2169,2168)    (7947 tests, cond 0)
		n1 false (test_time = 20.661)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.8223)
	variant  2412/ 3240 = a(2169,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.5122)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.7376)
	variant  2413/ 3240 = a(2169,1990)    (7947 tests, cond 0)
		n1 true (test_time = 21.1834)
		p3242 false (test_time = 0.329417)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.57277)
	variant  2414/ 3240 = a(2169,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.5361)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.78433)
	variant  2415/ 3240 = a(2169,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.5095)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.63231)
	variant  2416/ 3240 = a(2169,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.7637)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.8692)
	variant  2417/ 3240 = a(2168,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.7617)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.67546)
	variant  2418/ 3240 = a(2168,2181)    (7947 tests, cond 0)
		n1 false (test_time = 20.558)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.64766)
	variant  2419/ 3240 = a(2168,2178)    (7947 tests, cond 0)
		n1 false (test_time = 20.4301)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.55737)
	variant  2420/ 3240 = a(2168,2176)    (7947 tests, cond 0)
		n1 false (test_time = 20.593)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.6936)
	variant  2421/ 3240 = a(2168,2175)    (7947 tests, cond 0)
		n1 false (test_time = 20.4495)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.57344)
	variant  2422/ 3240 = a(2168,2173)    (7947 tests, cond 0)
		n1 false (test_time = 21.1427)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.53648)
	variant  2423/ 3240 = a(2168,2172)    (7947 tests, cond 0)
		n1 false (test_time = 20.5451)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.57411)
	variant  2424/ 3240 = a(2168,2169)    (7947 tests, cond 0)
		n1 false (test_time = 20.5062)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.72418)
	variant  2425/ 3240 = a(2167,2728)    (7947 tests, cond 0)
		n1 false (test_time = 0.442737)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.49662)
	variant  2426/ 3240 = a(2167,2352)    (7947 tests, cond 0)
		n1 false (test_time = 0.468964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.46467)
	variant  2427/ 3240 = a(2167,2186)    (7947 tests, cond 0)
		n1 false (test_time = 0.482918)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.50038)
	variant  2428/ 3240 = a(2167,2181)    (7947 tests, cond 0)
		n1 false (test_time = 0.349728)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.54895)
	variant  2429/ 3240 = a(2167,2178)    (7947 tests, cond 0)
		n1 false (test_time = 0.401939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.56976)
	variant  2430/ 3240 = a(2167,2176)    (7947 tests, cond 0)
		n1 false (test_time = 0.498486)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.44409)
	variant  2431/ 3240 = a(2167,2175)    (7947 tests, cond 0)
		n1 false (test_time = 0.488517)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.52338)
	variant  2432/ 3240 = a(2167,2173)    (7947 tests, cond 0)
		n1 false (test_time = 0.345866)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.47688)
	variant  2433/ 3240 = a(2167,2172)    (7947 tests, cond 0)
		n1 false (test_time = 0.405665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.41109)
	variant  2434/ 3240 = a(2167,2169)    (7947 tests, cond 0)
		n1 false (test_time = 0.451462)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.38516)
	variant  2435/ 3240 = a(2167,2168)    (7947 tests, cond 0)
		n1 false (test_time = 0.483322)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.37414)
	variant  2436/ 3240 = a(2167,2023)    (7947 tests, cond 0)
		n1 false (test_time = 0.345642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.48002)
	variant  2437/ 3240 = a(2167,1990)    (7947 tests, cond 0)
		n1 false (test_time = 0.398155)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 9.06888)
	variant  2438/ 3240 = a(2167,1948)    (7947 tests, cond 0)
		n1 false (test_time = 0.464509)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.64641)
	variant  2439/ 3240 = a(2167,1814)    (7947 tests, cond 0)
		n1 false (test_time = 0.646908)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.42215)
	variant  2440/ 3240 = a(2167,1786)    (7947 tests, cond 0)
		n1 false (test_time = 0.358173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.42843)
	variant  2441/ 3240 = a(2165,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.6228)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.39424)
	variant  2442/ 3240 = a(2165,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4719)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.30063)
	variant  2443/ 3240 = a(2165,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.6769)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.80717)
	variant  2444/ 3240 = a(2165,2165)    (7947 tests, cond 0)
		n1 false (test_time = 20.3038)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.36993)
	variant  2445/ 3240 = a(2165,2164)    (7947 tests, cond 0)
		n1 false (test_time = 20.6037)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.38502)
	variant  2446/ 3240 = a(2165,2163)    (7947 tests, cond 0)
		n1 false (test_time = 20.7018)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.32506)
	variant  2447/ 3240 = a(2165,2161)    (7947 tests, cond 0)
		n1 true (test_time = 20.3441)
		p3242 false (test_time = 0.331415)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.33125)
	variant  2448/ 3240 = a(2165,2156)    (7947 tests, cond 0)
		n1 false (test_time = 20.6479)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.32641)
	variant  2449/ 3240 = a(2165,2150)    (7947 tests, cond 0)
		n1 false (test_time = 20.5019)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.40642)
	variant  2450/ 3240 = a(2165,2148)    (7947 tests, cond 0)
		n1 false (test_time = 20.5796)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.24427)
	variant  2451/ 3240 = a(2165,2023)    (7947 tests, cond 0)
		n1 false (test_time = 21.2468)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.30384)
	variant  2452/ 3240 = a(2165,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.1035)
		p3242 false (test_time = 0.254557)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.23929)
	variant  2453/ 3240 = a(2165,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.2376)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.47509)
	variant  2454/ 3240 = a(2165,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.5579)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.15802)
	variant  2455/ 3240 = a(2165,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.3194)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.1887)
	variant  2456/ 3240 = a(2164,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4723)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.15093)
	variant  2457/ 3240 = a(2164,2164)    (7947 tests, cond 0)
		n1 false (test_time = 20.4569)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.19217)
	variant  2458/ 3240 = a(2164,2150)    (7947 tests, cond 0)
		n1 false (test_time = 20.7246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.5092)
	variant  2459/ 3240 = a(2164,2148)    (7947 tests, cond 0)
		n1 false (test_time = 20.7546)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.2558)
	variant  2460/ 3240 = a(2163,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.2972)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.14855)
	variant  2461/ 3240 = a(2163,2165)    (7947 tests, cond 0)
		n1 true (test_time = 20.3848)
		p3242 false (test_time = 0.253804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.13648)
	variant  2462/ 3240 = a(2163,2164)    (7947 tests, cond 0)
		n1 false (test_time = 20.3254)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.24176)
	variant  2463/ 3240 = a(2163,2161)    (7947 tests, cond 0)
		n1 true (test_time = 20.2015)
		p3242 false (test_time = 0.257826)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.16645)
	variant  2464/ 3240 = a(2163,2156)    (7947 tests, cond 0)
		n1 true (test_time = 20.4424)
		p3242 false (test_time = 0.25982)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.17311)
	variant  2465/ 3240 = a(2163,2150)    (7947 tests, cond 0)
		n1 false (test_time = 20.601)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.19382)
	variant  2466/ 3240 = a(2163,2148)    (7947 tests, cond 0)
		n1 false (test_time = 20.491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.21722)
	variant  2467/ 3240 = a(2162,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.2095)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.19185)
	variant  2468/ 3240 = a(2162,2156)    (7947 tests, cond 0)
		n1 true (test_time = 20.4845)
		p3242 false (test_time = 0.263699)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.18311)
	variant  2469/ 3240 = a(2162,2150)    (7947 tests, cond 0)
		n1 false (test_time = 20.3501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.08341)
	variant  2470/ 3240 = a(2162,2148)    (7947 tests, cond 0)
		n1 false (test_time = 20.2283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.06031)
	variant  2471/ 3240 = a(2161,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4223)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.99341)
	variant  2472/ 3240 = a(2161,2165)    (7947 tests, cond 0)
		n1 true (test_time = 20.7965)
		p3242 false (test_time = 0.279502)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.20736)
	variant  2473/ 3240 = a(2161,2164)    (7947 tests, cond 0)
		n1 false (test_time = 20.2811)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.18417)
	variant  2474/ 3240 = a(2161,2163)    (7947 tests, cond 0)
		n1 true (test_time = 20.3861)
		p3242 false (test_time = 0.263043)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.12003)
	variant  2475/ 3240 = a(2161,2161)    (7947 tests, cond 0)
		n1 false (test_time = 20.2428)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.20579)
	variant  2476/ 3240 = a(2161,2156)    (7947 tests, cond 0)
		n1 false (test_time = 20.538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.21761)
	variant  2477/ 3240 = a(2161,2150)    (7947 tests, cond 0)
		n1 false (test_time = 20.3663)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.91167)
	variant  2478/ 3240 = a(2161,2148)    (7947 tests, cond 0)
		n1 false (test_time = 20.6937)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.31984)
	variant  2479/ 3240 = a(2160,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.4297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.93514)
	variant  2480/ 3240 = a(2160,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.3924)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.95785)
	variant  2481/ 3240 = a(2160,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.371)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.05181)
	variant  2482/ 3240 = a(2160,2165)    (7947 tests, cond 0)
		n1 false (test_time = 20.4311)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.99315)
	variant  2483/ 3240 = a(2160,2164)    (7947 tests, cond 0)
		n1 false (test_time = 20.403)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.86063)
	variant  2484/ 3240 = a(2160,2163)    (7947 tests, cond 0)
		n1 false (test_time = 20.4095)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.90569)
	variant  2485/ 3240 = a(2160,2161)    (7947 tests, cond 0)
		n1 true (test_time = 20.7466)
		p3242 false (test_time = 0.261837)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.83853)
	variant  2486/ 3240 = a(2160,2156)    (7947 tests, cond 0)
		n1 false (test_time = 20.4259)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.23941)
	variant  2487/ 3240 = a(2160,2150)    (7947 tests, cond 0)
		n1 false (test_time = 20.4853)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.8554)
	variant  2488/ 3240 = a(2160,2148)    (7947 tests, cond 0)
		n1 false (test_time = 20.4603)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.83481)
	variant  2489/ 3240 = a(2160,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.3905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.24721)
	variant  2490/ 3240 = a(2160,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.2946)
		p3242 false (test_time = 0.26646)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.81253)
	variant  2491/ 3240 = a(2160,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.4761)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.89417)
	variant  2492/ 3240 = a(2160,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.234)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.83277)
	variant  2493/ 3240 = a(2160,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.4976)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.84758)
	variant  2494/ 3240 = a(2158,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.2537)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.76834)
	variant  2495/ 3240 = a(2158,2352)    (7947 tests, cond 0)
		n1 false (test_time = 21.0229)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.79196)
	variant  2496/ 3240 = a(2158,2186)    (7947 tests, cond 0)
		n1 true (test_time = 20.361)
		p3242 false (test_time = 0.268124)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.7326)
	variant  2497/ 3240 = a(2158,2165)    (7947 tests, cond 0)
		n1 true (test_time = 20.6305)
		p3242 false (test_time = 0.270715)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.07501)
	variant  2498/ 3240 = a(2158,2164)    (7947 tests, cond 0)
		n1 false (test_time = 20.58)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 8.31979)
	variant  2499/ 3240 = a(2158,2163)    (7947 tests, cond 0)
		n1 false (test_time = 20.4472)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.89376)
	variant  2500/ 3240 = a(2158,2161)    (7947 tests, cond 0)
		n1 true (test_time = 20.2544)
		p3242 false (test_time = 0.269113)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.70087)
	variant  2501/ 3240 = a(2158,2156)    (7947 tests, cond 0)
		n1 true (test_time = 20.4992)
		p3242 false (test_time = 0.282304)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.72933)
	variant  2502/ 3240 = a(2158,2150)    (7947 tests, cond 0)
		n1 false (test_time = 20.3471)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.68727)
	variant  2503/ 3240 = a(2158,2148)    (7947 tests, cond 0)
		n1 false (test_time = 20.4017)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.84813)
	variant  2504/ 3240 = a(2158,2023)    (7947 tests, cond 0)
		n1 true (test_time = 20.2679)
		p3242 false (test_time = 0.271142)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.68003)
	variant  2505/ 3240 = a(2158,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.3528)
		p3242 false (test_time = 0.267313)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.71279)
	variant  2506/ 3240 = a(2158,1948)    (7947 tests, cond 0)
		n1 true (test_time = 20.5305)
		p3242 false (test_time = 0.265773)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.66923)
	variant  2507/ 3240 = a(2158,1814)    (7947 tests, cond 0)
		n1 true (test_time = 20.5511)
		p3242 false (test_time = 0.265627)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.70796)
	variant  2508/ 3240 = a(2158,1786)    (7947 tests, cond 0)
		p3242 false (test_time = 20.6223)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.69624)
	variant  2509/ 3240 = a(2156,2728)    (7947 tests, cond 0)
		p3242 true (test_time = 20.876)
		n1 false (test_time = 0.249972)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.68285)
	variant  2510/ 3240 = a(2156,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6354)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.62038)
	variant  2511/ 3240 = a(2156,2186)    (7947 tests, cond 0)
		n1 true (test_time = 20.2448)
		p3242 false (test_time = 0.266572)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.68527)
	variant  2512/ 3240 = a(2156,2165)    (7947 tests, cond 0)
		n1 true (test_time = 20.4762)
		p3242 false (test_time = 0.266081)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.63841)
	variant  2513/ 3240 = a(2156,2164)    (7947 tests, cond 0)
		n1 false (test_time = 20.408)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.56725)
	variant  2514/ 3240 = a(2156,2163)    (7947 tests, cond 0)
		n1 true (test_time = 20.4001)
		p3242 false (test_time = 0.26452)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.54209)
	variant  2515/ 3240 = a(2156,2161)    (7947 tests, cond 0)
		n1 true (test_time = 20.1837)
		p3242 false (test_time = 0.266757)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.58073)
	variant  2516/ 3240 = a(2156,2156)    (7947 tests, cond 0)
		n1 true (test_time = 20.4985)
		p3242 true (test_time = 0.234646)
		p3105 false (test_time = 0.248825)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.55017)
	variant  2517/ 3240 = a(2156,2153)    (7947 tests, cond 0)
		n1 true (test_time = 20.4924)
		p3242 false (test_time = 0.267466)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.55663)
	variant  2518/ 3240 = a(2156,2152)    (7947 tests, cond 0)
		n1 true (test_time = 20.5447)
		p3242 false (test_time = 0.266737)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.53323)
	variant  2519/ 3240 = a(2156,2150)    (7947 tests, cond 0)
		n1 true (test_time = 20.5788)
		p3242 false (test_time = 0.265)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.69645)
	variant  2520/ 3240 = a(2156,2148)    (7947 tests, cond 0)
		n1 false (test_time = 21.1261)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 12.1364)
	variant  2521/ 3240 = a(2156,2023)    (7947 tests, cond 0)
		n1 true (test_time = 20.1916)
		p3242 false (test_time = 0.266613)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.46236)
	variant  2522/ 3240 = a(2156,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.8157)
		p3242 false (test_time = 0.267716)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.53283)
	variant  2523/ 3240 = a(2156,1948)    (7947 tests, cond 0)
		n1 true (test_time = 20.1976)
		p3242 false (test_time = 0.268983)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.52359)
	variant  2524/ 3240 = a(2156,1814)    (7947 tests, cond 0)
		n1 true (test_time = 20.7197)
		p3242 false (test_time = 0.270155)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.93807)
	variant  2525/ 3240 = a(2156,1786)    (7947 tests, cond 0)
		n1 true (test_time = 20.3318)
		p3242 false (test_time = 0.269358)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.5784)
	variant  2526/ 3240 = a(2155,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6621)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.83902)
	variant  2527/ 3240 = a(2155,2164)    (7947 tests, cond 0)
		n1 false (test_time = 20.3103)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.48154)
	variant  2528/ 3240 = a(2155,2163)    (7947 tests, cond 0)
		n1 true (test_time = 20.3004)
		p3242 false (test_time = 0.284109)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.85461)
	variant  2529/ 3240 = a(2155,2161)    (7947 tests, cond 0)
		p3242 false (test_time = 20.4133)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.82684)
	variant  2530/ 3240 = a(2155,2156)    (7947 tests, cond 0)
		p3242 true (test_time = 20.4666)
		n1 true (test_time = 0.240802)
		p3105 false (test_time = 0.251524)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.61855)
	variant  2531/ 3240 = a(2155,2153)    (7947 tests, cond 0)
		n1 true (test_time = 20.7043)
		p3242 false (test_time = 0.295725)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.56498)
	variant  2532/ 3240 = a(2155,2152)    (7947 tests, cond 0)
		n1 true (test_time = 20.3253)
		p3242 false (test_time = 0.273238)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.41447)
	variant  2533/ 3240 = a(2155,2150)    (7947 tests, cond 0)
		n1 true (test_time = 20.155)
		p3242 false (test_time = 0.271572)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.38245)
	variant  2534/ 3240 = a(2155,2148)    (7947 tests, cond 0)
		n1 false (test_time = 20.608)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.47026)
	variant  2535/ 3240 = a(2154,2728)    (7947 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002413/ext/standard/html.c  a(2154,2728)  fails to compile
 false (test_time = 1.28183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.39723)
	variant  2536/ 3240 = a(2154,2352)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002414/ext/standard/html.c  a(2154,2352)  fails to compile
 false (test_time = 1.31283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.58478)
	variant  2537/ 3240 = a(2154,2186)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002415/ext/standard/html.c  a(2154,2186)  fails to compile
 false (test_time = 1.34453)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.34045)
	variant  2538/ 3240 = a(2154,2165)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002416/ext/standard/html.c  a(2154,2165)  fails to compile
 false (test_time = 1.27158)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.34951)
	variant  2539/ 3240 = a(2154,2164)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002417/ext/standard/html.c  a(2154,2164)  fails to compile
 false (test_time = 1.20976)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.32837)
	variant  2540/ 3240 = a(2154,2163)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002418/ext/standard/html.c  a(2154,2163)  fails to compile
 false (test_time = 1.24239)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.30154)
	variant  2541/ 3240 = a(2154,2161)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002419/ext/standard/html.c  a(2154,2161)  fails to compile
 false (test_time = 1.33384)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.37215)
	variant  2542/ 3240 = a(2154,2156)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002420/ext/standard/html.c  a(2154,2156)  fails to compile
 false (test_time = 1.40877)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.35386)
	variant  2543/ 3240 = a(2154,2153)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002421/ext/standard/html.c  a(2154,2153)  fails to compile
 false (test_time = 1.21988)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.33537)
	variant  2544/ 3240 = a(2154,2152)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002422/ext/standard/html.c  a(2154,2152)  fails to compile
 false (test_time = 1.29986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.26721)
	variant  2545/ 3240 = a(2154,2150)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002423/ext/standard/html.c  a(2154,2150)  fails to compile
 false (test_time = 1.20538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.29746)
	variant  2546/ 3240 = a(2154,2148)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002424/ext/standard/html.c  a(2154,2148)  fails to compile
 false (test_time = 1.22614)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.37607)
	variant  2547/ 3240 = a(2154,2023)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002425/ext/standard/html.c  a(2154,2023)  fails to compile
 false (test_time = 1.34482)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.3468)
	variant  2548/ 3240 = a(2154,1990)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002426/ext/standard/html.c  a(2154,1990)  fails to compile
 false (test_time = 1.21082)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.30632)
	variant  2549/ 3240 = a(2154,1948)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002427/ext/standard/html.c  a(2154,1948)  fails to compile
 false (test_time = 1.23055)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.25639)
	variant  2550/ 3240 = a(2154,1814)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002428/ext/standard/html.c  a(2154,1814)  fails to compile
 false (test_time = 1.34399)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.79684)
	variant  2551/ 3240 = a(2154,1786)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002429/ext/standard/html.c  a(2154,1786)  fails to compile
 false (test_time = 1.23754)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.23597)
	variant  2552/ 3240 = a(2153,2728)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002430/ext/standard/html.c  a(2153,2728)  fails to compile
 false (test_time = 1.22839)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.14453)
	variant  2553/ 3240 = a(2153,2352)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002431/ext/standard/html.c  a(2153,2352)  fails to compile
 false (test_time = 1.50502)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.44234)
	variant  2554/ 3240 = a(2153,2186)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002432/ext/standard/html.c  a(2153,2186)  fails to compile
 false (test_time = 1.26223)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.18821)
	variant  2555/ 3240 = a(2153,2165)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002433/ext/standard/html.c  a(2153,2165)  fails to compile
 false (test_time = 1.23284)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.30109)
	variant  2556/ 3240 = a(2153,2164)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002434/ext/standard/html.c  a(2153,2164)  fails to compile
 false (test_time = 1.33367)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.76037)
	variant  2557/ 3240 = a(2153,2163)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002435/ext/standard/html.c  a(2153,2163)  fails to compile
 false (test_time = 1.24033)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.13468)
	variant  2558/ 3240 = a(2153,2161)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002436/ext/standard/html.c  a(2153,2161)  fails to compile
 false (test_time = 1.23293)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.22182)
	variant  2559/ 3240 = a(2153,2156)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002437/ext/standard/html.c  a(2153,2156)  fails to compile
 false (test_time = 1.3182)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.17286)
	variant  2560/ 3240 = a(2153,2153)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002438/ext/standard/html.c  a(2153,2153)  fails to compile
 false (test_time = 1.21135)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.07594)
	variant  2561/ 3240 = a(2153,2152)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002439/ext/standard/html.c  a(2153,2152)  fails to compile
 false (test_time = 1.25616)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.18478)
	variant  2562/ 3240 = a(2153,2150)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002440/ext/standard/html.c  a(2153,2150)  fails to compile
 false (test_time = 1.37508)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.16867)
	variant  2563/ 3240 = a(2153,2148)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002441/ext/standard/html.c  a(2153,2148)  fails to compile
 false (test_time = 1.21192)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.03047)
	variant  2564/ 3240 = a(2153,2023)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002442/ext/standard/html.c  a(2153,2023)  fails to compile
 false (test_time = 1.25981)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.05186)
	variant  2565/ 3240 = a(2153,1990)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002443/ext/standard/html.c  a(2153,1990)  fails to compile
 false (test_time = 1.23338)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.07138)
	variant  2566/ 3240 = a(2153,1948)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002444/ext/standard/html.c  a(2153,1948)  fails to compile
 false (test_time = 1.22101)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.03858)
	variant  2567/ 3240 = a(2153,1814)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002445/ext/standard/html.c  a(2153,1814)  fails to compile
 false (test_time = 1.2915)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.07742)
	variant  2568/ 3240 = a(2153,1786)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002446/ext/standard/html.c  a(2153,1786)  fails to compile
 false (test_time = 1.21547)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.97798)
	variant  2569/ 3240 = a(2152,2728)    (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 20.4463)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.98045)
	variant  2570/ 3240 = a(2152,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.3185)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.25285)
	variant  2571/ 3240 = a(2152,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.4634)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.315)
	variant  2572/ 3240 = a(2152,2165)    (7947 tests, cond 0)
		n1 false (test_time = 20.802)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.05591)
	variant  2573/ 3240 = a(2152,2164)    (7947 tests, cond 0)
		n1 false (test_time = 20.8145)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.99185)
	variant  2574/ 3240 = a(2152,2163)    (7947 tests, cond 0)
		n1 false (test_time = 20.6322)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.94742)
	variant  2575/ 3240 = a(2152,2161)    (7947 tests, cond 0)
		n1 false (test_time = 20.701)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.15016)
	variant  2576/ 3240 = a(2152,2156)    (7947 tests, cond 0)
		n1 false (test_time = 20.5984)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.9026)
	variant  2577/ 3240 = a(2152,2153)    (7947 tests, cond 0)
		n1 false (test_time = 20.2728)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.1314)
	variant  2578/ 3240 = a(2152,2152)    (7947 tests, cond 0)
		n1 false (test_time = 20.6838)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.94063)
	variant  2579/ 3240 = a(2152,2150)    (7947 tests, cond 0)
		n1 false (test_time = 20.3478)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.97058)
	variant  2580/ 3240 = a(2152,2148)    (7947 tests, cond 0)
		n1 false (test_time = 20.4217)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.93251)
	variant  2581/ 3240 = a(2152,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.4407)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.10886)
	variant  2582/ 3240 = a(2152,1990)    (7947 tests, cond 0)
		n1 false (test_time = 20.609)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.95512)
	variant  2583/ 3240 = a(2152,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.9798)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.00108)
	variant  2584/ 3240 = a(2152,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.7816)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.16805)
	variant  2585/ 3240 = a(2152,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.2392)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.816)
	variant  2586/ 3240 = a(2150,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.6011)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.21284)
	variant  2587/ 3240 = a(2150,2352)    (7947 tests, cond 0)
		n1 false (test_time = 19.9904)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.88109)
	variant  2588/ 3240 = a(2150,2186)    (7947 tests, cond 0)
		n1 true (test_time = 20.5702)
		p3242 true (test_time = 0.246716)
		p3105 true (test_time = 0.253178)
		p3243 true (test_time = 0.259905)
		p3244 true (test_time = 0.25713)
		p3245 true (test_time = 0.250974)
		p3246 true (test_time = 0.254834)
		p3247 true (test_time = 0.249719)
		p3248 true (test_time = 0.25441)
		p3249 true (test_time = 0.257965)
		p3250 true (test_time = 0.25531)
		p3251 true (test_time = 0.255298)
		p3252 true (test_time = 0.253364)
		p3253 true (test_time = 0.255401)
		p3254 true (test_time = 0.25205)
		p3255 true (test_time = 0.257946)
		p3256 true (test_time = 0.253079)
		p3257 true (test_time = 0.253707)
		p3258 true (test_time = 0.251903)
		p3259 true (test_time = 0.253525)
		p3260 true (test_time = 0.251241)
		p3261 true (test_time = 0.27003)
		p3262 true (test_time = 0.2548)
		p3263 true (test_time = 0.253316)
		p3264 true (test_time = 0.280867)
		p3265 true (test_time = 0.251921)
		p3266 true (test_time = 0.253334)
		p3267 true (test_time = 0.250652)
		p3268 true (test_time = 0.280748)
		p3269 true (test_time = 0.248799)
		p3270 true (test_time = 0.297301)
		p3271 true (test_time = 0.256231)
		p3272 true (test_time = 0.256119)
		p3273 true (test_time = 0.260525)
		p3274 true (test_time = 0.257197)
		p3275 true (test_time = 0.256758)
		p3276 true (test_time = 0.252019)
		p3277 true (test_time = 0.315584)
		p3278 true (test_time = 0.26)
		p3279 true (test_time = 0.251791)
		p3280 true (test_time = 0.249239)
		p3281 true (test_time = 0.253053)
		p3282 true (test_time = 0.254053)
		p3283 true (test_time = 0.252061)
		p3284 true (test_time = 0.255571)
		p3285 true (test_time = 0.251756)
		p3286 true (test_time = 0.25567)
		p3287 true (test_time = 0.254728)
		p3288 true (test_time = 0.258486)
		p3289 true (test_time = 0.250712)
		p3290 true (test_time = 0.255186)
		p3291 true (test_time = 0.251415)
		p3292 true (test_time = 0.254322)
		p3293 true (test_time = 0.268726)
		p3294 true (test_time = 0.256895)
		p3295 true (test_time = 0.25038)
		p3296 true (test_time = 0.254319)
		p3297 true (test_time = 0.253119)
		p3298 true (test_time = 0.272732)
		p3299 true (test_time = 0.254948)
		p3300 true (test_time = 0.255638)
		p3301 true (test_time = 0.258113)
		p3302 true (test_time = 0.255036)
		p3303 true (test_time = 0.255711)
		p3304 true (test_time = 0.256205)
		p3305 true (test_time = 0.255361)
		p3306 true (test_time = 0.274328)
		p3307 true (test_time = 0.260603)
		p3308 true (test_time = 0.255267)
		p3309 true (test_time = 0.270925)
		p3310 true (test_time = 0.251123)
		p3311 true (test_time = 0.25375)
		p3312 true (test_time = 0.253281)
		p3313 true (test_time = 0.254497)
		p3314 true (test_time = 0.254458)
		p3315 true (test_time = 0.275238)
		p3316 true (test_time = 0.254792)
		p3317 true (test_time = 0.252213)
		p3318 true (test_time = 0.257498)
		p3319 true (test_time = 0.251041)
		p3320 true (test_time = 0.2563)
		p3321 true (test_time = 0.250621)
		p3322 true (test_time = 0.255225)
		p3323 true (test_time = 0.250385)
		p3324 true (test_time = 0.264004)
		p3325 true (test_time = 0.267313)
		p3326 true (test_time = 0.267107)
		p3327 true (test_time = 0.254496)
		p3328 true (test_time = 0.272104)
		p3329 true (test_time = 0.267512)
		p3330 true (test_time = 0.286772)
		p3331 true (test_time = 0.270519)
		p3332 true (test_time = 0.279929)
		p3333 true (test_time = 0.264655)
		p3334 true (test_time = 0.561603)
		p3335 true (test_time = 0.264121)
		p3336 true (test_time = 0.266011)
		p3337 true (test_time = 0.257341)
		p3338 true (test_time = 0.2713)
		p3339 true (test_time = 0.276069)
		p3340 true (test_time = 0.259722)
		p3341 true (test_time = 0.301841)
		p3342 true (test_time = 0.284165)
		p3343 true (test_time = 0.257221)
		p3344 true (test_time = 0.250039)
		p3345 true (test_time = 0.279728)
		p3346 true (test_time = 0.289268)
		p3347 true (test_time = 0.254073)
		p3348 true (test_time = 0.263721)
		p3349 true (test_time = 0.253913)
		p3350 true (test_time = 0.254643)
		p3351 true (test_time = 0.254219)
		p3352 true (test_time = 0.25746)
		p3353 true (test_time = 0.253233)
		p3354 true (test_time = 0.25502)
		p3355 true (test_time = 0.251917)
		p3356 true (test_time = 0.255512)
		p3357 true (test_time = 0.251428)
		p3358 true (test_time = 0.261443)
		p3359 true (test_time = 0.251977)
		p3360 true (test_time = 0.273266)
		p3361 true (test_time = 0.249499)
		p3362 true (test_time = 0.255619)
		p3363 true (test_time = 0.273841)
		p3364 true (test_time = 0.254565)
		p3365 true (test_time = 0.269381)
		p3366 true (test_time = 0.272317)
		p3367 true (test_time = 0.253019)
		p3368 true (test_time = 0.259982)
		p3369 true (test_time = 0.272284)
		p3370 true (test_time = 0.252715)
		p3371 true (test_time = 0.283425)
		p3372 true (test_time = 0.2564)
		p3373 true (test_time = 0.272345)
		p3374 true (test_time = 0.252579)
		p3375 true (test_time = 0.254739)
		p3376 true (test_time = 0.25646)
		p3377 true (test_time = 0.256557)
		p3378 true (test_time = 0.250983)
		p3379 true (test_time = 0.277036)
		p3380 true (test_time = 0.250271)
		p3381 true (test_time = 0.255237)
		p3382 false (test_time = 0.259358)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.8608)
	variant  2589/ 3240 = a(2150,2165)    (7947 tests, cond 0)
		n1 true (test_time = 20.1801)
		p3242 true (test_time = 0.249377)
		p3105 true (test_time = 0.249869)
		p3382 true (test_time = 0.253082)
		p3383 true (test_time = 0.250252)
		p3384 true (test_time = 0.260518)
		p3385 true (test_time = 0.250821)
		p3386 true (test_time = 0.255098)
		p3387 true (test_time = 0.252196)
		p3388 true (test_time = 0.253345)
		p3389 true (test_time = 0.260625)
		p3390 true (test_time = 0.258684)
		p3391 true (test_time = 0.263608)
		p3392 true (test_time = 0.252963)
		p3393 true (test_time = 0.25693)
		p3394 true (test_time = 0.25572)
		p3395 true (test_time = 0.273174)
		p3396 true (test_time = 0.252414)
		p3397 true (test_time = 0.272272)
		p3398 true (test_time = 0.252291)
		p3399 true (test_time = 0.271957)
		p3400 true (test_time = 0.272517)
		p3401 true (test_time = 0.255107)
		p3402 true (test_time = 0.268049)
		p3403 true (test_time = 0.325772)
		p3404 true (test_time = 0.276467)
		p3405 true (test_time = 0.25485)
		p3406 true (test_time = 0.254593)
		p3407 true (test_time = 0.253334)
		p3408 true (test_time = 0.251806)
		p3409 true (test_time = 0.25534)
		p3410 true (test_time = 0.308069)
		p3411 true (test_time = 0.270963)
		p3412 true (test_time = 0.25336)
		p3413 true (test_time = 0.272129)
		p3414 true (test_time = 0.273653)
		p3415 true (test_time = 0.254027)
		p3416 true (test_time = 0.282237)
		p3417 true (test_time = 0.257745)
		p3418 true (test_time = 0.256354)
		p3419 true (test_time = 0.253934)
		p3420 true (test_time = 0.253852)
		p3421 true (test_time = 0.252551)
		p3422 true (test_time = 0.255454)
		p3423 true (test_time = 0.278702)
		p3424 true (test_time = 0.258914)
		p3425 true (test_time = 0.250046)
		p3426 true (test_time = 0.253442)
		p3427 true (test_time = 0.252557)
		p3428 true (test_time = 0.254587)
		p3429 true (test_time = 0.249985)
		p3430 true (test_time = 0.255303)
		p3431 true (test_time = 0.256676)
		p3432 true (test_time = 0.335637)
		p3433 true (test_time = 0.25345)
		p3434 true (test_time = 0.264808)
		p3435 true (test_time = 0.253941)
		p3436 true (test_time = 0.272712)
		p3437 true (test_time = 0.261545)
		p3438 true (test_time = 0.273851)
		p3439 true (test_time = 0.254853)
		p3440 true (test_time = 0.263751)
		p3441 true (test_time = 0.256437)
		p3442 true (test_time = 0.256492)
		p3443 true (test_time = 0.25608)
		p3444 true (test_time = 0.252436)
		p3445 true (test_time = 0.25545)
		p3446 true (test_time = 0.25347)
		p3447 true (test_time = 0.254769)
		p3448 true (test_time = 0.254511)
		p3449 true (test_time = 0.261995)
		p3450 true (test_time = 0.251179)
		p3451 true (test_time = 0.253885)
		p3452 true (test_time = 0.252374)
		p3453 true (test_time = 0.25343)
		p3454 true (test_time = 0.249456)
		p3455 true (test_time = 0.253828)
		p3456 true (test_time = 0.249703)
		p3457 true (test_time = 0.254572)
		p3458 true (test_time = 0.264621)
		p3459 true (test_time = 0.255592)
		p3460 true (test_time = 0.25067)
		p3461 true (test_time = 0.258027)
		p3462 true (test_time = 0.24824)
		p3463 true (test_time = 0.253589)
		p3464 true (test_time = 0.250088)
		p3465 true (test_time = 0.253588)
		p3466 true (test_time = 0.25229)
		p3467 true (test_time = 0.254956)
		p3468 true (test_time = 0.278169)
		p3469 true (test_time = 0.253081)
		p3470 true (test_time = 0.270165)
		p3471 true (test_time = 0.252943)
		p3472 true (test_time = 0.258056)
		p3473 true (test_time = 0.253295)
		p3474 true (test_time = 0.258372)
		p3475 true (test_time = 0.271507)
		p3476 true (test_time = 0.256853)
		p3477 true (test_time = 0.257044)
		p3478 true (test_time = 0.268012)
		p3479 true (test_time = 0.258167)
		p3480 true (test_time = 0.273366)
		p3481 true (test_time = 0.256233)
		p3482 true (test_time = 0.254731)
		p3483 true (test_time = 0.272657)
		p3484 true (test_time = 0.25595)
		p3485 true (test_time = 0.252043)
		p3486 true (test_time = 0.254916)
		p3487 true (test_time = 0.252826)
		p3488 true (test_time = 0.257391)
		p3489 true (test_time = 0.254622)
		p3490 true (test_time = 0.25841)
		p3491 true (test_time = 0.251435)
		p3492 true (test_time = 0.2544)
		p3493 true (test_time = 0.251784)
		p3494 true (test_time = 0.258304)
		p3495 true (test_time = 0.254829)
		p3496 true (test_time = 0.271673)
		p3497 true (test_time = 0.250223)
		p3498 true (test_time = 0.259754)
		p3499 true (test_time = 0.25069)
		p3500 true (test_time = 0.254107)
		p3501 true (test_time = 0.253445)
		p3502 true (test_time = 0.263218)
		p3503 true (test_time = 0.264631)
		p3504 true (test_time = 0.253672)
		p3505 true (test_time = 0.249136)
		p3506 true (test_time = 0.255892)
		p3507 true (test_time = 0.252307)
		p3508 true (test_time = 0.255941)
		p3509 true (test_time = 0.248041)
		p3510 true (test_time = 0.254686)
		p3511 true (test_time = 0.253331)
		p3512 true (test_time = 0.261228)
		p3513 true (test_time = 0.249031)
		p3514 true (test_time = 0.25472)
		p3515 true (test_time = 0.251898)
		p3516 true (test_time = 0.255902)
		p3517 true (test_time = 0.277038)
		p3518 true (test_time = 0.252663)
		p3519 true (test_time = 0.334421)
		p3520 true (test_time = 0.255224)
		p3521 true (test_time = 0.252033)
		p3522 true (test_time = 0.254736)
		p3523 true (test_time = 0.253561)
		p3524 true (test_time = 0.254368)
		p3525 true (test_time = 0.255455)
		p3526 true (test_time = 0.254419)
		p3527 true (test_time = 0.287557)
		p3528 true (test_time = 0.253518)
		p3529 true (test_time = 0.254755)
		p3530 true (test_time = 0.27365)
		p3531 true (test_time = 0.255159)
		p3532 true (test_time = 0.256363)
		p3533 true (test_time = 0.255131)
		p3534 true (test_time = 0.261878)
		p3535 true (test_time = 0.253512)
		p3536 true (test_time = 0.253017)
		p3537 true (test_time = 0.255277)
		p3538 false (test_time = 1.31577)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.98195)
	variant  2590/ 3240 = a(2150,2164)    (7947 tests, cond 0)
		n1 false (test_time = 21.0204)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.05055)
	variant  2591/ 3240 = a(2150,2163)    (7947 tests, cond 0)
		n1 true (test_time = 20.3814)
		p3242 true (test_time = 0.254581)
		p3105 true (test_time = 0.264159)
		p3538 false (test_time = 1.338)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.00541)
	variant  2592/ 3240 = a(2150,2161)    (7947 tests, cond 0)
		n1 true (test_time = 20.5698)
		p3242 true (test_time = 0.256262)
		p3105 true (test_time = 0.255324)
		p3538 false (test_time = 1.09894)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.97872)
	variant  2593/ 3240 = a(2150,2156)    (7947 tests, cond 0)
		n1 false (test_time = 20.4431)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.05902)
	variant  2594/ 3240 = a(2150,2153)    (7947 tests, cond 0)
		n1 true (test_time = 19.9626)
		p3242 true (test_time = 0.269094)
		p3105 true (test_time = 0.26589)
		p3538 false (test_time = 1.3533)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.11364)
	variant  2595/ 3240 = a(2150,2152)    (7947 tests, cond 0)
		n1 true (test_time = 20.4245)
		p3242 true (test_time = 0.257244)
		p3538 false (test_time = 1.33761)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.99067)
	variant  2596/ 3240 = a(2150,2150)    (7947 tests, cond 0)
		n1 false (test_time = 20.4616)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.97161)
	variant  2597/ 3240 = a(2150,2148)    (7947 tests, cond 0)
		n1 false (test_time = 20.4801)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.15139)
	variant  2598/ 3240 = a(2150,2023)    (7947 tests, cond 0)
		n1 true (test_time = 20.5249)
		p3242 true (test_time = 0.25758)
		p3538 false (test_time = 1.32207)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.89048)
	variant  2599/ 3240 = a(2150,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.3113)
		p3242 true (test_time = 0.258322)
		p3538 false (test_time = 1.35038)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.89173)
	variant  2600/ 3240 = a(2150,1948)    (7947 tests, cond 0)
		n1 true (test_time = 20.5254)
		p3242 true (test_time = 0.26088)
		p3538 false (test_time = 1.39639)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.15011)
	variant  2601/ 3240 = a(2150,1814)    (7947 tests, cond 0)
		n1 true (test_time = 20.5671)
		p3538 false (test_time = 1.57143)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.65186)
	variant  2602/ 3240 = a(2150,1786)    (7947 tests, cond 0)
		n1 true (test_time = 21.023)
		p3538 false (test_time = 1.42151)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.23518)
	variant  2603/ 3240 = a(2149,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.416)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.94842)
	variant  2604/ 3240 = a(2149,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.2619)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.84623)
	variant  2605/ 3240 = a(2149,2186)    (7947 tests, cond 0)
		n1 true (test_time = 20.3186)
		p3538 false (test_time = 1.31615)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.96907)
	variant  2606/ 3240 = a(2149,2165)    (7947 tests, cond 0)
		n1 true (test_time = 20.57)
		p3538 false (test_time = 1.33492)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.83623)
	variant  2607/ 3240 = a(2149,2164)    (7947 tests, cond 0)
		p3538 true (test_time = 20.5693)
		n1 false (test_time = 0.270306)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.05427)
	variant  2608/ 3240 = a(2149,2163)    (7947 tests, cond 0)
		n1 true (test_time = 20.5934)
		p3242 true (test_time = 0.255723)
		p3538 false (test_time = 1.31754)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.79984)
	variant  2609/ 3240 = a(2149,2161)    (7947 tests, cond 0)
		n1 true (test_time = 20.4842)
		p3242 true (test_time = 0.257144)
		p3538 false (test_time = 1.10077)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.77376)
	variant  2610/ 3240 = a(2149,2156)    (7947 tests, cond 0)
		n1 false (test_time = 20.2463)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.97408)
	variant  2611/ 3240 = a(2149,2153)    (7947 tests, cond 0)
		n1 true (test_time = 20.0486)
		p3538 false (test_time = 1.33675)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.93272)
	variant  2612/ 3240 = a(2149,2152)    (7947 tests, cond 0)
		n1 true (test_time = 20.5495)
		p3538 false (test_time = 1.32999)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.87086)
	variant  2613/ 3240 = a(2149,2150)    (7947 tests, cond 0)
		n1 false (test_time = 20.6042)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.04675)
	variant  2614/ 3240 = a(2149,2148)    (7947 tests, cond 0)
		n1 false (test_time = 21.1125)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.7563)
	variant  2615/ 3240 = a(2149,2023)    (7947 tests, cond 0)
		n1 true (test_time = 20.3606)
		p3538 false (test_time = 1.3503)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.7724)
	variant  2616/ 3240 = a(2149,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.2758)
		p3538 false (test_time = 1.32339)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.73448)
	variant  2617/ 3240 = a(2149,1948)    (7947 tests, cond 0)
		n1 true (test_time = 20.3852)
		p3538 false (test_time = 1.32641)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.84173)
	variant  2618/ 3240 = a(2149,1814)    (7947 tests, cond 0)
		n1 true (test_time = 20.5003)
		p3538 false (test_time = 1.42108)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.82319)
	variant  2619/ 3240 = a(2149,1786)    (7947 tests, cond 0)
		n1 true (test_time = 20.2821)
		p3538 false (test_time = 1.33168)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.70737)
	variant  2620/ 3240 = a(2148,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.4404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.94429)
	variant  2621/ 3240 = a(2148,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4975)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.71127)
	variant  2622/ 3240 = a(2148,2186)    (7947 tests, cond 0)
		n1 true (test_time = 20.345)
		p3538 false (test_time = 2.80344)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.62651)
	variant  2623/ 3240 = a(2148,2165)    (7947 tests, cond 0)
		p3538 false (test_time = 23.7082)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.69639)
	variant  2624/ 3240 = a(2148,2164)    (7947 tests, cond 0)
		p3538 true (test_time = 20.853)
		n1 false (test_time = 0.283445)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.75882)
	variant  2625/ 3240 = a(2148,2163)    (7947 tests, cond 0)
		n1 true (test_time = 20.5823)
		p3538 false (test_time = 2.81436)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.62563)
	variant  2626/ 3240 = a(2148,2161)    (7947 tests, cond 0)
		n1 true (test_time = 20.5686)
		p3538 false (test_time = 2.8193)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.68231)
	variant  2627/ 3240 = a(2148,2156)    (7947 tests, cond 0)
		n1 true (test_time = 20.6583)
		p3538 false (test_time = 2.28133)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.66549)
	variant  2628/ 3240 = a(2148,2153)    (7947 tests, cond 0)
		n1 true (test_time = 20.8117)
		p3538 false (test_time = 2.98031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.04086)
	variant  2629/ 3240 = a(2148,2152)    (7947 tests, cond 0)
		n1 true (test_time = 20.3537)
		p3538 false (test_time = 2.78735)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.6369)
	variant  2630/ 3240 = a(2148,2150)    (7947 tests, cond 0)
		n1 true (test_time = 20.6702)
		p3538 false (test_time = 2.79522)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.6613)
	variant  2631/ 3240 = a(2148,2148)    (7947 tests, cond 0)
		n1 false (test_time = 20.7993)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.45759)
	variant  2632/ 3240 = a(2148,2023)    (7947 tests, cond 0)
		n1 true (test_time = 20.5702)
		p3538 false (test_time = 2.80895)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.65472)
	variant  2633/ 3240 = a(2148,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.4986)
		p3538 false (test_time = 2.83069)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.57565)
	variant  2634/ 3240 = a(2148,1948)    (7947 tests, cond 0)
		n1 true (test_time = 20.4707)
		p3538 false (test_time = 2.87898)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.76464)
	variant  2635/ 3240 = a(2148,1814)    (7947 tests, cond 0)
		p3538 false (test_time = 23.7193)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.52951)
	variant  2636/ 3240 = a(2148,1786)    (7947 tests, cond 0)
		p3538 false (test_time = 23.0447)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.5435)
	variant  2637/ 3240 = a(2147,2728)    (7947 tests, cond 0)
		p3538 true (test_time = 20.7069)
		n1 false (test_time = 0.280939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.5155)
	variant  2638/ 3240 = a(2147,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6385)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.55706)
	variant  2639/ 3240 = a(2147,2186)    (7947 tests, cond 0)
		n1 true (test_time = 19.8739)
		p3538 false (test_time = 2.87654)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.55158)
	variant  2640/ 3240 = a(2147,2165)    (7947 tests, cond 0)
		n1 true (test_time = 20.4535)
		p3538 false (test_time = 2.8327)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.46674)
	variant  2641/ 3240 = a(2147,2164)    (7947 tests, cond 0)
		n1 false (test_time = 20.3996)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.44049)
	variant  2642/ 3240 = a(2147,2163)    (7947 tests, cond 0)
		n1 true (test_time = 20.4355)
		p3538 false (test_time = 2.83717)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.65861)
	variant  2643/ 3240 = a(2147,2161)    (7947 tests, cond 0)
		n1 true (test_time = 20.4236)
		p3538 false (test_time = 2.83364)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.26834)
	variant  2644/ 3240 = a(2147,2156)    (7947 tests, cond 0)
		n1 true (test_time = 20.3676)
		p3538 false (test_time = 2.31748)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.5595)
	variant  2645/ 3240 = a(2147,2153)    (7947 tests, cond 0)
		n1 true (test_time = 20.8507)
		p3538 false (test_time = 2.9065)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.44067)
	variant  2646/ 3240 = a(2147,2152)    (7947 tests, cond 0)
		n1 true (test_time = 20.6409)
		p3538 false (test_time = 2.8803)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.55266)
	variant  2647/ 3240 = a(2147,2150)    (7947 tests, cond 0)
		p3538 false (test_time = 23.1378)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.40773)
	variant  2648/ 3240 = a(2147,2148)    (7947 tests, cond 0)
		p3538 true (test_time = 20.3524)
		n1 false (test_time = 0.286729)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.56503)
	variant  2649/ 3240 = a(2147,2023)    (7947 tests, cond 0)
		n1 true (test_time = 20.9138)
		p3538 false (test_time = 2.87904)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.38156)
	variant  2650/ 3240 = a(2147,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.3018)
		p3538 false (test_time = 2.81992)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.57281)
	variant  2651/ 3240 = a(2147,1948)    (7947 tests, cond 0)
		n1 true (test_time = 20.521)
		p3538 false (test_time = 2.84741)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.47113)
	variant  2652/ 3240 = a(2147,1814)    (7947 tests, cond 0)
		n1 true (test_time = 20.5108)
		p3538 false (test_time = 2.90385)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.39461)
	variant  2653/ 3240 = a(2147,1786)    (7947 tests, cond 0)
		n1 true (test_time = 20.7555)
		p3538 false (test_time = 2.90489)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.37594)
	variant  2654/ 3240 = a(1883,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.3939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.34609)
	variant  2655/ 3240 = a(1883,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.1502)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.52783)
	variant  2656/ 3240 = a(1883,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.6901)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.37975)
	variant  2657/ 3240 = a(1883,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.1537)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.28677)
	variant  2658/ 3240 = a(1883,1990)    (7947 tests, cond 0)
		n1 false (test_time = 20.4179)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.24494)
	variant  2659/ 3240 = a(1883,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.2599)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.54771)
	variant  2660/ 3240 = a(1883,1896)    (7947 tests, cond 0)
		n1 false (test_time = 21.1314)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.36171)
	variant  2661/ 3240 = a(1883,1890)    (7947 tests, cond 0)
		n1 false (test_time = 20.7836)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.36541)
	variant  2662/ 3240 = a(1883,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.591)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.25014)
	variant  2663/ 3240 = a(1883,1888)    (7947 tests, cond 0)
		n1 false (test_time = 20.9194)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 7.09626)
	variant  2664/ 3240 = a(1883,1887)    (7947 tests, cond 0)
		n1 false (test_time = 20.4802)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.19609)
	variant  2665/ 3240 = a(1883,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.516)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.3702)
	variant  2666/ 3240 = a(1883,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.6084)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.33645)
	variant  2667/ 3240 = a(1883,1883)    (7947 tests, cond 0)
		n1 false (test_time = 20.9375)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.45215)
	variant  2668/ 3240 = a(1883,1882)    (7947 tests, cond 0)
		n1 false (test_time = 20.6552)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.15237)
	variant  2669/ 3240 = a(1883,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.5049)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.17986)
	variant  2670/ 3240 = a(1883,1880)    (7947 tests, cond 0)
		n1 false (test_time = 20.5748)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.31159)
	variant  2671/ 3240 = a(1883,1879)    (7947 tests, cond 0)
		n1 false (test_time = 20.5069)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.20598)
	variant  2672/ 3240 = a(1883,1878)    (7947 tests, cond 0)
		n1 false (test_time = 20.7113)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.09795)
	variant  2673/ 3240 = a(1883,1876)    (7947 tests, cond 0)
		n1 false (test_time = 19.9436)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.15128)
	variant  2674/ 3240 = a(1883,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.3265)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.30899)
	variant  2675/ 3240 = a(1883,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.6026)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.08936)
	variant  2676/ 3240 = a(1883,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.5491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.77139)
	variant  2677/ 3240 = a(1883,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.7725)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.10659)
	variant  2678/ 3240 = a(1883,1861)    (7947 tests, cond 0)
		n1 false (test_time = 19.9139)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.10642)
	variant  2679/ 3240 = a(1883,1846)    (7947 tests, cond 0)
		n1 false (test_time = 20.7822)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.04009)
	variant  2680/ 3240 = a(1883,1845)    (7947 tests, cond 0)
		n1 false (test_time = 20.5471)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.05639)
	variant  2681/ 3240 = a(1883,1841)    (7947 tests, cond 0)
		n1 false (test_time = 20.9168)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.19828)
	variant  2682/ 3240 = a(1883,1840)    (7947 tests, cond 0)
		n1 false (test_time = 20.6011)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.70729)
	variant  2683/ 3240 = a(1883,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.4543)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.05611)
	variant  2684/ 3240 = a(1883,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.7723)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.98642)
	variant  2685/ 3240 = a(1882,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.02243)
	variant  2686/ 3240 = a(1882,1896)    (7947 tests, cond 0)
		n1 false (test_time = 20.2848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.01451)
	variant  2687/ 3240 = a(1882,1890)    (7947 tests, cond 0)
		n1 false (test_time = 20.7706)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.95127)
	variant  2688/ 3240 = a(1882,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.5334)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.94007)
	variant  2689/ 3240 = a(1882,1888)    (7947 tests, cond 0)
		n1 false (test_time = 20.4609)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.9179)
	variant  2690/ 3240 = a(1882,1887)    (7947 tests, cond 0)
		n1 false (test_time = 20.5039)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.15994)
	variant  2691/ 3240 = a(1882,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.6498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.95057)
	variant  2692/ 3240 = a(1882,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.6097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.02358)
	variant  2693/ 3240 = a(1882,1883)    (7947 tests, cond 0)
		n1 false (test_time = 20.8208)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.91294)
	variant  2694/ 3240 = a(1882,1882)    (7947 tests, cond 0)
		n1 false (test_time = 20.6424)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.93565)
	variant  2695/ 3240 = a(1882,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.8334)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.94271)
	variant  2696/ 3240 = a(1882,1880)    (7947 tests, cond 0)
		n1 false (test_time = 20.4382)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.07115)
	variant  2697/ 3240 = a(1882,1879)    (7947 tests, cond 0)
		n1 false (test_time = 21.2839)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.89312)
	variant  2698/ 3240 = a(1882,1878)    (7947 tests, cond 0)
		n1 false (test_time = 20.6629)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.87308)
	variant  2699/ 3240 = a(1882,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.802)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.90058)
	variant  2700/ 3240 = a(1882,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.3174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.81041)
	variant  2701/ 3240 = a(1882,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.6629)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.78847)
	variant  2702/ 3240 = a(1882,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.6617)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.81479)
	variant  2703/ 3240 = a(1882,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.3694)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.97633)
	variant  2704/ 3240 = a(1882,1861)    (7947 tests, cond 0)
		n1 false (test_time = 20.4524)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.82939)
	variant  2705/ 3240 = a(1882,1846)    (7947 tests, cond 0)
		n1 false (test_time = 20.9273)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.77732)
	variant  2706/ 3240 = a(1882,1845)    (7947 tests, cond 0)
		n1 false (test_time = 20.7181)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.73775)
	variant  2707/ 3240 = a(1882,1841)    (7947 tests, cond 0)
		n1 false (test_time = 20.3379)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.80373)
	variant  2708/ 3240 = a(1882,1840)    (7947 tests, cond 0)
		n1 false (test_time = 20.5254)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.93687)
	variant  2709/ 3240 = a(1881,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.8221)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.74721)
	variant  2710/ 3240 = a(1881,1890)    (7947 tests, cond 0)
		n1 false (test_time = 20.5415)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.7061)
	variant  2711/ 3240 = a(1881,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.6592)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.6731)
	variant  2712/ 3240 = a(1881,1888)    (7947 tests, cond 0)
		n1 false (test_time = 20.7456)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.76882)
	variant  2713/ 3240 = a(1881,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.3117)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.80786)
	variant  2714/ 3240 = a(1881,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.7851)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.82393)
	variant  2715/ 3240 = a(1881,1883)    (7947 tests, cond 0)
		n1 false (test_time = 21.1366)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.72689)
	variant  2716/ 3240 = a(1881,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.916)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.6393)
	variant  2717/ 3240 = a(1881,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.6362)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.68881)
	variant  2718/ 3240 = a(1881,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.6054)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.70747)
	variant  2719/ 3240 = a(1881,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.6765)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.64372)
	variant  2720/ 3240 = a(1881,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.7496)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.84486)
	variant  2721/ 3240 = a(1880,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.3068)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.63613)
	variant  2722/ 3240 = a(1880,1890)    (7947 tests, cond 0)
		n1 false (test_time = 20.5938)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.57676)
	variant  2723/ 3240 = a(1880,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.5354)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.64833)
	variant  2724/ 3240 = a(1880,1888)    (7947 tests, cond 0)
		n1 false (test_time = 20.4694)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.62018)
	variant  2725/ 3240 = a(1880,1887)    (7947 tests, cond 0)
		n1 false (test_time = 20.4972)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.86071)
	variant  2726/ 3240 = a(1880,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.5842)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.53909)
	variant  2727/ 3240 = a(1880,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.6398)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.14267)
	variant  2728/ 3240 = a(1880,1883)    (7947 tests, cond 0)
		n1 false (test_time = 20.8986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.50298)
	variant  2729/ 3240 = a(1880,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.6987)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.65709)
	variant  2730/ 3240 = a(1880,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.516)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.66621)
	variant  2731/ 3240 = a(1880,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.8059)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.51583)
	variant  2732/ 3240 = a(1879,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.58632)
	variant  2733/ 3240 = a(1879,1890)    (7947 tests, cond 0)
		n1 false (test_time = 21.0876)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.48355)
	variant  2734/ 3240 = a(1879,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.6593)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.50463)
	variant  2735/ 3240 = a(1879,1888)    (7947 tests, cond 0)
		n1 false (test_time = 20.9964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.45336)
	variant  2736/ 3240 = a(1879,1887)    (7947 tests, cond 0)
		n1 false (test_time = 20.262)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.45848)
	variant  2737/ 3240 = a(1879,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.8645)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.5694)
	variant  2738/ 3240 = a(1879,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.6437)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.60866)
	variant  2739/ 3240 = a(1879,1883)    (7947 tests, cond 0)
		n1 false (test_time = 20.4421)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.54894)
	variant  2740/ 3240 = a(1879,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.5181)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.38966)
	variant  2741/ 3240 = a(1879,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.706)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.38298)
	variant  2742/ 3240 = a(1878,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4706)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.45722)
	variant  2743/ 3240 = a(1878,1890)    (7947 tests, cond 0)
		n1 false (test_time = 20.8056)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.3783)
	variant  2744/ 3240 = a(1878,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.513)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.45952)
	variant  2745/ 3240 = a(1878,1888)    (7947 tests, cond 0)
		n1 false (test_time = 20.5993)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.32281)
	variant  2746/ 3240 = a(1878,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.4129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.34141)
	variant  2747/ 3240 = a(1878,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.463)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.33073)
	variant  2748/ 3240 = a(1878,1883)    (7947 tests, cond 0)
		n1 false (test_time = 20.3288)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.58678)
	variant  2749/ 3240 = a(1878,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.7913)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.53602)
	variant  2750/ 3240 = a(1878,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.3762)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.46335)
	variant  2751/ 3240 = a(1878,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.6294)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.34636)
	variant  2752/ 3240 = a(1878,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.3948)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.23618)
	variant  2753/ 3240 = a(1876,2728)    (7947 tests, cond 0)
		n1 false (test_time = 21.1555)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.27453)
	variant  2754/ 3240 = a(1876,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.8698)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.27737)
	variant  2755/ 3240 = a(1876,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.4241)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.34795)
	variant  2756/ 3240 = a(1876,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.8238)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.30063)
	variant  2757/ 3240 = a(1876,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.4437)
		p3538 false (test_time = 2.90527)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.21399)
	variant  2758/ 3240 = a(1876,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.7581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.19684)
	variant  2759/ 3240 = a(1876,1896)    (7947 tests, cond 0)
		n1 false (test_time = 20.7179)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.2357)
	variant  2760/ 3240 = a(1876,1890)    (7947 tests, cond 0)
		n1 false (test_time = 80.7526)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.2263)
	variant  2761/ 3240 = a(1876,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.6344)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.26088)
	variant  2762/ 3240 = a(1876,1888)    (7947 tests, cond 0)
		n1 false (test_time = 80.3313)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.19369)
	variant  2763/ 3240 = a(1876,1886)    (7947 tests, cond 0)
		n1 false (test_time = 21.3016)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.1909)
	variant  2764/ 3240 = a(1876,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.15819)
	variant  2765/ 3240 = a(1876,1883)    (7947 tests, cond 0)
		n1 false (test_time = 80.5774)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.10051)
	variant  2766/ 3240 = a(1876,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.9387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.1039)
	variant  2767/ 3240 = a(1876,1880)    (7947 tests, cond 0)
		n1 false (test_time = 20.5177)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.25023)
	variant  2768/ 3240 = a(1876,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.2338)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.15752)
	variant  2769/ 3240 = a(1876,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.5716)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.31456)
	variant  2770/ 3240 = a(1876,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.5628)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.06398)
	variant  2771/ 3240 = a(1876,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.4818)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.11069)
	variant  2772/ 3240 = a(1876,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.5311)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.68307)
	variant  2773/ 3240 = a(1876,1845)    (7947 tests, cond 0)
		n1 false (test_time = 20.3188)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.01305)
	variant  2774/ 3240 = a(1876,1840)    (7947 tests, cond 0)
		n1 false (test_time = 20.6444)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.04798)
	variant  2775/ 3240 = a(1876,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.3832)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.0639)
	variant  2776/ 3240 = a(1876,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.4934)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.0827)
	variant  2777/ 3240 = a(1875,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.78)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.42951)
	variant  2778/ 3240 = a(1875,1896)    (7947 tests, cond 0)
		n1 false (test_time = 20.6405)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.11817)
	variant  2779/ 3240 = a(1875,1890)    (7947 tests, cond 0)
		n1 false (test_time = 80.6369)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.98067)
	variant  2780/ 3240 = a(1875,1889)    (7947 tests, cond 0)
		n1 false (test_time = 21.1333)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.95646)
	variant  2781/ 3240 = a(1875,1888)    (7947 tests, cond 0)
		n1 false (test_time = 80.4367)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.03671)
	variant  2782/ 3240 = a(1875,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.6603)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.81957)
	variant  2783/ 3240 = a(1875,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.4515)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.96064)
	variant  2784/ 3240 = a(1875,1883)    (7947 tests, cond 0)
		n1 false (test_time = 80.484)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.02044)
	variant  2785/ 3240 = a(1875,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.4117)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.9314)
	variant  2786/ 3240 = a(1875,1880)    (7947 tests, cond 0)
		n1 false (test_time = 20.3296)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.94812)
	variant  2787/ 3240 = a(1875,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.1551)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.90345)
	variant  2788/ 3240 = a(1875,1875)    (7947 tests, cond 0)
		n1 false (test_time = 21.0596)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.88851)
	variant  2789/ 3240 = a(1875,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.2929)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.89188)
	variant  2790/ 3240 = a(1875,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.7356)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.87673)
	variant  2791/ 3240 = a(1875,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.6518)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.8715)
	variant  2792/ 3240 = a(1875,1845)    (7947 tests, cond 0)
		n1 false (test_time = 20.6775)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.86222)
	variant  2793/ 3240 = a(1875,1840)    (7947 tests, cond 0)
		n1 false (test_time = 20.4522)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.84741)
	variant  2794/ 3240 = a(1874,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6928)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.92153)
	variant  2795/ 3240 = a(1874,1896)    (7947 tests, cond 0)
		n1 false (test_time = 21.2524)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.87558)
	variant  2796/ 3240 = a(1874,1890)    (7947 tests, cond 0)
		n1 false (test_time = 80.4001)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.05555)
	variant  2797/ 3240 = a(1874,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.3404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.30499)
	variant  2798/ 3240 = a(1874,1888)    (7947 tests, cond 0)
		n1 false (test_time = 80.8865)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.89117)
	variant  2799/ 3240 = a(1874,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.3862)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.76136)
	variant  2800/ 3240 = a(1874,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.3183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.77477)
	variant  2801/ 3240 = a(1874,1883)    (7947 tests, cond 0)
		n1 false (test_time = 80.575)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.74601)
	variant  2802/ 3240 = a(1874,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.5431)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.79725)
	variant  2803/ 3240 = a(1874,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.4086)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.8573)
	variant  2804/ 3240 = a(1874,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.5541)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.77823)
	variant  2805/ 3240 = a(1874,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.4755)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.19615)
	variant  2806/ 3240 = a(1874,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.5028)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.67969)
	variant  2807/ 3240 = a(1873,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.7048)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.77159)
	variant  2808/ 3240 = a(1873,1890)    (7947 tests, cond 0)
		n1 false (test_time = 80.499)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.78151)
	variant  2809/ 3240 = a(1873,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.789)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.81783)
	variant  2810/ 3240 = a(1873,1888)    (7947 tests, cond 0)
		n1 false (test_time = 80.8768)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.65201)
	variant  2811/ 3240 = a(1873,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.5724)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.65865)
	variant  2812/ 3240 = a(1873,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.4595)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.72152)
	variant  2813/ 3240 = a(1873,1883)    (7947 tests, cond 0)
		n1 false (test_time = 80.7928)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.95915)
	variant  2814/ 3240 = a(1873,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.6587)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.61045)
	variant  2815/ 3240 = a(1873,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.4365)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.58944)
	variant  2816/ 3240 = a(1873,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.5773)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.58586)
	variant  2817/ 3240 = a(1873,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.6331)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.7583)
	variant  2818/ 3240 = a(1873,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.5774)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.79402)
	variant  2819/ 3240 = a(1872,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.465)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.64035)
	variant  2820/ 3240 = a(1872,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4567)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.61627)
	variant  2821/ 3240 = a(1872,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.4829)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.52282)
	variant  2822/ 3240 = a(1872,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.6142)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.63669)
	variant  2823/ 3240 = a(1872,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.5633)
		p3538 false (test_time = 2.77003)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.51143)
	variant  2824/ 3240 = a(1872,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.3688)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.49611)
	variant  2825/ 3240 = a(1872,1896)    (7947 tests, cond 0)
		n1 false (test_time = 20.5785)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.49071)
	variant  2826/ 3240 = a(1872,1890)    (7947 tests, cond 0)
		n1 false (test_time = 80.4923)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.52032)
	variant  2827/ 3240 = a(1872,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.8548)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.67894)
	variant  2828/ 3240 = a(1872,1888)    (7947 tests, cond 0)
		n1 false (test_time = 80.3086)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.46422)
	variant  2829/ 3240 = a(1872,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.412)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.44828)
	variant  2830/ 3240 = a(1872,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.5996)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.43756)
	variant  2831/ 3240 = a(1872,1883)    (7947 tests, cond 0)
		n1 false (test_time = 80.3268)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.43862)
	variant  2832/ 3240 = a(1872,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.4868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.45219)
	variant  2833/ 3240 = a(1872,1880)    (7947 tests, cond 0)
		n1 false (test_time = 20.2683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.41898)
	variant  2834/ 3240 = a(1872,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.4321)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.43619)
	variant  2835/ 3240 = a(1872,1875)    (7947 tests, cond 0)
		n1 false (test_time = 21.0838)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.80185)
	variant  2836/ 3240 = a(1872,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.8613)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.38508)
	variant  2837/ 3240 = a(1872,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.4145)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.40648)
	variant  2838/ 3240 = a(1872,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.2869)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.36517)
	variant  2839/ 3240 = a(1872,1845)    (7947 tests, cond 0)
		n1 false (test_time = 20.9361)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.34599)
	variant  2840/ 3240 = a(1872,1840)    (7947 tests, cond 0)
		n1 false (test_time = 20.6432)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.33835)
	variant  2841/ 3240 = a(1872,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.479)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.44889)
	variant  2842/ 3240 = a(1872,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.4996)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.28905)
	variant  2843/ 3240 = a(1869,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.4162)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.50024)
	variant  2844/ 3240 = a(1869,2352)    (7947 tests, cond 0)
		n1 false (test_time = 21.0047)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.31095)
	variant  2845/ 3240 = a(1869,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.5884)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.39657)
	variant  2846/ 3240 = a(1869,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.4211)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.31833)
	variant  2847/ 3240 = a(1869,1990)    (7947 tests, cond 0)
		n1 false (test_time = 21.1079)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.32717)
	variant  2848/ 3240 = a(1869,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.202)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.34842)
	variant  2849/ 3240 = a(1869,1896)    (7947 tests, cond 0)
		n1 false (test_time = 20.6069)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.22726)
	variant  2850/ 3240 = a(1869,1890)    (7947 tests, cond 0)
		n1 false (test_time = 20.2805)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.28174)
	variant  2851/ 3240 = a(1869,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.4513)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.30521)
	variant  2852/ 3240 = a(1869,1888)    (7947 tests, cond 0)
		n1 false (test_time = 20.5007)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.21479)
	variant  2853/ 3240 = a(1869,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.6089)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.37458)
	variant  2854/ 3240 = a(1869,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.2661)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.20822)
	variant  2855/ 3240 = a(1869,1883)    (7947 tests, cond 0)
		n1 false (test_time = 20.2492)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.14557)
	variant  2856/ 3240 = a(1869,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.4756)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.1539)
	variant  2857/ 3240 = a(1869,1880)    (7947 tests, cond 0)
		n1 false (test_time = 20.3533)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.19908)
	variant  2858/ 3240 = a(1869,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.4972)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.19608)
	variant  2859/ 3240 = a(1869,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.4926)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.11239)
	variant  2860/ 3240 = a(1869,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.9075)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.32145)
	variant  2861/ 3240 = a(1869,1869)    (7947 tests, cond 0)
		n1 false (test_time = 21.8578)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.15341)
	variant  2862/ 3240 = a(1869,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.6356)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.16118)
	variant  2863/ 3240 = a(1869,1867)    (7947 tests, cond 0)
		n1 false (test_time = 20.9322)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.10255)
	variant  2864/ 3240 = a(1869,1865)    (7947 tests, cond 0)
		n1 false (test_time = 20.5093)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.07409)
	variant  2865/ 3240 = a(1869,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.3866)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.36255)
	variant  2866/ 3240 = a(1869,1845)    (7947 tests, cond 0)
		n1 false (test_time = 20.4892)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.03878)
	variant  2867/ 3240 = a(1869,1840)    (7947 tests, cond 0)
		n1 false (test_time = 21.2456)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.13424)
	variant  2868/ 3240 = a(1869,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.5502)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.04339)
	variant  2869/ 3240 = a(1869,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.4645)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.00264)
	variant  2870/ 3240 = a(1868,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5079)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.02253)
	variant  2871/ 3240 = a(1868,1896)    (7947 tests, cond 0)
		n1 false (test_time = 20.4014)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.99003)
	variant  2872/ 3240 = a(1868,1890)    (7947 tests, cond 0)
		n1 false (test_time = 80.7352)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.96169)
	variant  2873/ 3240 = a(1868,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.47)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.05395)
	variant  2874/ 3240 = a(1868,1888)    (7947 tests, cond 0)
		n1 false (test_time = 80.3899)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.95931)
	variant  2875/ 3240 = a(1868,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.5291)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.94466)
	variant  2876/ 3240 = a(1868,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.5314)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.01407)
	variant  2877/ 3240 = a(1868,1883)    (7947 tests, cond 0)
		n1 false (test_time = 80.3565)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.09888)
	variant  2878/ 3240 = a(1868,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.8805)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.04456)
	variant  2879/ 3240 = a(1868,1880)    (7947 tests, cond 0)
		n1 false (test_time = 20.5811)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.93324)
	variant  2880/ 3240 = a(1868,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.6271)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.88514)
	variant  2881/ 3240 = a(1868,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.5436)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.88838)
	variant  2882/ 3240 = a(1868,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.39168)
	variant  2883/ 3240 = a(1868,1869)    (7947 tests, cond 0)
		n1 false (test_time = 20.5388)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.85924)
	variant  2884/ 3240 = a(1868,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.4349)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.86536)
	variant  2885/ 3240 = a(1868,1867)    (7947 tests, cond 0)
		n1 false (test_time = 20.5008)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.89313)
	variant  2886/ 3240 = a(1868,1865)    (7947 tests, cond 0)
		n1 false (test_time = 20.4967)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.83381)
	variant  2887/ 3240 = a(1868,1864)    (7947 tests, cond 0)
		n1 false (test_time = 21.1284)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.8276)
	variant  2888/ 3240 = a(1868,1845)    (7947 tests, cond 0)
		n1 false (test_time = 20.5087)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.86245)
	variant  2889/ 3240 = a(1868,1840)    (7947 tests, cond 0)
		n1 false (test_time = 21.0736)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.06276)
	variant  2890/ 3240 = a(1867,2352)    (7947 tests, cond 0)
		n1 false (test_time = 0.571394)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.22249)
	variant  2891/ 3240 = a(1867,1890)    (7947 tests, cond 0)
		n1 false (test_time = 0.520918)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.8851)
	variant  2892/ 3240 = a(1867,1889)    (7947 tests, cond 0)
		n1 false (test_time = 0.449483)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.77454)
	variant  2893/ 3240 = a(1867,1888)    (7947 tests, cond 0)
		n1 false (test_time = 0.544264)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.7677)
	variant  2894/ 3240 = a(1867,1886)    (7947 tests, cond 0)
		n1 false (test_time = 0.458001)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.7602)
	variant  2895/ 3240 = a(1867,1884)    (7947 tests, cond 0)
		n1 false (test_time = 0.465006)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.7705)
	variant  2896/ 3240 = a(1867,1883)    (7947 tests, cond 0)
		n1 false (test_time = 0.48945)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.91633)
	variant  2897/ 3240 = a(1867,1876)    (7947 tests, cond 0)
		n1 false (test_time = 0.467532)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.89843)
	variant  2898/ 3240 = a(1867,1875)    (7947 tests, cond 0)
		n1 false (test_time = 0.508043)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.75819)
	variant  2899/ 3240 = a(1867,1871)    (7947 tests, cond 0)
		n1 false (test_time = 0.435434)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.69443)
	variant  2900/ 3240 = a(1867,1869)    (7947 tests, cond 0)
		n1 false (test_time = 0.479993)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.69218)
	variant  2901/ 3240 = a(1867,1868)    (7947 tests, cond 0)
		n1 false (test_time = 0.437332)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.70506)
	variant  2902/ 3240 = a(1867,1867)    (7947 tests, cond 0)
		n1 false (test_time = 0.435669)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.65617)
	variant  2903/ 3240 = a(1867,1865)    (7947 tests, cond 0)
		n1 false (test_time = 0.48434)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.69981)
	variant  2904/ 3240 = a(1865,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.8552)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.62122)
	variant  2905/ 3240 = a(1865,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.3661)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.63503)
	variant  2906/ 3240 = a(1865,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.3297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.6133)
	variant  2907/ 3240 = a(1865,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.7463)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.62074)
	variant  2908/ 3240 = a(1865,1990)    (7947 tests, cond 0)
		n1 false (test_time = 20.5607)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.77573)
	variant  2909/ 3240 = a(1865,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.8231)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.56436)
	variant  2910/ 3240 = a(1865,1896)    (7947 tests, cond 0)
		n1 false (test_time = 20.4107)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.68545)
	variant  2911/ 3240 = a(1865,1890)    (7947 tests, cond 0)
		n1 false (test_time = 20.5348)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.57207)
	variant  2912/ 3240 = a(1865,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.4122)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.55291)
	variant  2913/ 3240 = a(1865,1888)    (7947 tests, cond 0)
		n1 false (test_time = 20.8552)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.57824)
	variant  2914/ 3240 = a(1865,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.7809)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.68542)
	variant  2915/ 3240 = a(1865,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.3671)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.51814)
	variant  2916/ 3240 = a(1865,1883)    (7947 tests, cond 0)
		n1 false (test_time = 20.5571)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.52103)
	variant  2917/ 3240 = a(1865,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.6495)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.49724)
	variant  2918/ 3240 = a(1865,1880)    (7947 tests, cond 0)
		n1 false (test_time = 20.4776)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.81955)
	variant  2919/ 3240 = a(1865,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.2218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.47829)
	variant  2920/ 3240 = a(1865,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.3869)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.4807)
	variant  2921/ 3240 = a(1865,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.4246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.45745)
	variant  2922/ 3240 = a(1865,1869)    (7947 tests, cond 0)
		n1 false (test_time = 21.0424)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.61678)
	variant  2923/ 3240 = a(1865,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.3674)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.50097)
	variant  2924/ 3240 = a(1865,1867)    (7947 tests, cond 0)
		n1 false (test_time = 20.4904)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.42019)
	variant  2925/ 3240 = a(1865,1865)    (7947 tests, cond 0)
		n1 false (test_time = 20.3353)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.40964)
	variant  2926/ 3240 = a(1865,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.5994)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.45812)
	variant  2927/ 3240 = a(1865,1845)    (7947 tests, cond 0)
		n1 false (test_time = 21.2652)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.4862)
	variant  2928/ 3240 = a(1865,1840)    (7947 tests, cond 0)
		n1 false (test_time = 20.3761)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.37298)
	variant  2929/ 3240 = a(1865,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.3926)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.38448)
	variant  2930/ 3240 = a(1865,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.1844)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.38169)
	variant  2931/ 3240 = a(1864,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.6023)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.41044)
	variant  2932/ 3240 = a(1864,1896)    (7947 tests, cond 0)
		n1 false (test_time = 20.968)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.61832)
	variant  2933/ 3240 = a(1864,1890)    (7947 tests, cond 0)
		n1 false (test_time = 80.7031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.47359)
	variant  2934/ 3240 = a(1864,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.4517)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.29976)
	variant  2935/ 3240 = a(1864,1888)    (7947 tests, cond 0)
		n1 false (test_time = 80.4158)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.63562)
	variant  2936/ 3240 = a(1864,1886)    (7947 tests, cond 0)
		n1 false (test_time = 80.541)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.28457)
	variant  2937/ 3240 = a(1864,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.36)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.27548)
	variant  2938/ 3240 = a(1864,1883)    (7947 tests, cond 0)
		n1 false (test_time = 80.6822)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.26003)
	variant  2939/ 3240 = a(1864,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.6643)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.25685)
	variant  2940/ 3240 = a(1864,1880)    (7947 tests, cond 0)
		n1 false (test_time = 20.3868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.29401)
	variant  2941/ 3240 = a(1864,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.9952)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.24344)
	variant  2942/ 3240 = a(1864,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.5332)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.21144)
	variant  2943/ 3240 = a(1864,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.7476)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.20915)
	variant  2944/ 3240 = a(1864,1869)    (7947 tests, cond 0)
		n1 false (test_time = 20.362)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.21996)
	variant  2945/ 3240 = a(1864,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.4929)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.20338)
	variant  2946/ 3240 = a(1864,1867)    (7947 tests, cond 0)
		n1 false (test_time = 20.5697)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.20002)
	variant  2947/ 3240 = a(1864,1865)    (7947 tests, cond 0)
		n1 false (test_time = 20.4868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.1539)
	variant  2948/ 3240 = a(1864,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.3989)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.16141)
	variant  2949/ 3240 = a(1864,1845)    (7947 tests, cond 0)
		n1 false (test_time = 20.5235)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.15204)
	variant  2950/ 3240 = a(1864,1840)    (7947 tests, cond 0)
		n1 false (test_time = 20.5971)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.1476)
	variant  2951/ 3240 = a(1862,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.7519)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.12572)
	variant  2952/ 3240 = a(1862,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4468)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.15117)
	variant  2953/ 3240 = a(1862,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.463)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.09819)
	variant  2954/ 3240 = a(1862,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.6544)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.11804)
	variant  2955/ 3240 = a(1862,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.4251)
		p3538 false (test_time = 2.78813)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.18951)
	variant  2956/ 3240 = a(1862,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.5489)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.08519)
	variant  2957/ 3240 = a(1862,1896)    (7947 tests, cond 0)
		n1 false (test_time = 20.7161)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.21235)
	variant  2958/ 3240 = a(1862,1890)    (7947 tests, cond 0)
		n1 false (test_time = 80.6855)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.11933)
	variant  2959/ 3240 = a(1862,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.7746)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.07652)
	variant  2960/ 3240 = a(1862,1888)    (7947 tests, cond 0)
		n1 false (test_time = 80.6106)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.01692)
	variant  2961/ 3240 = a(1862,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.5868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.02406)
	variant  2962/ 3240 = a(1862,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.4216)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.00227)
	variant  2963/ 3240 = a(1862,1883)    (7947 tests, cond 0)
		n1 false (test_time = 80.639)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.99723)
	variant  2964/ 3240 = a(1862,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.2449)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.97063)
	variant  2965/ 3240 = a(1862,1880)    (7947 tests, cond 0)
		n1 false (test_time = 20.3819)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.04699)
	variant  2966/ 3240 = a(1862,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.3954)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.94583)
	variant  2967/ 3240 = a(1862,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.4522)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.03196)
	variant  2968/ 3240 = a(1862,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.6642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.95952)
	variant  2969/ 3240 = a(1862,1869)    (7947 tests, cond 0)
		n1 false (test_time = 20.9226)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.0237)
	variant  2970/ 3240 = a(1862,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.5378)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.96966)
	variant  2971/ 3240 = a(1862,1867)    (7947 tests, cond 0)
		n1 false (test_time = 20.6868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.97738)
	variant  2972/ 3240 = a(1862,1865)    (7947 tests, cond 0)
		n1 false (test_time = 20.4772)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.90136)
	variant  2973/ 3240 = a(1862,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.6204)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.95245)
	variant  2974/ 3240 = a(1862,1845)    (7947 tests, cond 0)
		n1 false (test_time = 20.5605)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.88163)
	variant  2975/ 3240 = a(1862,1840)    (7947 tests, cond 0)
		n1 false (test_time = 20.778)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.02317)
	variant  2976/ 3240 = a(1862,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.3993)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.85866)
	variant  2977/ 3240 = a(1862,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.3809)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.90831)
	variant  2978/ 3240 = a(1861,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.4699)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.84848)
	variant  2979/ 3240 = a(1861,1890)    (7947 tests, cond 0)
		n1 false (test_time = 81.0236)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.88374)
	variant  2980/ 3240 = a(1861,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.3888)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.8616)
	variant  2981/ 3240 = a(1861,1888)    (7947 tests, cond 0)
		n1 false (test_time = 80.4305)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.81755)
	variant  2982/ 3240 = a(1861,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.3474)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.77934)
	variant  2983/ 3240 = a(1861,1884)    (7947 tests, cond 0)
		n1 false (test_time = 21.0237)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.81711)
	variant  2984/ 3240 = a(1861,1883)    (7947 tests, cond 0)
		n1 false (test_time = 80.5207)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.76348)
	variant  2985/ 3240 = a(1861,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.4335)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.77669)
	variant  2986/ 3240 = a(1861,1875)    (7947 tests, cond 0)
		n1 false (test_time = 22.2935)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.80118)
	variant  2987/ 3240 = a(1861,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.4543)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.75323)
	variant  2988/ 3240 = a(1861,1869)    (7947 tests, cond 0)
		n1 false (test_time = 20.5939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.77004)
	variant  2989/ 3240 = a(1861,1867)    (7947 tests, cond 0)
		n1 false (test_time = 20.6332)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 3.26128)
	variant  2990/ 3240 = a(1861,1865)    (7947 tests, cond 0)
		n1 false (test_time = 20.846)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.71684)
	variant  2991/ 3240 = a(1860,2728)    (7947 tests, cond 0)
		n1 false (test_time = 0.528919)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.7355)
	variant  2992/ 3240 = a(1860,2352)    (7947 tests, cond 0)
		n1 false (test_time = 0.466906)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.69071)
	variant  2993/ 3240 = a(1860,2186)    (7947 tests, cond 0)
		n1 false (test_time = 0.482283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.72956)
	variant  2994/ 3240 = a(1860,2023)    (7947 tests, cond 0)
		n1 false (test_time = 0.447165)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.66469)
	variant  2995/ 3240 = a(1860,1990)    (7947 tests, cond 0)
		n1 false (test_time = 0.43381)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.64465)
	variant  2996/ 3240 = a(1860,1948)    (7947 tests, cond 0)
		n1 false (test_time = 0.505986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.67401)
	variant  2997/ 3240 = a(1860,1896)    (7947 tests, cond 0)
		n1 false (test_time = 0.434865)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.6247)
	variant  2998/ 3240 = a(1860,1890)    (7947 tests, cond 0)
		n1 false (test_time = 0.519793)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.63531)
	variant  2999/ 3240 = a(1860,1889)    (7947 tests, cond 0)
		n1 false (test_time = 0.429852)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.61996)
	variant  3000/ 3240 = a(1860,1888)    (7947 tests, cond 0)
		n1 false (test_time = 0.496691)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.59651)
	variant  3001/ 3240 = a(1860,1886)    (7947 tests, cond 0)
		n1 false (test_time = 0.439198)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.62304)
	variant  3002/ 3240 = a(1860,1884)    (7947 tests, cond 0)
		n1 false (test_time = 0.43219)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.58004)
	variant  3003/ 3240 = a(1860,1883)    (7947 tests, cond 0)
		n1 false (test_time = 0.51174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.59301)
	variant  3004/ 3240 = a(1860,1881)    (7947 tests, cond 0)
		n1 false (test_time = 0.42848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.56108)
	variant  3005/ 3240 = a(1860,1880)    (7947 tests, cond 0)
		n1 false (test_time = 0.476917)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.54752)
	variant  3006/ 3240 = a(1860,1876)    (7947 tests, cond 0)
		n1 false (test_time = 0.446986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.54149)
	variant  3007/ 3240 = a(1860,1875)    (7947 tests, cond 0)
		n1 false (test_time = 0.536683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.51455)
	variant  3008/ 3240 = a(1860,1871)    (7947 tests, cond 0)
		n1 false (test_time = 0.521017)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.54865)
	variant  3009/ 3240 = a(1860,1869)    (7947 tests, cond 0)
		n1 false (test_time = 0.427097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.65296)
	variant  3010/ 3240 = a(1860,1868)    (7947 tests, cond 0)
		n1 false (test_time = 0.542804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.56198)
	variant  3011/ 3240 = a(1860,1867)    (7947 tests, cond 0)
		n1 false (test_time = 0.459424)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.64787)
	variant  3012/ 3240 = a(1860,1865)    (7947 tests, cond 0)
		n1 false (test_time = 0.470066)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.54921)
	variant  3013/ 3240 = a(1860,1864)    (7947 tests, cond 0)
		n1 false (test_time = 0.491385)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.46853)
	variant  3014/ 3240 = a(1860,1845)    (7947 tests, cond 0)
		n1 false (test_time = 0.429748)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.44545)
	variant  3015/ 3240 = a(1860,1840)    (7947 tests, cond 0)
		n1 false (test_time = 0.469515)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.42998)
	variant  3016/ 3240 = a(1860,1814)    (7947 tests, cond 0)
		n1 false (test_time = 0.449738)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.41967)
	variant  3017/ 3240 = a(1860,1786)    (7947 tests, cond 0)
		n1 false (test_time = 0.42886)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.40167)
	variant  3018/ 3240 = a(1815,2728)    (7947 tests, cond 0)
		n1 false (test_time = 20.9782)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.42877)
	variant  3019/ 3240 = a(1815,2352)    (7947 tests, cond 0)
		n1 false (test_time = 20.5826)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.38843)
	variant  3020/ 3240 = a(1815,2186)    (7947 tests, cond 0)
		n1 false (test_time = 20.2964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.42894)
	variant  3021/ 3240 = a(1815,2023)    (7947 tests, cond 0)
		n1 false (test_time = 20.3313)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.40131)
	variant  3022/ 3240 = a(1815,1990)    (7947 tests, cond 0)
		n1 true (test_time = 20.5695)
		p3538 false (test_time = 2.78747)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.37091)
	variant  3023/ 3240 = a(1815,1948)    (7947 tests, cond 0)
		n1 false (test_time = 20.2484)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.35013)
	variant  3024/ 3240 = a(1815,1896)    (7947 tests, cond 0)
		n1 false (test_time = 20.3576)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.33242)
	variant  3025/ 3240 = a(1815,1890)    (7947 tests, cond 0)
		n1 false (test_time = 20.7925)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.31977)
	variant  3026/ 3240 = a(1815,1889)    (7947 tests, cond 0)
		n1 false (test_time = 20.4591)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.38125)
	variant  3027/ 3240 = a(1815,1888)    (7947 tests, cond 0)
		n1 false (test_time = 20.7623)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.30136)
	variant  3028/ 3240 = a(1815,1886)    (7947 tests, cond 0)
		n1 false (test_time = 20.49)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.3036)
	variant  3029/ 3240 = a(1815,1884)    (7947 tests, cond 0)
		n1 false (test_time = 20.5366)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.27054)
	variant  3030/ 3240 = a(1815,1883)    (7947 tests, cond 0)
		n1 false (test_time = 20.8308)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.31702)
	variant  3031/ 3240 = a(1815,1881)    (7947 tests, cond 0)
		n1 false (test_time = 20.3153)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.36772)
	variant  3032/ 3240 = a(1815,1880)    (7947 tests, cond 0)
		n1 false (test_time = 20.9173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.24548)
	variant  3033/ 3240 = a(1815,1876)    (7947 tests, cond 0)
		n1 false (test_time = 20.3854)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.23043)
	variant  3034/ 3240 = a(1815,1875)    (7947 tests, cond 0)
		n1 false (test_time = 20.4838)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.39438)
	variant  3035/ 3240 = a(1815,1871)    (7947 tests, cond 0)
		n1 false (test_time = 20.5295)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.20899)
	variant  3036/ 3240 = a(1815,1868)    (7947 tests, cond 0)
		n1 false (test_time = 20.4647)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.20496)
	variant  3037/ 3240 = a(1815,1864)    (7947 tests, cond 0)
		n1 false (test_time = 20.5913)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.18923)
	variant  3038/ 3240 = a(1815,1845)    (7947 tests, cond 0)
		n1 false (test_time = 20.3377)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.1981)
	variant  3039/ 3240 = a(1815,1840)    (7947 tests, cond 0)
		n1 false (test_time = 21.2956)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.21685)
	variant  3040/ 3240 = a(1815,1814)    (7947 tests, cond 0)
		n1 false (test_time = 20.5794)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.22198)
	variant  3041/ 3240 = a(1815,1786)    (7947 tests, cond 0)
		n1 false (test_time = 20.9757)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.16897)
	variant  3042/ 3240 = a(359,2728)     (7947 tests, cond 0)
		n1 false (test_time = 20.7256)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.15851)
	variant  3043/ 3240 = a(359,2186)     (7947 tests, cond 0)
		n1 false (test_time = 20.5863)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.19261)
	variant  3044/ 3240 = a(359,2023)     (7947 tests, cond 0)
		n1 false (test_time = 20.6632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.11057)
	variant  3045/ 3240 = a(359,1990)     (7947 tests, cond 0)
		n1 false (test_time = 20.6528)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.10703)
	variant  3046/ 3240 = a(359,1948)     (7947 tests, cond 0)
		n1 false (test_time = 20.6119)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.10659)
	variant  3047/ 3240 = a(359,1814)     (7947 tests, cond 0)
		n1 false (test_time = 21.2677)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.14289)
	variant  3048/ 3240 = a(359,1786)     (7947 tests, cond 0)
		n1 false (test_time = 20.9631)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.07736)
	variant  3049/ 3240 = a(359,359)      (7947 tests, cond 0)
		n1 false (test_time = 20.5426)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.08477)
	variant  3050/ 3240 = a(359,358)      (7947 tests, cond 0)
		n1 false (test_time = 20.5665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.07289)
	variant  3051/ 3240 = a(358,2728)     (7947 tests, cond 0)
		n1 false (test_time = 20.3745)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.0435)
	variant  3052/ 3240 = a(358,2186)     (7947 tests, cond 0)
		n1 true (test_time = 20.5004)
		p3538 false (test_time = 2.83143)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.02976)
	variant  3053/ 3240 = a(358,2023)     (7947 tests, cond 0)
		n1 true (test_time = 20.4831)
		p3538 false (test_time = 2.79157)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.01754)
	variant  3054/ 3240 = a(358,1990)     (7947 tests, cond 0)
		n1 true (test_time = 20.3074)
		p3538 false (test_time = 2.79456)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.05947)
	variant  3055/ 3240 = a(358,1948)     (7947 tests, cond 0)
		n1 true (test_time = 20.4101)
		p3538 false (test_time = 2.79719)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.99874)
	variant  3056/ 3240 = a(358,1814)     (7947 tests, cond 0)
		n1 true (test_time = 20.3862)
		p3538 false (test_time = 2.80828)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.00776)
	variant  3057/ 3240 = a(358,1786)     (7947 tests, cond 0)
		p3538 false (test_time = 23.0251)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.99456)
	variant  3058/ 3240 = a(358,359)      (7947 tests, cond 0)
		p3538 false (test_time = 23.141)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.98087)
	variant  3059/ 3240 = a(358,358)      (7947 tests, cond 0)
		p3538 true (test_time = 20.6116)
		n1 false (test_time = 0.279333)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.99964)
	variant  3060/ 3240 = a(358,357)      (7947 tests, cond 0)
		n1 false (test_time = 20.9396)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.95504)
	variant  3061/ 3240 = a(358,356)      (7947 tests, cond 0)
		n1 false (test_time = 20.6118)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.92947)
	variant  3062/ 3240 = a(358,355)      (7947 tests, cond 0)
		n1 true (test_time = 20.647)
		p3538 false (test_time = 3.05771)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.92212)
	variant  3063/ 3240 = a(358,353)      (7947 tests, cond 0)
		n1 false (test_time = 20.8654)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.92275)
	variant  3064/ 3240 = a(358,350)      (7947 tests, cond 0)
		n1 false (test_time = 20.5209)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.91462)
	variant  3065/ 3240 = a(358,347)      (7947 tests, cond 0)
		n1 false (test_time = 20.9615)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.89556)
	variant  3066/ 3240 = a(358,344)      (7947 tests, cond 0)
		n1 false (test_time = 21.141)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.91408)
	variant  3067/ 3240 = a(358,341)      (7947 tests, cond 0)
		n1 false (test_time = 20.9633)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.86933)
	variant  3068/ 3240 = a(358,338)      (7947 tests, cond 0)
		n1 false (test_time = 20.9117)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.88328)
	variant  3069/ 3240 = a(358,335)      (7947 tests, cond 0)
		n1 true (test_time = 21.0096)
		p3538 false (test_time = 3.18211)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.90765)
	variant  3070/ 3240 = a(358,334)      (7947 tests, cond 0)
		n1 false (test_time = 21.0162)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.85419)
	variant  3071/ 3240 = a(358,331)      (7947 tests, cond 0)
		n1 false (test_time = 20.7501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.83017)
	variant  3072/ 3240 = a(358,328)      (7947 tests, cond 0)
		n1 false (test_time = 20.7878)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.8281)
	variant  3073/ 3240 = a(358,325)      (7947 tests, cond 0)
		n1 false (test_time = 21.0928)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.83051)
	variant  3074/ 3240 = a(358,322)      (7947 tests, cond 0)
		n1 false (test_time = 20.5933)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.81723)
	variant  3075/ 3240 = a(358,319)      (7947 tests, cond 0)
		n1 false (test_time = 20.8786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.78823)
	variant  3076/ 3240 = a(358,316)      (7947 tests, cond 0)
		n1 false (test_time = 20.8849)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.97145)
	variant  3077/ 3240 = a(358,313)      (7947 tests, cond 0)
		n1 false (test_time = 21.3738)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.89447)
	variant  3078/ 3240 = a(357,2728)     (7947 tests, cond 0)
		n1 false (test_time = 21.2015)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.76812)
	variant  3079/ 3240 = a(357,2186)     (7947 tests, cond 0)
		n1 true (test_time = 20.6799)
		p3538 false (test_time = 2.81661)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.73511)
	variant  3080/ 3240 = a(357,2023)     (7947 tests, cond 0)
		n1 true (test_time = 20.7272)
		p3538 false (test_time = 2.88642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.72999)
	variant  3081/ 3240 = a(357,1990)     (7947 tests, cond 0)
		n1 true (test_time = 21.0007)
		p3538 false (test_time = 2.80428)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.719)
	variant  3082/ 3240 = a(357,1948)     (7947 tests, cond 0)
		n1 true (test_time = 20.4371)
		p3538 false (test_time = 2.84296)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.73892)
	variant  3083/ 3240 = a(357,1814)     (7947 tests, cond 0)
		n1 true (test_time = 20.6737)
		p3538 false (test_time = 2.80244)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.70978)
	variant  3084/ 3240 = a(357,1786)     (7947 tests, cond 0)
		n1 true (test_time = 20.8766)
		p3538 false (test_time = 2.90284)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.71109)
	variant  3085/ 3240 = a(357,359)      (7947 tests, cond 0)
		p3538 false (test_time = 23.3857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.68039)
	variant  3086/ 3240 = a(357,358)      (7947 tests, cond 0)
		p3538 true (test_time = 21.6231)
		n1 false (test_time = 0.290368)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.67458)
	variant  3087/ 3240 = a(357,357)      (7947 tests, cond 0)
		n1 false (test_time = 20.8848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.67706)
	variant  3088/ 3240 = a(357,356)      (7947 tests, cond 0)
		n1 false (test_time = 20.7012)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.6508)
	variant  3089/ 3240 = a(357,355)      (7947 tests, cond 0)
		n1 true (test_time = 20.6198)
		p3538 false (test_time = 2.81318)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.72052)
	variant  3090/ 3240 = a(357,353)      (7947 tests, cond 0)
		n1 false (test_time = 20.584)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.6236)
	variant  3091/ 3240 = a(357,350)      (7947 tests, cond 0)
		n1 false (test_time = 20.6499)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.60503)
	variant  3092/ 3240 = a(357,347)      (7947 tests, cond 0)
		n1 false (test_time = 20.8024)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.64072)
	variant  3093/ 3240 = a(357,344)      (7947 tests, cond 0)
		n1 false (test_time = 20.5315)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.59199)
	variant  3094/ 3240 = a(357,341)      (7947 tests, cond 0)
		n1 false (test_time = 21.421)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.58207)
	variant  3095/ 3240 = a(357,338)      (7947 tests, cond 0)
		n1 false (test_time = 21.4496)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.63831)
	variant  3096/ 3240 = a(357,335)      (7947 tests, cond 0)
		n1 false (test_time = 21.1222)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.56321)
	variant  3097/ 3240 = a(357,334)      (7947 tests, cond 0)
		n1 false (test_time = 20.5933)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.54727)
	variant  3098/ 3240 = a(357,331)      (7947 tests, cond 0)
		n1 false (test_time = 20.7604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.53388)
	variant  3099/ 3240 = a(357,328)      (7947 tests, cond 0)
		n1 false (test_time = 20.576)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.51262)
	variant  3100/ 3240 = a(357,325)      (7947 tests, cond 0)
		n1 false (test_time = 20.4845)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.51373)
	variant  3101/ 3240 = a(357,322)      (7947 tests, cond 0)
		n1 false (test_time = 20.635)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.51087)
	variant  3102/ 3240 = a(357,319)      (7947 tests, cond 0)
		n1 false (test_time = 20.9539)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.49144)
	variant  3103/ 3240 = a(357,316)      (7947 tests, cond 0)
		n1 false (test_time = 20.9218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.49339)
	variant  3104/ 3240 = a(357,313)      (7947 tests, cond 0)
		n1 false (test_time = 20.6536)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.47478)
	variant  3105/ 3240 = a(356,2728)     (7947 tests, cond 0)
		n1 false (test_time = 21.0753)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.49439)
	variant  3106/ 3240 = a(356,2186)     (7947 tests, cond 0)
		n1 true (test_time = 21.7104)
		p3538 false (test_time = 3.18145)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.49335)
	variant  3107/ 3240 = a(356,2023)     (7947 tests, cond 0)
		n1 true (test_time = 20.527)
		p3538 false (test_time = 3.01827)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.44966)
	variant  3108/ 3240 = a(356,1990)     (7947 tests, cond 0)
		n1 true (test_time = 20.5678)
		p3538 false (test_time = 3.05786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.46169)
	variant  3109/ 3240 = a(356,1948)     (7947 tests, cond 0)
		n1 true (test_time = 21.4473)
		p3538 false (test_time = 3.10376)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.45242)
	variant  3110/ 3240 = a(356,1814)     (7947 tests, cond 0)
		n1 true (test_time = 20.9446)
		p3538 false (test_time = 3.06017)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.41468)
	variant  3111/ 3240 = a(356,1786)     (7947 tests, cond 0)
		n1 true (test_time = 20.8991)
		p3538 false (test_time = 3.1589)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.39732)
	variant  3112/ 3240 = a(356,359)      (7947 tests, cond 0)
		n1 false (test_time = 20.5994)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.40417)
	variant  3113/ 3240 = a(356,358)      (7947 tests, cond 0)
		n1 false (test_time = 20.5328)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.40028)
	variant  3114/ 3240 = a(355,2728)     (7947 tests, cond 0)
		n1 false (test_time = 20.8116)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.3523)
	variant  3115/ 3240 = a(355,2186)     (7947 tests, cond 0)
		n1 true (test_time = 20.7284)
		p3538 false (test_time = 3.01068)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.34597)
	variant  3116/ 3240 = a(355,2023)     (7947 tests, cond 0)
		p3538 false (test_time = 23.3471)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.36238)
	variant  3117/ 3240 = a(355,1990)     (7947 tests, cond 0)
		p3538 false (test_time = 24.0743)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.45322)
	variant  3118/ 3240 = a(355,1948)     (7947 tests, cond 0)
		p3538 false (test_time = 23.4637)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.30846)
	variant  3119/ 3240 = a(355,1814)     (7947 tests, cond 0)
		p3538 false (test_time = 23.3087)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.31314)
	variant  3120/ 3240 = a(355,1786)     (7947 tests, cond 0)
		p3538 false (test_time = 23.3361)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.29188)
	variant  3121/ 3240 = a(355,359)      (7947 tests, cond 0)
		p3538 false (test_time = 23.3779)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.27449)
	variant  3122/ 3240 = a(355,358)      (7947 tests, cond 0)
		p3538 true (test_time = 20.9181)
		n1 false (test_time = 0.283484)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.27481)
	variant  3123/ 3240 = a(354,2728)     (7947 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002960/ext/standard/html.c  a(354,2728)  fails to compile
 false (test_time = 1.29842)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.25799)
	variant  3124/ 3240 = a(354,2186)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002961/ext/standard/html.c  a(354,2186)  fails to compile
 false (test_time = 1.29966)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.25232)
	variant  3125/ 3240 = a(354,2023)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002962/ext/standard/html.c  a(354,2023)  fails to compile
 false (test_time = 1.24009)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.23518)
	variant  3126/ 3240 = a(354,1990)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002963/ext/standard/html.c  a(354,1990)  fails to compile
 false (test_time = 1.32421)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.23527)
	variant  3127/ 3240 = a(354,1948)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002964/ext/standard/html.c  a(354,1948)  fails to compile
 false (test_time = 1.23843)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.21732)
	variant  3128/ 3240 = a(354,1814)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002965/ext/standard/html.c  a(354,1814)  fails to compile
 false (test_time = 1.27763)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.20021)
	variant  3129/ 3240 = a(354,1786)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002966/ext/standard/html.c  a(354,1786)  fails to compile
 false (test_time = 1.25769)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.23604)
	variant  3130/ 3240 = a(354,359)      (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002967/ext/standard/html.c  a(354,359)  fails to compile
 false (test_time = 1.22618)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.18483)
	variant  3131/ 3240 = a(354,358)      (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002968/ext/standard/html.c  a(354,358)  fails to compile
 false (test_time = 1.27134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.17206)
	variant  3132/ 3240 = a(353,2728)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 20.3193)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.20609)
	variant  3133/ 3240 = a(353,2186)     (7947 tests, cond 0)
		n1 true (test_time = 20.6736)
		p3538 false (test_time = 3.42556)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.18789)
	variant  3134/ 3240 = a(353,2023)     (7947 tests, cond 0)
		n1 true (test_time = 20.4379)
		p3538 false (test_time = 3.40435)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.14508)
	variant  3135/ 3240 = a(353,1990)     (7947 tests, cond 0)
		n1 true (test_time = 20.5937)
		p3538 false (test_time = 3.11563)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.1325)
	variant  3136/ 3240 = a(353,1948)     (7947 tests, cond 0)
		n1 true (test_time = 20.4181)
		p3538 false (test_time = 3.07668)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.12741)
	variant  3137/ 3240 = a(353,1814)     (7947 tests, cond 0)
		p3538 false (test_time = 23.2102)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.10907)
	variant  3138/ 3240 = a(353,1786)     (7947 tests, cond 0)
		p3538 false (test_time = 23.4404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.09341)
	variant  3139/ 3240 = a(353,359)      (7947 tests, cond 0)
		p3538 false (test_time = 23.3051)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.14533)
	variant  3140/ 3240 = a(353,358)      (7947 tests, cond 0)
		p3538 true (test_time = 20.6355)
		n1 false (test_time = 0.283977)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.07666)
	variant  3141/ 3240 = a(352,2728)     (7947 tests, cond 0)
		n1 false (test_time = 20.5942)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.07112)
	variant  3142/ 3240 = a(352,2186)     (7947 tests, cond 0)
		n1 true (test_time = 20.3786)
		p3538 false (test_time = 3.07075)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.05494)
	variant  3143/ 3240 = a(352,2023)     (7947 tests, cond 0)
		n1 true (test_time = 20.7196)
		p3538 false (test_time = 3.06733)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.04467)
	variant  3144/ 3240 = a(352,1990)     (7947 tests, cond 0)
		n1 true (test_time = 21.2048)
		p3538 false (test_time = 3.11243)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.04023)
	variant  3145/ 3240 = a(352,1948)     (7947 tests, cond 0)
		n1 true (test_time = 20.4598)
		p3538 false (test_time = 3.08134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.02209)
	variant  3146/ 3240 = a(352,1814)     (7947 tests, cond 0)
		n1 true (test_time = 20.3408)
		p3538 false (test_time = 3.07733)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.0121)
	variant  3147/ 3240 = a(352,1786)     (7947 tests, cond 0)
		p3538 false (test_time = 23.5829)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.0095)
	variant  3148/ 3240 = a(352,359)      (7947 tests, cond 0)
		p3538 false (test_time = 23.4811)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.986593)
	variant  3149/ 3240 = a(352,358)      (7947 tests, cond 0)
		p3538 true (test_time = 20.4368)
		n1 false (test_time = 0.27885)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.975967)
	variant  3150/ 3240 = a(351,2728)     (7947 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002987/ext/standard/html.c  a(351,2728)  fails to compile
 false (test_time = 1.2644)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.967517)
	variant  3151/ 3240 = a(351,2186)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002988/ext/standard/html.c  a(351,2186)  fails to compile
 false (test_time = 1.25799)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.957283)
	variant  3152/ 3240 = a(351,2023)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002989/ext/standard/html.c  a(351,2023)  fails to compile
 false (test_time = 1.33551)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.953164)
	variant  3153/ 3240 = a(351,1990)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002990/ext/standard/html.c  a(351,1990)  fails to compile
 false (test_time = 1.23364)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.953943)
	variant  3154/ 3240 = a(351,1948)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002991/ext/standard/html.c  a(351,1948)  fails to compile
 false (test_time = 1.35989)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.928026)
	variant  3155/ 3240 = a(351,1814)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002992/ext/standard/html.c  a(351,1814)  fails to compile
 false (test_time = 1.30634)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.918801)
	variant  3156/ 3240 = a(351,1786)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002993/ext/standard/html.c  a(351,1786)  fails to compile
 false (test_time = 1.30749)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.89841)
	variant  3157/ 3240 = a(351,359)      (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002994/ext/standard/html.c  a(351,359)  fails to compile
 false (test_time = 1.28052)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.887754)
	variant  3158/ 3240 = a(351,358)      (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/002995/ext/standard/html.c  a(351,358)  fails to compile
 false (test_time = 1.17889)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.924563)
	variant  3159/ 3240 = a(350,2728)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 20.4531)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.867464)
	variant  3160/ 3240 = a(350,2186)     (7947 tests, cond 0)
		n1 true (test_time = 20.6269)
		p3538 false (test_time = 3.23992)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.857049)
	variant  3161/ 3240 = a(350,2023)     (7947 tests, cond 0)
		n1 true (test_time = 20.5389)
		p3538 false (test_time = 3.25)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.854157)
	variant  3162/ 3240 = a(350,1990)     (7947 tests, cond 0)
		n1 true (test_time = 20.5389)
		p3538 false (test_time = 3.14175)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.834033)
	variant  3163/ 3240 = a(350,1948)     (7947 tests, cond 0)
		n1 true (test_time = 20.5686)
		p3538 false (test_time = 3.14951)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.840571)
	variant  3164/ 3240 = a(350,1814)     (7947 tests, cond 0)
		n1 true (test_time = 20.8374)
		p3538 false (test_time = 3.36663)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.812875)
	variant  3165/ 3240 = a(350,1786)     (7947 tests, cond 0)
		n1 true (test_time = 21.1199)
		p3538 false (test_time = 3.16818)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.801466)
	variant  3166/ 3240 = a(350,359)      (7947 tests, cond 0)
		n1 true (test_time = 20.5927)
		p3538 false (test_time = 3.12643)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.810314)
	variant  3167/ 3240 = a(350,358)      (7947 tests, cond 0)
		p3538 true (test_time = 20.4141)
		n1 false (test_time = 0.294535)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.783421)
	variant  3168/ 3240 = a(349,2728)     (7947 tests, cond 0)
		n1 false (test_time = 20.5169)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.813449)
	variant  3169/ 3240 = a(349,2186)     (7947 tests, cond 0)
		n1 true (test_time = 20.5257)
		p3538 false (test_time = 3.16138)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.757364)
	variant  3170/ 3240 = a(349,2023)     (7947 tests, cond 0)
		n1 true (test_time = 20.4941)
		p3538 false (test_time = 3.24156)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.747396)
	variant  3171/ 3240 = a(349,1990)     (7947 tests, cond 0)
		n1 true (test_time = 20.6445)
		p3538 false (test_time = 3.30659)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.845234)
	variant  3172/ 3240 = a(349,1948)     (7947 tests, cond 0)
		n1 true (test_time = 20.5003)
		p3538 false (test_time = 3.2427)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.833971)
	variant  3173/ 3240 = a(349,1814)     (7947 tests, cond 0)
		n1 true (test_time = 20.4397)
		p3538 false (test_time = 3.15749)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.716368)
	variant  3174/ 3240 = a(349,1786)     (7947 tests, cond 0)
		n1 true (test_time = 20.4416)
		p3538 false (test_time = 3.16237)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.713214)
	variant  3175/ 3240 = a(349,359)      (7947 tests, cond 0)
		n1 true (test_time = 20.8785)
		p3538 false (test_time = 3.33084)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.698274)
	variant  3176/ 3240 = a(349,358)      (7947 tests, cond 0)
		p3538 true (test_time = 20.4676)
		n1 false (test_time = 0.293425)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.710538)
	variant  3177/ 3240 = a(348,2728)     (7947 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003014/ext/standard/html.c  a(348,2728)  fails to compile
 false (test_time = 1.38577)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.678478)
	variant  3178/ 3240 = a(348,2186)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003015/ext/standard/html.c  a(348,2186)  fails to compile
 false (test_time = 1.29187)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.727653)
	variant  3179/ 3240 = a(348,2023)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003016/ext/standard/html.c  a(348,2023)  fails to compile
 false (test_time = 1.28296)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.678955)
	variant  3180/ 3240 = a(348,1990)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003017/ext/standard/html.c  a(348,1990)  fails to compile
 false (test_time = 1.38643)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.65744)
	variant  3181/ 3240 = a(348,1948)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003018/ext/standard/html.c  a(348,1948)  fails to compile
 false (test_time = 1.23773)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.634627)
	variant  3182/ 3240 = a(348,1814)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003019/ext/standard/html.c  a(348,1814)  fails to compile
 false (test_time = 1.27589)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.621594)
	variant  3183/ 3240 = a(348,1786)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003020/ext/standard/html.c  a(348,1786)  fails to compile
 false (test_time = 1.26649)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.648084)
	variant  3184/ 3240 = a(348,359)      (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003021/ext/standard/html.c  a(348,359)  fails to compile
 false (test_time = 1.19992)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.596781)
	variant  3185/ 3240 = a(348,358)      (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003022/ext/standard/html.c  a(348,358)  fails to compile
 false (test_time = 1.29601)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.587032)
	variant  3186/ 3240 = a(347,2728)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 20.4424)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.615433)
	variant  3187/ 3240 = a(347,2186)     (7947 tests, cond 0)
		n1 true (test_time = 20.5246)
		p3538 false (test_time = 3.19256)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.567668)
	variant  3188/ 3240 = a(347,2023)     (7947 tests, cond 0)
		n1 true (test_time = 20.7273)
		p3538 false (test_time = 3.1581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.552919)
	variant  3189/ 3240 = a(347,1990)     (7947 tests, cond 0)
		n1 true (test_time = 20.5328)
		p3538 false (test_time = 3.1474)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.546179)
	variant  3190/ 3240 = a(347,1948)     (7947 tests, cond 0)
		n1 true (test_time = 20.5105)
		p3538 false (test_time = 3.14711)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.53154)
	variant  3191/ 3240 = a(347,1814)     (7947 tests, cond 0)
		n1 true (test_time = 20.6075)
		p3538 false (test_time = 3.10216)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.520305)
	variant  3192/ 3240 = a(347,1786)     (7947 tests, cond 0)
		n1 true (test_time = 20.4537)
		p3538 false (test_time = 3.1839)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.514135)
	variant  3193/ 3240 = a(347,359)      (7947 tests, cond 0)
		n1 true (test_time = 20.5397)
		p3538 false (test_time = 3.13563)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.498644)
	variant  3194/ 3240 = a(347,358)      (7947 tests, cond 0)
		n1 false (test_time = 20.5237)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.507252)
	variant  3195/ 3240 = a(346,2728)     (7947 tests, cond 0)
		n1 false (test_time = 20.459)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.479012)
	variant  3196/ 3240 = a(346,2186)     (7947 tests, cond 0)
		n1 true (test_time = 20.6642)
		p3538 false (test_time = 3.27798)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.4686)
	variant  3197/ 3240 = a(346,2023)     (7947 tests, cond 0)
		p3538 false (test_time = 24.0328)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.45626)
	variant  3198/ 3240 = a(346,1990)     (7947 tests, cond 0)
		p3538 false (test_time = 23.718)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.444801)
	variant  3199/ 3240 = a(346,1948)     (7947 tests, cond 0)
		p3538 false (test_time = 23.4275)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.435534)
	variant  3200/ 3240 = a(346,1814)     (7947 tests, cond 0)
		p3538 false (test_time = 24.651)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.454943)
	variant  3201/ 3240 = a(346,1786)     (7947 tests, cond 0)
		p3538 false (test_time = 23.9729)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.415037)
	variant  3202/ 3240 = a(346,359)      (7947 tests, cond 0)
		p3538 false (test_time = 23.5915)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.402183)
	variant  3203/ 3240 = a(346,358)      (7947 tests, cond 0)
		p3538 true (test_time = 20.5224)
		n1 false (test_time = 0.291403)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.428928)
	variant  3204/ 3240 = a(345,2728)     (7947 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003041/ext/standard/html.c  a(345,2728)  fails to compile
 false (test_time = 1.24528)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.396672)
	variant  3205/ 3240 = a(345,2186)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003042/ext/standard/html.c  a(345,2186)  fails to compile
 false (test_time = 1.24895)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.370001)
	variant  3206/ 3240 = a(345,2023)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003043/ext/standard/html.c  a(345,2023)  fails to compile
 false (test_time = 1.32975)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.359115)
	variant  3207/ 3240 = a(345,1990)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003044/ext/standard/html.c  a(345,1990)  fails to compile
 false (test_time = 1.25505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.377453)
	variant  3208/ 3240 = a(345,1948)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003045/ext/standard/html.c  a(345,1948)  fails to compile
 false (test_time = 1.24508)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.337264)
	variant  3209/ 3240 = a(345,1814)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003046/ext/standard/html.c  a(345,1814)  fails to compile
 false (test_time = 1.31061)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.325141)
	variant  3210/ 3240 = a(345,1786)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003047/ext/standard/html.c  a(345,1786)  fails to compile
 false (test_time = 1.22489)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.343423)
	variant  3211/ 3240 = a(345,359)      (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003048/ext/standard/html.c  a(345,359)  fails to compile
 false (test_time = 1.21047)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.3033)
	variant  3212/ 3240 = a(345,358)      (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2012-03-12-7aefbf70a8-efc94f3115/003049/ext/standard/html.c  a(345,358)  fails to compile
 false (test_time = 1.27929)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.294343)
	variant  3213/ 3240 = a(344,2728)     (7947 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 20.4605)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.288328)
	variant  3214/ 3240 = a(344,2186)     (7947 tests, cond 0)
		n1 true (test_time = 20.5725)
		p3538 false (test_time = 2.63441)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.272636)
	variant  3215/ 3240 = a(344,2023)     (7947 tests, cond 0)
		n1 true (test_time = 20.5019)
		p3538 false (test_time = 2.66331)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.260977)
	variant  3216/ 3240 = a(344,1990)     (7947 tests, cond 0)
		p3538 false (test_time = 22.9811)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.250261)
	variant  3217/ 3240 = a(344,1948)     (7947 tests, cond 0)
		p3538 false (test_time = 23.1882)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.282176)
	variant  3218/ 3240 = a(344,1814)     (7947 tests, cond 0)
		p3538 false (test_time = 23.494)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.229099)
	variant  3219/ 3240 = a(344,1786)     (7947 tests, cond 0)
		p3538 false (test_time = 23.3779)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.220654)
	variant  3220/ 3240 = a(344,359)      (7947 tests, cond 0)
		p3538 false (test_time = 23.0211)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.20953)
	variant  3221/ 3240 = a(344,358)      (7947 tests, cond 0)
		p3538 true (test_time = 20.4462)
		n1 false (test_time = 0.289937)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.265931)
	variant  3222/ 3240 = a(343,2728)     (7947 tests, cond 0)
		n1 false (test_time = 21.1902)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.194525)
	variant  3223/ 3240 = a(343,2186)     (7947 tests, cond 0)
		n1 true (test_time = 20.5304)
		p3538 false (test_time = 2.63923)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.17339)
	variant  3224/ 3240 = a(343,2023)     (7947 tests, cond 0)
		n1 true (test_time = 20.612)
		p3538 false (test_time = 2.59742)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.163175)
	variant  3225/ 3240 = a(343,1990)     (7947 tests, cond 0)
		n1 true (test_time = 20.7627)
		p3538 false (test_time = 2.61687)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.160812)
	variant  3226/ 3240 = a(343,1948)     (7947 tests, cond 0)
		n1 true (test_time = 20.5972)
		p3538 false (test_time = 2.57846)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.141293)
	variant  3227/ 3240 = a(343,1814)     (7947 tests, cond 0)
		p3538 false (test_time = 22.9609)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.135244)
	variant  3228/ 3240 = a(343,1786)     (7947 tests, cond 0)
		p3538 false (test_time = 22.9086)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.120769)
	variant  3229/ 3240 = a(343,359)      (7947 tests, cond 0)
		p3538 false (test_time = 23.0229)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.109258)
	variant  3230/ 3240 = a(343,358)      (7947 tests, cond 0)
		p3538 true (test_time = 20.5271)
		n1 false (test_time = 0.287237)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.098716)
	variant  3231/ 3240 = a(310,2728)     (7947 tests, cond 0)
		n1 false (test_time = 0.471358)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.0874591)
	variant  3232/ 3240 = a(310,2186)     (7947 tests, cond 0)
		n1 false (test_time = 0.494267)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.07688)
	variant  3233/ 3240 = a(310,2023)     (7947 tests, cond 0)
		n1 false (test_time = 0.392062)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.0744371)
	variant  3234/ 3240 = a(310,1990)     (7947 tests, cond 0)
		n1 false (test_time = 0.525035)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.055011)
	variant  3235/ 3240 = a(310,1948)     (7947 tests, cond 0)
		n1 false (test_time = 0.501952)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.044338)
	variant  3236/ 3240 = a(310,1814)     (7947 tests, cond 0)
		n1 false (test_time = 0.464195)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.0345221)
	variant  3237/ 3240 = a(310,1786)     (7947 tests, cond 0)
		n1 false (test_time = 0.428002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.02268)
	variant  3238/ 3240 = a(310,359)      (7947 tests, cond 0)
		n1 false (test_time = 0.453539)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 0.011821)
	variant  3239/ 3240 = a(310,358)      (7947 tests, cond 0)
		n1 false (test_time = 0.496827)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 2.28882e-05)
	variant  3240/ 3240 = a(310,310)      (7947 tests, cond 0)
		n1 false (test_time = 0.443527)
search: ww_adaptive: ends (no repair)
Rep: saving test cache

Variant Test Case Queries: 6958
"Test Suite Evaluations": 0.875551

Compile Failures: 145
Wall-Clock Seconds Elapsed: 125358
  Activity Name                     Count Seconds = Percent of Total Time
  progeq partition                    715 113.005 = 0.0928215%
  append_sources                      152 270.827 = 0.222455%
  test                              14760 9535.491 = 7.8324%
  find_best_edit                     3240 54825.493 = 45.0333%
  compile                            3069 56996.719 = 46.8168%
  TOTAL                                   121744.248 = 97.1176% (avg CPU usage)
php-bug-2012-03-12-7aefbf70a8-efc94f3115.tar.gz
Tue Feb 21 03:12:23 EST 2017
shutting down
