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 7751
--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-218 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:22:31 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/tmp28da75.c /tmp/tmp8b97fb.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/Zend/zend_closures.c: parsing
cilRep: preprocessed/Zend/zend_closures.c: parsed (0.390571 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-2011-11-01-735efbdd04-e0f781f496/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 ;

  {
   758: /* CIL Label */ 
#line 108
  base = 10;
   759: /* CIL Label */ 
#line 108
  digits = 0;
   760: /* CIL Label */ 
#line 108
  dp_or_e = 0;
   761: /* CIL Label */ 
#line 112
  if (! length) {
#line 113
    return ((unsigned char)0);
  } else {

  }
   762: /* 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 --;
  }
   763: /* CIL Label */ 
#line 122
  ptr = str;
   764: /* CIL Label */ 
#line 124
  if ((int const   )*ptr == 45) {
#line 125
    ptr ++;
  } else {
#line 124
    if ((int const   )*ptr == 43) {
#line 125
      ptr ++;
    } else {

    }
  }
   765: /* 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);
    }
  }
   766: /* 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 {

  }
   767: /* 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 ;

  {
   917: /* CIL Label */ 
#line 718
  tmp___11 = __builtin_expect((long )((int )op1->type == 1), 1L);
   918: /* 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 {

    }
  }
   919: /* CIL Label */ 
#line 772
  tmp___12 = div_function(result, op1, op2);
   920: /* 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-2011-11-01-735efbdd04-e0f781f496/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 ;

  {
   1289: /* 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);
   1290: /* 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 {

    }
  }
   1291: /* CIL Label */ 
#line 327
  *((executor_globals.argument_stack)->top) = (void *)((unsigned long )count);
   1292: /* CIL Label */ 
#line 328
  tmp___4 = (executor_globals.argument_stack)->top;
   1293: /* CIL Label */ 
#line 328
  ((executor_globals.argument_stack)->top) ++;
   1294: /* 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: /* CIL Label */ 
#line 68 "/root/mountpoint-genprog/genprog-many-bugs/php-bug-2011-11-01-735efbdd04-e0f781f496/php/Zend/zend_closures.c"
tmp___0 = zval_isref_p(return_value);
#line 68
is_ref = tmp___0;
#line 68
tmp___1 = zval_refcount_p(return_value);
#line 68
refcount = tmp___1;
Liveness failed on function:
 void zim_Closure___invoke(int ht , zval *return_value ,
                           zval **return_value_ptr , zval *this_ptr ,
                           int return_value_used ) 
{ zend_function *func ;
  zval ***arguments ;
  zval *closure_result_ptr ;
  void __attribute__((__visibility__("default")))  *tmp ;
  zval *__z ;
  zval *__z___0 ;
  zend_uchar is_ref ;
  zend_bool tmp___0 ;
  zend_uint refcount ;
  zend_uint tmp___1 ;
  zend_bool tmp___2 ;
  int __attribute__((__visibility__("default")))  tmp___3 ;
  int __attribute__((__visibility__("default")))  tmp___4 ;

  {
   1355: /* CIL Label */ 
#line 50
  func = (executor_globals.current_execute_data)->function_state.function;
   1356: /* CIL Label */ 
#line 52
  closure_result_ptr = (zval *)((void *)0);
   1357: /* CIL Label */ 
#line 54
  tmp = _emalloc(sizeof(zval **) * (unsigned int )ht);
   1358: /* CIL Label */ 
#line 54
  arguments = (zval ***)tmp;
   1359: /* CIL Label */ 
#line 55
  tmp___4 = _zend_get_parameters_array_ex(ht, arguments);
   1360: /* CIL Label */ 
#line 55
  if (tmp___4 == (int __attribute__((__visibility__("default")))  )-1) {
#line 56
    _efree((void *)arguments);
#line 57
    zend_error(1 << 12L, "Cannot get arguments for calling closure");
#line 58
    while (1) {
#line 58
      __z = return_value;
#line 58
      __z->value.lval = 0L;
#line 58
      __z->type = (unsigned char)3;
#line 58
      break;
    }
  } else {
#line 59
    tmp___3 = call_user_function_ex(compiler_globals.function_table,
                                    (zval **)((void *)0), this_ptr,
                                    & closure_result_ptr, (unsigned int )ht,
                                    arguments, 1, (HashTable *)((void *)0));
#line 59
    if (tmp___3 == (int __attribute__((__visibility__("default")))  )-1) {
#line 60
      while (1) {
#line 60
        __z___0 = return_value;
#line 60
        __z___0->value.lval = 0L;
#line 60
        __z___0->type = (unsigned char)3;
#line 60
        break;
      }
    } else {
#line 61
      if (closure_result_ptr) {
#line 62
        tmp___2 = zval_isref_p(closure_result_ptr);
#line 62
        if (tmp___2) {
#line 62
          if (return_value_ptr) {
#line 63
            if (return_value) {
#line 64
              _zval_ptr_dtor(& return_value);
            } else {

            }
#line 66
            *return_value_ptr = closure_result_ptr;
          } else {
            goto _L;
          }
        } else {
          _L: /* CIL Label */ 
#line 68
          tmp___0 = zval_isref_p(return_value);
#line 68
          is_ref = tmp___0;
#line 68
          tmp___1 = zval_refcount_p(return_value);
#line 68
          refcount = tmp___1;
#line 68
          while (1) {
#line 68
            return_value->value = closure_result_ptr->value;
#line 68
            return_value->type = closure_result_ptr->type;
#line 68
            break;
          }
#line 68
          _zval_copy_ctor(return_value);
#line 68
          _zval_ptr_dtor(& closure_result_ptr);
#line 68
          zval_set_isref_to_p(return_value, is_ref);
#line 68
          zval_set_refcount_p(return_value, refcount);
        }
      } else {

      }
    }
  }
   1361: /* CIL Label */ 
#line 71
  _efree((void *)arguments);
   1362: /* CIL Label */ 
#line 74
  _efree((void *)((char *)func->internal_function.function_name));
   1363: /* CIL Label */ 
#line 75
  _efree((void *)func);
   1364: /* CIL Label */ 
#line 76
  return;
}
}

cilRep: liveness failure for zim_Closure___invoke: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 123
tmp___2 = zend_lookup_class_ex((char const   *)class_name, class_name_len,
                               (zend_literal const   *)((void *)0), 1, & ce_p);
Liveness failed on function:
 void zim_Closure_bind(int ht , zval *return_value , zval **return_value_ptr ,
                       zval *this_ptr , int return_value_used ) 
{ zval *newthis ;
  zval *zclosure ;
  zval *scope_arg ;
  zend_closure *closure ;
  zend_class_entry *ce ;
  zend_class_entry **ce_p ;
  int __attribute__((__visibility__("default")))  tmp ;
  void __attribute__((__visibility__("default")))  *tmp___0 ;
  zend_class_entry __attribute__((__visibility__("default")))  *tmp___1 ;
  char *class_name ;
  int class_name_len ;
  zval tmp_zval ;
  int __attribute__((__visibility__("default")))  tmp___2 ;
  int tmp___3 ;

  {
   1402: /* CIL Label */ 
#line 83
  scope_arg = (zval *)((void *)0);
   1403: /* CIL Label */ 
#line 87
  tmp = zend_parse_method_parameters(ht, this_ptr, "Oo!|z", & zclosure,
                                     zend_ce_closure, & newthis, & scope_arg);
   1404: /* CIL Label */ 
#line 87
  if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 88
    return_value->type = (unsigned char)0;
#line 88
    return;
  } else {

  }
   1405: /* CIL Label */ 
#line 91
  tmp___0 = zend_object_store_get_object((zval const   *)zclosure);
   1406: /* CIL Label */ 
#line 91
  closure = (zend_closure *)tmp___0;
   1407: /* CIL Label */ 
#line 93
  if ((unsigned int )newthis != (unsigned int )((void *)0)) {
#line 93
    if (closure->func.common.fn_flags & 1U) {
#line 94
      zend_error(1 << 1L, "Cannot bind an instance to a static closure");
    } else {

    }
  } else {

  }
   1408: /* CIL Label */ 
#line 97
  if ((unsigned int )scope_arg != (unsigned int )((void *)0)) {
#line 98
    if ((int )scope_arg->type == 5) {
#line 98
      if ((unsigned int )(scope_arg->value.obj.handlers)->get_class_entry != (unsigned int )((void *)0)) {
#line 99
        tmp___1 = zend_get_class_entry((zval const   *)scope_arg);
#line 99
        ce = (zend_class_entry *)tmp___1;
      } else {
        goto _L___0;
      }
    } else {
      _L___0: /* CIL Label */ 
#line 100
      if ((int )scope_arg->type == 0) {
#line 101
        ce = (zend_class_entry *)((void *)0);
      } else {
#line 106
        tmp_zval = (struct _zval_struct )zval_used_for_init;
#line 108
        if ((int )scope_arg->type == 6) {
#line 109
          class_name = scope_arg->value.str.val;
#line 110
          class_name_len = scope_arg->value.str.len;
        } else {
#line 112
          tmp_zval = *scope_arg;
#line 113
          _zval_copy_ctor(& tmp_zval);
#line 114
          if ((int )tmp_zval.type != 6) {
#line 114
            _convert_to_string(& tmp_zval);
          } else {

          }
#line 115
          class_name = tmp_zval.value.str.val;
#line 116
          class_name_len = tmp_zval.value.str.len;
        }
#line 119
        if ((unsigned int )class_name_len == sizeof("static") - 1U) {
#line 119
          tmp___3 = memcmp((void const   *)"static", (void const   *)class_name,
                           sizeof("static") - 1U);
#line 119
          if (tmp___3 == 0) {
#line 121
            ce = closure->func.common.scope;
          } else {
            goto _L;
          }
        } else {
          _L: /* CIL Label */ 
#line 123
          tmp___2 = zend_lookup_class_ex((char const   *)class_name,
                                         class_name_len,
                                         (zend_literal const   *)((void *)0), 1,
                                         & ce_p);
#line 123
          if (tmp___2 == (int __attribute__((__visibility__("default")))  )-1) {
#line 124
            zend_error(1 << 1L, "Class \'%s\' not found", class_name);
#line 125
            _zval_dtor(& tmp_zval);
#line 126
            return_value->type = (unsigned char)0;
#line 126
            return;
          } else {
#line 128
            ce = *ce_p;
          }
        }
#line 130
        _zval_dtor(& tmp_zval);
      }
    }
  } else {
#line 133
    ce = closure->func.common.scope;
  }
   1409: /* CIL Label */ 
#line 136
  zend_create_closure(return_value, & closure->func, ce, newthis);
   1410: /* CIL Label */ 
#line 137
  return;
}
}

cilRep: liveness failure for zim_Closure_bind: Errormsg.Error
cilRep: computed liveness
cilRep: preprocessed/Zend/zend_gc.c: parsing
cilRep: preprocessed/Zend/zend_gc.c: parsed (0.393796 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-2011-11-01-735efbdd04-e0f781f496/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 ;

  {
   2461: /* CIL Label */ 
#line 108
  base = 10;
   2462: /* CIL Label */ 
#line 108
  digits = 0;
   2463: /* CIL Label */ 
#line 108
  dp_or_e = 0;
   2464: /* CIL Label */ 
#line 112
  if (! length) {
#line 113
    return ((unsigned char)0);
  } else {

  }
   2465: /* 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 --;
  }
   2466: /* CIL Label */ 
#line 122
  ptr = str;
   2467: /* CIL Label */ 
#line 124
  if ((int const   )*ptr == 45) {
#line 125
    ptr ++;
  } else {
#line 124
    if ((int const   )*ptr == 43) {
#line 125
      ptr ++;
    } else {

    }
  }
   2468: /* 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);
    }
  }
   2469: /* 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 {

  }
   2470: /* 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 ;

  {
   2620: /* CIL Label */ 
#line 718
  tmp___11 = __builtin_expect((long )((int )op1->type == 1), 1L);
   2621: /* 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 {

    }
  }
   2622: /* CIL Label */ 
#line 772
  tmp___12 = div_function(result, op1, op2);
   2623: /* 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-2011-11-01-735efbdd04-e0f781f496/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 ;

  {
   2992: /* 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);
   2993: /* 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 {

    }
  }
   2994: /* CIL Label */ 
#line 327
  *((executor_globals.argument_stack)->top) = (void *)((unsigned long )count);
   2995: /* CIL Label */ 
#line 328
  tmp___4 = (executor_globals.argument_stack)->top;
   2996: /* CIL Label */ 
#line 328
  ((executor_globals.argument_stack)->top) ++;
   2997: /* 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: tail_call: 
#line 274 "/root/mountpoint-genprog/genprog-many-bugs/php-bug-2011-11-01-735efbdd04-e0f781f496/php/Zend/zend_gc.c"
p = (Bucket *)((void *)0);
#line 275
((zval_gc_info *)pz)->u.buffered = (gc_root_buffer *)((unsigned long )((zval_gc_info *)pz)->u.buffered & 4294967292UL);
Liveness failed on function:
 static void zval_scan_black(zval *pz ) 
{ Bucket *p ;
  HashTable *(*get_props)(zval *object ) ;
  struct _store_object *obj ;
  zend_object *zobj ;
  int i ;
  int n ;
  HashTable *props ;
  HashTable *tmp ;
  int tmp___0 ;
  long tmp___1 ;

  {
   3254: /* CIL Label */ 
  tail_call: 
#line 274
  p = (Bucket *)((void *)0);
   3255: /* CIL Label */ 
#line 275
  ((zval_gc_info *)pz)->u.buffered = (gc_root_buffer *)((unsigned long )((zval_gc_info *)pz)->u.buffered & 4294967292UL);
   3256: /* CIL Label */ 
#line 277
  if ((int )pz->type == 5) {
#line 277
    if (executor_globals.objects_store.object_buckets) {
#line 279
      obj = & (executor_globals.objects_store.object_buckets + pz->value.obj.handle)->bucket.obj;
#line 281
      (obj->refcount) ++;
#line 282
      if (((unsigned long )obj->buffered & 3UL) != 0UL) {
#line 283
        obj->buffered = (gc_root_buffer *)((unsigned long )obj->buffered & 4294967292UL);
#line 284
        if ((executor_globals.objects_store.object_buckets + pz->value.obj.handle)->valid) {
#line 284
          get_props = (HashTable *(*)(zval *object ))(pz->value.obj.handlers)->get_properties;
#line 284
          if ((unsigned int )get_props != (unsigned int )((void *)0)) {
#line 284
            tmp___0 = 1;
          } else {
#line 284
            tmp___0 = 0;
          }
        } else {
#line 284
          tmp___0 = 0;
        }
#line 284
        tmp___1 = __builtin_expect((long )tmp___0, 1L);
#line 284
        if (tmp___1) {
#line 286
          if ((unsigned int )get_props == (unsigned int )(& zend_std_get_properties)) {
#line 287
            zobj = (zend_object *)(executor_globals.objects_store.object_buckets + pz->value.obj.handle)->bucket.obj.object;
#line 289
            if (! zobj->properties) {
#line 291
              n = (zobj->ce)->default_properties_count;
#line 293
              while (1) {
#line 293
                if (n > 0) {
#line 293
                  if (! *(zobj->properties_table + (n - 1))) {

                  } else {
#line 293
                    break;
                  }
                } else {
#line 293
                  break;
                }
#line 293
                n --;
              }
#line 294
              i = 0;
#line 294
              while (i < n) {
#line 295
                if (*(zobj->properties_table + i)) {
#line 296
                  pz = *(zobj->properties_table + i);
#line 297
                  if ((int )pz->type != 4) {
#line 298
                    (pz->refcount__gc) ++;
                  } else {
#line 297
                    if ((unsigned int )pz->value.ht != (unsigned int )(& executor_globals.symbol_table)) {
#line 298
                      (pz->refcount__gc) ++;
                    } else {

                    }
                  }
#line 300
                  if (((unsigned long )((zval_gc_info *)pz)->u.buffered & 3UL) != 0UL) {
#line 301
                    if (i == n - 1) {
                      goto tail_call;
                    } else {
#line 304
                      zval_scan_black(pz);
                    }
                  } else {

                  }
                } else {

                }
#line 294
                i ++;
              }
#line 309
              return;
            } else {
#line 311
              p = (zobj->properties)->pListHead;
            }
          } else {
#line 314
            tmp = (*get_props)(pz);
#line 314
            props = tmp;
#line 315
            if (! props) {
#line 316
              return;
            } else {

            }
#line 318
            p = props->pListHead;
          }
        } else {

        }
      } else {

      }
    } else {
      goto _L;
    }
  } else {
    _L: /* CIL Label */ 
#line 322
    if ((int )pz->type == 4) {
#line 323
      if ((unsigned int )pz->value.ht != (unsigned int )(& executor_globals.symbol_table)) {
#line 324
        p = (pz->value.ht)->pListHead;
      } else {

      }
    } else {

    }
  }
   3257: /* CIL Label */ 
#line 327
  while ((unsigned int )p != (unsigned int )((void *)0)) {
#line 328
    pz = *((zval **)p->pData);
#line 329
    if ((int )pz->type != 4) {
#line 330
      (pz->refcount__gc) ++;
    } else {
#line 329
      if ((unsigned int )pz->value.ht != (unsigned int )(& executor_globals.symbol_table)) {
#line 330
        (pz->refcount__gc) ++;
      } else {

      }
    }
#line 332
    if (((unsigned long )((zval_gc_info *)pz)->u.buffered & 3UL) != 0UL) {
#line 333
      if ((unsigned int )p->pListNext == (unsigned int )((void *)0)) {
        goto tail_call;
      } else {
#line 336
        zval_scan_black(pz);
      }
    } else {

    }
#line 339
    p = p->pListNext;
  }
   3258: /* CIL Label */ 
#line 341
  return;
}
}

cilRep: liveness failure for zval_scan_black: Errormsg.Error
cilRep: computed liveness
cilRep: preprocessed/Zend/zend_object_handlers.c: parsing
cilRep: preprocessed/Zend/zend_object_handlers.c: parsed (0.481835 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-2011-11-01-735efbdd04-e0f781f496/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 ;

  {
   4543: /* CIL Label */ 
#line 108
  base = 10;
   4544: /* CIL Label */ 
#line 108
  digits = 0;
   4545: /* CIL Label */ 
#line 108
  dp_or_e = 0;
   4546: /* CIL Label */ 
#line 112
  if (! length) {
#line 113
    return ((unsigned char)0);
  } else {

  }
   4547: /* 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 --;
  }
   4548: /* CIL Label */ 
#line 122
  ptr = str;
   4549: /* CIL Label */ 
#line 124
  if ((int const   )*ptr == 45) {
#line 125
    ptr ++;
  } else {
#line 124
    if ((int const   )*ptr == 43) {
#line 125
      ptr ++;
    } else {

    }
  }
   4550: /* 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);
    }
  }
   4551: /* 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 {

  }
   4552: /* 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 ;

  {
   4702: /* CIL Label */ 
#line 718
  tmp___11 = __builtin_expect((long )((int )op1->type == 1), 1L);
   4703: /* 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 {

    }
  }
   4704: /* CIL Label */ 
#line 772
  tmp___12 = div_function(result, op1, op2);
   4705: /* 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-2011-11-01-735efbdd04-e0f781f496/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 ;

  {
   5074: /* 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);
   5075: /* 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 {

    }
  }
   5076: /* CIL Label */ 
#line 327
  *((executor_globals.argument_stack)->top) = (void *)((unsigned long )count);
   5077: /* CIL Label */ 
#line 328
  tmp___4 = (executor_globals.argument_stack)->top;
   5078: /* CIL Label */ 
#line 328
  ((executor_globals.argument_stack)->top) ++;
   5079: /* 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: /* CIL Label */ 
#line 273 "/root/mountpoint-genprog/genprog-many-bugs/php-bug-2011-11-01-735efbdd04-e0f781f496/php/Zend/zend_object_handlers.c"
tmp___1 = __builtin_expect((long )((property_info->flags & 1U) != 0U), 0L);
Liveness failed on function:
 __inline static struct _zend_property_info *( __attribute__((__always_inline__)) zend_get_property_info_quick)(zend_class_entry *ce ,
                                                                                                                zval *member ,
                                                                                                                int silent ,
                                                                                                                zend_literal const   *key ) 
{ zend_property_info *property_info ;
  zend_property_info *scope_property_info ;
  zend_bool denied_access ;
  ulong h ;
  long tmp ;
  ulong __attribute__((__visibility__("default")))  tmp___0 ;
  long tmp___1 ;
  long tmp___2 ;
  long tmp___3 ;
  int tmp___4 ;
  long tmp___5 ;
  long tmp___6 ;
  int __attribute__((__visibility__("default")))  tmp___7 ;
  char *tmp___8 ;
  long tmp___9 ;
  zend_bool tmp___10 ;
  int __attribute__((__visibility__("default")))  tmp___11 ;

  {
   5348: /* CIL Label */ 
#line 241
  denied_access = (zend_bool )0;
   5349: /* CIL Label */ 
#line 244
  if (key) {
#line 244
    if ((unsigned int )*((executor_globals.active_op_array)->run_time_cache + key->cache_slot) == (unsigned int )ce) {
#line 244
      property_info = (zend_property_info *)*((executor_globals.active_op_array)->run_time_cache + (key->cache_slot + 1U));
    } else {
#line 244
      property_info = (zend_property_info *)((void *)0);
    }
#line 244
    if ((unsigned int )property_info != (unsigned int )((void *)0)) {
#line 245
      return (property_info);
    } else {

    }
  } else {

  }
   5350: /* CIL Label */ 
#line 248
  tmp = __builtin_expect((long )((int )*(member->value.str.val + 0) == 0), 0L);
   5351: /* CIL Label */ 
#line 248
  if (tmp) {
#line 249
    if (! silent) {
#line 250
      if (member->value.str.len == 0) {
#line 251
        zend_error_noreturn(1, "Cannot access empty property");
      } else {
#line 253
        zend_error_noreturn(1, "Cannot access property started with \'\\0\'");
      }
    } else {

    }
#line 256
    return ((struct _zend_property_info *)((void *)0));
  } else {

  }
   5352: /* CIL Label */ 
#line 258
  property_info = (zend_property_info *)((void *)0);
   5353: /* CIL Label */ 
#line 259
  if (key) {
#line 259
    h = (unsigned long )key->hash_value;
  } else {
#line 259
    tmp___0 = zend_get_hash_value((char const   *)member->value.str.val,
                                  (unsigned int )(member->value.str.len + 1));
#line 259
    h = (unsigned long )tmp___0;
  }
   5354: /* CIL Label */ 
#line 260
  tmp___7 = zend_hash_quick_find((HashTable const   *)(& ce->properties_info),
                                 (char const   *)member->value.str.val,
                                 (unsigned int )(member->value.str.len + 1), h,
                                 (void **)(& property_info));
   5355: /* CIL Label */ 
#line 260
  if (tmp___7 == (int __attribute__((__visibility__("default")))  )0) {
#line 261
    tmp___6 = __builtin_expect((long )((property_info->flags & 131072U) != 0U),
                               0L);
#line 261
    if (tmp___6) {
#line 263
      property_info = (zend_property_info *)((void *)0);
    } else {
#line 265
      tmp___4 = zend_verify_property_access(property_info, ce);
#line 265
      tmp___5 = __builtin_expect((long )(tmp___4 != 0), 1L);
#line 265
      if (tmp___5) {
#line 266
        tmp___2 = __builtin_expect((long )((property_info->flags & 2048U) != 0U),
                                   1L);
#line 266
        if (tmp___2) {
#line 266
          tmp___3 = __builtin_expect((long )(! (property_info->flags & 1024U)),
                                     1L);
#line 266
          if (tmp___3) {

          } else {
            goto _L;
          }
        } else {
          _L: /* CIL Label */ 
#line 273
          tmp___1 = __builtin_expect((long )((property_info->flags & 1U) != 0U),
                                     0L);
#line 273
          if (tmp___1) {
#line 273
            if (! silent) {
#line 274
              zend_error(1 << 11L,
                         "Accessing static property %s::$%s as non static",
                         ce->name, member->value.str.val);
            } else {

            }
          } else {

          }
#line 276
          if (key) {
#line 277
            while (1) {
#line 277
              *((executor_globals.active_op_array)->run_time_cache + key->cache_slot) = (void *)ce;
#line 277
              *((executor_globals.active_op_array)->run_time_cache + (key->cache_slot + 1U)) = (void *)property_info;
#line 277
              break;
            }
          } else {

          }
#line 279
          return (property_info);
        }
      } else {
#line 283
        denied_access = (unsigned char)1;
      }
    }
  } else {

  }
   5356: /* CIL Label */ 
#line 287
  if ((unsigned int )executor_globals.scope != (unsigned int )ce) {
#line 287
    if (executor_globals.scope) {
#line 287
      tmp___10 = is_derived_class(ce, executor_globals.scope);
#line 287
      if (tmp___10) {
#line 287
        tmp___11 = zend_hash_quick_find((HashTable const   *)(& (executor_globals.scope)->properties_info),
                                        (char const   *)member->value.str.val,
                                        (unsigned int )(member->value.str.len + 1),
                                        h, (void **)(& scope_property_info));
#line 287
        if (tmp___11 == (int __attribute__((__visibility__("default")))  )0) {
#line 287
          if (scope_property_info->flags & 1024U) {
#line 292
            if (key) {
#line 293
              while (1) {
#line 293
                *((executor_globals.active_op_array)->run_time_cache + key->cache_slot) = (void *)ce;
#line 293
                *((executor_globals.active_op_array)->run_time_cache + (key->cache_slot + 1U)) = (void *)scope_property_info;
#line 293
                break;
              }
            } else {

            }
#line 295
            return (scope_property_info);
          } else {
            goto _L___3;
          }
        } else {
          goto _L___3;
        }
      } else {
        goto _L___3;
      }
    } else {
      goto _L___3;
    }
  } else {
    _L___3: /* CIL Label */ 
    _L___2: /* CIL Label */ 
    _L___1: /* CIL Label */ 
    _L___0: /* CIL Label */ 
#line 296
    if (property_info) {
#line 297
      tmp___9 = __builtin_expect((long )((int )denied_access != 0), 0L);
#line 297
      if (tmp___9) {
#line 299
        if (! silent) {
#line 300
          tmp___8 = zend_visibility_string(property_info->flags);
#line 300
          zend_error_noreturn(1, "Cannot access %s property %s::$%s", tmp___8,
                              ce->name, member->value.str.val);
        } else {

        }
#line 302
        return ((struct _zend_property_info *)((void *)0));
      } else {
#line 305
        if (key) {
#line 306
          while (1) {
#line 306
            *((executor_globals.active_op_array)->run_time_cache + key->cache_slot) = (void *)ce;
#line 306
            *((executor_globals.active_op_array)->run_time_cache + (key->cache_slot + 1U)) = (void *)property_info;
#line 306
            break;
          }
        } else {

        }
      }
    } else {
#line 310
      executor_globals.std_property_info.flags = 256U;
#line 311
      executor_globals.std_property_info.name = (char const   *)member->value.str.val;
#line 312
      executor_globals.std_property_info.name_length = member->value.str.len;
#line 313
      executor_globals.std_property_info.h = h;
#line 314
      executor_globals.std_property_info.ce = ce;
#line 315
      executor_globals.std_property_info.offset = -1;
#line 316
      property_info = & executor_globals.std_property_info;
    }
  }
   5357: /* CIL Label */ 
#line 318
  return (property_info);
}
}

cilRep: liveness failure for zend_get_property_info_quick: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 433
tmp___6 = zval_refcount_p(rv);
Liveness failed on function:
 zval *zend_std_read_property(zval *object , zval *member , int type ,
                              zend_literal const   *key ) 
{ zend_object *zobj ;
  zval *tmp_member ;
  zval **retval ;
  zval *rv ;
  zend_property_info *property_info ;
  int silent ;
  void __attribute__((__visibility__("default")))  *tmp ;
  long tmp___0 ;
  zend_guard *guard ;
  zval *new_zv ;
  void __attribute__((__visibility__("default")))  *tmp___1 ;
  zend_uint tmp___2 ;
  zend_bool tmp___3 ;
  zval *tmp___4 ;
  void __attribute__((__visibility__("default")))  *tmp___5 ;
  zend_uint tmp___6 ;
  long tmp___7 ;
  zend_bool tmp___8 ;
  long tmp___9 ;
  int tmp___10 ;
  long tmp___11 ;
  long tmp___12 ;
  int tmp___13 ;
  long tmp___14 ;
  int __attribute__((__visibility__("default")))  tmp___15 ;
  long tmp___16 ;
  int tmp___17 ;
  int tmp___18 ;
  long tmp___19 ;
  long tmp___20 ;

  {
   5537: /* CIL Label */ 
#line 381
  tmp_member = (zval *)((void *)0);
   5538: /* CIL Label */ 
#line 383
  rv = (zval *)((void *)0);
   5539: /* CIL Label */ 
#line 387
  silent = type == 3;
   5540: /* CIL Label */ 
#line 388
  zobj = (zend_object *)(executor_globals.objects_store.object_buckets + object->value.obj.handle)->bucket.obj.object;
   5541: /* CIL Label */ 
#line 390
  tmp___0 = __builtin_expect((long )((int )member->type != 6), 0L);
   5542: /* CIL Label */ 
#line 390
  if (tmp___0) {
#line 391
    while (1) {
#line 391
      tmp = _emalloc(sizeof(zval_gc_info ));
#line 391
      tmp_member = (zval *)tmp;
#line 391
      ((zval_gc_info *)tmp_member)->u.buffered = (gc_root_buffer *)((void *)0);
#line 391
      break;
    }
#line 392
    *tmp_member = *member;
#line 393
    tmp_member->refcount__gc = 1U;
#line 393
    tmp_member->is_ref__gc = (unsigned char)0;
#line 394
    _zval_copy_ctor(tmp_member);
#line 395
    if ((int )tmp_member->type != 6) {
#line 395
      _convert_to_string(tmp_member);
    } else {

    }
#line 396
    member = tmp_member;
#line 397
    key = (zend_literal const   *)((void *)0);
  } else {

  }
   5543: /* CIL Label */ 
#line 405
  property_info = zend_get_property_info_quick(zobj->ce, member,
                                               (unsigned int )(zobj->ce)->__get != (unsigned int )((void *)0),
                                               key);
   5544: /* CIL Label */ 
#line 407
  tmp___11 = __builtin_expect((long )(! property_info), 0L);
   5545: /* CIL Label */ 
#line 407
  if (tmp___11) {
    goto _L___3;
  } else {
#line 407
    tmp___19 = __builtin_expect((long )((property_info->flags & 1U) == 0U), 1L);
#line 407
    if (tmp___19) {
#line 407
      if (property_info->offset >= 0) {
#line 407
        if (zobj->properties) {
#line 407
          retval = (zval **)*(zobj->properties_table + property_info->offset);
#line 407
          tmp___13 = (unsigned int )retval == (unsigned int )((void *)0);
        } else {
#line 407
          retval = zobj->properties_table + property_info->offset;
#line 407
          tmp___13 = (unsigned int )*retval == (unsigned int )((void *)0);
        }
#line 407
        tmp___18 = tmp___13;
      } else {
        goto _L___2;
      }
    } else {
      _L___2: /* CIL Label */ 
#line 407
      tmp___14 = __builtin_expect((long )(! zobj->properties), 0L);
#line 407
      if (tmp___14) {
#line 407
        tmp___17 = 1;
      } else {
#line 407
        tmp___15 = zend_hash_quick_find((HashTable const   *)zobj->properties,
                                        property_info->name,
                                        (unsigned int )(property_info->name_length + 1),
                                        property_info->h, (void **)(& retval));
#line 407
        tmp___16 = __builtin_expect((long )(tmp___15 == (int __attribute__((__visibility__("default")))  )-1),
                                    0L);
#line 407
        if (tmp___16) {
#line 407
          tmp___17 = 1;
        } else {
#line 407
          tmp___17 = 0;
        }
      }
#line 407
      tmp___18 = tmp___17;
    }
#line 407
    if (tmp___18) {
      _L___3: /* CIL Label */ 
#line 415
      guard = (zend_guard *)((void *)0);
#line 417
      if ((zobj->ce)->__get) {
#line 417
        tmp___10 = zend_get_property_guard(zobj, property_info, member, & guard);
#line 417
        if (tmp___10 == 0) {
#line 417
          if (! guard->in_get) {
#line 421
            zval_addref_p(object);
#line 422
            tmp___3 = zval_isref_p(object);
#line 422
            if (tmp___3) {
#line 423
              while (1) {
#line 423
                tmp___2 = zval_refcount_p(object);
#line 423
                if (tmp___2 > 1U) {
#line 423
                  zval_delref_p(object);
#line 423
                  while (1) {
#line 423
                    tmp___1 = _emalloc(sizeof(zval_gc_info ));
#line 423
                    new_zv = (zval *)tmp___1;
#line 423
                    ((zval_gc_info *)new_zv)->u.buffered = (gc_root_buffer *)((void *)0);
#line 423
                    break;
                  }
#line 423
                  while (1) {
#line 423
                    while (1) {
#line 423
                      new_zv->value = object->value;
#line 423
                      new_zv->type = object->type;
#line 423
                      break;
                    }
#line 423
                    zval_set_refcount_p(new_zv, 1U);
#line 423
                    zval_unset_isref_p(new_zv);
#line 423
                    break;
                  }
#line 423
                  object = new_zv;
#line 423
                  _zval_copy_ctor(new_zv);
                } else {

                }
#line 423
                break;
              }
            } else {

            }
#line 425
            guard->in_get = (unsigned char)1;
#line 426
            rv = zend_std_call_getter(object, member);
#line 427
            guard->in_get = (unsigned char)0;
#line 429
            if (rv) {
#line 430
              retval = & rv;
#line 431
              tmp___8 = zval_isref_p(rv);
#line 431
              if (tmp___8) {

              } else {
#line 431
                if (type == 1) {
                  goto _L;
                } else {
#line 431
                  if (type == 2) {
                    goto _L;
                  } else {
#line 431
                    if (type == 6) {
                      _L: /* CIL Label */ 
#line 433
                      tmp___6 = zval_refcount_p(rv);
#line 433
                      if (tmp___6 > 0U) {
#line 434
                        tmp___4 = rv;
#line 436
                        while (1) {
#line 436
                          tmp___5 = _emalloc(sizeof(zval_gc_info ));
#line 436
                          rv = (zval *)tmp___5;
#line 436
                          ((zval_gc_info *)rv)->u.buffered = (gc_root_buffer *)((void *)0);
#line 436
                          break;
                        }
#line 437
                        *rv = *tmp___4;
#line 438
                        _zval_copy_ctor(rv);
#line 439
                        zval_unset_isref_p(rv);
#line 440
                        zval_set_refcount_p(rv, 0U);
                      } else {

                      }
#line 442
                      tmp___7 = __builtin_expect((long )((int )rv->type != 5),
                                                 0L);
#line 442
                      if (tmp___7) {
#line 443
                        zend_error(1 << 3L,
                                   "Indirect modification of overloaded property %s::$%s has no effect",
                                   (zobj->ce)->name, member->value.str.val);
                      } else {

                      }
                    } else {

                    }
                  }
                }
              }
            } else {
#line 447
              retval = & executor_globals.uninitialized_zval_ptr;
            }
#line 449
            tmp___9 = __builtin_expect((long )((unsigned int )*retval != (unsigned int )object),
                                       1L);
#line 449
            if (tmp___9) {
#line 450
              _zval_ptr_dtor(& object);
            } else {
#line 452
              zval_delref_p(object);
            }
          } else {
            goto _L___1;
          }
        } else {
          goto _L___1;
        }
      } else {
        _L___1: /* CIL Label */ 
        _L___0: /* CIL Label */ 
#line 455
        if ((zobj->ce)->__get) {
#line 455
          if (guard) {
#line 455
            if ((int )guard->in_get == 1) {
#line 456
              if ((int )*(member->value.str.val + 0) == 0) {
#line 457
                if (member->value.str.len == 0) {
#line 458
                  zend_error(1, "Cannot access empty property");
                } else {
#line 460
                  zend_error(1, "Cannot access property started with \'\\0\'");
                }
              } else {

              }
            } else {

            }
          } else {

          }
        } else {

        }
#line 464
        if (! silent) {
#line 465
          zend_error(1 << 3L, "Undefined property: %s::$%s", (zobj->ce)->name,
                     member->value.str.val);
        } else {

        }
#line 467
        retval = & executor_globals.uninitialized_zval_ptr;
      }
    } else {

    }
  }
   5546: /* CIL Label */ 
#line 470
  tmp___20 = __builtin_expect((long )((unsigned int )tmp_member != (unsigned int )((void *)0)),
                              0L);
   5547: /* CIL Label */ 
#line 470
  if (tmp___20) {
#line 471
    zval_addref_p(*retval);
#line 472
    _zval_ptr_dtor(& tmp_member);
#line 473
    zval_delref_p(*retval);
  } else {

  }
   5548: /* CIL Label */ 
#line 475
  return (*retval);
}
}

cilRep: liveness failure for zend_std_read_property: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L___1: /* CIL Label */ 
_L___0: /* CIL Label */ 
#line 550
tmp___15 = __builtin_expect((long )((unsigned int )property_info != (unsigned int )((void *)0)),
                            1L);
Liveness failed on function:
 void __attribute__((__visibility__("default")))  zend_std_write_property(zval *object ,
                                                                          zval *member ,
                                                                          zval *value ,
                                                                          struct _zend_literal  const  *key ) 
{ zend_object *zobj ;
  zval *tmp_member ;
  zval **variable_ptr ;
  zend_property_info *property_info ;
  void __attribute__((__visibility__("default")))  *tmp ;
  long tmp___0 ;
  zval garbage ;
  zend_uint tmp___1 ;
  zval *garbage___0 ;
  zval *new_zv ;
  void __attribute__((__visibility__("default")))  *tmp___2 ;
  zend_uint tmp___3 ;
  zend_bool tmp___4 ;
  zend_bool tmp___5 ;
  long tmp___6 ;
  zend_guard *guard ;
  zval *new_zv___0 ;
  void __attribute__((__visibility__("default")))  *tmp___7 ;
  zend_uint tmp___8 ;
  zend_bool tmp___9 ;
  int tmp___10 ;
  zval *new_zv___1 ;
  void __attribute__((__visibility__("default")))  *tmp___11 ;
  zend_uint tmp___12 ;
  zend_bool tmp___13 ;
  long tmp___14 ;
  long tmp___15 ;
  int tmp___16 ;
  long tmp___17 ;
  long tmp___18 ;
  int tmp___19 ;
  long tmp___20 ;
  int __attribute__((__visibility__("default")))  tmp___21 ;
  long tmp___22 ;
  int tmp___23 ;
  int tmp___24 ;
  long tmp___25 ;
  long tmp___26 ;

  {
   5700: /* CIL Label */ 
#line 482
  tmp_member = (zval *)((void *)0);
   5701: /* CIL Label */ 
#line 486
  zobj = (zend_object *)(executor_globals.objects_store.object_buckets + object->value.obj.handle)->bucket.obj.object;
   5702: /* CIL Label */ 
#line 488
  tmp___0 = __builtin_expect((long )((int )member->type != 6), 0L);
   5703: /* CIL Label */ 
#line 488
  if (tmp___0) {
#line 489
    while (1) {
#line 489
      tmp = _emalloc(sizeof(zval_gc_info ));
#line 489
      tmp_member = (zval *)tmp;
#line 489
      ((zval_gc_info *)tmp_member)->u.buffered = (gc_root_buffer *)((void *)0);
#line 489
      break;
    }
#line 490
    *tmp_member = *member;
#line 491
    tmp_member->refcount__gc = 1U;
#line 491
    tmp_member->is_ref__gc = (unsigned char)0;
#line 492
    _zval_copy_ctor(tmp_member);
#line 493
    if ((int )tmp_member->type != 6) {
#line 493
      _convert_to_string(tmp_member);
    } else {

    }
#line 494
    member = tmp_member;
#line 495
    key = (struct _zend_literal  const  *)((void *)0);
  } else {

  }
   5704: /* CIL Label */ 
#line 498
  property_info = zend_get_property_info_quick(zobj->ce, member,
                                               (unsigned int )(zobj->ce)->__set != (unsigned int )((void *)0),
                                               key);
   5705: /* CIL Label */ 
#line 500
  tmp___17 = __builtin_expect((long )((unsigned int )property_info != (unsigned int )((void *)0)),
                              1L);
   5706: /* CIL Label */ 
#line 500
  if (tmp___17) {
#line 500
    tmp___25 = __builtin_expect((long )((property_info->flags & 1U) == 0U), 1L);
#line 500
    if (tmp___25) {
#line 500
      if (property_info->offset >= 0) {
#line 500
        if (zobj->properties) {
#line 500
          variable_ptr = (zval **)*(zobj->properties_table + property_info->offset);
#line 500
          tmp___19 = (unsigned int )variable_ptr != (unsigned int )((void *)0);
        } else {
#line 500
          variable_ptr = zobj->properties_table + property_info->offset;
#line 500
          tmp___19 = (unsigned int )*variable_ptr != (unsigned int )((void *)0);
        }
#line 500
        tmp___24 = tmp___19;
      } else {
        goto _L___2;
      }
    } else {
      _L___2: /* CIL Label */ 
#line 500
      tmp___20 = __builtin_expect((long )((unsigned int )zobj->properties != (unsigned int )((void *)0)),
                                  1L);
#line 500
      if (tmp___20) {
#line 500
        tmp___21 = zend_hash_quick_find((HashTable const   *)zobj->properties,
                                        property_info->name,
                                        (unsigned int )(property_info->name_length + 1),
                                        property_info->h,
                                        (void **)(& variable_ptr));
#line 500
        tmp___22 = __builtin_expect((long )(tmp___21 == (int __attribute__((__visibility__("default")))  )0),
                                    1L);
#line 500
        if (tmp___22) {
#line 500
          tmp___23 = 1;
        } else {
#line 500
          tmp___23 = 0;
        }
      } else {
#line 500
        tmp___23 = 0;
      }
#line 500
      tmp___24 = tmp___23;
    }
#line 500
    if (tmp___24) {
#line 509
      tmp___6 = __builtin_expect((long )((unsigned int )*variable_ptr != (unsigned int )value),
                                 1L);
#line 509
      if (tmp___6) {
#line 512
        tmp___5 = zval_isref_p(*variable_ptr);
#line 512
        if (tmp___5) {
#line 513
          garbage = *(*variable_ptr);
#line 516
          (*variable_ptr)->type = value->type;
#line 517
          (*variable_ptr)->value = value->value;
#line 518
          tmp___1 = zval_refcount_p(value);
#line 518
          if (tmp___1 > 0U) {
#line 519
            _zval_copy_ctor(*variable_ptr);
          } else {

          }
#line 521
          _zval_dtor(& garbage);
        } else {
#line 523
          garbage___0 = *variable_ptr;
#line 526
          zval_addref_p(value);
#line 527
          tmp___4 = zval_isref_p(value);
#line 527
          if (tmp___4) {
#line 528
            while (1) {
#line 528
              tmp___3 = zval_refcount_p(value);
#line 528
              if (tmp___3 > 1U) {
#line 528
                zval_delref_p(value);
#line 528
                while (1) {
#line 528
                  tmp___2 = _emalloc(sizeof(zval_gc_info ));
#line 528
                  new_zv = (zval *)tmp___2;
#line 528
                  ((zval_gc_info *)new_zv)->u.buffered = (gc_root_buffer *)((void *)0);
#line 528
                  break;
                }
#line 528
                while (1) {
#line 528
                  while (1) {
#line 528
                    new_zv->value = value->value;
#line 528
                    new_zv->type = value->type;
#line 528
                    break;
                  }
#line 528
                  zval_set_refcount_p(new_zv, 1U);
#line 528
                  zval_unset_isref_p(new_zv);
#line 528
                  break;
                }
#line 528
                value = new_zv;
#line 528
                _zval_copy_ctor(new_zv);
              } else {

              }
#line 528
              break;
            }
          } else {

          }
#line 530
          *variable_ptr = value;
#line 531
          _zval_ptr_dtor(& garbage___0);
        }
      } else {

      }
    } else {
      goto _L___3;
    }
  } else {
    _L___3: /* CIL Label */ 
#line 535
    guard = (zend_guard *)((void *)0);
#line 537
    if ((zobj->ce)->__set) {
#line 537
      tmp___16 = zend_get_property_guard(zobj, property_info, member, & guard);
#line 537
      if (tmp___16 == 0) {
#line 537
        if (! guard->in_set) {
#line 540
          zval_addref_p(object);
#line 541
          tmp___9 = zval_isref_p(object);
#line 541
          if (tmp___9) {
#line 542
            while (1) {
#line 542
              tmp___8 = zval_refcount_p(object);
#line 542
              if (tmp___8 > 1U) {
#line 542
                zval_delref_p(object);
#line 542
                while (1) {
#line 542
                  tmp___7 = _emalloc(sizeof(zval_gc_info ));
#line 542
                  new_zv___0 = (zval *)tmp___7;
#line 542
                  ((zval_gc_info *)new_zv___0)->u.buffered = (gc_root_buffer *)((void *)0);
#line 542
                  break;
                }
#line 542
                while (1) {
#line 542
                  while (1) {
#line 542
                    new_zv___0->value = object->value;
#line 542
                    new_zv___0->type = object->type;
#line 542
                    break;
                  }
#line 542
                  zval_set_refcount_p(new_zv___0, 1U);
#line 542
                  zval_unset_isref_p(new_zv___0);
#line 542
                  break;
                }
#line 542
                object = new_zv___0;
#line 542
                _zval_copy_ctor(new_zv___0);
              } else {

              }
#line 542
              break;
            }
          } else {

          }
#line 544
          guard->in_set = (unsigned char)1;
#line 545
          tmp___10 = zend_std_call_setter(object, member, value);
#line 545
          if (tmp___10 != 0) {

          } else {

          }
#line 548
          guard->in_set = (unsigned char)0;
#line 549
          _zval_ptr_dtor(& object);
        } else {
          goto _L___1;
        }
      } else {
        goto _L___1;
      }
    } else {
      _L___1: /* CIL Label */ 
      _L___0: /* CIL Label */ 
#line 550
      tmp___15 = __builtin_expect((long )((unsigned int )property_info != (unsigned int )((void *)0)),
                                  1L);
#line 550
      if (tmp___15) {
#line 552
        zval_addref_p(value);
#line 553
        tmp___13 = zval_isref_p(value);
#line 553
        if (tmp___13) {
#line 554
          while (1) {
#line 554
            tmp___12 = zval_refcount_p(value);
#line 554
            if (tmp___12 > 1U) {
#line 554
              zval_delref_p(value);
#line 554
              while (1) {
#line 554
                tmp___11 = _emalloc(sizeof(zval_gc_info ));
#line 554
                new_zv___1 = (zval *)tmp___11;
#line 554
                ((zval_gc_info *)new_zv___1)->u.buffered = (gc_root_buffer *)((void *)0);
#line 554
                break;
              }
#line 554
              while (1) {
#line 554
                while (1) {
#line 554
                  new_zv___1->value = value->value;
#line 554
                  new_zv___1->type = value->type;
#line 554
                  break;
                }
#line 554
                zval_set_refcount_p(new_zv___1, 1U);
#line 554
                zval_unset_isref_p(new_zv___1);
#line 554
                break;
              }
#line 554
              value = new_zv___1;
#line 554
              _zval_copy_ctor(new_zv___1);
            } else {

            }
#line 554
            break;
          }
        } else {

        }
#line 556
        tmp___14 = __builtin_expect((long )((property_info->flags & 1U) == 0U),
                                    1L);
#line 556
        if (tmp___14) {
#line 556
          if (property_info->offset >= 0) {
#line 558
            if (! zobj->properties) {
#line 559
              *(zobj->properties_table + property_info->offset) = value;
            } else {
#line 560
              if (*(zobj->properties_table + property_info->offset)) {
#line 561
                *((zval **)*(zobj->properties_table + property_info->offset)) = value;
              } else {
#line 563
                _zend_hash_quick_add_or_update(zobj->properties,
                                               property_info->name,
                                               (unsigned int )(property_info->name_length + 1),
                                               property_info->h,
                                               (void *)(& value),
                                               sizeof(zval *),
                                               (void **)(zobj->properties_table + property_info->offset),
                                               1);
              }
            }
          } else {
            goto _L;
          }
        } else {
          _L: /* CIL Label */ 
#line 566
          if (! zobj->properties) {
#line 567
            rebuild_object_properties(zobj);
          } else {

          }
#line 569
          _zend_hash_quick_add_or_update(zobj->properties, property_info->name,
                                         (unsigned int )(property_info->name_length + 1),
                                         property_info->h, (void *)(& value),
                                         sizeof(zval *), (void **)((void *)0), 1);
        }
      } else {
#line 571
        if ((zobj->ce)->__set) {
#line 571
          if (guard) {
#line 571
            if ((int )guard->in_set == 1) {
#line 572
              if ((int )*(member->value.str.val + 0) == 0) {
#line 573
                if (member->value.str.len == 0) {
#line 574
                  zend_error(1, "Cannot access empty property");
                } else {
#line 576
                  zend_error(1, "Cannot access property started with \'\\0\'");
                }
              } else {

              }
            } else {

            }
          } else {

          }
        } else {

        }
      }
    }
  }
   5707: /* CIL Label */ 
#line 582
  tmp___26 = __builtin_expect((long )((unsigned int )tmp_member != (unsigned int )((void *)0)),
                              0L);
   5708: /* CIL Label */ 
#line 582
  if (tmp___26) {
#line 583
    _zval_ptr_dtor(& tmp_member);
  } else {

  }
   5709: /* CIL Label */ 
#line 585
  return;
}
}

cilRep: liveness failure for zend_std_write_property: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L___0: /* CIL Label */ 
#line 709
new_zval = & executor_globals.uninitialized_zval;
#line 712
zval_addref_p(new_zval);
#line 713
tmp___0 = __builtin_expect((long )((property_info->flags & 1U) == 0U), 1L);
Liveness failed on function:
 static zval **zend_std_get_property_ptr_ptr(zval *object , zval *member ,
                                             zend_literal const   *key ) 
{ zend_object *zobj ;
  zval tmp_member ;
  zval **retval ;
  zend_property_info *property_info ;
  long tmp ;
  zval *new_zval ;
  zend_guard *guard ;
  long tmp___0 ;
  int tmp___1 ;
  long tmp___2 ;
  long tmp___3 ;
  int tmp___4 ;
  long tmp___5 ;
  int __attribute__((__visibility__("default")))  tmp___6 ;
  long tmp___7 ;
  int tmp___8 ;
  int tmp___9 ;
  long tmp___10 ;
  long tmp___11 ;

  {
   5876: /* CIL Label */ 
#line 678
  zobj = (zend_object *)(executor_globals.objects_store.object_buckets + object->value.obj.handle)->bucket.obj.object;
   5877: /* CIL Label */ 
#line 680
  tmp = __builtin_expect((long )((int )member->type != 6), 0L);
   5878: /* CIL Label */ 
#line 680
  if (tmp) {
#line 681
    tmp_member = *member;
#line 682
    _zval_copy_ctor(& tmp_member);
#line 683
    if ((int )tmp_member.type != 6) {
#line 683
      _convert_to_string(& tmp_member);
    } else {

    }
#line 684
    member = & tmp_member;
#line 685
    key = (zend_literal const   *)((void *)0);
  } else {

  }
   5879: /* CIL Label */ 
#line 692
  property_info = zend_get_property_info_quick(zobj->ce, member,
                                               (unsigned int )(zobj->ce)->__get != (unsigned int )((void *)0),
                                               key);
   5880: /* CIL Label */ 
#line 694
  tmp___2 = __builtin_expect((long )(! property_info), 0L);
   5881: /* CIL Label */ 
#line 694
  if (tmp___2) {
    goto _L___2;
  } else {
#line 694
    tmp___10 = __builtin_expect((long )((property_info->flags & 1U) == 0U), 1L);
#line 694
    if (tmp___10) {
#line 694
      if (property_info->offset >= 0) {
#line 694
        if (zobj->properties) {
#line 694
          retval = (zval **)*(zobj->properties_table + property_info->offset);
#line 694
          tmp___4 = (unsigned int )retval == (unsigned int )((void *)0);
        } else {
#line 694
          retval = zobj->properties_table + property_info->offset;
#line 694
          tmp___4 = (unsigned int )*retval == (unsigned int )((void *)0);
        }
#line 694
        tmp___9 = tmp___4;
      } else {
        goto _L___1;
      }
    } else {
      _L___1: /* CIL Label */ 
#line 694
      tmp___5 = __builtin_expect((long )(! zobj->properties), 0L);
#line 694
      if (tmp___5) {
#line 694
        tmp___8 = 1;
      } else {
#line 694
        tmp___6 = zend_hash_quick_find((HashTable const   *)zobj->properties,
                                       property_info->name,
                                       (unsigned int )(property_info->name_length + 1),
                                       property_info->h, (void **)(& retval));
#line 694
        tmp___7 = __builtin_expect((long )(tmp___6 == (int __attribute__((__visibility__("default")))  )-1),
                                   0L);
#line 694
        if (tmp___7) {
#line 694
          tmp___8 = 1;
        } else {
#line 694
          tmp___8 = 0;
        }
      }
#line 694
      tmp___9 = tmp___8;
    }
#line 694
    if (tmp___9) {
      _L___2: /* CIL Label */ 
#line 705
      if (! (zobj->ce)->__get) {
        goto _L___0;
      } else {
#line 705
        tmp___1 = zend_get_property_guard(zobj, property_info, member, & guard);
#line 705
        if (tmp___1 != 0) {
          goto _L___0;
        } else {
#line 705
          if (property_info) {
#line 705
            if (guard->in_get) {
              _L___0: /* CIL Label */ 
#line 709
              new_zval = & executor_globals.uninitialized_zval;
#line 712
              zval_addref_p(new_zval);
#line 713
              tmp___0 = __builtin_expect((long )((property_info->flags & 1U) == 0U),
                                         1L);
#line 713
              if (tmp___0) {
#line 713
                if (property_info->offset >= 0) {
#line 715
                  if (! zobj->properties) {
#line 716
                    *(zobj->properties_table + property_info->offset) = new_zval;
#line 717
                    retval = zobj->properties_table + property_info->offset;
                  } else {
#line 718
                    if (*(zobj->properties_table + property_info->offset)) {
#line 719
                      *((zval **)*(zobj->properties_table + property_info->offset)) = new_zval;
#line 720
                      retval = (zval **)*(zobj->properties_table + property_info->offset);
                    } else {
#line 722
                      _zend_hash_quick_add_or_update(zobj->properties,
                                                     property_info->name,
                                                     (unsigned int )(property_info->name_length + 1),
                                                     property_info->h,
                                                     (void *)(& new_zval),
                                                     sizeof(zval *),
                                                     (void **)(zobj->properties_table + property_info->offset),
                                                     1);
#line 723
                      retval = (zval **)*(zobj->properties_table + property_info->offset);
                    }
                  }
                } else {
                  goto _L;
                }
              } else {
                _L: /* CIL Label */ 
#line 726
                if (! zobj->properties) {
#line 727
                  rebuild_object_properties(zobj);
                } else {

                }
#line 729
                _zend_hash_quick_add_or_update(zobj->properties,
                                               property_info->name,
                                               (unsigned int )(property_info->name_length + 1),
                                               property_info->h,
                                               (void *)(& new_zval),
                                               sizeof(zval *),
                                               (void **)(& retval), 1);
              }
            } else {
#line 733
              retval = (zval **)((void *)0);
            }
          } else {
#line 733
            retval = (zval **)((void *)0);
          }
        }
      }
    } else {

    }
  }
   5882: /* CIL Label */ 
#line 736
  tmp___11 = __builtin_expect((long )((unsigned int )member == (unsigned int )(& tmp_member)),
                              0L);
   5883: /* CIL Label */ 
#line 736
  if (tmp___11) {
#line 737
    _zval_dtor(member);
  } else {

  }
   5884: /* CIL Label */ 
#line 739
  return (retval);
}
}

cilRep: liveness failure for zend_std_get_property_ptr_ptr: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L___1: /* CIL Label */ 
#line 773
guard = (zend_guard *)((void *)0);
Liveness failed on function:
 static void zend_std_unset_property(zval *object , zval *member ,
                                     zend_literal const   *key ) 
{ zend_object *zobj ;
  zval *tmp_member ;
  zend_property_info *property_info ;
  void __attribute__((__visibility__("default")))  *tmp ;
  long tmp___0 ;
  zend_guard *guard ;
  zval *new_zv ;
  void __attribute__((__visibility__("default")))  *tmp___1 ;
  zend_uint tmp___2 ;
  zend_bool tmp___3 ;
  int tmp___4 ;
  long tmp___5 ;
  long tmp___6 ;
  long tmp___7 ;
  int __attribute__((__visibility__("default")))  tmp___8 ;
  long tmp___9 ;
  long tmp___10 ;
  long tmp___11 ;
  long tmp___12 ;
  long tmp___13 ;

  {
   5965: /* CIL Label */ 
#line 746
  tmp_member = (zval *)((void *)0);
   5966: /* CIL Label */ 
#line 749
  zobj = (zend_object *)(executor_globals.objects_store.object_buckets + object->value.obj.handle)->bucket.obj.object;
   5967: /* CIL Label */ 
#line 751
  tmp___0 = __builtin_expect((long )((int )member->type != 6), 0L);
   5968: /* CIL Label */ 
#line 751
  if (tmp___0) {
#line 752
    while (1) {
#line 752
      tmp = _emalloc(sizeof(zval_gc_info ));
#line 752
      tmp_member = (zval *)tmp;
#line 752
      ((zval_gc_info *)tmp_member)->u.buffered = (gc_root_buffer *)((void *)0);
#line 752
      break;
    }
#line 753
    *tmp_member = *member;
#line 754
    tmp_member->refcount__gc = 1U;
#line 754
    tmp_member->is_ref__gc = (unsigned char)0;
#line 755
    _zval_copy_ctor(tmp_member);
#line 756
    if ((int )tmp_member->type != 6) {
#line 756
      _convert_to_string(tmp_member);
    } else {

    }
#line 757
    member = tmp_member;
#line 758
    key = (zend_literal const   *)((void *)0);
  } else {

  }
   5969: /* CIL Label */ 
#line 761
  property_info = zend_get_property_info_quick(zobj->ce, member,
                                               (unsigned int )(zobj->ce)->__unset != (unsigned int )((void *)0),
                                               key);
   5970: /* CIL Label */ 
#line 763
  tmp___10 = __builtin_expect((long )((unsigned int )property_info != (unsigned int )((void *)0)),
                              1L);
   5971: /* CIL Label */ 
#line 763
  if (tmp___10) {
#line 763
    tmp___11 = __builtin_expect((long )((property_info->flags & 1U) == 0U), 1L);
#line 763
    if (tmp___11) {
#line 763
      if (! zobj->properties) {
#line 763
        if (property_info->offset >= 0) {
#line 763
          tmp___12 = __builtin_expect((long )((unsigned int )*(zobj->properties_table + property_info->offset) != (unsigned int )((void *)0)),
                                      1L);
#line 763
          if (tmp___12) {
#line 768
            _zval_ptr_dtor(zobj->properties_table + property_info->offset);
#line 769
            *(zobj->properties_table + property_info->offset) = (zval *)((void *)0);
          } else {
            goto _L___5;
          }
        } else {
          goto _L___5;
        }
      } else {
        goto _L___5;
      }
    } else {
      goto _L___5;
    }
  } else {
    _L___5: /* CIL Label */ 
    _L___4: /* CIL Label */ 
    _L___3: /* CIL Label */ 
    _L___2: /* CIL Label */ 
#line 770
    tmp___7 = __builtin_expect((long )(! property_info), 0L);
#line 770
    if (tmp___7) {
      goto _L___1;
    } else {
#line 770
      if (! zobj->properties) {
        goto _L___1;
      } else {
#line 770
        tmp___8 = zend_hash_del_key_or_index(zobj->properties,
                                             property_info->name,
                                             (unsigned int )(property_info->name_length + 1),
                                             property_info->h, 2);
#line 770
        tmp___9 = __builtin_expect((long )(tmp___8 == (int __attribute__((__visibility__("default")))  )-1),
                                   0L);
#line 770
        if (tmp___9) {
          _L___1: /* CIL Label */ 
#line 773
          guard = (zend_guard *)((void *)0);
#line 775
          if ((zobj->ce)->__unset) {
#line 775
            tmp___4 = zend_get_property_guard(zobj, property_info, member,
                                              & guard);
#line 775
            if (tmp___4 == 0) {
#line 775
              if (! guard->in_unset) {
#line 779
                zval_addref_p(object);
#line 780
                tmp___3 = zval_isref_p(object);
#line 780
                if (tmp___3) {
#line 781
                  while (1) {
#line 781
                    tmp___2 = zval_refcount_p(object);
#line 781
                    if (tmp___2 > 1U) {
#line 781
                      zval_delref_p(object);
#line 781
                      while (1) {
#line 781
                        tmp___1 = _emalloc(sizeof(zval_gc_info ));
#line 781
                        new_zv = (zval *)tmp___1;
#line 781
                        ((zval_gc_info *)new_zv)->u.buffered = (gc_root_buffer *)((void *)0);
#line 781
                        break;
                      }
#line 781
                      while (1) {
#line 781
                        while (1) {
#line 781
                          new_zv->value = object->value;
#line 781
                          new_zv->type = object->type;
#line 781
                          break;
                        }
#line 781
                        zval_set_refcount_p(new_zv, 1U);
#line 781
                        zval_unset_isref_p(new_zv);
#line 781
                        break;
                      }
#line 781
                      object = new_zv;
#line 781
                      _zval_copy_ctor(new_zv);
                    } else {

                    }
#line 781
                    break;
                  }
                } else {

                }
#line 783
                guard->in_unset = (unsigned char)1;
#line 784
                zend_std_call_unsetter(object, member);
#line 785
                guard->in_unset = (unsigned char)0;
#line 786
                _zval_ptr_dtor(& object);
              } else {
                goto _L___0;
              }
            } else {
              goto _L___0;
            }
          } else {
            _L___0: /* CIL Label */ 
            _L: /* CIL Label */ 
#line 787
            if ((zobj->ce)->__unset) {
#line 787
              if (guard) {
#line 787
                if ((int )guard->in_unset == 1) {
#line 788
                  if ((int )*(member->value.str.val + 0) == 0) {
#line 789
                    if (member->value.str.len == 0) {
#line 790
                      zend_error(1, "Cannot access empty property");
                    } else {
#line 792
                      zend_error(1,
                                 "Cannot access property started with \'\\0\'");
                    }
                  } else {

                  }
                } else {

                }
              } else {

              }
            } else {

            }
          }
        } else {
#line 796
          tmp___5 = __builtin_expect((long )((unsigned int )property_info != (unsigned int )((void *)0)),
                                     1L);
#line 796
          if (tmp___5) {
#line 796
            tmp___6 = __builtin_expect((long )((property_info->flags & 1U) == 0U),
                                       1L);
#line 796
            if (tmp___6) {
#line 796
              if (property_info->offset >= 0) {
#line 799
                *(zobj->properties_table + property_info->offset) = (zval *)((void *)0);
              } else {

              }
            } else {

            }
          } else {

          }
        }
      }
    }
  }
   5972: /* CIL Label */ 
#line 802
  tmp___13 = __builtin_expect((long )((unsigned int )tmp_member != (unsigned int )((void *)0)),
                              0L);
   5973: /* CIL Label */ 
#line 802
  if (tmp___13) {
#line 803
    _zval_ptr_dtor(& tmp_member);
  } else {

  }
   5974: /* CIL Label */ 
#line 805
  return;
}
}

cilRep: liveness failure for zend_std_unset_property: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 852
tmp___6 = zval_isref_p(return_value);
#line 852
is_ref = tmp___6;
#line 852
tmp___7 = zval_refcount_p(return_value);
#line 852
refcount = tmp___7;
Liveness failed on function:
 void __attribute__((__visibility__("default")))  zend_std_call_user_call(int ht ,
                                                                          zval *return_value ,
                                                                          zval **return_value_ptr ,
                                                                          zval *this_ptr ,
                                                                          int return_value_used ) 
{ zend_internal_function *func ;
  zval *method_name_ptr ;
  zval *method_args_ptr ;
  zval *method_result_ptr ;
  zend_class_entry *ce ;
  zend_class_entry __attribute__((__visibility__("default")))  *tmp ;
  void __attribute__((__visibility__("default")))  *tmp___0 ;
  zval *__z ;
  int __attribute__((__visibility__("default")))  tmp___1 ;
  long tmp___2 ;
  void __attribute__((__visibility__("default")))  *tmp___3 ;
  char const   *__s ;
  zval *__z___0 ;
  size_t tmp___4 ;
  char __attribute__((__visibility__("default")))  *tmp___5 ;
  zend_uchar is_ref ;
  zend_bool tmp___6 ;
  zend_uint refcount ;
  zend_uint tmp___7 ;
  zend_uchar is_ref___0 ;
  zend_bool tmp___8 ;
  zend_uint refcount___0 ;
  zend_uint tmp___9 ;
  zend_bool tmp___10 ;
  zend_uint tmp___11 ;

  {
   6045: /* CIL Label */ 
#line 824
  func = (zend_internal_function *)(executor_globals.current_execute_data)->function_state.function;
   6046: /* CIL Label */ 
#line 826
  method_result_ptr = (zval *)((void *)0);
   6047: /* CIL Label */ 
#line 827
  tmp = zend_get_class_entry((zval const   *)this_ptr);
   6048: /* CIL Label */ 
#line 827
  ce = (zend_class_entry *)tmp;
   6049: /* CIL Label */ 
#line 829
  while (1) {
#line 829
    tmp___0 = _emalloc(sizeof(zval_gc_info ));
#line 829
    method_args_ptr = (zval *)tmp___0;
#line 829
    ((zval_gc_info *)method_args_ptr)->u.buffered = (gc_root_buffer *)((void *)0);
#line 829
    break;
  }
   6050: /* CIL Label */ 
#line 830
  method_args_ptr->refcount__gc = 1U;
   6051: /* CIL Label */ 
#line 830
  method_args_ptr->is_ref__gc = (unsigned char)0;
   6052: /* CIL Label */ 
#line 831
  _array_init(method_args_ptr, (unsigned int )ht);
   6053: /* CIL Label */ 
#line 833
  tmp___1 = zend_copy_parameters_array(ht, method_args_ptr);
   6054: /* CIL Label */ 
#line 833
  tmp___2 = __builtin_expect((long )(tmp___1 == (int __attribute__((__visibility__("default")))  )-1),
                             0L);
   6055: /* CIL Label */ 
#line 833
  if (tmp___2) {
#line 834
    _zval_dtor(method_args_ptr);
#line 835
    zend_error_noreturn(1, "Cannot get arguments for __call");
#line 836
    while (1) {
#line 836
      __z = return_value;
#line 836
      __z->value.lval = 0L;
#line 836
      __z->type = (unsigned char)3;
#line 836
      break;
    }
#line 836
    return;
  } else {

  }
   6056: /* CIL Label */ 
#line 839
  while (1) {
#line 839
    tmp___3 = _emalloc(sizeof(zval_gc_info ));
#line 839
    method_name_ptr = (zval *)tmp___3;
#line 839
    ((zval_gc_info *)method_name_ptr)->u.buffered = (gc_root_buffer *)((void *)0);
#line 839
    break;
  }
   6057: /* CIL Label */ 
#line 840
  method_name_ptr->refcount__gc = 1U;
   6058: /* CIL Label */ 
#line 840
  method_name_ptr->is_ref__gc = (unsigned char)0;
   6059: /* CIL Label */ 
#line 841
  while (1) {
#line 841
    __s = func->function_name;
#line 841
    __z___0 = method_name_ptr;
#line 841
    tmp___4 = strlen(__s);
#line 841
    __z___0->value.str.len = (int )tmp___4;
#line 841
    __z___0->value.str.val = (char *)((char __attribute__((__visibility__("default")))  *)((char *)__s));
#line 841
    __z___0->type = (unsigned char)6;
#line 841
    break;
  }
   6060: /* CIL Label */ 
#line 848
  zend_call_method(& this_ptr, ce, & ce->__call, "__call",
                   (int )(sizeof("__call") - 1U), & method_result_ptr, 2,
                   method_name_ptr, method_args_ptr);
   6061: /* CIL Label */ 
#line 850
  if (method_result_ptr) {
#line 851
    tmp___10 = zval_isref_p(method_result_ptr);
#line 851
    if (tmp___10) {
      goto _L;
    } else {
#line 851
      tmp___11 = zval_refcount_p(method_result_ptr);
#line 851
      if (tmp___11 > 1U) {
        _L: /* CIL Label */ 
#line 852
        tmp___6 = zval_isref_p(return_value);
#line 852
        is_ref = tmp___6;
#line 852
        tmp___7 = zval_refcount_p(return_value);
#line 852
        refcount = tmp___7;
#line 852
        while (1) {
#line 852
          return_value->value = method_result_ptr->value;
#line 852
          return_value->type = method_result_ptr->type;
#line 852
          break;
        }
#line 852
        _zval_copy_ctor(return_value);
#line 852
        _zval_ptr_dtor(& method_result_ptr);
#line 852
        zval_set_isref_to_p(return_value, is_ref);
#line 852
        zval_set_refcount_p(return_value, refcount);
      } else {
#line 854
        tmp___8 = zval_isref_p(return_value);
#line 854
        is_ref___0 = tmp___8;
#line 854
        tmp___9 = zval_refcount_p(return_value);
#line 854
        refcount___0 = tmp___9;
#line 854
        while (1) {
#line 854
          return_value->value = method_result_ptr->value;
#line 854
          return_value->type = method_result_ptr->type;
#line 854
          break;
        }
#line 854
        method_result_ptr->type = (unsigned char)0;
#line 854
        _zval_ptr_dtor(& method_result_ptr);
#line 854
        zval_set_isref_to_p(return_value, is_ref___0);
#line 854
        zval_set_refcount_p(return_value, refcount___0);
      }
    }
  } else {

  }
   6062: /* CIL Label */ 
#line 859
  _zval_ptr_dtor(& method_args_ptr);
   6063: /* CIL Label */ 
#line 860
  _zval_ptr_dtor(& method_name_ptr);
   6064: /* CIL Label */ 
#line 863
  _efree((void *)func);
   6065: /* CIL Label */ 
#line 864
  return;
}
}

cilRep: liveness failure for zend_std_call_user_call: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 1075
tmp___5 = zval_isref_p(return_value);
#line 1075
is_ref = tmp___5;
#line 1075
tmp___6 = zval_refcount_p(return_value);
#line 1075
refcount = tmp___6;
Liveness failed on function:
 void __attribute__((__visibility__("default")))  zend_std_callstatic_user_call(int ht ,
                                                                                zval *return_value ,
                                                                                zval **return_value_ptr ,
                                                                                zval *this_ptr ,
                                                                                int return_value_used ) 
{ zend_internal_function *func ;
  zval *method_name_ptr ;
  zval *method_args_ptr ;
  zval *method_result_ptr ;
  zend_class_entry *ce ;
  void __attribute__((__visibility__("default")))  *tmp ;
  zval *__z ;
  int __attribute__((__visibility__("default")))  tmp___0 ;
  long tmp___1 ;
  void __attribute__((__visibility__("default")))  *tmp___2 ;
  char const   *__s ;
  zval *__z___0 ;
  size_t tmp___3 ;
  char __attribute__((__visibility__("default")))  *tmp___4 ;
  zend_uchar is_ref ;
  zend_bool tmp___5 ;
  zend_uint refcount ;
  zend_uint tmp___6 ;
  zend_uchar is_ref___0 ;
  zend_bool tmp___7 ;
  zend_uint refcount___0 ;
  zend_uint tmp___8 ;
  zend_bool tmp___9 ;
  zend_uint tmp___10 ;

  {
   6270: /* CIL Label */ 
#line 1048
  func = (zend_internal_function *)(executor_globals.current_execute_data)->function_state.function;
   6271: /* CIL Label */ 
#line 1050
  method_result_ptr = (zval *)((void *)0);
   6272: /* CIL Label */ 
#line 1051
  ce = executor_globals.scope;
   6273: /* CIL Label */ 
#line 1053
  while (1) {
#line 1053
    tmp = _emalloc(sizeof(zval_gc_info ));
#line 1053
    method_args_ptr = (zval *)tmp;
#line 1053
    ((zval_gc_info *)method_args_ptr)->u.buffered = (gc_root_buffer *)((void *)0);
#line 1053
    break;
  }
   6274: /* CIL Label */ 
#line 1054
  method_args_ptr->refcount__gc = 1U;
   6275: /* CIL Label */ 
#line 1054
  method_args_ptr->is_ref__gc = (unsigned char)0;
   6276: /* CIL Label */ 
#line 1055
  _array_init(method_args_ptr, (unsigned int )ht);
   6277: /* CIL Label */ 
#line 1057
  tmp___0 = zend_copy_parameters_array(ht, method_args_ptr);
   6278: /* CIL Label */ 
#line 1057
  tmp___1 = __builtin_expect((long )(tmp___0 == (int __attribute__((__visibility__("default")))  )-1),
                             0L);
   6279: /* CIL Label */ 
#line 1057
  if (tmp___1) {
#line 1058
    _zval_dtor(method_args_ptr);
#line 1059
    zend_error_noreturn(1, "Cannot get arguments for __callstatic");
#line 1060
    while (1) {
#line 1060
      __z = return_value;
#line 1060
      __z->value.lval = 0L;
#line 1060
      __z->type = (unsigned char)3;
#line 1060
      break;
    }
#line 1060
    return;
  } else {

  }
   6280: /* CIL Label */ 
#line 1063
  while (1) {
#line 1063
    tmp___2 = _emalloc(sizeof(zval_gc_info ));
#line 1063
    method_name_ptr = (zval *)tmp___2;
#line 1063
    ((zval_gc_info *)method_name_ptr)->u.buffered = (gc_root_buffer *)((void *)0);
#line 1063
    break;
  }
   6281: /* CIL Label */ 
#line 1064
  method_name_ptr->refcount__gc = 1U;
   6282: /* CIL Label */ 
#line 1064
  method_name_ptr->is_ref__gc = (unsigned char)0;
   6283: /* CIL Label */ 
#line 1065
  while (1) {
#line 1065
    __s = func->function_name;
#line 1065
    __z___0 = method_name_ptr;
#line 1065
    tmp___3 = strlen(__s);
#line 1065
    __z___0->value.str.len = (int )tmp___3;
#line 1065
    __z___0->value.str.val = (char *)((char __attribute__((__visibility__("default")))  *)((char *)__s));
#line 1065
    __z___0->type = (unsigned char)6;
#line 1065
    break;
  }
   6284: /* CIL Label */ 
#line 1071
  zend_call_method((zval **)((void *)0), ce, & ce->__callstatic, "__callstatic",
                   (int )(sizeof("__callstatic") - 1U), & method_result_ptr, 2,
                   method_name_ptr, method_args_ptr);
   6285: /* CIL Label */ 
#line 1073
  if (method_result_ptr) {
#line 1074
    tmp___9 = zval_isref_p(method_result_ptr);
#line 1074
    if (tmp___9) {
      goto _L;
    } else {
#line 1074
      tmp___10 = zval_refcount_p(method_result_ptr);
#line 1074
      if (tmp___10 > 1U) {
        _L: /* CIL Label */ 
#line 1075
        tmp___5 = zval_isref_p(return_value);
#line 1075
        is_ref = tmp___5;
#line 1075
        tmp___6 = zval_refcount_p(return_value);
#line 1075
        refcount = tmp___6;
#line 1075
        while (1) {
#line 1075
          return_value->value = method_result_ptr->value;
#line 1075
          return_value->type = method_result_ptr->type;
#line 1075
          break;
        }
#line 1075
        _zval_copy_ctor(return_value);
#line 1075
        _zval_ptr_dtor(& method_result_ptr);
#line 1075
        zval_set_isref_to_p(return_value, is_ref);
#line 1075
        zval_set_refcount_p(return_value, refcount);
      } else {
#line 1077
        tmp___7 = zval_isref_p(return_value);
#line 1077
        is_ref___0 = tmp___7;
#line 1077
        tmp___8 = zval_refcount_p(return_value);
#line 1077
        refcount___0 = tmp___8;
#line 1077
        while (1) {
#line 1077
          return_value->value = method_result_ptr->value;
#line 1077
          return_value->type = method_result_ptr->type;
#line 1077
          break;
        }
#line 1077
        method_result_ptr->type = (unsigned char)0;
#line 1077
        _zval_ptr_dtor(& method_result_ptr);
#line 1077
        zval_set_isref_to_p(return_value, is_ref___0);
#line 1077
        zval_set_refcount_p(return_value, refcount___0);
      }
    }
  } else {

  }
   6286: /* CIL Label */ 
#line 1082
  _zval_ptr_dtor(& method_args_ptr);
   6287: /* CIL Label */ 
#line 1083
  _zval_ptr_dtor(& method_name_ptr);
   6288: /* CIL Label */ 
#line 1086
  _efree((void *)func);
   6289: /* CIL Label */ 
#line 1087
  return;
}
}

cilRep: liveness failure for zend_std_callstatic_user_call: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 1204
tmp___0 = __builtin_expect((long )((unsigned int )key != (unsigned int )((void *)0)),
                           1L);
Liveness failed on function:
 zval __attribute__((__visibility__("default")))  **zend_std_get_static_property(zend_class_entry *ce ,
                                                                                 char const   *property_name ,
                                                                                 int property_name_len ,
                                                                                 zend_bool silent ,
                                                                                 struct _zend_literal  const  *key ) 
{ zend_property_info *property_info ;
  ulong hash_value ;
  ulong __attribute__((__visibility__("default")))  tmp ;
  long tmp___0 ;
  int __attribute__((__visibility__("default")))  tmp___1 ;
  long tmp___2 ;
  char *tmp___3 ;
  int tmp___4 ;
  int tmp___5 ;
  long tmp___6 ;
  long tmp___7 ;
  long tmp___8 ;
  long tmp___9 ;

  {
   6455: /* CIL Label */ 
#line 1202
  tmp___9 = __builtin_expect((long )(! key), 0L);
   6456: /* CIL Label */ 
#line 1202
  if (tmp___9) {
    goto _L;
  } else {
#line 1202
    if ((unsigned int )*((executor_globals.active_op_array)->run_time_cache + key->cache_slot) == (unsigned int )ce) {
#line 1202
      property_info = (zend_property_info *)*((executor_globals.active_op_array)->run_time_cache + (key->cache_slot + 1U));
    } else {
#line 1202
      property_info = (zend_property_info *)((void *)0);
    }
#line 1202
    if ((unsigned int )property_info == (unsigned int )((void *)0)) {
      _L: /* CIL Label */ 
#line 1204
      tmp___0 = __builtin_expect((long )((unsigned int )key != (unsigned int )((void *)0)),
                                 1L);
#line 1204
      if (tmp___0) {
#line 1205
        hash_value = (unsigned long )key->hash_value;
      } else {
#line 1207
        tmp = zend_hash_func(property_name,
                             (unsigned int )(property_name_len + 1));
#line 1207
        hash_value = (unsigned long )tmp;
      }
#line 1210
      tmp___1 = zend_hash_quick_find((HashTable const   *)(& ce->properties_info),
                                     property_name,
                                     (unsigned int )(property_name_len + 1),
                                     hash_value, (void **)(& property_info));
#line 1210
      tmp___2 = __builtin_expect((long )(tmp___1 == (int __attribute__((__visibility__("default")))  )-1),
                                 0L);
#line 1210
      if (tmp___2) {
#line 1211
        if (! silent) {
#line 1212
          zend_error_noreturn(1,
                              "Access to undeclared static property: %s::$%s",
                              ce->name, property_name);
        } else {

        }
#line 1214
        return ((zval __attribute__((__visibility__("default")))  **)((void *)0));
      } else {

      }
#line 1221
      tmp___4 = zend_verify_property_access(property_info, ce);
#line 1221
      if (tmp___4) {
#line 1221
        tmp___5 = 0;
      } else {
#line 1221
        tmp___5 = 1;
      }
#line 1221
      tmp___6 = __builtin_expect((long )tmp___5, 0L);
#line 1221
      if (tmp___6) {
#line 1222
        if (! silent) {
#line 1223
          tmp___3 = zend_visibility_string(property_info->flags);
#line 1223
          zend_error_noreturn(1, "Cannot access %s property %s::$%s", tmp___3,
                              ce->name, property_name);
        } else {

        }
#line 1225
        return ((zval __attribute__((__visibility__("default")))  **)((void *)0));
      } else {

      }
#line 1228
      tmp___7 = __builtin_expect((long )((property_info->flags & 1U) == 0U), 0L);
#line 1228
      if (tmp___7) {
#line 1229
        if (! silent) {
#line 1230
          zend_error_noreturn(1,
                              "Access to undeclared static property: %s::$%s",
                              ce->name, property_name);
        } else {

        }
#line 1232
        return ((zval __attribute__((__visibility__("default")))  **)((void *)0));
      } else {

      }
#line 1235
      zend_update_class_constants(ce);
#line 1237
      tmp___8 = __builtin_expect((long )((unsigned int )key != (unsigned int )((void *)0)),
                                 1L);
#line 1237
      if (tmp___8) {
#line 1238
        while (1) {
#line 1238
          *((executor_globals.active_op_array)->run_time_cache + key->cache_slot) = (void *)ce;
#line 1238
          *((executor_globals.active_op_array)->run_time_cache + (key->cache_slot + 1U)) = (void *)property_info;
#line 1238
          break;
        }
      } else {

      }
    } else {

    }
  }
   6457: /* CIL Label */ 
#line 1242
  return ((zval __attribute__((__visibility__("default")))  **)(ce->static_members_table + property_info->offset));
}
}

cilRep: liveness failure for zend_std_get_static_property: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 1365
tmp___11 = __builtin_expect((long )(! zobj->properties), 0L);
Liveness failed on function:
 static int zend_std_has_property(zval *object , zval *member ,
                                  int has_set_exists ,
                                  zend_literal const   *key ) 
{ zend_object *zobj ;
  int result ;
  zval **value ;
  zval *tmp_member ;
  zend_property_info *property_info ;
  void __attribute__((__visibility__("default")))  *tmp ;
  long tmp___0 ;
  zend_guard *guard ;
  zval *rv ;
  zval *new_zv ;
  void __attribute__((__visibility__("default")))  *tmp___1 ;
  zend_uint tmp___2 ;
  zend_bool tmp___3 ;
  int __attribute__((__visibility__("default")))  tmp___4 ;
  long tmp___5 ;
  int tmp___6 ;
  int __attribute__((__visibility__("default")))  tmp___7 ;
  long tmp___8 ;
  long tmp___9 ;
  int tmp___10 ;
  long tmp___11 ;
  int __attribute__((__visibility__("default")))  tmp___12 ;
  long tmp___13 ;
  int tmp___14 ;
  int tmp___15 ;
  long tmp___16 ;
  long tmp___17 ;

  {
   6619: /* CIL Label */ 
#line 1343
  value = (zval **)((void *)0);
   6620: /* CIL Label */ 
#line 1344
  tmp_member = (zval *)((void *)0);
   6621: /* CIL Label */ 
#line 1347
  zobj = (zend_object *)(executor_globals.objects_store.object_buckets + object->value.obj.handle)->bucket.obj.object;
   6622: /* CIL Label */ 
#line 1349
  tmp___0 = __builtin_expect((long )((int )member->type != 6), 0L);
   6623: /* CIL Label */ 
#line 1349
  if (tmp___0) {
#line 1350
    while (1) {
#line 1350
      tmp = _emalloc(sizeof(zval_gc_info ));
#line 1350
      tmp_member = (zval *)tmp;
#line 1350
      ((zval_gc_info *)tmp_member)->u.buffered = (gc_root_buffer *)((void *)0);
#line 1350
      break;
    }
#line 1351
    *tmp_member = *member;
#line 1352
    tmp_member->refcount__gc = 1U;
#line 1352
    tmp_member->is_ref__gc = (unsigned char)0;
#line 1353
    _zval_copy_ctor(tmp_member);
#line 1354
    if ((int )tmp_member->type != 6) {
#line 1354
      _convert_to_string(tmp_member);
    } else {

    }
#line 1355
    member = tmp_member;
#line 1356
    key = (zend_literal const   *)((void *)0);
  } else {

  }
   6624: /* CIL Label */ 
#line 1363
  property_info = zend_get_property_info_quick(zobj->ce, member, 1, key);
   6625: /* CIL Label */ 
#line 1365
  tmp___8 = __builtin_expect((long )(! property_info), 0L);
   6626: /* CIL Label */ 
#line 1365
  if (tmp___8) {
    goto _L___0;
  } else {
#line 1365
    tmp___16 = __builtin_expect((long )((property_info->flags & 1U) == 0U), 1L);
#line 1365
    if (tmp___16) {
#line 1365
      if (property_info->offset >= 0) {
#line 1365
        if (zobj->properties) {
#line 1365
          value = (zval **)*(zobj->properties_table + property_info->offset);
#line 1365
          tmp___10 = (unsigned int )value == (unsigned int )((void *)0);
        } else {
#line 1365
          value = zobj->properties_table + property_info->offset;
#line 1365
          tmp___10 = (unsigned int )*value == (unsigned int )((void *)0);
        }
#line 1365
        tmp___15 = tmp___10;
      } else {
        goto _L;
      }
    } else {
      _L: /* CIL Label */ 
#line 1365
      tmp___11 = __builtin_expect((long )(! zobj->properties), 0L);
#line 1365
      if (tmp___11) {
#line 1365
        tmp___14 = 1;
      } else {
#line 1365
        tmp___12 = zend_hash_quick_find((HashTable const   *)zobj->properties,
                                        property_info->name,
                                        (unsigned int )(property_info->name_length + 1),
                                        property_info->h, (void **)(& value));
#line 1365
        tmp___13 = __builtin_expect((long )(tmp___12 == (int __attribute__((__visibility__("default")))  )-1),
                                    0L);
#line 1365
        if (tmp___13) {
#line 1365
          tmp___14 = 1;
        } else {
#line 1365
          tmp___14 = 0;
        }
      }
#line 1365
      tmp___15 = tmp___14;
    }
#line 1365
    if (tmp___15) {
      _L___0: /* CIL Label */ 
#line 1375
      result = 0;
#line 1376
      if (has_set_exists != 2) {
#line 1376
        if ((zobj->ce)->__isset) {
#line 1376
          tmp___6 = zend_get_property_guard(zobj, property_info, member, & guard);
#line 1376
          if (tmp___6 == 0) {
#line 1376
            if (! guard->in_isset) {
#line 1383
              zval_addref_p(object);
#line 1384
              tmp___3 = zval_isref_p(object);
#line 1384
              if (tmp___3) {
#line 1385
                while (1) {
#line 1385
                  tmp___2 = zval_refcount_p(object);
#line 1385
                  if (tmp___2 > 1U) {
#line 1385
                    zval_delref_p(object);
#line 1385
                    while (1) {
#line 1385
                      tmp___1 = _emalloc(sizeof(zval_gc_info ));
#line 1385
                      new_zv = (zval *)tmp___1;
#line 1385
                      ((zval_gc_info *)new_zv)->u.buffered = (gc_root_buffer *)((void *)0);
#line 1385
                      break;
                    }
#line 1385
                    while (1) {
#line 1385
                      while (1) {
#line 1385
                        new_zv->value = object->value;
#line 1385
                        new_zv->type = object->type;
#line 1385
                        break;
                      }
#line 1385
                      zval_set_refcount_p(new_zv, 1U);
#line 1385
                      zval_unset_isref_p(new_zv);
#line 1385
                      break;
                    }
#line 1385
                    object = new_zv;
#line 1385
                    _zval_copy_ctor(new_zv);
                  } else {

                  }
#line 1385
                  break;
                }
              } else {

              }
#line 1387
              guard->in_isset = (unsigned char)1;
#line 1388
              rv = zend_std_call_issetter(object, member);
#line 1389
              if (rv) {
#line 1390
                tmp___4 = zend_is_true(rv);
#line 1390
                result = (int )tmp___4;
#line 1391
                _zval_ptr_dtor(& rv);
#line 1392
                if (has_set_exists) {
#line 1392
                  if (result) {
#line 1393
                    tmp___5 = __builtin_expect((long )(! executor_globals.exception),
                                               1L);
#line 1393
                    if (tmp___5) {
#line 1393
                      if ((zobj->ce)->__get) {
#line 1393
                        if (! guard->in_get) {
#line 1394
                          guard->in_get = (unsigned char)1;
#line 1395
                          rv = zend_std_call_getter(object, member);
#line 1396
                          guard->in_get = (unsigned char)0;
#line 1397
                          if (rv) {
#line 1398
                            zval_addref_p(rv);
#line 1399
                            result = i_zend_is_true(rv);
#line 1400
                            _zval_ptr_dtor(& rv);
                          } else {
#line 1402
                            result = 0;
                          }
                        } else {
#line 1405
                          result = 0;
                        }
                      } else {
#line 1405
                        result = 0;
                      }
                    } else {
#line 1405
                      result = 0;
                    }
                  } else {

                  }
                } else {

                }
              } else {

              }
#line 1409
              guard->in_isset = (unsigned char)0;
#line 1410
              _zval_ptr_dtor(& object);
            } else {

            }
          } else {

          }
        } else {

        }
      } else {

      }
    } else {
#line 1413
      switch (has_set_exists) {
      case 0: 
#line 1415
      result = (int )(*value)->type != 0;
#line 1416
      break;
      default: 
#line 1418
      tmp___7 = zend_is_true(*value);
#line 1418
      result = (int )tmp___7;
#line 1419
      break;
      case 2: 
#line 1421
      result = 1;
#line 1422
      break;
      }
    }
  }
   6627: /* CIL Label */ 
#line 1426
  tmp___17 = __builtin_expect((long )((unsigned int )tmp_member != (unsigned int )((void *)0)),
                              0L);
   6628: /* CIL Label */ 
#line 1426
  if (tmp___17) {
#line 1427
    _zval_ptr_dtor(& tmp_member);
  } else {

  }
   6629: /* CIL Label */ 
#line 1429
  return (result);
}
}

cilRep: liveness failure for zend_std_has_property: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 1473
tmp___0 = __builtin_expect((long )((unsigned int )executor_globals.exception != (unsigned int )((void *)0)),
                           0L);
Liveness failed on function:
 int __attribute__((__visibility__("default")))  zend_std_cast_object_tostring(zval *readobj ,
                                                                               zval *writeobj ,
                                                                               int type ) 
{ zval *retval ;
  zend_class_entry *ce ;
  zend_class_entry __attribute__((__visibility__("default")))  *tmp ;
  long tmp___0 ;
  zend_uchar is_ref ;
  zend_bool tmp___1 ;
  zend_uint refcount ;
  zend_uint tmp___2 ;
  zval *__z ;
  char __attribute__((__visibility__("default")))  *tmp___3 ;
  long tmp___4 ;
  zval __attribute__((__visibility__("default")))  *tmp___5 ;
  zval *__z___0 ;
  zend_class_entry __attribute__((__visibility__("default")))  *tmp___6 ;
  zval *__z___1 ;
  zend_class_entry __attribute__((__visibility__("default")))  *tmp___7 ;
  zval *__z___2 ;

  {
   0: /* CIL Label */ 
#line 1468
  switch (type) {
  case 6: 
#line 1470
  tmp = zend_get_class_entry((zval const   *)readobj);
#line 1470
  ce = (zend_class_entry *)tmp;
#line 1471
  if (ce->__tostring) {
#line 1471
    tmp___5 = zend_call_method(& readobj, ce, & ce->__tostring, "__tostring",
                               (int )(sizeof("__tostring") - 1U), & retval, 0,
                               (zval *)((void *)0), (zval *)((void *)0));
#line 1471
    if (tmp___5) {
      goto _L;
    } else {
#line 1471
      if (executor_globals.exception) {
        _L: /* CIL Label */ 
#line 1473
        tmp___0 = __builtin_expect((long )((unsigned int )executor_globals.exception != (unsigned int )((void *)0)),
                                   0L);
#line 1473
        if (tmp___0) {
#line 1474
          if (retval) {
#line 1475
            _zval_ptr_dtor(& retval);
          } else {

          }
#line 1477
          zend_error_noreturn(1,
                              "Method %s::__toString() must not throw an exception",
                              ce->name);
#line 1478
          return ((int __attribute__((__visibility__("default")))  )-1);
        } else {

        }
#line 1480
        tmp___4 = __builtin_expect((long )((int )retval->type == 6), 1L);
#line 1480
        if (tmp___4) {
#line 1481
          writeobj->refcount__gc = 1U;
#line 1481
          writeobj->is_ref__gc = (unsigned char)0;
#line 1482
          if ((unsigned int )readobj == (unsigned int )writeobj) {
#line 1483
            _zval_dtor(readobj);
          } else {

          }
#line 1485
          tmp___1 = zval_isref_p(writeobj);
#line 1485
          is_ref = tmp___1;
#line 1485
          tmp___2 = zval_refcount_p(writeobj);
#line 1485
          refcount = tmp___2;
#line 1485
          while (1) {
#line 1485
            writeobj->value = retval->value;
#line 1485
            writeobj->type = retval->type;
#line 1485
            break;
          }
#line 1485
          _zval_copy_ctor(writeobj);
#line 1485
          _zval_ptr_dtor(& retval);
#line 1485
          zval_set_isref_to_p(writeobj, is_ref);
#line 1485
          zval_set_refcount_p(writeobj, refcount);
#line 1486
          if ((int )writeobj->type != type) {
#line 1487
            while (1) {
#line 1487
              switch (type) {
              case 0: 
#line 1487
              convert_to_null(writeobj);
#line 1487
              break;
              case 1: 
#line 1487
              convert_to_long(writeobj);
#line 1487
              break;
              case 2: 
#line 1487
              convert_to_double(writeobj);
#line 1487
              break;
              case 3: 
#line 1487
              convert_to_boolean(writeobj);
#line 1487
              break;
              case 4: 
#line 1487
              convert_to_array(writeobj);
#line 1487
              break;
              case 5: 
#line 1487
              convert_to_object(writeobj);
#line 1487
              break;
              case 6: 
#line 1487
              if ((int )writeobj->type != 6) {
#line 1487
                _convert_to_string(writeobj);
              } else {

              }
#line 1487
              break;
              default: 
#line 1487
              __assert_fail("0",
                            "/root/mountpoint-genprog/genprog-many-bugs/php-bug-2011-11-01-735efbdd04-e0f781f496/php/Zend/zend_object_handlers.c",
                            1487U, "zend_std_cast_object_tostring");
#line 1487
              break;
              }
#line 1487
              break;
            }
          } else {

          }
#line 1489
          return ((int __attribute__((__visibility__("default")))  )0);
        } else {
#line 1491
          _zval_ptr_dtor(& retval);
#line 1492
          writeobj->refcount__gc = 1U;
#line 1492
          writeobj->is_ref__gc = (unsigned char)0;
#line 1493
          if ((unsigned int )readobj == (unsigned int )writeobj) {
#line 1494
            _zval_dtor(readobj);
          } else {

          }
#line 1496
          while (1) {
#line 1496
            __z = writeobj;
#line 1496
            __z->value.str.len = 0;
#line 1496
            tmp___3 = _estrndup("", sizeof("") - 1U);
#line 1496
            __z->value.str.val = (char *)tmp___3;
#line 1496
            __z->type = (unsigned char)6;
#line 1496
            break;
          }
#line 1497
          zend_error(1 << 12L,
                     "Method %s::__toString() must return a string value",
                     ce->name);
#line 1498
          return ((int __attribute__((__visibility__("default")))  )0);
        }
      } else {

      }
    }
  } else {

  }
#line 1501
  return ((int __attribute__((__visibility__("default")))  )-1);
  case 3: 
#line 1503
  writeobj->refcount__gc = 1U;
#line 1503
  writeobj->is_ref__gc = (unsigned char)0;
#line 1504
  while (1) {
#line 1504
    __z___0 = writeobj;
#line 1504
    __z___0->value.lval = 1L;
#line 1504
    __z___0->type = (unsigned char)3;
#line 1504
    break;
  }
#line 1505
  return ((int __attribute__((__visibility__("default")))  )0);
  case 1: 
#line 1507
  tmp___6 = zend_get_class_entry((zval const   *)readobj);
#line 1507
  ce = (zend_class_entry *)tmp___6;
#line 1508
  zend_error(1 << 3L, "Object of class %s could not be converted to int",
             ce->name);
#line 1509
  writeobj->refcount__gc = 1U;
#line 1509
  writeobj->is_ref__gc = (unsigned char)0;
#line 1510
  if ((unsigned int )readobj == (unsigned int )writeobj) {
#line 1511
    _zval_dtor(readobj);
  } else {

  }
#line 1513
  __z___1 = writeobj;
#line 1513
  __z___1->value.lval = 1L;
#line 1513
  __z___1->type = (unsigned char)1;
#line 1514
  return ((int __attribute__((__visibility__("default")))  )0);
  case 2: 
#line 1516
  tmp___7 = zend_get_class_entry((zval const   *)readobj);
#line 1516
  ce = (zend_class_entry *)tmp___7;
#line 1517
  zend_error(1 << 3L, "Object of class %s could not be converted to double",
             ce->name);
#line 1518
  writeobj->refcount__gc = 1U;
#line 1518
  writeobj->is_ref__gc = (unsigned char)0;
#line 1519
  if ((unsigned int )readobj == (unsigned int )writeobj) {
#line 1520
    _zval_dtor(readobj);
  } else {

  }
#line 1522
  __z___2 = writeobj;
#line 1522
  __z___2->value.dval = (double )1;
#line 1522
  __z___2->type = (unsigned char)2;
#line 1523
  return ((int __attribute__((__visibility__("default")))  )0);
  default: 
#line 1525
  writeobj->refcount__gc = 1U;
#line 1525
  writeobj->is_ref__gc = (unsigned char)0;
#line 1526
  writeobj->type = (unsigned char)0;
#line 1527
  break;
  }
   6740: /* CIL Label */ 
#line 1529
  return ((int __attribute__((__visibility__("default")))  )-1);
}
}

cilRep: liveness failure for zend_std_cast_object_tostring: Errormsg.Error
cilRep: computed liveness
cilrep: from_source: post: stmt_count: 6758
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)
	n1: false (0)
cachingRepresentation: sanity checking passed (time_taken = 1709.68)
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 = 6758
cilRep: stmts in weighted_path = 499
cilRep: total weight = 57.1
cilRep: stmts in weighted_path with weight >= 1.0 = 8
cilRep: Zend/zend_closures.c (code bank/base file; atoms [1,1703])
cilRep: Zend/zend_gc.c (code bank/base file; atoms [1704,3785])
cilRep: Zend/zend_object_handlers.c (code bank/base file; atoms [3786,6758])
cilRep: 3 file(s) total in representation
search: ww_adaptive_1 begins (time = 1487541064.579408)
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: 915
cilRep: fix-space quotient by string: 2458 -> 1526
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: *get_props
progeq: WARNING: cannot resolve call: *((executor_globals.objects_store.object_buckets + p->z.value.obj.handle)->bucket.obj.dtor)
progeq: WARNING: cannot resolve call: zend_objects_store_del_ref_by_handle_ex
progeq: WARNING: cannot resolve call: zend_hash_destroy
progeq: WARNING: cannot resolve call: _efree
progeq: WARNING: cannot resolve call: _zval_dtor_func
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_copy_ctor_func
progeq: WARNING: cannot resolve call: _erealloc
progeq: WARNING: cannot resolve call: _emalloc
progeq: WARNING: cannot resolve call: _zend_get_parameters_array_ex
progeq: WARNING: cannot resolve call: call_user_function_ex
progeq: WARNING: cannot resolve call: _zval_ptr_dtor
progeq: WARNING: cannot resolve call: zend_parse_method_parameters
progeq: WARNING: cannot resolve call: zend_object_store_get_object
progeq: WARNING: cannot resolve call: zend_get_class_entry
progeq: WARNING: cannot resolve call: _convert_to_string
progeq: WARNING: cannot resolve call: zend_lookup_class_ex
progeq: WARNING: cannot resolve call: _object_init_ex
progeq: WARNING: cannot resolve call: zend_hash_num_elements
progeq: WARNING: cannot resolve call: _zend_hash_init
progeq: WARNING: cannot resolve call: zend_hash_apply_with_arguments
progeq: WARNING: cannot resolve call: instanceof_function
progeq: WARNING: cannot resolve call: _estrndup
progeq: WARNING: cannot resolve call: __builtin_alloca
progeq: WARNING: cannot resolve call: zend_str_tolower_copy
progeq: WARNING: cannot resolve call: *(std_object_handlers.get_method)
progeq: WARNING: cannot resolve call: zend_object_std_dtor
progeq: WARNING: cannot resolve call: destroy_op_array
progeq: WARNING: cannot resolve call: zend_object_std_init
progeq: WARNING: cannot resolve call: zend_objects_store_put
progeq: WARNING: cannot resolve call: _array_init
progeq: WARNING: cannot resolve call: zend_hash_copy
progeq: WARNING: cannot resolve call: zend_spprintf
progeq: WARNING: cannot resolve call: add_assoc_stringl_ex
progeq: WARNING: cannot resolve call: *zend_new_interned_string
progeq: WARNING: cannot resolve call: zend_strndup
progeq: WARNING: cannot resolve call: zend_register_internal_class
progeq: WARNING: cannot resolve call: zend_get_std_object_handlers
progeq: WARNING: cannot resolve call: memcpy
progeq: WARNING: cannot resolve call: free
progeq: WARNING: cannot resolve call: zend_hash_internal_pointer_reset_ex
progeq: WARNING: cannot resolve call: zend_hash_get_current_data_ex
progeq: WARNING: cannot resolve call: _zend_hash_quick_add_or_update
progeq: WARNING: cannot resolve call: zend_hash_move_forward_ex
progeq: WARNING: cannot resolve call: zend_call_method
progeq: WARNING: cannot resolve call: *((op->value.obj.handlers)->cast_object)
progeq: WARNING: cannot resolve call: *((op->value.obj.handlers)->get)
progeq: WARNING: cannot resolve call: convert_to_boolean
progeq: WARNING: cannot resolve call: zend_error_noreturn
progeq: WARNING: cannot resolve call: zend_get_hash_value
progeq: WARNING: cannot resolve call: zend_hash_quick_find
progeq: WARNING: cannot resolve call: zend_visibility_string
progeq: WARNING: cannot resolve call: zend_unmangle_property_name
progeq: WARNING: cannot resolve call: instanceof_function_ex
progeq: WARNING: cannot resolve call: zend_copy_parameters_array
progeq: WARNING: cannot resolve call: zend_hash_func
progeq: WARNING: cannot resolve call: *((object->value.obj.handlers)->get_class_entry)
progeq: WARNING: cannot resolve call: zend_str_tolower_dup
progeq: WARNING: cannot resolve call: zend_update_class_constants
progeq: WARNING: cannot resolve call: zend_compare_symbol_tables_i
progeq: WARNING: cannot resolve call: zend_is_true
progeq: WARNING: cannot resolve call: convert_to_null
progeq: WARNING: cannot resolve call: convert_to_long
progeq: WARNING: cannot resolve call: convert_to_double
progeq: WARNING: cannot resolve call: convert_to_array
progeq: WARNING: cannot resolve call: convert_to_object
progeq: WARNING: cannot resolve call: __assert_fail
search: fix space reduced (time_taken = 1300.12)
excluded 0 deletes (from list of 0 total edits)
search: ww_adaptive: 499 deletes
excluded 0 appends (from list of 0 total edits)
search: ww_adaptive: 12929 appends
search: ww_adaptive: 13428 possible edits
search: ready to start (time_taken = 174.183)
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 = 1.08799)
	variant     1/13428 = d(3194)         (7752 tests, cond 0)
		n1 false (test_time = 81.4938)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.22191)
	variant     2/13428 = d(3208)         (7752 tests, cond 0)
		n1 false (test_time = 21.5997)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.44978)
	variant     3/13428 = d(3211)         (7752 tests, cond 0)
		n1 false (test_time = 21.5608)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.22146)
	variant     4/13428 = d(3212)         (7752 tests, cond 0)
		n1 false (test_time = 21.4311)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.20646)
	variant     5/13428 = d(3213)         (7752 tests, cond 0)
		n1 false (test_time = 21.1894)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.3403)
	variant     6/13428 = d(3214)         (7752 tests, cond 0)
		n1 false (test_time = 21.0704)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.10993)
	variant     7/13428 = d(3215)         (7752 tests, cond 0)
		n1 false (test_time = 21.2982)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 1.24186)
	variant     8/13428 = d(3336)         (7752 tests, cond 0)
		n1 false (test_time = 21.6295)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.88322)
	variant     9/13428 = a(3214,5613)    (7752 tests, cond 0)
		n1 false (test_time = 21.259)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.91474)
	variant    10/13428 = a(3214,3761)    (7752 tests, cond 0)
		n1 false (test_time = 21.2893)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.23341)
	variant    11/13428 = a(3214,3257)    (7752 tests, cond 0)
		n1 false (test_time = 21.1002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.69564)
	variant    12/13428 = a(3214,3252)    (7752 tests, cond 0)
		n1 false (test_time = 20.9989)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.76868)
	variant    13/13428 = a(3214,3247)    (7752 tests, cond 0)
		n1 false (test_time = 20.8926)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.85706)
	variant    14/13428 = a(3214,3240)    (7752 tests, cond 0)
		n1 false (test_time = 21.3186)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.63613)
	variant    15/13428 = a(3214,3238)    (7752 tests, cond 0)
		n1 false (test_time = 20.9082)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.87198)
	variant    16/13428 = a(3214,3235)    (7752 tests, cond 0)
		n1 false (test_time = 21.3376)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.68882)
	variant    17/13428 = a(3214,3234)    (7752 tests, cond 0)
		n1 false (test_time = 22.3985)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.74282)
	variant    18/13428 = a(3214,3233)    (7752 tests, cond 0)
		n1 false (test_time = 21.1236)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.81141)
	variant    19/13428 = a(3214,3230)    (7752 tests, cond 0)
		n1 false (test_time = 21.5594)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.03927)
	variant    20/13428 = a(3214,3225)    (7752 tests, cond 0)
		n1 false (test_time = 21.202)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.81681)
	variant    21/13428 = a(3214,3218)    (7752 tests, cond 0)
		n1 false (test_time = 21.3179)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.58125)
	variant    22/13428 = a(3214,3214)    (7752 tests, cond 0)
		n1 false (test_time = 21.3411)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.68289)
	variant    23/13428 = a(3214,3099)    (7752 tests, cond 0)
		n1 false (test_time = 20.978)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.74397)
	variant    24/13428 = a(3214,3062)    (7752 tests, cond 0)
		n1 false (test_time = 21.3659)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.58893)
	variant    25/13428 = a(3214,3057)    (7752 tests, cond 0)
		n1 false (test_time = 21.0897)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.7368)
	variant    26/13428 = a(3214,3045)    (7752 tests, cond 0)
		n1 false (test_time = 21.2813)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.68513)
	variant    27/13428 = a(3214,3043)    (7752 tests, cond 0)
		n1 false (test_time = 20.7463)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.80319)
	variant    28/13428 = a(3214,1391)    (7752 tests, cond 0)
		n1 false (test_time = 21.1348)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.4983)
	variant    29/13428 = a(3213,3257)    (7752 tests, cond 0)
		n1 false (test_time = 20.8977)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.60765)
	variant    30/13428 = a(3213,3252)    (7752 tests, cond 0)
		n1 false (test_time = 21.1974)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.68355)
	variant    31/13428 = a(3213,3247)    (7752 tests, cond 0)
		n1 false (test_time = 21.5271)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.50028)
	variant    32/13428 = a(3213,3240)    (7752 tests, cond 0)
		n1 false (test_time = 20.9639)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.69429)
	variant    33/13428 = a(3213,3238)    (7752 tests, cond 0)
		n1 false (test_time = 20.8444)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.24755)
	variant    34/13428 = a(3213,3235)    (7752 tests, cond 0)
		n1 false (test_time = 20.7362)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.68193)
	variant    35/13428 = a(3213,3234)    (7752 tests, cond 0)
		n1 false (test_time = 21.0832)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.65971)
	variant    36/13428 = a(3213,3230)    (7752 tests, cond 0)
		n1 false (test_time = 21.1179)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.6688)
	variant    37/13428 = a(3213,3225)    (7752 tests, cond 0)
		n1 false (test_time = 21.1401)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.5944)
	variant    38/13428 = a(3213,3218)    (7752 tests, cond 0)
		n1 false (test_time = 21.3912)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.58539)
	variant    39/13428 = a(3213,3214)    (7752 tests, cond 0)
		n1 false (test_time = 20.8005)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.53775)
	variant    40/13428 = a(3213,3099)    (7752 tests, cond 0)
		n1 false (test_time = 21.233)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.39763)
	variant    41/13428 = a(3213,3062)    (7752 tests, cond 0)
		n1 false (test_time = 20.8665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.52352)
	variant    42/13428 = a(3213,3057)    (7752 tests, cond 0)
		n1 false (test_time = 21.3424)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.40277)
	variant    43/13428 = a(3213,3045)    (7752 tests, cond 0)
		n1 false (test_time = 21.1389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.63673)
	variant    44/13428 = a(3213,3043)    (7752 tests, cond 0)
		n1 false (test_time = 21.0207)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.41936)
	variant    45/13428 = a(3212,3235)    (7752 tests, cond 0)
		n1 false (test_time = 20.9234)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.6593)
	variant    46/13428 = a(3212,3234)    (7752 tests, cond 0)
		n1 false (test_time = 21.4975)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.55234)
	variant    47/13428 = a(3212,3230)    (7752 tests, cond 0)
		n1 false (test_time = 20.954)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.634)
	variant    48/13428 = a(3212,3225)    (7752 tests, cond 0)
		n1 false (test_time = 21.0365)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.30524)
	variant    49/13428 = a(3212,3218)    (7752 tests, cond 0)
		n1 false (test_time = 20.9597)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.54128)
	variant    50/13428 = a(3212,3214)    (7752 tests, cond 0)
		n1 false (test_time = 21.068)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.29473)
	variant    51/13428 = a(3212,3099)    (7752 tests, cond 0)
		n1 false (test_time = 20.6744)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.60854)
	variant    52/13428 = a(3212,3045)    (7752 tests, cond 0)
		n1 false (test_time = 20.9772)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.29275)
	variant    53/13428 = a(3211,3257)    (7752 tests, cond 0)
		n1 false (test_time = 21.4338)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.4928)
	variant    54/13428 = a(3211,3252)    (7752 tests, cond 0)
		n1 false (test_time = 22.0438)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.41138)
	variant    55/13428 = a(3211,3247)    (7752 tests, cond 0)
		n1 false (test_time = 20.7325)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.44909)
	variant    56/13428 = a(3211,3240)    (7752 tests, cond 0)
		n1 false (test_time = 21.0781)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.27574)
	variant    57/13428 = a(3211,3238)    (7752 tests, cond 0)
		n1 false (test_time = 20.7578)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.53111)
	variant    58/13428 = a(3211,3235)    (7752 tests, cond 0)
		n1 false (test_time = 23.3866)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.3396)
	variant    59/13428 = a(3211,3234)    (7752 tests, cond 0)
		n1 false (test_time = 21.6617)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.51079)
	variant    60/13428 = a(3211,3233)    (7752 tests, cond 0)
		n1 false (test_time = 21.3505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.51144)
	variant    61/13428 = a(3211,3230)    (7752 tests, cond 0)
		n1 false (test_time = 21.3504)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.39402)
	variant    62/13428 = a(3211,3225)    (7752 tests, cond 0)
		n1 false (test_time = 21.6195)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.56682)
	variant    63/13428 = a(3211,3218)    (7752 tests, cond 0)
		n1 false (test_time = 21.0185)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.23495)
	variant    64/13428 = a(3211,3214)    (7752 tests, cond 0)
		n1 false (test_time = 21.0821)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.4199)
	variant    65/13428 = a(3211,3099)    (7752 tests, cond 0)
		n1 false (test_time = 21.0852)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.20688)
	variant    66/13428 = a(3211,3062)    (7752 tests, cond 0)
		n1 false (test_time = 21.1955)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.38808)
	variant    67/13428 = a(3211,3057)    (7752 tests, cond 0)
		n1 false (test_time = 20.9898)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.22899)
	variant    68/13428 = a(3211,3045)    (7752 tests, cond 0)
		n1 false (test_time = 20.9911)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.22087)
	variant    69/13428 = a(3211,3043)    (7752 tests, cond 0)
		n1 false (test_time = 21.2594)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.68428)
	variant    70/13428 = a(3208,5613)    (7752 tests, cond 0)
		n1 false (test_time = 0.226366)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.4213)
	variant    71/13428 = a(3208,3761)    (7752 tests, cond 0)
		n1 false (test_time = 0.190796)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.29394)
	variant    72/13428 = a(3208,3257)    (7752 tests, cond 0)
		n1 false (test_time = 0.326492)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.6173)
	variant    73/13428 = a(3208,3252)    (7752 tests, cond 0)
		n1 false (test_time = 0.147621)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 6.10258)
	variant    74/13428 = a(3208,3247)    (7752 tests, cond 0)
		n1 false (test_time = 0.357451)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.06148)
	variant    75/13428 = a(3208,3240)    (7752 tests, cond 0)
		n1 false (test_time = 0.202498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.3194)
	variant    76/13428 = a(3208,3238)    (7752 tests, cond 0)
		n1 false (test_time = 0.356689)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.30439)
	variant    77/13428 = a(3208,3235)    (7752 tests, cond 0)
		n1 false (test_time = 0.158441)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.25954)
	variant    78/13428 = a(3208,3234)    (7752 tests, cond 0)
		n1 false (test_time = 0.299902)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.10271)
	variant    79/13428 = a(3208,3233)    (7752 tests, cond 0)
		n1 false (test_time = 0.293846)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.08771)
	variant    80/13428 = a(3208,3230)    (7752 tests, cond 0)
		n1 false (test_time = 0.262814)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.07077)
	variant    81/13428 = a(3208,3225)    (7752 tests, cond 0)
		n1 false (test_time = 0.197616)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.05105)
	variant    82/13428 = a(3208,3218)    (7752 tests, cond 0)
		n1 false (test_time = 0.217253)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.10039)
	variant    83/13428 = a(3208,3214)    (7752 tests, cond 0)
		n1 false (test_time = 0.268188)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.91063)
	variant    84/13428 = a(3208,3099)    (7752 tests, cond 0)
		n1 false (test_time = 0.145235)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.1615)
	variant    85/13428 = a(3208,3062)    (7752 tests, cond 0)
		n1 false (test_time = 0.313169)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.9292)
	variant    86/13428 = a(3208,3057)    (7752 tests, cond 0)
		n1 false (test_time = 0.169246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.27012)
	variant    87/13428 = a(3208,3045)    (7752 tests, cond 0)
		n1 false (test_time = 0.313346)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.94969)
	variant    88/13428 = a(3208,3043)    (7752 tests, cond 0)
		n1 false (test_time = 0.160183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.02303)
	variant    89/13428 = a(3208,1391)    (7752 tests, cond 0)
		n1 false (test_time = 0.245174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.00754)
	variant    90/13428 = a(3194,5613)    (7752 tests, cond 0)
		n1 false (test_time = 20.7574)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.9525)
	variant    91/13428 = a(3194,3761)    (7752 tests, cond 0)
		n1 false (test_time = 20.9621)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.049)
	variant    92/13428 = a(3194,3257)    (7752 tests, cond 0)
		n1 false (test_time = 20.9995)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.88903)
	variant    93/13428 = a(3194,3252)    (7752 tests, cond 0)
		n1 false (test_time = 20.8717)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.40874)
	variant    94/13428 = a(3194,3247)    (7752 tests, cond 0)
		n1 false (test_time = 20.9744)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.91614)
	variant    95/13428 = a(3194,3240)    (7752 tests, cond 0)
		n1 false (test_time = 20.878)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.16614)
	variant    96/13428 = a(3194,3238)    (7752 tests, cond 0)
		n1 false (test_time = 21.8907)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.01837)
	variant    97/13428 = a(3194,3235)    (7752 tests, cond 0)
		n1 false (test_time = 20.6674)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.93954)
	variant    98/13428 = a(3194,3234)    (7752 tests, cond 0)
		n1 false (test_time = 21.2972)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.94816)
	variant    99/13428 = a(3194,3233)    (7752 tests, cond 0)
		n1 false (test_time = 20.8585)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.84294)
	variant   100/13428 = a(3194,3230)    (7752 tests, cond 0)
		n1 false (test_time = 20.9527)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.03244)
	variant   101/13428 = a(3194,3225)    (7752 tests, cond 0)
		n1 false (test_time = 20.9791)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.87737)
	variant   102/13428 = a(3194,3218)    (7752 tests, cond 0)
		n1 false (test_time = 20.6752)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.09652)
	variant   103/13428 = a(3194,3214)    (7752 tests, cond 0)
		n1 false (test_time = 20.8101)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.93456)
	variant   104/13428 = a(3194,3099)    (7752 tests, cond 0)
		n1 false (test_time = 20.7078)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.86567)
	variant   105/13428 = a(3194,3062)    (7752 tests, cond 0)
		n1 false (test_time = 20.917)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.09202)
	variant   106/13428 = a(3194,3057)    (7752 tests, cond 0)
		n1 false (test_time = 21.1243)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.23005)
	variant   107/13428 = a(3194,3045)    (7752 tests, cond 0)
		n1 false (test_time = 21.2252)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 5.07836)
	variant   108/13428 = a(3194,3043)    (7752 tests, cond 0)
		n1 false (test_time = 20.7807)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 4.82826)
	variant   109/13428 = a(3194,1391)    (7752 tests, cond 0)
		n1 false (test_time = 20.7305)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.227)
	variant   110/13428 = d(559)          (7752 tests, cond 0)
		n1 false (test_time = 20.725)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.533)
	variant   111/13428 = d(560)          (7752 tests, cond 0)
		n1 false (test_time = 21.9179)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.978)
	variant   112/13428 = d(1476)         (7752 tests, cond 0)
		n1 false (test_time = 0.241768)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.346)
	variant   113/13428 = d(1479)         (7752 tests, cond 0)
		n1 false (test_time = 20.7443)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.264)
	variant   114/13428 = d(1480)         (7752 tests, cond 0)
		n1 false (test_time = 20.9229)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.883)
	variant   115/13428 = d(1481)         (7752 tests, cond 0)
		n1 false (test_time = 20.8525)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.64)
	variant   116/13428 = d(1485)         (7752 tests, cond 0)
		n1 false (test_time = 21.0652)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.969)
	variant   117/13428 = d(1486)         (7752 tests, cond 0)
		n1 false (test_time = 21.8144)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.97)
	variant   118/13428 = d(1488)         (7752 tests, cond 0)
		n1 false (test_time = 21.2863)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.88)
	variant   119/13428 = d(1489)         (7752 tests, cond 0)
		n1 false (test_time = 20.9541)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.372)
	variant   120/13428 = d(1490)         (7752 tests, cond 0)
		n1 false (test_time = 20.8406)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.992)
	variant   121/13428 = d(1491)         (7752 tests, cond 0)
		n1 false (test_time = 20.4524)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.132)
	variant   122/13428 = d(1492)         (7752 tests, cond 0)
		n1 false (test_time = 20.4285)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.32)
	variant   123/13428 = d(1493)         (7752 tests, cond 0)
		n1 false (test_time = 20.7838)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.171)
	variant   124/13428 = d(1494)         (7752 tests, cond 0)
		n1 false (test_time = 20.7953)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.641)
	variant   125/13428 = d(1495)         (7752 tests, cond 0)
		n1 false (test_time = 21.3906)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.474)
	variant   126/13428 = d(1496)         (7752 tests, cond 0)
		n1 false (test_time = 20.7917)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.861)
	variant   127/13428 = d(1497)         (7752 tests, cond 0)
		n1 false (test_time = 20.6485)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.94)
	variant   128/13428 = d(1498)         (7752 tests, cond 0)
		n1 false (test_time = 20.8229)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.307)
	variant   129/13428 = d(1499)         (7752 tests, cond 0)
		n1 false (test_time = 20.5022)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.855)
	variant   130/13428 = d(1500)         (7752 tests, cond 0)
		n1 false (test_time = 20.5737)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.021)
	variant   131/13428 = d(1501)         (7752 tests, cond 0)
		n1 false (test_time = 20.9035)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.296)
	variant   132/13428 = d(1502)         (7752 tests, cond 0)
		n1 false (test_time = 20.6617)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.815)
	variant   133/13428 = d(1590)         (7752 tests, cond 0)
		n1 false (test_time = 20.8487)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.318)
	variant   134/13428 = d(1591)         (7752 tests, cond 0)
		n1 false (test_time = 20.402)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.747)
	variant   135/13428 = d(1592)         (7752 tests, cond 0)
		n1 false (test_time = 21.1014)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.738)
	variant   136/13428 = d(1593)         (7752 tests, cond 0)
		n1 false (test_time = 20.377)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.545)
	variant   137/13428 = d(1594)         (7752 tests, cond 0)
		n1 false (test_time = 21.6505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.865)
	variant   138/13428 = d(1595)         (7752 tests, cond 0)
		n1 false (test_time = 20.7906)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.191)
	variant   139/13428 = d(1596)         (7752 tests, cond 0)
		n1 false (test_time = 20.779)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.379)
	variant   140/13428 = d(1597)         (7752 tests, cond 0)
		n1 false (test_time = 20.7211)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.734)
	variant   141/13428 = d(1598)         (7752 tests, cond 0)
		n1 false (test_time = 21.5191)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.462)
	variant   142/13428 = d(1599)         (7752 tests, cond 0)
		n1 false (test_time = 21.1958)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.28)
	variant   143/13428 = d(1600)         (7752 tests, cond 0)
		n1 false (test_time = 21.0202)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.694)
	variant   144/13428 = d(1601)         (7752 tests, cond 0)
		n1 false (test_time = 20.6785)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.517)
	variant   145/13428 = d(1602)         (7752 tests, cond 0)
		n1 false (test_time = 21.1351)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.586)
	variant   146/13428 = d(1603)         (7752 tests, cond 0)
		n1 false (test_time = 20.7559)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.112)
	variant   147/13428 = d(1604)         (7752 tests, cond 0)
		n1 false (test_time = 20.576)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.233)
	variant   148/13428 = d(1605)         (7752 tests, cond 0)
		n1 false (test_time = 20.927)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.253)
	variant   149/13428 = d(1606)         (7752 tests, cond 0)
		n1 false (test_time = 20.6648)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.442)
	variant   150/13428 = d(1607)         (7752 tests, cond 0)
		n1 false (test_time = 20.4829)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.301)
	variant   151/13428 = d(1608)         (7752 tests, cond 0)
		n1 false (test_time = 21.4882)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.719)
	variant   152/13428 = d(1609)         (7752 tests, cond 0)
		n1 false (test_time = 21.1978)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.484)
	variant   153/13428 = d(1610)         (7752 tests, cond 0)
		n1 false (test_time = 21.1483)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.707)
	variant   154/13428 = d(1611)         (7752 tests, cond 0)
		n1 false (test_time = 20.8493)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.042)
	variant   155/13428 = d(1612)         (7752 tests, cond 0)
		n1 false (test_time = 21.6224)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.582)
	variant   156/13428 = d(1613)         (7752 tests, cond 0)
		n1 false (test_time = 20.893)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.299)
	variant   157/13428 = d(1614)         (7752 tests, cond 0)
		n1 false (test_time = 20.7868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.389)
	variant   158/13428 = d(1615)         (7752 tests, cond 0)
		n1 false (test_time = 20.6565)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.348)
	variant   159/13428 = d(1616)         (7752 tests, cond 0)
		n1 false (test_time = 20.7247)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 130.827)
	variant   160/13428 = d(1617)         (7752 tests, cond 0)
		n1 false (test_time = 21.0419)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.249)
	variant   161/13428 = d(1618)         (7752 tests, cond 0)
		n1 false (test_time = 22.0003)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 130.453)
	variant   162/13428 = d(1619)         (7752 tests, cond 0)
		n1 false (test_time = 21.3615)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.826)
	variant   163/13428 = d(1620)         (7752 tests, cond 0)
		n1 false (test_time = 20.7873)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.332)
	variant   164/13428 = d(1621)         (7752 tests, cond 0)
		n1 false (test_time = 20.5471)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.519)
	variant   165/13428 = d(1622)         (7752 tests, cond 0)
		n1 false (test_time = 20.7131)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.11)
	variant   166/13428 = d(1623)         (7752 tests, cond 0)
		n1 false (test_time = 20.7001)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.971)
	variant   167/13428 = d(1624)         (7752 tests, cond 0)
		n1 false (test_time = 20.8364)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.268)
	variant   168/13428 = d(1625)         (7752 tests, cond 0)
		n1 false (test_time = 20.6117)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.975)
	variant   169/13428 = d(1626)         (7752 tests, cond 0)
		n1 false (test_time = 20.7387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.542)
	variant   170/13428 = d(1627)         (7752 tests, cond 0)
		n1 false (test_time = 20.1703)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.422)
	variant   171/13428 = d(1628)         (7752 tests, cond 0)
		n1 false (test_time = 20.7498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.741)
	variant   172/13428 = d(1629)         (7752 tests, cond 0)
		n1 false (test_time = 21.2699)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.743)
	variant   173/13428 = d(1630)         (7752 tests, cond 0)
		n1 false (test_time = 21.4822)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.125)
	variant   174/13428 = d(1631)         (7752 tests, cond 0)
		n1 false (test_time = 20.5885)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.542)
	variant   175/13428 = d(1632)         (7752 tests, cond 0)
		n1 false (test_time = 20.3147)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.679)
	variant   176/13428 = d(1633)         (7752 tests, cond 0)
		n1 false (test_time = 20.9148)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 130.149)
	variant   177/13428 = d(1634)         (7752 tests, cond 0)
		n1 false (test_time = 21.1506)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.95)
	variant   178/13428 = d(1635)         (7752 tests, cond 0)
		n1 false (test_time = 20.6817)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.579)
	variant   179/13428 = d(1636)         (7752 tests, cond 0)
		n1 false (test_time = 20.8789)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.626)
	variant   180/13428 = d(1637)         (7752 tests, cond 0)
		n1 false (test_time = 20.9055)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.452)
	variant   181/13428 = d(1638)         (7752 tests, cond 0)
		n1 false (test_time = 20.9821)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.987)
	variant   182/13428 = d(1639)         (7752 tests, cond 0)
		n1 false (test_time = 20.7731)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.831)
	variant   183/13428 = d(1640)         (7752 tests, cond 0)
		n1 false (test_time = 20.782)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.504)
	variant   184/13428 = d(1641)         (7752 tests, cond 0)
		n1 false (test_time = 20.7917)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.575)
	variant   185/13428 = d(1642)         (7752 tests, cond 0)
		n1 false (test_time = 20.6473)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.709)
	variant   186/13428 = d(1643)         (7752 tests, cond 0)
		n1 false (test_time = 21.9012)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.399)
	variant   187/13428 = d(1644)         (7752 tests, cond 0)
		n1 false (test_time = 20.7061)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.904)
	variant   188/13428 = d(1645)         (7752 tests, cond 0)
		n1 false (test_time = 21.2309)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.7)
	variant   189/13428 = d(1649)         (7752 tests, cond 0)
		n1 false (test_time = 20.8668)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.343)
	variant   190/13428 = d(1650)         (7752 tests, cond 0)
		n1 false (test_time = 20.9582)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.655)
	variant   191/13428 = d(1651)         (7752 tests, cond 0)
		n1 false (test_time = 20.6794)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.514)
	variant   192/13428 = d(1652)         (7752 tests, cond 0)
		n1 false (test_time = 20.9341)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.183)
	variant   193/13428 = d(1653)         (7752 tests, cond 0)
		n1 false (test_time = 20.7343)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.958)
	variant   194/13428 = d(1654)         (7752 tests, cond 0)
		n1 false (test_time = 20.9165)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.824)
	variant   195/13428 = d(1655)         (7752 tests, cond 0)
		n1 false (test_time = 20.6795)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.579)
	variant   196/13428 = d(1656)         (7752 tests, cond 0)
		n1 false (test_time = 20.6373)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.44)
	variant   197/13428 = d(1657)         (7752 tests, cond 0)
		n1 false (test_time = 21.0724)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.548)
	variant   198/13428 = d(1658)         (7752 tests, cond 0)
		n1 false (test_time = 21.1488)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.246)
	variant   199/13428 = d(1659)         (7752 tests, cond 0)
		n1 false (test_time = 20.678)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.292)
	variant   200/13428 = d(1684)         (7752 tests, cond 0)
		n1 false (test_time = 20.8246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.573)
	variant   201/13428 = d(1685)         (7752 tests, cond 0)
		n1 false (test_time = 20.97)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.28)
	variant   202/13428 = d(1688)         (7752 tests, cond 0)
		n1 false (test_time = 20.7378)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 130.118)
	variant   203/13428 = d(1691)         (7752 tests, cond 0)
		n1 false (test_time = 21.215)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.328)
	variant   204/13428 = d(1692)         (7752 tests, cond 0)
		n1 false (test_time = 21.4229)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.638)
	variant   205/13428 = d(1694)         (7752 tests, cond 0)
		n1 false (test_time = 21.3092)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.891)
	variant   206/13428 = d(1695)         (7752 tests, cond 0)
		n1 false (test_time = 21.7588)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.22)
	variant   207/13428 = d(1696)         (7752 tests, cond 0)
		n1 false (test_time = 21.0091)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.3)
	variant   208/13428 = d(1697)         (7752 tests, cond 0)
		n1 false (test_time = 22.3016)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.669)
	variant   209/13428 = d(1698)         (7752 tests, cond 0)
		n1 false (test_time = 21.1679)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.778)
	variant   210/13428 = d(1699)         (7752 tests, cond 0)
		n1 false (test_time = 22.0847)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.093)
	variant   211/13428 = d(1700)         (7752 tests, cond 0)
		n1 false (test_time = 21.6944)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.963)
	variant   212/13428 = d(1701)         (7752 tests, cond 0)
		n1 false (test_time = 21.7434)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.393)
	variant   213/13428 = d(1702)         (7752 tests, cond 0)
		n1 false (test_time = 21.1334)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.426)
	variant   214/13428 = d(1703)         (7752 tests, cond 0)
		n1 false (test_time = 21.4229)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.881)
	variant   215/13428 = d(2296)         (7752 tests, cond 0)
		n1 false (test_time = 21.7501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.803)
	variant   216/13428 = d(2297)         (7752 tests, cond 0)
		n1 false (test_time = 664.212)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.453)
	variant   217/13428 = d(2298)         (7752 tests, cond 0)
		n1 false (test_time = 664.195)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.487)
	variant   218/13428 = d(2299)         (7752 tests, cond 0)
		n1 false (test_time = 21.4065)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.118)
	variant   219/13428 = d(2300)         (7752 tests, cond 0)
		n1 false (test_time = 21.3106)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.964)
	variant   220/13428 = d(3026)         (7752 tests, cond 0)
		n1 false (test_time = 20.7992)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.336)
	variant   221/13428 = d(3027)         (7752 tests, cond 0)
		n1 false (test_time = 20.7274)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.616)
	variant   222/13428 = d(3029)         (7752 tests, cond 0)
		n1 false (test_time = 20.8455)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.542)
	variant   223/13428 = d(3030)         (7752 tests, cond 0)
		n1 false (test_time = 21.1394)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.849)
	variant   224/13428 = d(3031)         (7752 tests, cond 0)
		n1 false (test_time = 20.5907)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.161)
	variant   225/13428 = d(3032)         (7752 tests, cond 0)
		n1 false (test_time = 20.9707)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.303)
	variant   226/13428 = d(3033)         (7752 tests, cond 0)
		n1 false (test_time = 20.6579)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.84)
	variant   227/13428 = d(3034)         (7752 tests, cond 0)
		n1 false (test_time = 21.0708)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 130.023)
	variant   228/13428 = d(3035)         (7752 tests, cond 0)
		n1 false (test_time = 20.8239)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.882)
	variant   229/13428 = d(3036)         (7752 tests, cond 0)
		n1 false (test_time = 21.004)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.043)
	variant   230/13428 = d(3037)         (7752 tests, cond 0)
		n1 false (test_time = 20.8541)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.697)
	variant   231/13428 = d(3038)         (7752 tests, cond 0)
		n1 false (test_time = 20.9074)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.284)
	variant   232/13428 = d(3039)         (7752 tests, cond 0)
		n1 false (test_time = 20.9269)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.119)
	variant   233/13428 = d(3040)         (7752 tests, cond 0)
		n1 false (test_time = 20.8903)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.02)
	variant   234/13428 = d(3041)         (7752 tests, cond 0)
		n1 false (test_time = 20.7704)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.58)
	variant   235/13428 = d(3042)         (7752 tests, cond 0)
		n1 false (test_time = 20.8979)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.455)
	variant   236/13428 = d(3043)         (7752 tests, cond 0)
		n1 false (test_time = 21.1761)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.846)
	variant   237/13428 = d(3044)         (7752 tests, cond 0)
		n1 false (test_time = 20.5573)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.512)
	variant   238/13428 = d(3045)         (7752 tests, cond 0)
		n1 false (test_time = 20.4469)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.127)
	variant   239/13428 = d(3046)         (7752 tests, cond 0)
		n1 false (test_time = 20.9067)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.613)
	variant   240/13428 = d(3047)         (7752 tests, cond 0)
		n1 false (test_time = 21.0108)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.362)
	variant   241/13428 = d(3048)         (7752 tests, cond 0)
		n1 false (test_time = 20.6928)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.595)
	variant   242/13428 = d(3049)         (7752 tests, cond 0)
		n1 false (test_time = 20.8393)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.242)
	variant   243/13428 = d(3053)         (7752 tests, cond 0)
		n1 false (test_time = 21.5926)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.175)
	variant   244/13428 = d(3054)         (7752 tests, cond 0)
		n1 false (test_time = 20.6175)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.989)
	variant   245/13428 = d(3055)         (7752 tests, cond 0)
		n1 false (test_time = 21.1261)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.993)
	variant   246/13428 = d(3056)         (7752 tests, cond 0)
		n1 false (test_time = 20.9018)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.048)
	variant   247/13428 = d(3057)         (7752 tests, cond 0)
		n1 false (test_time = 20.6082)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.903)
	variant   248/13428 = d(3058)         (7752 tests, cond 0)
		n1 false (test_time = 20.8044)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.824)
	variant   249/13428 = d(3059)         (7752 tests, cond 0)
		n1 false (test_time = 21.0177)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.448)
	variant   250/13428 = d(3060)         (7752 tests, cond 0)
		n1 false (test_time = 20.8218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.56)
	variant   251/13428 = d(3061)         (7752 tests, cond 0)
		n1 false (test_time = 23.352)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.767)
	variant   252/13428 = d(3062)         (7752 tests, cond 0)
		n1 false (test_time = 20.4936)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.795)
	variant   253/13428 = d(3064)         (7752 tests, cond 0)
		n1 false (test_time = 24.9049)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.878)
	variant   254/13428 = d(3066)         (7752 tests, cond 0)
		n1 false (test_time = 21.0724)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.1)
	variant   255/13428 = d(3067)         (7752 tests, cond 0)
		n1 false (test_time = 20.9098)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.543)
	variant   256/13428 = d(3073)         (7752 tests, cond 0)
		n1 false (test_time = 20.6971)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.093)
	variant   257/13428 = d(3079)         (7752 tests, cond 0)
		n1 false (test_time = 21.1248)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.426)
	variant   258/13428 = d(3080)         (7752 tests, cond 0)
		n1 false (test_time = 20.7304)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.732)
	variant   259/13428 = d(3081)         (7752 tests, cond 0)
		n1 false (test_time = 21.2545)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.892)
	variant   260/13428 = d(3082)         (7752 tests, cond 0)
		n1 false (test_time = 20.9896)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.192)
	variant   261/13428 = d(3084)         (7752 tests, cond 0)
		n1 false (test_time = 21.1018)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.62)
	variant   262/13428 = d(3085)         (7752 tests, cond 0)
		n1 false (test_time = 20.6155)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.949)
	variant   263/13428 = d(3086)         (7752 tests, cond 0)
		n1 false (test_time = 20.8303)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.893)
	variant   264/13428 = d(3087)         (7752 tests, cond 0)
		n1 false (test_time = 20.7856)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.654)
	variant   265/13428 = d(3088)         (7752 tests, cond 0)
		n1 false (test_time = 20.6911)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.297)
	variant   266/13428 = d(3089)         (7752 tests, cond 0)
		n1 false (test_time = 80.5413)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.86)
	variant   267/13428 = d(3090)         (7752 tests, cond 0)
		n1 false (test_time = 20.4345)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.975)
	variant   268/13428 = d(3091)         (7752 tests, cond 0)
		n1 false (test_time = 20.4774)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.921)
	variant   269/13428 = d(3105)         (7752 tests, cond 0)
		n1 false (test_time = 20.5016)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.62)
	variant   270/13428 = d(3106)         (7752 tests, cond 0)
		n1 false (test_time = 20.9544)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.048)
	variant   271/13428 = d(3107)         (7752 tests, cond 0)
		n1 false (test_time = 20.4753)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.061)
	variant   272/13428 = d(3108)         (7752 tests, cond 0)
		n1 false (test_time = 20.6335)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.582)
	variant   273/13428 = d(3109)         (7752 tests, cond 0)
		n1 false (test_time = 20.3185)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.457)
	variant   274/13428 = d(3110)         (7752 tests, cond 0)
		n1 false (test_time = 21.3089)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.681)
	variant   275/13428 = d(3111)         (7752 tests, cond 0)
		n1 false (test_time = 20.7433)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.156)
	variant   276/13428 = d(3112)         (7752 tests, cond 0)
		n1 false (test_time = 20.6183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.94)
	variant   277/13428 = d(3113)         (7752 tests, cond 0)
		n1 false (test_time = 20.7964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.568)
	variant   278/13428 = d(3114)         (7752 tests, cond 0)
		n1 false (test_time = 20.9455)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.459)
	variant   279/13428 = d(3116)         (7752 tests, cond 0)
		n1 false (test_time = 21.2155)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.331)
	variant   280/13428 = d(3117)         (7752 tests, cond 0)
		n1 false (test_time = 20.8711)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.132)
	variant   281/13428 = d(3118)         (7752 tests, cond 0)
		n1 false (test_time = 21.1449)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.912)
	variant   282/13428 = d(3119)         (7752 tests, cond 0)
		n1 false (test_time = 21.5923)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.209)
	variant   283/13428 = d(3120)         (7752 tests, cond 0)
		n1 false (test_time = 21.4422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.748)
	variant   284/13428 = d(3121)         (7752 tests, cond 0)
		n1 false (test_time = 20.704)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.006)
	variant   285/13428 = d(3122)         (7752 tests, cond 0)
		n1 false (test_time = 20.7814)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.141)
	variant   286/13428 = d(3123)         (7752 tests, cond 0)
		n1 false (test_time = 20.6796)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.917)
	variant   287/13428 = d(3124)         (7752 tests, cond 0)
		n1 false (test_time = 21.0162)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.642)
	variant   288/13428 = d(3127)         (7752 tests, cond 0)
		n1 false (test_time = 20.9192)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.689)
	variant   289/13428 = d(3128)         (7752 tests, cond 0)
		n1 false (test_time = 20.8055)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.742)
	variant   290/13428 = d(3130)         (7752 tests, cond 0)
		n1 false (test_time = 20.5319)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.634)
	variant   291/13428 = d(3131)         (7752 tests, cond 0)
		n1 false (test_time = 80.8358)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.571)
	variant   292/13428 = d(3132)         (7752 tests, cond 0)
		n1 false (test_time = 21.1275)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.499)
	variant   293/13428 = d(3133)         (7752 tests, cond 0)
		n1 false (test_time = 20.7248)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.736)
	variant   294/13428 = d(3148)         (7752 tests, cond 0)
		n1 false (test_time = 20.4596)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.804)
	variant   295/13428 = d(3149)         (7752 tests, cond 0)
		n1 false (test_time = 20.8841)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.05)
	variant   296/13428 = d(3150)         (7752 tests, cond 0)
		n1 false (test_time = 80.9604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.135)
	variant   297/13428 = d(3151)         (7752 tests, cond 0)
		n1 false (test_time = 20.6946)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.027)
	variant   298/13428 = d(3152)         (7752 tests, cond 0)
		n1 false (test_time = 20.5497)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.108)
	variant   299/13428 = d(3153)         (7752 tests, cond 0)
		n1 false (test_time = 20.6848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.36)
	variant   300/13428 = d(3154)         (7752 tests, cond 0)
		n1 false (test_time = 20.8745)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.373)
	variant   301/13428 = d(3155)         (7752 tests, cond 0)
		n1 false (test_time = 21.1505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.006)
	variant   302/13428 = d(3156)         (7752 tests, cond 0)
		n1 false (test_time = 20.7462)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.892)
	variant   303/13428 = d(3157)         (7752 tests, cond 0)
		n1 false (test_time = 20.8908)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.024)
	variant   304/13428 = d(3159)         (7752 tests, cond 0)
		n1 false (test_time = 21.0944)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.642)
	variant   305/13428 = d(3160)         (7752 tests, cond 0)
		n1 false (test_time = 20.8448)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.129)
	variant   306/13428 = d(3161)         (7752 tests, cond 0)
		n1 false (test_time = 20.8241)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.266)
	variant   307/13428 = d(3162)         (7752 tests, cond 0)
		n1 false (test_time = 20.7902)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.809)
	variant   308/13428 = d(3163)         (7752 tests, cond 0)
		n1 false (test_time = 20.5768)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.576)
	variant   309/13428 = d(3164)         (7752 tests, cond 0)
		n1 false (test_time = 20.7653)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.916)
	variant   310/13428 = d(3165)         (7752 tests, cond 0)
		n1 false (test_time = 20.7513)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.379)
	variant   311/13428 = d(3166)         (7752 tests, cond 0)
		n1 false (test_time = 20.9233)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.042)
	variant   312/13428 = d(3167)         (7752 tests, cond 0)
		n1 false (test_time = 20.6471)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.538)
	variant   313/13428 = d(3171)         (7752 tests, cond 0)
		n1 false (test_time = 20.959)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.761)
	variant   314/13428 = d(3179)         (7752 tests, cond 0)
		n1 false (test_time = 20.7758)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.015)
	variant   315/13428 = d(3180)         (7752 tests, cond 0)
		n1 false (test_time = 21.0209)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.682)
	variant   316/13428 = d(3181)         (7752 tests, cond 0)
		n1 false (test_time = 20.4277)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.011)
	variant   317/13428 = d(3182)         (7752 tests, cond 0)
		n1 false (test_time = 20.5334)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.319)
	variant   318/13428 = d(3183)         (7752 tests, cond 0)
		n1 false (test_time = 20.7501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.47)
	variant   319/13428 = d(3184)         (7752 tests, cond 0)
		n1 false (test_time = 21.2233)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.968)
	variant   320/13428 = d(3185)         (7752 tests, cond 0)
		n1 false (test_time = 20.5458)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.207)
	variant   321/13428 = d(3186)         (7752 tests, cond 0)
		n1 false (test_time = 20.8796)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.558)
	variant   322/13428 = d(3187)         (7752 tests, cond 0)
		n1 false (test_time = 21.7919)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 130.491)
	variant   323/13428 = d(3189)         (7752 tests, cond 0)
		n1 false (test_time = 20.5216)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.613)
	variant   324/13428 = d(3190)         (7752 tests, cond 0)
		n1 false (test_time = 20.902)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.501)
	variant   325/13428 = d(3217)         (7752 tests, cond 0)
		n1 false (test_time = 20.7418)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.001)
	variant   326/13428 = d(3218)         (7752 tests, cond 0)
		n1 false (test_time = 20.7779)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.172)
	variant   327/13428 = d(3225)         (7752 tests, cond 0)
		n1 false (test_time = 20.7468)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.953)
	variant   328/13428 = d(3227)         (7752 tests, cond 0)
		n1 false (test_time = 20.9655)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.837)
	variant   329/13428 = d(3228)         (7752 tests, cond 0)
		n1 false (test_time = 20.9689)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.086)
	variant   330/13428 = d(3229)         (7752 tests, cond 0)
		n1 false (test_time = 20.5038)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.124)
	variant   331/13428 = d(3230)         (7752 tests, cond 0)
		n1 false (test_time = 21.1433)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.329)
	variant   332/13428 = d(3232)         (7752 tests, cond 0)
		n1 false (test_time = 21.0464)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.063)
	variant   333/13428 = d(3233)         (7752 tests, cond 0)
		n1 false (test_time = 20.8859)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.116)
	variant   334/13428 = d(3234)         (7752 tests, cond 0)
		n1 false (test_time = 20.7065)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.829)
	variant   335/13428 = d(3235)         (7752 tests, cond 0)
		n1 false (test_time = 20.9717)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.847)
	variant   336/13428 = d(3236)         (7752 tests, cond 0)
		n1 false (test_time = 21.112)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.937)
	variant   337/13428 = d(3238)         (7752 tests, cond 0)
		n1 false (test_time = 21.2255)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.088)
	variant   338/13428 = d(3239)         (7752 tests, cond 0)
		n1 false (test_time = 21.0279)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.509)
	variant   339/13428 = d(3240)         (7752 tests, cond 0)
		n1 false (test_time = 21.1819)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.155)
	variant   340/13428 = d(3241)         (7752 tests, cond 0)
		n1 false (test_time = 0.301117)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.421)
	variant   341/13428 = d(3242)         (7752 tests, cond 0)
		n1 false (test_time = 20.8028)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.607)
	variant   342/13428 = d(3247)         (7752 tests, cond 0)
		n1 false (test_time = 21.2013)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.136)
	variant   343/13428 = d(3249)         (7752 tests, cond 0)
		n1 false (test_time = 0.267987)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.993)
	variant   344/13428 = d(3250)         (7752 tests, cond 0)
		n1 false (test_time = 21.2587)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.975)
	variant   345/13428 = d(3251)         (7752 tests, cond 0)
		n1 false (test_time = 20.9877)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.263)
	variant   346/13428 = d(3252)         (7752 tests, cond 0)
		n1 false (test_time = 21.0257)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.337)
	variant   347/13428 = d(3254)         (7752 tests, cond 0)
		n1 false (test_time = 21.4803)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.244)
	variant   348/13428 = d(3255)         (7752 tests, cond 0)
		n1 false (test_time = 21.3685)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.808)
	variant   349/13428 = d(3256)         (7752 tests, cond 0)
		n1 false (test_time = 21.1496)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.752)
	variant   350/13428 = d(3257)         (7752 tests, cond 0)
		n1 false (test_time = 21.1117)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 130.033)
	variant   351/13428 = d(3258)         (7752 tests, cond 0)
		n1 false (test_time = 21.2665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.521)
	variant   352/13428 = d(3259)         (7752 tests, cond 0)
		n1 false (test_time = 21.2937)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.348)
	variant   353/13428 = d(3261)         (7752 tests, cond 0)
		n1 false (test_time = 21.724)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.102)
	variant   354/13428 = d(3262)         (7752 tests, cond 0)
		n1 false (test_time = 21.2394)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.533)
	variant   355/13428 = d(3264)         (7752 tests, cond 0)
		n1 false (test_time = 0.318708)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.766)
	variant   356/13428 = d(3265)         (7752 tests, cond 0)
		n1 false (test_time = 21.0342)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.373)
	variant   357/13428 = d(3269)         (7752 tests, cond 0)
		n1 false (test_time = 20.9981)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 130.154)
	variant   358/13428 = d(3271)         (7752 tests, cond 0)
		n1 false (test_time = 21.4482)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.158)
	variant   359/13428 = d(3272)         (7752 tests, cond 0)
		n1 false (test_time = 21.3496)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.683)
	variant   360/13428 = d(3273)         (7752 tests, cond 0)
		n1 false (test_time = 20.9101)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.589)
	variant   361/13428 = d(3275)         (7752 tests, cond 0)
		n1 false (test_time = 0.207743)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.939)
	variant   362/13428 = d(3276)         (7752 tests, cond 0)
		n1 false (test_time = 20.9135)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.314)
	variant   363/13428 = d(3277)         (7752 tests, cond 0)
		n1 false (test_time = 81.0901)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.247)
	variant   364/13428 = d(3278)         (7752 tests, cond 0)
		n1 false (test_time = 21.1129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.948)
	variant   365/13428 = d(3279)         (7752 tests, cond 0)
		n1 false (test_time = 20.676)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.115)
	variant   366/13428 = d(3280)         (7752 tests, cond 0)
		n1 false (test_time = 20.8653)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.566)
	variant   367/13428 = d(3282)         (7752 tests, cond 0)
		n1 false (test_time = 20.9176)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.012)
	variant   368/13428 = d(3283)         (7752 tests, cond 0)
		n1 false (test_time = 20.6915)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.375)
	variant   369/13428 = d(3302)         (7752 tests, cond 0)
		n1 false (test_time = 20.8638)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.212)
	variant   370/13428 = d(3305)         (7752 tests, cond 0)
		n1 false (test_time = 21.0091)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.521)
	variant   371/13428 = d(3306)         (7752 tests, cond 0)
		n1 false (test_time = 20.8865)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.934)
	variant   372/13428 = d(3307)         (7752 tests, cond 0)
		n1 false (test_time = 20.5809)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.439)
	variant   373/13428 = d(3308)         (7752 tests, cond 0)
		n1 false (test_time = 21.2429)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.553)
	variant   374/13428 = d(3310)         (7752 tests, cond 0)
		n1 false (test_time = 21.2084)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.779)
	variant   375/13428 = d(3312)         (7752 tests, cond 0)
		n1 false (test_time = 20.8062)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.51)
	variant   376/13428 = d(3313)         (7752 tests, cond 0)
		n1 false (test_time = 21.2175)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.29)
	variant   377/13428 = d(3317)         (7752 tests, cond 0)
		n1 false (test_time = 81.3111)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.155)
	variant   378/13428 = d(3329)         (7752 tests, cond 0)
		n1 false (test_time = 0.243573)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.3)
	variant   379/13428 = d(3332)         (7752 tests, cond 0)
		n1 false (test_time = 21.0057)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.424)
	variant   380/13428 = d(3333)         (7752 tests, cond 0)
		n1 false (test_time = 20.8443)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.319)
	variant   381/13428 = d(3334)         (7752 tests, cond 0)
		n1 false (test_time = 20.8762)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.069)
	variant   382/13428 = d(3335)         (7752 tests, cond 0)
		n1 false (test_time = 20.737)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.076)
	variant   383/13428 = d(3338)         (7752 tests, cond 0)
		n1 false (test_time = 20.7322)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.483)
	variant   384/13428 = d(3339)         (7752 tests, cond 0)
		n1 false (test_time = 20.8622)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.864)
	variant   385/13428 = d(3346)         (7752 tests, cond 0)
		n1 false (test_time = 21.0466)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.603)
	variant   386/13428 = d(3348)         (7752 tests, cond 0)
		n1 false (test_time = 20.5785)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.083)
	variant   387/13428 = d(3349)         (7752 tests, cond 0)
		n1 false (test_time = 21.0027)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.491)
	variant   388/13428 = d(3350)         (7752 tests, cond 0)
		n1 false (test_time = 21.4404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.843)
	variant   389/13428 = d(3351)         (7752 tests, cond 0)
		n1 false (test_time = 20.9814)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.017)
	variant   390/13428 = d(3353)         (7752 tests, cond 0)
		n1 false (test_time = 20.9807)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.295)
	variant   391/13428 = d(3354)         (7752 tests, cond 0)
		n1 false (test_time = 21.2204)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.444)
	variant   392/13428 = d(3355)         (7752 tests, cond 0)
		n1 false (test_time = 20.9443)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.143)
	variant   393/13428 = d(3356)         (7752 tests, cond 0)
		n1 false (test_time = 20.6586)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.985)
	variant   394/13428 = d(3358)         (7752 tests, cond 0)
		n1 false (test_time = 20.7531)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.091)
	variant   395/13428 = d(3359)         (7752 tests, cond 0)
		n1 false (test_time = 20.6688)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.548)
	variant   396/13428 = d(3360)         (7752 tests, cond 0)
		n1 false (test_time = 20.828)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.136)
	variant   397/13428 = d(3361)         (7752 tests, cond 0)
		n1 false (test_time = 20.9904)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.055)
	variant   398/13428 = d(3362)         (7752 tests, cond 0)
		n1 false (test_time = 0.130413)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.471)
	variant   399/13428 = d(3363)         (7752 tests, cond 0)
		n1 false (test_time = 21.2587)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.369)
	variant   400/13428 = d(3368)         (7752 tests, cond 0)
		n1 false (test_time = 0.331302)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.821)
	variant   401/13428 = d(3369)         (7752 tests, cond 0)
		n1 false (test_time = 20.7527)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.759)
	variant   402/13428 = d(3370)         (7752 tests, cond 0)
		n1 false (test_time = 21.0613)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.901)
	variant   403/13428 = d(3371)         (7752 tests, cond 0)
		n1 false (test_time = 20.8108)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.014)
	variant   404/13428 = d(3373)         (7752 tests, cond 0)
		n1 false (test_time = 20.7116)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.394)
	variant   405/13428 = d(3374)         (7752 tests, cond 0)
		n1 false (test_time = 20.7133)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.958)
	variant   406/13428 = d(3375)         (7752 tests, cond 0)
		n1 false (test_time = 20.6651)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.89)
	variant   407/13428 = d(3376)         (7752 tests, cond 0)
		n1 false (test_time = 21.0546)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.468)
	variant   408/13428 = d(3378)         (7752 tests, cond 0)
		n1 false (test_time = 20.8582)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.153)
	variant   409/13428 = d(3379)         (7752 tests, cond 0)
		n1 false (test_time = 20.5981)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.839)
	variant   410/13428 = d(3380)         (7752 tests, cond 0)
		n1 false (test_time = 21.3191)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.96)
	variant   411/13428 = d(3382)         (7752 tests, cond 0)
		n1 false (test_time = 21.9604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.541)
	variant   412/13428 = d(3383)         (7752 tests, cond 0)
		n1 false (test_time = 21.4581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.576)
	variant   413/13428 = d(3385)         (7752 tests, cond 0)
		n1 false (test_time = 0.135141)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.173)
	variant   414/13428 = d(3386)         (7752 tests, cond 0)
		n1 false (test_time = 20.5506)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.685)
	variant   415/13428 = d(3390)         (7752 tests, cond 0)
		n1 false (test_time = 21.2298)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.183)
	variant   416/13428 = d(3391)         (7752 tests, cond 0)
		n1 false (test_time = 20.8584)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.306)
	variant   417/13428 = d(3392)         (7752 tests, cond 0)
		n1 false (test_time = 20.761)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.598)
	variant   418/13428 = d(3394)         (7752 tests, cond 0)
		n1 false (test_time = 0.256098)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.378)
	variant   419/13428 = d(3395)         (7752 tests, cond 0)
		n1 false (test_time = 22.6195)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.75)
	variant   420/13428 = d(3396)         (7752 tests, cond 0)
		n1 false (test_time = 80.4479)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.388)
	variant   421/13428 = d(3397)         (7752 tests, cond 0)
		n1 false (test_time = 20.9329)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.217)
	variant   422/13428 = d(3398)         (7752 tests, cond 0)
		n1 false (test_time = 21.0675)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.218)
	variant   423/13428 = d(3399)         (7752 tests, cond 0)
		n1 false (test_time = 21.877)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.487)
	variant   424/13428 = d(3401)         (7752 tests, cond 0)
		n1 false (test_time = 20.6667)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.511)
	variant   425/13428 = d(3402)         (7752 tests, cond 0)
		n1 false (test_time = 21.3075)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.961)
	variant   426/13428 = d(3419)         (7752 tests, cond 0)
		n1 false (test_time = 21.1174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.42)
	variant   427/13428 = d(3422)         (7752 tests, cond 0)
		n1 false (test_time = 21.1298)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.377)
	variant   428/13428 = d(3423)         (7752 tests, cond 0)
		n1 false (test_time = 20.5374)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.87)
	variant   429/13428 = d(3424)         (7752 tests, cond 0)
		n1 false (test_time = 20.4557)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.003)
	variant   430/13428 = d(3425)         (7752 tests, cond 0)
		n1 false (test_time = 20.7326)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.436)
	variant   431/13428 = d(3427)         (7752 tests, cond 0)
		n1 false (test_time = 21.3348)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.773)
	variant   432/13428 = d(3429)         (7752 tests, cond 0)
		n1 false (test_time = 0.134962)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.865)
	variant   433/13428 = d(3430)         (7752 tests, cond 0)
		n1 false (test_time = 20.7785)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.241)
	variant   434/13428 = d(3431)         (7752 tests, cond 0)
		n1 false (test_time = 21.1899)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.765)
	variant   435/13428 = d(3432)         (7752 tests, cond 0)
		n1 false (test_time = 21.0138)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.675)
	variant   436/13428 = d(3433)         (7752 tests, cond 0)
		n1 false (test_time = 21.1149)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.183)
	variant   437/13428 = d(3434)         (7752 tests, cond 0)
		n1 false (test_time = 20.7899)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.689)
	variant   438/13428 = d(3435)         (7752 tests, cond 0)
		n1 false (test_time = 20.7652)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.222)
	variant   439/13428 = d(3436)         (7752 tests, cond 0)
		n1 false (test_time = 20.7357)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.761)
	variant   440/13428 = d(3437)         (7752 tests, cond 0)
		n1 false (test_time = 20.9267)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.928)
	variant   441/13428 = d(3438)         (7752 tests, cond 0)
		n1 false (test_time = 21.1341)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.478)
	variant   442/13428 = d(3440)         (7752 tests, cond 0)
		n1 false (test_time = 20.9217)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.88)
	variant   443/13428 = d(3441)         (7752 tests, cond 0)
		n1 false (test_time = 20.9077)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.31)
	variant   444/13428 = d(3444)         (7752 tests, cond 0)
		n1 false (test_time = 20.951)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.128)
	variant   445/13428 = d(3445)         (7752 tests, cond 0)
		n1 false (test_time = 0.146408)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.438)
	variant   446/13428 = d(3446)         (7752 tests, cond 0)
		n1 false (test_time = 20.5642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.74)
	variant   447/13428 = d(3447)         (7752 tests, cond 0)
		n1 false (test_time = 21.3127)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.198)
	variant   448/13428 = d(3448)         (7752 tests, cond 0)
		n1 false (test_time = 20.6976)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.475)
	variant   449/13428 = d(3449)         (7752 tests, cond 0)
		n1 false (test_time = 20.8739)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.653)
	variant   450/13428 = d(3450)         (7752 tests, cond 0)
		n1 false (test_time = 20.9505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.093)
	variant   451/13428 = d(3451)         (7752 tests, cond 0)
		n1 false (test_time = 20.7563)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.836)
	variant   452/13428 = d(3505)         (7752 tests, cond 0)
		n1 false (test_time = 0.136678)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.523)
	variant   453/13428 = d(3508)         (7752 tests, cond 0)
		n1 false (test_time = 20.5271)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.032)
	variant   454/13428 = d(3509)         (7752 tests, cond 0)
		n1 false (test_time = 20.7156)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.842)
	variant   455/13428 = d(3510)         (7752 tests, cond 0)
		n1 false (test_time = 21.0221)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.429)
	variant   456/13428 = d(3512)         (7752 tests, cond 0)
		n1 false (test_time = 20.6345)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.457)
	variant   457/13428 = d(3513)         (7752 tests, cond 0)
		n1 false (test_time = 20.767)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.275)
	variant   458/13428 = d(3514)         (7752 tests, cond 0)
		n1 false (test_time = 22.6895)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.018)
	variant   459/13428 = d(3550)         (7752 tests, cond 0)
		n1 false (test_time = 20.8051)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.851)
	variant   460/13428 = d(3552)         (7752 tests, cond 0)
		n1 false (test_time = 21.0276)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.175)
	variant   461/13428 = d(3553)         (7752 tests, cond 0)
		n1 false (test_time = 20.6511)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.114)
	variant   462/13428 = d(3555)         (7752 tests, cond 0)
		n1 false (test_time = 20.9517)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.198)
	variant   463/13428 = d(3556)         (7752 tests, cond 0)
		n1 false (test_time = 20.7609)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.698)
	variant   464/13428 = d(3557)         (7752 tests, cond 0)
		n1 false (test_time = 0.134468)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.63)
	variant   465/13428 = d(3558)         (7752 tests, cond 0)
		n1 false (test_time = 21.0253)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.601)
	variant   466/13428 = d(3559)         (7752 tests, cond 0)
		n1 false (test_time = 21.1119)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.569)
	variant   467/13428 = d(3560)         (7752 tests, cond 0)
		n1 false (test_time = 21.5729)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.858)
	variant   468/13428 = d(3561)         (7752 tests, cond 0)
		n1 false (test_time = 20.9761)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.951)
	variant   469/13428 = d(3562)         (7752 tests, cond 0)
		n1 false (test_time = 20.6437)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.321)
	variant   470/13428 = d(3563)         (7752 tests, cond 0)
		n1 false (test_time = 20.9361)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.662)
	variant   471/13428 = d(3564)         (7752 tests, cond 0)
		n1 false (test_time = 0.30389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.244)
	variant   472/13428 = d(3565)         (7752 tests, cond 0)
		n1 false (test_time = 20.5616)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.645)
	variant   473/13428 = d(3566)         (7752 tests, cond 0)
		n1 false (test_time = 80.9246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.099)
	variant   474/13428 = d(3567)         (7752 tests, cond 0)
		n1 false (test_time = 20.7417)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.673)
	variant   475/13428 = d(3568)         (7752 tests, cond 0)
		n1 false (test_time = 20.5258)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.498)
	variant   476/13428 = d(3569)         (7752 tests, cond 0)
		n1 false (test_time = 21.0453)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.797)
	variant   477/13428 = d(3640)         (7752 tests, cond 0)
		n1 false (test_time = 20.715)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.904)
	variant   478/13428 = d(3641)         (7752 tests, cond 0)
		n1 false (test_time = 20.7067)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.307)
	variant   479/13428 = d(3642)         (7752 tests, cond 0)
		n1 false (test_time = 20.9577)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.92)
	variant   480/13428 = d(3689)         (7752 tests, cond 0)
		n1 false (test_time = 20.6249)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.835)
	variant   481/13428 = d(3690)         (7752 tests, cond 0)
		n1 false (test_time = 20.8501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.884)
	variant   482/13428 = d(3691)         (7752 tests, cond 0)
		n1 false (test_time = 20.6422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.357)
	variant   483/13428 = d(3693)         (7752 tests, cond 0)
		n1 false (test_time = 21.1212)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.811)
	variant   484/13428 = d(3694)         (7752 tests, cond 0)
		n1 false (test_time = 20.617)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.143)
	variant   485/13428 = d(3695)         (7752 tests, cond 0)
		n1 false (test_time = 0.145895)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.158)
	variant   486/13428 = d(3696)         (7752 tests, cond 0)
		n1 false (test_time = 21.0227)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.86)
	variant   487/13428 = d(3697)         (7752 tests, cond 0)
		n1 false (test_time = 20.8484)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.86)
	variant   488/13428 = d(3698)         (7752 tests, cond 0)
		n1 false (test_time = 20.5184)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.749)
	variant   489/13428 = d(3699)         (7752 tests, cond 0)
		n1 false (test_time = 20.9263)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.711)
	variant   490/13428 = d(3700)         (7752 tests, cond 0)
		n1 false (test_time = 21.1268)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.057)
	variant   491/13428 = d(3701)         (7752 tests, cond 0)
		n1 false (test_time = 21.7055)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.085)
	variant   492/13428 = d(3702)         (7752 tests, cond 0)
		n1 false (test_time = 20.4807)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.985)
	variant   493/13428 = d(3704)         (7752 tests, cond 0)
		n1 false (test_time = 20.7399)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.395)
	variant   494/13428 = d(3705)         (7752 tests, cond 0)
		n1 false (test_time = 20.8947)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.465)
	variant   495/13428 = d(3706)         (7752 tests, cond 0)
		n1 false (test_time = 21.0236)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.506)
	variant   496/13428 = d(3707)         (7752 tests, cond 0)
		n1 false (test_time = 0.138065)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.539)
	variant   497/13428 = d(3708)         (7752 tests, cond 0)
		n1 false (test_time = 20.676)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.596)
	variant   498/13428 = d(3709)         (7752 tests, cond 0)
		n1 false (test_time = 21.4258)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.912)
	variant   499/13428 = d(3710)         (7752 tests, cond 0)
		n1 false (test_time = 20.8985)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.343)
	variant   500/13428 = d(3711)         (7752 tests, cond 0)
		n1 false (test_time = 20.661)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.315)
	variant   501/13428 = d(3712)         (7752 tests, cond 0)
		n1 false (test_time = 20.9536)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.235)
	variant   502/13428 = d(3713)         (7752 tests, cond 0)
		n1 false (test_time = 21.1951)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.461)
	variant   503/13428 = d(3715)         (7752 tests, cond 0)
		n1 false (test_time = 21.4664)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.432)
	variant   504/13428 = d(3732)         (7752 tests, cond 0)
		n1 false (test_time = 0.138505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.391)
	variant   505/13428 = d(3752)         (7752 tests, cond 0)
		n1 false (test_time = 0.145225)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.131)
	variant   506/13428 = d(3757)         (7752 tests, cond 0)
		n1 false (test_time = 0.27573)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.044)
	variant   507/13428 = d(3761)         (7752 tests, cond 0)
		n1 false (test_time = 20.813)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.904)
	variant   508/13428 = d(3762)         (7752 tests, cond 0)
		n1 false (test_time = 20.7053)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.158)
	variant   509/13428 = d(3763)         (7752 tests, cond 0)
		n1 false (test_time = 20.6988)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.463)
	variant   510/13428 = d(3764)         (7752 tests, cond 0)
		n1 false (test_time = 21.2179)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.786)
	variant   511/13428 = d(3765)         (7752 tests, cond 0)
		n1 false (test_time = 21.0732)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.654)
	variant   512/13428 = d(3766)         (7752 tests, cond 0)
		n1 false (test_time = 20.5124)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.963)
	variant   513/13428 = d(3767)         (7752 tests, cond 0)
		n1 false (test_time = 20.5934)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.587)
	variant   514/13428 = d(3768)         (7752 tests, cond 0)
		n1 false (test_time = 20.7572)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.526)
	variant   515/13428 = d(3769)         (7752 tests, cond 0)
		n1 false (test_time = 21.2131)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.182)
	variant   516/13428 = d(3770)         (7752 tests, cond 0)
		n1 false (test_time = 20.5914)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.83)
	variant   517/13428 = d(3771)         (7752 tests, cond 0)
		n1 false (test_time = 20.848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.831)
	variant   518/13428 = d(3772)         (7752 tests, cond 0)
		n1 false (test_time = 20.5895)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.231)
	variant   519/13428 = d(3773)         (7752 tests, cond 0)
		n1 false (test_time = 21.0913)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.793)
	variant   520/13428 = d(3774)         (7752 tests, cond 0)
		n1 false (test_time = 20.6581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.513)
	variant   521/13428 = d(3775)         (7752 tests, cond 0)
		n1 false (test_time = 20.6151)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.116)
	variant   522/13428 = d(3776)         (7752 tests, cond 0)
		n1 false (test_time = 21.4834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.081)
	variant   523/13428 = d(3777)         (7752 tests, cond 0)
		n1 false (test_time = 20.5346)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.321)
	variant   524/13428 = d(3778)         (7752 tests, cond 0)
		n1 false (test_time = 20.6861)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.947)
	variant   525/13428 = d(3779)         (7752 tests, cond 0)
		n1 false (test_time = 21.324)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.134)
	variant   526/13428 = d(3780)         (7752 tests, cond 0)
		n1 false (test_time = 21.2636)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.408)
	variant   527/13428 = d(3781)         (7752 tests, cond 0)
		n1 false (test_time = 20.7796)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.435)
	variant   528/13428 = d(3782)         (7752 tests, cond 0)
		n1 false (test_time = 21.4476)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.469)
	variant   529/13428 = d(3783)         (7752 tests, cond 0)
		n1 false (test_time = 20.8194)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.615)
	variant   530/13428 = d(3784)         (7752 tests, cond 0)
		n1 false (test_time = 20.6899)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.73)
	variant   531/13428 = d(3785)         (7752 tests, cond 0)
		n1 false (test_time = 21.0236)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.157)
	variant   532/13428 = d(4344)         (7752 tests, cond 0)
		n1 false (test_time = 20.7979)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.894)
	variant   533/13428 = d(4345)         (7752 tests, cond 0)
		n1 false (test_time = 22.1711)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.47)
	variant   534/13428 = d(4348)         (7752 tests, cond 0)
		n1 false (test_time = 21.3439)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.359)
	variant   535/13428 = d(5275)         (7752 tests, cond 0)
		n1 false (test_time = 24.065)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.94)
	variant   536/13428 = d(5277)         (7752 tests, cond 0)
		n1 false (test_time = 20.8093)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.454)
	variant   537/13428 = d(5278)         (7752 tests, cond 0)
		n1 false (test_time = 20.8932)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.93)
	variant   538/13428 = d(5279)         (7752 tests, cond 0)
		n1 false (test_time = 20.722)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.17)
	variant   539/13428 = d(5287)         (7752 tests, cond 0)
		n1 false (test_time = 21.6097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.909)
	variant   540/13428 = d(5288)         (7752 tests, cond 0)
		n1 false (test_time = 20.8481)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.664)
	variant   541/13428 = d(5298)         (7752 tests, cond 0)
		n1 false (test_time = 20.8011)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.501)
	variant   542/13428 = d(5299)         (7752 tests, cond 0)
		n1 false (test_time = 20.9218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.352)
	variant   543/13428 = d(5300)         (7752 tests, cond 0)
		n1 false (test_time = 20.7041)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.076)
	variant   544/13428 = d(5301)         (7752 tests, cond 0)
		n1 false (test_time = 20.7458)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.02)
	variant   545/13428 = d(5303)         (7752 tests, cond 0)
		n1 false (test_time = 20.5961)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.87)
	variant   546/13428 = d(5304)         (7752 tests, cond 0)
		n1 false (test_time = 20.9854)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.601)
	variant   547/13428 = d(5305)         (7752 tests, cond 0)
		n1 false (test_time = 20.8015)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.486)
	variant   548/13428 = d(5306)         (7752 tests, cond 0)
		n1 false (test_time = 20.7471)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.795)
	variant   549/13428 = d(5307)         (7752 tests, cond 0)
		n1 false (test_time = 20.9139)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.108)
	variant   550/13428 = d(5308)         (7752 tests, cond 0)
		n1 false (test_time = 21.1205)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.705)
	variant   551/13428 = d(5310)         (7752 tests, cond 0)
		n1 false (test_time = 21.1744)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.21)
	variant   552/13428 = d(5311)         (7752 tests, cond 0)
		n1 false (test_time = 20.7373)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.183)
	variant   553/13428 = d(5312)         (7752 tests, cond 0)
		n1 false (test_time = 20.6888)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.573)
	variant   554/13428 = d(5313)         (7752 tests, cond 0)
		n1 false (test_time = 21.5132)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.887)
	variant   555/13428 = d(5314)         (7752 tests, cond 0)
		n1 false (test_time = 21.0453)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.113)
	variant   556/13428 = d(5348)         (7752 tests, cond 0)
		n1 false (test_time = 20.7469)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.12)
	variant   557/13428 = d(5349)         (7752 tests, cond 0)
		n1 false (test_time = 21.2318)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.416)
	variant   558/13428 = d(5350)         (7752 tests, cond 0)
		n1 false (test_time = 21.2553)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.854)
	variant   559/13428 = d(5351)         (7752 tests, cond 0)
		n1 false (test_time = 20.9997)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.968)
	variant   560/13428 = d(5352)         (7752 tests, cond 0)
		n1 false (test_time = 21.1206)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.853)
	variant   561/13428 = d(5353)         (7752 tests, cond 0)
		n1 false (test_time = 21.493)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.611)
	variant   562/13428 = d(5354)         (7752 tests, cond 0)
		n1 false (test_time = 20.8774)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.721)
	variant   563/13428 = d(5355)         (7752 tests, cond 0)
		n1 false (test_time = 20.933)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.016)
	variant   564/13428 = d(5562)         (7752 tests, cond 0)
		n1 false (test_time = 20.6904)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.501)
	variant   565/13428 = d(5565)         (7752 tests, cond 0)
		n1 false (test_time = 20.6561)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.643)
	variant   566/13428 = d(5566)         (7752 tests, cond 0)
		n1 false (test_time = 21.1294)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.77)
	variant   567/13428 = d(5567)         (7752 tests, cond 0)
		n1 false (test_time = 20.7326)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.606)
	variant   568/13428 = d(5568)         (7752 tests, cond 0)
		n1 false (test_time = 21.1019)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.809)
	variant   569/13428 = d(5569)         (7752 tests, cond 0)
		n1 false (test_time = 20.9701)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.962)
	variant   570/13428 = d(5604)         (7752 tests, cond 0)
		n1 false (test_time = 20.6985)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.398)
	variant   571/13428 = d(5605)         (7752 tests, cond 0)
		n1 false (test_time = 20.8755)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.885)
	variant   572/13428 = d(5606)         (7752 tests, cond 0)
		n1 false (test_time = 20.6433)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.377)
	variant   573/13428 = d(5607)         (7752 tests, cond 0)
		n1 false (test_time = 21.0441)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.726)
	variant   574/13428 = d(5608)         (7752 tests, cond 0)
		n1 false (test_time = 21.5884)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.469)
	variant   575/13428 = d(5609)         (7752 tests, cond 0)
		n1 false (test_time = 21.1453)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.451)
	variant   576/13428 = d(5610)         (7752 tests, cond 0)
		n1 false (test_time = 21.5791)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.922)
	variant   577/13428 = d(5611)         (7752 tests, cond 0)
		n1 false (test_time = 20.7542)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.127)
	variant   578/13428 = d(5612)         (7752 tests, cond 0)
		n1 false (test_time = 21.0302)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.819)
	variant   579/13428 = d(5614)         (7752 tests, cond 0)
		n1 false (test_time = 20.7113)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.993)
	variant   580/13428 = d(5615)         (7752 tests, cond 0)
		n1 false (test_time = 20.7496)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.853)
	variant   581/13428 = d(5616)         (7752 tests, cond 0)
		n1 false (test_time = 20.7955)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.561)
	variant   582/13428 = d(5617)         (7752 tests, cond 0)
		n1 false (test_time = 21.1209)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.982)
	variant   583/13428 = d(5618)         (7752 tests, cond 0)
		n1 false (test_time = 21.719)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.677)
	variant   584/13428 = d(5699)         (7752 tests, cond 0)
		n1 false (test_time = 20.8988)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.911)
	variant   585/13428 = d(5700)         (7752 tests, cond 0)
		n1 false (test_time = 21.3027)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.987)
	variant   586/13428 = d(5701)         (7752 tests, cond 0)
		n1 false (test_time = 20.7817)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.483)
	variant   587/13428 = d(5702)         (7752 tests, cond 0)
		n1 false (test_time = 20.8664)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.027)
	variant   588/13428 = d(5703)         (7752 tests, cond 0)
		n1 false (test_time = 20.8121)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.508)
	variant   589/13428 = d(5704)         (7752 tests, cond 0)
		n1 false (test_time = 20.4897)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.12)
	variant   590/13428 = d(5705)         (7752 tests, cond 0)
		n1 false (test_time = 21.0046)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.733)
	variant   591/13428 = d(5706)         (7752 tests, cond 0)
		n1 false (test_time = 20.7262)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.765)
	variant   592/13428 = d(5707)         (7752 tests, cond 0)
		n1 false (test_time = 20.498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.04)
	variant   593/13428 = d(5708)         (7752 tests, cond 0)
		n1 false (test_time = 23.3937)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.949)
	variant   594/13428 = d(5709)         (7752 tests, cond 0)
		n1 false (test_time = 20.8013)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.487)
	variant   595/13428 = d(6460)         (7752 tests, cond 0)
		n1 false (test_time = 21.4419)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.798)
	variant   596/13428 = d(6481)         (7752 tests, cond 0)
		n1 false (test_time = 20.7708)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.679)
	variant   597/13428 = d(6483)         (7752 tests, cond 0)
		n1 false (test_time = 20.6832)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.662)
	variant   598/13428 = d(6484)         (7752 tests, cond 0)
		n1 false (test_time = 21.3021)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.031)
	variant   599/13428 = d(6485)         (7752 tests, cond 0)
		n1 false (test_time = 21.0142)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.036)
	variant   600/13428 = d(6486)         (7752 tests, cond 0)
		n1 false (test_time = 20.9283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.801)
	variant   601/13428 = a(6485,6486)    (7752 tests, cond 0)
		n1 false (test_time = 21.6293)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.787)
	variant   602/13428 = a(6485,6485)    (7752 tests, cond 0)
		n1 false (test_time = 21.1028)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.792)
	variant   603/13428 = a(6485,6484)    (7752 tests, cond 0)
		n1 false (test_time = 20.8476)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.971)
	variant   604/13428 = a(6485,6481)    (7752 tests, cond 0)
		n1 false (test_time = 21.0164)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.05)
	variant   605/13428 = a(6485,6480)    (7752 tests, cond 0)
		n1 false (test_time = 20.594)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.201)
	variant   606/13428 = a(6485,6479)    (7752 tests, cond 0)
		n1 false (test_time = 21.1201)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.338)
	variant   607/13428 = a(6485,6477)    (7752 tests, cond 0)
		n1 false (test_time = 21.1984)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.631)
	variant   608/13428 = a(6485,6476)    (7752 tests, cond 0)
		n1 false (test_time = 20.742)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.32)
	variant   609/13428 = a(6485,6475)    (7752 tests, cond 0)
		n1 false (test_time = 21.2507)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.841)
	variant   610/13428 = a(6485,6474)    (7752 tests, cond 0)
		n1 false (test_time = 21.8568)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.411)
	variant   611/13428 = a(6485,6473)    (7752 tests, cond 0)
		n1 false (test_time = 21.3424)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.918)
	variant   612/13428 = a(6485,6471)    (7752 tests, cond 0)
		n1 false (test_time = 20.7092)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.845)
	variant   613/13428 = a(6485,6470)    (7752 tests, cond 0)
		n1 false (test_time = 20.6021)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.314)
	variant   614/13428 = a(6485,6469)    (7752 tests, cond 0)
		n1 false (test_time = 21.6146)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.797)
	variant   615/13428 = a(6485,6466)    (7752 tests, cond 0)
		n1 false (test_time = 21.3915)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.422)
	variant   616/13428 = a(6485,6465)    (7752 tests, cond 0)
		n1 false (test_time = 20.9128)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.52)
	variant   617/13428 = a(6485,6463)    (7752 tests, cond 0)
		n1 false (test_time = 20.8959)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.576)
	variant   618/13428 = a(6485,6462)    (7752 tests, cond 0)
		n1 false (test_time = 21.2634)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.869)
	variant   619/13428 = a(6485,6461)    (7752 tests, cond 0)
		n1 false (test_time = 21.0515)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.689)
	variant   620/13428 = a(6485,6427)    (7752 tests, cond 0)
		n1 false (test_time = 20.6545)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.032)
	variant   621/13428 = a(6485,6344)    (7752 tests, cond 0)
		n1 false (test_time = 20.7199)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.34)
	variant   622/13428 = a(6485,6147)    (7752 tests, cond 0)
		n1 false (test_time = 21.1894)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.498)
	variant   623/13428 = a(6485,6089)    (7752 tests, cond 0)
		n1 false (test_time = 20.7741)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.638)
	variant   624/13428 = a(6485,6066)    (7752 tests, cond 0)
		n1 false (test_time = 20.6906)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.757)
	variant   625/13428 = a(6485,5734)    (7752 tests, cond 0)
		n1 false (test_time = 20.7922)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.747)
	variant   626/13428 = a(6485,5613)    (7752 tests, cond 0)
		n1 false (test_time = 21.2011)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.457)
	variant   627/13428 = a(6485,5512)    (7752 tests, cond 0)
		n1 false (test_time = 20.9098)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.043)
	variant   628/13428 = a(6485,5345)    (7752 tests, cond 0)
		n1 false (test_time = 20.5674)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.237)
	variant   629/13428 = a(6485,5340)    (7752 tests, cond 0)
		n1 false (test_time = 20.9598)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.582)
	variant   630/13428 = a(6485,5332)    (7752 tests, cond 0)
		n1 false (test_time = 21.4372)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.273)
	variant   631/13428 = a(6485,5281)    (7752 tests, cond 0)
		n1 false (test_time = 21.0695)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.532)
	variant   632/13428 = a(6485,5257)    (7752 tests, cond 0)
		n1 false (test_time = 20.8534)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.585)
	variant   633/13428 = a(6484,6486)    (7752 tests, cond 0)
		n1 false (test_time = 20.7193)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.441)
	variant   634/13428 = a(6484,6485)    (7752 tests, cond 0)
		n1 false (test_time = 21.1708)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.527)
	variant   635/13428 = a(6484,6484)    (7752 tests, cond 0)
		n1 false (test_time = 20.9606)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.662)
	variant   636/13428 = a(6484,6481)    (7752 tests, cond 0)
		n1 false (test_time = 20.8887)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.132)
	variant   637/13428 = a(6484,6480)    (7752 tests, cond 0)
		n1 false (test_time = 21.9112)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.943)
	variant   638/13428 = a(6484,6479)    (7752 tests, cond 0)
		n1 false (test_time = 21.2585)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.176)
	variant   639/13428 = a(6484,6477)    (7752 tests, cond 0)
		n1 false (test_time = 21.2739)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.596)
	variant   640/13428 = a(6484,6476)    (7752 tests, cond 0)
		n1 false (test_time = 20.9297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.327)
	variant   641/13428 = a(6484,6475)    (7752 tests, cond 0)
		n1 false (test_time = 21.0296)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.031)
	variant   642/13428 = a(6484,6474)    (7752 tests, cond 0)
		n1 false (test_time = 20.8517)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.948)
	variant   643/13428 = a(6484,6473)    (7752 tests, cond 0)
		n1 false (test_time = 21.5953)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.099)
	variant   644/13428 = a(6484,6471)    (7752 tests, cond 0)
		n1 false (test_time = 20.9258)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.769)
	variant   645/13428 = a(6484,6470)    (7752 tests, cond 0)
		n1 false (test_time = 20.774)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.335)
	variant   646/13428 = a(6484,6469)    (7752 tests, cond 0)
		n1 false (test_time = 21.5632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.338)
	variant   647/13428 = a(6484,6466)    (7752 tests, cond 0)
		n1 false (test_time = 21.2581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.096)
	variant   648/13428 = a(6484,6465)    (7752 tests, cond 0)
		n1 false (test_time = 20.8759)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.974)
	variant   649/13428 = a(6484,6463)    (7752 tests, cond 0)
		n1 false (test_time = 20.8504)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.956)
	variant   650/13428 = a(6484,6462)    (7752 tests, cond 0)
		n1 false (test_time = 20.8145)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.122)
	variant   651/13428 = a(6484,6461)    (7752 tests, cond 0)
		n1 false (test_time = 20.9994)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.936)
	variant   652/13428 = a(6484,5512)    (7752 tests, cond 0)
		n1 false (test_time = 20.6011)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.438)
	variant   653/13428 = a(6484,5345)    (7752 tests, cond 0)
		n1 false (test_time = 20.8112)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.231)
	variant   654/13428 = a(6484,5340)    (7752 tests, cond 0)
		n1 false (test_time = 21.0119)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.315)
	variant   655/13428 = a(6484,5281)    (7752 tests, cond 0)
		n1 false (test_time = 21.246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.742)
	variant   656/13428 = a(6484,5257)    (7752 tests, cond 0)
		n1 false (test_time = 20.567)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.703)
	variant   657/13428 = a(6483,6486)    (7752 tests, cond 0)
		n1 false (test_time = 20.8941)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.536)
	variant   658/13428 = a(6483,6485)    (7752 tests, cond 0)
		n1 false (test_time = 21.1727)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.488)
	variant   659/13428 = a(6483,6481)    (7752 tests, cond 0)
		n1 false (test_time = 21.1281)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.126)
	variant   660/13428 = a(6483,6480)    (7752 tests, cond 0)
		n1 false (test_time = 20.8875)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.923)
	variant   661/13428 = a(6483,6479)    (7752 tests, cond 0)
		n1 false (test_time = 21.2969)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.806)
	variant   662/13428 = a(6483,6477)    (7752 tests, cond 0)
		n1 false (test_time = 21.3681)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.91)
	variant   663/13428 = a(6483,6476)    (7752 tests, cond 0)
		n1 false (test_time = 20.9373)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.229)
	variant   664/13428 = a(6483,6474)    (7752 tests, cond 0)
		n1 false (test_time = 20.6721)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.183)
	variant   665/13428 = a(6483,6473)    (7752 tests, cond 0)
		n1 false (test_time = 20.8476)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.357)
	variant   666/13428 = a(6483,6471)    (7752 tests, cond 0)
		n1 false (test_time = 21.2475)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.004)
	variant   667/13428 = a(6483,6470)    (7752 tests, cond 0)
		n1 false (test_time = 21.1604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.913)
	variant   668/13428 = a(6483,6469)    (7752 tests, cond 0)
		n1 false (test_time = 20.9032)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.077)
	variant   669/13428 = a(6483,6466)    (7752 tests, cond 0)
		n1 false (test_time = 20.9886)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.717)
	variant   670/13428 = a(6483,6465)    (7752 tests, cond 0)
		n1 false (test_time = 21.255)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.302)
	variant   671/13428 = a(6483,6463)    (7752 tests, cond 0)
		n1 false (test_time = 21.034)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.984)
	variant   672/13428 = a(6483,6462)    (7752 tests, cond 0)
		n1 false (test_time = 20.7954)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.767)
	variant   673/13428 = a(6483,6461)    (7752 tests, cond 0)
		n1 false (test_time = 20.9602)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.716)
	variant   674/13428 = a(6483,5512)    (7752 tests, cond 0)
		n1 false (test_time = 20.8938)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.682)
	variant   675/13428 = a(6483,5345)    (7752 tests, cond 0)
		n1 false (test_time = 21.2497)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.016)
	variant   676/13428 = a(6483,5340)    (7752 tests, cond 0)
		n1 false (test_time = 20.8714)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.909)
	variant   677/13428 = a(6483,5281)    (7752 tests, cond 0)
		n1 false (test_time = 20.7748)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.825)
	variant   678/13428 = a(6481,6486)    (7752 tests, cond 0)
		n1 false (test_time = 21.5418)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.834)
	variant   679/13428 = a(6481,6485)    (7752 tests, cond 0)
		n1 false (test_time = 21.3019)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.846)
	variant   680/13428 = a(6481,6481)    (7752 tests, cond 0)
		n1 false (test_time = 20.9446)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.736)
	variant   681/13428 = a(6481,6480)    (7752 tests, cond 0)
		n1 false (test_time = 21.0066)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.902)
	variant   682/13428 = a(6481,6479)    (7752 tests, cond 0)
		n1 false (test_time = 21.0902)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.053)
	variant   683/13428 = a(6481,6477)    (7752 tests, cond 0)
		n1 false (test_time = 21.2929)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.314)
	variant   684/13428 = a(6481,6476)    (7752 tests, cond 0)
		n1 false (test_time = 20.905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.344)
	variant   685/13428 = a(6481,6475)    (7752 tests, cond 0)
		n1 false (test_time = 21.3873)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.484)
	variant   686/13428 = a(6481,6474)    (7752 tests, cond 0)
		n1 false (test_time = 20.8287)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.215)
	variant   687/13428 = a(6481,6473)    (7752 tests, cond 0)
		n1 false (test_time = 21.8348)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.586)
	variant   688/13428 = a(6481,6471)    (7752 tests, cond 0)
		n1 false (test_time = 20.9486)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.497)
	variant   689/13428 = a(6481,6470)    (7752 tests, cond 0)
		n1 false (test_time = 20.7178)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.246)
	variant   690/13428 = a(6481,6469)    (7752 tests, cond 0)
		n1 false (test_time = 21.1672)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.06)
	variant   691/13428 = a(6481,6466)    (7752 tests, cond 0)
		n1 false (test_time = 20.8962)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.677)
	variant   692/13428 = a(6481,6465)    (7752 tests, cond 0)
		n1 false (test_time = 20.9809)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.957)
	variant   693/13428 = a(6481,6463)    (7752 tests, cond 0)
		n1 false (test_time = 21.0674)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.5)
	variant   694/13428 = a(6481,6462)    (7752 tests, cond 0)
		n1 false (test_time = 21.0455)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.348)
	variant   695/13428 = a(6481,6461)    (7752 tests, cond 0)
		n1 false (test_time = 21.0658)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.288)
	variant   696/13428 = a(6481,6427)    (7752 tests, cond 0)
		n1 false (test_time = 20.7004)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.505)
	variant   697/13428 = a(6481,6344)    (7752 tests, cond 0)
		n1 false (test_time = 20.7918)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.071)
	variant   698/13428 = a(6481,6147)    (7752 tests, cond 0)
		n1 false (test_time = 20.9532)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.571)
	variant   699/13428 = a(6481,6089)    (7752 tests, cond 0)
		n1 false (test_time = 20.9053)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.725)
	variant   700/13428 = a(6481,6066)    (7752 tests, cond 0)
		n1 false (test_time = 21.0892)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.318)
	variant   701/13428 = a(6481,5734)    (7752 tests, cond 0)
		n1 false (test_time = 20.551)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.156)
	variant   702/13428 = a(6481,5613)    (7752 tests, cond 0)
		n1 false (test_time = 21.7056)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.928)
	variant   703/13428 = a(6481,5512)    (7752 tests, cond 0)
		n1 false (test_time = 21.5227)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.291)
	variant   704/13428 = a(6481,5332)    (7752 tests, cond 0)
		n1 false (test_time = 20.4202)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.925)
	variant   705/13428 = a(6481,5281)    (7752 tests, cond 0)
		n1 false (test_time = 20.8097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.385)
	variant   706/13428 = a(6481,5257)    (7752 tests, cond 0)
		n1 false (test_time = 20.8775)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.599)
	variant   707/13428 = a(6460,6486)    (7752 tests, cond 0)
		n1 false (test_time = 21.4404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.989)
	variant   708/13428 = a(6460,6485)    (7752 tests, cond 0)
		n1 false (test_time = 20.7679)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.824)
	variant   709/13428 = a(6460,6481)    (7752 tests, cond 0)
		n1 false (test_time = 20.7709)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.631)
	variant   710/13428 = a(6460,6480)    (7752 tests, cond 0)
		n1 false (test_time = 21.1879)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.8)
	variant   711/13428 = a(6460,6479)    (7752 tests, cond 0)
		n1 false (test_time = 21.412)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.74)
	variant   712/13428 = a(6460,6477)    (7752 tests, cond 0)
		n1 false (test_time = 20.843)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.883)
	variant   713/13428 = a(6460,6476)    (7752 tests, cond 0)
		n1 false (test_time = 20.8666)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.504)
	variant   714/13428 = a(6460,6475)    (7752 tests, cond 0)
		n1 false (test_time = 21.5054)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.382)
	variant   715/13428 = a(6460,6474)    (7752 tests, cond 0)
		n1 false (test_time = 21.6868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.134)
	variant   716/13428 = a(6460,6473)    (7752 tests, cond 0)
		n1 false (test_time = 20.9133)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.991)
	variant   717/13428 = a(6460,6471)    (7752 tests, cond 0)
		n1 false (test_time = 21.2104)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.475)
	variant   718/13428 = a(6460,6470)    (7752 tests, cond 0)
		n1 false (test_time = 21.2486)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.528)
	variant   719/13428 = a(6460,6469)    (7752 tests, cond 0)
		n1 false (test_time = 20.8555)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.267)
	variant   720/13428 = a(6460,6466)    (7752 tests, cond 0)
		n1 false (test_time = 20.7668)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.447)
	variant   721/13428 = a(6460,6465)    (7752 tests, cond 0)
		n1 false (test_time = 20.8052)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.557)
	variant   722/13428 = a(6460,6463)    (7752 tests, cond 0)
		n1 false (test_time = 21.1074)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.027)
	variant   723/13428 = a(6460,6462)    (7752 tests, cond 0)
		n1 false (test_time = 21.5267)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.296)
	variant   724/13428 = a(6460,6461)    (7752 tests, cond 0)
		n1 false (test_time = 20.6221)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.873)
	variant   725/13428 = a(6460,6427)    (7752 tests, cond 0)
		n1 false (test_time = 21.4644)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.59)
	variant   726/13428 = a(6460,6344)    (7752 tests, cond 0)
		n1 false (test_time = 20.9312)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.265)
	variant   727/13428 = a(6460,6147)    (7752 tests, cond 0)
		n1 false (test_time = 20.9089)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.729)
	variant   728/13428 = a(6460,6089)    (7752 tests, cond 0)
		n1 false (test_time = 20.8078)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.966)
	variant   729/13428 = a(6460,6066)    (7752 tests, cond 0)
		n1 false (test_time = 20.7293)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.75)
	variant   730/13428 = a(6460,5734)    (7752 tests, cond 0)
		n1 false (test_time = 20.9854)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.513)
	variant   731/13428 = a(6460,5613)    (7752 tests, cond 0)
		n1 false (test_time = 20.7783)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.95)
	variant   732/13428 = a(6460,5512)    (7752 tests, cond 0)
		n1 false (test_time = 20.67)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.846)
	variant   733/13428 = a(6460,5332)    (7752 tests, cond 0)
		n1 false (test_time = 20.9327)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.778)
	variant   734/13428 = a(6460,5281)    (7752 tests, cond 0)
		n1 false (test_time = 20.8539)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.9)
	variant   735/13428 = a(6460,5257)    (7752 tests, cond 0)
		n1 false (test_time = 20.9804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.044)
	variant   736/13428 = a(5708,5708)    (7752 tests, cond 0)
		n1 false (test_time = 21.5662)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.287)
	variant   737/13428 = a(5708,5707)    (7752 tests, cond 0)
		n1 false (test_time = 20.8043)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.787)
	variant   738/13428 = a(5708,5705)    (7752 tests, cond 0)
		n1 false (test_time = 22.0205)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.347)
	variant   739/13428 = a(5708,5704)    (7752 tests, cond 0)
		n1 false (test_time = 21.0268)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.583)
	variant   740/13428 = a(5708,5703)    (7752 tests, cond 0)
		n1 false (test_time = 21.1198)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.954)
	variant   741/13428 = a(5708,5694)    (7752 tests, cond 0)
		n1 false (test_time = 21.3582)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.828)
	variant   742/13428 = a(5708,5693)    (7752 tests, cond 0)
		n1 false (test_time = 20.7362)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.942)
	variant   743/13428 = a(5708,5691)    (7752 tests, cond 0)
		n1 false (test_time = 21.4033)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.897)
	variant   744/13428 = a(5708,5689)    (7752 tests, cond 0)
		n1 false (test_time = 20.8274)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.359)
	variant   745/13428 = a(5708,5681)    (7752 tests, cond 0)
		n1 false (test_time = 21.3613)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.235)
	variant   746/13428 = a(5708,5680)    (7752 tests, cond 0)
		n1 false (test_time = 21.0712)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.199)
	variant   747/13428 = a(5708,5679)    (7752 tests, cond 0)
		n1 false (test_time = 21.3694)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.782)
	variant   748/13428 = a(5708,5677)    (7752 tests, cond 0)
		n1 false (test_time = 21.1414)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.201)
	variant   749/13428 = a(5708,5673)    (7752 tests, cond 0)
		n1 false (test_time = 20.6488)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.635)
	variant   750/13428 = a(5708,5672)    (7752 tests, cond 0)
		n1 false (test_time = 20.9784)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.982)
	variant   751/13428 = a(5708,5668)    (7752 tests, cond 0)
		n1 false (test_time = 21.0528)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.708)
	variant   752/13428 = a(5708,5666)    (7752 tests, cond 0)
		n1 false (test_time = 20.7584)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.142)
	variant   753/13428 = a(5708,5665)    (7752 tests, cond 0)
		n1 false (test_time = 21.2638)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.613)
	variant   754/13428 = a(5708,5664)    (7752 tests, cond 0)
		n1 false (test_time = 20.8611)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.153)
	variant   755/13428 = a(5708,5662)    (7752 tests, cond 0)
		n1 false (test_time = 20.7918)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.162)
	variant   756/13428 = a(5708,5661)    (7752 tests, cond 0)
		n1 false (test_time = 21.4024)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.938)
	variant   757/13428 = a(5708,5660)    (7752 tests, cond 0)
		n1 false (test_time = 20.4632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.269)
	variant   758/13428 = a(5708,5659)    (7752 tests, cond 0)
		n1 false (test_time = 21.6158)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.051)
	variant   759/13428 = a(5708,5657)    (7752 tests, cond 0)
		n1 false (test_time = 21.1049)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.132)
	variant   760/13428 = a(5708,5656)    (7752 tests, cond 0)
		n1 false (test_time = 20.6519)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.761)
	variant   761/13428 = a(5708,5655)    (7752 tests, cond 0)
		n1 false (test_time = 21.4863)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.401)
	variant   762/13428 = a(5708,5654)    (7752 tests, cond 0)
		n1 false (test_time = 20.6868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.298)
	variant   763/13428 = a(5708,5653)    (7752 tests, cond 0)
		n1 false (test_time = 20.8509)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 126.758)
	variant   764/13428 = a(5708,5652)    (7752 tests, cond 0)
		n1 false (test_time = 20.8951)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.762)
	variant   765/13428 = a(5708,5651)    (7752 tests, cond 0)
		n1 false (test_time = 20.801)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.073)
	variant   766/13428 = a(5708,5650)    (7752 tests, cond 0)
		n1 false (test_time = 21.0613)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.216)
	variant   767/13428 = a(5708,5649)    (7752 tests, cond 0)
		n1 false (test_time = 664.09)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.833)
	variant   768/13428 = a(5708,5648)    (7752 tests, cond 0)
		n1 false (test_time = 20.8631)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.114)
	variant   769/13428 = a(5708,5647)    (7752 tests, cond 0)
		n1 false (test_time = 21.1545)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.354)
	variant   770/13428 = a(5708,5645)    (7752 tests, cond 0)
		n1 false (test_time = 20.7848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.08)
	variant   771/13428 = a(5708,5644)    (7752 tests, cond 0)
		n1 false (test_time = 20.8945)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.645)
	variant   772/13428 = a(5708,5643)    (7752 tests, cond 0)
		n1 false (test_time = 21.2641)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.686)
	variant   773/13428 = a(5708,5642)    (7752 tests, cond 0)
		n1 false (test_time = 21.1735)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.557)
	variant   774/13428 = a(5708,5641)    (7752 tests, cond 0)
		n1 false (test_time = 20.8972)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.074)
	variant   775/13428 = a(5708,5640)    (7752 tests, cond 0)
		n1 false (test_time = 20.9935)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.696)
	variant   776/13428 = a(5708,5635)    (7752 tests, cond 0)
		n1 false (test_time = 20.9814)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.294)
	variant   777/13428 = a(5708,5634)    (7752 tests, cond 0)
		n1 false (test_time = 20.9758)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.804)
	variant   778/13428 = a(5708,5633)    (7752 tests, cond 0)
		n1 false (test_time = 21.5164)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.364)
	variant   779/13428 = a(5708,5631)    (7752 tests, cond 0)
		n1 false (test_time = 20.6103)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.819)
	variant   780/13428 = a(5708,5630)    (7752 tests, cond 0)
		n1 false (test_time = 21.0406)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.441)
	variant   781/13428 = a(5708,5629)    (7752 tests, cond 0)
		n1 false (test_time = 20.9132)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.338)
	variant   782/13428 = a(5708,5628)    (7752 tests, cond 0)
		n1 false (test_time = 20.7365)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.84)
	variant   783/13428 = a(5708,5627)    (7752 tests, cond 0)
		n1 false (test_time = 20.7418)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.503)
	variant   784/13428 = a(5708,5626)    (7752 tests, cond 0)
		n1 false (test_time = 20.8031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.492)
	variant   785/13428 = a(5708,5625)    (7752 tests, cond 0)
		n1 false (test_time = 21.0202)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.707)
	variant   786/13428 = a(5708,5624)    (7752 tests, cond 0)
		n1 false (test_time = 21.5122)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.202)
	variant   787/13428 = a(5708,5623)    (7752 tests, cond 0)
		n1 false (test_time = 21.1947)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.575)
	variant   788/13428 = a(5708,5622)    (7752 tests, cond 0)
		n1 false (test_time = 20.9963)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 130.341)
	variant   789/13428 = a(5708,5621)    (7752 tests, cond 0)
		n1 false (test_time = 21.0395)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.6)
	variant   790/13428 = a(5708,5620)    (7752 tests, cond 0)
		n1 false (test_time = 21.1597)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.463)
	variant   791/13428 = a(5708,5619)    (7752 tests, cond 0)
		n1 false (test_time = 21.0131)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.938)
	variant   792/13428 = a(5708,5618)    (7752 tests, cond 0)
		n1 false (test_time = 20.9268)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.389)
	variant   793/13428 = a(5708,5616)    (7752 tests, cond 0)
		n1 false (test_time = 20.5151)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.379)
	variant   794/13428 = a(5708,5615)    (7752 tests, cond 0)
		n1 false (test_time = 21.2711)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.935)
	variant   795/13428 = a(5708,5614)    (7752 tests, cond 0)
		n1 false (test_time = 20.6928)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.734)
	variant   796/13428 = a(5708,5613)    (7752 tests, cond 0)
		n1 false (test_time = 20.8893)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.597)
	variant   797/13428 = a(5708,5612)    (7752 tests, cond 0)
		n1 false (test_time = 21.1047)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.851)
	variant   798/13428 = a(5708,5611)    (7752 tests, cond 0)
		n1 false (test_time = 21.1745)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.247)
	variant   799/13428 = a(5708,5610)    (7752 tests, cond 0)
		n1 false (test_time = 20.7365)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.68)
	variant   800/13428 = a(5708,5609)    (7752 tests, cond 0)
		n1 false (test_time = 21.1224)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.286)
	variant   801/13428 = a(5708,5608)    (7752 tests, cond 0)
		n1 false (test_time = 20.8261)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.394)
	variant   802/13428 = a(5708,5607)    (7752 tests, cond 0)
		n1 false (test_time = 20.7565)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.348)
	variant   803/13428 = a(5708,5606)    (7752 tests, cond 0)
		n1 false (test_time = 20.8441)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.544)
	variant   804/13428 = a(5708,5605)    (7752 tests, cond 0)
		n1 false (test_time = 20.735)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.741)
	variant   805/13428 = a(5708,5603)    (7752 tests, cond 0)
		n1 false (test_time = 20.8018)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.729)
	variant   806/13428 = a(5708,5602)    (7752 tests, cond 0)
		n1 false (test_time = 21.8173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.91)
	variant   807/13428 = a(5708,5601)    (7752 tests, cond 0)
		n1 false (test_time = 21.026)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.723)
	variant   808/13428 = a(5708,5599)    (7752 tests, cond 0)
		n1 false (test_time = 20.6718)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.418)
	variant   809/13428 = a(5708,5598)    (7752 tests, cond 0)
		n1 false (test_time = 20.7091)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.29)
	variant   810/13428 = a(5708,5597)    (7752 tests, cond 0)
		n1 false (test_time = 20.818)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.246)
	variant   811/13428 = a(5708,5596)    (7752 tests, cond 0)
		n1 false (test_time = 21.0486)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.777)
	variant   812/13428 = a(5708,5595)    (7752 tests, cond 0)
		n1 false (test_time = 21.3736)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.216)
	variant   813/13428 = a(5708,5594)    (7752 tests, cond 0)
		n1 false (test_time = 20.8188)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.495)
	variant   814/13428 = a(5708,5593)    (7752 tests, cond 0)
		n1 false (test_time = 21.1432)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.299)
	variant   815/13428 = a(5708,5592)    (7752 tests, cond 0)
		n1 false (test_time = 20.8868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.598)
	variant   816/13428 = a(5708,5591)    (7752 tests, cond 0)
		n1 false (test_time = 20.9158)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.586)
	variant   817/13428 = a(5708,5590)    (7752 tests, cond 0)
		n1 false (test_time = 20.7623)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.999)
	variant   818/13428 = a(5708,5589)    (7752 tests, cond 0)
		n1 false (test_time = 20.4565)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.058)
	variant   819/13428 = a(5708,5588)    (7752 tests, cond 0)
		n1 false (test_time = 21.3272)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.204)
	variant   820/13428 = a(5708,5587)    (7752 tests, cond 0)
		n1 false (test_time = 22.0424)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.607)
	variant   821/13428 = a(5708,5586)    (7752 tests, cond 0)
		n1 false (test_time = 20.9756)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.698)
	variant   822/13428 = a(5708,5585)    (7752 tests, cond 0)
		n1 false (test_time = 21.1787)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.651)
	variant   823/13428 = a(5708,5584)    (7752 tests, cond 0)
		n1 false (test_time = 20.7543)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.121)
	variant   824/13428 = a(5708,5583)    (7752 tests, cond 0)
		n1 false (test_time = 21.3338)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.08)
	variant   825/13428 = a(5708,5582)    (7752 tests, cond 0)
		n1 false (test_time = 21.1337)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.282)
	variant   826/13428 = a(5708,5581)    (7752 tests, cond 0)
		n1 false (test_time = 21.0356)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.673)
	variant   827/13428 = a(5708,5579)    (7752 tests, cond 0)
		n1 false (test_time = 21.3118)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.986)
	variant   828/13428 = a(5708,5578)    (7752 tests, cond 0)
		n1 false (test_time = 20.9255)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.709)
	variant   829/13428 = a(5708,5577)    (7752 tests, cond 0)
		n1 false (test_time = 21.2673)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.633)
	variant   830/13428 = a(5708,5576)    (7752 tests, cond 0)
		n1 false (test_time = 21.5165)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.056)
	variant   831/13428 = a(5708,5575)    (7752 tests, cond 0)
		n1 false (test_time = 20.8431)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.713)
	variant   832/13428 = a(5708,5574)    (7752 tests, cond 0)
		n1 false (test_time = 20.9604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.153)
	variant   833/13428 = a(5708,5573)    (7752 tests, cond 0)
		n1 false (test_time = 20.9755)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.496)
	variant   834/13428 = a(5708,5572)    (7752 tests, cond 0)
		n1 false (test_time = 21.1029)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.334)
	variant   835/13428 = a(5708,5570)    (7752 tests, cond 0)
		n1 false (test_time = 20.8042)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.635)
	variant   836/13428 = a(5708,5569)    (7752 tests, cond 0)
		n1 false (test_time = 20.8974)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.916)
	variant   837/13428 = a(5708,5568)    (7752 tests, cond 0)
		n1 false (test_time = 21.0148)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.383)
	variant   838/13428 = a(5708,5567)    (7752 tests, cond 0)
		n1 false (test_time = 20.9897)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.238)
	variant   839/13428 = a(5708,5566)    (7752 tests, cond 0)
		n1 false (test_time = 20.9889)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.165)
	variant   840/13428 = a(5708,5565)    (7752 tests, cond 0)
		n1 false (test_time = 21.1918)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.584)
	variant   841/13428 = a(5708,5564)    (7752 tests, cond 0)
		n1 false (test_time = 20.6699)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.089)
	variant   842/13428 = a(5708,5563)    (7752 tests, cond 0)
		n1 false (test_time = 20.9255)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.73)
	variant   843/13428 = a(5708,5561)    (7752 tests, cond 0)
		n1 false (test_time = 21.0483)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.442)
	variant   844/13428 = a(5708,5560)    (7752 tests, cond 0)
		n1 false (test_time = 20.7667)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.773)
	variant   845/13428 = a(5708,5559)    (7752 tests, cond 0)
		n1 false (test_time = 21.1834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.518)
	variant   846/13428 = a(5708,5558)    (7752 tests, cond 0)
		n1 false (test_time = 20.6394)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.282)
	variant   847/13428 = a(5708,5557)    (7752 tests, cond 0)
		n1 false (test_time = 20.8822)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.425)
	variant   848/13428 = a(5708,5556)    (7752 tests, cond 0)
		n1 false (test_time = 21.0517)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.177)
	variant   849/13428 = a(5708,5555)    (7752 tests, cond 0)
		n1 false (test_time = 21.1522)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.36)
	variant   850/13428 = a(5708,5554)    (7752 tests, cond 0)
		n1 false (test_time = 20.813)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.172)
	variant   851/13428 = a(5708,5552)    (7752 tests, cond 0)
		n1 false (test_time = 21.1283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.341)
	variant   852/13428 = a(5708,5551)    (7752 tests, cond 0)
		n1 false (test_time = 20.6536)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.26)
	variant   853/13428 = a(5708,5550)    (7752 tests, cond 0)
		n1 false (test_time = 21.0895)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.657)
	variant   854/13428 = a(5708,5549)    (7752 tests, cond 0)
		n1 false (test_time = 20.771)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.516)
	variant   855/13428 = a(5708,5512)    (7752 tests, cond 0)
		n1 false (test_time = 20.7874)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.955)
	variant   856/13428 = a(5708,5345)    (7752 tests, cond 0)
		n1 false (test_time = 20.9434)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.494)
	variant   857/13428 = a(5708,5340)    (7752 tests, cond 0)
		n1 false (test_time = 21.0696)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.352)
	variant   858/13428 = a(5708,5281)    (7752 tests, cond 0)
		n1 false (test_time = 21.5403)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.008)
	variant   859/13428 = a(5708,5257)    (7752 tests, cond 0)
		n1 false (test_time = 21.2468)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.251)
	variant   860/13428 = a(5708,1391)    (7752 tests, cond 0)
		n1 false (test_time = 21.0573)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.316)
	variant   861/13428 = a(5707,5708)    (7752 tests, cond 0)
		n1 false (test_time = 20.9173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.277)
	variant   862/13428 = a(5707,5707)    (7752 tests, cond 0)
		n1 false (test_time = 20.5372)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.995)
	variant   863/13428 = a(5707,5705)    (7752 tests, cond 0)
		n1 false (test_time = 20.3717)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.321)
	variant   864/13428 = a(5707,5704)    (7752 tests, cond 0)
		n1 false (test_time = 21.211)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.104)
	variant   865/13428 = a(5707,5703)    (7752 tests, cond 0)
		n1 false (test_time = 21.012)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.835)
	variant   866/13428 = a(5707,5694)    (7752 tests, cond 0)
		n1 false (test_time = 21.1473)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.395)
	variant   867/13428 = a(5707,5693)    (7752 tests, cond 0)
		n1 false (test_time = 20.8053)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.556)
	variant   868/13428 = a(5707,5691)    (7752 tests, cond 0)
		n1 false (test_time = 20.7387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.742)
	variant   869/13428 = a(5707,5689)    (7752 tests, cond 0)
		n1 false (test_time = 21.7097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.494)
	variant   870/13428 = a(5707,5681)    (7752 tests, cond 0)
		n1 false (test_time = 20.8639)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.093)
	variant   871/13428 = a(5707,5680)    (7752 tests, cond 0)
		n1 false (test_time = 21.0489)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.377)
	variant   872/13428 = a(5707,5679)    (7752 tests, cond 0)
		n1 false (test_time = 21.1356)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.779)
	variant   873/13428 = a(5707,5677)    (7752 tests, cond 0)
		n1 false (test_time = 20.9236)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.425)
	variant   874/13428 = a(5707,5673)    (7752 tests, cond 0)
		n1 false (test_time = 20.9893)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.84)
	variant   875/13428 = a(5707,5672)    (7752 tests, cond 0)
		n1 false (test_time = 20.6597)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.209)
	variant   876/13428 = a(5707,5668)    (7752 tests, cond 0)
		n1 false (test_time = 20.7654)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.672)
	variant   877/13428 = a(5707,5666)    (7752 tests, cond 0)
		n1 false (test_time = 20.8402)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.719)
	variant   878/13428 = a(5707,5665)    (7752 tests, cond 0)
		n1 false (test_time = 20.8769)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.6)
	variant   879/13428 = a(5707,5664)    (7752 tests, cond 0)
		n1 false (test_time = 20.8154)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.677)
	variant   880/13428 = a(5707,5662)    (7752 tests, cond 0)
		n1 false (test_time = 20.6659)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.338)
	variant   881/13428 = a(5707,5661)    (7752 tests, cond 0)
		n1 false (test_time = 20.7377)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.37)
	variant   882/13428 = a(5707,5660)    (7752 tests, cond 0)
		n1 false (test_time = 21.0742)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.97)
	variant   883/13428 = a(5707,5659)    (7752 tests, cond 0)
		n1 false (test_time = 21.174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.948)
	variant   884/13428 = a(5707,5657)    (7752 tests, cond 0)
		n1 false (test_time = 20.6586)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.764)
	variant   885/13428 = a(5707,5656)    (7752 tests, cond 0)
		n1 false (test_time = 20.6577)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.488)
	variant   886/13428 = a(5707,5655)    (7752 tests, cond 0)
		n1 false (test_time = 20.7097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.263)
	variant   887/13428 = a(5707,5654)    (7752 tests, cond 0)
		n1 false (test_time = 20.9425)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.115)
	variant   888/13428 = a(5707,5653)    (7752 tests, cond 0)
		n1 false (test_time = 21.1581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.969)
	variant   889/13428 = a(5707,5652)    (7752 tests, cond 0)
		n1 false (test_time = 20.6676)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.994)
	variant   890/13428 = a(5707,5651)    (7752 tests, cond 0)
		n1 false (test_time = 21.4444)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.818)
	variant   891/13428 = a(5707,5650)    (7752 tests, cond 0)
		n1 false (test_time = 21.0773)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.13)
	variant   892/13428 = a(5707,5649)    (7752 tests, cond 0)
		n1 false (test_time = 663.903)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.098)
	variant   893/13428 = a(5707,5648)    (7752 tests, cond 0)
		n1 false (test_time = 21.2256)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.904)
	variant   894/13428 = a(5707,5647)    (7752 tests, cond 0)
		n1 false (test_time = 20.8074)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.273)
	variant   895/13428 = a(5707,5645)    (7752 tests, cond 0)
		n1 false (test_time = 20.609)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.939)
	variant   896/13428 = a(5707,5644)    (7752 tests, cond 0)
		n1 false (test_time = 21.2054)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.3)
	variant   897/13428 = a(5707,5643)    (7752 tests, cond 0)
		n1 false (test_time = 21.2757)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.364)
	variant   898/13428 = a(5707,5642)    (7752 tests, cond 0)
		n1 false (test_time = 20.2011)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.138)
	variant   899/13428 = a(5707,5641)    (7752 tests, cond 0)
		n1 false (test_time = 20.4779)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.424)
	variant   900/13428 = a(5707,5640)    (7752 tests, cond 0)
		n1 false (test_time = 20.7461)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.224)
	variant   901/13428 = a(5707,5635)    (7752 tests, cond 0)
		n1 false (test_time = 20.6173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.145)
	variant   902/13428 = a(5707,5634)    (7752 tests, cond 0)
		n1 false (test_time = 20.3663)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.724)
	variant   903/13428 = a(5707,5633)    (7752 tests, cond 0)
		n1 false (test_time = 20.4201)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.019)
	variant   904/13428 = a(5707,5631)    (7752 tests, cond 0)
		n1 false (test_time = 21.9532)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.295)
	variant   905/13428 = a(5707,5630)    (7752 tests, cond 0)
		n1 false (test_time = 20.7689)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.39)
	variant   906/13428 = a(5707,5629)    (7752 tests, cond 0)
		n1 false (test_time = 20.5928)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.75)
	variant   907/13428 = a(5707,5628)    (7752 tests, cond 0)
		n1 false (test_time = 20.4735)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.792)
	variant   908/13428 = a(5707,5627)    (7752 tests, cond 0)
		n1 false (test_time = 20.4752)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.281)
	variant   909/13428 = a(5707,5626)    (7752 tests, cond 0)
		n1 false (test_time = 20.5054)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.013)
	variant   910/13428 = a(5707,5625)    (7752 tests, cond 0)
		n1 false (test_time = 20.502)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.58)
	variant   911/13428 = a(5707,5624)    (7752 tests, cond 0)
		n1 false (test_time = 20.6134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.366)
	variant   912/13428 = a(5707,5623)    (7752 tests, cond 0)
		n1 false (test_time = 20.3909)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.955)
	variant   913/13428 = a(5707,5622)    (7752 tests, cond 0)
		n1 false (test_time = 20.6567)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.736)
	variant   914/13428 = a(5707,5621)    (7752 tests, cond 0)
		n1 false (test_time = 20.5843)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.924)
	variant   915/13428 = a(5707,5620)    (7752 tests, cond 0)
		n1 false (test_time = 21.0713)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.289)
	variant   916/13428 = a(5707,5619)    (7752 tests, cond 0)
		n1 false (test_time = 20.3804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.583)
	variant   917/13428 = a(5707,5618)    (7752 tests, cond 0)
		n1 false (test_time = 20.3864)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.439)
	variant   918/13428 = a(5707,5616)    (7752 tests, cond 0)
		n1 false (test_time = 20.6077)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.178)
	variant   919/13428 = a(5707,5615)    (7752 tests, cond 0)
		n1 false (test_time = 20.8353)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.771)
	variant   920/13428 = a(5707,5614)    (7752 tests, cond 0)
		n1 false (test_time = 20.7812)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.993)
	variant   921/13428 = a(5707,5612)    (7752 tests, cond 0)
		n1 false (test_time = 20.4177)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.792)
	variant   922/13428 = a(5707,5611)    (7752 tests, cond 0)
		n1 false (test_time = 20.4635)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.672)
	variant   923/13428 = a(5707,5610)    (7752 tests, cond 0)
		n1 false (test_time = 20.755)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.911)
	variant   924/13428 = a(5707,5609)    (7752 tests, cond 0)
		n1 false (test_time = 20.6838)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.472)
	variant   925/13428 = a(5707,5608)    (7752 tests, cond 0)
		n1 false (test_time = 20.3655)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.18)
	variant   926/13428 = a(5707,5607)    (7752 tests, cond 0)
		n1 false (test_time = 20.4377)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.645)
	variant   927/13428 = a(5707,5606)    (7752 tests, cond 0)
		n1 false (test_time = 20.5531)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.357)
	variant   928/13428 = a(5707,5605)    (7752 tests, cond 0)
		n1 false (test_time = 20.5706)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.834)
	variant   929/13428 = a(5707,5603)    (7752 tests, cond 0)
		n1 false (test_time = 20.3857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.753)
	variant   930/13428 = a(5707,5602)    (7752 tests, cond 0)
		n1 false (test_time = 20.7833)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.125)
	variant   931/13428 = a(5707,5601)    (7752 tests, cond 0)
		n1 false (test_time = 20.4244)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.334)
	variant   932/13428 = a(5707,5599)    (7752 tests, cond 0)
		n1 false (test_time = 20.6226)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.292)
	variant   933/13428 = a(5707,5598)    (7752 tests, cond 0)
		n1 false (test_time = 20.719)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.058)
	variant   934/13428 = a(5707,5597)    (7752 tests, cond 0)
		n1 false (test_time = 20.5034)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.509)
	variant   935/13428 = a(5707,5596)    (7752 tests, cond 0)
		n1 false (test_time = 20.3008)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.581)
	variant   936/13428 = a(5707,5595)    (7752 tests, cond 0)
		n1 false (test_time = 21.6297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.869)
	variant   937/13428 = a(5707,5594)    (7752 tests, cond 0)
		n1 false (test_time = 20.4428)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.932)
	variant   938/13428 = a(5707,5593)    (7752 tests, cond 0)
		n1 false (test_time = 20.5589)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.796)
	variant   939/13428 = a(5707,5592)    (7752 tests, cond 0)
		n1 false (test_time = 20.4722)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.492)
	variant   940/13428 = a(5707,5591)    (7752 tests, cond 0)
		n1 false (test_time = 21.2729)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.979)
	variant   941/13428 = a(5707,5590)    (7752 tests, cond 0)
		n1 false (test_time = 20.7258)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.747)
	variant   942/13428 = a(5707,5589)    (7752 tests, cond 0)
		n1 false (test_time = 20.8792)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.844)
	variant   943/13428 = a(5707,5588)    (7752 tests, cond 0)
		n1 false (test_time = 21.061)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.764)
	variant   944/13428 = a(5707,5587)    (7752 tests, cond 0)
		n1 false (test_time = 20.4388)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.166)
	variant   945/13428 = a(5707,5586)    (7752 tests, cond 0)
		n1 false (test_time = 20.9382)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.178)
	variant   946/13428 = a(5707,5585)    (7752 tests, cond 0)
		n1 false (test_time = 20.7445)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.936)
	variant   947/13428 = a(5707,5584)    (7752 tests, cond 0)
		n1 false (test_time = 20.656)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.795)
	variant   948/13428 = a(5707,5583)    (7752 tests, cond 0)
		n1 false (test_time = 20.5565)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.113)
	variant   949/13428 = a(5707,5582)    (7752 tests, cond 0)
		n1 false (test_time = 20.6481)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.797)
	variant   950/13428 = a(5707,5581)    (7752 tests, cond 0)
		n1 false (test_time = 21.1029)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.113)
	variant   951/13428 = a(5707,5579)    (7752 tests, cond 0)
		n1 false (test_time = 21.0001)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.518)
	variant   952/13428 = a(5707,5578)    (7752 tests, cond 0)
		n1 false (test_time = 20.8934)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.027)
	variant   953/13428 = a(5707,5577)    (7752 tests, cond 0)
		n1 false (test_time = 21.8347)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.732)
	variant   954/13428 = a(5707,5576)    (7752 tests, cond 0)
		n1 false (test_time = 20.444)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.047)
	variant   955/13428 = a(5707,5575)    (7752 tests, cond 0)
		n1 false (test_time = 20.5398)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.574)
	variant   956/13428 = a(5707,5574)    (7752 tests, cond 0)
		n1 false (test_time = 21.5418)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.184)
	variant   957/13428 = a(5707,5573)    (7752 tests, cond 0)
		n1 false (test_time = 20.7262)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.098)
	variant   958/13428 = a(5707,5572)    (7752 tests, cond 0)
		n1 false (test_time = 20.6814)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.448)
	variant   959/13428 = a(5707,5570)    (7752 tests, cond 0)
		n1 false (test_time = 20.4346)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.518)
	variant   960/13428 = a(5707,5569)    (7752 tests, cond 0)
		n1 false (test_time = 21.2521)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.444)
	variant   961/13428 = a(5707,5568)    (7752 tests, cond 0)
		n1 false (test_time = 21.0188)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.468)
	variant   962/13428 = a(5707,5567)    (7752 tests, cond 0)
		n1 false (test_time = 20.7298)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 122.677)
	variant   963/13428 = a(5707,5566)    (7752 tests, cond 0)
		n1 false (test_time = 20.6834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.697)
	variant   964/13428 = a(5707,5565)    (7752 tests, cond 0)
		n1 false (test_time = 21.0517)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.897)
	variant   965/13428 = a(5707,5564)    (7752 tests, cond 0)
		n1 false (test_time = 21.3296)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.925)
	variant   966/13428 = a(5707,5563)    (7752 tests, cond 0)
		n1 false (test_time = 20.5615)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.43)
	variant   967/13428 = a(5707,5561)    (7752 tests, cond 0)
		n1 false (test_time = 20.5328)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.165)
	variant   968/13428 = a(5707,5560)    (7752 tests, cond 0)
		n1 false (test_time = 20.6895)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.077)
	variant   969/13428 = a(5707,5559)    (7752 tests, cond 0)
		n1 false (test_time = 20.4471)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.945)
	variant   970/13428 = a(5707,5558)    (7752 tests, cond 0)
		n1 false (test_time = 21.1278)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.997)
	variant   971/13428 = a(5707,5557)    (7752 tests, cond 0)
		n1 false (test_time = 20.3008)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.033)
	variant   972/13428 = a(5707,5556)    (7752 tests, cond 0)
		n1 false (test_time = 20.2914)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.179)
	variant   973/13428 = a(5707,5555)    (7752 tests, cond 0)
		n1 false (test_time = 20.7351)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.723)
	variant   974/13428 = a(5707,5554)    (7752 tests, cond 0)
		n1 false (test_time = 21.1318)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.73)
	variant   975/13428 = a(5707,5552)    (7752 tests, cond 0)
		n1 false (test_time = 20.5847)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.947)
	variant   976/13428 = a(5707,5551)    (7752 tests, cond 0)
		n1 false (test_time = 20.6129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.815)
	variant   977/13428 = a(5707,5550)    (7752 tests, cond 0)
		n1 false (test_time = 20.5193)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.872)
	variant   978/13428 = a(5707,5549)    (7752 tests, cond 0)
		n1 false (test_time = 20.5623)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.451)
	variant   979/13428 = a(5707,5512)    (7752 tests, cond 0)
		n1 false (test_time = 20.7318)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.548)
	variant   980/13428 = a(5707,5345)    (7752 tests, cond 0)
		n1 false (test_time = 20.4997)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.785)
	variant   981/13428 = a(5707,5340)    (7752 tests, cond 0)
		n1 false (test_time = 21.0578)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.488)
	variant   982/13428 = a(5707,5281)    (7752 tests, cond 0)
		n1 false (test_time = 20.5123)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.983)
	variant   983/13428 = a(5707,5257)    (7752 tests, cond 0)
		n1 false (test_time = 22.6804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.654)
	variant   984/13428 = a(5706,5708)    (7752 tests, cond 0)
		n1 false (test_time = 20.5649)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.972)
	variant   985/13428 = a(5706,5707)    (7752 tests, cond 0)
		n1 false (test_time = 20.6306)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.149)
	variant   986/13428 = a(5706,5705)    (7752 tests, cond 0)
		n1 false (test_time = 21.1545)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.491)
	variant   987/13428 = a(5706,5704)    (7752 tests, cond 0)
		n1 false (test_time = 21.1651)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.836)
	variant   988/13428 = a(5706,5703)    (7752 tests, cond 0)
		n1 false (test_time = 20.5649)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.586)
	variant   989/13428 = a(5706,5694)    (7752 tests, cond 0)
		n1 false (test_time = 20.5809)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.011)
	variant   990/13428 = a(5706,5693)    (7752 tests, cond 0)
		n1 false (test_time = 20.5907)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.619)
	variant   991/13428 = a(5706,5691)    (7752 tests, cond 0)
		n1 false (test_time = 20.3559)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.441)
	variant   992/13428 = a(5706,5689)    (7752 tests, cond 0)
		n1 false (test_time = 20.6833)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.423)
	variant   993/13428 = a(5706,5681)    (7752 tests, cond 0)
		n1 false (test_time = 20.4851)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.627)
	variant   994/13428 = a(5706,5680)    (7752 tests, cond 0)
		n1 false (test_time = 20.5177)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.772)
	variant   995/13428 = a(5706,5679)    (7752 tests, cond 0)
		n1 false (test_time = 20.6129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.086)
	variant   996/13428 = a(5706,5677)    (7752 tests, cond 0)
		n1 false (test_time = 20.3125)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.464)
	variant   997/13428 = a(5706,5673)    (7752 tests, cond 0)
		n1 false (test_time = 20.6262)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.46)
	variant   998/13428 = a(5706,5672)    (7752 tests, cond 0)
		n1 false (test_time = 20.9377)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.862)
	variant   999/13428 = a(5706,5668)    (7752 tests, cond 0)
		n1 false (test_time = 20.6541)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.169)
	variant  1000/13428 = a(5706,5666)    (7752 tests, cond 0)
		n1 false (test_time = 20.2136)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.407)
	variant  1001/13428 = a(5706,5665)    (7752 tests, cond 0)
		n1 false (test_time = 20.6819)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.746)
	variant  1002/13428 = a(5706,5664)    (7752 tests, cond 0)
		n1 false (test_time = 20.6914)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.242)
	variant  1003/13428 = a(5706,5662)    (7752 tests, cond 0)
		n1 false (test_time = 20.8486)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.994)
	variant  1004/13428 = a(5706,5661)    (7752 tests, cond 0)
		n1 false (test_time = 20.5442)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.351)
	variant  1005/13428 = a(5706,5660)    (7752 tests, cond 0)
		n1 false (test_time = 20.2872)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.372)
	variant  1006/13428 = a(5706,5659)    (7752 tests, cond 0)
		n1 false (test_time = 20.3937)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 129.751)
	variant  1007/13428 = a(5706,5657)    (7752 tests, cond 0)
		n1 false (test_time = 20.4951)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.833)
	variant  1008/13428 = a(5706,5656)    (7752 tests, cond 0)
		n1 false (test_time = 20.8515)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.189)
	variant  1009/13428 = a(5706,5655)    (7752 tests, cond 0)
		n1 false (test_time = 20.5564)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.907)
	variant  1010/13428 = a(5706,5654)    (7752 tests, cond 0)
		n1 false (test_time = 20.7063)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.126)
	variant  1011/13428 = a(5706,5653)    (7752 tests, cond 0)
		n1 false (test_time = 21.237)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.434)
	variant  1012/13428 = a(5706,5652)    (7752 tests, cond 0)
		n1 false (test_time = 20.4525)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.967)
	variant  1013/13428 = a(5706,5651)    (7752 tests, cond 0)
		n1 false (test_time = 20.665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.382)
	variant  1014/13428 = a(5706,5650)    (7752 tests, cond 0)
		n1 false (test_time = 20.4222)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.155)
	variant  1015/13428 = a(5706,5649)    (7752 tests, cond 0)
		n1 false (test_time = 663.998)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.151)
	variant  1016/13428 = a(5706,5648)    (7752 tests, cond 0)
		n1 false (test_time = 20.4927)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.093)
	variant  1017/13428 = a(5706,5647)    (7752 tests, cond 0)
		n1 false (test_time = 20.8739)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.422)
	variant  1018/13428 = a(5706,5645)    (7752 tests, cond 0)
		n1 false (test_time = 20.7301)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.135)
	variant  1019/13428 = a(5706,5644)    (7752 tests, cond 0)
		n1 false (test_time = 20.5323)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.433)
	variant  1020/13428 = a(5706,5643)    (7752 tests, cond 0)
		n1 false (test_time = 20.391)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.104)
	variant  1021/13428 = a(5706,5642)    (7752 tests, cond 0)
		n1 false (test_time = 20.6712)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.455)
	variant  1022/13428 = a(5706,5641)    (7752 tests, cond 0)
		n1 false (test_time = 20.5787)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.443)
	variant  1023/13428 = a(5706,5640)    (7752 tests, cond 0)
		n1 false (test_time = 21.1921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.423)
	variant  1024/13428 = a(5706,5635)    (7752 tests, cond 0)
		n1 false (test_time = 20.5238)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.111)
	variant  1025/13428 = a(5706,5634)    (7752 tests, cond 0)
		n1 false (test_time = 20.2602)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.792)
	variant  1026/13428 = a(5706,5633)    (7752 tests, cond 0)
		n1 false (test_time = 20.7255)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.32)
	variant  1027/13428 = a(5706,5631)    (7752 tests, cond 0)
		n1 false (test_time = 20.4973)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.782)
	variant  1028/13428 = a(5706,5630)    (7752 tests, cond 0)
		n1 false (test_time = 20.4985)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.826)
	variant  1029/13428 = a(5706,5629)    (7752 tests, cond 0)
		n1 false (test_time = 20.5142)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.875)
	variant  1030/13428 = a(5706,5628)    (7752 tests, cond 0)
		n1 false (test_time = 20.6832)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.475)
	variant  1031/13428 = a(5706,5627)    (7752 tests, cond 0)
		n1 false (test_time = 20.4953)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.325)
	variant  1032/13428 = a(5706,5626)    (7752 tests, cond 0)
		n1 false (test_time = 20.5447)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.094)
	variant  1033/13428 = a(5706,5625)    (7752 tests, cond 0)
		n1 false (test_time = 20.658)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.333)
	variant  1034/13428 = a(5706,5624)    (7752 tests, cond 0)
		n1 false (test_time = 20.8233)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.205)
	variant  1035/13428 = a(5706,5623)    (7752 tests, cond 0)
		n1 false (test_time = 20.7826)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.52)
	variant  1036/13428 = a(5706,5622)    (7752 tests, cond 0)
		n1 false (test_time = 20.46)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.112)
	variant  1037/13428 = a(5706,5621)    (7752 tests, cond 0)
		n1 false (test_time = 20.633)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.556)
	variant  1038/13428 = a(5706,5620)    (7752 tests, cond 0)
		n1 false (test_time = 20.7532)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.922)
	variant  1039/13428 = a(5706,5619)    (7752 tests, cond 0)
		n1 false (test_time = 20.44)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.644)
	variant  1040/13428 = a(5706,5618)    (7752 tests, cond 0)
		n1 false (test_time = 20.4285)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.228)
	variant  1041/13428 = a(5706,5616)    (7752 tests, cond 0)
		n1 false (test_time = 20.5478)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.75)
	variant  1042/13428 = a(5706,5615)    (7752 tests, cond 0)
		n1 false (test_time = 20.7191)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.4)
	variant  1043/13428 = a(5706,5614)    (7752 tests, cond 0)
		n1 false (test_time = 20.5641)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.518)
	variant  1044/13428 = a(5706,5612)    (7752 tests, cond 0)
		n1 false (test_time = 20.8031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.253)
	variant  1045/13428 = a(5706,5611)    (7752 tests, cond 0)
		n1 false (test_time = 20.3918)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.361)
	variant  1046/13428 = a(5706,5610)    (7752 tests, cond 0)
		n1 false (test_time = 20.6176)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.206)
	variant  1047/13428 = a(5706,5609)    (7752 tests, cond 0)
		n1 false (test_time = 20.6548)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.206)
	variant  1048/13428 = a(5706,5608)    (7752 tests, cond 0)
		n1 false (test_time = 20.6945)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.432)
	variant  1049/13428 = a(5706,5607)    (7752 tests, cond 0)
		n1 false (test_time = 20.4253)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.368)
	variant  1050/13428 = a(5706,5606)    (7752 tests, cond 0)
		n1 false (test_time = 20.5052)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.349)
	variant  1051/13428 = a(5706,5605)    (7752 tests, cond 0)
		n1 false (test_time = 20.7331)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.767)
	variant  1052/13428 = a(5706,5603)    (7752 tests, cond 0)
		n1 false (test_time = 20.5905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.012)
	variant  1053/13428 = a(5706,5602)    (7752 tests, cond 0)
		n1 false (test_time = 20.7873)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.934)
	variant  1054/13428 = a(5706,5601)    (7752 tests, cond 0)
		n1 false (test_time = 20.4678)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.21)
	variant  1055/13428 = a(5706,5599)    (7752 tests, cond 0)
		n1 false (test_time = 20.7734)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.21)
	variant  1056/13428 = a(5706,5598)    (7752 tests, cond 0)
		n1 false (test_time = 20.6366)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.476)
	variant  1057/13428 = a(5706,5597)    (7752 tests, cond 0)
		n1 false (test_time = 20.662)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.115)
	variant  1058/13428 = a(5706,5596)    (7752 tests, cond 0)
		n1 false (test_time = 22.0724)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.459)
	variant  1059/13428 = a(5706,5595)    (7752 tests, cond 0)
		n1 false (test_time = 20.4879)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.06)
	variant  1060/13428 = a(5706,5594)    (7752 tests, cond 0)
		n1 false (test_time = 21.1581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.438)
	variant  1061/13428 = a(5706,5593)    (7752 tests, cond 0)
		n1 false (test_time = 20.52)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.775)
	variant  1062/13428 = a(5706,5592)    (7752 tests, cond 0)
		n1 false (test_time = 20.7863)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.92)
	variant  1063/13428 = a(5706,5591)    (7752 tests, cond 0)
		n1 false (test_time = 21.2779)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.138)
	variant  1064/13428 = a(5706,5590)    (7752 tests, cond 0)
		n1 false (test_time = 20.6037)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.712)
	variant  1065/13428 = a(5706,5589)    (7752 tests, cond 0)
		n1 false (test_time = 21.2205)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.745)
	variant  1066/13428 = a(5706,5588)    (7752 tests, cond 0)
		n1 false (test_time = 20.7298)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.019)
	variant  1067/13428 = a(5706,5587)    (7752 tests, cond 0)
		n1 false (test_time = 20.6034)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.762)
	variant  1068/13428 = a(5706,5586)    (7752 tests, cond 0)
		n1 false (test_time = 20.2977)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.28)
	variant  1069/13428 = a(5706,5585)    (7752 tests, cond 0)
		n1 false (test_time = 20.8393)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.14)
	variant  1070/13428 = a(5706,5584)    (7752 tests, cond 0)
		n1 false (test_time = 20.7479)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.259)
	variant  1071/13428 = a(5706,5583)    (7752 tests, cond 0)
		n1 false (test_time = 21.9422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.583)
	variant  1072/13428 = a(5706,5582)    (7752 tests, cond 0)
		n1 false (test_time = 20.4275)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.683)
	variant  1073/13428 = a(5706,5581)    (7752 tests, cond 0)
		n1 false (test_time = 20.8681)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.426)
	variant  1074/13428 = a(5706,5579)    (7752 tests, cond 0)
		n1 false (test_time = 20.5113)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.569)
	variant  1075/13428 = a(5706,5578)    (7752 tests, cond 0)
		n1 false (test_time = 20.629)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.673)
	variant  1076/13428 = a(5706,5577)    (7752 tests, cond 0)
		n1 false (test_time = 20.6744)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.408)
	variant  1077/13428 = a(5706,5576)    (7752 tests, cond 0)
		n1 false (test_time = 20.4564)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.81)
	variant  1078/13428 = a(5706,5575)    (7752 tests, cond 0)
		n1 false (test_time = 20.5403)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.125)
	variant  1079/13428 = a(5706,5574)    (7752 tests, cond 0)
		n1 false (test_time = 20.318)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.504)
	variant  1080/13428 = a(5706,5573)    (7752 tests, cond 0)
		n1 false (test_time = 20.5278)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.193)
	variant  1081/13428 = a(5706,5572)    (7752 tests, cond 0)
		n1 false (test_time = 20.568)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.546)
	variant  1082/13428 = a(5706,5570)    (7752 tests, cond 0)
		n1 false (test_time = 20.4206)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.981)
	variant  1083/13428 = a(5706,5569)    (7752 tests, cond 0)
		n1 false (test_time = 20.6124)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.51)
	variant  1084/13428 = a(5706,5568)    (7752 tests, cond 0)
		n1 false (test_time = 26.2494)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.207)
	variant  1085/13428 = a(5706,5567)    (7752 tests, cond 0)
		n1 false (test_time = 20.6118)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.838)
	variant  1086/13428 = a(5706,5566)    (7752 tests, cond 0)
		n1 false (test_time = 20.6532)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.452)
	variant  1087/13428 = a(5706,5565)    (7752 tests, cond 0)
		n1 false (test_time = 20.4844)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.303)
	variant  1088/13428 = a(5706,5564)    (7752 tests, cond 0)
		n1 false (test_time = 20.2537)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.154)
	variant  1089/13428 = a(5706,5563)    (7752 tests, cond 0)
		n1 false (test_time = 21.1553)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.4)
	variant  1090/13428 = a(5706,5561)    (7752 tests, cond 0)
		n1 false (test_time = 20.619)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.812)
	variant  1091/13428 = a(5706,5560)    (7752 tests, cond 0)
		n1 false (test_time = 20.5477)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.85)
	variant  1092/13428 = a(5706,5559)    (7752 tests, cond 0)
		n1 false (test_time = 20.5391)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.35)
	variant  1093/13428 = a(5706,5558)    (7752 tests, cond 0)
		n1 false (test_time = 20.5437)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.018)
	variant  1094/13428 = a(5706,5557)    (7752 tests, cond 0)
		n1 false (test_time = 20.753)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.831)
	variant  1095/13428 = a(5706,5556)    (7752 tests, cond 0)
		n1 false (test_time = 20.5095)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.546)
	variant  1096/13428 = a(5706,5555)    (7752 tests, cond 0)
		n1 false (test_time = 20.7947)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.767)
	variant  1097/13428 = a(5706,5554)    (7752 tests, cond 0)
		n1 false (test_time = 20.4305)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.709)
	variant  1098/13428 = a(5706,5552)    (7752 tests, cond 0)
		n1 false (test_time = 20.3666)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.537)
	variant  1099/13428 = a(5706,5551)    (7752 tests, cond 0)
		n1 false (test_time = 20.7325)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.004)
	variant  1100/13428 = a(5706,5550)    (7752 tests, cond 0)
		n1 false (test_time = 20.63)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.304)
	variant  1101/13428 = a(5706,5549)    (7752 tests, cond 0)
		n1 false (test_time = 20.4229)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.755)
	variant  1102/13428 = a(5706,5512)    (7752 tests, cond 0)
		n1 false (test_time = 20.4506)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.875)
	variant  1103/13428 = a(5706,5345)    (7752 tests, cond 0)
		n1 false (test_time = 20.7581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.487)
	variant  1104/13428 = a(5706,5340)    (7752 tests, cond 0)
		n1 false (test_time = 20.3493)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.359)
	variant  1105/13428 = a(5706,5281)    (7752 tests, cond 0)
		n1 false (test_time = 20.4237)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.226)
	variant  1106/13428 = a(5706,5257)    (7752 tests, cond 0)
		n1 false (test_time = 20.8323)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.784)
	variant  1107/13428 = a(5705,5708)    (7752 tests, cond 0)
		n1 false (test_time = 20.3529)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.258)
	variant  1108/13428 = a(5705,5707)    (7752 tests, cond 0)
		n1 false (test_time = 20.2804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.441)
	variant  1109/13428 = a(5705,5705)    (7752 tests, cond 0)
		n1 false (test_time = 20.4818)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.398)
	variant  1110/13428 = a(5705,5704)    (7752 tests, cond 0)
		n1 false (test_time = 25.4076)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.753)
	variant  1111/13428 = a(5705,5703)    (7752 tests, cond 0)
		n1 false (test_time = 20.5681)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.105)
	variant  1112/13428 = a(5705,5694)    (7752 tests, cond 0)
		n1 false (test_time = 20.5826)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.785)
	variant  1113/13428 = a(5705,5693)    (7752 tests, cond 0)
		n1 false (test_time = 20.5325)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.234)
	variant  1114/13428 = a(5705,5691)    (7752 tests, cond 0)
		n1 false (test_time = 20.5337)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.644)
	variant  1115/13428 = a(5705,5689)    (7752 tests, cond 0)
		n1 false (test_time = 20.5307)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.573)
	variant  1116/13428 = a(5705,5681)    (7752 tests, cond 0)
		n1 false (test_time = 20.7099)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.11)
	variant  1117/13428 = a(5705,5680)    (7752 tests, cond 0)
		n1 false (test_time = 20.505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.674)
	variant  1118/13428 = a(5705,5679)    (7752 tests, cond 0)
		n1 false (test_time = 20.7806)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 130.201)
	variant  1119/13428 = a(5705,5677)    (7752 tests, cond 0)
		n1 false (test_time = 21.0134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.806)
	variant  1120/13428 = a(5705,5673)    (7752 tests, cond 0)
		n1 false (test_time = 20.4279)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.85)
	variant  1121/13428 = a(5705,5672)    (7752 tests, cond 0)
		n1 false (test_time = 20.5998)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.54)
	variant  1122/13428 = a(5705,5668)    (7752 tests, cond 0)
		n1 false (test_time = 20.5698)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.624)
	variant  1123/13428 = a(5705,5666)    (7752 tests, cond 0)
		n1 false (test_time = 20.8912)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.838)
	variant  1124/13428 = a(5705,5665)    (7752 tests, cond 0)
		n1 false (test_time = 20.6448)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.88)
	variant  1125/13428 = a(5705,5664)    (7752 tests, cond 0)
		n1 false (test_time = 20.6485)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.47)
	variant  1126/13428 = a(5705,5662)    (7752 tests, cond 0)
		n1 false (test_time = 20.3469)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.238)
	variant  1127/13428 = a(5705,5661)    (7752 tests, cond 0)
		n1 false (test_time = 20.456)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.566)
	variant  1128/13428 = a(5705,5660)    (7752 tests, cond 0)
		n1 false (test_time = 20.8344)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.355)
	variant  1129/13428 = a(5705,5659)    (7752 tests, cond 0)
		n1 false (test_time = 20.6696)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.568)
	variant  1130/13428 = a(5705,5657)    (7752 tests, cond 0)
		n1 false (test_time = 20.5534)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.71)
	variant  1131/13428 = a(5705,5656)    (7752 tests, cond 0)
		n1 false (test_time = 20.7563)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.174)
	variant  1132/13428 = a(5705,5655)    (7752 tests, cond 0)
		n1 false (test_time = 20.3464)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.561)
	variant  1133/13428 = a(5705,5654)    (7752 tests, cond 0)
		n1 false (test_time = 20.7638)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.05)
	variant  1134/13428 = a(5705,5653)    (7752 tests, cond 0)
		n1 false (test_time = 21.2288)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.229)
	variant  1135/13428 = a(5705,5652)    (7752 tests, cond 0)
		n1 false (test_time = 21.0069)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.719)
	variant  1136/13428 = a(5705,5651)    (7752 tests, cond 0)
		n1 false (test_time = 20.6137)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.967)
	variant  1137/13428 = a(5705,5650)    (7752 tests, cond 0)
		n1 false (test_time = 20.3923)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.367)
	variant  1138/13428 = a(5705,5649)    (7752 tests, cond 0)
		n1 false (test_time = 21.5016)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.64)
	variant  1139/13428 = a(5705,5648)    (7752 tests, cond 0)
		n1 false (test_time = 20.7203)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.917)
	variant  1140/13428 = a(5705,5647)    (7752 tests, cond 0)
		n1 false (test_time = 20.5986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.408)
	variant  1141/13428 = a(5705,5645)    (7752 tests, cond 0)
		n1 false (test_time = 20.6454)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.801)
	variant  1142/13428 = a(5705,5644)    (7752 tests, cond 0)
		n1 false (test_time = 20.4529)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.956)
	variant  1143/13428 = a(5705,5643)    (7752 tests, cond 0)
		n1 false (test_time = 20.8863)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.651)
	variant  1144/13428 = a(5705,5642)    (7752 tests, cond 0)
		n1 false (test_time = 20.6748)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.218)
	variant  1145/13428 = a(5705,5641)    (7752 tests, cond 0)
		n1 false (test_time = 20.5936)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.484)
	variant  1146/13428 = a(5705,5640)    (7752 tests, cond 0)
		n1 false (test_time = 21.2586)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.739)
	variant  1147/13428 = a(5705,5635)    (7752 tests, cond 0)
		n1 false (test_time = 21.0481)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.778)
	variant  1148/13428 = a(5705,5634)    (7752 tests, cond 0)
		n1 false (test_time = 20.6226)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.258)
	variant  1149/13428 = a(5705,5633)    (7752 tests, cond 0)
		n1 false (test_time = 20.3964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.509)
	variant  1150/13428 = a(5705,5631)    (7752 tests, cond 0)
		n1 false (test_time = 20.3903)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.874)
	variant  1151/13428 = a(5705,5630)    (7752 tests, cond 0)
		n1 false (test_time = 21.1612)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.719)
	variant  1152/13428 = a(5705,5629)    (7752 tests, cond 0)
		n1 false (test_time = 21.4085)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.93)
	variant  1153/13428 = a(5705,5628)    (7752 tests, cond 0)
		n1 false (test_time = 21.1354)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.838)
	variant  1154/13428 = a(5705,5627)    (7752 tests, cond 0)
		n1 false (test_time = 20.7626)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.071)
	variant  1155/13428 = a(5705,5626)    (7752 tests, cond 0)
		n1 false (test_time = 20.6945)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.002)
	variant  1156/13428 = a(5705,5625)    (7752 tests, cond 0)
		n1 false (test_time = 20.7216)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.067)
	variant  1157/13428 = a(5705,5624)    (7752 tests, cond 0)
		n1 false (test_time = 20.7705)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 124.195)
	variant  1158/13428 = a(5705,5623)    (7752 tests, cond 0)
		n1 false (test_time = 21.5257)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.354)
	variant  1159/13428 = a(5705,5622)    (7752 tests, cond 0)
		n1 false (test_time = 20.9194)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.785)
	variant  1160/13428 = a(5705,5621)    (7752 tests, cond 0)
		n1 false (test_time = 20.9392)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.61)
	variant  1161/13428 = a(5705,5620)    (7752 tests, cond 0)
		n1 false (test_time = 21.1778)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.306)
	variant  1162/13428 = a(5705,5619)    (7752 tests, cond 0)
		n1 false (test_time = 20.8028)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.06)
	variant  1163/13428 = a(5705,5618)    (7752 tests, cond 0)
		n1 false (test_time = 20.7541)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.741)
	variant  1164/13428 = a(5705,5616)    (7752 tests, cond 0)
		n1 false (test_time = 20.7616)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.864)
	variant  1165/13428 = a(5705,5615)    (7752 tests, cond 0)
		n1 false (test_time = 20.6474)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.528)
	variant  1166/13428 = a(5705,5614)    (7752 tests, cond 0)
		n1 false (test_time = 20.7823)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.942)
	variant  1167/13428 = a(5705,5612)    (7752 tests, cond 0)
		n1 false (test_time = 20.6712)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.809)
	variant  1168/13428 = a(5705,5611)    (7752 tests, cond 0)
		n1 false (test_time = 20.3881)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.595)
	variant  1169/13428 = a(5705,5610)    (7752 tests, cond 0)
		n1 false (test_time = 21.125)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.893)
	variant  1170/13428 = a(5705,5609)    (7752 tests, cond 0)
		n1 false (test_time = 20.7495)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.349)
	variant  1171/13428 = a(5705,5608)    (7752 tests, cond 0)
		n1 false (test_time = 21.1194)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.43)
	variant  1172/13428 = a(5705,5607)    (7752 tests, cond 0)
		n1 false (test_time = 20.9368)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.095)
	variant  1173/13428 = a(5705,5606)    (7752 tests, cond 0)
		n1 false (test_time = 21.0527)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.167)
	variant  1174/13428 = a(5705,5605)    (7752 tests, cond 0)
		n1 false (test_time = 20.5437)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.389)
	variant  1175/13428 = a(5705,5603)    (7752 tests, cond 0)
		n1 false (test_time = 20.7918)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.232)
	variant  1176/13428 = a(5705,5602)    (7752 tests, cond 0)
		n1 false (test_time = 21.0822)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.835)
	variant  1177/13428 = a(5705,5601)    (7752 tests, cond 0)
		n1 false (test_time = 20.6664)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.849)
	variant  1178/13428 = a(5705,5599)    (7752 tests, cond 0)
		n1 false (test_time = 21.319)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.762)
	variant  1179/13428 = a(5705,5598)    (7752 tests, cond 0)
		n1 false (test_time = 20.6103)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.959)
	variant  1180/13428 = a(5705,5597)    (7752 tests, cond 0)
		n1 false (test_time = 20.5797)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.619)
	variant  1181/13428 = a(5705,5596)    (7752 tests, cond 0)
		n1 false (test_time = 21.1853)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.702)
	variant  1182/13428 = a(5705,5595)    (7752 tests, cond 0)
		n1 false (test_time = 20.9536)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.35)
	variant  1183/13428 = a(5705,5594)    (7752 tests, cond 0)
		n1 false (test_time = 20.6764)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.499)
	variant  1184/13428 = a(5705,5593)    (7752 tests, cond 0)
		n1 false (test_time = 20.9889)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.414)
	variant  1185/13428 = a(5705,5592)    (7752 tests, cond 0)
		n1 false (test_time = 21.2073)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.416)
	variant  1186/13428 = a(5705,5591)    (7752 tests, cond 0)
		n1 false (test_time = 20.799)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.578)
	variant  1187/13428 = a(5705,5590)    (7752 tests, cond 0)
		n1 false (test_time = 20.5516)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.465)
	variant  1188/13428 = a(5705,5589)    (7752 tests, cond 0)
		n1 false (test_time = 20.3529)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.446)
	variant  1189/13428 = a(5705,5588)    (7752 tests, cond 0)
		n1 false (test_time = 20.8146)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.465)
	variant  1190/13428 = a(5705,5587)    (7752 tests, cond 0)
		n1 false (test_time = 20.7113)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.277)
	variant  1191/13428 = a(5705,5586)    (7752 tests, cond 0)
		n1 false (test_time = 20.6277)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.625)
	variant  1192/13428 = a(5705,5585)    (7752 tests, cond 0)
		n1 false (test_time = 20.795)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.52)
	variant  1193/13428 = a(5705,5584)    (7752 tests, cond 0)
		n1 false (test_time = 20.6608)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.618)
	variant  1194/13428 = a(5705,5583)    (7752 tests, cond 0)
		n1 false (test_time = 20.9033)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.468)
	variant  1195/13428 = a(5705,5582)    (7752 tests, cond 0)
		n1 false (test_time = 20.8308)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.958)
	variant  1196/13428 = a(5705,5581)    (7752 tests, cond 0)
		n1 false (test_time = 20.7072)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.869)
	variant  1197/13428 = a(5705,5579)    (7752 tests, cond 0)
		n1 false (test_time = 20.6062)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.275)
	variant  1198/13428 = a(5705,5578)    (7752 tests, cond 0)
		n1 false (test_time = 20.9667)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.927)
	variant  1199/13428 = a(5705,5577)    (7752 tests, cond 0)
		n1 false (test_time = 20.6487)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.578)
	variant  1200/13428 = a(5705,5576)    (7752 tests, cond 0)
		n1 false (test_time = 20.5207)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.41)
	variant  1201/13428 = a(5705,5575)    (7752 tests, cond 0)
		n1 false (test_time = 20.7814)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.576)
	variant  1202/13428 = a(5705,5574)    (7752 tests, cond 0)
		n1 false (test_time = 20.5121)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.323)
	variant  1203/13428 = a(5705,5573)    (7752 tests, cond 0)
		n1 false (test_time = 20.9622)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.337)
	variant  1204/13428 = a(5705,5572)    (7752 tests, cond 0)
		n1 false (test_time = 21.0647)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.296)
	variant  1205/13428 = a(5705,5570)    (7752 tests, cond 0)
		n1 false (test_time = 25.0425)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.246)
	variant  1206/13428 = a(5705,5569)    (7752 tests, cond 0)
		n1 false (test_time = 20.6142)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.013)
	variant  1207/13428 = a(5705,5568)    (7752 tests, cond 0)
		n1 false (test_time = 20.8667)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.819)
	variant  1208/13428 = a(5705,5567)    (7752 tests, cond 0)
		n1 false (test_time = 20.5337)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.511)
	variant  1209/13428 = a(5705,5566)    (7752 tests, cond 0)
		n1 false (test_time = 21.1911)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.704)
	variant  1210/13428 = a(5705,5565)    (7752 tests, cond 0)
		n1 false (test_time = 20.9399)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.028)
	variant  1211/13428 = a(5705,5564)    (7752 tests, cond 0)
		n1 false (test_time = 20.7328)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.627)
	variant  1212/13428 = a(5705,5563)    (7752 tests, cond 0)
		n1 false (test_time = 20.7233)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.544)
	variant  1213/13428 = a(5705,5561)    (7752 tests, cond 0)
		n1 false (test_time = 20.5834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.362)
	variant  1214/13428 = a(5705,5560)    (7752 tests, cond 0)
		n1 false (test_time = 20.7393)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.803)
	variant  1215/13428 = a(5705,5559)    (7752 tests, cond 0)
		n1 false (test_time = 20.5539)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.241)
	variant  1216/13428 = a(5705,5558)    (7752 tests, cond 0)
		n1 false (test_time = 20.384)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.869)
	variant  1217/13428 = a(5705,5557)    (7752 tests, cond 0)
		n1 false (test_time = 20.7619)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.36)
	variant  1218/13428 = a(5705,5556)    (7752 tests, cond 0)
		n1 false (test_time = 21.1329)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.988)
	variant  1219/13428 = a(5705,5555)    (7752 tests, cond 0)
		n1 false (test_time = 20.6594)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.338)
	variant  1220/13428 = a(5705,5554)    (7752 tests, cond 0)
		n1 false (test_time = 20.7593)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.006)
	variant  1221/13428 = a(5705,5552)    (7752 tests, cond 0)
		n1 false (test_time = 20.797)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.619)
	variant  1222/13428 = a(5705,5551)    (7752 tests, cond 0)
		n1 false (test_time = 20.7354)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.455)
	variant  1223/13428 = a(5705,5550)    (7752 tests, cond 0)
		n1 false (test_time = 20.8051)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.718)
	variant  1224/13428 = a(5705,5549)    (7752 tests, cond 0)
		n1 false (test_time = 20.8126)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.139)
	variant  1225/13428 = a(5705,5512)    (7752 tests, cond 0)
		n1 false (test_time = 20.4751)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.569)
	variant  1226/13428 = a(5705,5345)    (7752 tests, cond 0)
		n1 false (test_time = 20.8813)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.781)
	variant  1227/13428 = a(5705,5340)    (7752 tests, cond 0)
		n1 false (test_time = 20.9507)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.106)
	variant  1228/13428 = a(5705,5281)    (7752 tests, cond 0)
		n1 false (test_time = 20.6591)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.524)
	variant  1229/13428 = a(5705,5257)    (7752 tests, cond 0)
		n1 false (test_time = 20.4937)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.123)
	variant  1230/13428 = a(5704,5708)    (7752 tests, cond 0)
		n1 false (test_time = 20.7834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.01)
	variant  1231/13428 = a(5704,5707)    (7752 tests, cond 0)
		n1 false (test_time = 24.7012)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.822)
	variant  1232/13428 = a(5704,5705)    (7752 tests, cond 0)
		n1 false (test_time = 20.5964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.143)
	variant  1233/13428 = a(5704,5704)    (7752 tests, cond 0)
		n1 false (test_time = 20.6934)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.444)
	variant  1234/13428 = a(5704,5703)    (7752 tests, cond 0)
		n1 false (test_time = 21.3388)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.1)
	variant  1235/13428 = a(5704,5694)    (7752 tests, cond 0)
		n1 false (test_time = 20.8277)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.813)
	variant  1236/13428 = a(5704,5693)    (7752 tests, cond 0)
		n1 false (test_time = 20.6509)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.364)
	variant  1237/13428 = a(5704,5691)    (7752 tests, cond 0)
		n1 false (test_time = 20.8317)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.529)
	variant  1238/13428 = a(5704,5689)    (7752 tests, cond 0)
		n1 false (test_time = 20.7002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.167)
	variant  1239/13428 = a(5704,5681)    (7752 tests, cond 0)
		n1 false (test_time = 20.9619)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.55)
	variant  1240/13428 = a(5704,5680)    (7752 tests, cond 0)
		n1 false (test_time = 20.7668)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.026)
	variant  1241/13428 = a(5704,5679)    (7752 tests, cond 0)
		n1 false (test_time = 21.5979)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.048)
	variant  1242/13428 = a(5704,5677)    (7752 tests, cond 0)
		n1 false (test_time = 20.9163)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.91)
	variant  1243/13428 = a(5704,5673)    (7752 tests, cond 0)
		n1 false (test_time = 20.7866)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.112)
	variant  1244/13428 = a(5704,5672)    (7752 tests, cond 0)
		n1 false (test_time = 21.0085)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.875)
	variant  1245/13428 = a(5704,5668)    (7752 tests, cond 0)
		n1 false (test_time = 20.6921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.611)
	variant  1246/13428 = a(5704,5666)    (7752 tests, cond 0)
		n1 false (test_time = 20.7494)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.697)
	variant  1247/13428 = a(5704,5665)    (7752 tests, cond 0)
		n1 false (test_time = 20.9082)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.859)
	variant  1248/13428 = a(5704,5664)    (7752 tests, cond 0)
		n1 false (test_time = 20.7773)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.056)
	variant  1249/13428 = a(5704,5662)    (7752 tests, cond 0)
		n1 false (test_time = 20.5603)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.936)
	variant  1250/13428 = a(5704,5661)    (7752 tests, cond 0)
		n1 false (test_time = 21.1068)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.383)
	variant  1251/13428 = a(5704,5660)    (7752 tests, cond 0)
		n1 false (test_time = 21.2966)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.481)
	variant  1252/13428 = a(5704,5659)    (7752 tests, cond 0)
		n1 false (test_time = 20.7479)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.616)
	variant  1253/13428 = a(5704,5657)    (7752 tests, cond 0)
		n1 false (test_time = 20.5991)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.816)
	variant  1254/13428 = a(5704,5656)    (7752 tests, cond 0)
		n1 false (test_time = 20.4877)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.33)
	variant  1255/13428 = a(5704,5655)    (7752 tests, cond 0)
		n1 false (test_time = 20.7326)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.65)
	variant  1256/13428 = a(5704,5654)    (7752 tests, cond 0)
		n1 false (test_time = 20.7898)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.172)
	variant  1257/13428 = a(5704,5653)    (7752 tests, cond 0)
		n1 false (test_time = 21.3024)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.154)
	variant  1258/13428 = a(5704,5652)    (7752 tests, cond 0)
		n1 false (test_time = 21.0898)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.372)
	variant  1259/13428 = a(5704,5651)    (7752 tests, cond 0)
		n1 false (test_time = 20.5387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.517)
	variant  1260/13428 = a(5704,5650)    (7752 tests, cond 0)
		n1 false (test_time = 20.8173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.738)
	variant  1261/13428 = a(5704,5649)    (7752 tests, cond 0)
		n1 false (test_time = 20.8153)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.536)
	variant  1262/13428 = a(5704,5648)    (7752 tests, cond 0)
		n1 false (test_time = 21.0046)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.468)
	variant  1263/13428 = a(5704,5647)    (7752 tests, cond 0)
		n1 false (test_time = 20.5335)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.313)
	variant  1264/13428 = a(5704,5645)    (7752 tests, cond 0)
		n1 false (test_time = 21.3417)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.834)
	variant  1265/13428 = a(5704,5644)    (7752 tests, cond 0)
		n1 false (test_time = 20.5897)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.024)
	variant  1266/13428 = a(5704,5643)    (7752 tests, cond 0)
		n1 false (test_time = 20.6979)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.275)
	variant  1267/13428 = a(5704,5642)    (7752 tests, cond 0)
		n1 false (test_time = 20.6738)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.603)
	variant  1268/13428 = a(5704,5641)    (7752 tests, cond 0)
		n1 false (test_time = 20.6525)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.712)
	variant  1269/13428 = a(5704,5640)    (7752 tests, cond 0)
		n1 false (test_time = 20.5509)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.891)
	variant  1270/13428 = a(5704,5635)    (7752 tests, cond 0)
		n1 false (test_time = 20.4093)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.973)
	variant  1271/13428 = a(5704,5634)    (7752 tests, cond 0)
		n1 false (test_time = 20.9299)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.393)
	variant  1272/13428 = a(5704,5633)    (7752 tests, cond 0)
		n1 false (test_time = 20.6133)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.531)
	variant  1273/13428 = a(5704,5631)    (7752 tests, cond 0)
		n1 false (test_time = 21.0109)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.99)
	variant  1274/13428 = a(5704,5630)    (7752 tests, cond 0)
		n1 false (test_time = 20.6985)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.754)
	variant  1275/13428 = a(5704,5629)    (7752 tests, cond 0)
		n1 false (test_time = 21.3491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.718)
	variant  1276/13428 = a(5704,5628)    (7752 tests, cond 0)
		n1 false (test_time = 21.0538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.251)
	variant  1277/13428 = a(5704,5627)    (7752 tests, cond 0)
		n1 false (test_time = 20.7001)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.606)
	variant  1278/13428 = a(5704,5626)    (7752 tests, cond 0)
		n1 false (test_time = 21.0627)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.975)
	variant  1279/13428 = a(5704,5625)    (7752 tests, cond 0)
		n1 false (test_time = 20.576)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.806)
	variant  1280/13428 = a(5704,5624)    (7752 tests, cond 0)
		n1 false (test_time = 20.9446)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.617)
	variant  1281/13428 = a(5704,5623)    (7752 tests, cond 0)
		n1 false (test_time = 21.088)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.57)
	variant  1282/13428 = a(5704,5622)    (7752 tests, cond 0)
		n1 false (test_time = 20.8499)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.014)
	variant  1283/13428 = a(5704,5621)    (7752 tests, cond 0)
		n1 false (test_time = 20.6037)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.069)
	variant  1284/13428 = a(5704,5620)    (7752 tests, cond 0)
		n1 false (test_time = 20.7264)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.047)
	variant  1285/13428 = a(5704,5619)    (7752 tests, cond 0)
		n1 false (test_time = 20.777)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.921)
	variant  1286/13428 = a(5704,5618)    (7752 tests, cond 0)
		n1 false (test_time = 21.1171)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.495)
	variant  1287/13428 = a(5704,5616)    (7752 tests, cond 0)
		n1 false (test_time = 20.9428)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.182)
	variant  1288/13428 = a(5704,5615)    (7752 tests, cond 0)
		n1 false (test_time = 21.1118)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.167)
	variant  1289/13428 = a(5704,5614)    (7752 tests, cond 0)
		n1 false (test_time = 21.1108)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.052)
	variant  1290/13428 = a(5704,5612)    (7752 tests, cond 0)
		n1 false (test_time = 20.6389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.335)
	variant  1291/13428 = a(5704,5611)    (7752 tests, cond 0)
		n1 false (test_time = 20.4529)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.833)
	variant  1292/13428 = a(5704,5610)    (7752 tests, cond 0)
		n1 false (test_time = 20.8014)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.788)
	variant  1293/13428 = a(5704,5609)    (7752 tests, cond 0)
		n1 false (test_time = 20.5937)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.205)
	variant  1294/13428 = a(5704,5608)    (7752 tests, cond 0)
		n1 false (test_time = 20.8236)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.736)
	variant  1295/13428 = a(5704,5607)    (7752 tests, cond 0)
		n1 false (test_time = 20.5933)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.638)
	variant  1296/13428 = a(5704,5606)    (7752 tests, cond 0)
		n1 false (test_time = 21.2262)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.381)
	variant  1297/13428 = a(5704,5605)    (7752 tests, cond 0)
		n1 false (test_time = 20.8158)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.734)
	variant  1298/13428 = a(5704,5603)    (7752 tests, cond 0)
		n1 false (test_time = 20.5937)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.668)
	variant  1299/13428 = a(5704,5602)    (7752 tests, cond 0)
		n1 false (test_time = 21.3257)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.167)
	variant  1300/13428 = a(5704,5601)    (7752 tests, cond 0)
		n1 false (test_time = 21.1766)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.715)
	variant  1301/13428 = a(5704,5599)    (7752 tests, cond 0)
		n1 false (test_time = 20.9512)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.628)
	variant  1302/13428 = a(5704,5598)    (7752 tests, cond 0)
		n1 false (test_time = 21.0004)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.956)
	variant  1303/13428 = a(5704,5597)    (7752 tests, cond 0)
		n1 false (test_time = 20.8637)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.079)
	variant  1304/13428 = a(5704,5596)    (7752 tests, cond 0)
		n1 false (test_time = 21.2186)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.703)
	variant  1305/13428 = a(5704,5595)    (7752 tests, cond 0)
		n1 false (test_time = 20.4683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 128.514)
	variant  1306/13428 = a(5704,5594)    (7752 tests, cond 0)
		n1 false (test_time = 21.1902)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.514)
	variant  1307/13428 = a(5704,5593)    (7752 tests, cond 0)
		n1 false (test_time = 20.5287)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.153)
	variant  1308/13428 = a(5704,5592)    (7752 tests, cond 0)
		n1 false (test_time = 20.5808)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.315)
	variant  1309/13428 = a(5704,5591)    (7752 tests, cond 0)
		n1 false (test_time = 20.7374)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.084)
	variant  1310/13428 = a(5704,5590)    (7752 tests, cond 0)
		n1 false (test_time = 21.2788)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.395)
	variant  1311/13428 = a(5704,5589)    (7752 tests, cond 0)
		n1 false (test_time = 20.8314)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.313)
	variant  1312/13428 = a(5704,5588)    (7752 tests, cond 0)
		n1 false (test_time = 20.7364)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.315)
	variant  1313/13428 = a(5704,5587)    (7752 tests, cond 0)
		n1 false (test_time = 20.7998)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.242)
	variant  1314/13428 = a(5704,5586)    (7752 tests, cond 0)
		n1 false (test_time = 20.7139)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.989)
	variant  1315/13428 = a(5704,5585)    (7752 tests, cond 0)
		n1 false (test_time = 20.7902)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.824)
	variant  1316/13428 = a(5704,5584)    (7752 tests, cond 0)
		n1 false (test_time = 20.7698)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.72)
	variant  1317/13428 = a(5704,5583)    (7752 tests, cond 0)
		n1 false (test_time = 20.7291)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.825)
	variant  1318/13428 = a(5704,5582)    (7752 tests, cond 0)
		n1 false (test_time = 20.5925)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.188)
	variant  1319/13428 = a(5704,5581)    (7752 tests, cond 0)
		n1 false (test_time = 20.6002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.396)
	variant  1320/13428 = a(5704,5579)    (7752 tests, cond 0)
		n1 false (test_time = 20.8751)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.777)
	variant  1321/13428 = a(5704,5578)    (7752 tests, cond 0)
		n1 false (test_time = 21.2023)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.684)
	variant  1322/13428 = a(5704,5577)    (7752 tests, cond 0)
		n1 false (test_time = 20.9037)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.778)
	variant  1323/13428 = a(5704,5576)    (7752 tests, cond 0)
		n1 false (test_time = 21.3207)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.516)
	variant  1324/13428 = a(5704,5575)    (7752 tests, cond 0)
		n1 false (test_time = 21.3146)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.087)
	variant  1325/13428 = a(5704,5574)    (7752 tests, cond 0)
		n1 false (test_time = 20.6786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.609)
	variant  1326/13428 = a(5704,5573)    (7752 tests, cond 0)
		n1 false (test_time = 21.1707)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.522)
	variant  1327/13428 = a(5704,5572)    (7752 tests, cond 0)
		n1 false (test_time = 20.7287)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.574)
	variant  1328/13428 = a(5704,5570)    (7752 tests, cond 0)
		n1 false (test_time = 20.7951)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.564)
	variant  1329/13428 = a(5704,5569)    (7752 tests, cond 0)
		n1 false (test_time = 21.3295)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.618)
	variant  1330/13428 = a(5704,5568)    (7752 tests, cond 0)
		n1 false (test_time = 20.5397)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.871)
	variant  1331/13428 = a(5704,5567)    (7752 tests, cond 0)
		n1 false (test_time = 20.5354)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.47)
	variant  1332/13428 = a(5704,5566)    (7752 tests, cond 0)
		n1 false (test_time = 20.9019)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.092)
	variant  1333/13428 = a(5704,5565)    (7752 tests, cond 0)
		n1 false (test_time = 20.8708)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.851)
	variant  1334/13428 = a(5704,5564)    (7752 tests, cond 0)
		n1 false (test_time = 20.7019)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.556)
	variant  1335/13428 = a(5704,5563)    (7752 tests, cond 0)
		n1 false (test_time = 21.0641)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 127.47)
	variant  1336/13428 = a(5704,5561)    (7752 tests, cond 0)
		n1 false (test_time = 21.162)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.568)
	variant  1337/13428 = a(5704,5560)    (7752 tests, cond 0)
		n1 false (test_time = 20.9067)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.129)
	variant  1338/13428 = a(5704,5559)    (7752 tests, cond 0)
		n1 false (test_time = 20.9509)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.857)
	variant  1339/13428 = a(5704,5558)    (7752 tests, cond 0)
		n1 false (test_time = 21.1719)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.807)
	variant  1340/13428 = a(5704,5557)    (7752 tests, cond 0)
		n1 false (test_time = 20.6704)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.117)
	variant  1341/13428 = a(5704,5556)    (7752 tests, cond 0)
		n1 false (test_time = 21.0824)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.405)
	variant  1342/13428 = a(5704,5555)    (7752 tests, cond 0)
		n1 false (test_time = 20.594)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.391)
	variant  1343/13428 = a(5704,5554)    (7752 tests, cond 0)
		n1 false (test_time = 20.6671)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.976)
	variant  1344/13428 = a(5704,5552)    (7752 tests, cond 0)
		n1 false (test_time = 20.5264)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.877)
	variant  1345/13428 = a(5704,5551)    (7752 tests, cond 0)
		n1 false (test_time = 21.1056)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.555)
	variant  1346/13428 = a(5704,5550)    (7752 tests, cond 0)
		n1 false (test_time = 21.5106)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.331)
	variant  1347/13428 = a(5704,5549)    (7752 tests, cond 0)
		n1 false (test_time = 20.8685)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.291)
	variant  1348/13428 = a(5704,5512)    (7752 tests, cond 0)
		n1 false (test_time = 20.7523)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.361)
	variant  1349/13428 = a(5704,5345)    (7752 tests, cond 0)
		n1 false (test_time = 21.0917)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.381)
	variant  1350/13428 = a(5704,5340)    (7752 tests, cond 0)
		n1 false (test_time = 21.0028)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.827)
	variant  1351/13428 = a(5704,5281)    (7752 tests, cond 0)
		n1 false (test_time = 20.7321)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.942)
	variant  1352/13428 = a(5704,5257)    (7752 tests, cond 0)
		n1 false (test_time = 20.8503)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.427)
	variant  1353/13428 = a(5703,5708)    (7752 tests, cond 0)
		n1 false (test_time = 20.8224)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.7)
	variant  1354/13428 = a(5703,5707)    (7752 tests, cond 0)
		n1 false (test_time = 21.3325)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.761)
	variant  1355/13428 = a(5703,5705)    (7752 tests, cond 0)
		n1 false (test_time = 20.7197)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.345)
	variant  1356/13428 = a(5703,5704)    (7752 tests, cond 0)
		n1 false (test_time = 20.8661)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.819)
	variant  1357/13428 = a(5703,5703)    (7752 tests, cond 0)
		n1 false (test_time = 20.9312)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.936)
	variant  1358/13428 = a(5703,5694)    (7752 tests, cond 0)
		n1 false (test_time = 20.9575)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.107)
	variant  1359/13428 = a(5703,5693)    (7752 tests, cond 0)
		n1 false (test_time = 21.4679)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.409)
	variant  1360/13428 = a(5703,5691)    (7752 tests, cond 0)
		n1 false (test_time = 21.0278)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.196)
	variant  1361/13428 = a(5703,5689)    (7752 tests, cond 0)
		n1 false (test_time = 20.512)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.42)
	variant  1362/13428 = a(5703,5681)    (7752 tests, cond 0)
		n1 false (test_time = 20.7461)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.952)
	variant  1363/13428 = a(5703,5680)    (7752 tests, cond 0)
		n1 false (test_time = 20.8123)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.561)
	variant  1364/13428 = a(5703,5679)    (7752 tests, cond 0)
		n1 false (test_time = 20.6252)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.737)
	variant  1365/13428 = a(5703,5677)    (7752 tests, cond 0)
		n1 false (test_time = 20.5529)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.072)
	variant  1366/13428 = a(5703,5673)    (7752 tests, cond 0)
		n1 false (test_time = 20.7248)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.119)
	variant  1367/13428 = a(5703,5672)    (7752 tests, cond 0)
		n1 false (test_time = 20.6814)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.835)
	variant  1368/13428 = a(5703,5668)    (7752 tests, cond 0)
		n1 false (test_time = 21.3654)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.684)
	variant  1369/13428 = a(5703,5666)    (7752 tests, cond 0)
		n1 false (test_time = 20.9848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.218)
	variant  1370/13428 = a(5703,5665)    (7752 tests, cond 0)
		n1 false (test_time = 21.0343)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.738)
	variant  1371/13428 = a(5703,5664)    (7752 tests, cond 0)
		n1 false (test_time = 20.8178)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.841)
	variant  1372/13428 = a(5703,5662)    (7752 tests, cond 0)
		n1 false (test_time = 20.7317)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.82)
	variant  1373/13428 = a(5703,5661)    (7752 tests, cond 0)
		n1 false (test_time = 22.1953)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.187)
	variant  1374/13428 = a(5703,5660)    (7752 tests, cond 0)
		n1 false (test_time = 21.2674)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.036)
	variant  1375/13428 = a(5703,5659)    (7752 tests, cond 0)
		n1 false (test_time = 22.8595)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.859)
	variant  1376/13428 = a(5703,5657)    (7752 tests, cond 0)
		n1 false (test_time = 21.1581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.802)
	variant  1377/13428 = a(5703,5656)    (7752 tests, cond 0)
		n1 false (test_time = 21.2072)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.498)
	variant  1378/13428 = a(5703,5655)    (7752 tests, cond 0)
		n1 false (test_time = 21.2228)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.736)
	variant  1379/13428 = a(5703,5654)    (7752 tests, cond 0)
		n1 false (test_time = 20.5655)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.889)
	variant  1380/13428 = a(5703,5653)    (7752 tests, cond 0)
		n1 false (test_time = 20.8484)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.127)
	variant  1381/13428 = a(5703,5652)    (7752 tests, cond 0)
		n1 false (test_time = 20.7201)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.724)
	variant  1382/13428 = a(5703,5651)    (7752 tests, cond 0)
		n1 false (test_time = 21.5353)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.118)
	variant  1383/13428 = a(5703,5650)    (7752 tests, cond 0)
		n1 false (test_time = 20.6994)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.857)
	variant  1384/13428 = a(5703,5649)    (7752 tests, cond 0)
		n1 false (test_time = 21.2309)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.144)
	variant  1385/13428 = a(5703,5648)    (7752 tests, cond 0)
		n1 false (test_time = 21.1183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.245)
	variant  1386/13428 = a(5703,5647)    (7752 tests, cond 0)
		n1 false (test_time = 21.1556)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.271)
	variant  1387/13428 = a(5703,5645)    (7752 tests, cond 0)
		n1 false (test_time = 20.6498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.283)
	variant  1388/13428 = a(5703,5644)    (7752 tests, cond 0)
		n1 false (test_time = 21.125)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.387)
	variant  1389/13428 = a(5703,5643)    (7752 tests, cond 0)
		n1 false (test_time = 21.1512)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.241)
	variant  1390/13428 = a(5703,5642)    (7752 tests, cond 0)
		n1 false (test_time = 20.8426)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.303)
	variant  1391/13428 = a(5703,5641)    (7752 tests, cond 0)
		n1 false (test_time = 21.4542)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.097)
	variant  1392/13428 = a(5703,5640)    (7752 tests, cond 0)
		n1 false (test_time = 21.0293)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.329)
	variant  1393/13428 = a(5703,5635)    (7752 tests, cond 0)
		n1 false (test_time = 20.6556)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.505)
	variant  1394/13428 = a(5703,5634)    (7752 tests, cond 0)
		n1 false (test_time = 20.9283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.389)
	variant  1395/13428 = a(5703,5633)    (7752 tests, cond 0)
		n1 false (test_time = 21.0663)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.206)
	variant  1396/13428 = a(5703,5631)    (7752 tests, cond 0)
		n1 false (test_time = 21.2032)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.802)
	variant  1397/13428 = a(5703,5630)    (7752 tests, cond 0)
		n1 false (test_time = 21.1632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.984)
	variant  1398/13428 = a(5703,5629)    (7752 tests, cond 0)
		n1 false (test_time = 21.0821)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.363)
	variant  1399/13428 = a(5703,5628)    (7752 tests, cond 0)
		n1 false (test_time = 21.2464)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.519)
	variant  1400/13428 = a(5703,5627)    (7752 tests, cond 0)
		n1 false (test_time = 21.0356)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.987)
	variant  1401/13428 = a(5703,5626)    (7752 tests, cond 0)
		n1 false (test_time = 21.2237)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.104)
	variant  1402/13428 = a(5703,5625)    (7752 tests, cond 0)
		n1 false (test_time = 20.8833)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.505)
	variant  1403/13428 = a(5703,5624)    (7752 tests, cond 0)
		n1 false (test_time = 20.6895)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.729)
	variant  1404/13428 = a(5703,5623)    (7752 tests, cond 0)
		n1 false (test_time = 20.7218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.489)
	variant  1405/13428 = a(5703,5622)    (7752 tests, cond 0)
		n1 false (test_time = 20.5727)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.608)
	variant  1406/13428 = a(5703,5621)    (7752 tests, cond 0)
		n1 false (test_time = 20.8066)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.44)
	variant  1407/13428 = a(5703,5620)    (7752 tests, cond 0)
		n1 false (test_time = 21.2532)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.899)
	variant  1408/13428 = a(5703,5619)    (7752 tests, cond 0)
		n1 false (test_time = 20.6797)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.819)
	variant  1409/13428 = a(5703,5618)    (7752 tests, cond 0)
		n1 false (test_time = 20.4301)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.31)
	variant  1410/13428 = a(5703,5616)    (7752 tests, cond 0)
		n1 false (test_time = 20.7025)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.25)
	variant  1411/13428 = a(5703,5615)    (7752 tests, cond 0)
		n1 false (test_time = 20.7565)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.054)
	variant  1412/13428 = a(5703,5614)    (7752 tests, cond 0)
		n1 false (test_time = 20.664)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.659)
	variant  1413/13428 = a(5703,5612)    (7752 tests, cond 0)
		n1 false (test_time = 20.5134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.409)
	variant  1414/13428 = a(5703,5611)    (7752 tests, cond 0)
		n1 false (test_time = 21.1397)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.476)
	variant  1415/13428 = a(5703,5610)    (7752 tests, cond 0)
		n1 false (test_time = 20.8045)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.865)
	variant  1416/13428 = a(5703,5609)    (7752 tests, cond 0)
		n1 false (test_time = 20.7584)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.498)
	variant  1417/13428 = a(5703,5608)    (7752 tests, cond 0)
		n1 false (test_time = 20.6288)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.149)
	variant  1418/13428 = a(5703,5607)    (7752 tests, cond 0)
		n1 false (test_time = 20.8323)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.691)
	variant  1419/13428 = a(5703,5606)    (7752 tests, cond 0)
		n1 false (test_time = 24.9002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.599)
	variant  1420/13428 = a(5703,5605)    (7752 tests, cond 0)
		n1 false (test_time = 20.8079)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.217)
	variant  1421/13428 = a(5703,5603)    (7752 tests, cond 0)
		n1 false (test_time = 20.8079)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.5)
	variant  1422/13428 = a(5703,5602)    (7752 tests, cond 0)
		n1 false (test_time = 21.1458)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.011)
	variant  1423/13428 = a(5703,5601)    (7752 tests, cond 0)
		n1 false (test_time = 20.8165)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.473)
	variant  1424/13428 = a(5703,5599)    (7752 tests, cond 0)
		n1 false (test_time = 20.9456)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.186)
	variant  1425/13428 = a(5703,5598)    (7752 tests, cond 0)
		n1 false (test_time = 20.9693)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.744)
	variant  1426/13428 = a(5703,5597)    (7752 tests, cond 0)
		n1 false (test_time = 21.8538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.742)
	variant  1427/13428 = a(5703,5596)    (7752 tests, cond 0)
		n1 false (test_time = 20.8241)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.882)
	variant  1428/13428 = a(5703,5595)    (7752 tests, cond 0)
		n1 false (test_time = 20.6769)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.889)
	variant  1429/13428 = a(5703,5594)    (7752 tests, cond 0)
		n1 false (test_time = 20.8641)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.17)
	variant  1430/13428 = a(5703,5593)    (7752 tests, cond 0)
		n1 false (test_time = 20.8488)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.981)
	variant  1431/13428 = a(5703,5592)    (7752 tests, cond 0)
		n1 false (test_time = 20.9187)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.809)
	variant  1432/13428 = a(5703,5591)    (7752 tests, cond 0)
		n1 false (test_time = 21.184)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.716)
	variant  1433/13428 = a(5703,5590)    (7752 tests, cond 0)
		n1 false (test_time = 21.2438)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.524)
	variant  1434/13428 = a(5703,5589)    (7752 tests, cond 0)
		n1 false (test_time = 20.8386)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.269)
	variant  1435/13428 = a(5703,5588)    (7752 tests, cond 0)
		n1 false (test_time = 20.9187)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.719)
	variant  1436/13428 = a(5703,5587)    (7752 tests, cond 0)
		n1 false (test_time = 20.955)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.917)
	variant  1437/13428 = a(5703,5586)    (7752 tests, cond 0)
		n1 false (test_time = 20.9374)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.779)
	variant  1438/13428 = a(5703,5585)    (7752 tests, cond 0)
		n1 false (test_time = 20.645)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.548)
	variant  1439/13428 = a(5703,5584)    (7752 tests, cond 0)
		n1 false (test_time = 21.1352)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.809)
	variant  1440/13428 = a(5703,5583)    (7752 tests, cond 0)
		n1 false (test_time = 21.2606)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.648)
	variant  1441/13428 = a(5703,5582)    (7752 tests, cond 0)
		n1 false (test_time = 21.1953)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.697)
	variant  1442/13428 = a(5703,5581)    (7752 tests, cond 0)
		n1 false (test_time = 20.6837)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.423)
	variant  1443/13428 = a(5703,5579)    (7752 tests, cond 0)
		n1 false (test_time = 20.7402)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.507)
	variant  1444/13428 = a(5703,5578)    (7752 tests, cond 0)
		n1 false (test_time = 21.5791)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.255)
	variant  1445/13428 = a(5703,5577)    (7752 tests, cond 0)
		n1 false (test_time = 20.8375)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.43)
	variant  1446/13428 = a(5703,5576)    (7752 tests, cond 0)
		n1 false (test_time = 20.8631)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.354)
	variant  1447/13428 = a(5703,5575)    (7752 tests, cond 0)
		n1 false (test_time = 22.2604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.784)
	variant  1448/13428 = a(5703,5574)    (7752 tests, cond 0)
		n1 false (test_time = 20.9965)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.849)
	variant  1449/13428 = a(5703,5573)    (7752 tests, cond 0)
		n1 false (test_time = 21.4011)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.487)
	variant  1450/13428 = a(5703,5572)    (7752 tests, cond 0)
		n1 false (test_time = 20.923)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.836)
	variant  1451/13428 = a(5703,5570)    (7752 tests, cond 0)
		n1 false (test_time = 22.0777)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.689)
	variant  1452/13428 = a(5703,5569)    (7752 tests, cond 0)
		n1 false (test_time = 20.9239)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.177)
	variant  1453/13428 = a(5703,5568)    (7752 tests, cond 0)
		n1 false (test_time = 21.0447)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.06)
	variant  1454/13428 = a(5703,5567)    (7752 tests, cond 0)
		n1 false (test_time = 21.3023)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.495)
	variant  1455/13428 = a(5703,5566)    (7752 tests, cond 0)
		n1 false (test_time = 21.2475)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.831)
	variant  1456/13428 = a(5703,5565)    (7752 tests, cond 0)
		n1 false (test_time = 21.1388)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.729)
	variant  1457/13428 = a(5703,5564)    (7752 tests, cond 0)
		n1 false (test_time = 21.097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.084)
	variant  1458/13428 = a(5703,5563)    (7752 tests, cond 0)
		n1 false (test_time = 21.0199)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.64)
	variant  1459/13428 = a(5703,5561)    (7752 tests, cond 0)
		n1 false (test_time = 21.6481)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.831)
	variant  1460/13428 = a(5703,5560)    (7752 tests, cond 0)
		n1 false (test_time = 21.326)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.602)
	variant  1461/13428 = a(5703,5559)    (7752 tests, cond 0)
		n1 false (test_time = 21.181)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.293)
	variant  1462/13428 = a(5703,5558)    (7752 tests, cond 0)
		n1 false (test_time = 21.1834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.737)
	variant  1463/13428 = a(5703,5557)    (7752 tests, cond 0)
		n1 false (test_time = 21.1099)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 118.571)
	variant  1464/13428 = a(5703,5556)    (7752 tests, cond 0)
		n1 false (test_time = 20.849)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.828)
	variant  1465/13428 = a(5703,5555)    (7752 tests, cond 0)
		n1 false (test_time = 20.6589)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.051)
	variant  1466/13428 = a(5703,5554)    (7752 tests, cond 0)
		n1 false (test_time = 21.3714)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.017)
	variant  1467/13428 = a(5703,5552)    (7752 tests, cond 0)
		n1 false (test_time = 20.7739)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.686)
	variant  1468/13428 = a(5703,5551)    (7752 tests, cond 0)
		n1 false (test_time = 20.8304)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.781)
	variant  1469/13428 = a(5703,5550)    (7752 tests, cond 0)
		n1 false (test_time = 20.961)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.199)
	variant  1470/13428 = a(5703,5549)    (7752 tests, cond 0)
		n1 false (test_time = 21.6383)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.358)
	variant  1471/13428 = a(5703,5512)    (7752 tests, cond 0)
		n1 false (test_time = 20.8553)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.588)
	variant  1472/13428 = a(5703,5345)    (7752 tests, cond 0)
		n1 false (test_time = 20.6854)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.121)
	variant  1473/13428 = a(5703,5340)    (7752 tests, cond 0)
		n1 false (test_time = 20.8528)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.33)
	variant  1474/13428 = a(5703,5281)    (7752 tests, cond 0)
		n1 false (test_time = 20.3633)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.382)
	variant  1475/13428 = a(5703,5257)    (7752 tests, cond 0)
		n1 false (test_time = 20.6026)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.248)
	variant  1476/13428 = a(5702,5708)    (7752 tests, cond 0)
		n1 false (test_time = 21.0058)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.405)
	variant  1477/13428 = a(5702,5707)    (7752 tests, cond 0)
		n1 false (test_time = 21.447)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.067)
	variant  1478/13428 = a(5702,5705)    (7752 tests, cond 0)
		n1 false (test_time = 20.5387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 125.875)
	variant  1479/13428 = a(5702,5704)    (7752 tests, cond 0)
		n1 false (test_time = 20.9389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.103)
	variant  1480/13428 = a(5702,5703)    (7752 tests, cond 0)
		n1 false (test_time = 20.9128)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.373)
	variant  1481/13428 = a(5702,5694)    (7752 tests, cond 0)
		n1 false (test_time = 20.9006)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.37)
	variant  1482/13428 = a(5702,5693)    (7752 tests, cond 0)
		n1 false (test_time = 20.9941)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.329)
	variant  1483/13428 = a(5702,5691)    (7752 tests, cond 0)
		n1 false (test_time = 21.0964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.864)
	variant  1484/13428 = a(5702,5689)    (7752 tests, cond 0)
		n1 false (test_time = 21.5176)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.695)
	variant  1485/13428 = a(5702,5681)    (7752 tests, cond 0)
		n1 false (test_time = 21.402)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.158)
	variant  1486/13428 = a(5702,5680)    (7752 tests, cond 0)
		n1 false (test_time = 21.3441)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.56)
	variant  1487/13428 = a(5702,5679)    (7752 tests, cond 0)
		n1 false (test_time = 21.5041)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.748)
	variant  1488/13428 = a(5702,5677)    (7752 tests, cond 0)
		n1 false (test_time = 21.1892)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.558)
	variant  1489/13428 = a(5702,5673)    (7752 tests, cond 0)
		n1 false (test_time = 21.4574)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.152)
	variant  1490/13428 = a(5702,5672)    (7752 tests, cond 0)
		n1 false (test_time = 20.9642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.858)
	variant  1491/13428 = a(5702,5668)    (7752 tests, cond 0)
		n1 false (test_time = 21.297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 123.457)
	variant  1492/13428 = a(5702,5666)    (7752 tests, cond 0)
		n1 false (test_time = 21.3892)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.99)
	variant  1493/13428 = a(5702,5665)    (7752 tests, cond 0)
		n1 false (test_time = 21.2777)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.966)
	variant  1494/13428 = a(5702,5664)    (7752 tests, cond 0)
		n1 false (test_time = 21.3944)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.664)
	variant  1495/13428 = a(5702,5662)    (7752 tests, cond 0)
		n1 false (test_time = 20.9336)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.287)
	variant  1496/13428 = a(5702,5661)    (7752 tests, cond 0)
		n1 false (test_time = 21.2116)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.162)
	variant  1497/13428 = a(5702,5660)    (7752 tests, cond 0)
		n1 false (test_time = 21.0998)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.998)
	variant  1498/13428 = a(5702,5659)    (7752 tests, cond 0)
		n1 false (test_time = 21.2633)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.488)
	variant  1499/13428 = a(5702,5657)    (7752 tests, cond 0)
		n1 false (test_time = 21.4601)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.372)
	variant  1500/13428 = a(5702,5656)    (7752 tests, cond 0)
		n1 false (test_time = 20.872)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 116.02)
	variant  1501/13428 = a(5702,5655)    (7752 tests, cond 0)
		n1 false (test_time = 20.8351)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.577)
	variant  1502/13428 = a(5702,5654)    (7752 tests, cond 0)
		n1 false (test_time = 20.7923)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 119.403)
	variant  1503/13428 = a(5702,5653)    (7752 tests, cond 0)
		n1 false (test_time = 20.9971)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.259)
	variant  1504/13428 = a(5702,5652)    (7752 tests, cond 0)
		n1 false (test_time = 21.186)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 120.473)
	variant  1505/13428 = a(5702,5651)    (7752 tests, cond 0)
		n1 false (test_time = 20.8984)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.746)
	variant  1506/13428 = a(5702,5650)    (7752 tests, cond 0)
		n1 false (test_time = 20.9098)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.103)
	variant  1507/13428 = a(5702,5649)    (7752 tests, cond 0)
		n1 false (test_time = 21.2043)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.19)
	variant  1508/13428 = a(5702,5648)    (7752 tests, cond 0)
		n1 false (test_time = 20.5078)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.263)
	variant  1509/13428 = a(5702,5647)    (7752 tests, cond 0)
		n1 false (test_time = 21.2892)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.849)
	variant  1510/13428 = a(5702,5645)    (7752 tests, cond 0)
		n1 false (test_time = 20.9054)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.876)
	variant  1511/13428 = a(5702,5644)    (7752 tests, cond 0)
		n1 false (test_time = 20.8615)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.14)
	variant  1512/13428 = a(5702,5643)    (7752 tests, cond 0)
		n1 false (test_time = 20.4613)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.223)
	variant  1513/13428 = a(5702,5642)    (7752 tests, cond 0)
		n1 false (test_time = 20.7359)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.566)
	variant  1514/13428 = a(5702,5641)    (7752 tests, cond 0)
		n1 false (test_time = 21.4614)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.955)
	variant  1515/13428 = a(5702,5640)    (7752 tests, cond 0)
		n1 false (test_time = 21.6055)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.141)
	variant  1516/13428 = a(5702,5635)    (7752 tests, cond 0)
		n1 false (test_time = 20.8064)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.439)
	variant  1517/13428 = a(5702,5634)    (7752 tests, cond 0)
		n1 false (test_time = 21.0335)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.092)
	variant  1518/13428 = a(5702,5633)    (7752 tests, cond 0)
		n1 false (test_time = 20.5935)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.07)
	variant  1519/13428 = a(5702,5631)    (7752 tests, cond 0)
		n1 false (test_time = 20.6606)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.523)
	variant  1520/13428 = a(5702,5630)    (7752 tests, cond 0)
		n1 false (test_time = 20.5319)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 121.265)
	variant  1521/13428 = a(5702,5629)    (7752 tests, cond 0)
		n1 false (test_time = 20.9153)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.745)
	variant  1522/13428 = a(5702,5628)    (7752 tests, cond 0)
		n1 false (test_time = 20.4252)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.3)
	variant  1523/13428 = a(5702,5627)    (7752 tests, cond 0)
		n1 false (test_time = 20.6986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.303)
	variant  1524/13428 = a(5702,5626)    (7752 tests, cond 0)
		n1 false (test_time = 20.5274)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.635)
	variant  1525/13428 = a(5702,5625)    (7752 tests, cond 0)
		n1 false (test_time = 20.5265)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.923)
	variant  1526/13428 = a(5702,5624)    (7752 tests, cond 0)
		n1 false (test_time = 20.4589)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.324)
	variant  1527/13428 = a(5702,5623)    (7752 tests, cond 0)
		n1 false (test_time = 20.7549)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.097)
	variant  1528/13428 = a(5702,5622)    (7752 tests, cond 0)
		n1 false (test_time = 20.7109)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.371)
	variant  1529/13428 = a(5702,5621)    (7752 tests, cond 0)
		n1 false (test_time = 20.5309)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.163)
	variant  1530/13428 = a(5702,5620)    (7752 tests, cond 0)
		n1 false (test_time = 20.563)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.596)
	variant  1531/13428 = a(5702,5619)    (7752 tests, cond 0)
		n1 false (test_time = 20.6532)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.541)
	variant  1532/13428 = a(5702,5618)    (7752 tests, cond 0)
		n1 false (test_time = 21.1438)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.088)
	variant  1533/13428 = a(5702,5616)    (7752 tests, cond 0)
		n1 false (test_time = 20.6218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.928)
	variant  1534/13428 = a(5702,5615)    (7752 tests, cond 0)
		n1 false (test_time = 20.4629)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.095)
	variant  1535/13428 = a(5702,5614)    (7752 tests, cond 0)
		n1 false (test_time = 20.8165)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.812)
	variant  1536/13428 = a(5702,5612)    (7752 tests, cond 0)
		n1 false (test_time = 20.5921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.37)
	variant  1537/13428 = a(5702,5611)    (7752 tests, cond 0)
		n1 false (test_time = 21.1786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.241)
	variant  1538/13428 = a(5702,5610)    (7752 tests, cond 0)
		n1 false (test_time = 21.2449)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.47)
	variant  1539/13428 = a(5702,5609)    (7752 tests, cond 0)
		n1 false (test_time = 20.6776)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.366)
	variant  1540/13428 = a(5702,5608)    (7752 tests, cond 0)
		n1 false (test_time = 20.8374)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.15)
	variant  1541/13428 = a(5702,5607)    (7752 tests, cond 0)
		n1 false (test_time = 20.9565)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.617)
	variant  1542/13428 = a(5702,5606)    (7752 tests, cond 0)
		n1 false (test_time = 20.7847)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.999)
	variant  1543/13428 = a(5702,5605)    (7752 tests, cond 0)
		n1 false (test_time = 20.6201)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.69)
	variant  1544/13428 = a(5702,5603)    (7752 tests, cond 0)
		n1 false (test_time = 21.023)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.878)
	variant  1545/13428 = a(5702,5602)    (7752 tests, cond 0)
		n1 false (test_time = 21.3329)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.703)
	variant  1546/13428 = a(5702,5601)    (7752 tests, cond 0)
		n1 false (test_time = 20.9463)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 115.461)
	variant  1547/13428 = a(5702,5599)    (7752 tests, cond 0)
		n1 false (test_time = 21.2153)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.496)
	variant  1548/13428 = a(5702,5598)    (7752 tests, cond 0)
		n1 false (test_time = 21.1907)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.099)
	variant  1549/13428 = a(5702,5597)    (7752 tests, cond 0)
		n1 false (test_time = 21.1876)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 114.452)
	variant  1550/13428 = a(5702,5596)    (7752 tests, cond 0)
		n1 false (test_time = 20.8898)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.062)
	variant  1551/13428 = a(5702,5595)    (7752 tests, cond 0)
		n1 false (test_time = 21.4509)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.455)
	variant  1552/13428 = a(5702,5594)    (7752 tests, cond 0)
		n1 false (test_time = 20.7451)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.026)
	variant  1553/13428 = a(5702,5593)    (7752 tests, cond 0)
		n1 false (test_time = 20.9073)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 117.504)
	variant  1554/13428 = a(5702,5592)    (7752 tests, cond 0)
		n1 false (test_time = 21.0685)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.288)
	variant  1555/13428 = a(5702,5591)    (7752 tests, cond 0)
		n1 false (test_time = 20.9181)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.207)
	variant  1556/13428 = a(5702,5590)    (7752 tests, cond 0)
		n1 false (test_time = 21.0993)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.113)
	variant  1557/13428 = a(5702,5589)    (7752 tests, cond 0)
		n1 false (test_time = 21.0039)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.78)
	variant  1558/13428 = a(5702,5588)    (7752 tests, cond 0)
		n1 false (test_time = 22.462)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.674)
	variant  1559/13428 = a(5702,5587)    (7752 tests, cond 0)
		n1 false (test_time = 20.7799)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.083)
	variant  1560/13428 = a(5702,5586)    (7752 tests, cond 0)
		n1 false (test_time = 20.6491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.255)
	variant  1561/13428 = a(5702,5585)    (7752 tests, cond 0)
		n1 false (test_time = 20.7813)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 112.659)
	variant  1562/13428 = a(5702,5584)    (7752 tests, cond 0)
		n1 false (test_time = 21.0151)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 113.773)
	variant  1563/13428 = a(5702,5583)    (7752 tests, cond 0)
		n1 false (test_time = 20.6845)
search: ww_adaptive: finding best
*** 3600m timeout
php-bug-2011-11-01-735efbdd04-e0f781f496.tar.gz
Wed Feb 22 04:20:18 EST 2017
shutting down
