unsat
(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) (+ (- 1) (* 2 x))))
  ( (u0 sk1x 12) )
)
(instantiations (forall ((x Int) (y Int)) (= (u0 x y) (ite (>= x 1) (f0 (u0 (+ (- 1) x) y)) y)))
  ( (+ 1 sk1x) 12 )
  ( 0 12 )
)
(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)) (= (small x) (+ 1 (* 6 (v0 x)))))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (fast x) (+ 7 (* 6 (v1 x)))))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (v0 x) (u0 (g0 x) 12)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (v1 x) (u1 (g1 x) 11)))
  ( skcj )
)
(instantiations (forall ((x Int)) (or (not (>= x 0)) (= (u1 x 11) (+ (- 1) (u0 x 12)))))
  ( (g1 skcj) )
)
