unsat
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v6 x y z) (v2 x y z)))
  ( (h2 2) 1 0 )
  ( (+ (- 2) (h2 2)) 1 0 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v2 x y z) (v3 x y z)))
  ( (h2 2) 1 0 )
  ( (+ (- 2) (h2 2)) 1 0 )
)
(instantiations (forall ((x Int)) (= x (g2 x)))
  ( (u2 (+ (- 1) (h2 2)) 1 0) )
)
(instantiations (forall ((x Int)) (= x (g3 x)))
  ( (u3 (+ (- 1) (h2 2)) 1 0) )
)
(instantiations (forall ((x Int)) (= x (g6 x)))
  ( (u6 (+ (- 1) (h2 2)) 1 0) )
)
(instantiations (forall ((x Int)) (= x (h2 x)))
  ( 2 )
)
(instantiations (forall ((x Int) (y Int)) (= x (+ (* (- 1) y) (f2 x y))))
  ( (u2 (+ (- 1) (h2 2)) 1 0) (v2 (+ (- 1) (h2 2)) 1 0) )
)
(instantiations (forall ((x Int) (y Int)) (= x (+ y (f3 x y))))
  ( (u3 (+ (- 2) (h2 2)) 1 0) (v3 (+ (- 2) (h2 2)) 1 0) )
)
(instantiations (forall ((x Int) (y Int)) (= x (+ y (* (- 1) (f6 x y)))))
  ( (u6 (+ (- 2) (h2 2)) 1 0) (v6 (+ (- 2) (h2 2)) 1 0) )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v2 x y z) (ite (>= x 1) (g2 (u2 (+ (- 1) x) y z)) z)))
  ( (h2 2) 1 0 )
  ( (+ (- 2) (h2 2)) 1 0 )
)
(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) (h2 2)) 1 0 )
  ( (+ (- 2) (h2 2)) 1 0 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v3 x y z) (ite (>= x 1) (g3 (u3 (+ (- 1) x) y z)) z)))
  ( (h2 2) 1 0 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u6 x y z) (ite (>= x 1) (f6 (u6 (+ (- 1) x) y z) (v6 (+ (- 1) x) y z)) y)))
  ( (+ (- 1) (h2 2)) 1 0 )
  ( (+ (- 2) (h2 2)) 1 0 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v6 x y z) (ite (>= x 1) (g6 (u6 (+ (- 1) x) y z)) z)))
  ( (h2 2) 1 0 )
)
