;; Automatically produced by rddl.translate.RDDL2Format
(define (domain game_of_life_pomdp)
(:requirements :adl :probabilistic-effects :rewards)
(:predicates
(alive__x1_y1)
(alive__x1_y2)
(alive__x1_y3)
(alive__x2_y1)
(alive__x2_y2)
(alive__x2_y3)
(alive__x3_y1)
(alive__x3_y2)
(alive__x3_y3)
)
(:observations
(surround_obs__x1_y1)
(surround_obs__x1_y2)
(surround_obs__x1_y3)
(surround_obs__x2_y1)
(surround_obs__x2_y2)
(surround_obs__x2_y3)
(surround_obs__x3_y1)
(surround_obs__x3_y2)
(surround_obs__x3_y3)
)
(:action noop
:effect (and
(when (and (not (alive__x1_y1)) (not (alive__x1_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.951820835 (alive__x1_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.950451195 (alive__x1_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (alive__x3_y2)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04219885 (alive__x3_y1) 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.95780115 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.971455052 (alive__x3_y3) 0.02854494799999996 (not (alive__x3_y3))))
; Reward
(when (alive__x1_y1) (increase (reward) 1.0))
(when (alive__x1_y2) (increase (reward) 1.0))
(when (alive__x1_y3) (increase (reward) 1.0))
(when (alive__x2_y1) (increase (reward) 1.0))
(when (alive__x2_y2) (increase (reward) 1.0))
(when (alive__x2_y3) (increase (reward) 1.0))
(when (alive__x3_y1) (increase (reward) 1.0))
(when (alive__x3_y2) (increase (reward) 1.0))
(when (alive__x3_y3) (increase (reward) 1.0))
)
:observation (and
(when (and (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y3) ))
)
)
(:action set__x1_y1
:effect (and
(probabilistic 0.951820835 (alive__x1_y1) 0.04817916499999997 (not (alive__x1_y1)))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.950451195 (alive__x1_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (alive__x3_y2)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04219885 (alive__x3_y1) 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.95780115 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.971455052 (alive__x3_y3) 0.02854494799999996 (not (alive__x3_y3))))
; Reward
(when (not (alive__x1_y1)) (decrease (reward) 1.0))
(when (alive__x1_y2) (increase (reward) 1.0))
(when (alive__x1_y3) (increase (reward) 1.0))
(when (alive__x2_y1) (increase (reward) 1.0))
(when (alive__x2_y2) (increase (reward) 1.0))
(when (alive__x2_y3) (increase (reward) 1.0))
(when (alive__x3_y1) (increase (reward) 1.0))
(when (alive__x3_y2) (increase (reward) 1.0))
(when (alive__x3_y3) (increase (reward) 1.0))
)
:observation (and
(when (and (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y3) ))
)
)
(:action set__x1_y2
:effect (and
(when (and (not (alive__x1_y1)) (not (alive__x1_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.951820835 (alive__x1_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(probabilistic 0.95196312 (alive__x1_y2) 0.04803687999999995 (not (alive__x1_y2)))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.950451195 (alive__x1_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (alive__x3_y2)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04219885 (alive__x3_y1) 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.95780115 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.971455052 (alive__x3_y3) 0.02854494799999996 (not (alive__x3_y3))))
; Reward
(when (alive__x1_y1) (increase (reward) 1.0))
(when (not (alive__x1_y2)) (decrease (reward) 1.0))
(when (alive__x1_y3) (increase (reward) 1.0))
(when (alive__x2_y1) (increase (reward) 1.0))
(when (alive__x2_y2) (increase (reward) 1.0))
(when (alive__x2_y3) (increase (reward) 1.0))
(when (alive__x3_y1) (increase (reward) 1.0))
(when (alive__x3_y2) (increase (reward) 1.0))
(when (alive__x3_y3) (increase (reward) 1.0))
)
:observation (and
(when (and (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y3) ))
)
)
(:action set__x1_y3
:effect (and
(when (and (not (alive__x1_y1)) (not (alive__x1_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.951820835 (alive__x1_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(probabilistic 0.950451195 (alive__x1_y3) 0.04954880500000003 (not (alive__x1_y3)))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (alive__x3_y2)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04219885 (alive__x3_y1) 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.95780115 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.971455052 (alive__x3_y3) 0.02854494799999996 (not (alive__x3_y3))))
; Reward
(when (alive__x1_y1) (increase (reward) 1.0))
(when (alive__x1_y2) (increase (reward) 1.0))
(when (not (alive__x1_y3)) (decrease (reward) 1.0))
(when (alive__x2_y1) (increase (reward) 1.0))
(when (alive__x2_y2) (increase (reward) 1.0))
(when (alive__x2_y3) (increase (reward) 1.0))
(when (alive__x3_y1) (increase (reward) 1.0))
(when (alive__x3_y2) (increase (reward) 1.0))
(when (alive__x3_y3) (increase (reward) 1.0))
)
:observation (and
(when (and (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y3) ))
)
)
(:action set__x2_y1
:effect (and
(when (and (not (alive__x1_y1)) (not (alive__x1_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.951820835 (alive__x1_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.950451195 (alive__x1_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(probabilistic 0.962711096 (alive__x2_y1) 0.037288903999999956 (not (alive__x2_y1)))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (alive__x3_y2)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04219885 (alive__x3_y1) 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.95780115 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.971455052 (alive__x3_y3) 0.02854494799999996 (not (alive__x3_y3))))
; Reward
(when (alive__x1_y1) (increase (reward) 1.0))
(when (alive__x1_y2) (increase (reward) 1.0))
(when (alive__x1_y3) (increase (reward) 1.0))
(when (not (alive__x2_y1)) (decrease (reward) 1.0))
(when (alive__x2_y2) (increase (reward) 1.0))
(when (alive__x2_y3) (increase (reward) 1.0))
(when (alive__x3_y1) (increase (reward) 1.0))
(when (alive__x3_y2) (increase (reward) 1.0))
(when (alive__x3_y3) (increase (reward) 1.0))
)
:observation (and
(when (and (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y3) ))
)
)
(:action set__x2_y2
:effect (and
(when (and (not (alive__x1_y1)) (not (alive__x1_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.951820835 (alive__x1_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.950451195 (alive__x1_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2)))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (alive__x3_y2)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04219885 (alive__x3_y1) 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.95780115 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.971455052 (alive__x3_y3) 0.02854494799999996 (not (alive__x3_y3))))
; Reward
(when (alive__x1_y1) (increase (reward) 1.0))
(when (alive__x1_y2) (increase (reward) 1.0))
(when (alive__x1_y3) (increase (reward) 1.0))
(when (alive__x2_y1) (increase (reward) 1.0))
(when (not (alive__x2_y2)) (decrease (reward) 1.0))
(when (alive__x2_y3) (increase (reward) 1.0))
(when (alive__x3_y1) (increase (reward) 1.0))
(when (alive__x3_y2) (increase (reward) 1.0))
(when (alive__x3_y3) (increase (reward) 1.0))
)
:observation (and
(when (and (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y3) ))
)
)
(:action set__x2_y3
:effect (and
(when (and (not (alive__x1_y1)) (not (alive__x1_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.951820835 (alive__x1_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.950451195 (alive__x1_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(probabilistic 0.978588067 (alive__x2_y3) 0.021411932999999994 (not (alive__x2_y3)))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04219885 (alive__x3_y1) 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.95780115 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.971455052 (alive__x3_y3) 0.02854494799999996 (not (alive__x3_y3))))
; Reward
(when (alive__x1_y1) (increase (reward) 1.0))
(when (alive__x1_y2) (increase (reward) 1.0))
(when (alive__x1_y3) (increase (reward) 1.0))
(when (alive__x2_y1) (increase (reward) 1.0))
(when (alive__x2_y2) (increase (reward) 1.0))
(when (not (alive__x2_y3)) (decrease (reward) 1.0))
(when (alive__x3_y1) (increase (reward) 1.0))
(when (alive__x3_y2) (increase (reward) 1.0))
(when (alive__x3_y3) (increase (reward) 1.0))
)
:observation (and
(when (and (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y3) ))
)
)
(:action set__x3_y1
:effect (and
(when (and (not (alive__x1_y1)) (not (alive__x1_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.951820835 (alive__x1_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.950451195 (alive__x1_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (alive__x3_y2)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(probabilistic 0.95780115 (alive__x3_y1) 0.04219885000000001 (not (alive__x3_y1)))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.971455052 (alive__x3_y3) 0.02854494799999996 (not (alive__x3_y3))))
; Reward
(when (alive__x1_y1) (increase (reward) 1.0))
(when (alive__x1_y2) (increase (reward) 1.0))
(when (alive__x1_y3) (increase (reward) 1.0))
(when (alive__x2_y1) (increase (reward) 1.0))
(when (alive__x2_y2) (increase (reward) 1.0))
(when (alive__x2_y3) (increase (reward) 1.0))
(when (not (alive__x3_y1)) (decrease (reward) 1.0))
(when (alive__x3_y2) (increase (reward) 1.0))
(when (alive__x3_y3) (increase (reward) 1.0))
)
:observation (and
(when (and (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y3) ))
)
)
(:action set__x3_y2
:effect (and
(when (and (not (alive__x1_y1)) (not (alive__x1_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.951820835 (alive__x1_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.950451195 (alive__x1_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (alive__x3_y2)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04219885 (alive__x3_y1) 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.95780115 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2)))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.028544948 (alive__x3_y3) 0.971455052 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.028544948 (alive__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.02854494799999996 (not (alive__x3_y3))))
(when (and (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.971455052 (alive__x3_y3) 0.02854494799999996 (not (alive__x3_y3))))
; Reward
(when (alive__x1_y1) (increase (reward) 1.0))
(when (alive__x1_y2) (increase (reward) 1.0))
(when (alive__x1_y3) (increase (reward) 1.0))
(when (alive__x2_y1) (increase (reward) 1.0))
(when (alive__x2_y2) (increase (reward) 1.0))
(when (alive__x2_y3) (increase (reward) 1.0))
(when (alive__x3_y1) (increase (reward) 1.0))
(when (not (alive__x3_y2)) (decrease (reward) 1.0))
(when (alive__x3_y3) (increase (reward) 1.0))
)
:observation (and
(when (and (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y3) ))
)
)
(:action set__x3_y3
:effect (and
(when (and (not (alive__x1_y1)) (not (alive__x1_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.048179165 (alive__x1_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.951820835 (alive__x1_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.951820835 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1)) (probabilistic 0.04817916499999997 (not (alive__x1_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.04803688 (alive__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.04803687999999995 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2)) (probabilistic 0.95196312 (not (alive__x1_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 0.049548805 (alive__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 0.950451195 (alive__x1_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.950451195 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2)) (probabilistic 0.04954880500000003 (not (alive__x1_y3))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.962711096 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.037288904 (alive__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.037288903999999956 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.962711096 (not (alive__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.96174155 (alive__x2_y2) 0.038258450000000055 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (alive__x1_y1) (alive__x1_y2) (alive__x1_y3) (alive__x2_y1)) (probabilistic 0.03825845 (alive__x2_y2) 0.96174155 (not (alive__x2_y2))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.978588067 (alive__x2_y3) 0.021411932999999994 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (alive__x1_y2) (alive__x1_y3) (alive__x2_y2) (alive__x3_y2)) (probabilistic 0.021411933 (alive__x2_y3) 0.978588067 (not (alive__x2_y3))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 0.04219885 (alive__x3_y1) 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.95780115 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04219885 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.95780115 (alive__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x3_y1)) (probabilistic 0.04219885000000001 (not (alive__x3_y1))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 0.04230103 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 0.95769897 (alive__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 0.95769897 (alive__x3_y2) 0.04230102999999996 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(when (and (alive__x2_y1) (alive__x2_y2) (alive__x2_y3) (alive__x3_y1)) (probabilistic 0.04230103 (alive__x3_y2) 0.95769897 (not (alive__x3_y2))))
(probabilistic 0.971455052 (alive__x3_y3) 0.02854494799999996 (not (alive__x3_y3)))
; Reward
(when (alive__x1_y1) (increase (reward) 1.0))
(when (alive__x1_y2) (increase (reward) 1.0))
(when (alive__x1_y3) (increase (reward) 1.0))
(when (alive__x2_y1) (increase (reward) 1.0))
(when (alive__x2_y2) (increase (reward) 1.0))
(when (alive__x2_y3) (increase (reward) 1.0))
(when (alive__x3_y1) (increase (reward) 1.0))
(when (alive__x3_y2) (increase (reward) 1.0))
(when (not (alive__x3_y3)) (decrease (reward) 1.0))
)
:observation (and
(when (and (not (alive__x1_y2)) (not (alive__x2_y1))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (not (alive__x1_y2)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y1))))
(when (and (alive__x1_y2) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (alive__x1_y2) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (alive__x1_y1) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x1_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (not (alive__x1_y2)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x1_y3))))
(when (and (alive__x1_y2) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x1_y3) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x2_y2) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y1))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x2_y2)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y1) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y1)) (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y2))))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y1)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y1)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (not (alive__x1_y2)) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (alive__x1_y1) (alive__x1_y2)) (probabilistic 1.0 (surround_obs__x2_y2) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (not (alive__x1_y3)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x1_y2)) (alive__x1_y3) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x2_y3))))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (not (alive__x3_y2)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (not (alive__x1_y3)) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (alive__x1_y2) (alive__x1_y3)) (probabilistic 1.0 (surround_obs__x2_y3) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y1))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y1) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y1)) (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (not (alive__x3_y3))) (probabilistic 1.0 (not (surround_obs__x3_y2))))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (not (alive__x3_y1)) (alive__x3_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (not (alive__x2_y3)) (alive__x3_y1)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (not (alive__x2_y2)) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (alive__x2_y1) (alive__x2_y2)) (probabilistic 1.0 (surround_obs__x3_y2) ))
(when (and (not (alive__x2_y2)) (not (alive__x2_y3))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (not (alive__x2_y2)) (alive__x2_y3) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (not (alive__x3_y2))) (probabilistic 1.0 (not (surround_obs__x3_y3))))
(when (and (alive__x2_y2) (not (alive__x2_y3)) (alive__x3_y2)) (probabilistic 1.0 (surround_obs__x3_y3) ))
(when (and (alive__x2_y2) (alive__x2_y3)) (probabilistic 1.0 (surround_obs__x3_y3) ))
)
)
)
(define (problem game_of_life_inst_pomdp__1)
(:domain game_of_life_pomdp)
(:init
(alive__x1_y3)
(alive__x2_y3)
(alive__x3_y2)
(alive__x3_y3)
)
(:metric maximize (reward))
;; (:horizon 40)
;; (:discount 1.0)
)