unsat
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v3 x y z) (v0 x y z)))
  ( 2 1 1 )
  ( 0 1 1 )
)
(instantiations (forall ((x Int)) (= x (g0 x)))
  ( (u0 1 1 1) )
)
(instantiations (forall ((x Int)) (= x (g3 x)))
  ( (u3 1 1 1) )
)
(instantiations (forall ((x Int)) (= (f1 x) (* x x)))
  ( (u1 1 4) )
  ( (u1 0 4) )
)
(instantiations (forall ((x Int) (y Int)) (= (u1 x y) (ite (>= x 1) (f1 (u1 (+ (- 1) x) y)) y)))
  ( 2 4 )
  ( 1 4 )
  ( 0 4 )
)
(instantiations (forall ((x Int) (y Int)) (= y (+ (* 16 x) (* (- 1) (f3 x y)))))
  ( (u3 0 1 1) (v3 0 1 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)))
  ( 1 1 1 )
  ( 0 1 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v0 x y z) (ite (>= x 1) (g0 (u0 (+ (- 1) x) y z)) z)))
  ( 2 1 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)))
  ( 1 1 1 )
  ( 0 1 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v3 x y z) (ite (>= x 1) (g3 (u3 (+ (- 1) x) y z)) z)))
  ( 2 1 1 )
  ( 0 1 1 )
)
(instantiations (forall ((x Int) (y Int)) (= y (+ (* (- 2) x) (* (- 1) (f0 x y)) (* x (u1 2 4)))))
  ( (u0 0 1 1) (v0 0 1 1) )
)
