unsat
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v5 x y z) (v2 x y z)))
  ( (h5 2) 5 4 )
  ( (+ (- 2) (h5 2)) 5 4 )
)
(instantiations (forall ((x Int)) (= x (g2 x)))
  ( (u2 (+ (- 1) (h5 2)) 5 4) )
)
(instantiations (forall ((x Int)) (= x (g5 x)))
  ( (u5 (+ (- 1) (h5 2)) 5 4) )
)
(instantiations (forall ((x Int)) (= x (h5 x)))
  ( 2 )
)
(instantiations (forall ((x Int) (y Int)) (= x (+ (* (- 1) y) (f5 x y))))
  ( (u5 (+ (- 1) (h5 2)) 5 4) (v5 (+ (- 1) (h5 2)) 5 4) )
  ( (u5 (+ (- 2) (h5 2)) 5 4) (v5 (+ (- 2) (h5 2)) 5 4) )
)
(instantiations (forall ((x Int) (y Int)) (= x (+ (- 4) (* (- 1) y) (f2 x y))))
  ( (u2 (+ (- 2) (h5 2)) 5 4) (v2 (+ (- 2) (h5 2)) 5 4) )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u2 x y z) (ite (>= x 1) (f2 (u2 (+ (- 1) x) y z) (v2 (+ (- 1) x) y z)) y)))
  ( (+ (- 1) (h5 2)) 5 4 )
  ( (+ (- 2) (h5 2)) 5 4 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v2 x y z) (ite (>= x 1) (g2 (u2 (+ (- 1) x) y z)) z)))
  ( (h5 2) 5 4 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u5 x y z) (ite (>= x 1) (f5 (u5 (+ (- 1) x) y z) (v5 (+ (- 1) x) y z)) y)))
  ( (+ (- 1) (h5 2)) 5 4 )
  ( (+ (- 2) (h5 2)) 5 4 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v5 x y z) (ite (>= x 1) (g5 (u5 (+ (- 1) x) y z)) z)))
  ( (h5 2) 5 4 )
  ( (+ (- 2) (h5 2)) 5 4 )
)
