unsat
(instantiations (forall ((x Int)) (= x (g0 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= x (g1 x)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= x (+ (f1 x) (* (- 1) (div x 2)))))
  ( (u1 sk1x 5) )
)
(instantiations (forall ((x Int)) (= x (+ (- 2) (f0 x) (* (- 1) (div x 2)))))
  ( (u0 sk1x 1) )
)
(instantiations (forall ((x Int) (y Int)) (= (u0 x y) (ite (>= x 1) (f0 (u0 (+ (- 1) x) y)) y)))
  ( 0 4 )
  ( (+ 1 sk1x) 1 )
  ( 0 1 )
)
(instantiations (forall ((x Int) (y Int)) (= (u1 x y) (ite (>= x 1) (f1 (u1 (+ (- 1) x) y)) y)))
  ( (+ 1 sk1x) 5 )
  ( 0 5 )
)
(instantiations (forall ((x Int)) (= (small x) (+ 2 (div (v0 x) 2))))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (fast x) (div (v1 x) 2)))
  ( skcj )
)
(instantiations (forall ((x Int)) (or (not (>= x 0)) (= (u0 x 1) (+ (* (- 1) (u0 0 4)) (u1 x 5)))))
  ( (g1 skcj) )
)
(instantiations (forall ((x Int)) (= (v0 x) (u0 (g0 x) 1)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (v1 x) (u1 (g1 x) 5)))
  ( skcj )
)
