(declare-sort Loc 0) (declare-const l0 Loc) (declare-const l1 Loc) (declare-const l2 Loc) (declare-const l3 Loc) (declare-const l4 Loc) (declare-const l5 Loc) (declare-const l6 Loc) (declare-const l7 Loc) (declare-const l8 Loc) (assert (distinct l0 l1 l2 l3 l4 l5 l6 l7 l8)) (define-fun cfg_init ( (pc Loc) (src Loc) (rel Bool) ) Bool (and (= pc src) rel)) (define-fun cfg_trans2 ( (pc Loc) (src Loc) (pc1 Loc) (dst Loc) (rel Bool) ) Bool (and (= pc src) (= pc1 dst) rel)) (define-fun cfg_trans3 ( (pc Loc) (exit Loc) (pc1 Loc) (call Loc) (pc2 Loc) (return Loc) (rel Bool) ) Bool (and (= pc exit) (= pc1 call) (= pc2 return) rel)) (define-fun init_main ( (pc^0 Loc) (Result_4^0 Int) (a_6^0 Int) (b_7^0 Int) (c_8^0 Int) (cnt_38^0 Int) (d_9^0 Int) (e_10^0 Int) (f_11^0 Int) (g_12^0 Int) (h_13^0 Int) (lt_14^0 Int) (lt_15^0 Int) (lt_16^0 Int) (lt_17^0 Int) (lt_18^0 Int) (lt_19^0 Int) (lt_20^0 Int) (lt_21^0 Int) (lt_22^0 Int) (lt_23^0 Int) (lt_24^0 Int) (lt_25^0 Int) (x_5^0 Int) ) Bool (cfg_init pc^0 l8 true)) (define-fun next_main ( (pc^0 Loc) (Result_4^0 Int) (a_6^0 Int) (b_7^0 Int) (c_8^0 Int) (cnt_38^0 Int) (d_9^0 Int) (e_10^0 Int) (f_11^0 Int) (g_12^0 Int) (h_13^0 Int) (lt_14^0 Int) (lt_15^0 Int) (lt_16^0 Int) (lt_17^0 Int) (lt_18^0 Int) (lt_19^0 Int) (lt_20^0 Int) (lt_21^0 Int) (lt_22^0 Int) (lt_23^0 Int) (lt_24^0 Int) (lt_25^0 Int) (x_5^0 Int) (pc^post Loc) (Result_4^post Int) (a_6^post Int) (b_7^post Int) (c_8^post Int) (cnt_38^post Int) (d_9^post Int) (e_10^post Int) (f_11^post Int) (g_12^post Int) (h_13^post Int) (lt_14^post Int) (lt_15^post Int) (lt_16^post Int) (lt_17^post Int) (lt_18^post Int) (lt_19^post Int) (lt_20^post Int) (lt_21^post Int) (lt_22^post Int) (lt_23^post Int) (lt_24^post Int) (lt_25^post Int) (x_5^post Int) ) Bool (or (cfg_trans2 pc^0 l0 pc^post l1 (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= Result_4^post Result_4^post) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_18^0 lt_18^post)) (= lt_19^0 lt_19^post)) (= lt_20^0 lt_20^post)) (= lt_21^0 lt_21^post)) (= lt_22^0 lt_22^post)) (= lt_23^0 lt_23^post)) (= lt_24^0 lt_24^post)) (= lt_25^0 lt_25^post)) (= x_5^0 x_5^post))) (cfg_trans2 pc^0 l2 pc^post l3 (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= x_5^post x_5^post) (= a_6^post (+ 0 x_5^post))) (= b_7^post (+ 0 a_6^post))) (= c_8^post (+ 0 b_7^post))) (= d_9^post (+ 0 c_8^post))) (= e_10^post (+ 0 d_9^post))) (= f_11^post (+ 0 e_10^post))) (= g_12^post (+ 0 f_11^post))) (= h_13^post (+ 0 g_12^post))) (= Result_4^0 Result_4^post)) (= cnt_38^0 cnt_38^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_18^0 lt_18^post)) (= lt_19^0 lt_19^post)) (= lt_20^0 lt_20^post)) (= lt_21^0 lt_21^post)) (= lt_22^0 lt_22^post)) (= lt_23^0 lt_23^post)) (= lt_24^0 lt_24^post)) (= lt_25^0 lt_25^post))) (cfg_trans2 pc^0 l3 pc^post l0 (exists ( (lt_24^1 Int) (lt_25^1 Int) ) (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= lt_25^1 (+ 0 cnt_38^0)) (<= (+ 0 (* -1 lt_25^1)) 0)) (= lt_25^post lt_25^post)) (= lt_24^1 (+ 0 cnt_38^0))) (<= (+ 0 lt_24^1) 0)) (= lt_24^post lt_24^post)) (= Result_4^0 Result_4^post)) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_18^0 lt_18^post)) (= lt_19^0 lt_19^post)) (= lt_20^0 lt_20^post)) (= lt_21^0 lt_21^post)) (= lt_22^0 lt_22^post)) (= lt_23^0 lt_23^post)) (= x_5^0 x_5^post)))) (cfg_trans2 pc^0 l3 pc^post l0 (exists ( (lt_18^1 Int) (lt_19^1 Int) (lt_22^1 Int) (lt_23^1 Int) (lt_24^1 Int) (lt_25^1 Int) ) (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= lt_25^1 (+ 0 cnt_38^0)) (<= (+ 0 (* -1 lt_25^1)) 0)) (= lt_25^post lt_25^post)) (= lt_24^1 (+ 0 cnt_38^0))) (<= 0 (+ -1 lt_24^1))) (= lt_24^post lt_24^post)) (= lt_23^1 (+ 0 cnt_38^0))) (= lt_23^post lt_23^post)) (= lt_22^1 lt_22^1)) (= lt_22^post lt_22^post)) (= lt_19^1 lt_19^1)) (<= (+ 0 (* -1 lt_19^1)) 0)) (= lt_19^post lt_19^post)) (= lt_18^1 lt_18^1)) (<= (+ 0 lt_18^1) 0)) (= lt_18^post lt_18^post)) (= Result_4^0 Result_4^post)) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_20^0 lt_20^post)) (= lt_21^0 lt_21^post)) (= x_5^0 x_5^post)))) (cfg_trans2 pc^0 l3 pc^post l1 (exists ( (lt_18^1 Int) (lt_19^1 Int) (lt_20^1 Int) (lt_21^1 Int) (lt_25^1 Int) ) (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= lt_25^1 (+ 0 cnt_38^0)) (<= 0 (+ -1 (* -1 lt_25^1)))) (= lt_25^post lt_25^post)) (= lt_21^1 (+ 0 cnt_38^0))) (= lt_21^post lt_21^post)) (= lt_20^1 lt_20^1)) (= lt_20^post lt_20^post)) (= lt_19^1 lt_19^1)) (<= (+ 0 (* -1 lt_19^1)) 0)) (= lt_19^post lt_19^post)) (= lt_18^1 lt_18^1)) (<= (+ 0 lt_18^1) 0)) (= lt_18^post lt_18^post)) (= Result_4^post Result_4^post)) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_22^0 lt_22^post)) (= lt_23^0 lt_23^post)) (= lt_24^0 lt_24^post)) (= x_5^0 x_5^post)))) (cfg_trans2 pc^0 l3 pc^post l4 (exists ( (lt_16^1 Int) (lt_17^1 Int) (lt_18^1 Int) (lt_19^1 Int) (lt_22^1 Int) (lt_23^1 Int) (lt_24^1 Int) (lt_25^1 Int) ) (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= lt_25^1 (+ 0 cnt_38^0)) (<= (+ 0 (* -1 lt_25^1)) 0)) (= lt_25^post lt_25^post)) (= lt_24^1 (+ 0 cnt_38^0))) (<= 0 (+ -1 lt_24^1))) (= lt_24^post lt_24^post)) (= lt_23^1 (+ 0 cnt_38^0))) (= lt_23^post lt_23^post)) (= lt_22^1 lt_22^1)) (= lt_22^post lt_22^post)) (= lt_19^1 lt_19^1)) (<= (+ 0 (* -1 lt_19^1)) 0)) (= lt_19^post lt_19^post)) (= lt_18^1 lt_18^1)) (<= 0 (+ -1 lt_18^1))) (= lt_18^post lt_18^post)) (= lt_17^1 lt_17^1)) (= lt_17^post lt_17^post)) (= lt_16^1 lt_16^1)) (= lt_16^post lt_16^post)) (= Result_4^0 Result_4^post)) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_20^0 lt_20^post)) (= lt_21^0 lt_21^post)) (= x_5^0 x_5^post)))) (cfg_trans2 pc^0 l4 pc^post l3 (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= Result_4^0 Result_4^post) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_18^0 lt_18^post)) (= lt_19^0 lt_19^post)) (= lt_20^0 lt_20^post)) (= lt_21^0 lt_21^post)) (= lt_22^0 lt_22^post)) (= lt_23^0 lt_23^post)) (= lt_24^0 lt_24^post)) (= lt_25^0 lt_25^post)) (= x_5^0 x_5^post))) (cfg_trans2 pc^0 l3 pc^post l5 (exists ( (lt_14^1 Int) (lt_15^1 Int) (lt_19^1 Int) (lt_22^1 Int) (lt_23^1 Int) (lt_24^1 Int) (lt_25^1 Int) ) (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= lt_25^1 (+ 0 cnt_38^0)) (<= (+ 0 (* -1 lt_25^1)) 0)) (= lt_25^post lt_25^post)) (= lt_24^1 (+ 0 cnt_38^0))) (<= 0 (+ -1 lt_24^1))) (= lt_24^post lt_24^post)) (= lt_23^1 (+ 0 cnt_38^0))) (= lt_23^post lt_23^post)) (= lt_22^1 lt_22^1)) (= lt_22^post lt_22^post)) (= lt_19^1 lt_19^1)) (<= 0 (+ -1 (* -1 lt_19^1)))) (= lt_19^post lt_19^post)) (= lt_15^1 lt_15^1)) (= lt_15^post lt_15^post)) (= lt_14^1 lt_14^1)) (= lt_14^post lt_14^post)) (= Result_4^0 Result_4^post)) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_18^0 lt_18^post)) (= lt_20^0 lt_20^post)) (= lt_21^0 lt_21^post)) (= x_5^0 x_5^post)))) (cfg_trans2 pc^0 l5 pc^post l3 (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= Result_4^0 Result_4^post) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_18^0 lt_18^post)) (= lt_19^0 lt_19^post)) (= lt_20^0 lt_20^post)) (= lt_21^0 lt_21^post)) (= lt_22^0 lt_22^post)) (= lt_23^0 lt_23^post)) (= lt_24^0 lt_24^post)) (= lt_25^0 lt_25^post)) (= x_5^0 x_5^post))) (cfg_trans2 pc^0 l3 pc^post l6 (exists ( (lt_16^1 Int) (lt_17^1 Int) (lt_18^1 Int) (lt_19^1 Int) (lt_20^1 Int) (lt_21^1 Int) (lt_25^1 Int) ) (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= lt_25^1 (+ 0 cnt_38^0)) (<= 0 (+ -1 (* -1 lt_25^1)))) (= lt_25^post lt_25^post)) (= lt_21^1 (+ 0 cnt_38^0))) (= lt_21^post lt_21^post)) (= lt_20^1 lt_20^1)) (= lt_20^post lt_20^post)) (= lt_19^1 lt_19^1)) (<= (+ 0 (* -1 lt_19^1)) 0)) (= lt_19^post lt_19^post)) (= lt_18^1 lt_18^1)) (<= 0 (+ -1 lt_18^1))) (= lt_18^post lt_18^post)) (= lt_17^1 lt_17^1)) (= lt_17^post lt_17^post)) (= lt_16^1 lt_16^1)) (= lt_16^post lt_16^post)) (= Result_4^0 Result_4^post)) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_22^0 lt_22^post)) (= lt_23^0 lt_23^post)) (= lt_24^0 lt_24^post)) (= x_5^0 x_5^post)))) (cfg_trans2 pc^0 l6 pc^post l3 (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= Result_4^0 Result_4^post) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_18^0 lt_18^post)) (= lt_19^0 lt_19^post)) (= lt_20^0 lt_20^post)) (= lt_21^0 lt_21^post)) (= lt_22^0 lt_22^post)) (= lt_23^0 lt_23^post)) (= lt_24^0 lt_24^post)) (= lt_25^0 lt_25^post)) (= x_5^0 x_5^post))) (cfg_trans2 pc^0 l3 pc^post l7 (exists ( (lt_14^1 Int) (lt_15^1 Int) (lt_19^1 Int) (lt_20^1 Int) (lt_21^1 Int) (lt_25^1 Int) ) (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= lt_25^1 (+ 0 cnt_38^0)) (<= 0 (+ -1 (* -1 lt_25^1)))) (= lt_25^post lt_25^post)) (= lt_21^1 (+ 0 cnt_38^0))) (= lt_21^post lt_21^post)) (= lt_20^1 lt_20^1)) (= lt_20^post lt_20^post)) (= lt_19^1 lt_19^1)) (<= 0 (+ -1 (* -1 lt_19^1)))) (= lt_19^post lt_19^post)) (= lt_15^1 lt_15^1)) (= lt_15^post lt_15^post)) (= lt_14^1 lt_14^1)) (= lt_14^post lt_14^post)) (= Result_4^0 Result_4^post)) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_18^0 lt_18^post)) (= lt_22^0 lt_22^post)) (= lt_23^0 lt_23^post)) (= lt_24^0 lt_24^post)) (= x_5^0 x_5^post)))) (cfg_trans2 pc^0 l7 pc^post l3 (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= Result_4^0 Result_4^post) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_18^0 lt_18^post)) (= lt_19^0 lt_19^post)) (= lt_20^0 lt_20^post)) (= lt_21^0 lt_21^post)) (= lt_22^0 lt_22^post)) (= lt_23^0 lt_23^post)) (= lt_24^0 lt_24^post)) (= lt_25^0 lt_25^post)) (= x_5^0 x_5^post))) (cfg_trans2 pc^0 l8 pc^post l2 (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (and (= Result_4^0 Result_4^post) (= a_6^0 a_6^post)) (= b_7^0 b_7^post)) (= c_8^0 c_8^post)) (= cnt_38^0 cnt_38^post)) (= d_9^0 d_9^post)) (= e_10^0 e_10^post)) (= f_11^0 f_11^post)) (= g_12^0 g_12^post)) (= h_13^0 h_13^post)) (= lt_14^0 lt_14^post)) (= lt_15^0 lt_15^post)) (= lt_16^0 lt_16^post)) (= lt_17^0 lt_17^post)) (= lt_18^0 lt_18^post)) (= lt_19^0 lt_19^post)) (= lt_20^0 lt_20^post)) (= lt_21^0 lt_21^post)) (= lt_22^0 lt_22^post)) (= lt_23^0 lt_23^post)) (= lt_24^0 lt_24^post)) (= lt_25^0 lt_25^post)) (= x_5^0 x_5^post))) ) )