unsat
(instantiations (forall ((x Int)) (= (v1 x) (u1 (g1 x) (h1 x))))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (fast x) (v1 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (v0 x) (u0 (g0 x) (h0 x))))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (small x) (v0 x)))
  ( skcj )
)
(instantiations (forall ((x Int) (y Int)) (= (u1 x y) (u0 x y)))
  ( (g0 skcj) (h0 skcj) )
)
(instantiations (forall ((x Int)) (= x (h0 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= x (h1 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (g0 x) (div (div x 2) 5)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (g1 x) (div x 10)))
  ( skcj )
)
