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 7607
--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-39-203 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:09 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/tmp108dd3.c /tmp/tmpb6b06b.c
cilRep: done preprocessing IO function signatures
Exception in loading: Sys_error("default.cache: No such file or directory")
cilrep: from_source: pre: stmt_count = 1
cilRep: preprocessed/ext/standard/array.c: parsing
cilRep: preprocessed/ext/standard/array.c: parsed (0.814677 MB)
cilRep: computing liveness
Bug: BF(Liveness): stmtStartData is not initialized for -1: process_double: 
#line 176 "/root/mountpoint-genprog/genprog-many-bugs/php-bug-2011-04-06-18d71a6f59-187eb235fe/php/Zend/zend_operators.h"
type = (unsigned char)2;
Liveness failed on function:
 __inline static zend_uchar is_numeric_string(char const   *str , int length ,
                                              long *lval , double *dval ,
                                              int allow_errors ) 
{ char const   *ptr ;
  int base ;
  int digits ;
  int dp_or_e ;
  double local_dval ;
  zend_uchar type ;
  char const   *e ;
  char const   *tmp ;
  double __attribute__((__visibility__("default")))  tmp___0 ;
  double __attribute__((__visibility__("default")))  tmp___1 ;
  char const   *tmp___2 ;
  char const   *tmp___3 ;
  int cmp ;
  size_t __s1_len ;
  size_t __s2_len ;
  int tmp___4 ;
  int tmp___5 ;
  int tmp___6 ;
  unsigned char const   *__s2 ;
  register int __result ;
  int tmp___7 ;
  unsigned char const   *__s1 ;
  register int __result___0 ;
  int tmp___8 ;
  int tmp___9 ;
  int tmp___10 ;
  double __attribute__((__visibility__("default")))  tmp___11 ;

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

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

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

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

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

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

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

              } else {
#line 115
                break;
              }
            }
          }
        }
      }
    }
#line 116
    str ++;
#line 117
    length --;
  }
   749: /* CIL Label */ 
#line 119
  ptr = str;
   750: /* CIL Label */ 
#line 121
  if ((int const   )*ptr == 45) {
#line 122
    ptr ++;
  } else {
#line 121
    if ((int const   )*ptr == 43) {
#line 122
      ptr ++;
    } else {

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

            }
          }
        } else {

        }
      } else {

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

            }
          }
        } else {

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

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

                        }
                      } else {

                      }
                    } else {

                    }
                  } else {

                  }
                }
              }
            } else {

            }
          }
        }
#line 160
        break;
        __Cont: /* CIL Label */ 
#line 141
        digits ++;
#line 141
        ptr ++;
      }
#line 163
      if (base == 10) {
#line 164
        if (digits >= 11) {
#line 165
          dp_or_e = -1;
          goto process_double;
        } else {

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

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

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

            }
#line 172
            type = (unsigned char)2;
          }
        }
      }
    } else {
      goto _L___5;
    }
  } else {
    _L___5: /* CIL Label */ 
#line 174
    if ((int const   )*ptr == 46) {
#line 174
      if ((int const   )*(ptr + 1) >= 48) {
#line 174
        if ((int const   )*(ptr + 1) <= 57) {
          process_double: 
#line 176
          type = (unsigned char)2;
#line 180
          if (dval) {
#line 181
            tmp___1 = zend_strtod(str, & ptr);
#line 181
            local_dval = (double )tmp___1;
          } else {
#line 182
            if (allow_errors != 1) {
#line 182
              if (dp_or_e != -1) {
#line 183
                tmp___3 = ptr;
#line 183
                ptr ++;
#line 183
                if ((int const   )*tmp___3 == 46) {
#line 183
                  dp_or_e = 1;
                } else {
#line 183
                  dp_or_e = 2;
                }
                goto check_digits;
              } else {

              }
            } else {

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

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

    }
  } else {

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

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

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

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

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

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

    }
#line 222
    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 307 "/root/mountpoint-genprog/genprog-many-bugs/php-bug-2011-04-06-18d71a6f59-187eb235fe/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 ;

  {
   1055: /* 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);
   1056: /* 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 {

    }
  }
   1057: /* CIL Label */ 
#line 327
  *((executor_globals.argument_stack)->top) = (void *)((unsigned long )count);
   1058: /* CIL Label */ 
#line 328
  tmp___4 = (executor_globals.argument_stack)->top;
   1059: /* CIL Label */ 
#line 328
  ((executor_globals.argument_stack)->top) ++;
   1060: /* 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 1376 "/root/mountpoint-genprog/genprog-many-bugs/php-bug-2011-04-06-18d71a6f59-187eb235fe/php/ext/standard/array.c"
__z = & num;
#line 1376
__z->value.lval = (long )num_key;
#line 1376
__z->type = (unsigned char)1;
Liveness failed on function:
 void zif_extract(int ht , zval *return_value , zval **return_value_ptr ,
                  zval *this_ptr , int return_value_used ) 
{ zval *var_array ;
  zval *prefix ;
  long extract_type ;
  zval **entry ;
  zval *data ;
  char *var_name ;
  ulong num_key ;
  uint var_name_len ;
  int var_exists ;
  int key_type ;
  int count ;
  int extract_refs ;
  HashPosition pos ;
  int __attribute__((__visibility__("default")))  tmp ;
  int tmp___0 ;
  zval *original_var ;
  void __attribute__((__visibility__("default")))  *tmp___1 ;
  zend_bool tmp___2 ;
  zval final_name ;
  int __attribute__((__visibility__("default")))  tmp___3 ;
  int __attribute__((__visibility__("default")))  tmp___4 ;
  zval num ;
  zval *__z ;
  size_t __s1_len ;
  size_t __s2_len ;
  int tmp___5 ;
  int tmp___6 ;
  int tmp___7 ;
  unsigned char const   *__s2 ;
  register int __result ;
  int tmp___8 ;
  unsigned char const   *__s1 ;
  register int __result___0 ;
  int tmp___9 ;
  int tmp___10 ;
  int tmp___11 ;
  size_t __s1_len___0 ;
  size_t __s2_len___0 ;
  int tmp___12 ;
  int tmp___13 ;
  int tmp___14 ;
  unsigned char const   *__s2___0 ;
  register int __result___1 ;
  int tmp___15 ;
  unsigned char const   *__s1___0 ;
  register int __result___2 ;
  int tmp___16 ;
  int tmp___17 ;
  int tmp___18 ;
  char const   *__s ;
  int __l ;
  zval *__z___0 ;
  char __attribute__((__visibility__("default")))  *tmp___19 ;
  char const   *__s___0 ;
  int __l___0 ;
  zval *__z___1 ;
  char __attribute__((__visibility__("default")))  *tmp___20 ;
  char const   *__s___1 ;
  int __l___1 ;
  zval *__z___2 ;
  char __attribute__((__visibility__("default")))  *tmp___21 ;
  int tmp___22 ;
  char const   *__s___2 ;
  int __l___2 ;
  zval *__z___3 ;
  char __attribute__((__visibility__("default")))  *tmp___23 ;
  zval **orig_var ;
  zval *new_zv ;
  void __attribute__((__visibility__("default")))  *tmp___24 ;
  zend_uint tmp___25 ;
  zend_bool tmp___26 ;
  int __attribute__((__visibility__("default")))  tmp___27 ;
  void __attribute__((__visibility__("default")))  *tmp___28 ;
  zval **orig_var___0 ;
  zend_uint tmp___29 ;
  zend_uint tmp___30 ;
  int __attribute__((__visibility__("default")))  tmp___31 ;
  zend_bool tmp___32 ;
  int tmp___33 ;
  int __attribute__((__visibility__("default")))  tmp___34 ;
  zval *__z___4 ;

  {
   2496: /* CIL Label */ 
#line 1315
  prefix = (zval *)((void *)0);
   2497: /* CIL Label */ 
#line 1316
  extract_type = 0L;
   2498: /* CIL Label */ 
#line 1321
  count = 0;
   2499: /* CIL Label */ 
#line 1322
  extract_refs = 0;
   2500: /* CIL Label */ 
#line 1325
  tmp = zend_parse_parameters(ht, "a|lz/", & var_array, & extract_type, & prefix);
   2501: /* CIL Label */ 
#line 1325
  if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 1326
    return;
  } else {

  }
   2502: /* CIL Label */ 
#line 1329
  extract_refs = (int )(extract_type & 256L);
   2503: /* CIL Label */ 
#line 1330
  extract_type &= 255L;
   2504: /* CIL Label */ 
#line 1332
  if (extract_type < 0L) {
#line 1333
    php_error_docref0((char const   *)((void *)0), 1 << 1L,
                      "Invalid extract type");
#line 1334
    return;
  } else {
#line 1332
    if (extract_type > 6L) {
#line 1333
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "Invalid extract type");
#line 1334
      return;
    } else {

    }
  }
   2505: /* CIL Label */ 
#line 1337
  if (extract_type > 1L) {
#line 1337
    if (extract_type <= 5L) {
#line 1337
      if (ht < 3) {
#line 1338
        php_error_docref0((char const   *)((void *)0), 1 << 1L,
                          "specified extract type requires the prefix parameter");
#line 1339
        return;
      } else {

      }
    } else {

    }
  } else {

  }
   2506: /* CIL Label */ 
#line 1342
  if (prefix) {
#line 1343
    if ((int )prefix->type != 6) {
#line 1343
      _convert_to_string(prefix);
    } else {

    }
#line 1344
    if (prefix->value.str.len) {
#line 1344
      tmp___0 = php_valid_var_name(prefix->value.str.val, prefix->value.str.len);
#line 1344
      if (tmp___0) {

      } else {
#line 1345
        php_error_docref0((char const   *)((void *)0), 1 << 1L,
                          "prefix is not a valid identifier");
#line 1346
        return;
      }
    } else {

    }
  } else {

  }
   2507: /* CIL Label */ 
#line 1350
  if (! executor_globals.active_symbol_table) {
#line 1351
    zend_rebuild_symbol_table();
  } else {

  }
   2508: /* CIL Label */ 
#line 1357
  if (! extract_refs) {
#line 1358
    tmp___2 = zval_isref_p(var_array);
#line 1358
    if (tmp___2) {
#line 1358
      original_var = var_array;
#line 1358
      while (1) {
#line 1358
        tmp___1 = _emalloc(sizeof(zval_gc_info ));
#line 1358
        var_array = (zval *)tmp___1;
#line 1358
        ((zval_gc_info *)var_array)->u.buffered = (gc_root_buffer *)((void *)0);
#line 1358
        break;
      }
#line 1358
      while (1) {
#line 1358
        while (1) {
#line 1358
          var_array->value = original_var->value;
#line 1358
          var_array->type = original_var->type;
#line 1358
          break;
        }
#line 1358
        zval_set_refcount_p(var_array, 1U);
#line 1358
        zval_unset_isref_p(var_array);
#line 1358
        break;
      }
#line 1358
      _zval_copy_ctor(var_array);
    } else {
#line 1358
      zval_addref_p(var_array);
    }
  } else {

  }
   2509: /* CIL Label */ 
#line 1361
  zend_hash_internal_pointer_reset_ex(var_array->value.ht, & pos);
   2510: /* CIL Label */ 
#line 1362
  while (1) {
#line 1362
    tmp___34 = zend_hash_get_current_data_ex(var_array->value.ht,
                                             (void **)(& entry), & pos);
#line 1362
    if (tmp___34 == (int __attribute__((__visibility__("default")))  )0) {

    } else {
#line 1362
      break;
    }
#line 1365
    final_name.type = (unsigned char)0;
#line 1367
    tmp___3 = zend_hash_get_current_key_ex((HashTable const   *)var_array->value.ht,
                                           & var_name, & var_name_len,
                                           & num_key, (unsigned char)0, & pos);
#line 1367
    key_type = (int )tmp___3;
#line 1368
    var_exists = 0;
#line 1370
    if (key_type == 1) {
#line 1371
      var_name_len --;
#line 1372
      tmp___4 = zend_hash_exists((HashTable const   *)executor_globals.active_symbol_table,
                                 (char const   *)var_name, var_name_len + 1U);
#line 1372
      var_exists = (int )tmp___4;
    } else {
#line 1373
      if (key_type == 2) {
#line 1373
        if (extract_type == 3L) {
          goto _L;
        } else {
#line 1373
          if (extract_type == 4L) {
            _L: /* CIL Label */ 
#line 1376
            __z = & num;
#line 1376
            __z->value.lval = (long )num_key;
#line 1376
            __z->type = (unsigned char)1;
#line 1377
            if ((int )num.type != 6) {
#line 1377
              _convert_to_string(& num);
            } else {

            }
#line 1378
            php_prefix_varname(& final_name, prefix, num.value.str.val,
                               num.value.str.len, (unsigned char)1);
#line 1379
            _zval_dtor(& num);
          } else {
#line 1381
            zend_hash_move_forward_ex(var_array->value.ht, & pos);
#line 1382
            continue;
          }
        }
      } else {
#line 1381
        zend_hash_move_forward_ex(var_array->value.ht, & pos);
#line 1382
        continue;
      }
    }
#line 1385
    switch ((int )extract_type) {
    case 6: 
#line 1387
    if (! var_exists) {
#line 1387
      break;
    } else {

    }
    case 0: 
#line 1392
    if (var_exists) {
#line 1392
      if (var_name_len == sizeof("GLOBALS") - 1U) {
#line 1392
        if (0) {
#line 1392
          __s1_len = strlen((char const   *)var_name);
#line 1392
          __s2_len = strlen("GLOBALS");
#line 1392
          if (! ((unsigned int )((void const   *)(var_name + 1)) - (unsigned int )((void const   *)var_name) == 1U)) {
            goto _L___1;
          } else {
#line 1392
            if (__s1_len >= 4U) {
              _L___1: /* CIL Label */ 
#line 1392
              if (! ((unsigned int )((void const   *)("GLOBALS" + 1)) - (unsigned int )((void const   *)"GLOBALS") == 1U)) {
#line 1392
                tmp___11 = 1;
              } else {
#line 1392
                if (__s2_len >= 4U) {
#line 1392
                  tmp___11 = 1;
                } else {
#line 1392
                  tmp___11 = 0;
                }
              }
            } else {
#line 1392
              tmp___11 = 0;
            }
          }
#line 1392
          if (tmp___11) {
#line 1392
            tmp___6 = __builtin_strcmp((char const   *)var_name, "GLOBALS");
#line 1392
            tmp___10 = tmp___6;
          } else {
#line 1392
            tmp___9 = __builtin_strcmp((char const   *)var_name, "GLOBALS");
#line 1392
            tmp___10 = tmp___9;
          }
        } else {
#line 1392
          tmp___9 = __builtin_strcmp((char const   *)var_name, "GLOBALS");
#line 1392
          tmp___10 = tmp___9;
        }
#line 1392
        if (tmp___10) {

        } else {
#line 1393
          break;
        }
      } else {

      }
    } else {

    }
#line 1395
    if (var_exists) {
#line 1395
      if (var_name_len == sizeof("this") - 1U) {
#line 1395
        if (0) {
#line 1395
          __s1_len___0 = strlen((char const   *)var_name);
#line 1395
          __s2_len___0 = strlen("this");
#line 1395
          if (! ((unsigned int )((void const   *)(var_name + 1)) - (unsigned int )((void const   *)var_name) == 1U)) {
            goto _L___3;
          } else {
#line 1395
            if (__s1_len___0 >= 4U) {
              _L___3: /* CIL Label */ 
#line 1395
              if (! ((unsigned int )((void const   *)("this" + 1)) - (unsigned int )((void const   *)"this") == 1U)) {
#line 1395
                tmp___18 = 1;
              } else {
#line 1395
                if (__s2_len___0 >= 4U) {
#line 1395
                  tmp___18 = 1;
                } else {
#line 1395
                  tmp___18 = 0;
                }
              }
            } else {
#line 1395
              tmp___18 = 0;
            }
          }
#line 1395
          if (tmp___18) {
#line 1395
            tmp___13 = __builtin_strcmp((char const   *)var_name, "this");
#line 1395
            tmp___17 = tmp___13;
          } else {
#line 1395
            tmp___16 = __builtin_strcmp((char const   *)var_name, "this");
#line 1395
            tmp___17 = tmp___16;
          }
        } else {
#line 1395
          tmp___16 = __builtin_strcmp((char const   *)var_name, "this");
#line 1395
          tmp___17 = tmp___16;
        }
#line 1395
        if (tmp___17) {

        } else {
#line 1395
          if (executor_globals.scope) {
#line 1395
            if ((executor_globals.scope)->name_length != 0U) {
#line 1396
              break;
            } else {

            }
          } else {

          }
        }
      } else {

      }
    } else {

    }
#line 1398
    while (1) {
#line 1398
      __s = (char const   *)var_name;
#line 1398
      __l = (int )var_name_len;
#line 1398
      __z___0 = & final_name;
#line 1398
      __z___0->value.str.len = __l;
#line 1398
      tmp___19 = _estrndup(__s, (unsigned int )__l);
#line 1398
      __z___0->value.str.val = (char *)tmp___19;
#line 1398
      __z___0->type = (unsigned char)6;
#line 1398
      break;
    }
#line 1399
    break;
    case 5: 
#line 1402
    if (var_exists) {
#line 1403
      php_prefix_varname(& final_name, prefix, var_name, (int )var_name_len,
                         (unsigned char)1);
    } else {

    }
#line 1405
    break;
    case 2: 
#line 1408
    if (! var_exists) {
#line 1408
      if (var_name_len != 0U) {
#line 1409
        while (1) {
#line 1409
          __s___0 = (char const   *)var_name;
#line 1409
          __l___0 = (int )var_name_len;
#line 1409
          __z___1 = & final_name;
#line 1409
          __z___1->value.str.len = __l___0;
#line 1409
          tmp___20 = _estrndup(__s___0, (unsigned int )__l___0);
#line 1409
          __z___1->value.str.val = (char *)tmp___20;
#line 1409
          __z___1->type = (unsigned char)6;
#line 1409
          break;
        }
      } else {

      }
    } else {

    }
    case 3: 
#line 1414
    if ((int )final_name.type == 0) {
#line 1414
      if (var_name_len != 0U) {
#line 1415
        php_prefix_varname(& final_name, prefix, var_name, (int )var_name_len,
                           (unsigned char)1);
      } else {

      }
    } else {

    }
#line 1417
    break;
    case 4: 
#line 1420
    if ((int )final_name.type == 0) {
#line 1421
      tmp___22 = php_valid_var_name(var_name, (int )var_name_len);
#line 1421
      if (tmp___22) {
#line 1424
        while (1) {
#line 1424
          __s___1 = (char const   *)var_name;
#line 1424
          __l___1 = (int )var_name_len;
#line 1424
          __z___2 = & final_name;
#line 1424
          __z___2->value.str.len = __l___1;
#line 1424
          tmp___21 = _estrndup(__s___1, (unsigned int )__l___1);
#line 1424
          __z___2->value.str.val = (char *)tmp___21;
#line 1424
          __z___2->type = (unsigned char)6;
#line 1424
          break;
        }
      } else {
#line 1422
        php_prefix_varname(& final_name, prefix, var_name, (int )var_name_len,
                           (unsigned char)1);
      }
    } else {

    }
#line 1427
    break;
    default: ;
#line 1430
    if (! var_exists) {
#line 1431
      while (1) {
#line 1431
        __s___2 = (char const   *)var_name;
#line 1431
        __l___2 = (int )var_name_len;
#line 1431
        __z___3 = & final_name;
#line 1431
        __z___3->value.str.len = __l___2;
#line 1431
        tmp___23 = _estrndup(__s___2, (unsigned int )__l___2);
#line 1431
        __z___3->value.str.val = (char *)tmp___23;
#line 1431
        __z___3->type = (unsigned char)6;
#line 1431
        break;
      }
    } else {

    }
#line 1433
    break;
    }
#line 1436
    if ((int )final_name.type != 0) {
#line 1436
      tmp___33 = php_valid_var_name(final_name.value.str.val,
                                    final_name.value.str.len);
#line 1436
      if (tmp___33) {
#line 1437
        if (extract_refs) {
#line 1440
          tmp___26 = zval_isref_p(*entry);
#line 1440
          if (tmp___26) {

          } else {
#line 1440
            while (1) {
#line 1440
              tmp___25 = zval_refcount_p(*entry);
#line 1440
              if (tmp___25 > 1U) {
#line 1440
                zval_delref_p(*entry);
#line 1440
                while (1) {
#line 1440
                  tmp___24 = _emalloc(sizeof(zval_gc_info ));
#line 1440
                  new_zv = (zval *)tmp___24;
#line 1440
                  ((zval_gc_info *)new_zv)->u.buffered = (gc_root_buffer *)((void *)0);
#line 1440
                  break;
                }
#line 1440
                while (1) {
#line 1440
                  while (1) {
#line 1440
                    new_zv->value = (*entry)->value;
#line 1440
                    new_zv->type = (*entry)->type;
#line 1440
                    break;
                  }
#line 1440
                  zval_set_refcount_p(new_zv, 1U);
#line 1440
                  zval_unset_isref_p(new_zv);
#line 1440
                  break;
                }
#line 1440
                *entry = new_zv;
#line 1440
                _zval_copy_ctor(new_zv);
              } else {

              }
#line 1440
              break;
            }
#line 1440
            zval_set_isref_p(*entry);
          }
#line 1441
          zval_add_ref(entry);
#line 1443
          tmp___27 = zend_hash_find((HashTable const   *)executor_globals.active_symbol_table,
                                    (char const   *)final_name.value.str.val,
                                    (unsigned int )(final_name.value.str.len + 1),
                                    (void **)(& orig_var));
#line 1443
          if (tmp___27 == (int __attribute__((__visibility__("default")))  )0) {
#line 1444
            _zval_ptr_dtor(orig_var);
#line 1445
            *orig_var = *entry;
          } else {
#line 1447
            _zend_hash_add_or_update(executor_globals.active_symbol_table,
                                     (char const   *)final_name.value.str.val,
                                     (unsigned int )(final_name.value.str.len + 1),
                                     (void *)((void **)entry), sizeof(zval *),
                                     (void **)((void *)0), 1);
          }
        } else {
#line 1450
          while (1) {
#line 1450
            tmp___28 = _emalloc(sizeof(zval_gc_info ));
#line 1450
            data = (zval *)tmp___28;
#line 1450
            ((zval_gc_info *)data)->u.buffered = (gc_root_buffer *)((void *)0);
#line 1450
            break;
          }
#line 1450
          data->refcount__gc = 1U;
#line 1450
          data->is_ref__gc = (unsigned char)0;
#line 1451
          *data = *(*entry);
#line 1452
          _zval_copy_ctor(data);
#line 1454
          tmp___31 = zend_hash_find((HashTable const   *)executor_globals.active_symbol_table,
                                    (char const   *)final_name.value.str.val,
                                    (unsigned int )(final_name.value.str.len + 1),
                                    (void **)(& orig_var___0));
#line 1454
          if (tmp___31 == (int __attribute__((__visibility__("default")))  )0) {
#line 1454
            tmp___32 = zval_isref_p(*orig_var___0);
#line 1454
            if (tmp___32) {
#line 1454
              tmp___29 = zval_refcount_p(*orig_var___0);
#line 1454
              zval_set_refcount_p(data, tmp___29);
#line 1454
              zval_set_isref_p(data);
#line 1454
              tmp___30 = zval_refcount_p(data);
#line 1454
              zval_set_refcount_p(data, (tmp___30 + 1U) - 1U);
#line 1454
              _zval_dtor(*orig_var___0);
#line 1454
              *(*orig_var___0) = *data;
#line 1454
              while (1) {
#line 1454
                if ((gc_root_buffer *)((unsigned long )((zval_gc_info *)data)->u.buffered & 4294967292UL)) {
#line 1454
                  gc_remove_zval_from_buffer(data);
                } else {

                }
#line 1454
                _efree((void *)data);
#line 1454
                break;
              }
            } else {
#line 1454
              zval_set_isref_to_p(data, (unsigned char)0);
#line 1454
              zval_set_refcount_p(data, 1U);
#line 1454
              _zend_hash_add_or_update(executor_globals.active_symbol_table,
                                       (char const   *)final_name.value.str.val,
                                       (unsigned int )(final_name.value.str.len + 1),
                                       (void *)(& data), sizeof(zval *),
                                       (void **)((void *)0), 1);
            }
          } else {
#line 1454
            zval_set_isref_to_p(data, (unsigned char)0);
#line 1454
            zval_set_refcount_p(data, 1U);
#line 1454
            _zend_hash_add_or_update(executor_globals.active_symbol_table,
                                     (char const   *)final_name.value.str.val,
                                     (unsigned int )(final_name.value.str.len + 1),
                                     (void *)(& data), sizeof(zval *),
                                     (void **)((void *)0), 1);
          }
        }
#line 1456
        count ++;
      } else {

      }
    } else {

    }
#line 1458
    _zval_dtor(& final_name);
#line 1460
    zend_hash_move_forward_ex(var_array->value.ht, & pos);
  }
   2511: /* CIL Label */ 
#line 1463
  if (! extract_refs) {
#line 1464
    _zval_ptr_dtor(& var_array);
  } else {

  }
   2512: /* CIL Label */ 
#line 1467
  __z___4 = return_value;
   2513: /* CIL Label */ 
#line 1467
  __z___4->value.lval = (long )count;
   2514: /* CIL Label */ 
#line 1467
  __z___4->type = (unsigned char)1;
   2515: /* CIL Label */ 
#line 1467
  return;
}
}

cilRep: liveness failure for zif_extract: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
double_str: 
#line 1697
convert_to_double(zlow);
#line 1698
convert_to_double(zhigh);
#line 1699
low___0 = zlow->value.dval;
#line 1700
high___0 = zhigh->value.dval;
Liveness failed on function:
 void zif_range(int ht , zval *return_value , zval **return_value_ptr ,
                zval *this_ptr , int return_value_used ) 
{ zval *zlow ;
  zval *zhigh ;
  zval *zstep ;
  int err ;
  int is_step_double ;
  double step ;
  zval *__z ;
  int __attribute__((__visibility__("default")))  tmp ;
  zend_uchar tmp___0 ;
  zval *new_zv ;
  void __attribute__((__visibility__("default")))  *tmp___1 ;
  zend_uint tmp___2 ;
  zend_bool tmp___3 ;
  int type1 ;
  int type2 ;
  unsigned char *low ;
  unsigned char *high ;
  long lstep ;
  zend_uchar tmp___4 ;
  zend_uchar tmp___5 ;
  unsigned char ch ;
  unsigned char ch___0 ;
  double low___0 ;
  double high___0 ;
  double low___1 ;
  double high___1 ;
  long lstep___0 ;
  zval *__z___0 ;

  {
   2783: /* CIL Label */ 
#line 1617
  zstep = (zval *)((void *)0);
   2784: /* CIL Label */ 
#line 1618
  err = 0;
   2785: /* CIL Label */ 
#line 1618
  is_step_double = 0;
   2786: /* CIL Label */ 
#line 1619
  step = 1.0;
   2787: /* CIL Label */ 
#line 1621
  tmp = zend_parse_parameters(ht, "z/z/|z/", & zlow, & zhigh, & zstep);
   2788: /* CIL Label */ 
#line 1621
  if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 1622
    while (1) {
#line 1622
      __z = return_value;
#line 1622
      __z->value.lval = 0L;
#line 1622
      __z->type = (unsigned char)3;
#line 1622
      break;
    }
#line 1622
    return;
  } else {

  }
   2789: /* CIL Label */ 
#line 1625
  if (zstep) {
#line 1626
    if ((int )zstep->type == 2) {
#line 1629
      is_step_double = 1;
    } else {
#line 1626
      if ((int )zstep->type == 6) {
#line 1626
        tmp___0 = is_numeric_string((char const   *)zstep->value.str.val,
                                    zstep->value.str.len, (long *)((void *)0),
                                    (double *)((void *)0), 0);
#line 1626
        if ((int )tmp___0 == 2) {
#line 1629
          is_step_double = 1;
        } else {

        }
      } else {

      }
    }
#line 1632
    if ((int )zstep->type != 2) {
#line 1632
      tmp___3 = zval_isref_p(zstep);
#line 1632
      if (tmp___3) {

      } else {
#line 1632
        while (1) {
#line 1632
          tmp___2 = zval_refcount_p(zstep);
#line 1632
          if (tmp___2 > 1U) {
#line 1632
            zval_delref_p(zstep);
#line 1632
            while (1) {
#line 1632
              tmp___1 = _emalloc(sizeof(zval_gc_info ));
#line 1632
              new_zv = (zval *)tmp___1;
#line 1632
              ((zval_gc_info *)new_zv)->u.buffered = (gc_root_buffer *)((void *)0);
#line 1632
              break;
            }
#line 1632
            while (1) {
#line 1632
              while (1) {
#line 1632
                new_zv->value = zstep->value;
#line 1632
                new_zv->type = zstep->type;
#line 1632
                break;
              }
#line 1632
              zval_set_refcount_p(new_zv, 1U);
#line 1632
              zval_unset_isref_p(new_zv);
#line 1632
              break;
            }
#line 1632
            zstep = new_zv;
#line 1632
            _zval_copy_ctor(new_zv);
          } else {

          }
#line 1632
          break;
        }
      }
#line 1632
      convert_to_double(zstep);
    } else {

    }
#line 1633
    step = zstep->value.dval;
#line 1636
    if (step < 0.0) {
#line 1637
      step *= (double )-1;
    } else {

    }
  } else {

  }
   2790: /* CIL Label */ 
#line 1642
  _array_init(return_value, 0U);
   2791: /* CIL Label */ 
#line 1645
  if ((int )zlow->type == 6) {
#line 1645
    if ((int )zhigh->type == 6) {
#line 1645
      if (zlow->value.str.len >= 1) {
#line 1645
        if (zhigh->value.str.len >= 1) {
#line 1648
          lstep = (long )step;
#line 1650
          tmp___4 = is_numeric_string((char const   *)zlow->value.str.val,
                                      zlow->value.str.len, (long *)((void *)0),
                                      (double *)((void *)0), 0);
#line 1650
          type1 = (int )tmp___4;
#line 1651
          tmp___5 = is_numeric_string((char const   *)zhigh->value.str.val,
                                      zhigh->value.str.len, (long *)((void *)0),
                                      (double *)((void *)0), 0);
#line 1651
          type2 = (int )tmp___5;
#line 1653
          if (type1 == 2) {
            goto _L;
          } else {
#line 1653
            if (type2 == 2) {
              goto _L;
            } else {
#line 1653
              if (is_step_double) {
                goto _L;
              } else {
#line 1655
                if (type1 == 1) {
                  goto long_str;
                } else {
#line 1655
                  if (type2 == 1) {
                    goto long_str;
                  } else {

                  }
                }
              }
            }
          }
#line 1659
          if ((int )zlow->type != 6) {
#line 1659
            _convert_to_string(zlow);
          } else {

          }
#line 1660
          if ((int )zhigh->type != 6) {
#line 1660
            _convert_to_string(zhigh);
          } else {

          }
#line 1661
          low = (unsigned char *)zlow->value.str.val;
#line 1662
          high = (unsigned char *)zhigh->value.str.val;
#line 1664
          if ((int )*low > (int )*high) {
#line 1665
            ch = *low;
#line 1667
            if (lstep <= 0L) {
#line 1668
              err = 1;
              goto  2792;
            } else {

            }
#line 1671
            while ((int )ch >= (int )*high) {
#line 1672
              add_next_index_stringl(return_value, (char const   *)(& ch), 1U, 1);
#line 1673
              if ((long )((int )ch) - lstep < 0L) {
#line 1674
                break;
              } else {

              }
#line 1671
              ch = (unsigned char )((unsigned int )ch - (unsigned int )lstep);
            }
          } else {
#line 1677
            if ((int )*high > (int )*low) {
#line 1678
              ch___0 = *low;
#line 1680
              if (lstep <= 0L) {
#line 1681
                err = 1;
                goto  2792;
              } else {

              }
#line 1684
              while ((int )ch___0 <= (int )*high) {
#line 1685
                add_next_index_stringl(return_value, (char const   *)(& ch___0),
                                       1U, 1);
#line 1686
                if ((long )((int )ch___0) + lstep > 255L) {
#line 1687
                  break;
                } else {

                }
#line 1684
                ch___0 = (unsigned char )((unsigned int )ch___0 + (unsigned int )lstep);
              }
            } else {
#line 1691
              add_next_index_stringl(return_value, (char const   *)low, 1U, 1);
            }
          }
        } else {
          goto _L___2;
        }
      } else {
        goto _L___2;
      }
    } else {
      goto _L___2;
    }
  } else {
    _L___2: /* CIL Label */ 
    _L___1: /* CIL Label */ 
    _L___0: /* CIL Label */ 
#line 1694
    if ((int )zlow->type == 2) {
      goto _L;
    } else {
#line 1694
      if ((int )zhigh->type == 2) {
        goto _L;
      } else {
#line 1694
        if (is_step_double) {
          _L: /* CIL Label */ 
          double_str: 
#line 1697
          convert_to_double(zlow);
#line 1698
          convert_to_double(zhigh);
#line 1699
          low___0 = zlow->value.dval;
#line 1700
          high___0 = zhigh->value.dval;
#line 1702
          if (low___0 > high___0) {
#line 1703
            if (low___0 - high___0 < step) {
#line 1704
              err = 1;
              goto  2792;
            } else {
#line 1703
              if (step <= (double )0) {
#line 1704
                err = 1;
                goto  2792;
              } else {

              }
            }
#line 1707
            while (low___0 >= high___0 - 0.000000000000001) {
#line 1708
              add_next_index_double(return_value, low___0);
#line 1707
              low___0 -= step;
            }
          } else {
#line 1710
            if (high___0 > low___0) {
#line 1711
              if (high___0 - low___0 < step) {
#line 1712
                err = 1;
                goto  2792;
              } else {
#line 1711
                if (step <= (double )0) {
#line 1712
                  err = 1;
                  goto  2792;
                } else {

                }
              }
#line 1715
              while (low___0 <= high___0 + 0.000000000000001) {
#line 1716
                add_next_index_double(return_value, low___0);
#line 1715
                low___0 += step;
              }
            } else {
#line 1719
              add_next_index_double(return_value, low___0);
            }
          }
        } else {
          long_str: 
#line 1725
          convert_to_double(zlow);
#line 1726
          convert_to_double(zhigh);
#line 1727
          low___1 = zlow->value.dval;
#line 1728
          high___1 = zhigh->value.dval;
#line 1729
          lstep___0 = (long )step;
#line 1731
          if (low___1 > high___1) {
#line 1732
            if (low___1 - high___1 < (double )lstep___0) {
#line 1733
              err = 1;
              goto  2792;
            } else {
#line 1732
              if (lstep___0 <= 0L) {
#line 1733
                err = 1;
                goto  2792;
              } else {

              }
            }
#line 1736
            while (low___1 >= high___1) {
#line 1737
              add_next_index_long(return_value, (long )low___1);
#line 1736
              low___1 -= (double )lstep___0;
            }
          } else {
#line 1739
            if (high___1 > low___1) {
#line 1740
              if (high___1 - low___1 < (double )lstep___0) {
#line 1741
                err = 1;
                goto  2792;
              } else {
#line 1740
                if (lstep___0 <= 0L) {
#line 1741
                  err = 1;
                  goto  2792;
                } else {

                }
              }
#line 1744
              while (low___1 <= high___1) {
#line 1745
                add_next_index_long(return_value, (long )low___1);
#line 1744
                low___1 += (double )lstep___0;
              }
            } else {
#line 1748
              add_next_index_long(return_value, (long )low___1);
            }
          }
        }
      }
    }
  }
   2792: /* CIL Label */ 
  err: 
#line 1752
  if (err) {
#line 1753
    php_error_docref0((char const   *)((void *)0), 1 << 1L,
                      "step exceeds the specified range");
#line 1754
    _zval_dtor(return_value);
#line 1755
    while (1) {
#line 1755
      __z___0 = return_value;
#line 1755
      __z___0->value.lval = 0L;
#line 1755
      __z___0->type = (unsigned char)3;
#line 1755
      break;
    }
#line 1755
    return;
  } else {

  }
   2793: /* CIL Label */ 
#line 1757
  return;
}
}

cilRep: liveness failure for zif_range: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: __Cont: /* CIL Label */ 
#line 2304
zend_hash_move_forward_ex(src, & pos);
Liveness failed on function:
 int __attribute__((__visibility__("default")))  php_array_replace_recursive(HashTable *dest ,
                                                                             HashTable *src ) 
{ zval **src_entry ;
  zval **dest_entry ;
  char *string_key ;
  uint string_key_len ;
  ulong num_key ;
  HashPosition pos ;
  int __attribute__((__visibility__("default")))  tmp ;
  int __attribute__((__visibility__("default")))  tmp___0 ;
  int __attribute__((__visibility__("default")))  tmp___1 ;
  zend_bool tmp___2 ;
  zend_uint tmp___3 ;
  zval *new_zv ;
  void __attribute__((__visibility__("default")))  *tmp___4 ;
  zend_uint tmp___5 ;
  int __attribute__((__visibility__("default")))  tmp___6 ;
  int __attribute__((__visibility__("default")))  tmp___7 ;

  {
   3452: /* CIL Label */ 
#line 2304
  zend_hash_internal_pointer_reset_ex(src, & pos);
   3453: /* CIL Label */ 
#line 2304
  while (1) {
#line 2304
    tmp___7 = zend_hash_get_current_data_ex(src, (void **)(& src_entry), & pos);
#line 2304
    if (tmp___7 == (int __attribute__((__visibility__("default")))  )0) {

    } else {
#line 2304
      break;
    }
#line 2307
    tmp = zend_hash_get_current_key_ex((HashTable const   *)src, & string_key,
                                       & string_key_len, & num_key,
                                       (unsigned char)0, & pos);
#line 2307
    switch ((int )tmp) {
    case 1: 
#line 2309
    if ((int )(*src_entry)->type != 4) {
#line 2313
      zval_addref_p(*src_entry);
#line 2314
      _zend_hash_add_or_update(dest, (char const   *)string_key, string_key_len,
                               (void *)src_entry, sizeof(zval *),
                               (void **)((void *)0), 1);
      goto __Cont;
    } else {
#line 2309
      tmp___0 = zend_hash_find((HashTable const   *)dest,
                               (char const   *)string_key, string_key_len,
                               (void **)(& dest_entry));
#line 2309
      if (tmp___0 == (int __attribute__((__visibility__("default")))  )-1) {
#line 2313
        zval_addref_p(*src_entry);
#line 2314
        _zend_hash_add_or_update(dest, (char const   *)string_key,
                                 string_key_len, (void *)src_entry,
                                 sizeof(zval *), (void **)((void *)0), 1);
        goto __Cont;
      } else {
#line 2309
        if ((int )(*dest_entry)->type != 4) {
#line 2313
          zval_addref_p(*src_entry);
#line 2314
          _zend_hash_add_or_update(dest, (char const   *)string_key,
                                   string_key_len, (void *)src_entry,
                                   sizeof(zval *), (void **)((void *)0), 1);
          goto __Cont;
        } else {

        }
      }
    }
#line 2318
    break;
    case 2: 
#line 2321
    if ((int )(*src_entry)->type != 4) {
#line 2325
      zval_addref_p(*src_entry);
#line 2326
      _zend_hash_index_update_or_next_insert(dest, num_key, (void *)src_entry,
                                             sizeof(zval *),
                                             (void **)((void *)0), 1);
      goto __Cont;
    } else {
#line 2321
      tmp___1 = zend_hash_index_find((HashTable const   *)dest, num_key,
                                     (void **)(& dest_entry));
#line 2321
      if (tmp___1 == (int __attribute__((__visibility__("default")))  )-1) {
#line 2325
        zval_addref_p(*src_entry);
#line 2326
        _zend_hash_index_update_or_next_insert(dest, num_key, (void *)src_entry,
                                               sizeof(zval *),
                                               (void **)((void *)0), 1);
        goto __Cont;
      } else {
#line 2321
        if ((int )(*dest_entry)->type != 4) {
#line 2325
          zval_addref_p(*src_entry);
#line 2326
          _zend_hash_index_update_or_next_insert(dest, num_key,
                                                 (void *)src_entry,
                                                 sizeof(zval *),
                                                 (void **)((void *)0), 1);
          goto __Cont;
        } else {

        }
      }
    }
#line 2330
    break;
    }
#line 2333
    if ((int )((*dest_entry)->value.ht)->nApplyCount > 1) {
#line 2334
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "recursion detected");
#line 2335
      return ((int __attribute__((__visibility__("default")))  )0);
    } else {
#line 2333
      if ((int )((*src_entry)->value.ht)->nApplyCount > 1) {
#line 2334
        php_error_docref0((char const   *)((void *)0), 1 << 1L,
                          "recursion detected");
#line 2335
        return ((int __attribute__((__visibility__("default")))  )0);
      } else {
#line 2333
        if ((unsigned int )*src_entry == (unsigned int )*dest_entry) {
#line 2333
          tmp___2 = zval_isref_p(*dest_entry);
#line 2333
          if (tmp___2) {
#line 2333
            tmp___3 = zval_refcount_p(*dest_entry);
#line 2333
            if (tmp___3 % 2U) {
#line 2334
              php_error_docref0((char const   *)((void *)0), 1 << 1L,
                                "recursion detected");
#line 2335
              return ((int __attribute__((__visibility__("default")))  )0);
            } else {

            }
          } else {

          }
        } else {

        }
      }
    }
#line 2337
    while (1) {
#line 2337
      tmp___5 = zval_refcount_p(*dest_entry);
#line 2337
      if (tmp___5 > 1U) {
#line 2337
        zval_delref_p(*dest_entry);
#line 2337
        while (1) {
#line 2337
          tmp___4 = _emalloc(sizeof(zval_gc_info ));
#line 2337
          new_zv = (zval *)tmp___4;
#line 2337
          ((zval_gc_info *)new_zv)->u.buffered = (gc_root_buffer *)((void *)0);
#line 2337
          break;
        }
#line 2337
        while (1) {
#line 2337
          while (1) {
#line 2337
            new_zv->value = (*dest_entry)->value;
#line 2337
            new_zv->type = (*dest_entry)->type;
#line 2337
            break;
          }
#line 2337
          zval_set_refcount_p(new_zv, 1U);
#line 2337
          zval_unset_isref_p(new_zv);
#line 2337
          break;
        }
#line 2337
        *dest_entry = new_zv;
#line 2337
        _zval_copy_ctor(new_zv);
      } else {

      }
#line 2337
      break;
    }
#line 2338
    ((*dest_entry)->value.ht)->nApplyCount = (unsigned char )((int )((*dest_entry)->value.ht)->nApplyCount + 1);
#line 2339
    ((*src_entry)->value.ht)->nApplyCount = (unsigned char )((int )((*src_entry)->value.ht)->nApplyCount + 1);
#line 2342
    tmp___6 = php_array_replace_recursive((*dest_entry)->value.ht,
                                          (*src_entry)->value.ht);
#line 2342
    if (tmp___6) {

    } else {
#line 2343
      ((*dest_entry)->value.ht)->nApplyCount = (unsigned char )((int )((*dest_entry)->value.ht)->nApplyCount - 1);
#line 2344
      ((*src_entry)->value.ht)->nApplyCount = (unsigned char )((int )((*src_entry)->value.ht)->nApplyCount - 1);
#line 2345
      return ((int __attribute__((__visibility__("default")))  )0);
    }
#line 2347
    ((*dest_entry)->value.ht)->nApplyCount = (unsigned char )((int )((*dest_entry)->value.ht)->nApplyCount - 1);
#line 2348
    ((*src_entry)->value.ht)->nApplyCount = (unsigned char )((int )((*src_entry)->value.ht)->nApplyCount - 1);
    __Cont: /* CIL Label */ 
#line 2304
    zend_hash_move_forward_ex(src, & pos);
  }
   3454: /* CIL Label */ 
#line 2351
  return ((int __attribute__((__visibility__("default")))  )1);
}
}

cilRep: liveness failure for php_array_replace_recursive: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: out: 
#line 2972
_efree((void *)args);
Liveness failed on function:
 static void php_array_intersect_key(int ht , zval *return_value ,
                                     zval **return_value_ptr , zval *this_ptr ,
                                     int return_value_used ,
                                     int data_compare_type ) 
{ Bucket *p ;
  int argc ;
  int i ;
  zval ***args ;
  int (*intersect_data_compare_func)(zval ** , zval ** ) ;
  zend_bool ok ;
  zval **data ;
  int req_args ;
  char *param_spec ;
  int __attribute__((__visibility__("default")))  tmp ;
  int __attribute__((__visibility__("default")))  tmp___0 ;
  int tmp___1 ;
  int __attribute__((__visibility__("default")))  tmp___2 ;
  int tmp___3 ;

  {
   3948: /* CIL Label */ 
#line 2895
  intersect_data_compare_func = (int (*)(zval ** , zval ** ))((void *)0);
   3949: /* CIL Label */ 
#line 2902
  argc = ht;
   3950: /* CIL Label */ 
#line 2903
  if (data_compare_type == 1) {
#line 2905
    req_args = 3;
#line 2906
    param_spec = (char *)"+f";
#line 2907
    intersect_data_compare_func = & zval_user_compare;
  } else {
#line 2911
    req_args = 2;
#line 2912
    param_spec = (char *)"+";
#line 2914
    if (data_compare_type == 0) {
#line 2915
      intersect_data_compare_func = & zval_compare;
    } else {

    }
  }
   3951: /* CIL Label */ 
#line 2919
  if (argc < req_args) {
#line 2920
    php_error_docref0((char const   *)((void *)0), 1 << 1L,
                      "at least %d parameters are required, %d given", req_args,
                      argc);
#line 2921
    return;
  } else {

  }
   3952: /* CIL Label */ 
#line 2924
  tmp = zend_parse_parameters(ht, (char const   *)param_spec, & args, & argc,
                              & basic_globals.user_compare_fci,
                              & basic_globals.user_compare_fci_cache);
   3953: /* CIL Label */ 
#line 2924
  if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 2925
    return;
  } else {

  }
   3954: /* CIL Label */ 
#line 2928
  i = 0;
   3955: /* CIL Label */ 
#line 2928
  while (i < argc) {
#line 2929
    if ((int )(*(*(args + i)))->type != 4) {
#line 2930
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "Argument #%d is not an array", i + 1);
#line 2931
      return_value->type = (unsigned char)0;
      goto out;
    } else {

    }
#line 2928
    i ++;
  }
   3956: /* CIL Label */ 
#line 2936
  _array_init(return_value, 0U);
   3957: /* CIL Label */ 
#line 2938
  p = ((*(*(args + 0)))->value.ht)->pListHead;
   3958: /* CIL Label */ 
#line 2938
  while ((unsigned int )p != (unsigned int )((void *)0)) {
#line 2939
    if (p->nKeyLength == 0U) {
#line 2940
      ok = (unsigned char)1;
#line 2941
      i = 1;
#line 2941
      while (i < argc) {
#line 2942
        tmp___0 = zend_hash_index_find((HashTable const   *)(*(*(args + i)))->value.ht,
                                       p->h, (void **)(& data));
#line 2942
        if (tmp___0 == (int __attribute__((__visibility__("default")))  )-1) {
#line 2946
          ok = (unsigned char)0;
#line 2947
          break;
        } else {
#line 2942
          if (intersect_data_compare_func) {
#line 2942
            tmp___1 = (*intersect_data_compare_func)((zval **)p->pData, data);
#line 2942
            if (tmp___1 != 0) {
#line 2946
              ok = (unsigned char)0;
#line 2947
              break;
            } else {

            }
          } else {

          }
        }
#line 2941
        i ++;
      }
#line 2950
      if (ok) {
#line 2951
        zval_addref_p(*((zval **)p->pData));
#line 2952
        _zend_hash_index_update_or_next_insert(return_value->value.ht, p->h,
                                               p->pData, sizeof(zval *),
                                               (void **)((void *)0), 1);
      } else {

      }
    } else {
#line 2955
      ok = (unsigned char)1;
#line 2956
      i = 1;
#line 2956
      while (i < argc) {
#line 2957
        tmp___2 = zend_hash_quick_find((HashTable const   *)(*(*(args + i)))->value.ht,
                                       (char const   *)p->arKey, p->nKeyLength,
                                       p->h, (void **)(& data));
#line 2957
        if (tmp___2 == (int __attribute__((__visibility__("default")))  )-1) {
#line 2961
          ok = (unsigned char)0;
#line 2962
          break;
        } else {
#line 2957
          if (intersect_data_compare_func) {
#line 2957
            tmp___3 = (*intersect_data_compare_func)((zval **)p->pData, data);
#line 2957
            if (tmp___3 != 0) {
#line 2961
              ok = (unsigned char)0;
#line 2962
              break;
            } else {

            }
          } else {

          }
        }
#line 2956
        i ++;
      }
#line 2965
      if (ok) {
#line 2966
        zval_addref_p(*((zval **)p->pData));
#line 2967
        _zend_hash_quick_add_or_update(return_value->value.ht,
                                       (char const   *)p->arKey, p->nKeyLength,
                                       p->h, p->pData, sizeof(zval *),
                                       (void **)((void *)0), 1);
      } else {

      }
    }
#line 2938
    p = p->pListNext;
  }
   3959: /* CIL Label */ 
  out: 
#line 2972
  _efree((void *)args);
   3960: /* CIL Label */ 
#line 2973
  return;
}
}

cilRep: liveness failure for php_array_intersect_key: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: out: 
#line 3236
i = 0;
Liveness failed on function:
 static void php_array_intersect(int ht , zval *return_value ,
                                 zval **return_value_ptr , zval *this_ptr ,
                                 int return_value_used , int behavior ,
                                 int data_compare_type , int key_compare_type ) 
{ zval ***args ;
  HashTable *hash ;
  int arr_argc ;
  int i ;
  int c ;
  Bucket ***lists ;
  Bucket **list ;
  Bucket ***ptrs ;
  Bucket *p ;
  int req_args ;
  char *param_spec ;
  zend_fcall_info fci1 ;
  zend_fcall_info fci2 ;
  zend_fcall_info_cache fci1_cache ;
  zend_fcall_info_cache fci2_cache ;
  zend_fcall_info *fci_key ;
  zend_fcall_info *fci_data ;
  zend_fcall_info_cache *fci_key_cache ;
  zend_fcall_info_cache *fci_data_cache ;
  zend_fcall_info old_user_compare_fci ;
  zend_fcall_info_cache old_user_compare_fci_cache ;
  int (*intersect_key_compare_func)(void const   * , void const   * ) ;
  int (*intersect_data_compare_func)(void const   * , void const   * ) ;
  int __attribute__((__visibility__("default")))  tmp ;
  int __attribute__((__visibility__("default")))  tmp___0 ;
  void __attribute__((__visibility__("default")))  *tmp___1 ;
  void __attribute__((__visibility__("default")))  *tmp___2 ;
  void *tmp___3 ;
  void __attribute__((__visibility__("default")))  *tmp___4 ;
  void *tmp___5 ;
  zval *__z ;
  Bucket **tmp___6 ;
  zend_uchar is_ref ;
  zend_bool tmp___7 ;
  zend_uint refcount ;
  zend_uint tmp___8 ;
  HashTable *ht___0 ;
  zval *tmp___9 ;
  void __attribute__((__visibility__("default")))  *tmp___10 ;
  int __attribute__((__visibility__("default")))  tmp___11 ;
  int tmp___12 ;
  Bucket **tmp___13 ;
  int tmp___14 ;
  int tmp___15 ;

  {
   4182: /* CIL Label */ 
#line 2978
  args = (zval ***)((void *)0);
   4183: /* CIL Label */ 
#line 2980
  c = 0;
   4184: /* CIL Label */ 
#line 2985
  fci1_cache = empty_fcall_info_cache;
   4185: /* CIL Label */ 
#line 2985
  fci2_cache = empty_fcall_info_cache;
   4186: /* CIL Label */ 
#line 2993
  if (behavior == 1) {
#line 2994
    intersect_key_compare_func = & php_array_key_compare;
#line 2996
    if (data_compare_type == 0) {
#line 2998
      req_args = 2;
#line 2999
      param_spec = (char *)"+";
#line 3000
      intersect_data_compare_func = & php_array_data_compare;
    } else {
#line 3001
      if (data_compare_type == 1) {
#line 3003
        req_args = 3;
#line 3004
        param_spec = (char *)"+f";
#line 3005
        intersect_data_compare_func = & php_array_user_compare;
      } else {
#line 3007
        php_error_docref0((char const   *)((void *)0), 1 << 1L,
                          "data_compare_type is %d. This should never happen. Please report as a bug",
                          data_compare_type);
#line 3008
        return;
      }
    }
#line 3011
    if (ht < req_args) {
#line 3012
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "at least %d parameters are required, %d given",
                        req_args, ht);
#line 3013
      return;
    } else {

    }
#line 3016
    tmp = zend_parse_parameters(ht, (char const   *)param_spec, & args,
                                & arr_argc, & fci1, & fci1_cache);
#line 3016
    if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 3017
      return;
    } else {

    }
#line 3019
    fci_data = & fci1;
#line 3020
    fci_data_cache = & fci1_cache;
  } else {
#line 3022
    if (behavior & 6) {
#line 3025
      intersect_key_compare_func = & php_array_key_compare;
#line 3027
      if (data_compare_type == 0) {
#line 3027
        if (key_compare_type == 0) {
#line 3029
          req_args = 2;
#line 3030
          param_spec = (char *)"+";
#line 3031
          intersect_key_compare_func = & php_array_key_compare;
#line 3032
          intersect_data_compare_func = & php_array_data_compare;
        } else {
          goto _L___1;
        }
      } else {
        _L___1: /* CIL Label */ 
#line 3033
        if (data_compare_type == 1) {
#line 3033
          if (key_compare_type == 0) {
#line 3035
            req_args = 3;
#line 3036
            param_spec = (char *)"+f";
#line 3037
            intersect_key_compare_func = & php_array_key_compare;
#line 3038
            intersect_data_compare_func = & php_array_user_compare;
#line 3039
            fci_data = & fci1;
#line 3040
            fci_data_cache = & fci1_cache;
          } else {
            goto _L___0;
          }
        } else {
          _L___0: /* CIL Label */ 
#line 3041
          if (data_compare_type == 0) {
#line 3041
            if (key_compare_type == 1) {
#line 3043
              req_args = 3;
#line 3044
              param_spec = (char *)"+f";
#line 3045
              intersect_key_compare_func = & php_array_user_key_compare;
#line 3046
              intersect_data_compare_func = & php_array_data_compare;
#line 3047
              fci_key = & fci1;
#line 3048
              fci_key_cache = & fci1_cache;
            } else {
              goto _L;
            }
          } else {
            _L: /* CIL Label */ 
#line 3049
            if (data_compare_type == 1) {
#line 3049
              if (key_compare_type == 1) {
#line 3051
                req_args = 4;
#line 3052
                param_spec = (char *)"+ff";
#line 3053
                intersect_key_compare_func = & php_array_user_key_compare;
#line 3054
                intersect_data_compare_func = & php_array_user_compare;
#line 3055
                fci_data = & fci1;
#line 3056
                fci_data_cache = & fci1_cache;
#line 3057
                fci_key = & fci2;
#line 3058
                fci_key_cache = & fci2_cache;
              } else {
#line 3060
                php_error_docref0((char const   *)((void *)0), 1 << 1L,
                                  "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug",
                                  data_compare_type, key_compare_type);
#line 3061
                return;
              }
            } else {
#line 3060
              php_error_docref0((char const   *)((void *)0), 1 << 1L,
                                "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug",
                                data_compare_type, key_compare_type);
#line 3061
              return;
            }
          }
        }
      }
#line 3064
      if (ht < req_args) {
#line 3065
        php_error_docref0((char const   *)((void *)0), 1 << 1L,
                          "at least %d parameters are required, %d given",
                          req_args, ht);
#line 3066
        return;
      } else {

      }
#line 3069
      tmp___0 = zend_parse_parameters(ht, (char const   *)param_spec, & args,
                                      & arr_argc, & fci1, & fci1_cache, & fci2,
                                      & fci2_cache);
#line 3069
      if (tmp___0 == (int __attribute__((__visibility__("default")))  )-1) {
#line 3070
        return;
      } else {

      }
    } else {
#line 3074
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "behavior is %d. This should never happen. Please report as a bug",
                        behavior);
#line 3075
      return;
    }
  }
   4187: /* CIL Label */ 
#line 3078
  old_user_compare_fci = basic_globals.user_compare_fci;
   4188: /* CIL Label */ 
#line 3078
  old_user_compare_fci_cache = basic_globals.user_compare_fci_cache;
   4189: /* CIL Label */ 
#line 3078
  basic_globals.user_compare_fci_cache = (struct _zend_fcall_info_cache )empty_fcall_info_cache;
   4190: /* CIL Label */ 
#line 3081
  tmp___1 = _safe_emalloc((unsigned int )arr_argc, sizeof(Bucket **), 0U);
   4191: /* CIL Label */ 
#line 3081
  lists = (Bucket ***)tmp___1;
   4192: /* CIL Label */ 
#line 3082
  tmp___2 = _safe_emalloc((unsigned int )arr_argc, sizeof(Bucket **), 0U);
   4193: /* CIL Label */ 
#line 3082
  ptrs = (Bucket ***)tmp___2;
   4194: /* CIL Label */ 
#line 3083
  php_set_compare_func(2);
   4195: /* CIL Label */ 
#line 3085
  if (behavior == 1) {
#line 3085
    if (data_compare_type == 1) {
#line 3086
      basic_globals.user_compare_fci = *fci_data;
#line 3087
      basic_globals.user_compare_fci_cache = *fci_data_cache;
    } else {
      goto _L___2;
    }
  } else {
    _L___2: /* CIL Label */ 
#line 3088
    if (behavior & 6) {
#line 3088
      if (key_compare_type == 1) {
#line 3089
        basic_globals.user_compare_fci = *fci_key;
#line 3090
        basic_globals.user_compare_fci_cache = *fci_key_cache;
      } else {

      }
    } else {

    }
  }
   4196: /* CIL Label */ 
#line 3093
  i = 0;
   4197: /* CIL Label */ 
#line 3093
  while (i < arr_argc) {
#line 3094
    if ((int )(*(*(args + i)))->type != 4) {
#line 3095
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "Argument #%d is not an array", i + 1);
#line 3096
      arr_argc = i;
      goto out;
    } else {

    }
#line 3099
    hash = (*(*(args + i)))->value.ht;
#line 3100
    if (hash->persistent) {
#line 3100
      tmp___3 = __zend_malloc((hash->nNumOfElements + 1U) * sizeof(Bucket *));
#line 3100
      tmp___5 = tmp___3;
    } else {
#line 3100
      tmp___4 = _emalloc((hash->nNumOfElements + 1U) * sizeof(Bucket *));
#line 3100
      tmp___5 = (void *)tmp___4;
    }
#line 3100
    list = (Bucket **)tmp___5;
#line 3101
    if (! list) {
#line 3102
      basic_globals.user_compare_fci = old_user_compare_fci;
#line 3102
      basic_globals.user_compare_fci_cache = old_user_compare_fci_cache;
#line 3104
      _efree((void *)ptrs);
#line 3105
      _efree((void *)lists);
#line 3106
      _efree((void *)args);
#line 3107
      while (1) {
#line 3107
        __z = return_value;
#line 3107
        __z->value.lval = 0L;
#line 3107
        __z->type = (unsigned char)3;
#line 3107
        break;
      }
#line 3107
      return;
    } else {

    }
#line 3109
    *(lists + i) = list;
#line 3110
    *(ptrs + i) = list;
#line 3111
    p = hash->pListHead;
#line 3111
    while (p) {
#line 3112
      tmp___6 = list;
#line 3112
      list ++;
#line 3112
      *tmp___6 = p;
#line 3111
      p = p->pListNext;
    }
#line 3114
    *list = (Bucket *)((void *)0);
#line 3115
    if (behavior == 1) {
#line 3116
      zend_qsort((void *)*(lists + i), hash->nNumOfElements, sizeof(Bucket *),
                 intersect_data_compare_func);
    } else {
#line 3117
      if (behavior & 6) {
#line 3118
        zend_qsort((void *)*(lists + i), hash->nNumOfElements, sizeof(Bucket *),
                   intersect_key_compare_func);
      } else {

      }
    }
#line 3093
    i ++;
  }
   4198: /* CIL Label */ 
#line 3123
  tmp___7 = zval_isref_p(return_value);
   4199: /* CIL Label */ 
#line 3123
  is_ref = tmp___7;
   4200: /* CIL Label */ 
#line 3123
  tmp___8 = zval_refcount_p(return_value);
   4201: /* CIL Label */ 
#line 3123
  refcount = tmp___8;
   4202: /* CIL Label */ 
#line 3123
  while (1) {
#line 3123
    return_value->value = (*(*(args + 0)))->value;
#line 3123
    return_value->type = (*(*(args + 0)))->type;
#line 3123
    break;
  }
   4203: /* CIL Label */ 
#line 3123
  _zval_copy_ctor(return_value);
   4204: /* CIL Label */ 
#line 3123
  zval_set_isref_to_p(return_value, is_ref);
   4205: /* CIL Label */ 
#line 3123
  zval_set_refcount_p(return_value, refcount);
   4206: /* CIL Label */ 
#line 3124
  if ((unsigned int )return_value->value.ht == (unsigned int )(& executor_globals.symbol_table)) {
#line 3128
    tmp___10 = _emalloc(sizeof(HashTable ));
#line 3128
    ht___0 = (HashTable *)tmp___10;
#line 3129
    tmp___11 = zend_hash_num_elements((HashTable const   *)return_value->value.ht);
#line 3129
    _zend_hash_init(ht___0, (unsigned int )tmp___11,
                    (ulong (*)(char const   *arKey , uint nKeyLength ))((void *)0),
                    (void (*)(void * ))(& _zval_ptr_dtor), (unsigned char)0);
#line 3130
    zend_hash_copy(ht___0, return_value->value.ht,
                   (void (*)(void *pElement ))(& zval_add_ref),
                   (void *)(& tmp___9), sizeof(zval *));
#line 3131
    return_value->value.ht = ht___0;
  } else {

  }
   4207: /* CIL Label */ 
#line 3135
  while (*(*(ptrs + 0))) {
#line 3136
    if (behavior & 6) {
#line 3136
      if (key_compare_type == 1) {
#line 3140
        basic_globals.user_compare_fci = *fci_key;
#line 3141
        basic_globals.user_compare_fci_cache = *fci_key_cache;
      } else {

      }
    } else {

    }
#line 3144
    i = 1;
#line 3144
    while (i < arr_argc) {
#line 3145
      if (behavior & 1) {
#line 3146
        while (1) {
#line 3146
          if (*(*(ptrs + i))) {
#line 3146
            c = (*intersect_data_compare_func)((void const   *)*(ptrs + 0),
                                               (void const   *)*(ptrs + i));
#line 3146
            if (0 < c) {

            } else {
#line 3146
              break;
            }
          } else {
#line 3146
            break;
          }
#line 3147
          (*(ptrs + i)) ++;
        }
      } else {
#line 3149
        if (behavior & 6) {
#line 3150
          while (1) {
#line 3150
            if (*(*(ptrs + i))) {
#line 3150
              c = (*intersect_key_compare_func)((void const   *)*(ptrs + 0),
                                                (void const   *)*(ptrs + i));
#line 3150
              if (0 < c) {

              } else {
#line 3150
                break;
              }
            } else {
#line 3150
              break;
            }
#line 3151
            (*(ptrs + i)) ++;
          }
#line 3153
          if (! c) {
#line 3153
            if (*(*(ptrs + i))) {
#line 3153
              if (behavior == 6) {
#line 3158
                if (data_compare_type == 1) {
#line 3159
                  basic_globals.user_compare_fci = *fci_data;
#line 3160
                  basic_globals.user_compare_fci_cache = *fci_data_cache;
                } else {

                }
#line 3162
                tmp___12 = (*intersect_data_compare_func)((void const   *)*(ptrs + 0),
                                                          (void const   *)*(ptrs + i));
#line 3162
                if (tmp___12 != 0) {
#line 3163
                  c = 1;
#line 3164
                  if (key_compare_type == 1) {
#line 3165
                    basic_globals.user_compare_fci = *fci_key;
#line 3166
                    basic_globals.user_compare_fci_cache = *fci_key_cache;
                  } else {

                  }
                } else {

                }
              } else {

              }
            } else {

            }
          } else {

          }
        } else {

        }
      }
#line 3175
      if (! *(*(ptrs + i))) {
#line 3179
        while (1) {
#line 3180
          tmp___13 = *(ptrs + 0);
#line 3180
          (*(ptrs + 0)) ++;
#line 3180
          p = *tmp___13;
#line 3181
          if (! p) {
            goto out;
          } else {

          }
#line 3184
          if (p->nKeyLength == 0U) {
#line 3185
            zend_hash_del_key_or_index(return_value->value.ht,
                                       (char const   *)((void *)0), 0U, p->h, 1);
          } else {
#line 3187
            zend_hash_del_key_or_index(return_value->value.ht,
                                       (char const   *)p->arKey, p->nKeyLength,
                                       p->h, 2);
          }
        }
      } else {

      }
#line 3191
      if (c) {
#line 3192
        break;
      } else {

      }
#line 3193
      (*(ptrs + i)) ++;
#line 3144
      i ++;
    }
#line 3195
    if (c) {
#line 3198
      while (1) {
#line 3199
        p = *(*(ptrs + 0));
#line 3200
        if (p->nKeyLength == 0U) {
#line 3201
          zend_hash_del_key_or_index(return_value->value.ht,
                                     (char const   *)((void *)0), 0U, p->h, 1);
        } else {
#line 3203
          zend_hash_del_key_or_index(return_value->value.ht,
                                     (char const   *)p->arKey, p->nKeyLength,
                                     p->h, 2);
        }
#line 3205
        (*(ptrs + 0)) ++;
#line 3205
        if (*(*(ptrs + 0))) {

        } else {
          goto out;
        }
#line 3208
        if (behavior == 1) {
#line 3209
          tmp___14 = (*intersect_data_compare_func)((void const   *)*(ptrs + 0),
                                                    (void const   *)*(ptrs + i));
#line 3209
          if (0 <= tmp___14) {
#line 3210
            break;
          } else {

          }
        } else {
#line 3212
          if (behavior & 6) {
#line 3214
            break;
          } else {

          }
        }
      }
    } else {
#line 3220
      while (1) {
#line 3221
        (*(ptrs + 0)) ++;
#line 3221
        if (*(*(ptrs + 0))) {

        } else {
          goto out;
        }
#line 3224
        if (behavior == 1) {
#line 3225
          tmp___15 = (*intersect_data_compare_func)((void const   *)(*(ptrs + 0) - 1),
                                                    (void const   *)*(ptrs + 0));
#line 3225
          if (tmp___15) {
#line 3226
            break;
          } else {

          }
        } else {
#line 3228
          if (behavior & 6) {
#line 3230
            break;
          } else {

          }
        }
      }
    }
  }
   4208: /* CIL Label */ 
  out: 
#line 3236
  i = 0;
   4209: /* CIL Label */ 
#line 3236
  while (i < arr_argc) {
#line 3237
    hash = (*(*(args + i)))->value.ht;
#line 3238
    if (hash->persistent) {
#line 3238
      free((void *)*(lists + i));
    } else {
#line 3238
      _efree((void *)*(lists + i));
    }
#line 3236
    i ++;
  }
   4210: /* CIL Label */ 
#line 3241
  basic_globals.user_compare_fci = old_user_compare_fci;
   4211: /* CIL Label */ 
#line 3241
  basic_globals.user_compare_fci_cache = old_user_compare_fci_cache;
   4212: /* CIL Label */ 
#line 3243
  _efree((void *)ptrs);
   4213: /* CIL Label */ 
#line 3244
  _efree((void *)lists);
   4214: /* CIL Label */ 
#line 3245
  _efree((void *)args);
   4215: /* CIL Label */ 
#line 3246
  return;
}
}

cilRep: liveness failure for php_array_intersect: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: out: 
#line 3390
_efree((void *)args);
Liveness failed on function:
 static void php_array_diff_key(int ht , zval *return_value ,
                                zval **return_value_ptr , zval *this_ptr ,
                                int return_value_used , int data_compare_type ) 
{ Bucket *p ;
  int argc ;
  int i ;
  zval ***args ;
  int (*diff_data_compare_func)(zval ** , zval ** ) ;
  zend_bool ok ;
  zval **data ;
  int __attribute__((__visibility__("default")))  tmp ;
  int __attribute__((__visibility__("default")))  tmp___0 ;
  int __attribute__((__visibility__("default")))  tmp___1 ;
  int tmp___2 ;
  int __attribute__((__visibility__("default")))  tmp___3 ;
  int tmp___4 ;

  {
   4301: /* CIL Label */ 
#line 3318
  diff_data_compare_func = (int (*)(zval ** , zval ** ))((void *)0);
   4302: /* CIL Label */ 
#line 3323
  argc = ht;
   4303: /* CIL Label */ 
#line 3324
  if (data_compare_type == 1) {
#line 3325
    if (argc < 3) {
#line 3326
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "at least 3 parameters are required, %d given", ht);
#line 3327
      return;
    } else {

    }
#line 3329
    tmp = zend_parse_parameters(ht, "+f", & args, & argc,
                                & basic_globals.user_compare_fci,
                                & basic_globals.user_compare_fci_cache);
#line 3329
    if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 3330
      return;
    } else {

    }
#line 3332
    diff_data_compare_func = & zval_user_compare;
  } else {
#line 3334
    if (argc < 2) {
#line 3335
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "at least 2 parameters are required, %d given", ht);
#line 3336
      return;
    } else {

    }
#line 3338
    tmp___0 = zend_parse_parameters(ht, "+", & args, & argc);
#line 3338
    if (tmp___0 == (int __attribute__((__visibility__("default")))  )-1) {
#line 3339
      return;
    } else {

    }
#line 3341
    if (data_compare_type == 0) {
#line 3342
      diff_data_compare_func = & zval_compare;
    } else {

    }
  }
   4304: /* CIL Label */ 
#line 3346
  i = 0;
   4305: /* CIL Label */ 
#line 3346
  while (i < argc) {
#line 3347
    if ((int )(*(*(args + i)))->type != 4) {
#line 3348
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "Argument #%d is not an array", i + 1);
#line 3349
      return_value->type = (unsigned char)0;
      goto out;
    } else {

    }
#line 3346
    i ++;
  }
   4306: /* CIL Label */ 
#line 3354
  _array_init(return_value, 0U);
   4307: /* CIL Label */ 
#line 3356
  p = ((*(*(args + 0)))->value.ht)->pListHead;
   4308: /* CIL Label */ 
#line 3356
  while ((unsigned int )p != (unsigned int )((void *)0)) {
#line 3357
    if (p->nKeyLength == 0U) {
#line 3358
      ok = (unsigned char)1;
#line 3359
      i = 1;
#line 3359
      while (i < argc) {
#line 3360
        tmp___1 = zend_hash_index_find((HashTable const   *)(*(*(args + i)))->value.ht,
                                       p->h, (void **)(& data));
#line 3360
        if (tmp___1 == (int __attribute__((__visibility__("default")))  )0) {
#line 3360
          if (! diff_data_compare_func) {
#line 3364
            ok = (unsigned char)0;
#line 3365
            break;
          } else {
#line 3360
            tmp___2 = (*diff_data_compare_func)((zval **)p->pData, data);
#line 3360
            if (tmp___2 == 0) {
#line 3364
              ok = (unsigned char)0;
#line 3365
              break;
            } else {

            }
          }
        } else {

        }
#line 3359
        i ++;
      }
#line 3368
      if (ok) {
#line 3369
        zval_addref_p(*((zval **)p->pData));
#line 3370
        _zend_hash_index_update_or_next_insert(return_value->value.ht, p->h,
                                               p->pData, sizeof(zval *),
                                               (void **)((void *)0), 1);
      } else {

      }
    } else {
#line 3373
      ok = (unsigned char)1;
#line 3374
      i = 1;
#line 3374
      while (i < argc) {
#line 3375
        tmp___3 = zend_hash_quick_find((HashTable const   *)(*(*(args + i)))->value.ht,
                                       (char const   *)p->arKey, p->nKeyLength,
                                       p->h, (void **)(& data));
#line 3375
        if (tmp___3 == (int __attribute__((__visibility__("default")))  )0) {
#line 3375
          if (! diff_data_compare_func) {
#line 3379
            ok = (unsigned char)0;
#line 3380
            break;
          } else {
#line 3375
            tmp___4 = (*diff_data_compare_func)((zval **)p->pData, data);
#line 3375
            if (tmp___4 == 0) {
#line 3379
              ok = (unsigned char)0;
#line 3380
              break;
            } else {

            }
          }
        } else {

        }
#line 3374
        i ++;
      }
#line 3383
      if (ok) {
#line 3384
        zval_addref_p(*((zval **)p->pData));
#line 3385
        _zend_hash_quick_add_or_update(return_value->value.ht,
                                       (char const   *)p->arKey, p->nKeyLength,
                                       p->h, p->pData, sizeof(zval *),
                                       (void **)((void *)0), 1);
      } else {

      }
    }
#line 3356
    p = p->pListNext;
  }
   4309: /* CIL Label */ 
  out: 
#line 3390
  _efree((void *)args);
   4310: /* CIL Label */ 
#line 3391
  return;
}
}

cilRep: liveness failure for php_array_diff_key: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: out: 
#line 3649
i = 0;
Liveness failed on function:
 static void php_array_diff(int ht , zval *return_value ,
                            zval **return_value_ptr , zval *this_ptr ,
                            int return_value_used , int behavior ,
                            int data_compare_type , int key_compare_type ) 
{ zval ***args ;
  HashTable *hash ;
  int arr_argc ;
  int i ;
  int c ;
  Bucket ***lists ;
  Bucket **list ;
  Bucket ***ptrs ;
  Bucket *p ;
  int req_args ;
  char *param_spec ;
  zend_fcall_info fci1 ;
  zend_fcall_info fci2 ;
  zend_fcall_info_cache fci1_cache ;
  zend_fcall_info_cache fci2_cache ;
  zend_fcall_info *fci_key ;
  zend_fcall_info *fci_data ;
  zend_fcall_info_cache *fci_key_cache ;
  zend_fcall_info_cache *fci_data_cache ;
  zend_fcall_info old_user_compare_fci ;
  zend_fcall_info_cache old_user_compare_fci_cache ;
  int (*diff_key_compare_func)(void const   * , void const   * ) ;
  int (*diff_data_compare_func)(void const   * , void const   * ) ;
  int __attribute__((__visibility__("default")))  tmp ;
  int __attribute__((__visibility__("default")))  tmp___0 ;
  void __attribute__((__visibility__("default")))  *tmp___1 ;
  void __attribute__((__visibility__("default")))  *tmp___2 ;
  void *tmp___3 ;
  void __attribute__((__visibility__("default")))  *tmp___4 ;
  void *tmp___5 ;
  zval *__z ;
  Bucket **tmp___6 ;
  zend_uchar is_ref ;
  zend_bool tmp___7 ;
  zend_uint refcount ;
  zend_uint tmp___8 ;
  HashTable *ht___0 ;
  zval *tmp___9 ;
  void __attribute__((__visibility__("default")))  *tmp___10 ;
  int __attribute__((__visibility__("default")))  tmp___11 ;
  Bucket **ptr ;
  int tmp___12 ;
  int tmp___13 ;
  int tmp___14 ;

  {
   4523: /* CIL Label */ 
#line 3396
  args = (zval ***)((void *)0);
   4524: /* CIL Label */ 
#line 3403
  fci1_cache = empty_fcall_info_cache;
   4525: /* CIL Label */ 
#line 3403
  fci2_cache = empty_fcall_info_cache;
   4526: /* CIL Label */ 
#line 3411
  if (behavior == 1) {
#line 3412
    diff_key_compare_func = & php_array_key_compare;
#line 3414
    if (data_compare_type == 0) {
#line 3416
      req_args = 2;
#line 3417
      param_spec = (char *)"+";
#line 3418
      diff_data_compare_func = & php_array_data_compare;
    } else {
#line 3419
      if (data_compare_type == 1) {
#line 3421
        req_args = 3;
#line 3422
        param_spec = (char *)"+f";
#line 3423
        diff_data_compare_func = & php_array_user_compare;
      } else {
#line 3425
        php_error_docref0((char const   *)((void *)0), 1 << 1L,
                          "data_compare_type is %d. This should never happen. Please report as a bug",
                          data_compare_type);
#line 3426
        return;
      }
    }
#line 3429
    if (ht < req_args) {
#line 3430
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "at least %d parameters are required, %d given",
                        req_args, ht);
#line 3431
      return;
    } else {

    }
#line 3434
    tmp = zend_parse_parameters(ht, (char const   *)param_spec, & args,
                                & arr_argc, & fci1, & fci1_cache);
#line 3434
    if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 3435
      return;
    } else {

    }
#line 3437
    fci_data = & fci1;
#line 3438
    fci_data_cache = & fci1_cache;
  } else {
#line 3440
    if (behavior & 6) {
#line 3444
      if (data_compare_type == 0) {
#line 3444
        if (key_compare_type == 0) {
#line 3446
          req_args = 2;
#line 3447
          param_spec = (char *)"+";
#line 3448
          diff_key_compare_func = & php_array_key_compare;
#line 3449
          diff_data_compare_func = & php_array_data_compare;
        } else {
          goto _L___1;
        }
      } else {
        _L___1: /* CIL Label */ 
#line 3450
        if (data_compare_type == 1) {
#line 3450
          if (key_compare_type == 0) {
#line 3452
            req_args = 3;
#line 3453
            param_spec = (char *)"+f";
#line 3454
            diff_key_compare_func = & php_array_key_compare;
#line 3455
            diff_data_compare_func = & php_array_user_compare;
#line 3456
            fci_data = & fci1;
#line 3457
            fci_data_cache = & fci1_cache;
          } else {
            goto _L___0;
          }
        } else {
          _L___0: /* CIL Label */ 
#line 3458
          if (data_compare_type == 0) {
#line 3458
            if (key_compare_type == 1) {
#line 3460
              req_args = 3;
#line 3461
              param_spec = (char *)"+f";
#line 3462
              diff_key_compare_func = & php_array_user_key_compare;
#line 3463
              diff_data_compare_func = & php_array_data_compare;
#line 3464
              fci_key = & fci1;
#line 3465
              fci_key_cache = & fci1_cache;
            } else {
              goto _L;
            }
          } else {
            _L: /* CIL Label */ 
#line 3466
            if (data_compare_type == 1) {
#line 3466
              if (key_compare_type == 1) {
#line 3468
                req_args = 4;
#line 3469
                param_spec = (char *)"+ff";
#line 3470
                diff_key_compare_func = & php_array_user_key_compare;
#line 3471
                diff_data_compare_func = & php_array_user_compare;
#line 3472
                fci_data = & fci1;
#line 3473
                fci_data_cache = & fci1_cache;
#line 3474
                fci_key = & fci2;
#line 3475
                fci_key_cache = & fci2_cache;
              } else {
#line 3477
                php_error_docref0((char const   *)((void *)0), 1 << 1L,
                                  "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug",
                                  data_compare_type, key_compare_type);
#line 3478
                return;
              }
            } else {
#line 3477
              php_error_docref0((char const   *)((void *)0), 1 << 1L,
                                "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug",
                                data_compare_type, key_compare_type);
#line 3478
              return;
            }
          }
        }
      }
#line 3481
      if (ht < req_args) {
#line 3482
        php_error_docref0((char const   *)((void *)0), 1 << 1L,
                          "at least %d parameters are required, %d given",
                          req_args, ht);
#line 3483
        return;
      } else {

      }
#line 3486
      tmp___0 = zend_parse_parameters(ht, (char const   *)param_spec, & args,
                                      & arr_argc, & fci1, & fci1_cache, & fci2,
                                      & fci2_cache);
#line 3486
      if (tmp___0 == (int __attribute__((__visibility__("default")))  )-1) {
#line 3487
        return;
      } else {

      }
    } else {
#line 3491
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "behavior is %d. This should never happen. Please report as a bug",
                        behavior);
#line 3492
      return;
    }
  }
   4527: /* CIL Label */ 
#line 3495
  old_user_compare_fci = basic_globals.user_compare_fci;
   4528: /* CIL Label */ 
#line 3495
  old_user_compare_fci_cache = basic_globals.user_compare_fci_cache;
   4529: /* CIL Label */ 
#line 3495
  basic_globals.user_compare_fci_cache = (struct _zend_fcall_info_cache )empty_fcall_info_cache;
   4530: /* CIL Label */ 
#line 3498
  tmp___1 = _safe_emalloc((unsigned int )arr_argc, sizeof(Bucket **), 0U);
   4531: /* CIL Label */ 
#line 3498
  lists = (Bucket ***)tmp___1;
   4532: /* CIL Label */ 
#line 3499
  tmp___2 = _safe_emalloc((unsigned int )arr_argc, sizeof(Bucket **), 0U);
   4533: /* CIL Label */ 
#line 3499
  ptrs = (Bucket ***)tmp___2;
   4534: /* CIL Label */ 
#line 3500
  php_set_compare_func(2);
   4535: /* CIL Label */ 
#line 3502
  if (behavior == 1) {
#line 3502
    if (data_compare_type == 1) {
#line 3503
      basic_globals.user_compare_fci = *fci_data;
#line 3504
      basic_globals.user_compare_fci_cache = *fci_data_cache;
    } else {
      goto _L___2;
    }
  } else {
    _L___2: /* CIL Label */ 
#line 3505
    if (behavior & 6) {
#line 3505
      if (key_compare_type == 1) {
#line 3506
        basic_globals.user_compare_fci = *fci_key;
#line 3507
        basic_globals.user_compare_fci_cache = *fci_key_cache;
      } else {

      }
    } else {

    }
  }
   4536: /* CIL Label */ 
#line 3510
  i = 0;
   4537: /* CIL Label */ 
#line 3510
  while (i < arr_argc) {
#line 3511
    if ((int )(*(*(args + i)))->type != 4) {
#line 3512
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "Argument #%d is not an array", i + 1);
#line 3513
      arr_argc = i;
      goto out;
    } else {

    }
#line 3516
    hash = (*(*(args + i)))->value.ht;
#line 3517
    if (hash->persistent) {
#line 3517
      tmp___3 = __zend_malloc((hash->nNumOfElements + 1U) * sizeof(Bucket *));
#line 3517
      tmp___5 = tmp___3;
    } else {
#line 3517
      tmp___4 = _emalloc((hash->nNumOfElements + 1U) * sizeof(Bucket *));
#line 3517
      tmp___5 = (void *)tmp___4;
    }
#line 3517
    list = (Bucket **)tmp___5;
#line 3518
    if (! list) {
#line 3519
      basic_globals.user_compare_fci = old_user_compare_fci;
#line 3519
      basic_globals.user_compare_fci_cache = old_user_compare_fci_cache;
#line 3521
      _efree((void *)ptrs);
#line 3522
      _efree((void *)lists);
#line 3523
      _efree((void *)args);
#line 3524
      while (1) {
#line 3524
        __z = return_value;
#line 3524
        __z->value.lval = 0L;
#line 3524
        __z->type = (unsigned char)3;
#line 3524
        break;
      }
#line 3524
      return;
    } else {

    }
#line 3526
    *(lists + i) = list;
#line 3527
    *(ptrs + i) = list;
#line 3528
    p = hash->pListHead;
#line 3528
    while (p) {
#line 3529
      tmp___6 = list;
#line 3529
      list ++;
#line 3529
      *tmp___6 = p;
#line 3528
      p = p->pListNext;
    }
#line 3531
    *list = (Bucket *)((void *)0);
#line 3532
    if (behavior == 1) {
#line 3533
      zend_qsort((void *)*(lists + i), hash->nNumOfElements, sizeof(Bucket *),
                 diff_data_compare_func);
    } else {
#line 3534
      if (behavior & 6) {
#line 3535
        zend_qsort((void *)*(lists + i), hash->nNumOfElements, sizeof(Bucket *),
                   diff_key_compare_func);
      } else {

      }
    }
#line 3510
    i ++;
  }
   4538: /* CIL Label */ 
#line 3540
  tmp___7 = zval_isref_p(return_value);
   4539: /* CIL Label */ 
#line 3540
  is_ref = tmp___7;
   4540: /* CIL Label */ 
#line 3540
  tmp___8 = zval_refcount_p(return_value);
   4541: /* CIL Label */ 
#line 3540
  refcount = tmp___8;
   4542: /* CIL Label */ 
#line 3540
  while (1) {
#line 3540
    return_value->value = (*(*(args + 0)))->value;
#line 3540
    return_value->type = (*(*(args + 0)))->type;
#line 3540
    break;
  }
   4543: /* CIL Label */ 
#line 3540
  _zval_copy_ctor(return_value);
   4544: /* CIL Label */ 
#line 3540
  zval_set_isref_to_p(return_value, is_ref);
   4545: /* CIL Label */ 
#line 3540
  zval_set_refcount_p(return_value, refcount);
   4546: /* CIL Label */ 
#line 3541
  if ((unsigned int )return_value->value.ht == (unsigned int )(& executor_globals.symbol_table)) {
#line 3545
    tmp___10 = _emalloc(sizeof(HashTable ));
#line 3545
    ht___0 = (HashTable *)tmp___10;
#line 3546
    tmp___11 = zend_hash_num_elements((HashTable const   *)return_value->value.ht);
#line 3546
    _zend_hash_init(ht___0, (unsigned int )tmp___11,
                    (ulong (*)(char const   *arKey , uint nKeyLength ))((void *)0),
                    (void (*)(void * ))(& _zval_ptr_dtor), (unsigned char)0);
#line 3547
    zend_hash_copy(ht___0, return_value->value.ht,
                   (void (*)(void *pElement ))(& zval_add_ref),
                   (void *)(& tmp___9), sizeof(zval *));
#line 3548
    return_value->value.ht = ht___0;
  } else {

  }
   4547: /* CIL Label */ 
#line 3552
  while (*(*(ptrs + 0))) {
#line 3553
    if (behavior & 6) {
#line 3553
      if (key_compare_type == 1) {
#line 3557
        basic_globals.user_compare_fci = *fci_key;
#line 3558
        basic_globals.user_compare_fci_cache = *fci_key_cache;
      } else {

      }
    } else {

    }
#line 3560
    c = 1;
#line 3561
    i = 1;
#line 3561
    while (i < arr_argc) {
#line 3562
      ptr = *(ptrs + i);
#line 3563
      if (behavior == 1) {
#line 3564
        while (1) {
#line 3564
          if (*(*(ptrs + i))) {
#line 3564
            c = (*diff_data_compare_func)((void const   *)*(ptrs + 0),
                                          (void const   *)*(ptrs + i));
#line 3564
            if (0 < c) {

            } else {
#line 3564
              break;
            }
          } else {
#line 3564
            break;
          }
#line 3565
          (*(ptrs + i)) ++;
        }
      } else {
#line 3567
        if (behavior & 6) {
#line 3568
          while (1) {
#line 3568
            if (*ptr) {
#line 3568
              c = (*diff_key_compare_func)((void const   *)*(ptrs + 0),
                                           (void const   *)ptr);
#line 3568
              if (0 != c) {

              } else {
#line 3568
                break;
              }
            } else {
#line 3568
              break;
            }
#line 3569
            ptr ++;
          }
        } else {

        }
      }
#line 3572
      if (! c) {
#line 3573
        if (behavior == 1) {
#line 3574
          if (*(*(ptrs + i))) {
#line 3575
            (*(ptrs + i)) ++;
          } else {

          }
#line 3577
          break;
        } else {
#line 3578
          if (behavior == 6) {
#line 3581
            if (*ptr) {
#line 3582
              if (data_compare_type == 1) {
#line 3583
                basic_globals.user_compare_fci = *fci_data;
#line 3584
                basic_globals.user_compare_fci_cache = *fci_data_cache;
              } else {

              }
#line 3586
              tmp___12 = (*diff_data_compare_func)((void const   *)*(ptrs + 0),
                                                   (void const   *)ptr);
#line 3586
              if (tmp___12 != 0) {
#line 3588
                c = -1;
#line 3589
                if (key_compare_type == 1) {
#line 3590
                  basic_globals.user_compare_fci = *fci_key;
#line 3591
                  basic_globals.user_compare_fci_cache = *fci_key_cache;
                } else {

                }
              } else {
#line 3594
                break;
              }
            } else {

            }
          } else {
#line 3599
            if (behavior == 2) {
#line 3604
              break;
            } else {

            }
          }
        }
      } else {

      }
#line 3561
      i ++;
    }
#line 3608
    if (! c) {
#line 3611
      while (1) {
#line 3612
        p = *(*(ptrs + 0));
#line 3613
        if (p->nKeyLength == 0U) {
#line 3614
          zend_hash_del_key_or_index(return_value->value.ht,
                                     (char const   *)((void *)0), 0U, p->h, 1);
        } else {
#line 3616
          zend_hash_del_key_or_index(return_value->value.ht,
                                     (char const   *)p->arKey, p->nKeyLength,
                                     p->h, 2);
        }
#line 3618
        (*(ptrs + 0)) ++;
#line 3618
        if (*(*(ptrs + 0))) {

        } else {
          goto out;
        }
#line 3621
        if (behavior == 1) {
#line 3622
          tmp___13 = (*diff_data_compare_func)((void const   *)(*(ptrs + 0) - 1),
                                               (void const   *)*(ptrs + 0));
#line 3622
          if (tmp___13) {
#line 3623
            break;
          } else {

          }
        } else {
#line 3625
          if (behavior & 6) {
#line 3627
            break;
          } else {

          }
        }
      }
    } else {
#line 3633
      while (1) {
#line 3634
        (*(ptrs + 0)) ++;
#line 3634
        if (*(*(ptrs + 0))) {

        } else {
          goto out;
        }
#line 3637
        if (behavior == 1) {
#line 3638
          tmp___14 = (*diff_data_compare_func)((void const   *)(*(ptrs + 0) - 1),
                                               (void const   *)*(ptrs + 0));
#line 3638
          if (tmp___14) {
#line 3639
            break;
          } else {

          }
        } else {
#line 3641
          if (behavior & 6) {
#line 3643
            break;
          } else {

          }
        }
      }
    }
  }
   4548: /* CIL Label */ 
  out: 
#line 3649
  i = 0;
   4549: /* CIL Label */ 
#line 3649
  while (i < arr_argc) {
#line 3650
    hash = (*(*(args + i)))->value.ht;
#line 3651
    if (hash->persistent) {
#line 3651
      free((void *)*(lists + i));
    } else {
#line 3651
      _efree((void *)*(lists + i));
    }
#line 3649
    i ++;
  }
   4550: /* CIL Label */ 
#line 3654
  basic_globals.user_compare_fci = old_user_compare_fci;
   4551: /* CIL Label */ 
#line 3654
  basic_globals.user_compare_fci_cache = old_user_compare_fci_cache;
   4552: /* CIL Label */ 
#line 3656
  _efree((void *)ptrs);
   4553: /* CIL Label */ 
#line 3657
  _efree((void *)lists);
   4554: /* CIL Label */ 
#line 3658
  _efree((void *)args);
   4555: /* CIL Label */ 
#line 3659
  return;
}
}

cilRep: liveness failure for php_array_diff: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: __Cont: /* CIL Label */ 
#line 4016
zend_hash_move_forward_ex(input->value.ht, & pos);
Liveness failed on function:
 void zif_array_sum(int ht , zval *return_value , zval **return_value_ptr ,
                    zval *this_ptr , int return_value_used ) 
{ zval *input ;
  zval **entry ;
  zval entry_n ;
  HashPosition pos ;
  double dval ;
  int __attribute__((__visibility__("default")))  tmp ;
  zval *__z ;
  int __attribute__((__visibility__("default")))  tmp___0 ;

  {
   4896: /* CIL Label */ 
#line 4010
  tmp = zend_parse_parameters(ht, "a", & input);
   4897: /* CIL Label */ 
#line 4010
  if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 4011
    return;
  } else {

  }
   4898: /* CIL Label */ 
#line 4014
  __z = return_value;
   4899: /* CIL Label */ 
#line 4014
  __z->value.lval = 0L;
   4900: /* CIL Label */ 
#line 4014
  __z->type = (unsigned char)1;
   4901: /* CIL Label */ 
#line 4016
  zend_hash_internal_pointer_reset_ex(input->value.ht, & pos);
   4902: /* CIL Label */ 
#line 4016
  while (1) {
#line 4016
    tmp___0 = zend_hash_get_current_data_ex(input->value.ht, (void **)(& entry),
                                            & pos);
#line 4016
    if (tmp___0 == (int __attribute__((__visibility__("default")))  )0) {

    } else {
#line 4016
      break;
    }
#line 4020
    if ((int )(*entry)->type == 4) {
      goto __Cont;
    } else {
#line 4020
      if ((int )(*entry)->type == 5) {
        goto __Cont;
      } else {

      }
    }
#line 4023
    entry_n = *(*entry);
#line 4024
    _zval_copy_ctor(& entry_n);
#line 4025
    convert_scalar_to_number(& entry_n);
#line 4027
    if ((int )entry_n.type == 1) {
#line 4027
      if ((int )return_value->type == 1) {
#line 4028
        dval = (double )return_value->value.lval + (double )entry_n.value.lval;
#line 4029
        if ((double )(-0x7FFFFFFF-1) <= dval) {
#line 4029
          if (dval <= (double )2147483647L) {
#line 4030
            return_value->value.lval += entry_n.value.lval;
            goto __Cont;
          } else {

          }
        } else {

        }
      } else {

      }
    } else {

    }
#line 4034
    convert_to_double(return_value);
#line 4035
    convert_to_double(& entry_n);
#line 4036
    return_value->value.dval += entry_n.value.dval;
    __Cont: /* CIL Label */ 
#line 4016
    zend_hash_move_forward_ex(input->value.ht, & pos);
  }
   4903: /* CIL Label */ 
#line 4038
  return;
}
}

cilRep: liveness failure for zif_array_sum: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: __Cont: /* CIL Label */ 
#line 4060
zend_hash_move_forward_ex(input->value.ht, & pos);
Liveness failed on function:
 void zif_array_product(int ht , zval *return_value , zval **return_value_ptr ,
                        zval *this_ptr , int return_value_used ) 
{ zval *input ;
  zval **entry ;
  zval entry_n ;
  HashPosition pos ;
  double dval ;
  int __attribute__((__visibility__("default")))  tmp ;
  zval *__z ;
  int __attribute__((__visibility__("default")))  tmp___0 ;
  int __attribute__((__visibility__("default")))  tmp___1 ;

  {
   4931: /* CIL Label */ 
#line 4051
  tmp = zend_parse_parameters(ht, "a", & input);
   4932: /* CIL Label */ 
#line 4051
  if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 4052
    return;
  } else {

  }
   4933: /* CIL Label */ 
#line 4055
  __z = return_value;
   4934: /* CIL Label */ 
#line 4055
  __z->value.lval = 1L;
   4935: /* CIL Label */ 
#line 4055
  __z->type = (unsigned char)1;
   4936: /* CIL Label */ 
#line 4056
  tmp___0 = zend_hash_num_elements((HashTable const   *)input->value.ht);
   4937: /* CIL Label */ 
#line 4056
  if (tmp___0) {

  } else {
#line 4057
    return;
  }
   4938: /* CIL Label */ 
#line 4060
  zend_hash_internal_pointer_reset_ex(input->value.ht, & pos);
   4939: /* CIL Label */ 
#line 4060
  while (1) {
#line 4060
    tmp___1 = zend_hash_get_current_data_ex(input->value.ht, (void **)(& entry),
                                            & pos);
#line 4060
    if (tmp___1 == (int __attribute__((__visibility__("default")))  )0) {

    } else {
#line 4060
      break;
    }
#line 4064
    if ((int )(*entry)->type == 4) {
      goto __Cont;
    } else {
#line 4064
      if ((int )(*entry)->type == 5) {
        goto __Cont;
      } else {

      }
    }
#line 4067
    entry_n = *(*entry);
#line 4068
    _zval_copy_ctor(& entry_n);
#line 4069
    convert_scalar_to_number(& entry_n);
#line 4071
    if ((int )entry_n.type == 1) {
#line 4071
      if ((int )return_value->type == 1) {
#line 4072
        dval = (double )return_value->value.lval * (double )entry_n.value.lval;
#line 4073
        if ((double )(-0x7FFFFFFF-1) <= dval) {
#line 4073
          if (dval <= (double )2147483647L) {
#line 4074
            return_value->value.lval *= entry_n.value.lval;
            goto __Cont;
          } else {

          }
        } else {

        }
      } else {

      }
    } else {

    }
#line 4078
    convert_to_double(return_value);
#line 4079
    convert_to_double(& entry_n);
#line 4080
    return_value->value.dval *= entry_n.value.dval;
    __Cont: /* CIL Label */ 
#line 4060
    zend_hash_move_forward_ex(input->value.ht, & pos);
  }
   4940: /* CIL Label */ 
#line 4082
  return;
}
}

cilRep: liveness failure for zif_array_product: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: __Cont: /* CIL Label */ 
#line 4185
zend_hash_move_forward_ex(array->value.ht, & pos);
Liveness failed on function:
 void zif_array_filter(int ht , zval *return_value , zval **return_value_ptr ,
                       zval *this_ptr , int return_value_used ) 
{ zval *array ;
  zval **operand ;
  zval **args[1] ;
  zval *retval ;
  zend_bool have_callback ;
  char *string_key ;
  zend_fcall_info fci ;
  zend_fcall_info_cache fci_cache ;
  uint string_key_len ;
  ulong num_key ;
  HashPosition pos ;
  int __attribute__((__visibility__("default")))  tmp ;
  int __attribute__((__visibility__("default")))  tmp___0 ;
  int __attribute__((__visibility__("default")))  tmp___1 ;
  int __attribute__((__visibility__("default")))  tmp___2 ;
  int __attribute__((__visibility__("default")))  tmp___3 ;
  int __attribute__((__visibility__("default")))  tmp___4 ;
  int __attribute__((__visibility__("default")))  tmp___5 ;

  {
   5055: /* CIL Label */ 
#line 4160
  retval = (zval *)((void *)0);
   5056: /* CIL Label */ 
#line 4161
  have_callback = (zend_bool )0;
   5057: /* CIL Label */ 
#line 4163
  fci = empty_fcall_info;
   5058: /* CIL Label */ 
#line 4164
  fci_cache = empty_fcall_info_cache;
   5059: /* CIL Label */ 
#line 4169
  tmp = zend_parse_parameters(ht, "a|f", & array, & fci, & fci_cache);
   5060: /* CIL Label */ 
#line 4169
  if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 4170
    return;
  } else {

  }
   5061: /* CIL Label */ 
#line 4173
  _array_init(return_value, 0U);
   5062: /* CIL Label */ 
#line 4174
  tmp___0 = zend_hash_num_elements((HashTable const   *)array->value.ht);
   5063: /* CIL Label */ 
#line 4174
  if (tmp___0 == (int __attribute__((__visibility__("default")))  )0) {
#line 4175
    return;
  } else {

  }
   5064: /* CIL Label */ 
#line 4178
  if (ht > 1) {
#line 4179
    have_callback = (unsigned char)1;
#line 4180
    fci.no_separation = (unsigned char)0;
#line 4181
    fci.retval_ptr_ptr = & retval;
#line 4182
    fci.param_count = 1U;
  } else {

  }
   5065: /* CIL Label */ 
#line 4185
  zend_hash_internal_pointer_reset_ex(array->value.ht, & pos);
   5066: /* CIL Label */ 
#line 4185
  while (1) {
#line 4185
    tmp___5 = zend_hash_get_current_data_ex(array->value.ht,
                                            (void **)(& operand), & pos);
#line 4185
    if (tmp___5 == (int __attribute__((__visibility__("default")))  )0) {

    } else {
#line 4185
      break;
    }
#line 4189
    if (have_callback) {
#line 4190
      args[0] = operand;
#line 4191
      fci.params = args;
#line 4193
      tmp___2 = zend_call_function(& fci, & fci_cache);
#line 4193
      if (tmp___2 == (int __attribute__((__visibility__("default")))  )0) {
#line 4193
        if (retval) {
#line 4194
          tmp___1 = zend_is_true(retval);
#line 4194
          if (tmp___1) {
#line 4198
            _zval_ptr_dtor(& retval);
          } else {
#line 4195
            _zval_ptr_dtor(& retval);
            goto __Cont;
          }
        } else {
#line 4201
          php_error_docref0((char const   *)((void *)0), 1 << 1L,
                            "An error occurred while invoking the filter callback");
#line 4202
          return;
        }
      } else {
#line 4201
        php_error_docref0((char const   *)((void *)0), 1 << 1L,
                          "An error occurred while invoking the filter callback");
#line 4202
        return;
      }
    } else {
#line 4204
      tmp___3 = zend_is_true(*operand);
#line 4204
      if (tmp___3) {

      } else {
        goto __Cont;
      }
    }
#line 4208
    zval_add_ref(operand);
#line 4209
    tmp___4 = zend_hash_get_current_key_ex((HashTable const   *)array->value.ht,
                                           & string_key, & string_key_len,
                                           & num_key, (unsigned char)0, & pos);
#line 4209
    switch ((int )tmp___4) {
    case 1: 
#line 4211
    _zend_hash_add_or_update(return_value->value.ht, (char const   *)string_key,
                             string_key_len, (void *)operand, sizeof(zval *),
                             (void **)((void *)0), 1);
#line 4212
    break;
    case 2: 
#line 4215
    _zend_hash_index_update_or_next_insert(return_value->value.ht, num_key,
                                           (void *)operand, sizeof(zval *),
                                           (void **)((void *)0), 1);
#line 4216
    break;
    }
    __Cont: /* CIL Label */ 
#line 4185
    zend_hash_move_forward_ex(array->value.ht, & pos);
  }
   5067: /* CIL Label */ 
#line 4219
  return;
}
}

cilRep: liveness failure for zif_array_filter: Errormsg.Error
Bug: BF(Liveness): stmtStartData is not initialized for -1: _L: /* CIL Label */ 
#line 4324
php_error_docref0((char const   *)((void *)0), 1 << 1L,
                  "An error occurred while invoking the map callback");
#line 4325
_efree((void *)array_len);
#line 4326
_efree((void *)args);
#line 4327
_efree((void *)array_pos);
#line 4328
_zval_dtor(return_value);
#line 4329
_zval_ptr_dtor(& null);
#line 4330
_efree((void *)params);
#line 4331
return_value->type = (unsigned char)0;
Liveness failed on function:
 void zif_array_map(int ht , zval *return_value , zval **return_value_ptr ,
                    zval *this_ptr , int return_value_used ) 
{ zval ***arrays ;
  int n_arrays ;
  zval ***params ;
  zval *result ;
  zval *null ;
  HashPosition *array_pos ;
  zval **args ;
  zend_fcall_info fci ;
  zend_fcall_info_cache fci_cache ;
  int i ;
  int k ;
  int maxlen ;
  int *array_len ;
  int __attribute__((__visibility__("default")))  tmp ;
  void __attribute__((__visibility__("default")))  *tmp___0 ;
  void __attribute__((__visibility__("default")))  *tmp___1 ;
  void __attribute__((__visibility__("default")))  *tmp___2 ;
  zval *new_zv ;
  void __attribute__((__visibility__("default")))  *tmp___3 ;
  zend_uint tmp___4 ;
  zend_bool tmp___5 ;
  int __attribute__((__visibility__("default")))  tmp___6 ;
  zend_uchar is_ref ;
  zend_bool tmp___7 ;
  zend_uint refcount ;
  zend_uint tmp___8 ;
  void __attribute__((__visibility__("default")))  *tmp___9 ;
  void __attribute__((__visibility__("default")))  *tmp___10 ;
  uint str_key_len ;
  ulong num_key ;
  char *str_key ;
  int key_type ;
  void __attribute__((__visibility__("default")))  *tmp___11 ;
  int __attribute__((__visibility__("default")))  tmp___12 ;
  int __attribute__((__visibility__("default")))  tmp___13 ;

  {
   5182: /* CIL Label */ 
#line 4226
  arrays = (zval ***)((void *)0);
   5183: /* CIL Label */ 
#line 4227
  n_arrays = 0;
   5184: /* CIL Label */ 
#line 4232
  fci = empty_fcall_info;
   5185: /* CIL Label */ 
#line 4233
  fci_cache = empty_fcall_info_cache;
   5186: /* CIL Label */ 
#line 4234
  maxlen = 0;
   5187: /* CIL Label */ 
#line 4237
  tmp = zend_parse_parameters(ht, "f!+", & fci, & fci_cache, & arrays,
                              & n_arrays);
   5188: /* CIL Label */ 
#line 4237
  if (tmp == (int __attribute__((__visibility__("default")))  )-1) {
#line 4238
    return;
  } else {

  }
   5189: /* CIL Label */ 
#line 4241
  return_value->type = (unsigned char)0;
   5190: /* CIL Label */ 
#line 4243
  tmp___0 = _safe_emalloc((unsigned int )n_arrays, sizeof(zval *), 0U);
   5191: /* CIL Label */ 
#line 4243
  args = (zval **)tmp___0;
   5192: /* CIL Label */ 
#line 4244
  tmp___1 = _safe_emalloc((unsigned int )n_arrays, sizeof(int ), 0U);
   5193: /* CIL Label */ 
#line 4244
  array_len = (int *)tmp___1;
   5194: /* CIL Label */ 
#line 4245
  tmp___2 = _safe_emalloc((unsigned int )n_arrays, sizeof(HashPosition ), 0U);
   5195: /* CIL Label */ 
#line 4245
  array_pos = (HashPosition *)tmp___2;
   5196: /* CIL Label */ 
#line 4247
  i = 0;
   5197: /* CIL Label */ 
#line 4247
  while (i < n_arrays) {
#line 4248
    if ((int )(*(*(arrays + i)))->type != 4) {
#line 4249
      php_error_docref0((char const   *)((void *)0), 1 << 1L,
                        "Argument #%d should be an array", i + 2);
#line 4250
      _efree((void *)arrays);
#line 4251
      _efree((void *)args);
#line 4252
      _efree((void *)array_len);
#line 4253
      _efree((void *)array_pos);
#line 4254
      return;
    } else {

    }
#line 4256
    tmp___5 = zval_isref_p(*(*(arrays + i)));
#line 4256
    if (tmp___5) {

    } else {
#line 4256
      while (1) {
#line 4256
        tmp___4 = zval_refcount_p(*(*(arrays + i)));
#line 4256
        if (tmp___4 > 1U) {
#line 4256
          zval_delref_p(*(*(arrays + i)));
#line 4256
          while (1) {
#line 4256
            tmp___3 = _emalloc(sizeof(zval_gc_info ));
#line 4256
            new_zv = (zval *)tmp___3;
#line 4256
            ((zval_gc_info *)new_zv)->u.buffered = (gc_root_buffer *)((void *)0);
#line 4256
            break;
          }
#line 4256
          while (1) {
#line 4256
            while (1) {
#line 4256
              new_zv->value = (*(*(arrays + i)))->value;
#line 4256
              new_zv->type = (*(*(arrays + i)))->type;
#line 4256
              break;
            }
#line 4256
            zval_set_refcount_p(new_zv, 1U);
#line 4256
            zval_unset_isref_p(new_zv);
#line 4256
            break;
          }
#line 4256
          *(*(arrays + i)) = new_zv;
#line 4256
          _zval_copy_ctor(new_zv);
        } else {

        }
#line 4256
        break;
      }
    }
#line 4257
    *(args + i) = *(*(arrays + i));
#line 4258
    tmp___6 = zend_hash_num_elements((HashTable const   *)(*(*(arrays + i)))->value.ht);
#line 4258
    *(array_len + i) = (int )tmp___6;
#line 4259
    if (*(array_len + i) > maxlen) {
#line 4260
      maxlen = *(array_len + i);
    } else {

    }
#line 4262
    zend_hash_internal_pointer_reset_ex((*(*(arrays + i)))->value.ht,
                                        array_pos + i);
#line 4247
    i ++;
  }
   5198: /* CIL Label */ 
#line 4265
  _efree((void *)arrays);
   5199: /* CIL Label */ 
#line 4268
  if (! (fci.size != 0U)) {
#line 4268
    if (n_arrays == 1) {
#line 4269
      tmp___7 = zval_isref_p(return_value);
#line 4269
      is_ref = tmp___7;
#line 4269
      tmp___8 = zval_refcount_p(return_value);
#line 4269
      refcount = tmp___8;
#line 4269
      while (1) {
#line 4269
        return_value->value = (*(args + 0))->value;
#line 4269
        return_value->type = (*(args + 0))->type;
#line 4269
        break;
      }
#line 4269
      _zval_copy_ctor(return_value);
#line 4269
      zval_set_isref_to_p(return_value, is_ref);
#line 4269
      zval_set_refcount_p(return_value, refcount);
#line 4270
      _efree((void *)array_len);
#line 4271
      _efree((void *)array_pos);
#line 4272
      _efree((void *)args);
#line 4273
      return;
    } else {

    }
  } else {

  }
   5200: /* CIL Label */ 
#line 4276
  _array_init(return_value, (unsigned int )maxlen);
   5201: /* CIL Label */ 
#line 4277
  tmp___9 = _safe_emalloc((unsigned int )n_arrays, sizeof(zval **), 0U);
   5202: /* CIL Label */ 
#line 4277
  params = (zval ***)tmp___9;
   5203: /* CIL Label */ 
#line 4278
  while (1) {
#line 4278
    tmp___10 = _emalloc(sizeof(zval_gc_info ));
#line 4278
    null = (zval *)tmp___10;
#line 4278
    ((zval_gc_info *)null)->u.buffered = (gc_root_buffer *)((void *)0);
#line 4278
    break;
  }
   5204: /* CIL Label */ 
#line 4278
  null->refcount__gc = 1U;
   5205: /* CIL Label */ 
#line 4278
  null->is_ref__gc = (unsigned char)0;
   5206: /* CIL Label */ 
#line 4279
  null->type = (unsigned char)0;
   5207: /* CIL Label */ 
#line 4282
  k = 0;
   5208: /* CIL Label */ 
#line 4282
  while (k < maxlen) {
#line 4286
    key_type = 0;
#line 4290
    if (! (fci.size != 0U)) {
#line 4291
      while (1) {
#line 4291
        tmp___11 = _emalloc(sizeof(zval_gc_info ));
#line 4291
        result = (zval *)tmp___11;
#line 4291
        ((zval_gc_info *)result)->u.buffered = (gc_root_buffer *)((void *)0);
#line 4291
        break;
      }
#line 4291
      result->refcount__gc = 1U;
#line 4291
      result->is_ref__gc = (unsigned char)0;
#line 4292
      _array_init(result, (unsigned int )n_arrays);
    } else {

    }
#line 4295
    i = 0;
#line 4295
    while (i < n_arrays) {
#line 4298
      if (k < *(array_len + i)) {
#line 4299
        zend_hash_get_current_data_ex((*(args + i))->value.ht,
                                      (void **)(params + i), array_pos + i);
#line 4303
        if (n_arrays == 1) {
#line 4304
          tmp___12 = zend_hash_get_current_key_ex((HashTable const   *)(*(args + 0))->value.ht,
                                                  & str_key, & str_key_len,
                                                  & num_key, (unsigned char)0,
                                                  array_pos + i);
#line 4304
          key_type = (int )tmp___12;
        } else {

        }
#line 4306
        zend_hash_move_forward_ex((*(args + i))->value.ht, array_pos + i);
      } else {
#line 4308
        *(params + i) = & null;
      }
#line 4311
      if (! (fci.size != 0U)) {
#line 4312
        zval_add_ref(*(params + i));
#line 4313
        add_next_index_zval(result, *(*(params + i)));
      } else {

      }
#line 4295
      i ++;
    }
#line 4317
    if (fci.size != 0U) {
#line 4318
      fci.retval_ptr_ptr = & result;
#line 4319
      fci.param_count = (unsigned int )n_arrays;
#line 4320
      fci.params = params;
#line 4321
      fci.no_separation = (unsigned char)0;
#line 4323
      tmp___13 = zend_call_function(& fci, & fci_cache);
#line 4323
      if (tmp___13 != (int __attribute__((__visibility__("default")))  )0) {
        goto _L;
      } else {
#line 4323
        if (! result) {
          _L: /* CIL Label */ 
#line 4324
          php_error_docref0((char const   *)((void *)0), 1 << 1L,
                            "An error occurred while invoking the map callback");
#line 4325
          _efree((void *)array_len);
#line 4326
          _efree((void *)args);
#line 4327
          _efree((void *)array_pos);
#line 4328
          _zval_dtor(return_value);
#line 4329
          _zval_ptr_dtor(& null);
#line 4330
          _efree((void *)params);
#line 4331
          return_value->type = (unsigned char)0;
#line 4331
          return;
        } else {

        }
      }
    } else {

    }
#line 4335
    if (n_arrays > 1) {
#line 4336
      add_next_index_zval(return_value, result);
    } else {
#line 4338
      if (key_type == 1) {
#line 4339
        add_assoc_zval_ex(return_value, (char const   *)str_key, str_key_len,
                          result);
      } else {
#line 4341
        add_index_zval(return_value, num_key, result);
      }
    }
#line 4282
    k ++;
  }
   5209: /* CIL Label */ 
#line 4346
  _zval_ptr_dtor(& null);
   5210: /* CIL Label */ 
#line 4347
  _efree((void *)params);
   5211: /* CIL Label */ 
#line 4348
  _efree((void *)array_len);
   5212: /* CIL Label */ 
#line 4349
  _efree((void *)array_pos);
   5213: /* CIL Label */ 
#line 4350
  _efree((void *)args);
   5214: /* CIL Label */ 
#line 4351
  return;
}
}

cilRep: liveness failure for zif_array_map: Errormsg.Error
cilRep: computed liveness
cilrep: from_source: post: stmt_count: 5363
cachingRepresentation: sanity checking begins
rm: cannot remove `./sapi/cli/php': No such file or directory
	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)
	n1: false (0)
cachingRepresentation: sanity checking passed (time_taken = 1589.33)
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 = 5363
cilRep: stmts in weighted_path = 330
cilRep: total weight = 33
cilRep: stmts in weighted_path with weight >= 1.0 = 0
cilRep: ext/standard/array.c (code bank/base file; atoms [1,5363])
cilRep: 1 file(s) total in representation
search: ww_adaptive_1 begins (time = 1487540920.754319)
cilRep: coverage ignores: /usr/local/include
cilRep: coverage ignores: /usr/lib/gcc/i686-redhat-linux/4.4.5/include
cilRep: coverage ignores: /usr/include
cilRep: atoms in standard headers: 345
cilRep: fix-space quotient by string: 3874 -> 1997
progeq: computing alias analysis information
progeq: WARNING: cannot resolve call: __builtin_strchr
progeq: WARNING: cannot resolve call: __builtin_atan2l
progeq: WARNING: cannot resolve call: __builtin_fabs
progeq: WARNING: cannot resolve call: __builtin_fabsf
progeq: WARNING: cannot resolve call: __builtin_fabsl
progeq: WARNING: cannot resolve call: __builtin_expect
progeq: WARNING: cannot resolve call: __uflow
progeq: WARNING: cannot resolve call: __overflow
progeq: WARNING: cannot resolve call: __getdelim
progeq: WARNING: cannot resolve call: _safe_malloc
progeq: WARNING: cannot resolve call: memset
progeq: WARNING: cannot resolve call: realloc
progeq: WARNING: cannot resolve call: _zend_hash_index_update_or_next_insert
progeq: WARNING: cannot resolve call: _zend_hash_add_or_update
progeq: WARNING: cannot resolve call: zend_hash_del_key_or_index
progeq: WARNING: cannot resolve call: zend_hash_index_find
progeq: WARNING: cannot resolve call: zend_hash_find
progeq: WARNING: cannot resolve call: zend_hash_index_exists
progeq: WARNING: cannot resolve call: zend_hash_exists
progeq: WARNING: cannot resolve call: zend_hash_update_current_key_ex
progeq: WARNING: cannot resolve call: gc_zval_possible_root
progeq: WARNING: cannot resolve call: zend_hex_strtod
progeq: WARNING: cannot resolve call: zend_strtod
progeq: WARNING: cannot resolve call: zend_error
progeq: WARNING: cannot resolve call: __builtin_strcmp
progeq: WARNING: cannot resolve call: _zval_dtor_func
progeq: WARNING: cannot resolve call: _zval_copy_ctor_func
progeq: WARNING: cannot resolve call: _erealloc
progeq: WARNING: cannot resolve call: zend_objects_store_del_ref_by_handle_ex
progeq: WARNING: cannot resolve call: gc_remove_zval_from_buffer
progeq: WARNING: cannot resolve call: _efree
progeq: WARNING: cannot resolve call: _emalloc
progeq: WARNING: cannot resolve call: __ctype_tolower_loc
progeq: WARNING: cannot resolve call: __ctype_toupper_loc
progeq: WARNING: cannot resolve call: zend_replace_error_handling
progeq: WARNING: cannot resolve call: __xstat
progeq: WARNING: cannot resolve call: __lxstat
progeq: WARNING: cannot resolve call: __fxstat
progeq: WARNING: cannot resolve call: __fxstatat
progeq: WARNING: cannot resolve call: __xmknod
progeq: WARNING: cannot resolve call: __xmknodat
progeq: WARNING: cannot resolve call: __xstat64
progeq: WARNING: cannot resolve call: __lxstat64
progeq: WARNING: cannot resolve call: __fxstat64
progeq: WARNING: cannot resolve call: __fxstatat64
progeq: WARNING: cannot resolve call: __btowc_alias
progeq: WARNING: cannot resolve call: __wctob_alias
progeq: WARNING: cannot resolve call: mbrtowc
progeq: WARNING: cannot resolve call: __mbrlen
progeq: WARNING: cannot resolve call: zend_register_long_constant
progeq: WARNING: cannot resolve call: *(array_globals.compare_func)
progeq: WARNING: cannot resolve call: convert_to_long
progeq: WARNING: cannot resolve call: zend_parse_parameters
progeq: WARNING: cannot resolve call: zend_hash_sort
progeq: WARNING: cannot resolve call: php_error_docref0
progeq: WARNING: cannot resolve call: zend_hash_num_elements
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_move_forward_ex
progeq: WARNING: cannot resolve call: _convert_to_string
progeq: WARNING: cannot resolve call: strnatcmp_ex
progeq: WARNING: cannot resolve call: zend_call_function
progeq: WARNING: cannot resolve call: _zval_ptr_dtor
progeq: WARNING: cannot resolve call: _estrndup
progeq: WARNING: cannot resolve call: zend_hash_internal_pointer_end_ex
progeq: WARNING: cannot resolve call: zend_hash_move_backwards_ex
progeq: WARNING: cannot resolve call: zend_hash_get_current_key_ex
progeq: WARNING: cannot resolve call: zend_hash_minmax
progeq: WARNING: cannot resolve call: is_smaller_function
progeq: WARNING: cannot resolve call: is_smaller_or_equal_function
progeq: WARNING: cannot resolve call: *is_equal_func
progeq: WARNING: cannot resolve call: memcpy
progeq: WARNING: cannot resolve call: zend_rebuild_symbol_table
progeq: WARNING: cannot resolve call: zval_add_ref
progeq: WARNING: cannot resolve call: _array_init
progeq: WARNING: cannot resolve call: convert_to_double
progeq: WARNING: cannot resolve call: add_next_index_stringl
progeq: WARNING: cannot resolve call: add_next_index_double
progeq: WARNING: cannot resolve call: add_next_index_long
progeq: WARNING: cannot resolve call: _safe_emalloc
progeq: WARNING: cannot resolve call: php_rand
progeq: WARNING: cannot resolve call: *zend_block_interruptions
progeq: WARNING: cannot resolve call: zend_hash_rehash
progeq: WARNING: cannot resolve call: *zend_unblock_interruptions
progeq: WARNING: cannot resolve call: _zend_hash_init
progeq: WARNING: cannot resolve call: _zend_hash_quick_add_or_update
progeq: WARNING: cannot resolve call: zend_delete_global_variable
progeq: WARNING: cannot resolve call: zend_reset_all_cv
progeq: WARNING: cannot resolve call: zend_hash_destroy
progeq: WARNING: cannot resolve call: convert_to_array
progeq: WARNING: cannot resolve call: add_next_index_null
progeq: WARNING: cannot resolve call: _zend_hash_merge
progeq: WARNING: cannot resolve call: zval_is_true
progeq: WARNING: cannot resolve call: php_strtoupper
progeq: WARNING: cannot resolve call: php_strtolower
progeq: WARNING: cannot resolve call: zend_hash_copy
progeq: WARNING: cannot resolve call: zend_qsort
progeq: WARNING: cannot resolve call: free
progeq: WARNING: cannot resolve call: string_compare_function
progeq: WARNING: cannot resolve call: *intersect_data_compare_func
progeq: WARNING: cannot resolve call: zend_hash_quick_find
progeq: WARNING: cannot resolve call: *intersect_key_compare_func
progeq: WARNING: cannot resolve call: *diff_data_compare_func
progeq: WARNING: cannot resolve call: *diff_key_compare_func
progeq: WARNING: cannot resolve call: _ecalloc
progeq: WARNING: cannot resolve call: convert_scalar_to_number
progeq: WARNING: cannot resolve call: zend_is_true
progeq: WARNING: cannot resolve call: add_next_index_zval
progeq: WARNING: cannot resolve call: add_assoc_zval_ex
progeq: WARNING: cannot resolve call: add_index_zval
progeq: WARNING: cannot resolve call: zend_get_class_entry
progeq: WARNING: cannot resolve call: instanceof_function
progeq: WARNING: cannot resolve call: zend_call_method
progeq: WARNING: cannot resolve call: *((array->value.obj.handlers)->count_elements)
search: fix space reduced (time_taken = 717.174)
excluded 0 deletes (from list of 0 total edits)
search: ww_adaptive: 330 deletes
excluded 0 appends (from list of 0 total edits)
search: ww_adaptive: 15008 appends
search: ww_adaptive: 15338 possible edits
search: ready to start (time_taken = 178.333)
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 = 143.217)
	variant     1/15338 = d(478)          (7608 tests, cond 0)
		n1 false (test_time = 17.5606)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.679)
	variant     2/15338 = d(506)          (7608 tests, cond 0)
		n1 false (test_time = 17.5109)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.392)
	variant     3/15338 = d(507)          (7608 tests, cond 0)
		n1 false (test_time = 17.2866)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.56)
	variant     4/15338 = d(509)          (7608 tests, cond 0)
		n1 false (test_time = 17.5306)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.582)
	variant     5/15338 = d(510)          (7608 tests, cond 0)
		n1 false (test_time = 17.4657)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.274)
	variant     6/15338 = d(511)          (7608 tests, cond 0)
		n1 false (test_time = 17.2128)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.608)
	variant     7/15338 = d(512)          (7608 tests, cond 0)
		n1 false (test_time = 17.3011)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.931)
	variant     8/15338 = d(513)          (7608 tests, cond 0)
		n1 false (test_time = 17.564)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.383)
	variant     9/15338 = d(514)          (7608 tests, cond 0)
		n1 false (test_time = 17.4305)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.209)
	variant    10/15338 = d(515)          (7608 tests, cond 0)
		n1 false (test_time = 17.4493)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.013)
	variant    11/15338 = d(555)          (7608 tests, cond 0)
		n1 false (test_time = 17.511)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.926)
	variant    12/15338 = d(556)          (7608 tests, cond 0)
		n1 false (test_time = 17.362)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.676)
	variant    13/15338 = d(557)          (7608 tests, cond 0)
		n1 false (test_time = 17.5567)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.894)
	variant    14/15338 = d(558)          (7608 tests, cond 0)
		n1 false (test_time = 17.5089)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.766)
	variant    15/15338 = d(559)          (7608 tests, cond 0)
		n1 false (test_time = 17.925)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.92)
	variant    16/15338 = d(560)          (7608 tests, cond 0)
		n1 false (test_time = 17.8018)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.546)
	variant    17/15338 = d(561)          (7608 tests, cond 0)
		n1 false (test_time = 17.7003)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.51)
	variant    18/15338 = d(562)          (7608 tests, cond 0)
		n1 false (test_time = 17.2243)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.794)
	variant    19/15338 = d(563)          (7608 tests, cond 0)
		n1 false (test_time = 17.3608)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.66)
	variant    20/15338 = d(564)          (7608 tests, cond 0)
		n1 false (test_time = 17.5903)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.363)
	variant    21/15338 = d(565)          (7608 tests, cond 0)
		n1 false (test_time = 17.1738)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.787)
	variant    22/15338 = d(566)          (7608 tests, cond 0)
		n1 false (test_time = 17.4635)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.663)
	variant    23/15338 = d(567)          (7608 tests, cond 0)
		n1 false (test_time = 17.4475)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.303)
	variant    24/15338 = d(568)          (7608 tests, cond 0)
		n1 false (test_time = 17.4096)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.04)
	variant    25/15338 = d(569)          (7608 tests, cond 0)
		n1 false (test_time = 17.4665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 146.367)
	variant    26/15338 = d(570)          (7608 tests, cond 0)
		n1 false (test_time = 17.7056)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.526)
	variant    27/15338 = d(571)          (7608 tests, cond 0)
		n1 false (test_time = 17.3981)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 152.984)
	variant    28/15338 = d(572)          (7608 tests, cond 0)
		n1 false (test_time = 17.4417)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.651)
	variant    29/15338 = d(591)          (7608 tests, cond 0)
		n1 false (test_time = 17.5404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.787)
	variant    30/15338 = d(598)          (7608 tests, cond 0)
		n1 false (test_time = 77.4147)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.653)
	variant    31/15338 = d(599)          (7608 tests, cond 0)
		n1 false (test_time = 77.2555)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.684)
	variant    32/15338 = d(600)          (7608 tests, cond 0)
		n1 false (test_time = 77.2856)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.006)
	variant    33/15338 = d(601)          (7608 tests, cond 0)
		n1 false (test_time = 77.1694)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.521)
	variant    34/15338 = d(602)          (7608 tests, cond 0)
		n1 false (test_time = 77.3033)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.514)
	variant    35/15338 = d(603)          (7608 tests, cond 0)
		n1 false (test_time = 77.3005)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.202)
	variant    36/15338 = d(608)          (7608 tests, cond 0)
		n1 false (test_time = 17.1597)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.879)
	variant    37/15338 = d(609)          (7608 tests, cond 0)
		n1 false (test_time = 17.8704)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.894)
	variant    38/15338 = d(617)          (7608 tests, cond 0)
		n1 false (test_time = 17.4215)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.467)
	variant    39/15338 = d(618)          (7608 tests, cond 0)
		n1 false (test_time = 17.365)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.025)
	variant    40/15338 = d(619)          (7608 tests, cond 0)
		n1 false (test_time = 17.6903)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.343)
	variant    41/15338 = d(621)          (7608 tests, cond 0)
		n1 false (test_time = 17.3928)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.509)
	variant    42/15338 = d(626)          (7608 tests, cond 0)
		n1 false (test_time = 17.5174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.208)
	variant    43/15338 = d(627)          (7608 tests, cond 0)
		n1 false (test_time = 17.5949)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.588)
	variant    44/15338 = d(649)          (7608 tests, cond 0)
		n1 false (test_time = 17.7484)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.403)
	variant    45/15338 = d(650)          (7608 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2011-04-06-18d71a6f59-187eb235fe/000044/ext/standard/array.c  d(650)  fails to compile
 false (test_time = 0.644884)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.01)
	variant    46/15338 = d(651)          (7608 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 17.5754)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.566)
	variant    47/15338 = d(652)          (7608 tests, cond 0)
		n1 false (test_time = 17.363)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 148.746)
	variant    48/15338 = d(654)          (7608 tests, cond 0)
		n1 false (test_time = 18.0744)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.514)
	variant    49/15338 = d(655)          (7608 tests, cond 0)
		n1 false (test_time = 17.4372)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.83)
	variant    50/15338 = d(656)          (7608 tests, cond 0)
		n1 false (test_time = 17.683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.314)
	variant    51/15338 = d(657)          (7608 tests, cond 0)
		n1 false (test_time = 17.3224)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.782)
	variant    52/15338 = d(659)          (7608 tests, cond 0)
		n1 false (test_time = 77.4367)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.796)
	variant    53/15338 = d(661)          (7608 tests, cond 0)
		n1 false (test_time = 17.196)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.255)
	variant    54/15338 = d(662)          (7608 tests, cond 0)
		n1 false (test_time = 17.42)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.659)
	variant    55/15338 = d(673)          (7608 tests, cond 0)
		n1 false (test_time = 17.4218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.596)
	variant    56/15338 = d(674)          (7608 tests, cond 0)
		n1 false (test_time = 17.3074)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.485)
	variant    57/15338 = d(675)          (7608 tests, cond 0)
		n1 false (test_time = 17.2408)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.488)
	variant    58/15338 = d(676)          (7608 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2011-04-06-18d71a6f59-187eb235fe/000057/ext/standard/array.c  d(676)  fails to compile
 false (test_time = 0.7155)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.677)
	variant    59/15338 = d(677)          (7608 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 17.32)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.595)
	variant    60/15338 = d(678)          (7608 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2011-04-06-18d71a6f59-187eb235fe/000059/ext/standard/array.c  d(678)  fails to compile
 false (test_time = 0.745826)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.26)
	variant    61/15338 = d(704)          (7608 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 17.4397)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.897)
	variant    62/15338 = d(734)          (7608 tests, cond 0)
		n1 false (test_time = 17.4988)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.644)
	variant    63/15338 = d(736)          (7608 tests, cond 0)
		n1 false (test_time = 17.5056)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.137)
	variant    64/15338 = d(737)          (7608 tests, cond 0)
		n1 false (test_time = 17.5832)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 145.308)
	variant    65/15338 = d(738)          (7608 tests, cond 0)
		n1 false (test_time = 17.4014)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.385)
	variant    66/15338 = d(739)          (7608 tests, cond 0)
		n1 false (test_time = 17.8963)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.02)
	variant    67/15338 = d(744)          (7608 tests, cond 0)
		n1 false (test_time = 17.0838)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.431)
	variant    68/15338 = d(745)          (7608 tests, cond 0)
		n1 false (test_time = 17.4283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.112)
	variant    69/15338 = d(746)          (7608 tests, cond 0)
		n1 false (test_time = 17.5048)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.067)
	variant    70/15338 = d(747)          (7608 tests, cond 0)
		n1 false (test_time = 17.5434)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.973)
	variant    71/15338 = d(748)          (7608 tests, cond 0)
		n1 false (test_time = 17.3431)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.834)
	variant    72/15338 = d(749)          (7608 tests, cond 0)
		n1 false (test_time = 17.2859)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.48)
	variant    73/15338 = d(750)          (7608 tests, cond 0)
		n1 false (test_time = 17.6349)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.734)
	variant    74/15338 = d(751)          (7608 tests, cond 0)
		n1 false (test_time = 17.4969)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.994)
	variant    75/15338 = d(752)          (7608 tests, cond 0)
		n1 false (test_time = 17.3523)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.583)
	variant    76/15338 = d(753)          (7608 tests, cond 0)
		n1 false (test_time = 17.455)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.181)
	variant    77/15338 = d(800)          (7608 tests, cond 0)
		n1 false (test_time = 17.3391)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.765)
	variant    78/15338 = d(801)          (7608 tests, cond 0)
		n1 false (test_time = 17.1842)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.592)
	variant    79/15338 = d(802)          (7608 tests, cond 0)
		n1 false (test_time = 18.137)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 149.511)
	variant    80/15338 = d(803)          (7608 tests, cond 0)
		n1 false (test_time = 17.3315)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.589)
	variant    81/15338 = d(1185)         (7608 tests, cond 0)
		n1 false (test_time = 18.0305)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.409)
	variant    82/15338 = d(1186)         (7608 tests, cond 0)
		n1 false (test_time = 17.7133)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.514)
	variant    83/15338 = d(1187)         (7608 tests, cond 0)
		n1 false (test_time = 17.5193)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.817)
	variant    84/15338 = d(1188)         (7608 tests, cond 0)
		n1 false (test_time = 17.3607)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.314)
	variant    85/15338 = d(1189)         (7608 tests, cond 0)
		n1 false (test_time = 17.5434)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.176)
	variant    86/15338 = d(1190)         (7608 tests, cond 0)
		n1 false (test_time = 17.5882)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.735)
	variant    87/15338 = d(1191)         (7608 tests, cond 0)
		n1 false (test_time = 17.4851)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.47)
	variant    88/15338 = d(1192)         (7608 tests, cond 0)
		n1 false (test_time = 17.5419)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.026)
	variant    89/15338 = d(1193)         (7608 tests, cond 0)
		n1 false (test_time = 17.8616)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.333)
	variant    90/15338 = d(1194)         (7608 tests, cond 0)
		n1 false (test_time = 17.3817)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.911)
	variant    91/15338 = d(1195)         (7608 tests, cond 0)
		n1 false (test_time = 17.1853)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.052)
	variant    92/15338 = d(1196)         (7608 tests, cond 0)
		n1 false (test_time = 18.0579)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.667)
	variant    93/15338 = d(1197)         (7608 tests, cond 0)
		n1 false (test_time = 17.3467)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.001)
	variant    94/15338 = d(1198)         (7608 tests, cond 0)
		n1 false (test_time = 17.7325)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 145.18)
	variant    95/15338 = d(1199)         (7608 tests, cond 0)
		n1 false (test_time = 17.5352)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 150.092)
	variant    96/15338 = d(1200)         (7608 tests, cond 0)
		n1 false (test_time = 17.3216)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.094)
	variant    97/15338 = d(1201)         (7608 tests, cond 0)
		n1 false (test_time = 17.3262)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.463)
	variant    98/15338 = d(1202)         (7608 tests, cond 0)
		n1 false (test_time = 17.5831)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.694)
	variant    99/15338 = d(1203)         (7608 tests, cond 0)
		n1 false (test_time = 17.1636)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.019)
	variant   100/15338 = d(1204)         (7608 tests, cond 0)
		n1 false (test_time = 17.3575)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.712)
	variant   101/15338 = d(1205)         (7608 tests, cond 0)
		n1 false (test_time = 17.4781)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.091)
	variant   102/15338 = d(1206)         (7608 tests, cond 0)
		n1 false (test_time = 17.3445)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.812)
	variant   103/15338 = d(1207)         (7608 tests, cond 0)
		n1 false (test_time = 17.3692)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.245)
	variant   104/15338 = d(1212)         (7608 tests, cond 0)
		n1 false (test_time = 18.1035)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.606)
	variant   105/15338 = d(1295)         (7608 tests, cond 0)
		n1 false (test_time = 17.4871)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.219)
	variant   106/15338 = d(1306)         (7608 tests, cond 0)
		n1 false (test_time = 17.5204)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.148)
	variant   107/15338 = d(1307)         (7608 tests, cond 0)
		n1 false (test_time = 17.9152)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.924)
	variant   108/15338 = d(1308)         (7608 tests, cond 0)
		n1 false (test_time = 17.6427)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.944)
	variant   109/15338 = d(1309)         (7608 tests, cond 0)
		n1 false (test_time = 17.3738)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.694)
	variant   110/15338 = d(1310)         (7608 tests, cond 0)
		n1 false (test_time = 17.9938)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.255)
	variant   111/15338 = d(1312)         (7608 tests, cond 0)
		n1 false (test_time = 17.2702)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.796)
	variant   112/15338 = d(1313)         (7608 tests, cond 0)
		n1 false (test_time = 17.4007)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.567)
	variant   113/15338 = d(1314)         (7608 tests, cond 0)
		n1 false (test_time = 17.4955)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.483)
	variant   114/15338 = d(1316)         (7608 tests, cond 0)
		n1 false (test_time = 17.3883)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.845)
	variant   115/15338 = d(1362)         (7608 tests, cond 0)
		n1 false (test_time = 17.4494)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.342)
	variant   116/15338 = d(1363)         (7608 tests, cond 0)
		n1 false (test_time = 17.2909)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.239)
	variant   117/15338 = d(1364)         (7608 tests, cond 0)
		n1 false (test_time = 17.9539)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.797)
	variant   118/15338 = d(1366)         (7608 tests, cond 0)
		n1 false (test_time = 17.2877)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.437)
	variant   119/15338 = d(1367)         (7608 tests, cond 0)
		n1 false (test_time = 15830.4)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.773)
	variant   120/15338 = d(1368)         (7608 tests, cond 0)
		n1 false (test_time = 17.6106)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.27)
	variant   121/15338 = d(1369)         (7608 tests, cond 0)
		n1 false (test_time = 17.76)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.334)
	variant   122/15338 = d(1373)         (7608 tests, cond 0)
		n1 false (test_time = 17.3878)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.893)
	variant   123/15338 = d(1374)         (7608 tests, cond 0)
		n1 false (test_time = 18.201)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.475)
	variant   124/15338 = d(1375)         (7608 tests, cond 0)
		n1 false (test_time = 17.3389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.157)
	variant   125/15338 = d(1376)         (7608 tests, cond 0)
		n1 false (test_time = 17.9279)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.016)
	variant   126/15338 = d(1377)         (7608 tests, cond 0)
		n1 false (test_time = 17.4867)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.56)
	variant   127/15338 = d(1378)         (7608 tests, cond 0)
		n1 false (test_time = 17.419)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.299)
	variant   128/15338 = d(1598)         (7608 tests, cond 0)
		n1 false (test_time = 18.1058)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.5)
	variant   129/15338 = d(1608)         (7608 tests, cond 0)
		n1 false (test_time = 17.4625)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.425)
	variant   130/15338 = d(1609)         (7608 tests, cond 0)
		n1 false (test_time = 17.6249)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.56)
	variant   131/15338 = d(1610)         (7608 tests, cond 0)
		n1 false (test_time = 18.3092)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 150.381)
	variant   132/15338 = d(1611)         (7608 tests, cond 0)
		n1 false (test_time = 17.4436)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.385)
	variant   133/15338 = d(1612)         (7608 tests, cond 0)
		n1 false (test_time = 17.3538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 149.049)
	variant   134/15338 = d(1613)         (7608 tests, cond 0)
		n1 false (test_time = 17.4114)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.854)
	variant   135/15338 = d(1614)         (7608 tests, cond 0)
		n1 false (test_time = 17.4385)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.931)
	variant   136/15338 = d(1616)         (7608 tests, cond 0)
		n1 false (test_time = 17.412)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.011)
	variant   137/15338 = d(1617)         (7608 tests, cond 0)
		n1 false (test_time = 17.4108)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.981)
	variant   138/15338 = d(1618)         (7608 tests, cond 0)
		n1 false (test_time = 17.2962)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.767)
	variant   139/15338 = d(1619)         (7608 tests, cond 0)
		n1 false (test_time = 17.4608)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.902)
	variant   140/15338 = d(1620)         (7608 tests, cond 0)
		n1 false (test_time = 17.415)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.854)
	variant   141/15338 = d(1621)         (7608 tests, cond 0)
		n1 false (test_time = 17.3979)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.472)
	variant   142/15338 = d(1622)         (7608 tests, cond 0)
		n1 false (test_time = 17.9959)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.771)
	variant   143/15338 = d(1623)         (7608 tests, cond 0)
		n1 false (test_time = 17.5345)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.54)
	variant   144/15338 = d(1624)         (7608 tests, cond 0)
		n1 false (test_time = 17.4043)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.235)
	variant   145/15338 = d(1625)         (7608 tests, cond 0)
		n1 false (test_time = 17.4291)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.139)
	variant   146/15338 = d(1626)         (7608 tests, cond 0)
		n1 false (test_time = 17.3213)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.497)
	variant   147/15338 = d(1627)         (7608 tests, cond 0)
		n1 false (test_time = 17.1339)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.188)
	variant   148/15338 = d(1628)         (7608 tests, cond 0)
		n1 false (test_time = 17.3932)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.469)
	variant   149/15338 = d(1629)         (7608 tests, cond 0)
		n1 false (test_time = 17.4349)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.093)
	variant   150/15338 = d(1821)         (7608 tests, cond 0)
		n1 false (test_time = 17.4227)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.171)
	variant   151/15338 = d(1822)         (7608 tests, cond 0)
		n1 false (test_time = 17.5428)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.754)
	variant   152/15338 = d(1823)         (7608 tests, cond 0)
		n1 false (test_time = 17.6202)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.001)
	variant   153/15338 = d(1824)         (7608 tests, cond 0)
		n1 false (test_time = 17.4388)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.964)
	variant   154/15338 = d(1825)         (7608 tests, cond 0)
		n1 false (test_time = 17.5656)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.355)
	variant   155/15338 = d(1826)         (7608 tests, cond 0)
		n1 false (test_time = 17.3935)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 152.495)
	variant   156/15338 = d(1827)         (7608 tests, cond 0)
		n1 false (test_time = 18.2391)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.069)
	variant   157/15338 = d(1828)         (7608 tests, cond 0)
		n1 false (test_time = 17.4963)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.424)
	variant   158/15338 = d(1829)         (7608 tests, cond 0)
		n1 false (test_time = 17.8549)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.545)
	variant   159/15338 = d(1830)         (7608 tests, cond 0)
		n1 false (test_time = 17.3459)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.338)
	variant   160/15338 = d(1831)         (7608 tests, cond 0)
		n1 false (test_time = 17.4007)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.81)
	variant   161/15338 = d(1832)         (7608 tests, cond 0)
		n1 false (test_time = 17.4536)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.311)
	variant   162/15338 = d(1833)         (7608 tests, cond 0)
		n1 false (test_time = 17.8235)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.575)
	variant   163/15338 = d(1834)         (7608 tests, cond 0)
		n1 false (test_time = 18.114)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.151)
	variant   164/15338 = d(1835)         (7608 tests, cond 0)
		n1 false (test_time = 17.985)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.373)
	variant   165/15338 = d(1836)         (7608 tests, cond 0)
		n1 false (test_time = 17.2741)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.095)
	variant   166/15338 = d(1837)         (7608 tests, cond 0)
		n1 false (test_time = 17.8626)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.507)
	variant   167/15338 = d(1838)         (7608 tests, cond 0)
		n1 false (test_time = 17.8648)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.51)
	variant   168/15338 = d(1839)         (7608 tests, cond 0)
		n1 false (test_time = 17.5859)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.453)
	variant   169/15338 = d(1840)         (7608 tests, cond 0)
		n1 false (test_time = 17.4319)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.846)
	variant   170/15338 = d(1842)         (7608 tests, cond 0)
		n1 false (test_time = 17.6942)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.647)
	variant   171/15338 = d(1843)         (7608 tests, cond 0)
		n1 false (test_time = 18.2887)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.69)
	variant   172/15338 = d(1844)         (7608 tests, cond 0)
		n1 false (test_time = 17.8032)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.356)
	variant   173/15338 = d(1845)         (7608 tests, cond 0)
		n1 false (test_time = 17.4922)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.149)
	variant   174/15338 = d(1848)         (7608 tests, cond 0)
		n1 false (test_time = 17.5124)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.983)
	variant   175/15338 = d(1868)         (7608 tests, cond 0)
		n1 false (test_time = 17.2142)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.759)
	variant   176/15338 = d(1869)         (7608 tests, cond 0)
		n1 false (test_time = 17.5219)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.244)
	variant   177/15338 = d(1870)         (7608 tests, cond 0)
		n1 false (test_time = 17.3585)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.698)
	variant   178/15338 = d(1871)         (7608 tests, cond 0)
		n1 false (test_time = 17.5085)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.038)
	variant   179/15338 = d(1872)         (7608 tests, cond 0)
		n1 false (test_time = 17.4586)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.844)
	variant   180/15338 = d(1873)         (7608 tests, cond 0)
		n1 false (test_time = 17.3084)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.687)
	variant   181/15338 = d(1875)         (7608 tests, cond 0)
		n1 false (test_time = 17.7133)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.277)
	variant   182/15338 = d(1881)         (7608 tests, cond 0)
		n1 false (test_time = 17.6696)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.269)
	variant   183/15338 = d(1882)         (7608 tests, cond 0)
		n1 false (test_time = 17.4054)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.082)
	variant   184/15338 = d(1883)         (7608 tests, cond 0)
		n1 false (test_time = 17.7161)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.466)
	variant   185/15338 = d(1884)         (7608 tests, cond 0)
		n1 false (test_time = 17.4248)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.895)
	variant   186/15338 = d(1885)         (7608 tests, cond 0)
		n1 false (test_time = 17.6535)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.453)
	variant   187/15338 = d(1886)         (7608 tests, cond 0)
		n1 false (test_time = 17.5453)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.125)
	variant   188/15338 = d(1887)         (7608 tests, cond 0)
		n1 false (test_time = 17.7732)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.516)
	variant   189/15338 = d(1888)         (7608 tests, cond 0)
		n1 false (test_time = 17.4781)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.569)
	variant   190/15338 = d(1889)         (7608 tests, cond 0)
		n1 false (test_time = 17.5605)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.144)
	variant   191/15338 = d(1890)         (7608 tests, cond 0)
		n1 false (test_time = 17.4613)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.583)
	variant   192/15338 = d(1891)         (7608 tests, cond 0)
		n1 false (test_time = 17.5322)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.979)
	variant   193/15338 = d(1892)         (7608 tests, cond 0)
		n1 false (test_time = 17.4393)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.263)
	variant   194/15338 = d(1893)         (7608 tests, cond 0)
		n1 false (test_time = 17.2007)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.703)
	variant   195/15338 = d(1894)         (7608 tests, cond 0)
		n1 false (test_time = 17.9618)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.186)
	variant   196/15338 = d(1895)         (7608 tests, cond 0)
		n1 false (test_time = 17.3255)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.419)
	variant   197/15338 = d(1896)         (7608 tests, cond 0)
		n1 false (test_time = 17.5601)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.934)
	variant   198/15338 = d(1898)         (7608 tests, cond 0)
		n1 false (test_time = 17.6061)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.812)
	variant   199/15338 = d(1908)         (7608 tests, cond 0)
		n1 false (test_time = 17.367)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.116)
	variant   200/15338 = d(1909)         (7608 tests, cond 0)
		n1 false (test_time = 17.4925)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.861)
	variant   201/15338 = d(1911)         (7608 tests, cond 0)
		n1 false (test_time = 17.4679)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.202)
	variant   202/15338 = d(1912)         (7608 tests, cond 0)
		n1 false (test_time = 17.4928)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.492)
	variant   203/15338 = d(1913)         (7608 tests, cond 0)
		n1 false (test_time = 17.7551)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.65)
	variant   204/15338 = d(1914)         (7608 tests, cond 0)
		n1 false (test_time = 17.367)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.685)
	variant   205/15338 = d(2633)         (7608 tests, cond 0)
		n1 false (test_time = 17.5953)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.624)
	variant   206/15338 = d(2634)         (7608 tests, cond 0)
		n1 false (test_time = 17.1888)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.09)
	variant   207/15338 = d(2662)         (7608 tests, cond 0)
		n1 false (test_time = 17.7496)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.549)
	variant   208/15338 = d(2664)         (7608 tests, cond 0)
		n1 false (test_time = 17.5467)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.008)
	variant   209/15338 = d(2665)         (7608 tests, cond 0)
		n1 false (test_time = 17.5618)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.505)
	variant   210/15338 = d(2666)         (7608 tests, cond 0)
		n1 false (test_time = 17.3543)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.732)
	variant   211/15338 = d(2667)         (7608 tests, cond 0)
		n1 false (test_time = 17.5727)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.749)
	variant   212/15338 = d(2668)         (7608 tests, cond 0)
		n1 false (test_time = 19.0627)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.325)
	variant   213/15338 = d(2673)         (7608 tests, cond 0)
		n1 false (test_time = 17.4064)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.397)
	variant   214/15338 = d(2674)         (7608 tests, cond 0)
		n1 false (test_time = 17.4252)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.109)
	variant   215/15338 = d(2703)         (7608 tests, cond 0)
		n1 false (test_time = 17.515)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.11)
	variant   216/15338 = d(2704)         (7608 tests, cond 0)
		n1 false (test_time = 17.6578)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.474)
	variant   217/15338 = d(2705)         (7608 tests, cond 0)
		n1 false (test_time = 17.5172)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.345)
	variant   218/15338 = d(2706)         (7608 tests, cond 0)
		n1 false (test_time = 17.6871)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.071)
	variant   219/15338 = d(2707)         (7608 tests, cond 0)
		n1 false (test_time = 17.6124)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.205)
	variant   220/15338 = d(2708)         (7608 tests, cond 0)
		n1 false (test_time = 17.1913)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.717)
	variant   221/15338 = d(2714)         (7608 tests, cond 0)
		n1 false (test_time = 17.3567)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.222)
	variant   222/15338 = d(2715)         (7608 tests, cond 0)
		n1 false (test_time = 17.6963)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.837)
	variant   223/15338 = d(2716)         (7608 tests, cond 0)
		n1 false (test_time = 17.4008)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.812)
	variant   224/15338 = d(2729)         (7608 tests, cond 0)
		n1 false (test_time = 18.2344)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.054)
	variant   225/15338 = d(2730)         (7608 tests, cond 0)
		n1 false (test_time = 17.3383)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.814)
	variant   226/15338 = d(2731)         (7608 tests, cond 0)
		n1 false (test_time = 0.174045)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.536)
	variant   227/15338 = d(2732)         (7608 tests, cond 0)
		n1 false (test_time = 0.0828831)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.721)
	variant   228/15338 = d(2733)         (7608 tests, cond 0)
		n1 false (test_time = 17.6877)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.442)
	variant   229/15338 = d(2734)         (7608 tests, cond 0)
		n1 false (test_time = 18.0042)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.87)
	variant   230/15338 = d(2735)         (7608 tests, cond 0)
		n1 false (test_time = 17.3993)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.765)
	variant   231/15338 = d(2736)         (7608 tests, cond 0)
		n1 false (test_time = 17.729)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.656)
	variant   232/15338 = d(2738)         (7608 tests, cond 0)
		n1 false (test_time = 17.5166)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.459)
	variant   233/15338 = d(2739)         (7608 tests, cond 0)
		n1 false (test_time = 18.5749)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.691)
	variant   234/15338 = d(2740)         (7608 tests, cond 0)
		n1 false (test_time = 17.6049)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.494)
	variant   235/15338 = d(2741)         (7608 tests, cond 0)
		n1 false (test_time = 17.77)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.611)
	variant   236/15338 = d(2742)         (7608 tests, cond 0)
		n1 false (test_time = 17.8394)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.766)
	variant   237/15338 = d(2743)         (7608 tests, cond 0)
		n1 false (test_time = 17.9759)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.003)
	variant   238/15338 = d(2772)         (7608 tests, cond 0)
		n1	/root/genprog-many-bugs/php-bug-2011-04-06-18d71a6f59-187eb235fe/000235/ext/standard/array.c  d(2772)  fails to compile
 false (test_time = 0.748916)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.507)
	variant   239/15338 = d(2773)         (7608 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2011-04-06-18d71a6f59-187eb235fe/000236/ext/standard/array.c  d(2773)  fails to compile
 false (test_time = 0.687084)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.26)
	variant   240/15338 = d(2774)         (7608 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
	/root/genprog-many-bugs/php-bug-2011-04-06-18d71a6f59-187eb235fe/000237/ext/standard/array.c  d(2774)  fails to compile
 false (test_time = 0.696537)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.806)
	variant   241/15338 = d(2782)         (7608 tests, cond 0)
		n1rm: cannot remove `./sapi/cli/php': No such file or directory
 false (test_time = 17.9476)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.612)
	variant   242/15338 = d(2783)         (7608 tests, cond 0)
		n1 false (test_time = 18.2422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.536)
	variant   243/15338 = d(2784)         (7608 tests, cond 0)
		n1 false (test_time = 17.3826)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.564)
	variant   244/15338 = d(2785)         (7608 tests, cond 0)
		n1 false (test_time = 17.45)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.507)
	variant   245/15338 = d(2786)         (7608 tests, cond 0)
		n1 false (test_time = 17.3936)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.872)
	variant   246/15338 = d(2787)         (7608 tests, cond 0)
		n1 false (test_time = 17.3991)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.445)
	variant   247/15338 = d(2788)         (7608 tests, cond 0)
		n1 false (test_time = 17.3682)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.982)
	variant   248/15338 = d(2789)         (7608 tests, cond 0)
		n1 false (test_time = 17.5019)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.745)
	variant   249/15338 = d(2790)         (7608 tests, cond 0)
		n1 false (test_time = 17.2829)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.667)
	variant   250/15338 = d(2791)         (7608 tests, cond 0)
		n1 false (test_time = 17.2174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 150.178)
	variant   251/15338 = d(2792)         (7608 tests, cond 0)
		n1 false (test_time = 17.8444)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.118)
	variant   252/15338 = d(2793)         (7608 tests, cond 0)
		n1 false (test_time = 17.1889)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.874)
	variant   253/15338 = d(3204)         (7608 tests, cond 0)
		n1 false (test_time = 17.8844)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.576)
	variant   254/15338 = d(3374)         (7608 tests, cond 0)
		n1 false (test_time = 17.2429)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.344)
	variant   255/15338 = d(3375)         (7608 tests, cond 0)
		n1 false (test_time = 17.4552)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.131)
	variant   256/15338 = d(3376)         (7608 tests, cond 0)
		n1 false (test_time = 17.5047)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.893)
	variant   257/15338 = d(3377)         (7608 tests, cond 0)
		n1 false (test_time = 17.4667)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.941)
	variant   258/15338 = d(3378)         (7608 tests, cond 0)
		n1 false (test_time = 17.464)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.658)
	variant   259/15338 = d(3379)         (7608 tests, cond 0)
		n1 false (test_time = 18.3889)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.412)
	variant   260/15338 = d(3380)         (7608 tests, cond 0)
		n1 false (test_time = 17.5528)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.334)
	variant   261/15338 = d(3381)         (7608 tests, cond 0)
		n1 false (test_time = 17.6031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.794)
	variant   262/15338 = d(3456)         (7608 tests, cond 0)
		n1 false (test_time = 17.6604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.832)
	variant   263/15338 = d(3457)         (7608 tests, cond 0)
		n1 false (test_time = 0.18852)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 146.053)
	variant   264/15338 = d(3462)         (7608 tests, cond 0)
		n1 false (test_time = 17.7181)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.426)
	variant   265/15338 = d(3463)         (7608 tests, cond 0)
		n1 false (test_time = 17.9363)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 147.048)
	variant   266/15338 = d(3464)         (7608 tests, cond 0)
		n1 false (test_time = 17.5171)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.049)
	variant   267/15338 = d(3465)         (7608 tests, cond 0)
		n1 false (test_time = 18.2983)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.517)
	variant   268/15338 = d(3466)         (7608 tests, cond 0)
		n1 false (test_time = 17.6136)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.689)
	variant   269/15338 = d(3467)         (7608 tests, cond 0)
		n1 false (test_time = 0.097904)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.966)
	variant   270/15338 = d(3468)         (7608 tests, cond 0)
		n1 false (test_time = 17.4359)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.552)
	variant   271/15338 = d(3469)         (7608 tests, cond 0)
		n1 false (test_time = 17.5749)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.552)
	variant   272/15338 = d(3470)         (7608 tests, cond 0)
		n1 false (test_time = 0.0899251)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.843)
	variant   273/15338 = d(3471)         (7608 tests, cond 0)
		n1 false (test_time = 19.0442)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.636)
	variant   274/15338 = d(3472)         (7608 tests, cond 0)
		n1 false (test_time = 17.8567)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.947)
	variant   275/15338 = d(3473)         (7608 tests, cond 0)
		n1 false (test_time = 17.726)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.022)
	variant   276/15338 = d(3474)         (7608 tests, cond 0)
		n1 false (test_time = 17.6049)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.598)
	variant   277/15338 = d(3475)         (7608 tests, cond 0)
		n1 false (test_time = 17.7057)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.385)
	variant   278/15338 = d(3476)         (7608 tests, cond 0)
		n1 false (test_time = 17.3781)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.932)
	variant   279/15338 = d(3477)         (7608 tests, cond 0)
		n1 false (test_time = 17.5417)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.71)
	variant   280/15338 = d(3478)         (7608 tests, cond 0)
		n1 false (test_time = 17.7832)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.993)
	variant   281/15338 = d(3479)         (7608 tests, cond 0)
		n1 false (test_time = 17.7581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.328)
	variant   282/15338 = d(3480)         (7608 tests, cond 0)
		n1 false (test_time = 17.4263)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.121)
	variant   283/15338 = d(3481)         (7608 tests, cond 0)
		n1 false (test_time = 17.9982)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.339)
	variant   284/15338 = d(3482)         (7608 tests, cond 0)
		n1 false (test_time = 17.3777)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.445)
	variant   285/15338 = d(3483)         (7608 tests, cond 0)
		n1 false (test_time = 17.2036)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.782)
	variant   286/15338 = d(3485)         (7608 tests, cond 0)
		n1 false (test_time = 17.4073)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.499)
	variant   287/15338 = d(3486)         (7608 tests, cond 0)
		n1 false (test_time = 17.384)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.852)
	variant   288/15338 = d(3487)         (7608 tests, cond 0)
		n1 false (test_time = 18.3924)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.715)
	variant   289/15338 = d(3493)         (7608 tests, cond 0)
		n1 false (test_time = 0.148294)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.86)
	variant   290/15338 = d(3494)         (7608 tests, cond 0)
		n1 false (test_time = 17.4005)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.549)
	variant   291/15338 = d(3495)         (7608 tests, cond 0)
		n1 false (test_time = 17.4787)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.241)
	variant   292/15338 = d(3496)         (7608 tests, cond 0)
		n1 false (test_time = 17.3568)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.198)
	variant   293/15338 = d(3497)         (7608 tests, cond 0)
		n1 false (test_time = 17.33)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.745)
	variant   294/15338 = d(3498)         (7608 tests, cond 0)
		n1 false (test_time = 17.5827)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.422)
	variant   295/15338 = d(3499)         (7608 tests, cond 0)
		n1 false (test_time = 17.6038)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.987)
	variant   296/15338 = d(3500)         (7608 tests, cond 0)
		n1 false (test_time = 18.0165)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.432)
	variant   297/15338 = d(3501)         (7608 tests, cond 0)
		n1 false (test_time = 17.8069)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.898)
	variant   298/15338 = d(3502)         (7608 tests, cond 0)
		n1 false (test_time = 17.5921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.031)
	variant   299/15338 = d(3503)         (7608 tests, cond 0)
		n1 false (test_time = 17.6864)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.845)
	variant   300/15338 = d(3504)         (7608 tests, cond 0)
		n1 false (test_time = 17.6086)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.087)
	variant   301/15338 = d(3505)         (7608 tests, cond 0)
		n1 false (test_time = 17.3458)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.067)
	variant   302/15338 = d(3506)         (7608 tests, cond 0)
		n1 false (test_time = 17.4934)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.345)
	variant   303/15338 = d(3507)         (7608 tests, cond 0)
		n1 false (test_time = 17.7891)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.689)
	variant   304/15338 = d(3508)         (7608 tests, cond 0)
		n1 false (test_time = 17.5697)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.513)
	variant   305/15338 = d(3509)         (7608 tests, cond 0)
		n1 false (test_time = 17.4975)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.109)
	variant   306/15338 = d(3765)         (7608 tests, cond 0)
		n1 false (test_time = 17.3995)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.216)
	variant   307/15338 = d(3766)         (7608 tests, cond 0)
		n1 false (test_time = 18.926)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.645)
	variant   308/15338 = d(3802)         (7608 tests, cond 0)
		n1 false (test_time = 17.6614)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.591)
	variant   309/15338 = d(3803)         (7608 tests, cond 0)
		n1 false (test_time = 18.1655)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.86)
	variant   310/15338 = d(3804)         (7608 tests, cond 0)
		n1 false (test_time = 17.4507)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.173)
	variant   311/15338 = d(3805)         (7608 tests, cond 0)
		n1 false (test_time = 17.845)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.135)
	variant   312/15338 = d(3806)         (7608 tests, cond 0)
		n1 false (test_time = 17.9714)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.937)
	variant   313/15338 = d(3807)         (7608 tests, cond 0)
		n1 false (test_time = 17.3513)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.831)
	variant   314/15338 = d(3808)         (7608 tests, cond 0)
		n1 false (test_time = 17.622)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.322)
	variant   315/15338 = d(3809)         (7608 tests, cond 0)
		n1 false (test_time = 17.6129)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.344)
	variant   316/15338 = d(5216)         (7608 tests, cond 0)
		n1 false (test_time = 17.3014)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.492)
	variant   317/15338 = d(5217)         (7608 tests, cond 0)
		n1 false (test_time = 17.379)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.788)
	variant   318/15338 = d(5218)         (7608 tests, cond 0)
		n1 false (test_time = 17.7501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.922)
	variant   319/15338 = d(5219)         (7608 tests, cond 0)
		n1 false (test_time = 17.7397)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.721)
	variant   320/15338 = d(5220)         (7608 tests, cond 0)
		n1 false (test_time = 17.7713)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.826)
	variant   321/15338 = d(5221)         (7608 tests, cond 0)
		n1 false (test_time = 17.715)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.966)
	variant   322/15338 = d(5222)         (7608 tests, cond 0)
		n1 false (test_time = 17.7251)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.758)
	variant   323/15338 = d(5223)         (7608 tests, cond 0)
		n1 false (test_time = 17.667)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.239)
	variant   324/15338 = d(5224)         (7608 tests, cond 0)
		n1 false (test_time = 17.6841)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.256)
	variant   325/15338 = d(5225)         (7608 tests, cond 0)
		n1 false (test_time = 17.7102)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.276)
	variant   326/15338 = d(5248)         (7608 tests, cond 0)
		n1 false (test_time = 18.4309)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.735)
	variant   327/15338 = d(5249)         (7608 tests, cond 0)
		n1 false (test_time = 17.7023)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 147.273)
	variant   328/15338 = d(5250)         (7608 tests, cond 0)
		n1 false (test_time = 17.5308)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.863)
	variant   329/15338 = d(5262)         (7608 tests, cond 0)
		n1 false (test_time = 17.4975)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.307)
	variant   330/15338 = d(5263)         (7608 tests, cond 0)
		n1 false (test_time = 17.5359)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.841)
	variant   331/15338 = a(5263,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.4382)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.212)
	variant   332/15338 = a(5263,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.4355)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.815)
	variant   333/15338 = a(5263,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.4405)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.638)
	variant   334/15338 = a(5263,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.5984)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.288)
	variant   335/15338 = a(5263,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.4277)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.828)
	variant   336/15338 = a(5263,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.3452)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.968)
	variant   337/15338 = a(5263,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.9488)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.074)
	variant   338/15338 = a(5263,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.4559)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.542)
	variant   339/15338 = a(5263,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.5539)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.29)
	variant   340/15338 = a(5263,5246)    (7608 tests, cond 0)
		n1 false (test_time = 17.632)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.105)
	variant   341/15338 = a(5263,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.4834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.442)
	variant   342/15338 = a(5263,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.3196)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.102)
	variant   343/15338 = a(5263,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.4425)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.954)
	variant   344/15338 = a(5263,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.2977)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.012)
	variant   345/15338 = a(5263,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.5554)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.2)
	variant   346/15338 = a(5263,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.3763)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.244)
	variant   347/15338 = a(5263,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.4401)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.321)
	variant   348/15338 = a(5263,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.6016)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.53)
	variant   349/15338 = a(5263,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.4426)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.541)
	variant   350/15338 = a(5263,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.2834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140)
	variant   351/15338 = a(5263,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.4891)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.439)
	variant   352/15338 = a(5263,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.4749)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.638)
	variant   353/15338 = a(5263,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.3327)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.453)
	variant   354/15338 = a(5263,5152)    (7608 tests, cond 0)
		n1 false (test_time = 19.4072)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.97)
	variant   355/15338 = a(5263,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.2942)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.927)
	variant   356/15338 = a(5263,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.6054)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.125)
	variant   357/15338 = a(5263,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.867)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.839)
	variant   358/15338 = a(5263,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.4789)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.706)
	variant   359/15338 = a(5263,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.5809)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.927)
	variant   360/15338 = a(5263,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.8035)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.159)
	variant   361/15338 = a(5263,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.6188)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.837)
	variant   362/15338 = a(5263,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.6521)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.216)
	variant   363/15338 = a(5263,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.6743)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.049)
	variant   364/15338 = a(5263,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.9451)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.143)
	variant   365/15338 = a(5263,2814)    (7608 tests, cond 0)
		n1 false (test_time = 18.2577)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.052)
	variant   366/15338 = a(5263,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.6595)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.861)
	variant   367/15338 = a(5263,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.5847)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.269)
	variant   368/15338 = a(5263,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.8286)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.067)
	variant   369/15338 = a(5263,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.4061)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.539)
	variant   370/15338 = a(5263,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.489)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.096)
	variant   371/15338 = a(5263,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.4817)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.622)
	variant   372/15338 = a(5263,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.3505)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.151)
	variant   373/15338 = a(5263,2258)    (7608 tests, cond 0)
		n1 false (test_time = 20.9108)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.495)
	variant   374/15338 = a(5263,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.6658)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.774)
	variant   375/15338 = a(5263,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.2594)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.202)
	variant   376/15338 = a(5263,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.2881)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.717)
	variant   377/15338 = a(5263,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.5732)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.158)
	variant   378/15338 = a(5263,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.5439)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.906)
	variant   379/15338 = a(5262,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.6052)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.474)
	variant   380/15338 = a(5262,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.3651)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.736)
	variant   381/15338 = a(5262,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.3591)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.668)
	variant   382/15338 = a(5262,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.8916)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 148.373)
	variant   383/15338 = a(5262,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.2644)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.291)
	variant   384/15338 = a(5262,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.2334)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.313)
	variant   385/15338 = a(5262,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.7952)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.065)
	variant   386/15338 = a(5262,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.8413)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.175)
	variant   387/15338 = a(5262,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.714)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.217)
	variant   388/15338 = a(5262,5246)    (7608 tests, cond 0)
		n1 false (test_time = 18.08)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.502)
	variant   389/15338 = a(5262,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.7358)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.47)
	variant   390/15338 = a(5262,5243)    (7608 tests, cond 0)
		n1 false (test_time = 18.1966)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.428)
	variant   391/15338 = a(5262,5242)    (7608 tests, cond 0)
		n1 false (test_time = 18.6538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.661)
	variant   392/15338 = a(5262,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.537)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.963)
	variant   393/15338 = a(5262,5237)    (7608 tests, cond 0)
		n1 false (test_time = 18.4991)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.544)
	variant   394/15338 = a(5262,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.6561)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.885)
	variant   395/15338 = a(5262,5234)    (7608 tests, cond 0)
		n1 false (test_time = 18.1245)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.458)
	variant   396/15338 = a(5262,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.6905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.959)
	variant   397/15338 = a(5262,5229)    (7608 tests, cond 0)
		n1 false (test_time = 18.136)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.765)
	variant   398/15338 = a(5262,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.2836)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.404)
	variant   399/15338 = a(5262,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.7513)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.105)
	variant   400/15338 = a(5262,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.483)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.757)
	variant   401/15338 = a(5262,5218)    (7608 tests, cond 0)
		n1 false (test_time = 18.0467)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 145.197)
	variant   402/15338 = a(5262,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.6294)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.801)
	variant   403/15338 = a(5262,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.5597)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.707)
	variant   404/15338 = a(5262,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.2848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.398)
	variant   405/15338 = a(5262,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.6803)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.155)
	variant   406/15338 = a(5262,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.3571)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.175)
	variant   407/15338 = a(5262,4534)    (7608 tests, cond 0)
		n1 false (test_time = 18.2516)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.911)
	variant   408/15338 = a(5262,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.7758)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.806)
	variant   409/15338 = a(5262,3659)    (7608 tests, cond 0)
		n1 false (test_time = 18.0491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.976)
	variant   410/15338 = a(5262,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.9196)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.781)
	variant   411/15338 = a(5262,3097)    (7608 tests, cond 0)
		n1 false (test_time = 18.0787)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.141)
	variant   412/15338 = a(5262,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.561)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.188)
	variant   413/15338 = a(5262,2814)    (7608 tests, cond 0)
		n1 false (test_time = 18.4294)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.669)
	variant   414/15338 = a(5262,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.4863)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.194)
	variant   415/15338 = a(5262,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.7366)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.949)
	variant   416/15338 = a(5262,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.8572)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.91)
	variant   417/15338 = a(5262,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.8071)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.72)
	variant   418/15338 = a(5262,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.5288)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.274)
	variant   419/15338 = a(5262,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.6671)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.577)
	variant   420/15338 = a(5262,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.5858)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.194)
	variant   421/15338 = a(5262,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.6345)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.295)
	variant   422/15338 = a(5262,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.3026)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.435)
	variant   423/15338 = a(5262,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.7409)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.02)
	variant   424/15338 = a(5262,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.6643)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.862)
	variant   425/15338 = a(5262,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.4523)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.52)
	variant   426/15338 = a(5262,1187)    (7608 tests, cond 0)
		n1 false (test_time = 20.5849)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.489)
	variant   427/15338 = a(5250,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.5491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.259)
	variant   428/15338 = a(5250,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.3327)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.303)
	variant   429/15338 = a(5250,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.7882)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.488)
	variant   430/15338 = a(5250,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.5363)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.48)
	variant   431/15338 = a(5250,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.5948)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.147)
	variant   432/15338 = a(5250,5256)    (7608 tests, cond 0)
		n1 false (test_time = 18.1591)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.859)
	variant   433/15338 = a(5250,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.9059)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.631)
	variant   434/15338 = a(5250,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.5672)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.165)
	variant   435/15338 = a(5250,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.86)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.075)
	variant   436/15338 = a(5250,5246)    (7608 tests, cond 0)
		n1 false (test_time = 18.0117)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.369)
	variant   437/15338 = a(5250,5245)    (7608 tests, cond 0)
		n1 false (test_time = 18.2813)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.145)
	variant   438/15338 = a(5250,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.84)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.185)
	variant   439/15338 = a(5250,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.5956)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.897)
	variant   440/15338 = a(5250,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.709)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.405)
	variant   441/15338 = a(5250,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.5564)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.93)
	variant   442/15338 = a(5250,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.5341)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.436)
	variant   443/15338 = a(5250,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.8704)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.247)
	variant   444/15338 = a(5250,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.7781)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.703)
	variant   445/15338 = a(5250,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.9028)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.228)
	variant   446/15338 = a(5250,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.8203)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.04)
	variant   447/15338 = a(5250,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.7677)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.533)
	variant   448/15338 = a(5250,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.5707)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.99)
	variant   449/15338 = a(5250,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.8243)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.915)
	variant   450/15338 = a(5250,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.5812)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.616)
	variant   451/15338 = a(5250,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.9078)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.866)
	variant   452/15338 = a(5250,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.7332)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.681)
	variant   453/15338 = a(5250,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.6102)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.018)
	variant   454/15338 = a(5250,4687)    (7608 tests, cond 0)
		n1 false (test_time = 18.073)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.218)
	variant   455/15338 = a(5250,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.6861)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.957)
	variant   456/15338 = a(5250,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.4952)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.348)
	variant   457/15338 = a(5250,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.6971)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.369)
	variant   458/15338 = a(5250,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.5557)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.59)
	variant   459/15338 = a(5250,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.5091)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.163)
	variant   460/15338 = a(5250,2956)    (7608 tests, cond 0)
		n1 false (test_time = 18.2173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.704)
	variant   461/15338 = a(5250,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.5612)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.279)
	variant   462/15338 = a(5250,2794)    (7608 tests, cond 0)
		n1 false (test_time = 18.9634)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.418)
	variant   463/15338 = a(5250,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.7696)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.835)
	variant   464/15338 = a(5250,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.4068)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.399)
	variant   465/15338 = a(5250,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.5734)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.279)
	variant   466/15338 = a(5250,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.4179)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.255)
	variant   467/15338 = a(5250,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.9545)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 147.981)
	variant   468/15338 = a(5250,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.8195)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.679)
	variant   469/15338 = a(5250,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.4695)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.613)
	variant   470/15338 = a(5250,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.5699)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.869)
	variant   471/15338 = a(5250,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.6134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.324)
	variant   472/15338 = a(5250,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.5022)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.424)
	variant   473/15338 = a(5250,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.6)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.131)
	variant   474/15338 = a(5250,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.7472)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.453)
	variant   475/15338 = a(5249,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.6942)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.339)
	variant   476/15338 = a(5249,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.4852)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.312)
	variant   477/15338 = a(5249,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.6449)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.353)
	variant   478/15338 = a(5249,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.3998)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.688)
	variant   479/15338 = a(5249,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.4659)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.45)
	variant   480/15338 = a(5249,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.8621)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.547)
	variant   481/15338 = a(5249,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.5156)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.224)
	variant   482/15338 = a(5249,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.4694)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.3)
	variant   483/15338 = a(5249,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.4525)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.357)
	variant   484/15338 = a(5249,5246)    (7608 tests, cond 0)
		n1 false (test_time = 17.5919)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.816)
	variant   485/15338 = a(5249,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.8369)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.107)
	variant   486/15338 = a(5249,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.8431)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 150.517)
	variant   487/15338 = a(5249,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.5733)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.782)
	variant   488/15338 = a(5249,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.6466)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.071)
	variant   489/15338 = a(5249,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.8987)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.789)
	variant   490/15338 = a(5249,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.6044)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.217)
	variant   491/15338 = a(5249,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.9626)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.433)
	variant   492/15338 = a(5249,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.7501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.257)
	variant   493/15338 = a(5249,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.4173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.073)
	variant   494/15338 = a(5249,5228)    (7608 tests, cond 0)
		n1 false (test_time = 18.2323)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.125)
	variant   495/15338 = a(5249,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.4851)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.026)
	variant   496/15338 = a(5249,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.5698)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.573)
	variant   497/15338 = a(5249,5218)    (7608 tests, cond 0)
		n1 false (test_time = 18.2088)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.971)
	variant   498/15338 = a(5249,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.9216)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.099)
	variant   499/15338 = a(5249,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.9998)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.937)
	variant   500/15338 = a(5249,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.5058)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.382)
	variant   501/15338 = a(5249,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.6555)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.1)
	variant   502/15338 = a(5249,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.8391)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.338)
	variant   503/15338 = a(5249,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.5618)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.735)
	variant   504/15338 = a(5249,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.4)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.122)
	variant   505/15338 = a(5249,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.8623)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.091)
	variant   506/15338 = a(5249,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.6206)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.722)
	variant   507/15338 = a(5249,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.4654)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.123)
	variant   508/15338 = a(5249,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.5025)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.547)
	variant   509/15338 = a(5249,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.278)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.209)
	variant   510/15338 = a(5249,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.5563)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.092)
	variant   511/15338 = a(5249,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.5895)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.412)
	variant   512/15338 = a(5249,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.525)
	variant   513/15338 = a(5249,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.4626)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.714)
	variant   514/15338 = a(5249,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.5442)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.829)
	variant   515/15338 = a(5249,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.4302)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.371)
	variant   516/15338 = a(5249,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.6387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.606)
	variant   517/15338 = a(5249,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.3491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.876)
	variant   518/15338 = a(5249,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.4786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.294)
	variant   519/15338 = a(5249,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.4317)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.9)
	variant   520/15338 = a(5249,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.6968)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 146.163)
	variant   521/15338 = a(5249,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.6092)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.642)
	variant   522/15338 = a(5249,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.5039)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.342)
	variant   523/15338 = a(5248,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.4668)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.103)
	variant   524/15338 = a(5248,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.8137)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.469)
	variant   525/15338 = a(5248,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.3158)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.561)
	variant   526/15338 = a(5248,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.5757)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.431)
	variant   527/15338 = a(5248,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.6001)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.537)
	variant   528/15338 = a(5248,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.5331)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 146.909)
	variant   529/15338 = a(5248,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.3491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.834)
	variant   530/15338 = a(5248,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.657)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.083)
	variant   531/15338 = a(5248,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.5231)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.457)
	variant   532/15338 = a(5248,5246)    (7608 tests, cond 0)
		n1 false (test_time = 21.2927)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.957)
	variant   533/15338 = a(5248,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.7065)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.614)
	variant   534/15338 = a(5248,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.4689)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.344)
	variant   535/15338 = a(5248,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.433)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.876)
	variant   536/15338 = a(5248,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.609)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.826)
	variant   537/15338 = a(5248,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.7327)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.362)
	variant   538/15338 = a(5248,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.4134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.332)
	variant   539/15338 = a(5248,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.4305)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.899)
	variant   540/15338 = a(5248,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.5404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.996)
	variant   541/15338 = a(5248,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.4558)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.893)
	variant   542/15338 = a(5248,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.4314)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.767)
	variant   543/15338 = a(5248,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.2805)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.537)
	variant   544/15338 = a(5248,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.5813)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.398)
	variant   545/15338 = a(5248,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.494)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.293)
	variant   546/15338 = a(5248,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.4367)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.721)
	variant   547/15338 = a(5248,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.4054)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.379)
	variant   548/15338 = a(5248,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.5178)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.904)
	variant   549/15338 = a(5248,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.5577)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.626)
	variant   550/15338 = a(5248,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.4504)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.661)
	variant   551/15338 = a(5248,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.5901)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.609)
	variant   552/15338 = a(5248,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.4882)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.999)
	variant   553/15338 = a(5248,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.5754)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139)
	variant   554/15338 = a(5248,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.373)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 149.894)
	variant   555/15338 = a(5248,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.5219)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.108)
	variant   556/15338 = a(5248,2956)    (7608 tests, cond 0)
		n1 false (test_time = 18.0089)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.509)
	variant   557/15338 = a(5248,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.4416)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.978)
	variant   558/15338 = a(5248,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.7724)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.776)
	variant   559/15338 = a(5248,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.4675)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.5)
	variant   560/15338 = a(5248,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.56)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.11)
	variant   561/15338 = a(5248,2568)    (7608 tests, cond 0)
		n1 false (test_time = 18.1747)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.6)
	variant   562/15338 = a(5248,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.2946)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.578)
	variant   563/15338 = a(5248,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.8439)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.339)
	variant   564/15338 = a(5248,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.4176)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.399)
	variant   565/15338 = a(5248,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.5062)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.456)
	variant   566/15338 = a(5248,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.392)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.983)
	variant   567/15338 = a(5248,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.4979)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.933)
	variant   568/15338 = a(5248,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.6379)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.642)
	variant   569/15338 = a(5248,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.6144)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.852)
	variant   570/15338 = a(5248,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.4215)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.386)
	variant   571/15338 = a(5225,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.2536)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.647)
	variant   572/15338 = a(5225,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.4037)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.689)
	variant   573/15338 = a(5225,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.7601)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.926)
	variant   574/15338 = a(5225,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.5964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.371)
	variant   575/15338 = a(5225,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.4977)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.681)
	variant   576/15338 = a(5225,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.3516)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.279)
	variant   577/15338 = a(5225,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.409)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.829)
	variant   578/15338 = a(5225,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.5864)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.074)
	variant   579/15338 = a(5225,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.3754)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.167)
	variant   580/15338 = a(5225,5246)    (7608 tests, cond 0)
		n1 false (test_time = 17.3418)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.267)
	variant   581/15338 = a(5225,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.3732)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.705)
	variant   582/15338 = a(5225,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.4414)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.503)
	variant   583/15338 = a(5225,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.4372)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.824)
	variant   584/15338 = a(5225,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.3108)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.447)
	variant   585/15338 = a(5225,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.5124)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.49)
	variant   586/15338 = a(5225,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.5731)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.336)
	variant   587/15338 = a(5225,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.4544)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.777)
	variant   588/15338 = a(5225,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.2786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.515)
	variant   589/15338 = a(5225,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.7751)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.072)
	variant   590/15338 = a(5225,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.3384)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.559)
	variant   591/15338 = a(5225,5227)    (7608 tests, cond 0)
		n1 false (test_time = 18.8259)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.997)
	variant   592/15338 = a(5225,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.5804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.604)
	variant   593/15338 = a(5225,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.3352)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.094)
	variant   594/15338 = a(5225,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.7783)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.012)
	variant   595/15338 = a(5225,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.3154)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.725)
	variant   596/15338 = a(5225,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.314)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.517)
	variant   597/15338 = a(5225,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.5011)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.296)
	variant   598/15338 = a(5225,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.2599)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.104)
	variant   599/15338 = a(5225,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.3303)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.665)
	variant   600/15338 = a(5225,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.6402)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.177)
	variant   601/15338 = a(5225,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.4258)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.077)
	variant   602/15338 = a(5225,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.6295)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.876)
	variant   603/15338 = a(5225,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.4359)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.315)
	variant   604/15338 = a(5225,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.5113)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.665)
	variant   605/15338 = a(5225,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.3408)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.952)
	variant   606/15338 = a(5225,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.9063)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 149.055)
	variant   607/15338 = a(5225,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.4263)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.41)
	variant   608/15338 = a(5225,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.4593)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.542)
	variant   609/15338 = a(5225,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.3562)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.062)
	variant   610/15338 = a(5225,2552)    (7608 tests, cond 0)
		n1 false (test_time = 18.2935)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.632)
	variant   611/15338 = a(5225,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.4008)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 146.43)
	variant   612/15338 = a(5225,2262)    (7608 tests, cond 0)
		n1 false (test_time = 19.8594)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.487)
	variant   613/15338 = a(5225,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.6643)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.975)
	variant   614/15338 = a(5225,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.3985)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.839)
	variant   615/15338 = a(5225,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.435)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.358)
	variant   616/15338 = a(5225,1968)    (7608 tests, cond 0)
		n1 false (test_time = 18.0504)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.358)
	variant   617/15338 = a(5225,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.6448)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.274)
	variant   618/15338 = a(5225,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.2902)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.156)
	variant   619/15338 = a(5224,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.456)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.294)
	variant   620/15338 = a(5224,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.391)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.508)
	variant   621/15338 = a(5224,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.6454)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.332)
	variant   622/15338 = a(5224,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.3449)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.702)
	variant   623/15338 = a(5224,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.4549)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.258)
	variant   624/15338 = a(5224,5256)    (7608 tests, cond 0)
		n1 false (test_time = 18.2376)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.025)
	variant   625/15338 = a(5224,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.5426)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.848)
	variant   626/15338 = a(5224,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.6242)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.842)
	variant   627/15338 = a(5224,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.7201)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.801)
	variant   628/15338 = a(5224,5246)    (7608 tests, cond 0)
		n1 false (test_time = 17.3964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.062)
	variant   629/15338 = a(5224,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.5281)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.982)
	variant   630/15338 = a(5224,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.3353)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.589)
	variant   631/15338 = a(5224,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.5458)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.153)
	variant   632/15338 = a(5224,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.5249)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.167)
	variant   633/15338 = a(5224,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.5231)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.89)
	variant   634/15338 = a(5224,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.8232)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.771)
	variant   635/15338 = a(5224,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.2989)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.868)
	variant   636/15338 = a(5224,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.9042)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.492)
	variant   637/15338 = a(5224,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.5126)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.033)
	variant   638/15338 = a(5224,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.494)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.87)
	variant   639/15338 = a(5224,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.5936)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.669)
	variant   640/15338 = a(5224,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.2472)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.449)
	variant   641/15338 = a(5224,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.3458)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.596)
	variant   642/15338 = a(5224,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.3316)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.654)
	variant   643/15338 = a(5224,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.472)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.186)
	variant   644/15338 = a(5224,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.7077)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.036)
	variant   645/15338 = a(5224,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.5211)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.179)
	variant   646/15338 = a(5224,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.4805)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.401)
	variant   647/15338 = a(5224,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.427)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.815)
	variant   648/15338 = a(5224,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.2966)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.381)
	variant   649/15338 = a(5224,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.5031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.576)
	variant   650/15338 = a(5224,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.4601)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.041)
	variant   651/15338 = a(5224,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.3329)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.841)
	variant   652/15338 = a(5224,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.7788)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.76)
	variant   653/15338 = a(5224,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.4995)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.276)
	variant   654/15338 = a(5224,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.5242)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.221)
	variant   655/15338 = a(5224,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.6173)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.873)
	variant   656/15338 = a(5224,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.4998)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.143)
	variant   657/15338 = a(5224,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.7697)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.291)
	variant   658/15338 = a(5224,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.3908)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.448)
	variant   659/15338 = a(5224,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.5892)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.036)
	variant   660/15338 = a(5224,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.4234)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.999)
	variant   661/15338 = a(5224,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.7248)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.058)
	variant   662/15338 = a(5224,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.9297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.214)
	variant   663/15338 = a(5224,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.6328)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.167)
	variant   664/15338 = a(5224,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.5445)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.331)
	variant   665/15338 = a(5224,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.7572)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.026)
	variant   666/15338 = a(5224,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.5879)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.565)
	variant   667/15338 = a(5223,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.6312)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.21)
	variant   668/15338 = a(5223,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.4589)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.928)
	variant   669/15338 = a(5223,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.6775)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.826)
	variant   670/15338 = a(5223,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.3362)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.854)
	variant   671/15338 = a(5223,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.4116)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.281)
	variant   672/15338 = a(5223,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.3255)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.12)
	variant   673/15338 = a(5223,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.2689)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.119)
	variant   674/15338 = a(5223,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.4779)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.679)
	variant   675/15338 = a(5223,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.4997)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.599)
	variant   676/15338 = a(5223,5246)    (7608 tests, cond 0)
		n1 false (test_time = 17.3326)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.867)
	variant   677/15338 = a(5223,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.3672)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.643)
	variant   678/15338 = a(5223,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.3881)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.108)
	variant   679/15338 = a(5223,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.7073)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.137)
	variant   680/15338 = a(5223,5238)    (7608 tests, cond 0)
		n1 false (test_time = 18.0119)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.19)
	variant   681/15338 = a(5223,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.2926)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.954)
	variant   682/15338 = a(5223,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.7062)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.359)
	variant   683/15338 = a(5223,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.3421)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.746)
	variant   684/15338 = a(5223,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.4183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.958)
	variant   685/15338 = a(5223,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.7318)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.481)
	variant   686/15338 = a(5223,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.4113)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.344)
	variant   687/15338 = a(5223,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.518)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.219)
	variant   688/15338 = a(5223,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.2404)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.451)
	variant   689/15338 = a(5223,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.259)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.55)
	variant   690/15338 = a(5223,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.4642)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.397)
	variant   691/15338 = a(5223,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.2363)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.601)
	variant   692/15338 = a(5223,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.5835)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.37)
	variant   693/15338 = a(5223,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.3057)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.96)
	variant   694/15338 = a(5223,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.3206)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 149.041)
	variant   695/15338 = a(5223,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.4741)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.793)
	variant   696/15338 = a(5223,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.314)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.166)
	variant   697/15338 = a(5223,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.3102)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.359)
	variant   698/15338 = a(5223,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.3794)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.95)
	variant   699/15338 = a(5223,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.3804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.539)
	variant   700/15338 = a(5223,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.305)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.82)
	variant   701/15338 = a(5223,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.2289)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.562)
	variant   702/15338 = a(5223,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.673)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.557)
	variant   703/15338 = a(5223,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.3693)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.65)
	variant   704/15338 = a(5223,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.3605)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.792)
	variant   705/15338 = a(5223,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.6411)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.143)
	variant   706/15338 = a(5223,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.2669)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.941)
	variant   707/15338 = a(5223,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.8526)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.633)
	variant   708/15338 = a(5223,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.3458)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.918)
	variant   709/15338 = a(5223,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.3535)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.035)
	variant   710/15338 = a(5223,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.3444)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.917)
	variant   711/15338 = a(5223,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.5258)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.03)
	variant   712/15338 = a(5223,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.5831)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.371)
	variant   713/15338 = a(5223,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.6031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.536)
	variant   714/15338 = a(5223,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.4871)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.994)
	variant   715/15338 = a(5222,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.3965)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.112)
	variant   716/15338 = a(5222,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.282)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.681)
	variant   717/15338 = a(5222,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.4684)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.915)
	variant   718/15338 = a(5222,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.3408)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.956)
	variant   719/15338 = a(5222,5257)    (7608 tests, cond 0)
		n1 false (test_time = 18.1678)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.063)
	variant   720/15338 = a(5222,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.3848)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.627)
	variant   721/15338 = a(5222,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.5746)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 147.214)
	variant   722/15338 = a(5222,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.7786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.924)
	variant   723/15338 = a(5222,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.4075)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.958)
	variant   724/15338 = a(5222,5246)    (7608 tests, cond 0)
		n1 false (test_time = 17.1276)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.225)
	variant   725/15338 = a(5222,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.3575)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.998)
	variant   726/15338 = a(5222,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.4503)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.561)
	variant   727/15338 = a(5222,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.3643)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.903)
	variant   728/15338 = a(5222,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.3074)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.349)
	variant   729/15338 = a(5222,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.5688)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.015)
	variant   730/15338 = a(5222,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.3479)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.841)
	variant   731/15338 = a(5222,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.2804)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.372)
	variant   732/15338 = a(5222,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.5857)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.293)
	variant   733/15338 = a(5222,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.3934)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.141)
	variant   734/15338 = a(5222,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.361)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.864)
	variant   735/15338 = a(5222,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.5027)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.164)
	variant   736/15338 = a(5222,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.7667)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.494)
	variant   737/15338 = a(5222,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.4394)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.523)
	variant   738/15338 = a(5222,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.5412)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.116)
	variant   739/15338 = a(5222,4823)    (7608 tests, cond 0)
		n1 false (test_time = 18.2133)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.628)
	variant   740/15338 = a(5222,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.7181)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.391)
	variant   741/15338 = a(5222,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.5166)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.04)
	variant   742/15338 = a(5222,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.491)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.165)
	variant   743/15338 = a(5222,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.3251)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.254)
	variant   744/15338 = a(5222,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.3921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.749)
	variant   745/15338 = a(5222,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.5438)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.042)
	variant   746/15338 = a(5222,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.3234)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.643)
	variant   747/15338 = a(5222,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.41)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.593)
	variant   748/15338 = a(5222,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.3418)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.874)
	variant   749/15338 = a(5222,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.5099)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.844)
	variant   750/15338 = a(5222,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.3405)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.751)
	variant   751/15338 = a(5222,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.801)
	variant   752/15338 = a(5222,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.5029)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.563)
	variant   753/15338 = a(5222,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.4439)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.322)
	variant   754/15338 = a(5222,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.2733)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.19)
	variant   755/15338 = a(5222,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.1882)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.577)
	variant   756/15338 = a(5222,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.5959)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.953)
	variant   757/15338 = a(5222,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.3019)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.748)
	variant   758/15338 = a(5222,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.4284)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.539)
	variant   759/15338 = a(5222,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.2977)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.63)
	variant   760/15338 = a(5222,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.3459)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.387)
	variant   761/15338 = a(5222,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.2982)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.056)
	variant   762/15338 = a(5222,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.6168)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.589)
	variant   763/15338 = a(5221,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.8369)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.857)
	variant   764/15338 = a(5221,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.3932)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.804)
	variant   765/15338 = a(5221,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.351)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.395)
	variant   766/15338 = a(5221,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.157)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.771)
	variant   767/15338 = a(5221,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.3545)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.378)
	variant   768/15338 = a(5221,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.3367)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.198)
	variant   769/15338 = a(5221,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.2538)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.238)
	variant   770/15338 = a(5221,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.5305)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.218)
	variant   771/15338 = a(5221,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.2589)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.761)
	variant   772/15338 = a(5221,5246)    (7608 tests, cond 0)
		n1 false (test_time = 17.84)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.233)
	variant   773/15338 = a(5221,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.2823)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.454)
	variant   774/15338 = a(5221,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.3696)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.761)
	variant   775/15338 = a(5221,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.4184)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.93)
	variant   776/15338 = a(5221,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.4837)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.527)
	variant   777/15338 = a(5221,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.3163)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.402)
	variant   778/15338 = a(5221,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.3401)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.877)
	variant   779/15338 = a(5221,5234)    (7608 tests, cond 0)
		n1 false (test_time = 18.1587)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.372)
	variant   780/15338 = a(5221,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.3982)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.428)
	variant   781/15338 = a(5221,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.3592)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.415)
	variant   782/15338 = a(5221,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.3232)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.299)
	variant   783/15338 = a(5221,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.408)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.72)
	variant   784/15338 = a(5221,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.4209)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.629)
	variant   785/15338 = a(5221,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.4283)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.415)
	variant   786/15338 = a(5221,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.4461)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.68)
	variant   787/15338 = a(5221,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.6708)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.083)
	variant   788/15338 = a(5221,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.3305)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.519)
	variant   789/15338 = a(5221,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.6208)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.295)
	variant   790/15338 = a(5221,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.2497)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.929)
	variant   791/15338 = a(5221,4534)    (7608 tests, cond 0)
		n1 false (test_time = 22.0335)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.679)
	variant   792/15338 = a(5221,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.4175)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.922)
	variant   793/15338 = a(5221,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.992)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.135)
	variant   794/15338 = a(5221,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.719)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.326)
	variant   795/15338 = a(5221,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.4929)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.674)
	variant   796/15338 = a(5221,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.6765)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.876)
	variant   797/15338 = a(5221,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.6131)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.326)
	variant   798/15338 = a(5221,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.4498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.702)
	variant   799/15338 = a(5221,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.7338)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.803)
	variant   800/15338 = a(5221,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.2592)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 144.332)
	variant   801/15338 = a(5221,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.9302)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.643)
	variant   802/15338 = a(5221,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.3816)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.43)
	variant   803/15338 = a(5221,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.439)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.067)
	variant   804/15338 = a(5221,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.5671)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.544)
	variant   805/15338 = a(5221,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.4349)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.334)
	variant   806/15338 = a(5221,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.5498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.355)
	variant   807/15338 = a(5221,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.4968)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.518)
	variant   808/15338 = a(5221,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.5912)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.073)
	variant   809/15338 = a(5221,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.6726)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.074)
	variant   810/15338 = a(5221,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.2979)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.671)
	variant   811/15338 = a(5220,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.5462)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.597)
	variant   812/15338 = a(5220,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.3322)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.128)
	variant   813/15338 = a(5220,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.4048)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.824)
	variant   814/15338 = a(5220,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.9494)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.787)
	variant   815/15338 = a(5220,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.4546)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.421)
	variant   816/15338 = a(5220,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.938)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.602)
	variant   817/15338 = a(5220,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.4092)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.643)
	variant   818/15338 = a(5220,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.4335)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.21)
	variant   819/15338 = a(5220,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.2464)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.737)
	variant   820/15338 = a(5220,5246)    (7608 tests, cond 0)
		n1 false (test_time = 19.6292)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.727)
	variant   821/15338 = a(5220,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.2756)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.65)
	variant   822/15338 = a(5220,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.4565)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.957)
	variant   823/15338 = a(5220,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.5889)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.962)
	variant   824/15338 = a(5220,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.4544)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.985)
	variant   825/15338 = a(5220,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.9528)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.474)
	variant   826/15338 = a(5220,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.3105)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.53)
	variant   827/15338 = a(5220,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.6124)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.822)
	variant   828/15338 = a(5220,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.3951)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.712)
	variant   829/15338 = a(5220,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.448)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.58)
	variant   830/15338 = a(5220,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.6745)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.427)
	variant   831/15338 = a(5220,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.7456)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.458)
	variant   832/15338 = a(5220,5220)    (7608 tests, cond 0)
		n1 false (test_time = 18.1032)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.18)
	variant   833/15338 = a(5220,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.3791)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.836)
	variant   834/15338 = a(5220,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.2636)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.932)
	variant   835/15338 = a(5220,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.4939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.379)
	variant   836/15338 = a(5220,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.3872)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.087)
	variant   837/15338 = a(5220,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.7059)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.308)
	variant   838/15338 = a(5220,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.5879)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.229)
	variant   839/15338 = a(5220,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.9069)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.979)
	variant   840/15338 = a(5220,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.6434)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.296)
	variant   841/15338 = a(5220,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.2793)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.835)
	variant   842/15338 = a(5220,3607)    (7608 tests, cond 0)
		n1 false (test_time = 18.2441)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.478)
	variant   843/15338 = a(5220,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.7841)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.976)
	variant   844/15338 = a(5220,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.9298)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.145)
	variant   845/15338 = a(5220,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.4336)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.915)
	variant   846/15338 = a(5220,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.7898)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.037)
	variant   847/15338 = a(5220,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.4097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.044)
	variant   848/15338 = a(5220,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.4942)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.831)
	variant   849/15338 = a(5220,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.5289)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.072)
	variant   850/15338 = a(5220,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.4573)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.318)
	variant   851/15338 = a(5220,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.5355)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.337)
	variant   852/15338 = a(5220,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.4342)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.158)
	variant   853/15338 = a(5220,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.7932)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.439)
	variant   854/15338 = a(5220,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.6041)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.38)
	variant   855/15338 = a(5220,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.6135)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.29)
	variant   856/15338 = a(5220,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.7864)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.563)
	variant   857/15338 = a(5220,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.424)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.33)
	variant   858/15338 = a(5220,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.5585)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.68)
	variant   859/15338 = a(5219,5321)    (7608 tests, cond 0)
		n1 false (test_time = 18.4024)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.433)
	variant   860/15338 = a(5219,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.3411)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.695)
	variant   861/15338 = a(5219,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.4075)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.748)
	variant   862/15338 = a(5219,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.3684)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.978)
	variant   863/15338 = a(5219,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.4149)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.06)
	variant   864/15338 = a(5219,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.4706)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.306)
	variant   865/15338 = a(5219,5253)    (7608 tests, cond 0)
		n1 false (test_time = 18.1398)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.808)
	variant   866/15338 = a(5219,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.5536)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.627)
	variant   867/15338 = a(5219,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.573)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.976)
	variant   868/15338 = a(5219,5246)    (7608 tests, cond 0)
		n1 false (test_time = 17.6675)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.142)
	variant   869/15338 = a(5219,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.6492)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.121)
	variant   870/15338 = a(5219,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.4647)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.26)
	variant   871/15338 = a(5219,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.6768)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.061)
	variant   872/15338 = a(5219,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.7234)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.323)
	variant   873/15338 = a(5219,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.6294)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.11)
	variant   874/15338 = a(5219,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.8736)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.145)
	variant   875/15338 = a(5219,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.3752)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.369)
	variant   876/15338 = a(5219,5233)    (7608 tests, cond 0)
		n1 false (test_time = 18.058)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.833)
	variant   877/15338 = a(5219,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.501)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.417)
	variant   878/15338 = a(5219,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.9309)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.026)
	variant   879/15338 = a(5219,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.7497)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.563)
	variant   880/15338 = a(5219,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.5767)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.194)
	variant   881/15338 = a(5219,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.7601)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.944)
	variant   882/15338 = a(5219,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.823)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.693)
	variant   883/15338 = a(5219,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.6345)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.921)
	variant   884/15338 = a(5219,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.5926)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.564)
	variant   885/15338 = a(5219,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.4704)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.698)
	variant   886/15338 = a(5219,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.7821)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.881)
	variant   887/15338 = a(5219,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.5421)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.67)
	variant   888/15338 = a(5219,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.6251)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.97)
	variant   889/15338 = a(5219,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.8662)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.575)
	variant   890/15338 = a(5219,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.6841)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.02)
	variant   891/15338 = a(5219,3097)    (7608 tests, cond 0)
		n1 false (test_time = 18.2118)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.059)
	variant   892/15338 = a(5219,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.5815)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.088)
	variant   893/15338 = a(5219,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.7909)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.896)
	variant   894/15338 = a(5219,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.716)
	variant   895/15338 = a(5219,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.6557)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.771)
	variant   896/15338 = a(5219,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.9838)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.977)
	variant   897/15338 = a(5219,2568)    (7608 tests, cond 0)
		n1 false (test_time = 18.171)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.928)
	variant   898/15338 = a(5219,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.4885)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.574)
	variant   899/15338 = a(5219,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.6105)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.676)
	variant   900/15338 = a(5219,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.6507)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.594)
	variant   901/15338 = a(5219,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.5754)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.907)
	variant   902/15338 = a(5219,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.727)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.622)
	variant   903/15338 = a(5219,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.4056)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.975)
	variant   904/15338 = a(5219,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.5458)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.58)
	variant   905/15338 = a(5219,1606)    (7608 tests, cond 0)
		n1 false (test_time = 18.31)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.069)
	variant   906/15338 = a(5219,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.7464)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.308)
	variant   907/15338 = a(5218,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.7249)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.831)
	variant   908/15338 = a(5218,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.3119)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.46)
	variant   909/15338 = a(5218,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.5246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.358)
	variant   910/15338 = a(5218,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.3754)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.037)
	variant   911/15338 = a(5218,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.6748)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.167)
	variant   912/15338 = a(5218,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.5175)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.53)
	variant   913/15338 = a(5218,5253)    (7608 tests, cond 0)
		n1 false (test_time = 18.4611)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.206)
	variant   914/15338 = a(5218,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.4123)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.868)
	variant   915/15338 = a(5218,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.2696)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.461)
	variant   916/15338 = a(5218,5246)    (7608 tests, cond 0)
		n1 false (test_time = 17.5134)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.366)
	variant   917/15338 = a(5218,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.5945)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.518)
	variant   918/15338 = a(5218,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.5763)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.35)
	variant   919/15338 = a(5218,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.4482)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.399)
	variant   920/15338 = a(5218,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.3607)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.741)
	variant   921/15338 = a(5218,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.6611)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.038)
	variant   922/15338 = a(5218,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.487)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.196)
	variant   923/15338 = a(5218,5234)    (7608 tests, cond 0)
		n1 false (test_time = 19.177)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.449)
	variant   924/15338 = a(5218,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.5462)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.82)
	variant   925/15338 = a(5218,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.6211)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.834)
	variant   926/15338 = a(5218,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.5775)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.291)
	variant   927/15338 = a(5218,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.6279)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.994)
	variant   928/15338 = a(5218,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.5449)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.937)
	variant   929/15338 = a(5218,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.8458)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.144)
	variant   930/15338 = a(5218,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.6753)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.854)
	variant   931/15338 = a(5218,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.4555)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.688)
	variant   932/15338 = a(5218,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.6581)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.33)
	variant   933/15338 = a(5218,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.9764)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.392)
	variant   934/15338 = a(5218,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.5275)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.367)
	variant   935/15338 = a(5218,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.2379)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.007)
	variant   936/15338 = a(5218,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.2262)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.776)
	variant   937/15338 = a(5218,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.6698)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.037)
	variant   938/15338 = a(5218,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.5299)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.585)
	variant   939/15338 = a(5218,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.6914)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.08)
	variant   940/15338 = a(5218,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.4348)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.913)
	variant   941/15338 = a(5218,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.4862)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.607)
	variant   942/15338 = a(5218,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.4379)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.037)
	variant   943/15338 = a(5218,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.3868)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.796)
	variant   944/15338 = a(5218,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.2948)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.85)
	variant   945/15338 = a(5218,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.5299)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.529)
	variant   946/15338 = a(5218,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.5512)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.908)
	variant   947/15338 = a(5218,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.4799)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.591)
	variant   948/15338 = a(5218,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.4139)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.079)
	variant   949/15338 = a(5218,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.5364)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.967)
	variant   950/15338 = a(5218,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.831)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.706)
	variant   951/15338 = a(5218,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.3984)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.843)
	variant   952/15338 = a(5218,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.5763)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.843)
	variant   953/15338 = a(5218,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.5413)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.903)
	variant   954/15338 = a(5218,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.4219)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.402)
	variant   955/15338 = a(5217,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.2749)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.317)
	variant   956/15338 = a(5217,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.6079)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.556)
	variant   957/15338 = a(5217,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.2812)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.017)
	variant   958/15338 = a(5217,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.5182)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.267)
	variant   959/15338 = a(5217,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.8084)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.894)
	variant   960/15338 = a(5217,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.4878)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.02)
	variant   961/15338 = a(5217,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.9705)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.319)
	variant   962/15338 = a(5217,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.5499)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.689)
	variant   963/15338 = a(5217,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.486)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.091)
	variant   964/15338 = a(5217,5246)    (7608 tests, cond 0)
		n1 false (test_time = 17.331)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.591)
	variant   965/15338 = a(5217,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.8619)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.273)
	variant   966/15338 = a(5217,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.3561)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.475)
	variant   967/15338 = a(5217,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.5935)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.988)
	variant   968/15338 = a(5217,5238)    (7608 tests, cond 0)
		n1 false (test_time = 17.3025)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.142)
	variant   969/15338 = a(5217,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.4398)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.367)
	variant   970/15338 = a(5217,5236)    (7608 tests, cond 0)
		n1 false (test_time = 18.4573)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.377)
	variant   971/15338 = a(5217,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.397)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.686)
	variant   972/15338 = a(5217,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.5322)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.025)
	variant   973/15338 = a(5217,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.5607)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.05)
	variant   974/15338 = a(5217,5228)    (7608 tests, cond 0)
		n1 false (test_time = 18.0845)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.461)
	variant   975/15338 = a(5217,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.3723)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.037)
	variant   976/15338 = a(5217,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.8238)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.896)
	variant   977/15338 = a(5217,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.4612)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.642)
	variant   978/15338 = a(5217,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.4494)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.533)
	variant   979/15338 = a(5217,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.4377)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.768)
	variant   980/15338 = a(5217,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.5316)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.407)
	variant   981/15338 = a(5217,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.5755)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.668)
	variant   982/15338 = a(5217,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.5309)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.699)
	variant   983/15338 = a(5217,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.6483)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.897)
	variant   984/15338 = a(5217,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.7725)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.041)
	variant   985/15338 = a(5217,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.7924)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.393)
	variant   986/15338 = a(5217,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.3815)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.994)
	variant   987/15338 = a(5217,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.47)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.142)
	variant   988/15338 = a(5217,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.537)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.258)
	variant   989/15338 = a(5217,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.396)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.624)
	variant   990/15338 = a(5217,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.5218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.876)
	variant   991/15338 = a(5217,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.4232)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.147)
	variant   992/15338 = a(5217,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.856)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.599)
	variant   993/15338 = a(5217,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.246)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.106)
	variant   994/15338 = a(5217,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.748)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.706)
	variant   995/15338 = a(5217,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.5456)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.064)
	variant   996/15338 = a(5217,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.5951)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.904)
	variant   997/15338 = a(5217,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.5438)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.162)
	variant   998/15338 = a(5217,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.389)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.04)
	variant   999/15338 = a(5217,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.9056)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.37)
	variant  1000/15338 = a(5217,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.5602)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.66)
	variant  1001/15338 = a(5217,1606)    (7608 tests, cond 0)
		n1 false (test_time = 18.1559)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.319)
	variant  1002/15338 = a(5217,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.4208)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.7)
	variant  1003/15338 = a(5216,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.4604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.603)
	variant  1004/15338 = a(5216,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.4716)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.857)
	variant  1005/15338 = a(5216,5262)    (7608 tests, cond 0)
		n1 false (test_time = 17.3948)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.306)
	variant  1006/15338 = a(5216,5260)    (7608 tests, cond 0)
		n1 false (test_time = 17.5182)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.927)
	variant  1007/15338 = a(5216,5257)    (7608 tests, cond 0)
		n1 false (test_time = 17.7425)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.994)
	variant  1008/15338 = a(5216,5256)    (7608 tests, cond 0)
		n1 false (test_time = 17.4923)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.084)
	variant  1009/15338 = a(5216,5253)    (7608 tests, cond 0)
		n1 false (test_time = 17.7612)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.895)
	variant  1010/15338 = a(5216,5252)    (7608 tests, cond 0)
		n1 false (test_time = 17.4044)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.82)
	variant  1011/15338 = a(5216,5248)    (7608 tests, cond 0)
		n1 false (test_time = 17.3374)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.114)
	variant  1012/15338 = a(5216,5246)    (7608 tests, cond 0)
		n1 false (test_time = 18.2002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.374)
	variant  1013/15338 = a(5216,5245)    (7608 tests, cond 0)
		n1 false (test_time = 17.5454)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.969)
	variant  1014/15338 = a(5216,5243)    (7608 tests, cond 0)
		n1 false (test_time = 17.638)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.106)
	variant  1015/15338 = a(5216,5242)    (7608 tests, cond 0)
		n1 false (test_time = 17.4604)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.186)
	variant  1016/15338 = a(5216,5238)    (7608 tests, cond 0)
		n1 false (test_time = 18.1871)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.472)
	variant  1017/15338 = a(5216,5237)    (7608 tests, cond 0)
		n1 false (test_time = 17.697)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.173)
	variant  1018/15338 = a(5216,5236)    (7608 tests, cond 0)
		n1 false (test_time = 17.3578)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.1)
	variant  1019/15338 = a(5216,5234)    (7608 tests, cond 0)
		n1 false (test_time = 17.8097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.342)
	variant  1020/15338 = a(5216,5233)    (7608 tests, cond 0)
		n1 false (test_time = 17.3343)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.335)
	variant  1021/15338 = a(5216,5229)    (7608 tests, cond 0)
		n1 false (test_time = 17.8097)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.88)
	variant  1022/15338 = a(5216,5228)    (7608 tests, cond 0)
		n1 false (test_time = 17.4547)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.523)
	variant  1023/15338 = a(5216,5227)    (7608 tests, cond 0)
		n1 false (test_time = 17.7068)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.52)
	variant  1024/15338 = a(5216,5220)    (7608 tests, cond 0)
		n1 false (test_time = 17.3449)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.956)
	variant  1025/15338 = a(5216,5218)    (7608 tests, cond 0)
		n1 false (test_time = 17.8627)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.759)
	variant  1026/15338 = a(5216,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.199)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.569)
	variant  1027/15338 = a(5216,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.5232)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.026)
	variant  1028/15338 = a(5216,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.4911)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.638)
	variant  1029/15338 = a(5216,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.5334)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.27)
	variant  1030/15338 = a(5216,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.5385)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.074)
	variant  1031/15338 = a(5216,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.8304)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.751)
	variant  1032/15338 = a(5216,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.3685)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.406)
	variant  1033/15338 = a(5216,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.7751)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.608)
	variant  1034/15338 = a(5216,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.4077)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.535)
	variant  1035/15338 = a(5216,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.8924)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.837)
	variant  1036/15338 = a(5216,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.8955)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.427)
	variant  1037/15338 = a(5216,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.8143)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.391)
	variant  1038/15338 = a(5216,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.4003)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.015)
	variant  1039/15338 = a(5216,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.3762)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.007)
	variant  1040/15338 = a(5216,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.7005)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.711)
	variant  1041/15338 = a(5216,2568)    (7608 tests, cond 0)
		n1 false (test_time = 18.0297)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.327)
	variant  1042/15338 = a(5216,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.6667)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 140.574)
	variant  1043/15338 = a(5216,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.4289)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.906)
	variant  1044/15338 = a(5216,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.4088)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.844)
	variant  1045/15338 = a(5216,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.462)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.77)
	variant  1046/15338 = a(5216,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.4686)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.849)
	variant  1047/15338 = a(5216,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.4562)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.156)
	variant  1048/15338 = a(5216,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.3624)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.136)
	variant  1049/15338 = a(5216,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.999)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.547)
	variant  1050/15338 = a(5216,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.5854)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.476)
	variant  1051/15338 = a(3809,5321)    (7608 tests, cond 0)
		n1 false (test_time = 18.0002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.923)
	variant  1052/15338 = a(3809,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.4118)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.915)
	variant  1053/15338 = a(3809,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.4402)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.968)
	variant  1054/15338 = a(3809,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.628)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.329)
	variant  1055/15338 = a(3809,4809)    (7608 tests, cond 0)
		n1 false (test_time = 18.0665)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.161)
	variant  1056/15338 = a(3809,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.7479)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.522)
	variant  1057/15338 = a(3809,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.4071)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.692)
	variant  1058/15338 = a(3809,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.3965)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.207)
	variant  1059/15338 = a(3809,3821)    (7608 tests, cond 0)
		n1 false (test_time = 17.6304)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.762)
	variant  1060/15338 = a(3809,3820)    (7608 tests, cond 0)
		n1 false (test_time = 17.7176)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.507)
	variant  1061/15338 = a(3809,3817)    (7608 tests, cond 0)
		n1 false (test_time = 17.3503)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.861)
	variant  1062/15338 = a(3809,3816)    (7608 tests, cond 0)
		n1 false (test_time = 17.4968)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 145.029)
	variant  1063/15338 = a(3809,3815)    (7608 tests, cond 0)
		n1 false (test_time = 17.5086)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.686)
	variant  1064/15338 = a(3809,3812)    (7608 tests, cond 0)
		n1 false (test_time = 18.1109)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.172)
	variant  1065/15338 = a(3809,3810)    (7608 tests, cond 0)
		n1 false (test_time = 17.3056)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.356)
	variant  1066/15338 = a(3809,3809)    (7608 tests, cond 0)
		n1 false (test_time = 17.3543)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.601)
	variant  1067/15338 = a(3809,3808)    (7608 tests, cond 0)
		n1 false (test_time = 17.3153)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.135)
	variant  1068/15338 = a(3809,3807)    (7608 tests, cond 0)
		n1 false (test_time = 17.262)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.199)
	variant  1069/15338 = a(3809,3806)    (7608 tests, cond 0)
		n1 false (test_time = 17.3532)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.861)
	variant  1070/15338 = a(3809,3803)    (7608 tests, cond 0)
		n1 false (test_time = 17.248)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.381)
	variant  1071/15338 = a(3809,3801)    (7608 tests, cond 0)
		n1 false (test_time = 17.3784)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.538)
	variant  1072/15338 = a(3809,3798)    (7608 tests, cond 0)
		n1 false (test_time = 17.6341)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.289)
	variant  1073/15338 = a(3809,3797)    (7608 tests, cond 0)
		n1 false (test_time = 17.4218)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.127)
	variant  1074/15338 = a(3809,3795)    (7608 tests, cond 0)
		n1 false (test_time = 17.3296)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.343)
	variant  1075/15338 = a(3809,3794)    (7608 tests, cond 0)
		n1 false (test_time = 17.3036)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.449)
	variant  1076/15338 = a(3809,3793)    (7608 tests, cond 0)
		n1 false (test_time = 17.2359)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.071)
	variant  1077/15338 = a(3809,3782)    (7608 tests, cond 0)
		n1 false (test_time = 17.2921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.657)
	variant  1078/15338 = a(3809,3781)    (7608 tests, cond 0)
		n1 false (test_time = 17.2986)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.91)
	variant  1079/15338 = a(3809,3770)    (7608 tests, cond 0)
		n1 false (test_time = 17.3238)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.652)
	variant  1080/15338 = a(3809,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.7513)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.211)
	variant  1081/15338 = a(3809,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.0774)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.528)
	variant  1082/15338 = a(3809,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.4181)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.597)
	variant  1083/15338 = a(3809,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.5481)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.293)
	variant  1084/15338 = a(3809,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.5199)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.062)
	variant  1085/15338 = a(3809,2814)    (7608 tests, cond 0)
		n1 false (test_time = 17.8754)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.513)
	variant  1086/15338 = a(3809,2794)    (7608 tests, cond 0)
		n1 false (test_time = 17.5999)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.418)
	variant  1087/15338 = a(3809,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.745)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.331)
	variant  1088/15338 = a(3809,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.4447)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.172)
	variant  1089/15338 = a(3809,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.2036)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.46)
	variant  1090/15338 = a(3809,2552)    (7608 tests, cond 0)
		n1 false (test_time = 21.8645)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.256)
	variant  1091/15338 = a(3809,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.4718)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.151)
	variant  1092/15338 = a(3809,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.5683)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.76)
	variant  1093/15338 = a(3809,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.6498)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.483)
	variant  1094/15338 = a(3809,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.5988)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.195)
	variant  1095/15338 = a(3809,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.4478)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.672)
	variant  1096/15338 = a(3809,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.7614)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.155)
	variant  1097/15338 = a(3809,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.6137)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.129)
	variant  1098/15338 = a(3809,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.2438)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.154)
	variant  1099/15338 = a(3808,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.7746)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.03)
	variant  1100/15338 = a(3808,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.9518)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.468)
	variant  1101/15338 = a(3808,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.6947)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.743)
	variant  1102/15338 = a(3808,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.5495)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.953)
	variant  1103/15338 = a(3808,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.4313)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.899)
	variant  1104/15338 = a(3808,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.323)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.103)
	variant  1105/15338 = a(3808,4687)    (7608 tests, cond 0)
		n1 false (test_time = 18.031)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.473)
	variant  1106/15338 = a(3808,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.1905)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.038)
	variant  1107/15338 = a(3808,3821)    (7608 tests, cond 0)
		n1 false (test_time = 17.4834)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.946)
	variant  1108/15338 = a(3808,3820)    (7608 tests, cond 0)
		n1 false (test_time = 17.2562)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.073)
	variant  1109/15338 = a(3808,3817)    (7608 tests, cond 0)
		n1 false (test_time = 17.476)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.435)
	variant  1110/15338 = a(3808,3812)    (7608 tests, cond 0)
		n1 false (test_time = 17.5121)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.41)
	variant  1111/15338 = a(3808,3810)    (7608 tests, cond 0)
		n1 false (test_time = 17.6477)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 141.822)
	variant  1112/15338 = a(3808,3808)    (7608 tests, cond 0)
		n1 false (test_time = 17.6201)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.462)
	variant  1113/15338 = a(3808,3807)    (7608 tests, cond 0)
		n1 false (test_time = 17.5873)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.958)
	variant  1114/15338 = a(3808,3806)    (7608 tests, cond 0)
		n1 false (test_time = 17.7179)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.209)
	variant  1115/15338 = a(3808,3803)    (7608 tests, cond 0)
		n1 false (test_time = 18.1289)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.347)
	variant  1116/15338 = a(3808,3801)    (7608 tests, cond 0)
		n1 false (test_time = 17.7037)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.101)
	variant  1117/15338 = a(3808,3798)    (7608 tests, cond 0)
		n1 false (test_time = 17.4802)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.348)
	variant  1118/15338 = a(3808,3797)    (7608 tests, cond 0)
		n1 false (test_time = 17.599)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.086)
	variant  1119/15338 = a(3808,3795)    (7608 tests, cond 0)
		n1 false (test_time = 17.3729)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 143.89)
	variant  1120/15338 = a(3808,3793)    (7608 tests, cond 0)
		n1 false (test_time = 17.4489)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.334)
	variant  1121/15338 = a(3808,3770)    (7608 tests, cond 0)
		n1 false (test_time = 17.3464)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.78)
	variant  1122/15338 = a(3808,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.4026)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.505)
	variant  1123/15338 = a(3808,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.2713)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.431)
	variant  1124/15338 = a(3808,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.3703)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.724)
	variant  1125/15338 = a(3808,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.4607)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.463)
	variant  1126/15338 = a(3808,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.4764)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.564)
	variant  1127/15338 = a(3808,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.6145)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.412)
	variant  1128/15338 = a(3808,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.3786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.955)
	variant  1129/15338 = a(3808,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.5314)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.931)
	variant  1130/15338 = a(3808,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.6877)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.263)
	variant  1131/15338 = a(3808,2532)    (7608 tests, cond 0)
		n1 false (test_time = 18.131)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.686)
	variant  1132/15338 = a(3808,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.3126)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.153)
	variant  1133/15338 = a(3808,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.6524)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.315)
	variant  1134/15338 = a(3808,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.3874)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.079)
	variant  1135/15338 = a(3808,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.5789)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.496)
	variant  1136/15338 = a(3808,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.2529)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.528)
	variant  1137/15338 = a(3808,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.8429)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.834)
	variant  1138/15338 = a(3808,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.2516)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.777)
	variant  1139/15338 = a(3807,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.5174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.431)
	variant  1140/15338 = a(3807,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.2115)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.428)
	variant  1141/15338 = a(3807,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.368)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.934)
	variant  1142/15338 = a(3807,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.3163)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.993)
	variant  1143/15338 = a(3807,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.2659)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.028)
	variant  1144/15338 = a(3807,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.5725)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.779)
	variant  1145/15338 = a(3807,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.4921)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.926)
	variant  1146/15338 = a(3807,4534)    (7608 tests, cond 0)
		n1 false (test_time = 18.0392)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.172)
	variant  1147/15338 = a(3807,3821)    (7608 tests, cond 0)
		n1 false (test_time = 17.4743)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.948)
	variant  1148/15338 = a(3807,3820)    (7608 tests, cond 0)
		n1 false (test_time = 17.368)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.145)
	variant  1149/15338 = a(3807,3817)    (7608 tests, cond 0)
		n1 false (test_time = 17.402)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.726)
	variant  1150/15338 = a(3807,3816)    (7608 tests, cond 0)
		n1 false (test_time = 17.7662)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.518)
	variant  1151/15338 = a(3807,3815)    (7608 tests, cond 0)
		n1 false (test_time = 17.2388)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 142.098)
	variant  1152/15338 = a(3807,3812)    (7608 tests, cond 0)
		n1 false (test_time = 17.3433)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.695)
	variant  1153/15338 = a(3807,3810)    (7608 tests, cond 0)
		n1 false (test_time = 17.355)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.774)
	variant  1154/15338 = a(3807,3809)    (7608 tests, cond 0)
		n1 false (test_time = 17.2717)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.332)
	variant  1155/15338 = a(3807,3808)    (7608 tests, cond 0)
		n1 false (test_time = 17.2671)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.317)
	variant  1156/15338 = a(3807,3807)    (7608 tests, cond 0)
		n1 false (test_time = 17.3035)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.715)
	variant  1157/15338 = a(3807,3806)    (7608 tests, cond 0)
		n1 false (test_time = 17.7422)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 137.042)
	variant  1158/15338 = a(3807,3803)    (7608 tests, cond 0)
		n1 false (test_time = 17.5027)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.771)
	variant  1159/15338 = a(3807,3801)    (7608 tests, cond 0)
		n1 false (test_time = 17.3794)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 139.359)
	variant  1160/15338 = a(3807,3798)    (7608 tests, cond 0)
		n1 false (test_time = 17.2649)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.773)
	variant  1161/15338 = a(3807,3797)    (7608 tests, cond 0)
		n1 false (test_time = 18.3477)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.479)
	variant  1162/15338 = a(3807,3795)    (7608 tests, cond 0)
		n1 false (test_time = 17.5765)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.174)
	variant  1163/15338 = a(3807,3794)    (7608 tests, cond 0)
		n1 false (test_time = 17.3856)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.707)
	variant  1164/15338 = a(3807,3793)    (7608 tests, cond 0)
		n1 false (test_time = 17.7135)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.813)
	variant  1165/15338 = a(3807,3782)    (7608 tests, cond 0)
		n1 false (test_time = 17.7378)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.892)
	variant  1166/15338 = a(3807,3781)    (7608 tests, cond 0)
		n1 false (test_time = 17.747)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.422)
	variant  1167/15338 = a(3807,3770)    (7608 tests, cond 0)
		n1 false (test_time = 17.4644)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.625)
	variant  1168/15338 = a(3807,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.6866)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.843)
	variant  1169/15338 = a(3807,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.8178)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.441)
	variant  1170/15338 = a(3807,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.6575)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.576)
	variant  1171/15338 = a(3807,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.7553)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.949)
	variant  1172/15338 = a(3807,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.4875)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.306)
	variant  1173/15338 = a(3807,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.5615)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.888)
	variant  1174/15338 = a(3807,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.3387)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.114)
	variant  1175/15338 = a(3807,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.6451)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.43)
	variant  1176/15338 = a(3807,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.1777)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.306)
	variant  1177/15338 = a(3807,2532)    (7608 tests, cond 0)
		n1 false (test_time = 21.0397)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.167)
	variant  1178/15338 = a(3807,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.2243)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.189)
	variant  1179/15338 = a(3807,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.3799)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.392)
	variant  1180/15338 = a(3807,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.2939)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.597)
	variant  1181/15338 = a(3807,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.806)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.2)
	variant  1182/15338 = a(3807,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.2339)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.283)
	variant  1183/15338 = a(3807,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.5007)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.983)
	variant  1184/15338 = a(3807,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.9811)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.185)
	variant  1185/15338 = a(3806,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.8186)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.274)
	variant  1186/15338 = a(3806,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.6426)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.047)
	variant  1187/15338 = a(3806,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.791)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.931)
	variant  1188/15338 = a(3806,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.3914)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.139)
	variant  1189/15338 = a(3806,4809)    (7608 tests, cond 0)
		n1 false (test_time = 17.7559)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.601)
	variant  1190/15338 = a(3806,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.3671)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.777)
	variant  1191/15338 = a(3806,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.3136)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.011)
	variant  1192/15338 = a(3806,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.3897)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.967)
	variant  1193/15338 = a(3806,3821)    (7608 tests, cond 0)
		n1 false (test_time = 17.4182)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.639)
	variant  1194/15338 = a(3806,3820)    (7608 tests, cond 0)
		n1 false (test_time = 17.8662)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.872)
	variant  1195/15338 = a(3806,3817)    (7608 tests, cond 0)
		n1 false (test_time = 17.2791)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.253)
	variant  1196/15338 = a(3806,3816)    (7608 tests, cond 0)
		n1 false (test_time = 17.5421)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.385)
	variant  1197/15338 = a(3806,3815)    (7608 tests, cond 0)
		n1 false (test_time = 17.3417)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.161)
	variant  1198/15338 = a(3806,3812)    (7608 tests, cond 0)
		n1 false (test_time = 17.7365)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.639)
	variant  1199/15338 = a(3806,3810)    (7608 tests, cond 0)
		n1 false (test_time = 17.5953)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.613)
	variant  1200/15338 = a(3806,3809)    (7608 tests, cond 0)
		n1 false (test_time = 18.0859)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.84)
	variant  1201/15338 = a(3806,3808)    (7608 tests, cond 0)
		n1 false (test_time = 17.2906)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.206)
	variant  1202/15338 = a(3806,3807)    (7608 tests, cond 0)
		n1 false (test_time = 17.6845)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.477)
	variant  1203/15338 = a(3806,3806)    (7608 tests, cond 0)
		n1 false (test_time = 17.6503)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.906)
	variant  1204/15338 = a(3806,3803)    (7608 tests, cond 0)
		n1 false (test_time = 17.6126)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.827)
	variant  1205/15338 = a(3806,3801)    (7608 tests, cond 0)
		n1 false (test_time = 17.4888)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.949)
	variant  1206/15338 = a(3806,3798)    (7608 tests, cond 0)
		n1 false (test_time = 17.4828)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.158)
	variant  1207/15338 = a(3806,3797)    (7608 tests, cond 0)
		n1 false (test_time = 17.3786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.401)
	variant  1208/15338 = a(3806,3795)    (7608 tests, cond 0)
		n1 false (test_time = 17.7307)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.455)
	variant  1209/15338 = a(3806,3794)    (7608 tests, cond 0)
		n1 false (test_time = 17.3894)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.333)
	variant  1210/15338 = a(3806,3793)    (7608 tests, cond 0)
		n1 false (test_time = 17.3964)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.013)
	variant  1211/15338 = a(3806,3782)    (7608 tests, cond 0)
		n1 false (test_time = 17.3666)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.503)
	variant  1212/15338 = a(3806,3781)    (7608 tests, cond 0)
		n1 false (test_time = 17.6183)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.742)
	variant  1213/15338 = a(3806,3770)    (7608 tests, cond 0)
		n1 false (test_time = 17.4347)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.6)
	variant  1214/15338 = a(3806,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.5675)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 136.568)
	variant  1215/15338 = a(3806,3659)    (7608 tests, cond 0)
		n1 false (test_time = 17.4084)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.892)
	variant  1216/15338 = a(3806,3607)    (7608 tests, cond 0)
		n1 false (test_time = 17.3377)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.65)
	variant  1217/15338 = a(3806,3097)    (7608 tests, cond 0)
		n1 false (test_time = 17.5078)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.999)
	variant  1218/15338 = a(3806,2956)    (7608 tests, cond 0)
		n1 false (test_time = 17.8861)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.662)
	variant  1219/15338 = a(3806,2778)    (7608 tests, cond 0)
		n1 false (test_time = 17.3854)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.722)
	variant  1220/15338 = a(3806,2579)    (7608 tests, cond 0)
		n1 false (test_time = 17.71)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.185)
	variant  1221/15338 = a(3806,2568)    (7608 tests, cond 0)
		n1 false (test_time = 17.3649)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.508)
	variant  1222/15338 = a(3806,2552)    (7608 tests, cond 0)
		n1 false (test_time = 17.6897)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.179)
	variant  1223/15338 = a(3806,2532)    (7608 tests, cond 0)
		n1 false (test_time = 17.4506)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.277)
	variant  1224/15338 = a(3806,2262)    (7608 tests, cond 0)
		n1 false (test_time = 17.2473)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.436)
	variant  1225/15338 = a(3806,2258)    (7608 tests, cond 0)
		n1 false (test_time = 17.522)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.999)
	variant  1226/15338 = a(3806,2013)    (7608 tests, cond 0)
		n1 false (test_time = 17.5351)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.904)
	variant  1227/15338 = a(3806,1983)    (7608 tests, cond 0)
		n1 false (test_time = 17.8174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.039)
	variant  1228/15338 = a(3806,1968)    (7608 tests, cond 0)
		n1 false (test_time = 17.3653)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.982)
	variant  1229/15338 = a(3806,1606)    (7608 tests, cond 0)
		n1 false (test_time = 17.3343)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.138)
	variant  1230/15338 = a(3806,1187)    (7608 tests, cond 0)
		n1 false (test_time = 17.332)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 138.739)
	variant  1231/15338 = a(3805,5321)    (7608 tests, cond 0)
		n1 false (test_time = 17.4154)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.081)
	variant  1232/15338 = a(3805,5266)    (7608 tests, cond 0)
		n1 false (test_time = 17.7841)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.361)
	variant  1233/15338 = a(3805,5152)    (7608 tests, cond 0)
		n1 false (test_time = 17.7224)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.808)
	variant  1234/15338 = a(3805,4823)    (7608 tests, cond 0)
		n1 false (test_time = 17.436)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.689)
	variant  1235/15338 = a(3805,4809)    (7608 tests, cond 0)
		n1 false (test_time = 18.0395)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.548)
	variant  1236/15338 = a(3805,4806)    (7608 tests, cond 0)
		n1 false (test_time = 17.6597)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.981)
	variant  1237/15338 = a(3805,4687)    (7608 tests, cond 0)
		n1 false (test_time = 17.7486)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.373)
	variant  1238/15338 = a(3805,4534)    (7608 tests, cond 0)
		n1 false (test_time = 17.4448)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.001)
	variant  1239/15338 = a(3805,3821)    (7608 tests, cond 0)
		n1 false (test_time = 17.436)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 134.078)
	variant  1240/15338 = a(3805,3820)    (7608 tests, cond 0)
		n1 false (test_time = 17.4316)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.429)
	variant  1241/15338 = a(3805,3817)    (7608 tests, cond 0)
		n1 false (test_time = 17.9786)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.242)
	variant  1242/15338 = a(3805,3816)    (7608 tests, cond 0)
		n1 false (test_time = 18.2002)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.662)
	variant  1243/15338 = a(3805,3815)    (7608 tests, cond 0)
		n1 false (test_time = 17.561)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.929)
	variant  1244/15338 = a(3805,3812)    (7608 tests, cond 0)
		n1 false (test_time = 17.9093)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 135.973)
	variant  1245/15338 = a(3805,3810)    (7608 tests, cond 0)
		n1 false (test_time = 18.2087)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.422)
	variant  1246/15338 = a(3805,3809)    (7608 tests, cond 0)
		n1 false (test_time = 18.5081)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.974)
	variant  1247/15338 = a(3805,3808)    (7608 tests, cond 0)
		n1 false (test_time = 17.8619)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.259)
	variant  1248/15338 = a(3805,3807)    (7608 tests, cond 0)
		n1 false (test_time = 17.6934)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 133.438)
	variant  1249/15338 = a(3805,3806)    (7608 tests, cond 0)
		n1 false (test_time = 18.1174)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.211)
	variant  1250/15338 = a(3805,3803)    (7608 tests, cond 0)
		n1 false (test_time = 17.6071)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.647)
	variant  1251/15338 = a(3805,3801)    (7608 tests, cond 0)
		n1 false (test_time = 17.4438)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.586)
	variant  1252/15338 = a(3805,3798)    (7608 tests, cond 0)
		n1 false (test_time = 17.5102)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.087)
	variant  1253/15338 = a(3805,3797)    (7608 tests, cond 0)
		n1 false (test_time = 17.2059)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.147)
	variant  1254/15338 = a(3805,3795)    (7608 tests, cond 0)
		n1 false (test_time = 17.5418)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.354)
	variant  1255/15338 = a(3805,3794)    (7608 tests, cond 0)
		n1 false (test_time = 17.2854)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.633)
	variant  1256/15338 = a(3805,3793)    (7608 tests, cond 0)
		n1 false (test_time = 17.6805)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.741)
	variant  1257/15338 = a(3805,3782)    (7608 tests, cond 0)
		n1 false (test_time = 17.579)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.49)
	variant  1258/15338 = a(3805,3781)    (7608 tests, cond 0)
		n1 false (test_time = 17.6043)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 132.251)
	variant  1259/15338 = a(3805,3770)    (7608 tests, cond 0)
		n1 false (test_time = 17.274)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.689)
	variant  1260/15338 = a(3805,3723)    (7608 tests, cond 0)
		n1 false (test_time = 17.4386)
search: ww_adaptive: finding best
search: ww_adaptive: found best (time_taken = 131.772)
	variant  1261/15338 = a(3805,3659)    (7608 tests, cond 0)
		n1 false (test_time = 18.1956)
search: ww_adaptive: finding best
*** 3600m timeout
php-bug-2011-04-06-18d71a6f59-187eb235fe.tar.gz
Wed Feb 22 04:20:07 EST 2017
shutting down
