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