TSTP Solution File: LCL385-10 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL385-10 : TPTP v8.1.2. Released v7.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n009.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 07:38:54 EDT 2023

% Result   : Unsatisfiable 13.91s 2.21s
% Output   : CNFRefutation 13.91s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named cn_1)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    is_a_theorem(implies(implies(X,Y),implies(implies(Y,Z),implies(X,Z)))) = true,
    inference(cnf_transformation,[],[cn_1]) ).

cnf('2',plain,
    ifeq(is_a_theorem(implies(X,Y)),true,ifeq(is_a_theorem(X),true,is_a_theorem(Y),true),true) = true,
    inference(cnf_transformation,[],[condensed_detachment]) ).

cnf('3',plain,
    ifeq(true,true,ifeq(is_a_theorem(implies(X3,Y3)),true,is_a_theorem(implies(implies(Y3,Z3),implies(X3,Z3))),true),true) = true,
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    ifeq(X,X,Y,Z) = Y,
    inference(cnf_transformation,[],[ifeq_axiom]) ).

cnf('5',plain,
    ifeq(is_a_theorem(implies(X,Y)),true,is_a_theorem(implies(implies(Y,Z),implies(X,Z))),true) = true,
    inference(simplify,[],['3','4']) ).

cnf('6',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(implies(X3,Y3),implies(Z3,Y3)),U3),implies(implies(Z3,X3),U3))),true) = true,
    inference(paramodulation,[],['1','5']) ).

cnf('7',plain,
    is_a_theorem(implies(implies(implies(implies(X,Y),implies(Z,Y)),U),implies(implies(Z,X),U))) = true,
    inference(simplify,[],['6','4']) ).

cnf('8',plain,
    ifeq(true,true,ifeq(is_a_theorem(implies(implies(implies(X3,Y3),implies(Z3,Y3)),U3)),true,is_a_theorem(implies(implies(Z3,X3),U3)),true),true) = true,
    inference(paramodulation,[],['7','2']) ).

cnf('9',plain,
    ifeq(is_a_theorem(implies(implies(implies(X,Y),implies(Z,Y)),U)),true,is_a_theorem(implies(implies(Z,X),U)),true) = true,
    inference(simplify,[],['8','4']) ).

cnf('10',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,implies(Y3,Z3)),implies(implies(U3,Y3),implies(X3,implies(U3,Z3))))),true) = true,
    inference(paramodulation,[],['7','9']) ).

cnf('11',plain,
    is_a_theorem(implies(implies(X,implies(Y,Z)),implies(implies(U,Y),implies(X,implies(U,Z))))) = true,
    inference(simplify,[],['10','4']) ).

cnf('12',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,Y3),implies(implies(Z3,X3),implies(implies(Y3,U3),implies(Z3,U3))))),true) = true,
    inference(paramodulation,[],['11','9']) ).

cnf('13',plain,
    is_a_theorem(implies(implies(X,Y),implies(implies(Z,X),implies(implies(Y,U),implies(Z,U))))) = true,
    inference(simplify,[],['12','4']) ).

cnf('14',plain,
    is_a_theorem(implies(implies(not(X),X),X)) = true,
    inference(cnf_transformation,[],[cn_2]) ).

cnf('15',plain,
    ifeq(is_a_theorem(implies(implies(implies(not(X3),X3),X3),Y3)),true,ifeq(true,true,is_a_theorem(Y3),true),true) = true,
    inference(paramodulation,[],['14','2']) ).

cnf('16',plain,
    ifeq(is_a_theorem(implies(implies(implies(not(X),X),X),Y)),true,is_a_theorem(Y),true) = true,
    inference(simplify,[],['15','4']) ).

cnf('17',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,implies(not(Y3),Y3)),implies(implies(Y3,Z3),implies(X3,Z3)))),true) = true,
    inference(paramodulation,[],['13','16']) ).

cnf('18',plain,
    is_a_theorem(implies(implies(X,implies(not(Y),Y)),implies(implies(Y,Z),implies(X,Z)))) = true,
    inference(simplify,[],['17','4']) ).

cnf('19',plain,
    ifeq(true,true,is_a_theorem(implies(implies(not(X3),Y3),implies(implies(X3,Z3),implies(implies(Y3,X3),Z3)))),true) = true,
    inference(paramodulation,[],['18','9']) ).

cnf('20',plain,
    is_a_theorem(implies(implies(not(X),Y),implies(implies(X,Z),implies(implies(Y,X),Z)))) = true,
    inference(simplify,[],['19','4']) ).

cnf('21',plain,
    is_a_theorem(implies(X,implies(not(X),Y))) = true,
    inference(cnf_transformation,[],[cn_3]) ).

cnf('22',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(not(X3),Y3),Z3),implies(X3,Z3))),true) = true,
    inference(paramodulation,[],['21','5']) ).

cnf('23',plain,
    is_a_theorem(implies(implies(implies(not(X),Y),Z),implies(X,Z))) = true,
    inference(simplify,[],['22','4']) ).

cnf('24',plain,
    ifeq(true,true,ifeq(is_a_theorem(implies(implies(not(X3),Y3),Z3)),true,is_a_theorem(implies(X3,Z3)),true),true) = true,
    inference(paramodulation,[],['23','2']) ).

cnf('25',plain,
    ifeq(is_a_theorem(implies(implies(not(X),Y),Z)),true,is_a_theorem(implies(X,Z)),true) = true,
    inference(simplify,[],['24','4']) ).

cnf('26',plain,
    ifeq(true,true,is_a_theorem(implies(X3,X3)),true) = true,
    inference(paramodulation,[],['14','25']) ).

cnf('27',plain,
    is_a_theorem(implies(X,X)) = true,
    inference(simplify,[],['26','4']) ).

cnf('28',plain,
    ifeq(true,true,ifeq(is_a_theorem(X3),true,is_a_theorem(implies(not(X3),Y3)),true),true) = true,
    inference(paramodulation,[],['21','2']) ).

cnf('29',plain,
    ifeq(is_a_theorem(X),true,is_a_theorem(implies(not(X),Y)),true) = true,
    inference(simplify,[],['28','4']) ).

cnf('30',plain,
    ifeq(true,true,is_a_theorem(implies(not(implies(X3,X3)),Y3)),true) = true,
    inference(paramodulation,[],['27','29']) ).

cnf('31',plain,
    is_a_theorem(implies(not(implies(X,X)),Y)) = true,
    inference(simplify,[],['30','4']) ).

cnf('32',plain,
    ifeq(is_a_theorem(implies(implies(not(implies(X3,X3)),Y3),Z3)),true,ifeq(true,true,is_a_theorem(Z3),true),true) = true,
    inference(paramodulation,[],['31','2']) ).

cnf('33',plain,
    ifeq(is_a_theorem(implies(implies(not(implies(X,X)),Y),Z)),true,is_a_theorem(Z),true) = true,
    inference(simplify,[],['32','4']) ).

cnf('34',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,X3),Y3),implies(implies(Z3,implies(X3,X3)),Y3))),true) = true,
    inference(paramodulation,[],['20','33']) ).

cnf('35',plain,
    is_a_theorem(implies(implies(implies(X,X),Y),implies(implies(Z,implies(X,X)),Y))) = true,
    inference(simplify,[],['34','4']) ).

cnf('36',plain,
    ifeq(is_a_theorem(implies(implies(X3,X3),Y3)),true,ifeq(true,true,is_a_theorem(Y3),true),true) = true,
    inference(paramodulation,[],['27','2']) ).

cnf('37',plain,
    ifeq(is_a_theorem(implies(implies(X,X),Y)),true,is_a_theorem(Y),true) = true,
    inference(simplify,[],['36','4']) ).

cnf('38',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,implies(Y3,Y3)),implies(Y3,Y3))),true) = true,
    inference(paramodulation,[],['35','37']) ).

cnf('39',plain,
    is_a_theorem(implies(implies(X,implies(Y,Y)),implies(Y,Y))) = true,
    inference(simplify,[],['38','4']) ).

cnf('40',plain,
    ifeq(true,true,is_a_theorem(implies(X3,implies(Y3,Y3))),true) = true,
    inference(paramodulation,[],['39','25']) ).

cnf('41',plain,
    is_a_theorem(implies(X,implies(Y,Y))) = true,
    inference(simplify,[],['40','4']) ).

cnf('42',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,X3),Y3),implies(Z3,Y3))),true) = true,
    inference(paramodulation,[],['41','5']) ).

cnf('43',plain,
    is_a_theorem(implies(implies(implies(X,X),Y),implies(Z,Y))) = true,
    inference(simplify,[],['42','4']) ).

cnf('44',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,Y3),Z3),implies(implies(implies(U3,U3),Y3),Z3))),true) = true,
    inference(paramodulation,[],['43','5']) ).

cnf('45',plain,
    is_a_theorem(implies(implies(implies(X,Y),Z),implies(implies(implies(U,U),Y),Z))) = true,
    inference(simplify,[],['44','4']) ).

cnf('46',plain,
    ifeq(true,true,ifeq(is_a_theorem(implies(implies(X3,Y3),Z3)),true,is_a_theorem(implies(implies(implies(U3,U3),Y3),Z3)),true),true) = true,
    inference(paramodulation,[],['45','2']) ).

cnf('47',plain,
    ifeq(is_a_theorem(implies(implies(X,Y),Z)),true,is_a_theorem(implies(implies(implies(U,U),Y),Z)),true) = true,
    inference(simplify,[],['46','4']) ).

cnf('48',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,X3),implies(not(Y3),Y3)),implies(implies(Y3,Z3),implies(U3,Z3)))),true) = true,
    inference(paramodulation,[],['18','47']) ).

cnf('49',plain,
    is_a_theorem(implies(implies(implies(X,X),implies(not(Y),Y)),implies(implies(Y,Z),implies(U,Z)))) = true,
    inference(simplify,[],['48','4']) ).

cnf('50',plain,
    ifeq(true,true,is_a_theorem(implies(implies(not(X3),X3),implies(implies(X3,Y3),implies(Z3,Y3)))),true) = true,
    inference(paramodulation,[],['49','9']) ).

cnf('51',plain,
    is_a_theorem(implies(implies(not(X),X),implies(implies(X,Y),implies(Z,Y)))) = true,
    inference(simplify,[],['50','4']) ).

cnf('52',plain,
    ifeq(true,true,is_a_theorem(implies(X3,implies(implies(X3,Y3),implies(Z3,Y3)))),true) = true,
    inference(paramodulation,[],['51','25']) ).

cnf('53',plain,
    is_a_theorem(implies(X,implies(implies(X,Y),implies(Z,Y)))) = true,
    inference(simplify,[],['52','4']) ).

cnf('54',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(implies(X3,Y3),implies(Z3,Y3)),U3),implies(X3,U3))),true) = true,
    inference(paramodulation,[],['53','5']) ).

cnf('55',plain,
    is_a_theorem(implies(implies(implies(implies(X,Y),implies(Z,Y)),U),implies(X,U))) = true,
    inference(simplify,[],['54','4']) ).

cnf('56',plain,
    ifeq(is_a_theorem(implies(implies(X3,implies(Y3,Y3)),Z3)),true,ifeq(true,true,is_a_theorem(Z3),true),true) = true,
    inference(paramodulation,[],['41','2']) ).

cnf('57',plain,
    ifeq(is_a_theorem(implies(implies(X,implies(Y,Y)),Z)),true,is_a_theorem(Z),true) = true,
    inference(simplify,[],['56','4']) ).

cnf('58',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,Y3),implies(implies(implies(Z3,Z3),X3),Y3))),true) = true,
    inference(paramodulation,[],['20','57']) ).

cnf('59',plain,
    is_a_theorem(implies(implies(X,Y),implies(implies(implies(Z,Z),X),Y))) = true,
    inference(simplify,[],['58','4']) ).

cnf('60',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,X3),Y3),Y3)),true) = true,
    inference(paramodulation,[],['59','37']) ).

cnf('61',plain,
    is_a_theorem(implies(implies(implies(X,X),Y),Y)) = true,
    inference(simplify,[],['60','4']) ).

cnf('62',plain,
    ifeq(is_a_theorem(implies(implies(implies(implies(X3,X3),Y3),Y3),Z3)),true,ifeq(true,true,is_a_theorem(Z3),true),true) = true,
    inference(paramodulation,[],['61','2']) ).

cnf('63',plain,
    ifeq(is_a_theorem(implies(implies(implies(implies(X,X),Y),Y),Z)),true,is_a_theorem(Z),true) = true,
    inference(simplify,[],['62','4']) ).

cnf('64',plain,
    ifeq(true,true,is_a_theorem(implies(X3,implies(Y3,X3))),true) = true,
    inference(paramodulation,[],['55','63']) ).

cnf('65',plain,
    is_a_theorem(implies(X,implies(Y,X))) = true,
    inference(simplify,[],['64','4']) ).

cnf('66',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,Y3),Z3),implies(Y3,Z3))),true) = true,
    inference(paramodulation,[],['65','5']) ).

cnf('67',plain,
    is_a_theorem(implies(implies(implies(X,Y),Z),implies(Y,Z))) = true,
    inference(simplify,[],['66','4']) ).

cnf('68',plain,
    ifeq(true,true,ifeq(is_a_theorem(implies(implies(X3,Y3),Z3)),true,is_a_theorem(implies(Y3,Z3)),true),true) = true,
    inference(paramodulation,[],['67','2']) ).

cnf('69',plain,
    ifeq(is_a_theorem(implies(implies(X,Y),Z)),true,is_a_theorem(implies(Y,Z)),true) = true,
    inference(simplify,[],['68','4']) ).

cnf('70',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,Y3),implies(implies(Z3,X3),implies(U3,implies(Z3,Y3))))),true) = true,
    inference(paramodulation,[],['11','69']) ).

cnf('71',plain,
    is_a_theorem(implies(implies(X,Y),implies(implies(Z,X),implies(U,implies(Z,Y))))) = true,
    inference(simplify,[],['70','4']) ).

cnf('72',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,implies(implies(Y3,Y3),Z3)),implies(U3,implies(X3,Z3)))),true) = true,
    inference(paramodulation,[],['71','63']) ).

cnf('73',plain,
    is_a_theorem(implies(implies(X,implies(implies(Y,Y),Z)),implies(U,implies(X,Z)))) = true,
    inference(simplify,[],['72','4']) ).

cnf('74',plain,
    ifeq(is_a_theorem(implies(implies(implies(implies(not(X3),Y3),Z3),implies(X3,Z3)),U3)),true,ifeq(true,true,is_a_theorem(U3),true),true) = true,
    inference(paramodulation,[],['23','2']) ).

cnf('75',plain,
    ifeq(is_a_theorem(implies(implies(implies(implies(not(X),Y),Z),implies(X,Z)),U)),true,is_a_theorem(U),true) = true,
    inference(simplify,[],['74','4']) ).

cnf('76',plain,
    ifeq(true,true,is_a_theorem(implies(not(X3),implies(X3,implies(Y3,Z3)))),true) = true,
    inference(paramodulation,[],['55','75']) ).

cnf('77',plain,
    is_a_theorem(implies(not(X),implies(X,implies(Y,Z)))) = true,
    inference(simplify,[],['76','4']) ).

cnf('78',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,implies(Y3,Z3)),U3),implies(not(X3),U3))),true) = true,
    inference(paramodulation,[],['77','5']) ).

cnf('79',plain,
    is_a_theorem(implies(implies(implies(X,implies(Y,Z)),U),implies(not(X),U))) = true,
    inference(simplify,[],['78','4']) ).

cnf('80',plain,
    ifeq(true,true,ifeq(is_a_theorem(implies(implies(X3,implies(Y3,Z3)),U3)),true,is_a_theorem(implies(not(X3),U3)),true),true) = true,
    inference(paramodulation,[],['79','2']) ).

cnf('81',plain,
    ifeq(is_a_theorem(implies(implies(X,implies(Y,Z)),U)),true,is_a_theorem(implies(not(X),U)),true) = true,
    inference(simplify,[],['80','4']) ).

cnf('82',plain,
    ifeq(true,true,is_a_theorem(implies(not(X3),implies(Y3,implies(X3,Z3)))),true) = true,
    inference(paramodulation,[],['73','81']) ).

cnf('83',plain,
    is_a_theorem(implies(not(X),implies(Y,implies(X,Z)))) = true,
    inference(simplify,[],['82','4']) ).

cnf('84',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,implies(Y3,Z3)),U3),implies(not(Y3),U3))),true) = true,
    inference(paramodulation,[],['83','5']) ).

cnf('85',plain,
    is_a_theorem(implies(implies(implies(X,implies(Y,Z)),U),implies(not(Y),U))) = true,
    inference(simplify,[],['84','4']) ).

cnf('86',plain,
    ifeq(true,true,is_a_theorem(implies(not(X3),implies(X3,Y3))),true) = true,
    inference(paramodulation,[],['85','63']) ).

cnf('87',plain,
    is_a_theorem(implies(not(X),implies(X,Y))) = true,
    inference(simplify,[],['86','4']) ).

cnf('88',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,Y3),Z3),implies(not(X3),Z3))),true) = true,
    inference(paramodulation,[],['87','5']) ).

cnf('89',plain,
    is_a_theorem(implies(implies(implies(X,Y),Z),implies(not(X),Z))) = true,
    inference(simplify,[],['88','4']) ).

cnf('90',plain,
    ifeq(true,true,is_a_theorem(implies(not(not(X3)),X3)),true) = true,
    inference(paramodulation,[],['89','16']) ).

cnf('91',plain,
    is_a_theorem(implies(not(not(X)),X)) = true,
    inference(simplify,[],['90','4']) ).

cnf('92',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,implies(not(Y3),Y3)),implies(Z3,implies(X3,Y3)))),true) = true,
    inference(paramodulation,[],['71','16']) ).

cnf('93',plain,
    is_a_theorem(implies(implies(X,implies(not(Y),Y)),implies(Z,implies(X,Y)))) = true,
    inference(simplify,[],['92','4']) ).

cnf('94',plain,
    ifeq(true,true,is_a_theorem(implies(implies(not(X3),Y3),implies(Z3,implies(implies(Y3,X3),X3)))),true) = true,
    inference(paramodulation,[],['93','9']) ).

cnf('95',plain,
    is_a_theorem(implies(implies(not(X),Y),implies(Z,implies(implies(Y,X),X)))) = true,
    inference(simplify,[],['94','4']) ).

cnf('96',plain,
    ifeq(is_a_theorem(implies(implies(not(X3),implies(X3,Y3)),Z3)),true,ifeq(true,true,is_a_theorem(Z3),true),true) = true,
    inference(paramodulation,[],['87','2']) ).

cnf('97',plain,
    ifeq(is_a_theorem(implies(implies(not(X),implies(X,Y)),Z)),true,is_a_theorem(Z),true) = true,
    inference(simplify,[],['96','4']) ).

cnf('98',plain,
    ifeq(true,true,is_a_theorem(implies(X3,implies(implies(implies(Y3,Z3),Y3),Y3))),true) = true,
    inference(paramodulation,[],['95','97']) ).

cnf('99',plain,
    is_a_theorem(implies(X,implies(implies(implies(Y,Z),Y),Y))) = true,
    inference(simplify,[],['98','4']) ).

cnf('100',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,Y3),X3),X3)),true) = true,
    inference(paramodulation,[],['99','97']) ).

cnf('101',plain,
    is_a_theorem(implies(implies(implies(X,Y),X),X)) = true,
    inference(simplify,[],['100','4']) ).

cnf('102',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,implies(X3,Y3)),implies(X3,Y3))),true) = true,
    inference(paramodulation,[],['101','9']) ).

cnf('103',plain,
    is_a_theorem(implies(implies(X,implies(X,Y)),implies(X,Y))) = true,
    inference(simplify,[],['102','4']) ).

cnf('104',plain,
    ifeq(true,true,ifeq(is_a_theorem(implies(X3,implies(X3,Y3))),true,is_a_theorem(implies(X3,Y3)),true),true) = true,
    inference(paramodulation,[],['103','2']) ).

cnf('105',plain,
    ifeq(is_a_theorem(implies(X,implies(X,Y))),true,is_a_theorem(implies(X,Y)),true) = true,
    inference(simplify,[],['104','4']) ).

cnf('106',plain,
    ifeq(true,true,is_a_theorem(implies(implies(not(X3),Y3),implies(implies(Y3,X3),X3))),true) = true,
    inference(paramodulation,[],['95','105']) ).

cnf('107',plain,
    is_a_theorem(implies(implies(not(X),Y),implies(implies(Y,X),X))) = true,
    inference(simplify,[],['106','4']) ).

cnf('108',plain,
    ifeq(true,true,ifeq(is_a_theorem(implies(not(X3),Y3)),true,is_a_theorem(implies(implies(Y3,X3),X3)),true),true) = true,
    inference(paramodulation,[],['107','2']) ).

cnf('109',plain,
    ifeq(is_a_theorem(implies(not(X),Y)),true,is_a_theorem(implies(implies(Y,X),X)),true) = true,
    inference(simplify,[],['108','4']) ).

cnf('110',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,not(X3)),not(X3))),true) = true,
    inference(paramodulation,[],['91','109']) ).

cnf('111',plain,
    is_a_theorem(implies(implies(X,not(X)),not(X))) = true,
    inference(simplify,[],['110','4']) ).

cnf('112',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,Y3),X3),implies(implies(X3,Y3),Y3))),true) = true,
    inference(paramodulation,[],['103','9']) ).

cnf('113',plain,
    is_a_theorem(implies(implies(implies(X,Y),X),implies(implies(X,Y),Y))) = true,
    inference(simplify,[],['112','4']) ).

cnf('114',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,Y3),Z3),implies(implies(implies(U3,X3),Y3),Z3))),true) = true,
    inference(paramodulation,[],['67','5']) ).

cnf('115',plain,
    is_a_theorem(implies(implies(implies(X,Y),Z),implies(implies(implies(U,X),Y),Z))) = true,
    inference(simplify,[],['114','4']) ).

cnf('116',plain,
    ifeq(is_a_theorem(implies(implies(implies(X3,Y3),implies(implies(Y3,Z3),implies(X3,Z3))),U3)),true,ifeq(true,true,is_a_theorem(U3),true),true) = true,
    inference(paramodulation,[],['1','2']) ).

cnf('117',plain,
    ifeq(is_a_theorem(implies(implies(implies(X,Y),implies(implies(Y,Z),implies(X,Z))),U)),true,is_a_theorem(U),true) = true,
    inference(simplify,[],['116','4']) ).

cnf('118',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(X3,Y3),Z3),implies(implies(Z3,U3),implies(Y3,U3)))),true) = true,
    inference(paramodulation,[],['115','117']) ).

cnf('119',plain,
    is_a_theorem(implies(implies(implies(X,Y),Z),implies(implies(Z,U),implies(Y,U)))) = true,
    inference(simplify,[],['118','4']) ).

cnf('120',plain,
    ifeq(true,true,ifeq(is_a_theorem(implies(implies(X3,Y3),Z3)),true,is_a_theorem(implies(implies(Z3,U3),implies(Y3,U3))),true),true) = true,
    inference(paramodulation,[],['119','2']) ).

cnf('121',plain,
    ifeq(is_a_theorem(implies(implies(X,Y),Z)),true,is_a_theorem(implies(implies(Z,U),implies(Y,U))),true) = true,
    inference(simplify,[],['120','4']) ).

cnf('122',plain,
    ifeq(true,true,is_a_theorem(implies(implies(implies(implies(X3,Y3),Y3),Z3),implies(X3,Z3))),true) = true,
    inference(paramodulation,[],['113','121']) ).

cnf('123',plain,
    is_a_theorem(implies(implies(implies(implies(X,Y),Y),Z),implies(X,Z))) = true,
    inference(simplify,[],['122','4']) ).

cnf('124',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,implies(Y3,Z3)),implies(Y3,implies(X3,Z3)))),true) = true,
    inference(paramodulation,[],['123','9']) ).

cnf('125',plain,
    is_a_theorem(implies(implies(X,implies(Y,Z)),implies(Y,implies(X,Z)))) = true,
    inference(simplify,[],['124','4']) ).

cnf('126',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,Y3),implies(implies(Z3,X3),implies(Z3,Y3)))),true) = true,
    inference(paramodulation,[],['125','117']) ).

cnf('127',plain,
    is_a_theorem(implies(implies(X,Y),implies(implies(Z,X),implies(Z,Y)))) = true,
    inference(simplify,[],['126','4']) ).

cnf('128',plain,
    ifeq(true,true,ifeq(is_a_theorem(implies(X3,Y3)),true,is_a_theorem(implies(implies(Z3,X3),implies(Z3,Y3))),true),true) = true,
    inference(paramodulation,[],['127','2']) ).

cnf('129',plain,
    ifeq(is_a_theorem(implies(X,Y)),true,is_a_theorem(implies(implies(Z,X),implies(Z,Y))),true) = true,
    inference(simplify,[],['128','4']) ).

cnf('130',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,implies(Y3,not(Y3))),implies(X3,not(Y3)))),true) = true,
    inference(paramodulation,[],['111','129']) ).

cnf('131',plain,
    is_a_theorem(implies(implies(X,implies(Y,not(Y))),implies(X,not(Y)))) = true,
    inference(simplify,[],['130','4']) ).

cnf('132',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,Y3),implies(implies(Y3,not(X3)),not(X3)))),true) = true,
    inference(paramodulation,[],['131','9']) ).

cnf('133',plain,
    is_a_theorem(implies(implies(X,Y),implies(implies(Y,not(X)),not(X)))) = true,
    inference(simplify,[],['132','4']) ).

cnf('134',plain,
    ifeq(true,true,ifeq(is_a_theorem(implies(X3,implies(Y3,Z3))),true,is_a_theorem(implies(Y3,implies(X3,Z3))),true),true) = true,
    inference(paramodulation,[],['125','2']) ).

cnf('135',plain,
    ifeq(is_a_theorem(implies(X,implies(Y,Z))),true,is_a_theorem(implies(Y,implies(X,Z))),true) = true,
    inference(simplify,[],['134','4']) ).

cnf('136',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,not(Y3)),implies(implies(Y3,X3),not(Y3)))),true) = true,
    inference(paramodulation,[],['133','135']) ).

cnf('137',plain,
    is_a_theorem(implies(implies(X,not(Y)),implies(implies(Y,X),not(Y)))) = true,
    inference(simplify,[],['136','4']) ).

cnf('138',plain,
    ifeq(true,true,is_a_theorem(implies(X3,implies(implies(Y3,not(X3)),not(Y3)))),true) = true,
    inference(paramodulation,[],['137','25']) ).

cnf('139',plain,
    is_a_theorem(implies(X,implies(implies(Y,not(X)),not(Y)))) = true,
    inference(simplify,[],['138','4']) ).

cnf('140',plain,
    ifeq(true,true,is_a_theorem(implies(implies(X3,not(Y3)),implies(Y3,not(X3)))),true) = true,
    inference(paramodulation,[],['139','135']) ).

cnf('141',plain,
    is_a_theorem(implies(implies(X,not(Y)),implies(Y,not(X)))) = true,
    inference(simplify,[],['140','4']) ).

cnf('142',plain,
    is_a_theorem(implies(implies(x,not(y)),implies(y,not(x)))) != true,
    inference(cnf_transformation,[],[prove_cn_47]) ).

cnf('143',plain,
    $false,
    inference(resolution,[],['141','142']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : LCL385-10 : TPTP v8.1.2. Released v7.5.0.
% 0.12/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n009.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % 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 17:21:21 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.40  
% 0.20/0.40  input clause set summed statistics:
% 0.20/0.40  ----------------------------------
% 0.20/0.40  in_clause_count:                     6
% 0.20/0.40  in_rule_clause_count:                6
% 0.20/0.40  in_fact_clause_count:                0
% 0.20/0.40  in_answer_clause_count:              0
% 0.20/0.40  in_ground_clause_count:              1
% 0.20/0.40  in_unit_clause_count:                6
% 0.20/0.40  in_horn_clause_count:                6
% 0.20/0.40  in_pos_clause_count:                 5
% 0.20/0.40  in_neg_clause_count:                 1
% 0.20/0.40  in_poseq_clause_count:               5
% 0.20/0.40  in_negeq_clause_count:               1
% 0.20/0.40  in_unitposeq_clause_count:           5
% 0.20/0.40  in_chain_clause_count:               0
% 0.20/0.40  in_min_length:             1
% 0.20/0.40  in_max_length:             1
% 0.20/0.40  in_min_depth:              2
% 0.20/0.40  in_max_depth:              5
% 0.20/0.40  in_min_size:               7
% 0.20/0.40  in_max_size:              16
% 0.20/0.40  in_min_vars:               0
% 0.20/0.40  in_max_vars:               3
% 0.20/0.40  in_extaxiom_count:                 0
% 0.20/0.40  in_axiom_count:                    5
% 0.20/0.40  in_assumption_count:               0
% 0.20/0.40  in_goal_count:                     1
% 0.20/0.40  in_neg_goal_count:                 1
% 0.20/0.40  in_pos_goal_count:                 0
% 0.20/0.40  in_posunit_goal_count:             0
% 0.20/0.40  
% 0.20/0.40  auto guide:
% 0.20/0.40  -----------
% 0.20/0.40  {
% 0.20/0.40  "print":1,
% 0.20/0.40  "print_level": 15,
% 0.20/0.40  "max_size": 0,
% 0.20/0.40  "max_depth": 0,
% 0.20/0.40  "max_length": 0,
% 0.20/0.40  "max_dseconds": 0,
% 0.20/0.40  "runs":[
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.20/0.40  
% 0.20/0.40  ]}
% 0.20/0.40  
% 0.20/0.40  
% 0.20/0.40  **** run 1 fork 0 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.40  
% 0.20/0.40  **** run 2 fork 1 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 3 fork 2 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.40  
% 0.20/0.40  **** run 4 fork 3 starts with strategy
% 0.20/0.40  
% 0.20/0.40  **** run 7 fork 6 starts with strategy
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.40  
% 0.20/0.40  **** run 6 fork 5 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.41  
% 0.20/0.41  **** run 8 fork 7 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 3: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 6: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 1: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 5: search terminated 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":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 7: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  **** run 12 fork 3 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 15 fork 6 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.55  **** run 13 fork 4 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.55  
% 0.20/0.56  
% 0.20/0.56  
% 0.20/0.56  fork 0: search terminated without proof.
% 0.20/0.56  
% 0.20/0.56  **** run 14 fork 5 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.57  
% 0.20/0.57  **** run 16 fork 7 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.58  
% 0.20/0.58  **** run 9 fork 0 starts with strategy
% 0.20/0.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 2: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 3: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  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":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 5: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 7: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  **** run 20 fork 3 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.16/0.69  
% 2.16/0.69  **** run 23 fork 6 starts with strategy
% 2.16/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.16/0.69  
% 2.16/0.69  
% 2.16/0.69  fork 0: search terminated without proof.
% 2.16/0.70  
% 2.16/0.70  **** run 21 fork 4 starts with strategy
% 2.16/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.16/0.70  
% 2.16/0.70  **** run 22 fork 5 starts with strategy
% 2.16/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.16/0.70  
% 2.16/0.70  **** run 24 fork 7 starts with strategy
% 2.16/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.16/0.71  
% 2.16/0.71  **** run 17 fork 0 starts with strategy
% 2.16/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.16/0.73  
% 2.16/0.73  
% 2.16/0.73  fork 1: search terminated without proof.
% 2.16/0.75  
% 2.16/0.75  **** run 18 fork 1 starts with strategy
% 2.16/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.11/0.80  
% 3.11/0.80  
% 3.11/0.80  fork 3: search terminated without proof.
% 3.28/0.81  
% 3.28/0.81  
% 3.28/0.81  fork 2: search terminated without proof.
% 3.35/0.82  
% 3.35/0.82  **** run 28 fork 3 starts with strategy
% 3.35/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.35/0.82  
% 3.35/0.82  
% 3.35/0.82  fork 6: search terminated without proof.
% 3.35/0.83  
% 3.35/0.83  **** run 27 fork 2 starts with strategy
% 3.35/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.35/0.83  
% 3.35/0.83  
% 3.35/0.83  fork 5: search terminated without proof.
% 3.35/0.83  
% 3.35/0.83  
% 3.35/0.83  fork 4: search terminated without proof.
% 3.35/0.84  
% 3.35/0.84  
% 3.35/0.84  fork 7: search terminated without proof.
% 3.35/0.84  
% 3.35/0.84  **** run 31 fork 6 starts with strategy
% 3.35/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.35/0.85  
% 3.35/0.85  
% 3.35/0.85  fork 0: search terminated without proof.
% 3.35/0.85  
% 3.35/0.85  **** run 30 fork 5 starts with strategy
% 3.35/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.35/0.86  
% 3.35/0.86  **** run 29 fork 4 starts with strategy
% 3.35/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.35/0.86  
% 3.35/0.86  **** run 32 fork 7 starts with strategy
% 3.35/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.35/0.87  
% 3.35/0.87  **** run 25 fork 0 starts with strategy
% 3.35/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.35/0.88  
% 3.35/0.88  
% 3.35/0.88  fork 1: search terminated without proof.
% 3.35/0.90  
% 3.35/0.90  **** run 26 fork 1 starts with strategy
% 3.35/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.11/0.93  
% 4.11/0.93  
% 4.11/0.93  fork 3: search terminated without proof.
% 4.11/0.95  
% 4.11/0.95  **** run 36 fork 3 starts with strategy
% 4.11/0.95  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.11/0.95  
% 4.11/0.95  
% 4.11/0.95  fork 2: search terminated without proof.
% 4.11/0.97  
% 4.11/0.97  
% 4.11/0.97  fork 6: search terminated without proof.
% 4.11/0.97  
% 4.11/0.97  **** run 35 fork 2 starts with strategy
% 4.11/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.11/0.97  
% 4.11/0.97  
% 4.11/0.97  fork 4: search terminated without proof.
% 4.11/0.97  
% 4.11/0.97  
% 4.11/0.97  fork 5: search terminated without proof.
% 4.11/0.98  
% 4.11/0.98  
% 4.11/0.98  fork 7: search terminated without proof.
% 4.11/0.98  
% 4.11/0.98  **** run 39 fork 6 starts with strategy
% 4.11/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.75/0.99  
% 4.75/0.99  **** run 37 fork 4 starts with strategy
% 4.75/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.75/0.99  
% 4.75/0.99  
% 4.75/0.99  fork 0: search terminated without proof.
% 4.75/1.00  
% 4.75/1.00  **** run 38 fork 5 starts with strategy
% 4.75/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.75/1.00  
% 4.75/1.00  **** run 40 fork 7 starts with strategy
% 4.75/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.75/1.01  
% 4.75/1.01  **** run 33 fork 0 starts with strategy
% 4.75/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.75/1.02  
% 4.75/1.02  
% 4.75/1.02  fork 1: search terminated without proof.
% 4.75/1.04  
% 4.75/1.04  **** run 34 fork 1 starts with strategy
% 4.75/1.04  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.75/1.06  
% 4.75/1.06  
% 4.75/1.06  fork 3: search terminated without proof.
% 5.43/1.08  
% 5.43/1.08  **** run 44 fork 3 starts with strategy
% 5.43/1.08  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.49/1.09  
% 5.49/1.09  
% 5.49/1.09  fork 2: search terminated without proof.
% 5.49/1.10  
% 5.49/1.10  
% 5.49/1.10  fork 6: search terminated without proof.
% 5.68/1.11  
% 5.68/1.11  **** run 43 fork 2 starts with strategy
% 5.68/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.79/1.12  
% 5.79/1.12  
% 5.79/1.12  fork 7: search terminated without proof.
% 5.79/1.12  
% 5.79/1.12  
% 5.79/1.12  fork 4: search terminated without proof.
% 5.79/1.12  
% 5.79/1.12  
% 5.79/1.12  fork 5: search terminated without proof.
% 5.79/1.12  
% 5.79/1.12  **** run 47 fork 6 starts with strategy
% 5.79/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.79/1.13  
% 5.79/1.13  
% 5.79/1.13  fork 0: search terminated without proof.
% 5.79/1.14  
% 5.79/1.14  **** run 48 fork 7 starts with strategy
% 5.79/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.79/1.14  
% 5.79/1.14  **** run 45 fork 4 starts with strategy
% 5.79/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.79/1.14  
% 5.79/1.14  **** run 46 fork 5 starts with strategy
% 5.79/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.79/1.15  
% 5.79/1.15  **** run 41 fork 0 starts with strategy
% 5.79/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.79/1.15  
% 5.79/1.15  fork 6: search finished without proof.
% 5.79/1.16  
% 5.79/1.16  
% 5.79/1.16  fork 1: search terminated without proof.
% 5.79/1.16  
% 5.79/1.16  **** run 55 fork 6 starts with strategy
% 5.79/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.79/1.17  
% 5.79/1.17  fork 7: search finished without proof.
% 5.79/1.17  
% 5.79/1.17  fork 5: search finished without proof.
% 5.79/1.18  
% 5.79/1.18  **** run 56 fork 7 starts with strategy
% 5.79/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 5.79/1.18  
% 5.79/1.18  **** run 54 fork 5 starts with strategy
% 5.79/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.79/1.19  
% 5.79/1.19  **** run 42 fork 1 starts with strategy
% 5.79/1.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 6.51/1.21  
% 6.51/1.21  
% 6.51/1.21  fork 3: search terminated without proof.
% 6.51/1.21  
% 6.51/1.21  fork 5: search finished without proof.
% 6.51/1.23  
% 6.51/1.23  **** run 62 fork 5 starts with strategy
% 6.51/1.23  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.51/1.24  
% 6.51/1.24  
% 6.51/1.24  fork 2: search terminated without proof.
% 6.51/1.24  
% 6.51/1.24  **** run 52 fork 3 starts with strategy
% 6.51/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.51/1.26  
% 6.51/1.26  **** run 51 fork 2 starts with strategy
% 6.51/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.51/1.26  
% 6.51/1.26  fork 3: search finished without proof.
% 6.51/1.26  
% 6.51/1.26  
% 6.51/1.26  fork 4: search terminated without proof.
% 6.51/1.27  
% 6.51/1.27  
% 6.51/1.27  fork 0: search terminated without proof.
% 6.51/1.28  
% 6.51/1.28  **** run 60 fork 3 starts with strategy
% 6.51/1.28  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.51/1.28  
% 6.51/1.28  fork 2: search finished without proof.
% 6.51/1.28  
% 6.51/1.28  **** run 53 fork 4 starts with strategy
% 6.51/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.51/1.28  
% 6.51/1.28  
% 6.51/1.28  fork 6: search terminated without proof.
% 6.51/1.29  
% 6.51/1.29  **** run 49 fork 0 starts with strategy
% 6.51/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.51/1.30  
% 6.51/1.30  **** run 59 fork 2 starts with strategy
% 6.51/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.51/1.30  
% 6.51/1.30  **** run 63 fork 6 starts with strategy
% 6.51/1.30  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.51/1.31  
% 6.51/1.31  fork 4: search finished without proof.
% 6.51/1.31  
% 6.51/1.31  
% 6.51/1.31  fork 7: search terminated without proof.
% 6.51/1.33  
% 6.51/1.33  **** run 61 fork 4 starts with strategy
% 6.51/1.33  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 6.51/1.33  
% 6.51/1.33  **** run 64 fork 7 starts with strategy
% 6.51/1.33  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 6.51/1.33  
% 6.51/1.33  
% 6.51/1.33  fork 1: search terminated without proof.
% 7.49/1.36  
% 7.49/1.36  
% 7.49/1.36  fork 5: search terminated without proof.
% 7.49/1.37  
% 7.49/1.37  **** run 50 fork 1 starts with strategy
% 7.49/1.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.49/1.38  
% 7.49/1.38  **** run 70 fork 5 starts with strategy
% 7.49/1.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 7.49/1.40  
% 7.49/1.40  
% 7.49/1.40  fork 3: search terminated without proof.
% 7.49/1.42  
% 7.49/1.42  **** run 68 fork 3 starts with strategy
% 7.49/1.42  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 7.49/1.42  
% 7.49/1.42  
% 7.49/1.42  fork 2: search terminated without proof.
% 7.49/1.42  
% 7.49/1.42  
% 7.49/1.42  fork 6: search terminated without proof.
% 7.49/1.42  
% 7.49/1.42  
% 7.49/1.42  fork 0: search terminated without proof.
% 8.24/1.44  
% 8.24/1.44  **** run 67 fork 2 starts with strategy
% 8.24/1.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 8.24/1.44  
% 8.24/1.44  **** run 71 fork 6 starts with strategy
% 8.24/1.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 8.30/1.45  
% 8.30/1.45  
% 8.30/1.45  fork 4: search terminated without proof.
% 8.30/1.45  
% 8.30/1.45  **** run 57 fork 0 starts with strategy
% 8.30/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.30/1.45  
% 8.30/1.45  
% 8.30/1.45  fork 7: search terminated without proof.
% 8.30/1.47  
% 8.30/1.47  **** run 69 fork 4 starts with strategy
% 8.30/1.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 8.30/1.47  
% 8.30/1.47  **** run 72 fork 7 starts with strategy
% 8.30/1.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 8.30/1.50  
% 8.30/1.50  
% 8.30/1.50  fork 1: search terminated without proof.
% 8.78/1.51  
% 8.78/1.51  **** run 58 fork 1 starts with strategy
% 8.78/1.51  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 9.19/1.56  
% 9.19/1.56  
% 9.19/1.56  fork 0: search terminated without proof.
% 9.19/1.58  
% 9.19/1.58  **** run 65 fork 0 starts with strategy
% 9.19/1.58  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.19/1.63  
% 9.19/1.63  
% 9.19/1.63  fork 1: search terminated without proof.
% 9.95/1.65  
% 9.95/1.65  **** run 66 fork 1 starts with strategy
% 9.95/1.65  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.95/1.68  
% 9.95/1.68  fork 1: search finished without proof.
% 10.25/1.69  
% 10.25/1.69  **** run 74 fork 1 starts with strategy
% 10.25/1.69  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 10.25/1.71  
% 10.25/1.71  
% 10.25/1.71  fork 0: search terminated without proof.
% 10.25/1.73  
% 10.25/1.73  **** run 73 fork 0 starts with strategy
% 10.25/1.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 13.91/2.21  
% 13.91/2.21  
% 13.91/2.21  result: proof found
% 13.91/2.21  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 13.91/2.21  by run 74 fork 1 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 13.91/2.21  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 13.91/2.21  
% 13.91/2.21  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 13.91/2.21  
% 13.91/2.21  run 74 fork 1 statistics:
% 13.91/2.21  ----------------------------------
% 13.91/2.21  this run seconds: 0.494362
% 13.91/2.21  total seconds: 1.689773
% 13.91/2.21  stat_given_used: 696
% 13.91/2.21  stat_given_used_at_endgame: 0
% 13.91/2.21  stat_given_candidates:   3946
% 13.91/2.21  stat_given_candidates_at_endgame: 0
% 13.91/2.21  stat_given_candidates_h: 0
% 13.91/2.21  stat_binres_derived_cl:   1
% 13.91/2.21  stat_binres_derived_cl_h: 0
% 13.91/2.21  stat_factor_derived_cl: 0
% 13.91/2.21  stat_para_derived_cl: 171736
% 13.91/2.21  stat_tautologies_discarded: 0
% 13.91/2.21  stat_forward_subsumed: 56880
% 13.91/2.21  stat_derived_cut: 0
% 13.91/2.21  stat_derived_rewritten: 689
% 13.91/2.21  stat_weight_discarded_building: 0
% 13.91/2.21  stat_weight_discarded_cl: 0
% 13.91/2.21  stat_internlimit_discarded_cl: 0
% 13.91/2.21  stat_simplified:  689 simplified 0 derived 0 given
% 13.91/2.21  stat_kept_cl: 44644
% 13.91/2.21  stat_built_cl: 46725
% 13.91/2.21  stat_hyperres_partial_cl: 0
% 13.91/2.21  stat_made_rewriters: 695
% 13.91/2.21  stat_backward_subsumed: 0
% 13.91/2.21  stat_propagated_subsumed: 0
% 13.91/2.21  stat_clsubs_attempted:                     50211
% 13.91/2.21  stat_clsubs_fact_groundunit_found:             0
% 13.91/2.21  stat_clsubs_rule_groundunit_found:             1
% 13.91/2.21  stat_clsubs_top_meta_attempted:             241165
% 13.91/2.21  stat_clsubs_top_meta_failed:                190954
% 13.91/2.21  stat_clsubs_top_meta_nonpref_attempted:              241165
% 13.91/2.21  stat_clsubs_top_meta_nonpref_succeeded:               72401
% 13.91/2.21  stat_clsubs_top_meta_pref_attempted:                  72401
% 13.91/2.21  stat_clsubs_top_meta_pref1_succeeded:                 72401
% 13.91/2.21  stat_clsubs_top_meta_pref2_succeeded:                 51144
% 13.91/2.21  stat_clsubs_top_meta_pref3_succeeded:                 50211
% 13.91/2.21  stat_clsubs_top_meta_pref_succeeded:                  50211
% 13.91/2.21  stat_clsubs_meta_attempted:                50211
% 13.91/2.21  stat_clsubs_meta_failed:                    8477
% 13.91/2.21  stat_clsubs_predsymbs_attempted:               0
% 13.91/2.21  stat_clsubs_unit_attempted:                50211
% 13.91/2.21  stat_clsubs_full_attempted:                    0
% 13.91/2.21  stat_forwardsubs_attempted:               101524
% 13.91/2.21  stat_lit_hash_added:                  44651
% 13.91/2.21  stat_lit_hash_computed:              146874
% 13.91/2.21  stat_lit_hash_match_found:            56881
% 13.91/2.21  stat_lit_hash_match_miss:             90675
% 13.91/2.21  stat_lit_hash_cut_ok:                     0
% 13.91/2.21  stat_lit_strong_cut_ok:                   0
% 13.91/2.21  stat_lit_hash_subsume_ok:             56880
% 13.91/2.21  clqueue els 10000000 used 1
% 13.91/2.21  clactive els 10000000 used 697
% 13.91/2.21  clactivesubsume els 10000000 used 4171
% 13.91/2.21  queue_termbuf els 200000000 used 4634103
% 13.91/2.21  hyper_termbuf els 100000000 used 1
% 13.91/2.21  active_termbuf els 100000000 used 40665
% 13.91/2.21  varstack els 5000 last used 1
% 13.91/2.21  given_termbuf els 10000000 last used 53
% 13.91/2.21  simplified_termbuf els 10000000 last used 1
% 13.91/2.21  derived_termbuf els 10000000 last used 3
% 13.91/2.21  wr_mallocs: 176777
% 13.91/2.21  wr_callocs: 21
% 13.91/2.21  wr_reallocs: 9133
% 13.91/2.21  wr_frees: 2
% 13.91/2.21  wr_malloc_bytes: 4168774724
% 13.91/2.21  wr_calloc_bytes: 112065536
% 13.91/2.21  wr_realloc_bytes: 1654216
% 13.91/2.21  wr_realloc_freebytes: 0
% 13.91/2.21  ----------------------------------
%------------------------------------------------------------------------------