TSTP Solution File: MSC007-2.005 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : MSC007-2.005 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n015.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 09:25:31 EDT 2023

% Result   : Unsatisfiable 33.89s 4.83s
% Output   : CNFRefutation 33.89s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named all_holes)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( X = hole_4
    | X = hole_3
    | X = hole_2
    | X = hole_1
    | ~ hole(X) ),
    inference(cnf_transformation,[],[all_holes]) ).

cnf('2',plain,
    ( hole(hole_of(X))
    | ~ pigeon(X) ),
    inference(cnf_transformation,[],[each_pigeons_hole1]) ).

cnf('3',plain,
    pigeon(pigeon_2),
    inference(cnf_transformation,[],[pigeon_2]) ).

cnf('4',plain,
    hole(hole_of(pigeon_2)),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    ( hole_of(pigeon_2) = hole_4
    | hole_of(pigeon_2) = hole_3
    | hole_of(pigeon_2) = hole_2
    | hole_of(pigeon_2) = hole_1 ),
    inference(resolution,[],['1','4']) ).

cnf('6',plain,
    ( in(X,hole_of(X))
    | ~ pigeon(X) ),
    inference(cnf_transformation,[],[each_pigeons_hole2]) ).

cnf('7',plain,
    in(pigeon_2,hole_of(pigeon_2)),
    inference(resolution,[],['6','3']) ).

cnf('8',plain,
    ( hole_of(pigeon_2) = hole_3
    | hole_of(pigeon_2) = hole_2
    | hole_of(pigeon_2) = hole_1
    | in(pigeon_2,hole_4) ),
    inference(paramodulation,[],['5','7']) ).

cnf('9',plain,
    ( hole_of(pigeon_2) = hole_2
    | hole_of(pigeon_2) = hole_1
    | in(pigeon_2,hole_4)
    | in(pigeon_2,hole_3) ),
    inference(paramodulation,[],['8','7']) ).

cnf('10',plain,
    ( hole_of(pigeon_2) = hole_1
    | in(pigeon_2,hole_4)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2) ),
    inference(paramodulation,[],['9','7']) ).

cnf('11',plain,
    ( in(pigeon_2,hole_4)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1) ),
    inference(paramodulation,[],['10','7']) ).

cnf('12',plain,
    ( ~ in(X,Y)
    | ~ in(Z,Y)
    | Z = X
    | ~ hole(Y)
    | ~ pigeon(X)
    | ~ pigeon(Z) ),
    inference(cnf_transformation,[],[only_one_per_hole]) ).

cnf('13',plain,
    hole(hole_4),
    inference(cnf_transformation,[],[hole_4]) ).

cnf('14',plain,
    pigeon(pigeon_2),
    inference(cnf_transformation,[],[pigeon_2]) ).

cnf('15',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | ~ in(X,hole_4)
    | X = pigeon_2
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['11','12','13','14']) ).

cnf('16',plain,
    pigeon(pigeon_1),
    inference(cnf_transformation,[],[pigeon_1]) ).

cnf('17',plain,
    hole(hole_of(pigeon_1)),
    inference(resolution,[],['2','16']) ).

cnf('18',plain,
    ( hole_of(pigeon_1) = hole_4
    | hole_of(pigeon_1) = hole_3
    | hole_of(pigeon_1) = hole_2
    | hole_of(pigeon_1) = hole_1 ),
    inference(resolution,[],['1','17']) ).

cnf('19',plain,
    in(pigeon_1,hole_of(pigeon_1)),
    inference(resolution,[],['6','16']) ).

cnf('20',plain,
    ( hole_of(pigeon_1) = hole_3
    | hole_of(pigeon_1) = hole_2
    | hole_of(pigeon_1) = hole_1
    | in(pigeon_1,hole_4) ),
    inference(paramodulation,[],['18','19']) ).

cnf('21',plain,
    ( hole_of(pigeon_1) = hole_2
    | hole_of(pigeon_1) = hole_1
    | in(pigeon_1,hole_4)
    | in(pigeon_1,hole_3) ),
    inference(paramodulation,[],['20','19']) ).

cnf('22',plain,
    ( hole_of(pigeon_1) = hole_1
    | in(pigeon_1,hole_4)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2) ),
    inference(paramodulation,[],['21','19']) ).

cnf('23',plain,
    ( in(pigeon_1,hole_4)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(paramodulation,[],['22','19']) ).

cnf('24',plain,
    pigeon_1 != pigeon_2,
    inference(cnf_transformation,[],[pigeon_1_is_not_pigeon_2]) ).

cnf('25',plain,
    pigeon(pigeon_1),
    inference(cnf_transformation,[],[pigeon_1]) ).

cnf('26',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['15','23','24','25']) ).

cnf('27',plain,
    pigeon(pigeon_5),
    inference(cnf_transformation,[],[pigeon_5]) ).

cnf('28',plain,
    hole(hole_of(pigeon_5)),
    inference(resolution,[],['2','27']) ).

cnf('29',plain,
    ( hole_of(pigeon_5) = hole_4
    | hole_of(pigeon_5) = hole_3
    | hole_of(pigeon_5) = hole_2
    | hole_of(pigeon_5) = hole_1 ),
    inference(resolution,[],['1','28']) ).

cnf('30',plain,
    in(pigeon_5,hole_of(pigeon_5)),
    inference(resolution,[],['6','27']) ).

cnf('31',plain,
    ( hole_of(pigeon_5) = hole_3
    | hole_of(pigeon_5) = hole_2
    | hole_of(pigeon_5) = hole_1
    | in(pigeon_5,hole_4) ),
    inference(paramodulation,[],['29','30']) ).

cnf('32',plain,
    ( hole_of(pigeon_5) = hole_2
    | hole_of(pigeon_5) = hole_1
    | in(pigeon_5,hole_4)
    | in(pigeon_5,hole_3) ),
    inference(paramodulation,[],['31','30']) ).

cnf('33',plain,
    ( hole_of(pigeon_5) = hole_1
    | in(pigeon_5,hole_4)
    | in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2) ),
    inference(paramodulation,[],['32','30']) ).

cnf('34',plain,
    ( in(pigeon_5,hole_4)
    | in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1) ),
    inference(paramodulation,[],['33','30']) ).

cnf('35',plain,
    pigeon(pigeon_5),
    inference(cnf_transformation,[],[pigeon_5]) ).

cnf('36',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | ~ in(X,hole_4)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['34','12','13','35']) ).

cnf('37',plain,
    pigeon_1 != pigeon_5,
    inference(cnf_transformation,[],[pigeon_1_is_not_pigeon_5]) ).

cnf('38',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['23','36','37','25']) ).

cnf('39',plain,
    hole(hole_3),
    inference(cnf_transformation,[],[hole_3]) ).

cnf('40',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['38','12','39','35']) ).

cnf('41',plain,
    pigeon_2 != pigeon_5,
    inference(cnf_transformation,[],[pigeon_2_is_not_pigeon_5]) ).

cnf('42',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['26','40','41','14']) ).

cnf('43',plain,
    hole(hole_2),
    inference(cnf_transformation,[],[hole_2]) ).

cnf('44',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['42','12','43','35']) ).

cnf('45',plain,
    pigeon(pigeon_4),
    inference(cnf_transformation,[],[pigeon_4]) ).

cnf('46',plain,
    hole(hole_of(pigeon_4)),
    inference(resolution,[],['2','45']) ).

cnf('47',plain,
    ( hole_of(pigeon_4) = hole_4
    | hole_of(pigeon_4) = hole_3
    | hole_of(pigeon_4) = hole_2
    | hole_of(pigeon_4) = hole_1 ),
    inference(resolution,[],['1','46']) ).

cnf('48',plain,
    in(pigeon_4,hole_of(pigeon_4)),
    inference(resolution,[],['6','45']) ).

cnf('49',plain,
    ( hole_of(pigeon_4) = hole_3
    | hole_of(pigeon_4) = hole_2
    | hole_of(pigeon_4) = hole_1
    | in(pigeon_4,hole_4) ),
    inference(paramodulation,[],['47','48']) ).

cnf('50',plain,
    ( hole_of(pigeon_4) = hole_2
    | hole_of(pigeon_4) = hole_1
    | in(pigeon_4,hole_4)
    | in(pigeon_4,hole_3) ),
    inference(paramodulation,[],['49','48']) ).

cnf('51',plain,
    ( hole_of(pigeon_4) = hole_1
    | in(pigeon_4,hole_4)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2) ),
    inference(paramodulation,[],['50','48']) ).

cnf('52',plain,
    ( in(pigeon_4,hole_4)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1) ),
    inference(paramodulation,[],['51','48']) ).

cnf('53',plain,
    pigeon(pigeon_4),
    inference(cnf_transformation,[],[pigeon_4]) ).

cnf('54',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | ~ in(X,hole_4)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['52','12','13','53']) ).

cnf('55',plain,
    pigeon_1 != pigeon_4,
    inference(cnf_transformation,[],[pigeon_1_is_not_pigeon_4]) ).

cnf('56',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['23','54','55','25']) ).

cnf('57',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['56','12','39','53']) ).

cnf('58',plain,
    pigeon_2 != pigeon_4,
    inference(cnf_transformation,[],[pigeon_2_is_not_pigeon_4]) ).

cnf('59',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['26','57','58','14']) ).

cnf('60',plain,
    pigeon_4 != pigeon_5,
    inference(cnf_transformation,[],[pigeon_4_is_not_pigeon_5]) ).

cnf('61',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['44','59','60','53']) ).

cnf('62',plain,
    hole(hole_1),
    inference(cnf_transformation,[],[hole_1]) ).

cnf('63',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['61','12','62','35']) ).

cnf('64',plain,
    pigeon(pigeon_3),
    inference(cnf_transformation,[],[pigeon_3]) ).

cnf('65',plain,
    hole(hole_of(pigeon_3)),
    inference(resolution,[],['2','64']) ).

cnf('66',plain,
    ( hole_of(pigeon_3) = hole_4
    | hole_of(pigeon_3) = hole_3
    | hole_of(pigeon_3) = hole_2
    | hole_of(pigeon_3) = hole_1 ),
    inference(resolution,[],['1','65']) ).

cnf('67',plain,
    in(pigeon_3,hole_of(pigeon_3)),
    inference(resolution,[],['6','64']) ).

cnf('68',plain,
    ( hole_of(pigeon_3) = hole_3
    | hole_of(pigeon_3) = hole_2
    | hole_of(pigeon_3) = hole_1
    | in(pigeon_3,hole_4) ),
    inference(paramodulation,[],['66','67']) ).

cnf('69',plain,
    ( hole_of(pigeon_3) = hole_2
    | hole_of(pigeon_3) = hole_1
    | in(pigeon_3,hole_4)
    | in(pigeon_3,hole_3) ),
    inference(paramodulation,[],['68','67']) ).

cnf('70',plain,
    ( hole_of(pigeon_3) = hole_1
    | in(pigeon_3,hole_4)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2) ),
    inference(paramodulation,[],['69','67']) ).

cnf('71',plain,
    ( in(pigeon_3,hole_4)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1) ),
    inference(paramodulation,[],['70','67']) ).

cnf('72',plain,
    pigeon(pigeon_3),
    inference(cnf_transformation,[],[pigeon_3]) ).

cnf('73',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | ~ in(X,hole_4)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['71','12','13','72']) ).

cnf('74',plain,
    pigeon_1 != pigeon_3,
    inference(cnf_transformation,[],[pigeon_1_is_not_pigeon_3]) ).

cnf('75',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['23','73','74','25']) ).

cnf('76',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['75','12','39','72']) ).

cnf('77',plain,
    pigeon_2 != pigeon_3,
    inference(cnf_transformation,[],[pigeon_2_is_not_pigeon_3]) ).

cnf('78',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['26','76','77','14']) ).

cnf('79',plain,
    pigeon_3 != pigeon_5,
    inference(cnf_transformation,[],[pigeon_3_is_not_pigeon_5]) ).

cnf('80',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['44','78','79','72']) ).

cnf('81',plain,
    ( in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['80','12','62','35']) ).

cnf('82',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['59','12','43','53']) ).

cnf('83',plain,
    pigeon_3 != pigeon_4,
    inference(cnf_transformation,[],[pigeon_3_is_not_pigeon_4]) ).

cnf('84',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['82','78','83','72']) ).

cnf('85',plain,
    ( in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['81','84','60','53']) ).

cnf('86',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['63','85','79','72']) ).

cnf('87',plain,
    ( in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['86','12','62','53']) ).

cnf('88',plain,
    ( in(pigeon_2,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['87','85','83','72']) ).

cnf('89',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['40','56','60','53']) ).

cnf('90',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['89','12','43','35']) ).

cnf('91',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['88','90','41','14']) ).

cnf('92',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['91','12','62','35']) ).

cnf('93',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['40','75','79','72']) ).

cnf('94',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['93','12','43','35']) ).

cnf('95',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['88','94','41','14']) ).

cnf('96',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['95','12','62','35']) ).

cnf('97',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['57','75','83','72']) ).

cnf('98',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['97','12','43','53']) ).

cnf('99',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['88','98','58','14']) ).

cnf('100',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['96','99','60','53']) ).

cnf('101',plain,
    ( in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['100','12','43','72']) ).

cnf('102',plain,
    ( in(pigeon_3,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['101','88','77','14']) ).

cnf('103',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['92','102','79','72']) ).

cnf('104',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['103','12','43','53']) ).

cnf('105',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['104','88','58','14']) ).

cnf('106',plain,
    ( in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['105','12','62','53']) ).

cnf('107',plain,
    ( in(pigeon_1,hole_3)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['106','102','83','72']) ).

cnf('108',plain,
    hole(hole_of(pigeon_5)),
    inference(resolution,[],['2','27']) ).

cnf('109',plain,
    ( ~ in(X,hole_of(pigeon_5))
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['30','12','108','35']) ).

cnf('110',plain,
    ( in(pigeon_5,hole_4)
    | in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(paramodulation,[],['33','109']) ).

cnf('111',plain,
    ( in(pigeon_5,hole_4)
    | in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['107','110','41','14']) ).

cnf('112',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_4)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['111','12','13','35']) ).

cnf('113',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['112','23','37','25']) ).

cnf('114',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['113','12','39','35']) ).

cnf('115',plain,
    hole(hole_of(pigeon_3)),
    inference(resolution,[],['2','64']) ).

cnf('116',plain,
    ( ~ in(X,hole_of(pigeon_3))
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['67','12','115','72']) ).

cnf('117',plain,
    ( in(pigeon_3,hole_4)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | ~ in(X,hole_1)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(paramodulation,[],['70','116']) ).

cnf('118',plain,
    ( in(pigeon_3,hole_4)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['107','117','77','14']) ).

cnf('119',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_4)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['118','12','13','72']) ).

cnf('120',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['119','23','74','25']) ).

cnf('121',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['114','120','79','72']) ).

cnf('122',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['121','12','43','35']) ).

cnf('123',plain,
    hole(hole_of(pigeon_4)),
    inference(resolution,[],['2','45']) ).

cnf('124',plain,
    ( ~ in(X,hole_of(pigeon_4))
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['48','12','123','53']) ).

cnf('125',plain,
    ( in(pigeon_4,hole_4)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | ~ in(X,hole_1)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(paramodulation,[],['51','124']) ).

cnf('126',plain,
    ( in(pigeon_4,hole_4)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['107','125','58','14']) ).

cnf('127',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_4)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['126','12','13','53']) ).

cnf('128',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['127','23','55','25']) ).

cnf('129',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['128','12','39','53']) ).

cnf('130',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['129','120','83','72']) ).

cnf('131',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['122','130','60','53']) ).

cnf('132',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['114','128','60','53']) ).

cnf('133',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['132','12','43','35']) ).

cnf('134',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['131','133','79','72']) ).

cnf('135',plain,
    ( in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['134','12','43','53']) ).

cnf('136',plain,
    ( in(pigeon_1,hole_3)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['135','131','83','72']) ).

cnf('137',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1) ),
    inference(resolution,[then_simplify],['11','36','41','14']) ).

cnf('138',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['137','12','39','35']) ).

cnf('139',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['136','138','37','25']) ).

cnf('140',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['139','12','43','35']) ).

cnf('141',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1) ),
    inference(resolution,[then_simplify],['11','54','58','14']) ).

cnf('142',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['141','12','39','53']) ).

cnf('143',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['136','142','55','25']) ).

cnf('144',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['140','143','60','53']) ).

cnf('145',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['144','12','62','35']) ).

cnf('146',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1) ),
    inference(resolution,[then_simplify],['11','73','77','14']) ).

cnf('147',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['146','12','39','72']) ).

cnf('148',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['136','147','74','25']) ).

cnf('149',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['140','148','79','72']) ).

cnf('150',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['149','12','62','35']) ).

cnf('151',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['143','12','43','53']) ).

cnf('152',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['151','148','83','72']) ).

cnf('153',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['150','152','60','53']) ).

cnf('154',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['145','153','79','72']) ).

cnf('155',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['154','12','62','53']) ).

cnf('156',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['155','153','83','72']) ).

cnf('157',plain,
    ( in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_2
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['156','12','39','14']) ).

cnf('158',plain,
    ( in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['157','136','24','25']) ).

cnf('159',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1) ),
    inference(resolution,[then_simplify],['71','36','79','72']) ).

cnf('160',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['159','12','39','35']) ).

cnf('161',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['136','160','37','25']) ).

cnf('162',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['161','12','43','35']) ).

cnf('163',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['158','162','41','14']) ).

cnf('164',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['163','12','62','35']) ).

cnf('165',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1) ),
    inference(resolution,[then_simplify],['71','54','83','72']) ).

cnf('166',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['165','12','39','53']) ).

cnf('167',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['136','166','55','25']) ).

cnf('168',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['167','12','43','53']) ).

cnf('169',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['158','168','58','14']) ).

cnf('170',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['164','169','60','53']) ).

cnf('171',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['170','12','39','72']) ).

cnf('172',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['171','136','74','25']) ).

cnf('173',plain,
    ( in(pigeon_3,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['172','12','43','72']) ).

cnf('174',plain,
    ( in(pigeon_3,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['173','158','77','14']) ).

cnf('175',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_5,hole_1)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1) ),
    inference(resolution,[then_simplify],['52','36','60','53']) ).

cnf('176',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_5,hole_1)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['175','12','39','35']) ).

cnf('177',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_5,hole_1)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['136','176','37','25']) ).

cnf('178',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_5,hole_1)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['177','12','43','35']) ).

cnf('179',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_5,hole_1)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['158','178','41','14']) ).

cnf('180',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['179','12','62','35']) ).

cnf('181',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['174','180','79','72']) ).

cnf('182',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['181','12','39','53']) ).

cnf('183',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['182','136','55','25']) ).

cnf('184',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['183','12','43','53']) ).

cnf('185',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['184','158','58','14']) ).

cnf('186',plain,
    ( in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['185','12','62','53']) ).

cnf('187',plain,
    ( in(pigeon_2,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['186','174','83','72']) ).

cnf('188',plain,
    ( in(pigeon_5,hole_4)
    | in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['187','110','41','14']) ).

cnf('189',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_4)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['188','12','13','35']) ).

cnf('190',plain,
    ( in(pigeon_4,hole_4)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['187','125','58','14']) ).

cnf('191',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['189','190','60','53']) ).

cnf('192',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['191','12','39','35']) ).

cnf('193',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['192','136','37','25']) ).

cnf('194',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['193','12','43','35']) ).

cnf('195',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_3,hole_3)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['162','167','60','53']) ).

cnf('196',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['195','12','62','35']) ).

cnf('197',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['187','196','41','14']) ).

cnf('198',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['197','12','62','53']) ).

cnf('199',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['198','187','58','14']) ).

cnf('200',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['199','12','39','72']) ).

cnf('201',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['200','136','74','25']) ).

cnf('202',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['194','201','79','72']) ).

cnf('203',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['202','12','39','53']) ).

cnf('204',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['203','136','55','25']) ).

cnf('205',plain,
    ( in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['204','12','43','53']) ).

cnf('206',plain,
    ( in(pigeon_3,hole_1)
    | in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['205','201','83','72']) ).

cnf('207',plain,
    ( in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['206','12','62','72']) ).

cnf('208',plain,
    ( in(pigeon_1,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['207','187','77','14']) ).

cnf('209',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1) ),
    inference(resolution,[then_simplify],['138','141','60','53']) ).

cnf('210',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['209','12','43','35']) ).

cnf('211',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['208','210','37','25']) ).

cnf('212',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['211','12','62','35']) ).

cnf('213',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1) ),
    inference(resolution,[then_simplify],['138','146','79','72']) ).

cnf('214',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['213','12','43','35']) ).

cnf('215',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['208','214','37','25']) ).

cnf('216',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['215','12','62','35']) ).

cnf('217',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1) ),
    inference(resolution,[then_simplify],['142','146','83','72']) ).

cnf('218',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['217','12','43','53']) ).

cnf('219',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['208','218','55','25']) ).

cnf('220',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['216','219','60','53']) ).

cnf('221',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['220','12','43','72']) ).

cnf('222',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['221','208','74','25']) ).

cnf('223',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['212','222','79','72']) ).

cnf('224',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['223','12','43','53']) ).

cnf('225',plain,
    ( in(pigeon_4,hole_1)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['224','208','55','25']) ).

cnf('226',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['225','12','62','53']) ).

cnf('227',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['226','222','83','72']) ).

cnf('228',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['227','166','58','14']) ).

cnf('229',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['228','12','43','53']) ).

cnf('230',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_4,hole_1)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['229','208','55','25']) ).

cnf('231',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_5,hole_1)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['227','160','41','14']) ).

cnf('232',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['231','12','43','35']) ).

cnf('233',plain,
    ( in(pigeon_5,hole_1)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['232','208','37','25']) ).

cnf('234',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_1)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['233','12','62','35']) ).

cnf('235',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['230','234','60','53']) ).

cnf('236',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['235','12','39','72']) ).

cnf('237',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['236','227','77','14']) ).

cnf('238',plain,
    ( in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['237','12','43','72']) ).

cnf('239',plain,
    ( in(pigeon_3,hole_1)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['238','208','74','25']) ).

cnf('240',plain,
    ( in(pigeon_5,hole_4)
    | in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['239','110','79','72']) ).

cnf('241',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_4)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['240','12','13','35']) ).

cnf('242',plain,
    ( in(pigeon_4,hole_4)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['239','125','83','72']) ).

cnf('243',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['241','242','60','53']) ).

cnf('244',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['243','12','39','35']) ).

cnf('245',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['244','227','41','14']) ).

cnf('246',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['245','12','43','35']) ).

cnf('247',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['246','208','37','25']) ).

cnf('248',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['247','12','39','53']) ).

cnf('249',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['248','227','58','14']) ).

cnf('250',plain,
    ( in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['249','12','43','53']) ).

cnf('251',plain,
    ( in(pigeon_2,hole_2)
    | in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['250','208','55','25']) ).

cnf('252',plain,
    ( in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_2
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['251','12','43','14']) ).

cnf('253',plain,
    ( in(pigeon_2,hole_1)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['252','208','24','25']) ).

cnf('254',plain,
    ( in(pigeon_5,hole_4)
    | in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['253','110','41','14']) ).

cnf('255',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_4)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['254','12','13','35']) ).

cnf('256',plain,
    ( in(pigeon_3,hole_4)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['253','117','77','14']) ).

cnf('257',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['255','256','79','72']) ).

cnf('258',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['257','12','39','35']) ).

cnf('259',plain,
    ( in(pigeon_4,hole_4)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['253','125','58','14']) ).

cnf('260',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_4)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['259','12','13','53']) ).

cnf('261',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['260','256','83','72']) ).

cnf('262',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['258','261','60','53']) ).

cnf('263',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['262','12','43','35']) ).

cnf('264',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['263','208','37','25']) ).

cnf('265',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['264','12','43','53']) ).

cnf('266',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['265','208','55','25']) ).

cnf('267',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['255','259','60','53']) ).

cnf('268',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['267','12','39','35']) ).

cnf('269',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['266','268','79','72']) ).

cnf('270',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['269','12','43','35']) ).

cnf('271',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['270','208','37','25']) ).

cnf('272',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_3)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['271','12','39','53']) ).

cnf('273',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['272','266','83','72']) ).

cnf('274',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['273','12','43','53']) ).

cnf('275',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_1,hole_1) ),
    inference(resolution,[then_simplify],['274','208','55','25']) ).

cnf('276',plain,
    ( in(pigeon_1,hole_1)
    | ~ in(X,hole_2)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['275','12','43','72']) ).

cnf('277',plain,
    in(pigeon_1,hole_1),
    inference(resolution,[then_simplify],['276','208','74','25']) ).

cnf('278',plain,
    ( in(pigeon_5,hole_4)
    | in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2) ),
    inference(resolution,[then_simplify],['277','110','37','25']) ).

cnf('279',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | ~ in(X,hole_4)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['278','12','13','35']) ).

cnf('280',plain,
    hole(hole_of(pigeon_2)),
    inference(resolution,[],['2','3']) ).

cnf('281',plain,
    ( ~ in(X,hole_of(pigeon_2))
    | X = pigeon_2
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['7','12','280','14']) ).

cnf('282',plain,
    ( in(pigeon_2,hole_4)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | ~ in(X,hole_1)
    | X = pigeon_2
    | ~ pigeon(X) ),
    inference(paramodulation,[],['10','281']) ).

cnf('283',plain,
    ( in(pigeon_2,hole_4)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['277','282','24','25']) ).

cnf('284',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['279','283','41','14']) ).

cnf('285',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['284','12','39','35']) ).

cnf('286',plain,
    ( in(pigeon_3,hole_4)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2) ),
    inference(resolution,[then_simplify],['277','117','74','25']) ).

cnf('287',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | ~ in(X,hole_4)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['286','12','13','72']) ).

cnf('288',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['287','283','77','14']) ).

cnf('289',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['285','288','79','72']) ).

cnf('290',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['289','12','43','35']) ).

cnf('291',plain,
    ( in(pigeon_4,hole_4)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2) ),
    inference(resolution,[then_simplify],['277','125','55','25']) ).

cnf('292',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | ~ in(X,hole_4)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['291','12','13','53']) ).

cnf('293',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['292','283','58','14']) ).

cnf('294',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | ~ in(X,hole_3)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['293','12','39','53']) ).

cnf('295',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['294','288','83','72']) ).

cnf('296',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['290','295','60','53']) ).

cnf('297',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['285','293','60','53']) ).

cnf('298',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['297','12','43','35']) ).

cnf('299',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['296','298','79','72']) ).

cnf('300',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['299','12','43','53']) ).

cnf('301',plain,
    ( in(pigeon_2,hole_3)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['300','296','83','72']) ).

cnf('302',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2) ),
    inference(resolution,[then_simplify],['279','291','60','53']) ).

cnf('303',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['302','12','39','35']) ).

cnf('304',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['301','303','41','14']) ).

cnf('305',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['304','12','43','35']) ).

cnf('306',plain,
    ( in(pigeon_5,hole_3)
    | in(pigeon_5,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2) ),
    inference(resolution,[then_simplify],['279','286','79','72']) ).

cnf('307',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | ~ in(X,hole_3)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['306','12','39','35']) ).

cnf('308',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['301','307','41','14']) ).

cnf('309',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_2)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['308','12','43','35']) ).

cnf('310',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2) ),
    inference(resolution,[then_simplify],['292','286','83','72']) ).

cnf('311',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | ~ in(X,hole_3)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['310','12','39','53']) ).

cnf('312',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['301','311','58','14']) ).

cnf('313',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['309','312','60','53']) ).

cnf('314',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_2,hole_2)
    | ~ in(X,hole_3)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['313','12','39','72']) ).

cnf('315',plain,
    ( in(pigeon_3,hole_2)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['314','301','77','14']) ).

cnf('316',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['305','315','79','72']) ).

cnf('317',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2)
    | ~ in(X,hole_3)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['316','12','39','53']) ).

cnf('318',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_2,hole_2) ),
    inference(resolution,[then_simplify],['317','301','58','14']) ).

cnf('319',plain,
    ( in(pigeon_2,hole_2)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['318','12','43','53']) ).

cnf('320',plain,
    in(pigeon_2,hole_2),
    inference(resolution,[then_simplify],['319','315','83','72']) ).

cnf('321',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2) ),
    inference(resolution,[then_simplify],['307','310','60','53']) ).

cnf('322',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | ~ in(X,hole_2)
    | X = pigeon_5
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['321','12','43','35']) ).

cnf('323',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2) ),
    inference(resolution,[then_simplify],['320','322','41','14']) ).

cnf('324',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2)
    | ~ in(X,hole_2)
    | X = pigeon_4
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['323','12','43','53']) ).

cnf('325',plain,
    ( in(pigeon_3,hole_3)
    | in(pigeon_3,hole_2) ),
    inference(resolution,[then_simplify],['324','320','58','14']) ).

cnf('326',plain,
    ( in(pigeon_5,hole_2)
    | in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_3,hole_2) ),
    inference(resolution,[then_simplify],['325','303','79','72']) ).

cnf('327',plain,
    ( ~ in(X,hole_2)
    | X = pigeon_2
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['320','12','43','14']) ).

cnf('328',plain,
    ( in(pigeon_4,hole_3)
    | in(pigeon_4,hole_2)
    | in(pigeon_3,hole_2)
    | pigeon_5 = pigeon_2 ),
    inference(resolution,[then_simplify],['326','327','35']) ).

cnf('329',plain,
    ( in(pigeon_3,hole_2)
    | ~ in(X,hole_3)
    | X = pigeon_3
    | ~ pigeon(X) ),
    inference(resolution,[then_simplify],['325','12','39','72']) ).

cnf('330',plain,
    ( in(pigeon_4,hole_2)
    | in(pigeon_3,hole_2)
    | pigeon_5 = pigeon_2
    | pigeon_4 = pigeon_3 ),
    inference(resolution,[then_simplify],['328','329','53']) ).

cnf('331',plain,
    ( in(pigeon_3,hole_2)
    | pigeon_5 = pigeon_2
    | pigeon_4 = pigeon_3
    | pigeon_4 = pigeon_2 ),
    inference(resolution,[then_simplify],['330','327','53']) ).

cnf('332',plain,
    ( pigeon_5 = pigeon_2
    | pigeon_4 = pigeon_3
    | pigeon_4 = pigeon_2
    | pigeon_3 = pigeon_2 ),
    inference(resolution,[then_simplify],['331','327','72']) ).

cnf('333',plain,
    ( X != Y
    | Y = X ),
    inference(cnf_transformation,[],[symmetry]) ).

cnf('334',plain,
    ( pigeon_4 = pigeon_3
    | pigeon_4 = pigeon_2
    | pigeon_3 = pigeon_2 ),
    inference(resolution,[then_simplify],['332','333','41']) ).

cnf('335',plain,
    ( pigeon_4 = pigeon_2
    | pigeon_3 = pigeon_2 ),
    inference(resolution,[then_simplify],['334','333','83']) ).

cnf('336',plain,
    pigeon_3 = pigeon_2,
    inference(resolution,[then_simplify],['335','333','58']) ).

cnf('337',plain,
    $false,
    inference(resolution,[then_simplify],['336','333','77']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : MSC007-2.005 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.35  % Computer : n015.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Thu Aug 24 13:55:51 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.39  
% 0.13/0.39  input clause set summed statistics:
% 0.13/0.39  ----------------------------------
% 0.13/0.39  in_clause_count:                    32
% 0.13/0.39  in_rule_clause_count:               22
% 0.13/0.39  in_fact_clause_count:               10
% 0.13/0.39  in_answer_clause_count:              0
% 0.13/0.39  in_ground_clause_count:             25
% 0.13/0.39  in_unit_clause_count:               26
% 0.13/0.39  in_horn_clause_count:               31
% 0.13/0.39  in_pos_clause_count:                10
% 0.13/0.39  in_neg_clause_count:                16
% 0.13/0.39  in_poseq_clause_count:               5
% 0.13/0.39  in_negeq_clause_count:              18
% 0.13/0.39  in_unitposeq_clause_count:           1
% 0.13/0.39  in_chain_clause_count:               0
% 0.13/0.39  in_min_length:             1
% 0.13/0.39  in_max_length:             6
% 0.13/0.39  in_min_depth:              1
% 0.13/0.39  in_max_depth:              2
% 0.13/0.39  in_min_size:               2
% 0.13/0.39  in_max_size:              15
% 0.13/0.39  in_min_vars:               0
% 0.13/0.39  in_max_vars:               3
% 0.13/0.39  in_extaxiom_count:                 0
% 0.13/0.39  in_axiom_count:                   31
% 0.13/0.39  in_assumption_count:               0
% 0.13/0.39  in_goal_count:                     1
% 0.13/0.39  in_neg_goal_count:                 0
% 0.13/0.39  in_pos_goal_count:                 0
% 0.13/0.39  in_posunit_goal_count:             0
% 0.13/0.39  
% 0.13/0.39  auto guide:
% 0.13/0.39  -----------
% 0.13/0.39  {
% 0.13/0.39  "print":1,
% 0.13/0.39  "print_level": 15,
% 0.13/0.39  "max_size": 0,
% 0.13/0.39  "max_depth": 0,
% 0.13/0.39  "max_length": 0,
% 0.13/0.39  "max_dseconds": 0,
% 0.13/0.39  "runs":[
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.13/0.39  
% 0.13/0.39  ]}
% 0.13/0.39  
% 0.13/0.39  
% 0.13/0.39  **** run 1 fork 0 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.13/0.40  
% 0.13/0.40  **** run 2 fork 1 starts with strategy
% 0.13/0.40  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.13/0.40  
% 0.13/0.40  **** run 3 fork 2 starts with strategy
% 0.13/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.13/0.40  
% 0.13/0.40  **** run 4 fork 3 starts with strategy
% 0.13/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.13/0.40  
% 0.13/0.40  **** run 5 fork 4 starts with strategy
% 0.13/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.40  
% 0.13/0.40  **** run 8 fork 7 starts with strategy
% 0.13/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.40  
% 0.13/0.40  **** run 6 fork 5 starts with strategy
% 0.13/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.41  
% 0.20/0.41  **** run 7 fork 6 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.42  
% 0.20/0.42  fork 3: search finished without proof.
% 0.20/0.43  
% 0.20/0.43  fork 1: search finished without proof.
% 0.20/0.45  
% 0.20/0.45  fork 7: search finished without proof.
% 0.20/0.45  
% 0.20/0.45  **** run 12 fork 3 starts with strategy
% 0.20/0.45  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.20/0.46  
% 0.20/0.46  **** run 10 fork 1 starts with strategy
% 0.20/0.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.47  
% 0.20/0.47  **** run 16 fork 7 starts with strategy
% 0.20/0.47  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.50  
% 0.20/0.50  fork 5: search finished without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 0: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  **** run 14 fork 5 starts with strategy
% 0.20/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.20/0.52  
% 0.20/0.52  fork 6: search finished without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.55  
% 0.20/0.55  **** run 13 fork 4 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 9 fork 0 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.57  
% 0.20/0.57  fork 1: search finished without proof.
% 0.20/0.57  
% 0.20/0.57  fork 3: search finished without proof.
% 0.20/0.59  
% 0.20/0.59  **** run 18 fork 1 starts with strategy
% 0.20/0.59  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.59  
% 0.20/0.59  
% 0.20/0.59  fork 7: search terminated without proof.
% 0.20/0.59  
% 0.20/0.59  **** run 20 fork 3 starts with strategy
% 0.20/0.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.20/0.60  
% 0.20/0.60  **** run 24 fork 7 starts with strategy
% 0.20/0.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.64  
% 0.20/0.64  
% 0.20/0.64  fork 5: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 2: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  **** run 22 fork 5 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 0: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 4: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 6: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 19 fork 2 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.20/0.68  
% 0.20/0.68  **** run 17 fork 0 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.69  
% 0.20/0.69  **** run 23 fork 6 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.69  
% 0.20/0.69  **** run 21 fork 4 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.20/0.70  
% 0.20/0.70  fork 0: search finished without proof.
% 0.20/0.71  
% 0.20/0.71  fork 6: search finished without proof.
% 0.20/0.72  
% 0.20/0.72  fork 1: search finished without proof.
% 0.20/0.72  
% 0.20/0.72  fork 3: search finished without proof.
% 0.20/0.72  
% 0.20/0.72  **** run 25 fork 0 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.20/0.73  
% 0.20/0.73  **** run 31 fork 6 starts with strategy
% 0.20/0.73  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 0.20/0.73  
% 0.20/0.73  **** run 28 fork 3 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.74  
% 0.20/0.74  fork 7: search finished without proof.
% 0.20/0.74  
% 0.20/0.74  **** run 26 fork 1 starts with strategy
% 0.20/0.74  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.20/0.76  
% 0.20/0.76  **** run 32 fork 7 starts with strategy
% 0.20/0.76  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 0.20/0.78  
% 0.20/0.78  
% 0.20/0.78  fork 5: search terminated without proof.
% 0.20/0.78  
% 0.20/0.78  fork 3: search finished without proof.
% 2.86/0.80  
% 2.86/0.80  **** run 36 fork 3 starts with strategy
% 2.86/0.80  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 2.86/0.80  
% 2.86/0.80  **** run 30 fork 5 starts with strategy
% 2.86/0.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.86/0.81  
% 2.86/0.81  
% 2.86/0.81  fork 4: search terminated without proof.
% 2.86/0.82  
% 2.86/0.82  fork 0: search finished without proof.
% 2.86/0.82  
% 2.86/0.82  fork 5: search finished without proof.
% 2.86/0.83  
% 2.86/0.83  
% 2.86/0.83  fork 2: search terminated without proof.
% 2.86/0.83  
% 2.86/0.83  **** run 29 fork 4 starts with strategy
% 2.86/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.86/0.84  
% 2.86/0.84  **** run 33 fork 0 starts with strategy
% 2.86/0.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 2.86/0.84  
% 2.86/0.84  **** run 38 fork 5 starts with strategy
% 2.86/0.84  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 2.86/0.84  
% 2.86/0.84  **** run 27 fork 2 starts with strategy
% 2.86/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.61/0.86  
% 3.61/0.86  fork 5: search finished without proof.
% 3.61/0.86  
% 3.61/0.86  
% 3.61/0.86  fork 1: search terminated without proof.
% 3.61/0.87  
% 3.61/0.87  
% 3.61/0.87  fork 6: search terminated without proof.
% 3.61/0.88  
% 3.61/0.88  **** run 46 fork 5 starts with strategy
% 3.61/0.88  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 3.61/0.88  
% 3.61/0.88  **** run 39 fork 6 starts with strategy
% 3.61/0.88  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 3.61/0.88  
% 3.61/0.88  **** run 34 fork 1 starts with strategy
% 3.61/0.88  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 3.61/0.90  
% 3.61/0.90  fork 5: search finished without proof.
% 4.00/0.91  
% 4.00/0.91  fork 0: search finished without proof.
% 4.00/0.92  
% 4.00/0.92  fork 3: search finished without proof.
% 4.00/0.92  
% 4.00/0.92  **** run 54 fork 5 starts with strategy
% 4.00/0.92  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 4.00/0.94  
% 4.00/0.94  fork 2: search finished without proof.
% 4.00/0.94  
% 4.00/0.94  
% 4.00/0.94  fork 7: search terminated without proof.
% 4.00/0.94  
% 4.00/0.94  **** run 44 fork 3 starts with strategy
% 4.00/0.94  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.00/0.94  
% 4.00/0.94  **** run 41 fork 0 starts with strategy
% 4.00/0.94  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 4.36/0.96  
% 4.36/0.96  **** run 35 fork 2 starts with strategy
% 4.36/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.36/0.96  
% 4.36/0.96  fork 4: search finished without proof.
% 4.36/0.97  
% 4.36/0.97  fork 3: search finished without proof.
% 4.36/0.97  
% 4.36/0.97  **** run 40 fork 7 starts with strategy
% 4.36/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.36/0.98  
% 4.36/0.98  **** run 37 fork 4 starts with strategy
% 4.36/0.98  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.36/0.99  
% 4.36/0.99  **** run 52 fork 3 starts with strategy
% 4.36/0.99  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 4.36/1.00  
% 4.36/1.00  fork 1: search finished without proof.
% 4.36/1.01  
% 4.36/1.01  fork 6: search finished without proof.
% 4.36/1.01  
% 4.36/1.01  fork 3: search finished without proof.
% 4.36/1.02  
% 4.36/1.02  **** run 42 fork 1 starts with strategy
% 4.36/1.02  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 4.36/1.03  
% 4.36/1.03  **** run 47 fork 6 starts with strategy
% 4.36/1.03  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 4.36/1.03  
% 4.36/1.03  **** run 60 fork 3 starts with strategy
% 4.36/1.03  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.36/1.03  
% 4.36/1.03  fork 5: search finished without proof.
% 4.36/1.05  
% 4.36/1.05  fork 1: search finished without proof.
% 5.11/1.05  
% 5.11/1.05  fork 6: search finished without proof.
% 5.11/1.05  
% 5.11/1.05  **** run 62 fork 5 starts with strategy
% 5.11/1.05  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 5.11/1.06  
% 5.11/1.06  fork 7: search finished without proof.
% 5.11/1.06  
% 5.11/1.06  **** run 50 fork 1 starts with strategy
% 5.11/1.06  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.11/1.06  
% 5.11/1.06  
% 5.11/1.06  fork 0: search terminated without proof.
% 5.11/1.07  
% 5.11/1.07  **** run 55 fork 6 starts with strategy
% 5.11/1.07  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.11/1.07  
% 5.11/1.07  fork 2: search finished without proof.
% 5.11/1.07  
% 5.11/1.07  fork 5: search finished without proof.
% 5.11/1.08  
% 5.11/1.08  **** run 48 fork 7 starts with strategy
% 5.11/1.08  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.11/1.08  
% 5.11/1.08  **** run 49 fork 0 starts with strategy
% 5.11/1.08  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.11/1.09  
% 5.11/1.09  **** run 43 fork 2 starts with strategy
% 5.11/1.09  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.11/1.09  
% 5.11/1.09  **** run 70 fork 5 starts with strategy
% 5.11/1.09  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 5.47/1.10  
% 5.47/1.10  
% 5.47/1.10  fork 4: search terminated without proof.
% 5.47/1.11  
% 5.47/1.11  fork 7: search finished without proof.
% 5.47/1.11  
% 5.47/1.11  fork 5: search finished without proof.
% 5.47/1.12  
% 5.47/1.12  **** run 45 fork 4 starts with strategy
% 5.47/1.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.47/1.13  
% 5.47/1.13  **** run 56 fork 7 starts with strategy
% 5.47/1.13  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 5.47/1.13  
% 5.47/1.13  **** run 78 fork 5 starts with strategy
% 5.47/1.13  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 5.89/1.15  
% 5.89/1.15  fork 3: search finished without proof.
% 5.89/1.15  
% 5.89/1.15  fork 5: search finished without proof.
% 5.89/1.16  
% 5.89/1.16  fork 7: search finished without proof.
% 5.89/1.17  
% 5.89/1.17  **** run 68 fork 3 starts with strategy
% 5.89/1.17  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.89/1.18  
% 5.89/1.18  **** run 86 fork 5 starts with strategy
% 5.89/1.18  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 5.89/1.18  
% 5.89/1.18  **** run 64 fork 7 starts with strategy
% 5.89/1.18  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 5.89/1.18  
% 5.89/1.18  
% 5.89/1.18  fork 6: search terminated without proof.
% 5.89/1.19  
% 5.89/1.19  
% 5.89/1.19  fork 1: search terminated without proof.
% 6.35/1.20  
% 6.35/1.20  **** run 63 fork 6 starts with strategy
% 6.35/1.20  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 6.35/1.20  
% 6.35/1.20  **** run 58 fork 1 starts with strategy
% 6.35/1.20  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 6.35/1.20  
% 6.35/1.20  
% 6.35/1.20  fork 0: search terminated without proof.
% 6.35/1.21  
% 6.35/1.21  
% 6.35/1.21  fork 2: search terminated without proof.
% 6.35/1.23  
% 6.35/1.23  **** run 57 fork 0 starts with strategy
% 6.35/1.23  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.35/1.23  
% 6.35/1.23  **** run 51 fork 2 starts with strategy
% 6.35/1.23  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.35/1.24  
% 6.35/1.24  
% 6.35/1.24  fork 4: search terminated without proof.
% 6.77/1.26  
% 6.77/1.26  **** run 53 fork 4 starts with strategy
% 6.77/1.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.77/1.28  
% 6.77/1.28  fork 3: search finished without proof.
% 6.77/1.29  
% 6.77/1.29  fork 4: search finished without proof.
% 6.77/1.29  
% 6.77/1.29  **** run 76 fork 3 starts with strategy
% 6.77/1.29  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.77/1.29  
% 6.77/1.29  
% 6.77/1.29  fork 5: search terminated without proof.
% 6.77/1.30  
% 6.77/1.30  **** run 61 fork 4 starts with strategy
% 6.77/1.30  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 6.77/1.30  
% 6.77/1.30  
% 6.77/1.30  fork 7: search terminated without proof.
% 6.77/1.32  
% 6.77/1.32  
% 6.77/1.32  fork 6: search terminated without proof.
% 6.77/1.32  
% 6.77/1.32  **** run 94 fork 5 starts with strategy
% 6.77/1.32  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 6.77/1.32  
% 6.77/1.32  
% 6.77/1.32  fork 1: search terminated without proof.
% 6.77/1.33  
% 6.77/1.33  **** run 72 fork 7 starts with strategy
% 6.77/1.33  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 6.77/1.33  
% 6.77/1.33  fork 4: search finished without proof.
% 6.77/1.33  
% 6.77/1.33  **** run 71 fork 6 starts with strategy
% 6.77/1.33  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 6.77/1.34  
% 6.77/1.34  fork 5: search finished without proof.
% 6.77/1.34  
% 6.77/1.34  **** run 66 fork 1 starts with strategy
% 6.77/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 6.77/1.34  
% 6.77/1.34  **** run 69 fork 4 starts with strategy
% 6.77/1.34  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.52/1.35  
% 7.52/1.35  
% 7.52/1.35  fork 2: search terminated without proof.
% 7.52/1.35  
% 7.52/1.35  
% 7.52/1.35  fork 0: search terminated without proof.
% 7.52/1.37  
% 7.52/1.37  **** run 102 fork 5 starts with strategy
% 7.52/1.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 7.52/1.37  
% 7.52/1.37  **** run 59 fork 2 starts with strategy
% 7.52/1.37  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.52/1.37  
% 7.52/1.37  **** run 65 fork 0 starts with strategy
% 7.52/1.37  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.52/1.39  
% 7.52/1.39  fork 2: search finished without proof.
% 7.52/1.41  
% 7.52/1.41  
% 7.52/1.41  fork 3: search terminated without proof.
% 7.52/1.42  
% 7.52/1.42  **** run 67 fork 2 starts with strategy
% 7.52/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.52/1.44  
% 7.52/1.44  **** run 84 fork 3 starts with strategy
% 7.52/1.44  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 7.52/1.46  
% 7.52/1.46  fork 1: search finished without proof.
% 7.52/1.46  
% 7.52/1.46  
% 7.52/1.46  fork 7: search terminated without proof.
% 7.52/1.47  
% 7.52/1.47  
% 7.52/1.47  fork 6: search terminated without proof.
% 7.52/1.48  
% 7.52/1.48  **** run 74 fork 1 starts with strategy
% 7.52/1.48  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.52/1.48  
% 7.52/1.48  **** run 80 fork 7 starts with strategy
% 7.52/1.48  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.52/1.49  
% 7.52/1.49  
% 7.52/1.49  fork 4: search terminated without proof.
% 7.52/1.49  
% 7.52/1.49  
% 7.52/1.49  fork 0: search terminated without proof.
% 7.52/1.50  
% 7.52/1.50  **** run 79 fork 6 starts with strategy
% 7.52/1.50  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.47/1.51  
% 8.47/1.51  **** run 77 fork 4 starts with strategy
% 8.47/1.51  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.47/1.51  
% 8.47/1.51  fork 1: search finished without proof.
% 8.47/1.52  
% 8.47/1.52  **** run 73 fork 0 starts with strategy
% 8.47/1.52  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.47/1.53  
% 8.47/1.53  **** run 82 fork 1 starts with strategy
% 8.47/1.53  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.47/1.54  
% 8.47/1.54  fork 4: search finished without proof.
% 8.47/1.56  
% 8.47/1.56  **** run 85 fork 4 starts with strategy
% 8.47/1.56  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 9.07/1.56  
% 9.07/1.56  
% 9.07/1.56  fork 3: search terminated without proof.
% 9.11/1.56  
% 9.11/1.56  fork 2: search finished without proof.
% 9.11/1.56  
% 9.11/1.56  fork 0: search finished without proof.
% 9.11/1.57  
% 9.11/1.57  **** run 92 fork 3 starts with strategy
% 9.11/1.57  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.11/1.58  
% 9.11/1.58  fork 4: search finished without proof.
% 9.11/1.59  
% 9.11/1.59  **** run 81 fork 0 starts with strategy
% 9.11/1.59  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 9.11/1.59  
% 9.11/1.59  **** run 75 fork 2 starts with strategy
% 9.11/1.59  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.11/1.60  
% 9.11/1.60  **** run 93 fork 4 starts with strategy
% 9.11/1.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 9.44/1.61  
% 9.44/1.61  fork 7: search finished without proof.
% 9.44/1.62  
% 9.44/1.62  fork 3: search finished without proof.
% 9.44/1.63  
% 9.44/1.63  **** run 88 fork 7 starts with strategy
% 9.44/1.63  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 9.44/1.63  
% 9.44/1.63  
% 9.44/1.63  fork 6: search terminated without proof.
% 9.71/1.64  
% 9.71/1.64  **** run 100 fork 3 starts with strategy
% 9.71/1.64  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 9.71/1.65  
% 9.71/1.65  **** run 87 fork 6 starts with strategy
% 9.71/1.65  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.71/1.65  
% 9.71/1.65  
% 9.71/1.65  fork 1: search terminated without proof.
% 9.71/1.65  
% 9.71/1.65  fork 7: search finished without proof.
% 9.71/1.67  
% 9.71/1.67  **** run 90 fork 1 starts with strategy
% 9.71/1.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 9.71/1.67  
% 9.71/1.67  **** run 96 fork 7 starts with strategy
% 9.71/1.67  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 9.71/1.67  
% 9.71/1.67  fork 6: search finished without proof.
% 9.71/1.69  
% 9.71/1.69  fork 3: search finished without proof.
% 9.71/1.69  
% 9.71/1.69  **** run 95 fork 6 starts with strategy
% 9.71/1.69  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 9.71/1.69  
% 9.71/1.69  fork 1: search finished without proof.
% 9.71/1.70  
% 9.71/1.70  fork 7: search finished without proof.
% 9.71/1.70  
% 9.71/1.70  fork 0: search finished without proof.
% 9.71/1.71  
% 9.71/1.71  
% 9.71/1.71  fork 2: search terminated without proof.
% 9.71/1.71  
% 9.71/1.71  **** run 98 fork 1 starts with strategy
% 9.71/1.71  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 9.71/1.71  
% 9.71/1.71  **** run 108 fork 3 starts with strategy
% 9.71/1.71  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 9.71/1.71  
% 9.71/1.71  **** run 104 fork 7 starts with strategy
% 9.71/1.71  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 9.71/1.72  
% 9.71/1.72  **** run 89 fork 0 starts with strategy
% 9.71/1.72  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 9.71/1.72  
% 9.71/1.72  **** run 83 fork 2 starts with strategy
% 9.71/1.72  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.95/1.84  
% 10.95/1.84  fork 0: search finished without proof.
% 10.95/1.85  
% 10.95/1.85  
% 10.95/1.85  fork 2: search terminated without proof.
% 10.95/1.85  
% 10.95/1.85  **** run 97 fork 0 starts with strategy
% 10.95/1.85  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 11.49/1.86  
% 11.49/1.86  **** run 91 fork 2 starts with strategy
% 11.49/1.86  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 12.10/1.98  
% 12.10/1.98  
% 12.10/1.98  fork 2: search terminated without proof.
% 12.10/2.00  
% 12.10/2.00  **** run 99 fork 2 starts with strategy
% 12.10/2.00  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 13.63/2.20  
% 13.63/2.20  fork 5: search finished without proof.
% 13.63/2.22  
% 13.63/2.22  **** run 110 fork 5 starts with strategy
% 13.63/2.22  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 16.65/2.54  
% 16.65/2.54  fork 4: search finished without proof.
% 16.65/2.56  
% 16.65/2.56  **** run 101 fork 4 starts with strategy
% 16.65/2.56  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 17.19/2.65  
% 17.19/2.65  fork 1: search finished without proof.
% 17.81/2.67  
% 17.81/2.67  **** run 106 fork 1 starts with strategy
% 17.81/2.67  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 17.81/2.72  
% 17.81/2.72  
% 17.81/2.72  fork 6: search terminated without proof.
% 17.81/2.73  
% 17.81/2.73  
% 17.81/2.73  fork 3: search terminated without proof.
% 17.81/2.74  
% 17.81/2.74  **** run 103 fork 6 starts with strategy
% 17.81/2.74  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 17.81/2.76  
% 17.81/2.76  **** run 116 fork 3 starts with strategy
% 17.81/2.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 17.81/2.79  
% 17.81/2.79  
% 17.81/2.79  fork 7: search terminated without proof.
% 17.81/2.80  
% 17.81/2.80  **** run 112 fork 7 starts with strategy
% 17.81/2.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 19.30/2.88  
% 19.30/2.88  
% 19.30/2.88  fork 0: search terminated without proof.
% 19.30/2.89  
% 19.30/2.89  **** run 105 fork 0 starts with strategy
% 19.30/2.89  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.01/2.97  
% 20.01/2.97  fork 2: search finished without proof.
% 20.22/2.99  
% 20.22/2.99  **** run 107 fork 2 starts with strategy
% 20.22/2.99  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.65/3.25  
% 21.65/3.25  fork 5: search finished without proof.
% 21.65/3.26  
% 21.65/3.26  **** run 118 fork 5 starts with strategy
% 21.65/3.26  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 24.45/3.60  
% 24.45/3.60  fork 7: search finished without proof.
% 25.00/3.62  
% 25.00/3.62  **** run 120 fork 7 starts with strategy
% 25.00/3.62  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 25.00/3.64  
% 25.00/3.64  
% 25.00/3.64  fork 4: search terminated without proof.
% 25.00/3.66  
% 25.00/3.66  **** run 109 fork 4 starts with strategy
% 25.00/3.66  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 25.00/3.66  
% 25.00/3.66  fork 7: search finished without proof.
% 25.47/3.68  
% 25.47/3.68  fork 3: search finished without proof.
% 25.47/3.68  
% 25.47/3.68  **** run 128 fork 7 starts with strategy
% 25.47/3.68  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 25.47/3.68  
% 25.47/3.68  fork 4: search finished without proof.
% 25.47/3.70  
% 25.47/3.70  **** run 124 fork 3 starts with strategy
% 25.47/3.70  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 25.47/3.70  
% 25.47/3.70  **** run 117 fork 4 starts with strategy
% 25.47/3.70  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 25.47/3.75  
% 25.47/3.75  
% 25.47/3.75  fork 1: search terminated without proof.
% 26.13/3.76  
% 26.13/3.76  **** run 114 fork 1 starts with strategy
% 26.13/3.76  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 26.85/3.87  
% 26.85/3.87  
% 26.85/3.87  fork 6: search terminated without proof.
% 26.85/3.89  
% 26.85/3.89  **** run 111 fork 6 starts with strategy
% 26.85/3.89  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 27.41/3.91  
% 27.41/3.91  
% 27.41/3.91  fork 0: search terminated without proof.
% 27.41/3.93  
% 27.41/3.93  **** run 113 fork 0 starts with strategy
% 27.41/3.93  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 28.55/4.07  
% 28.55/4.07  
% 28.55/4.07  fork 2: search terminated without proof.
% 28.55/4.09  
% 28.55/4.09  **** run 115 fork 2 starts with strategy
% 28.55/4.09  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 28.55/4.12  
% 28.55/4.12  fork 2: search finished without proof.
% 28.55/4.15  
% 28.55/4.15  **** run 123 fork 2 starts with strategy
% 28.55/4.15  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 30.22/4.28  
% 30.22/4.28  
% 30.22/4.28  fork 5: search terminated without proof.
% 30.22/4.30  
% 30.22/4.30  **** run 126 fork 5 starts with strategy
% 30.22/4.30  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 31.19/4.46  
% 31.19/4.46  fork 4: search finished without proof.
% 31.19/4.48  
% 31.19/4.48  **** run 125 fork 4 starts with strategy
% 31.19/4.48  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 31.78/4.51  
% 31.78/4.51  fork 4: search finished without proof.
% 31.78/4.52  
% 31.78/4.52  **** run 133 fork 4 starts with strategy
% 31.78/4.52  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 32.76/4.72  
% 32.76/4.72  
% 32.76/4.72  fork 7: search terminated without proof.
% 32.76/4.73  
% 32.76/4.73  **** run 136 fork 7 starts with strategy
% 32.76/4.73  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 32.76/4.76  
% 32.76/4.76  fork 7: search finished without proof.
% 32.76/4.78  
% 32.76/4.78  **** run 144 fork 7 starts with strategy
% 32.76/4.78  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 32.76/4.78  
% 32.76/4.78  
% 32.76/4.78  fork 3: search terminated without proof.
% 32.76/4.80  
% 32.76/4.80  **** run 132 fork 3 starts with strategy
% 32.76/4.80  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 32.76/4.80  
% 32.76/4.80  fork 7: search finished without proof.
% 32.76/4.81  
% 32.76/4.81  
% 32.76/4.81  fork 1: search terminated without proof.
% 32.76/4.82  
% 32.76/4.82  **** run 152 fork 7 starts with strategy
% 32.76/4.82  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 33.89/4.83  
% 33.89/4.83  
% 33.89/4.83  result: proof found
% 33.89/4.83  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 33.89/4.83  by run 126 fork 5 strategy {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 33.89/4.83  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 33.89/4.83  
% 33.89/4.83  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 33.89/4.83  
% 33.89/4.83  run 126 fork 5 statistics:
% 33.89/4.83  ----------------------------------
% 33.89/4.83  this run seconds: 0.191357
% 33.89/4.83  total seconds: 4.051380
% 33.89/4.83  stat_given_used: 749
% 33.89/4.83  stat_given_used_at_endgame: 0
% 33.89/4.83  stat_given_candidates:   9325
% 33.89/4.83  stat_given_candidates_at_endgame: 0
% 33.89/4.83  stat_given_candidates_h: 0
% 33.89/4.83  stat_binres_derived_cl:   23487
% 33.89/4.83  stat_binres_derived_cl_h: 0
% 33.89/4.83  stat_factor_derived_cl: 26
% 33.89/4.83  stat_para_derived_cl: 1908
% 33.89/4.83  stat_tautologies_discarded: 55
% 33.89/4.83  stat_forward_subsumed: 4220
% 33.89/4.83  stat_derived_cut: 13612
% 33.89/4.83  stat_derived_rewritten: 0
% 33.89/4.83  stat_weight_discarded_building: 0
% 33.89/4.83  stat_weight_discarded_cl: 0
% 33.89/4.83  stat_internlimit_discarded_cl: 0
% 33.89/4.83  stat_simplified:  0 simplified 0 derived 0 given
% 33.89/4.83  stat_kept_cl: 14554
% 33.89/4.83  stat_built_cl: 16052
% 33.89/4.83  stat_hyperres_partial_cl: 0
% 33.89/4.83  stat_made_rewriters: 1
% 33.89/4.83  stat_backward_subsumed: 0
% 33.89/4.83  stat_propagated_subsumed: 0
% 33.89/4.83  stat_clsubs_attempted:                     80639
% 33.89/4.83  stat_clsubs_fact_groundunit_found:             9
% 33.89/4.83  stat_clsubs_rule_groundunit_found:            26
% 33.89/4.83  stat_clsubs_top_meta_attempted:            2421039
% 33.89/4.83  stat_clsubs_top_meta_failed:               2340400
% 33.89/4.83  stat_clsubs_top_meta_nonpref_attempted:             2421039
% 33.89/4.83  stat_clsubs_top_meta_nonpref_succeeded:              722907
% 33.89/4.83  stat_clsubs_top_meta_pref_attempted:                 722907
% 33.89/4.83  stat_clsubs_top_meta_pref1_succeeded:                683898
% 33.89/4.83  stat_clsubs_top_meta_pref2_succeeded:                190749
% 33.89/4.83  stat_clsubs_top_meta_pref3_succeeded:                 80639
% 33.89/4.83  stat_clsubs_top_meta_pref_succeeded:                  80639
% 33.89/4.83  stat_clsubs_meta_attempted:               470960
% 33.89/4.83  stat_clsubs_meta_failed:                  272629
% 33.89/4.83  stat_clsubs_predsymbs_attempted:               0
% 33.89/4.83  stat_clsubs_unit_attempted:                    0
% 33.89/4.83  stat_clsubs_full_attempted:                80639
% 33.89/4.83  stat_forwardsubs_attempted:                18775
% 33.89/4.83  stat_lit_hash_added:                    121
% 33.89/4.83  stat_lit_hash_computed:              479887
% 33.89/4.83  stat_lit_hash_match_found:            29120
% 33.89/4.83  stat_lit_hash_match_miss:            680370
% 33.89/4.83  stat_lit_hash_cut_ok:                 24690
% 33.89/4.83  stat_lit_strong_cut_ok:                   0
% 33.89/4.83  stat_lit_hash_subsume_ok:              4220
% 33.89/4.83  clqueue els 10000000 used 1
% 33.89/4.83  clactive els 10000000 used 750
% 33.89/4.83  clactivesubsume els 10000000 used 4267
% 33.89/4.83  queue_termbuf els 200000000 used 1309050
% 33.89/4.83  hyper_termbuf els 100000000 used 1
% 33.89/4.83  active_termbuf els 100000000 used 43164
% 33.89/4.83  varstack els 5000 last used 1
% 33.89/4.83  given_termbuf els 10000000 last used 1
% 33.89/4.83  simplified_termbuf els 10000000 last used 1
% 33.89/4.83  derived_termbuf els 10000000 last used 22
% 33.89/4.83  wr_mallocs: 3662
% 33.89/4.83  wr_callocs: 21
% 33.89/4.83  wr_reallocs: 136
% 33.89/4.83  wr_frees: 2
% 33.89/4.83  wr_malloc_bytes: 4162696788
% 33.89/4.83  wr_calloc_bytes: 112065536
% 33.89/4.83  wr_realloc_bytes: 347168
% 33.89/4.83  wr_realloc_freebytes: 0
% 33.89/4.83  ----------------------------------
%------------------------------------------------------------------------------