unsat
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u3 x y z) (u0 x y z)))
  ( 2 0 1 )
  ( 1 0 1 )
  ( 0 0 1 )
)
(instantiations (forall ((x Int)) (= x (g3 x)))
  ( (u3 0 0 1) )
)
(instantiations (forall ((x Int) (y Int)) (= x (+ (* (- 1) y) (f0 x y))))
  ( (u0 1 0 1) (v0 1 0 1) )
)
(instantiations (forall ((x Int) (y Int)) (= x (+ (* (- 1) y) (f3 x y))))
  ( (u3 1 0 1) (v3 1 0 1) )
)
(instantiations (forall ((x Int)) (= x (+ (- 2) (g0 x))))
  ( (u0 0 0 1) )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u3 x y z) (ite (>= x 1) (f3 (u3 (+ (- 1) x) y z) (v3 (+ (- 1) x) y z)) y)))
  ( 2 0 1 )
  ( 0 0 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v3 x y z) (ite (>= x 1) (g3 (u3 (+ (- 1) x) y z)) z)))
  ( 1 0 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u0 x y z) (ite (>= x 1) (f0 (u0 (+ (- 1) x) y z) (v0 (+ (- 1) x) y z)) y)))
  ( 2 0 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v0 x y z) (ite (>= x 1) (g0 (u0 (+ (- 1) x) y z)) z)))
  ( 1 0 1 )
)
