unsat
(instantiations (forall ((x Int)) (= (fast x) (w1 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (small x) (w0 x)))
  ( skcj )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u1 x y z) (u0 x y z)))
  ( (h0 skcj) (i0 skcj) 1 )
)
(instantiations (forall ((x Int)) (= x (h0 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= x (h1 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (i0 x) (div (div (div x 2) 2) 2)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (i1 x) (div x 8)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (w1 x) (u1 (h1 x) (i1 x) 1)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (w0 x) (u0 (h0 x) (i0 x) 1)))
  ( skcj )
)
