unsat
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v8 x y z) (v3 x y z)))
  ( (h3 0) 2 1 )
  ( (+ (- 2) (h3 0)) 2 1 )
)
(instantiations (forall ((x Int)) (= x (g3 x)))
  ( (u3 (+ (- 1) (h3 0)) 2 1) )
)
(instantiations (forall ((x Int)) (= x (g8 x)))
  ( (u8 (+ (- 1) (h3 0)) 2 1) )
)
(instantiations (forall ((x Int) (y Int)) (= x (+ (* (- 1) y) (f3 x y))))
  ( (u3 (+ (- 1) (h3 0)) 2 1) (v3 (+ (- 1) (h3 0)) 2 1) )
  ( (u3 (+ (- 3) (h3 0)) 2 1) (v3 (+ (- 3) (h3 0)) 2 1) )
)
(instantiations (forall ((x Int)) (= (h3 x) (+ 2 (* 2 x))))
  ( 0 )
)
(instantiations (forall ((x Int) (y Int)) (= y (+ (* 3 x) (* (- 1) (f8 x y)))))
  ( (u8 (+ (- 2) (h3 0)) 2 1) (v8 (+ (- 2) (h3 0)) 2 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 0)) 2 1 )
  ( (+ (- 2) (h3 0)) 2 1 )
  ( (+ (- 3) (h3 0)) 2 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v3 x y z) (ite (>= x 1) (g3 (u3 (+ (- 1) x) y z)) z)))
  ( (h3 0) 2 1 )
  ( (+ (- 2) (h3 0)) 2 1 )
  ( (+ (- 3) (h3 0)) 2 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u8 x y z) (ite (>= x 1) (f8 (u8 (+ (- 1) x) y z) (v8 (+ (- 1) x) y z)) y)))
  ( (+ (- 1) (h3 0)) 2 1 )
  ( (+ (- 2) (h3 0)) 2 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v8 x y z) (ite (>= x 1) (g8 (u8 (+ (- 1) x) y z)) z)))
  ( (h3 0) 2 1 )
)
