unsat
(instantiations (forall ((x Int)) (= (v0 x) (u0 (g0 x) (h0 x))))
  ( skcj )
)
(instantiations (forall ((x Int)) (= x (h0 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= x (+ 10 (f0 x))))
  ( (u0 (+ (- 1) (g0 skcj)) (h0 skcj)) )
)
(instantiations (forall ((x Int)) (= (g0 x) (mod (div x 10) 2)))
  ( skcj )
)
(instantiations (forall ((x Int) (y Int)) (= (u0 x y) (ite (>= x 1) (f0 (u0 (+ (- 1) x) y)) y)))
  ( (g0 skcj) (h0 skcj) )
  ( (+ (- 1) (g0 skcj)) (h0 skcj) )
)
(instantiations (forall ((x Int)) (= (small x) (div (+ x (* (- 10) (mod (div x 10) 2))) 2)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (fast x) (div (v0 x) 2)))
  ( skcj )
)
