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