(set-info :smt-lib-version 2.6)
(set-logic QF_LIA)
(set-info :category "crafted")
(set-info :status unsat)
(declare-fun x_0 () Int)
(declare-fun x_1 () Int)
(declare-fun x_2 () Int)
(declare-fun x_3 () Int)
(declare-fun x_4 () Int)
(assert (>= x_0 0))
(assert (>= x_1 0))
(assert (>= x_2 0))
(assert (>= x_3 0))
(assert (>= x_4 0))
(assert (<= (+ (* (- 27) x_0) (* 2 x_1) (* 2 x_2) (* 2 x_3) (* 2 x_4)) 0))
(assert (<= (+ (* 3 x_0) (* (- 26) x_1) (* 3 x_2) (* 3 x_3) (* 3 x_4)) 0))
(assert (<= (+ (* 5 x_0) (* 5 x_1) (* (- 24) x_2) (* 5 x_3) (* 5 x_4)) 0))
(assert (<= (+ (* 7 x_0) (* 7 x_1) (* 7 x_2) (* (- 22) x_3) (* 7 x_4)) 0))
(assert (<= (+ (* 11 x_0) (* 11 x_1) (* 11 x_2) (* 11 x_3) (* (- 18) x_4)) 0))
(assert (>= (+ x_0 x_1 x_2 x_3 x_4) 1))
(assert (<= (+ x_0 x_1 x_2 x_3 x_4) 27))
(check-sat)
(exit)