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) 1 (j0 skcj) )
)
(instantiations (forall ((x Int)) (= (j0 x) (mod x 2)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (j1 x) (mod x 2)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (h0 x) (div (+ 1 (div x 2)) 2)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (h1 x) (div (+ 2 x) 4)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (w1 x) (u1 (h1 x) 1 (j1 x))))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (w0 x) (u0 (h0 x) 1 (j0 x))))
  ( skcj )
)
