unsat
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v7 x y z) (v3 x y z)))
  ( (h3 1) 0 1 )
  ( (+ (- 2) (h3 1)) 0 1 )
)
(instantiations (forall ((x Int)) (= x (g3 x)))
  ( (u3 (+ (- 1) (h3 1)) 0 1) )
)
(instantiations (forall ((x Int)) (= x (g7 x)))
  ( (u7 (+ (- 1) (h3 1)) 0 1) )
)
(instantiations (forall ((x Int) (y Int)) (= x (+ (* (- 1) y) (f3 x y))))
  ( (u3 (+ (- 1) (h3 1)) 0 1) (v3 (+ (- 1) (h3 1)) 0 1) )
  ( (u3 (+ (- 3) (h3 1)) 0 1) (v3 (+ (- 3) (h3 1)) 0 1) )
)
(instantiations (forall ((x Int)) (= (h3 x) (* 2 x)))
  ( 1 )
)
(instantiations (forall ((x Int) (y Int)) (= y (+ (* 3 x) (* (- 1) (f7 x y)))))
  ( (u7 (+ (- 2) (h3 1)) 0 1) (v7 (+ (- 2) (h3 1)) 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)))
  ( (+ (- 1) (h3 1)) 0 1 )
  ( (+ (- 2) (h3 1)) 0 1 )
  ( (+ (- 3) (h3 1)) 0 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v3 x y z) (ite (>= x 1) (g3 (u3 (+ (- 1) x) y z)) z)))
  ( (h3 1) 0 1 )
  ( (+ (- 2) (h3 1)) 0 1 )
  ( (+ (- 3) (h3 1)) 0 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u7 x y z) (ite (>= x 1) (f7 (u7 (+ (- 1) x) y z) (v7 (+ (- 1) x) y z)) y)))
  ( (+ (- 1) (h3 1)) 0 1 )
  ( (+ (- 2) (h3 1)) 0 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v7 x y z) (ite (>= x 1) (g7 (u7 (+ (- 1) x) y z)) z)))
  ( (h3 1) 0 1 )
)
