unsat
(instantiations (forall ((x Int)) (= (small x) (w0 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (fast x) (w2 x)))
  ( skcj )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u2 x y z) (u0 x y z)))
  ( (h2 skcj) 1 1 )
)
(instantiations (forall ((x Int)) (= x (h0 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= x (h2 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (w0 x) (u0 (h0 x) 1 1)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (w2 x) (u2 (h2 x) 1 1)))
  ( skcj )
)
