unsat
(instantiations (forall ((x Int)) (= (h1 x) (+ 2 (* 4 x))))
  ( sk1x )
  ( (+ 1 sk1x) )
  ( 0 )
)
(instantiations (forall ((x Int)) (= (g0 x) (+ 2 (* 4 x))))
  ( skcj )
)
(instantiations (forall ((x Int) (y Int)) (= y (+ (f0 x y) (div (div x 2) 5))))
  ( (u0 (+ 5 (* 4 sk1x)) 1) (+ 6 (* 4 sk1x)) )
  ( (u0 (+ 4 (* 4 sk1x)) 1) (+ 5 (* 4 sk1x)) )
  ( (u0 (+ 3 (* 4 sk1x)) 1) (+ 4 (* 4 sk1x)) )
  ( (u0 (+ 2 (* 4 sk1x)) 1) (+ 3 (* 4 sk1x)) )
  ( (u0 1 1) 2 )
  ( (u0 0 1) 1 )
)
(instantiations (forall ((x Int)) (= x (+ (f1 x) (div x 11))))
  ( (u1 0 (h1 sk1x)) )
  ( (u1 0 (h1 (+ 1 sk1x))) )
  ( (u1 0 (h1 0)) )
)
(instantiations (forall ((x Int) (y Int)) (= (u0 x y) (ite (>= x 1) (f0 (u0 (+ (- 1) x) y) x) y)))
  ( (+ 6 (* 4 sk1x)) 1 )
  ( (+ 5 (* 4 sk1x)) 1 )
  ( (+ 4 (* 4 sk1x)) 1 )
  ( (+ 3 (* 4 sk1x)) 1 )
  ( 1 1 )
  ( 0 1 )
  ( 2 1 )
)
(instantiations (forall ((x Int) (y Int)) (= (u1 x y) (ite (>= x 1) (f1 (u1 (+ (- 1) x) y)) y)))
  ( 1 (h1 sk1x) )
  ( 1 (h1 (+ 1 sk1x)) )
  ( 0 (h1 sk1x) )
  ( 0 (h1 (+ 1 sk1x)) )
  ( 0 (h1 0) )
  ( 1 (h1 0) )
)
(instantiations (forall ((x Int)) (= (small x) (+ 1 (* 2 x) (v0 x))))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (fast x) (+ 1 (* 2 x) (v1 x))))
  ( skcj )
)
(instantiations (forall ((x Int)) (or (not (>= x 0)) (and (= (u1 1 (h1 x)) (u0 (+ 2 (* 4 x)) 1)) (>= x 0))))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (v0 x) (u0 (g0 x) 1)))
  ( skcj )
)
(instantiations (forall ((x Int)) (= (v1 x) (u1 1 (h1 x))))
  ( skcj )
)
