TSTP Solution File: BOO023-1 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : BOO023-1 : TPTP v8.1.2. Released v2.2.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 : Wed Aug 30 18:08:39 EDT 2023

% Result   : Unsatisfiable 110.70s 14.29s
% Output   : CNFRefutation 110.70s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named multiply_add)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(add(X,Y),Y) = Y,
    inference(cnf_transformation,[],[multiply_add]) ).

cnf('2',plain,
    multiply(X,add(Y,Z)) = add(multiply(Y,X),multiply(Z,X)),
    inference(cnf_transformation,[],[multiply_add_property]) ).

cnf('3',plain,
    add(X3,Y3) = add(multiply(X3,add(Z3,add(X3,Y3))),multiply(Y3,add(Z3,add(X3,Y3)))),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    multiply(X,add(Y,add(Z,X))) = add(multiply(Y,X),X),
    inference(paramodulation,[],['1','2']) ).

cnf('5',plain,
    add(X,Y) = add(multiply(X,add(Z,add(X,Y))),add(multiply(Z,Y),Y)),
    inference(simplify,[],['3','4']) ).

cnf('6',plain,
    multiply(add(X,Y),add(multiply(Z,Y),Y)) = add(multiply(Z,Y),Y),
    inference(paramodulation,[],['5','1']) ).

cnf('7',plain,
    multiply(add(X3,Y3),add(multiply(add(Z3,Y3),Y3),Y3)) = add(Y3,Y3),
    inference(paramodulation,[],['1','6']) ).

cnf('8',plain,
    multiply(add(X,Y),add(Y,Y)) = add(Y,Y),
    inference(simplify,[],['7','1']) ).

cnf('9',plain,
    add(X,X) = add(add(multiply(Y,X),X),add(multiply(Y,X),X)),
    inference(paramodulation,[],['4','5']) ).

cnf('10',plain,
    multiply(X3,add(X3,X3)) = add(multiply(add(multiply(Y3,X3),X3),X3),X3),
    inference(paramodulation,[],['9','4']) ).

cnf('11',plain,
    multiply(X,add(X,X)) = add(X,X),
    inference(simplify,[],['10','1']) ).

cnf('12',plain,
    multiply(add(X,X),add(X,Y)) = add(add(X,X),multiply(Y,add(X,X))),
    inference(paramodulation,[],['11','2']) ).

cnf('13',plain,
    multiply(add(X3,X3),add(X3,add(Y3,X3))) = add(add(X3,X3),add(X3,X3)),
    inference(paramodulation,[],['8','12']) ).

cnf('14',plain,
    multiply(add(X,X),add(Y,X)) = add(multiply(Y,add(X,X)),add(X,X)),
    inference(paramodulation,[],['11','2']) ).

cnf('15',plain,
    multiply(add(X3,X3),add(X3,X3)) = add(add(X3,X3),add(X3,X3)),
    inference(paramodulation,[],['11','14']) ).

cnf('16',plain,
    add(X,X) = add(add(X,X),add(X,X)),
    inference(simplify,[],['15','8']) ).

cnf('17',plain,
    multiply(add(X,X),add(X,add(Y,X))) = add(X,X),
    inference(simplify,[],['13','16']) ).

cnf('18',plain,
    add(add(X,X),X) = add(add(X,X),add(multiply(X,X),X)),
    inference(paramodulation,[],['17','5']) ).

cnf('19',plain,
    multiply(X3,add(add(X3,X3),X3)) = add(multiply(add(X3,X3),X3),X3),
    inference(paramodulation,[],['18','4']) ).

cnf('20',plain,
    multiply(X,add(add(Y,X),Z)) = add(X,multiply(Z,X)),
    inference(paramodulation,[],['1','2']) ).

cnf('21',plain,
    add(X,multiply(X,X)) = add(X,X),
    inference(simplify,[then_simplify],['19','20','1']) ).

cnf('22',plain,
    add(X,inverse(X)) = n1,
    inference(cnf_transformation,[],[additive_inverse]) ).

cnf('23',plain,
    multiply(n1,inverse(X)) = inverse(X),
    inference(paramodulation,[],['22','1']) ).

cnf('24',plain,
    multiply(inverse(X),add(n1,Y)) = add(inverse(X),multiply(Y,inverse(X))),
    inference(paramodulation,[],['23','2']) ).

cnf('25',plain,
    multiply(inverse(X),add(n1,inverse(X))) = add(inverse(X),inverse(X)),
    inference(paramodulation,[],['21','24']) ).

cnf('26',plain,
    pixley(X0,X1,X2) = add(multiply(X0,inverse(X1)),add(multiply(X0,X2),multiply(inverse(X1),X2))),
    inference(cnf_transformation,[],[pixley_defn]) ).

cnf('27',plain,
    pixley(X,Y,Z) = add(multiply(X,inverse(Y)),multiply(Z,add(X,inverse(Y)))),
    inference(simplify,[],['26','2']) ).

cnf('28',plain,
    pixley(n1,X,Y) = add(inverse(X),multiply(Y,add(n1,inverse(X)))),
    inference(paramodulation,[],['23','27']) ).

cnf('29',plain,
    pixley(n1,X,inverse(X)) = add(inverse(X),add(inverse(X),inverse(X))),
    inference(paramodulation,[],['25','28']) ).

cnf('30',plain,
    multiply(add(X3,inverse(Y3)),add(inverse(Y3),inverse(Y3))) = add(multiply(n1,inverse(Y3)),inverse(Y3)),
    inference(paramodulation,[],['23','6']) ).

cnf('31',plain,
    multiply(add(X,inverse(Y)),add(inverse(Y),inverse(Y))) = add(inverse(Y),inverse(Y)),
    inference(simplify,[],['30','23']) ).

cnf('32',plain,
    multiply(n1,add(inverse(X),inverse(X))) = add(inverse(X),inverse(X)),
    inference(paramodulation,[],['22','31']) ).

cnf('33',plain,
    pixley(X3,X3,Y3) = add(multiply(X3,inverse(X3)),multiply(Y3,n1)),
    inference(paramodulation,[],['22','27']) ).

cnf('34',plain,
    pixley(X,X,Y) = Y,
    inference(cnf_transformation,[],[pixley1]) ).

cnf('35',plain,
    X = add(multiply(Y,inverse(Y)),multiply(X,n1)),
    inference(simplify,[],['33','34']) ).

cnf('36',plain,
    X = add(inverse(n1),multiply(X,n1)),
    inference(paramodulation,[],['23','35']) ).

cnf('37',plain,
    multiply(multiply(X,add(Y,Z)),multiply(Z,X)) = multiply(Z,X),
    inference(paramodulation,[],['2','1']) ).

cnf('38',plain,
    multiply(multiply(X,n1),multiply(inverse(Y),X)) = multiply(inverse(Y),X),
    inference(paramodulation,[],['22','37']) ).

cnf('39',plain,
    multiply(multiply(X,n1),add(X,Y)) = add(multiply(X,n1),multiply(Y,multiply(X,n1))),
    inference(paramodulation,[],['35','20']) ).

cnf('40',plain,
    multiply(multiply(inverse(X3),n1),add(inverse(X3),multiply(n1,n1))) = add(multiply(inverse(X3),n1),multiply(inverse(X3),n1)),
    inference(paramodulation,[],['38','39']) ).

cnf('41',plain,
    multiply(multiply(inverse(X),n1),add(inverse(X),multiply(n1,n1))) = multiply(n1,add(inverse(X),inverse(X))),
    inference(simplify,[],['40','2']) ).

cnf('42',plain,
    multiply(multiply(inverse(n1),n1),n1) = multiply(n1,add(inverse(n1),inverse(n1))),
    inference(paramodulation,[],['36','41']) ).

cnf('43',plain,
    multiply(multiply(inverse(n1),n1),n1) = add(inverse(n1),inverse(n1)),
    inference(paramodulation,[],['32','42']) ).

cnf('44',plain,
    multiply(inverse(n1),n1) = add(inverse(n1),add(inverse(n1),inverse(n1))),
    inference(paramodulation,[],['43','36']) ).

cnf('45',plain,
    multiply(inverse(n1),n1) = pixley(n1,n1,inverse(n1)),
    inference(paramodulation,[],['29','44']) ).

cnf('46',plain,
    multiply(inverse(n1),n1) = inverse(n1),
    inference(simplify,[],['45','34']) ).

cnf('47',plain,
    multiply(n1,add(inverse(n1),add(X3,n1))) = add(inverse(n1),n1),
    inference(paramodulation,[],['46','4']) ).

cnf('48',plain,
    multiply(n1,add(inverse(n1),X3)) = add(inverse(n1),multiply(X3,n1)),
    inference(paramodulation,[],['46','2']) ).

cnf('49',plain,
    multiply(n1,add(inverse(n1),X)) = X,
    inference(simplify,[],['48','36']) ).

cnf('50',plain,
    multiply(X,multiply(X,n1)) = multiply(X,n1),
    inference(paramodulation,[],['35','1']) ).

cnf('51',plain,
    multiply(multiply(X,n1),add(Y,X)) = add(multiply(Y,multiply(X,n1)),multiply(X,n1)),
    inference(paramodulation,[],['35','4']) ).

cnf('52',plain,
    multiply(multiply(X3,n1),add(X3,X3)) = add(multiply(X3,n1),multiply(X3,n1)),
    inference(paramodulation,[],['50','51']) ).

cnf('53',plain,
    multiply(multiply(X,n1),add(X,X)) = multiply(n1,add(X,X)),
    inference(simplify,[],['52','2']) ).

cnf('54',plain,
    multiply(add(X3,X3),add(Y3,multiply(X3,n1))) = add(multiply(Y3,add(X3,X3)),multiply(n1,add(X3,X3))),
    inference(paramodulation,[],['53','2']) ).

cnf('55',plain,
    multiply(add(X,X),add(Y,multiply(X,n1))) = multiply(add(X,X),add(Y,n1)),
    inference(simplify,[],['54','2']) ).

cnf('56',plain,
    multiply(add(X,X),multiply(n1,add(Y,X))) = multiply(add(X,X),add(multiply(Y,n1),n1)),
    inference(paramodulation,[],['2','55']) ).

cnf('57',plain,
    multiply(add(n1,n1),multiply(n1,add(X3,n1))) = add(multiply(X3,n1),n1),
    inference(paramodulation,[],['6','56']) ).

cnf('58',plain,
    multiply(add(multiply(X,Y),Y),multiply(Y,add(Z,Y))) = multiply(Y,add(Z,Y)),
    inference(paramodulation,[],['6','37']) ).

cnf('59',plain,
    multiply(add(X,X),multiply(X,add(Y,X))) = multiply(X,add(Y,X)),
    inference(paramodulation,[],['1','58']) ).

cnf('60',plain,
    multiply(n1,add(X,n1)) = add(multiply(X,n1),n1),
    inference(simplify,[],['57','59']) ).

cnf('61',plain,
    n1 = add(multiply(inverse(n1),n1),n1),
    inference(paramodulation,[],['49','60']) ).

cnf('62',plain,
    n1 = add(inverse(n1),n1),
    inference(simplify,[],['61','46']) ).

cnf('63',plain,
    add(X,n1) = n1,
    inference(simplify,[then_simplify],['47','49','62']) ).

cnf('64',plain,
    pixley(X,Y,Y) = X,
    inference(cnf_transformation,[],[pixley2]) ).

cnf('65',plain,
    multiply(add(inverse(X3),inverse(X3)),add(inverse(X3),n1)) = add(inverse(X3),inverse(X3)),
    inference(paramodulation,[],['22','17']) ).

cnf('66',plain,
    multiply(inverse(X),add(Y,n1)) = add(multiply(Y,inverse(X)),inverse(X)),
    inference(paramodulation,[],['23','2']) ).

cnf('67',plain,
    multiply(multiply(inverse(X),add(Y,n1)),inverse(X)) = inverse(X),
    inference(paramodulation,[],['66','1']) ).

cnf('68',plain,
    multiply(inverse(X),add(multiply(inverse(X),add(Y,n1)),n1)) = add(inverse(X),inverse(X)),
    inference(paramodulation,[],['67','66']) ).

cnf('69',plain,
    multiply(inverse(X),n1) = add(inverse(X),inverse(X)),
    inference(paramodulation,[],['63','68']) ).

cnf('70',plain,
    multiply(multiply(inverse(X),n1),n1) = multiply(inverse(X),n1),
    inference(simplify,[then_simplify],['65','69','63','69']) ).

cnf('71',plain,
    multiply(inverse(X3),n1) = add(inverse(n1),multiply(inverse(X3),n1)),
    inference(paramodulation,[],['70','36']) ).

cnf('72',plain,
    multiply(inverse(X),n1) = inverse(X),
    inference(simplify,[],['71','36']) ).

cnf('73',plain,
    multiply(n1,add(X,inverse(Y))) = add(multiply(X,n1),inverse(Y)),
    inference(paramodulation,[],['72','2']) ).

cnf('74',plain,
    pixley(X,Y,n1) = add(multiply(X,inverse(Y)),add(multiply(X,n1),inverse(Y))),
    inference(paramodulation,[],['73','27']) ).

cnf('75',plain,
    multiply(multiply(add(X3,add(Y3,inverse(Z3))),n1),add(multiply(X3,inverse(Z3)),inverse(Z3))) = multiply(inverse(Z3),add(X3,add(Y3,inverse(Z3)))),
    inference(paramodulation,[],['4','38']) ).

cnf('76',plain,
    multiply(multiply(add(X,add(Y,inverse(Z))),n1),inverse(Z)) = inverse(Z),
    inference(simplify,[then_simplify],['75','66','63','72','4','66','63','72']) ).

cnf('77',plain,
    multiply(multiply(pixley(X,Y,n1),n1),inverse(Y)) = inverse(Y),
    inference(paramodulation,[],['74','76']) ).

cnf('78',plain,
    multiply(multiply(X3,n1),inverse(n1)) = inverse(n1),
    inference(paramodulation,[],['64','77']) ).

cnf('79',plain,
    multiply(multiply(inverse(X),n1),inverse(X)) = inverse(X),
    inference(paramodulation,[],['62','67']) ).

cnf('80',plain,
    multiply(inverse(X),inverse(X)) = inverse(X),
    inference(paramodulation,[],['72','79']) ).

cnf('81',plain,
    multiply(inverse(X3),add(inverse(X3),Y3)) = add(inverse(X3),multiply(Y3,inverse(X3))),
    inference(paramodulation,[],['80','2']) ).

cnf('82',plain,
    multiply(inverse(X),add(inverse(X),Y)) = multiply(inverse(X),add(n1,Y)),
    inference(simplify,[],['81','24']) ).

cnf('83',plain,
    multiply(inverse(n1),X) = multiply(inverse(n1),add(n1,multiply(X,n1))),
    inference(paramodulation,[],['36','82']) ).

cnf('84',plain,
    multiply(n1,multiply(inverse(n1),add(n1,X))) = multiply(X,inverse(n1)),
    inference(paramodulation,[],['24','49']) ).

cnf('85',plain,
    multiply(n1,multiply(inverse(n1),X)) = multiply(multiply(X,n1),inverse(n1)),
    inference(paramodulation,[],['83','84']) ).

cnf('86',plain,
    multiply(n1,multiply(inverse(n1),X)) = inverse(n1),
    inference(simplify,[],['78','85']) ).

cnf('87',plain,
    inverse(n1) = multiply(X,inverse(n1)),
    inference(paramodulation,[],['86','84']) ).

cnf('88',plain,
    multiply(inverse(n1),add(n1,X3)) = add(inverse(n1),inverse(n1)),
    inference(paramodulation,[],['87','24']) ).

cnf('89',plain,
    inverse(X) = add(inverse(n1),inverse(X)),
    inference(paramodulation,[],['72','36']) ).

cnf('90',plain,
    multiply(inverse(n1),add(n1,X)) = inverse(n1),
    inference(simplify,[],['88','89']) ).

cnf('91',plain,
    multiply(inverse(n1),X) = inverse(n1),
    inference(paramodulation,[],['90','83']) ).

cnf('92',plain,
    multiply(pixley(X,Y,Z),multiply(Z,add(X,inverse(Y)))) = multiply(Z,add(X,inverse(Y))),
    inference(paramodulation,[],['27','1']) ).

cnf('93',plain,
    multiply(X,multiply(Y,add(X,inverse(Y)))) = multiply(Y,add(X,inverse(Y))),
    inference(paramodulation,[],['64','92']) ).

cnf('94',plain,
    inverse(n1) = multiply(X3,add(inverse(n1),inverse(X3))),
    inference(paramodulation,[],['91','93']) ).

cnf('95',plain,
    inverse(n1) = multiply(X,inverse(X)),
    inference(simplify,[],['94','89']) ).

cnf('96',plain,
    multiply(multiply(X,inverse(Y)),multiply(inverse(Y),X)) = multiply(inverse(Y),X),
    inference(paramodulation,[],['89','37']) ).

cnf('97',plain,
    multiply(inverse(n1),multiply(inverse(X3),X3)) = multiply(inverse(X3),X3),
    inference(paramodulation,[],['95','96']) ).

cnf('98',plain,
    inverse(n1) = multiply(inverse(X),X),
    inference(simplify,[],['97','91']) ).

cnf('99',plain,
    multiply(X,add(inverse(X),Y)) = add(inverse(n1),multiply(Y,X)),
    inference(paramodulation,[],['98','2']) ).

cnf('100',plain,
    multiply(X,n1) = add(inverse(n1),multiply(n1,X)),
    inference(paramodulation,[],['63','99']) ).

cnf('101',plain,
    multiply(n1,multiply(X,n1)) = multiply(n1,X),
    inference(paramodulation,[],['100','49']) ).

cnf('102',plain,
    multiply(multiply(X3,n1),n1) = add(inverse(n1),multiply(n1,X3)),
    inference(paramodulation,[],['101','100']) ).

cnf('103',plain,
    multiply(multiply(X,n1),n1) = multiply(X,n1),
    inference(simplify,[],['102','100']) ).

cnf('104',plain,
    multiply(X3,n1) = add(inverse(n1),multiply(X3,n1)),
    inference(paramodulation,[],['103','36']) ).

cnf('105',plain,
    multiply(X,n1) = X,
    inference(simplify,[],['104','36']) ).

cnf('106',plain,
    multiply(X,n1) = add(X,multiply(n1,X)),
    inference(paramodulation,[],['63','20']) ).

cnf('107',plain,
    X3 = add(X3,multiply(n1,X3)),
    inference(paramodulation,[],['105','106']) ).

cnf('108',plain,
    X = add(inverse(n1),X),
    inference(paramodulation,[],['105','36']) ).

cnf('109',plain,
    multiply(n1,X) = X,
    inference(paramodulation,[],['108','49']) ).

cnf('110',plain,
    X = add(X,X),
    inference(simplify,[],['107','109']) ).

cnf('111',plain,
    multiply(X3,add(Y3,Y3)) = multiply(Y3,X3),
    inference(paramodulation,[],['110','2']) ).

cnf('112',plain,
    multiply(X,Y) = multiply(Y,X),
    inference(simplify,[],['111','110']) ).

cnf('113',plain,
    multiply(X,add(Y,Z)) = add(multiply(Y,X),multiply(X,Z)),
    inference(paramodulation,[],['112','2']) ).

cnf('114',plain,
    add(X3,X3) = add(multiply(Y3,X3),X3),
    inference(paramodulation,[],['110','9']) ).

cnf('115',plain,
    X = add(multiply(Y,X),X),
    inference(simplify,[],['114','110']) ).

cnf('116',plain,
    X = add(multiply(X,Y),X),
    inference(paramodulation,[],['112','115']) ).

cnf('117',plain,
    pixley(multiply(X3,inverse(Y3)),Y3,Z3) = add(multiply(multiply(X3,inverse(Y3)),inverse(Y3)),multiply(Z3,multiply(inverse(Y3),add(X3,n1)))),
    inference(paramodulation,[],['66','27']) ).

cnf('118',plain,
    add(X,Y) = add(Y,add(X,Y)),
    inference(paramodulation,[],['1','116']) ).

cnf('119',plain,
    pixley(n1,X3,n1) = add(inverse(X3),add(multiply(n1,n1),inverse(X3))),
    inference(paramodulation,[],['73','28']) ).

cnf('120',plain,
    pixley(X,Y,X) = X,
    inference(cnf_transformation,[],[pixley3]) ).

cnf('121',plain,
    multiply(n1,n1) = inverse(inverse(n1)),
    inference(paramodulation,[],['22','49']) ).

cnf('122',plain,
    multiply(n1,n1) = n1,
    inference(paramodulation,[],['62','49']) ).

cnf('123',plain,
    inverse(inverse(n1)) = n1,
    inference(simplify,[],['122','121']) ).

cnf('124',plain,
    n1 = add(inverse(X),add(n1,inverse(X))),
    inference(simplify,[then_simplify],['119','120','121','123']) ).

cnf('125',plain,
    n1 = add(n1,inverse(X)),
    inference(paramodulation,[],['118','124']) ).

cnf('126',plain,
    pixley(n1,X3,Y3) = add(inverse(X3),multiply(Y3,n1)),
    inference(paramodulation,[],['125','28']) ).

cnf('127',plain,
    pixley(n1,X,Y) = add(inverse(X),Y),
    inference(simplify,[],['126','105']) ).

cnf('128',plain,
    add(inverse(X),X) = n1,
    inference(paramodulation,[],['127','64']) ).

cnf('129',plain,
    multiply(multiply(X3,n1),multiply(Y3,X3)) = multiply(Y3,X3),
    inference(paramodulation,[],['128','37']) ).

cnf('130',plain,
    multiply(X,multiply(Y,X)) = multiply(Y,X),
    inference(simplify,[],['129','105']) ).

cnf('131',plain,
    multiply(multiply(X,Y),Y) = multiply(X,Y),
    inference(paramodulation,[],['130','112']) ).

cnf('132',plain,
    pixley(multiply(X,inverse(Y)),Y,Z) = multiply(inverse(Y),add(X,Z)),
    inference(simplify,[then_simplify],['117','131','63','105','2']) ).

cnf('133',plain,
    multiply(inverse(X),add(Y,X)) = multiply(Y,inverse(X)),
    inference(paramodulation,[],['132','64']) ).

cnf('134',plain,
    multiply(inverse(X3),X3) = multiply(multiply(X3,Y3),inverse(X3)),
    inference(paramodulation,[],['116','133']) ).

cnf('135',plain,
    inverse(n1) = multiply(multiply(X,Y),inverse(X)),
    inference(simplify,[],['134','98']) ).

cnf('136',plain,
    pixley(inverse(n1),X3,Y3) = multiply(inverse(X3),add(multiply(X3,Z3),Y3)),
    inference(paramodulation,[],['135','132']) ).

cnf('137',plain,
    multiply(add(inverse(X3),Y3),X3) = add(inverse(n1),multiply(Y3,X3)),
    inference(paramodulation,[],['112','99']) ).

cnf('138',plain,
    multiply(add(inverse(X),Y),X) = multiply(Y,X),
    inference(simplify,[],['137','108']) ).

cnf('139',plain,
    multiply(n1,X3) = multiply(inverse(inverse(X3)),X3),
    inference(paramodulation,[],['22','138']) ).

cnf('140',plain,
    pixley(add(X3,Y3),Z3,Y3) = add(multiply(add(X3,Y3),inverse(Z3)),add(Y3,multiply(inverse(Z3),Y3))),
    inference(paramodulation,[],['20','27']) ).

cnf('141',plain,
    multiply(X3,n1) = add(multiply(n1,X3),multiply(inverse(Y3),X3)),
    inference(paramodulation,[],['125','2']) ).

cnf('142',plain,
    X = add(X,multiply(inverse(Y),X)),
    inference(simplify,[then_simplify],['141','105','109']) ).

cnf('143',plain,
    pixley(add(X,Y),Z,Y) = add(multiply(add(X,Y),inverse(Z)),Y),
    inference(simplify,[],['140','142']) ).

cnf('144',plain,
    multiply(X,add(Y,X)) = X,
    inference(paramodulation,[],['112','1']) ).

cnf('145',plain,
    multiply(X,pixley(add(Y,X),Z,X)) = X,
    inference(paramodulation,[],['143','144']) ).

cnf('146',plain,
    multiply(X,add(Y,Z)) = add(multiply(X,Y),multiply(X,Z)),
    inference(paramodulation,[],['112','113']) ).

cnf('147',plain,
    multiply(multiply(X,Y),multiply(multiply(Y,n1),X)) = multiply(multiply(Y,n1),X),
    inference(paramodulation,[],['35','37']) ).

cnf('148',plain,
    multiply(multiply(multiply(X3,n1),Y3),add(multiply(Y3,X3),Z3)) = add(multiply(multiply(X3,n1),Y3),multiply(Z3,multiply(multiply(X3,n1),Y3))),
    inference(paramodulation,[],['147','2']) ).

cnf('149',plain,
    multiply(inverse(X3),add(n1,X3)) = add(inverse(X3),inverse(n1)),
    inference(paramodulation,[],['95','24']) ).

cnf('150',plain,
    pixley(n1,X3,inverse(n1)) = add(inverse(X3),inverse(n1)),
    inference(paramodulation,[],['90','28']) ).

cnf('151',plain,
    multiply(inverse(n1),inverse(X)) = multiply(inverse(n1),add(n1,inverse(X))),
    inference(paramodulation,[],['89','82']) ).

cnf('152',plain,
    pixley(n1,X3,inverse(n1)) = add(inverse(X3),multiply(inverse(n1),inverse(X3))),
    inference(paramodulation,[],['151','28']) ).

cnf('153',plain,
    pixley(n1,X,inverse(n1)) = inverse(X),
    inference(simplify,[then_simplify],['152','24','22','72']) ).

cnf('154',plain,
    inverse(X) = add(inverse(X),inverse(n1)),
    inference(simplify,[],['150','153']) ).

cnf('155',plain,
    multiply(inverse(X),add(n1,X)) = inverse(X),
    inference(simplify,[],['149','154']) ).

cnf('156',plain,
    inverse(X) = multiply(add(n1,X),inverse(X)),
    inference(paramodulation,[],['155','112']) ).

cnf('157',plain,
    pixley(add(n1,X3),X3,X3) = add(inverse(X3),X3),
    inference(paramodulation,[],['156','143']) ).

cnf('158',plain,
    add(n1,X) = n1,
    inference(simplify,[then_simplify],['157','64','128']) ).

cnf('159',plain,
    multiply(X3,n1) = add(multiply(X3,n1),multiply(X3,Y3)),
    inference(paramodulation,[],['158','146']) ).

cnf('160',plain,
    X = add(X,multiply(X,Y)),
    inference(simplify,[then_simplify],['159','105','105']) ).

cnf('161',plain,
    multiply(X,add(X,Y)) = add(X,multiply(Y,X)),
    inference(paramodulation,[],['108','20']) ).

cnf('162',plain,
    multiply(X3,add(X3,Y3)) = add(X3,multiply(X3,Y3)),
    inference(paramodulation,[],['112','161']) ).

cnf('163',plain,
    add(X,multiply(Y,X)) = add(X,multiply(X,Y)),
    inference(simplify,[],['162','161']) ).

cnf('164',plain,
    add(X,multiply(Y,X)) = X,
    inference(paramodulation,[],['160','163']) ).

cnf('165',plain,
    multiply(multiply(X,Y),add(multiply(Y,X),Z)) = multiply(X,Y),
    inference(simplify,[then_simplify],['148','105','105','105','164']) ).

cnf('166',plain,
    multiply(multiply(X,Y),multiply(Y,add(X,Z))) = multiply(X,Y),
    inference(paramodulation,[],['146','165']) ).

cnf('167',plain,
    multiply(X,multiply(X,Y)) = multiply(Y,X),
    inference(paramodulation,[],['112','130']) ).

cnf('168',plain,
    multiply(add(X3,add(Y3,Z3)),Z3) = add(multiply(X3,Z3),Z3),
    inference(paramodulation,[],['112','4']) ).

cnf('169',plain,
    multiply(add(X,add(Y,Z)),Z) = Z,
    inference(simplify,[],['168','115']) ).

cnf('170',plain,
    multiply(add(X,Y),multiply(Y,Z)) = multiply(Y,Z),
    inference(paramodulation,[],['160','169']) ).

cnf('171',plain,
    multiply(X,multiply(multiply(Y,X),Z)) = multiply(multiply(Y,X),Z),
    inference(paramodulation,[],['164','170']) ).

cnf('172',plain,
    X = add(X,multiply(multiply(Y,X),Z)),
    inference(paramodulation,[],['171','160']) ).

cnf('173',plain,
    X = add(X,multiply(Y,multiply(Z,X))),
    inference(paramodulation,[],['167','172']) ).

cnf('174',plain,
    add(X,Y) = add(add(X,Y),multiply(X,Z)),
    inference(paramodulation,[],['166','173']) ).

cnf('175',plain,
    add(X,Y) = add(add(X,Y),X),
    inference(paramodulation,[],['145','174']) ).

cnf('176',plain,
    multiply(pixley(X,Y,n1),inverse(Y)) = inverse(Y),
    inference(paramodulation,[],['105','77']) ).

cnf('177',plain,
    add(X3,Y3) = add(multiply(add(X3,Y3),inverse(Y3)),Y3),
    inference(paramodulation,[],['64','143']) ).

cnf('178',plain,
    multiply(add(X,Y),inverse(Y)) = multiply(X,inverse(Y)),
    inference(paramodulation,[],['133','112']) ).

cnf('179',plain,
    add(X,Y) = add(multiply(X,inverse(Y)),Y),
    inference(simplify,[],['177','178']) ).

cnf('180',plain,
    add(pixley(X3,Y3,n1),Y3) = add(inverse(Y3),Y3),
    inference(paramodulation,[],['176','179']) ).

cnf('181',plain,
    multiply(add(X,Y),multiply(Z,Y)) = multiply(Z,Y),
    inference(paramodulation,[],['164','169']) ).

cnf('182',plain,
    add(X,Y) = add(multiply(Z,Y),add(X,Y)),
    inference(paramodulation,[],['181','116']) ).

cnf('183',plain,
    pixley(X3,Y3,n1) = add(multiply(X3,n1),inverse(Y3)),
    inference(paramodulation,[],['182','74']) ).

cnf('184',plain,
    pixley(X,Y,n1) = add(X,inverse(Y)),
    inference(simplify,[],['183','105']) ).

cnf('185',plain,
    add(add(X,inverse(Y)),Y) = n1,
    inference(simplify,[then_simplify],['180','184','128']) ).

cnf('186',plain,
    add(add(inverse(X),Y),X) = n1,
    inference(paramodulation,[],['175','185']) ).

cnf('187',plain,
    add(X,add(Y,Z)) = add(add(X,add(Y,Z)),Z),
    inference(paramodulation,[],['169','160']) ).

cnf('188',plain,
    add(inverse(X),add(Y,X)) = n1,
    inference(paramodulation,[],['186','187']) ).

cnf('189',plain,
    pixley(inverse(n1),X,Y) = multiply(inverse(X),add(X,Y)),
    inference(paramodulation,[],['95','132']) ).

cnf('190',plain,
    pixley(inverse(n1),X3,add(Y3,X3)) = multiply(inverse(X3),add(Y3,X3)),
    inference(paramodulation,[],['118','189']) ).

cnf('191',plain,
    pixley(inverse(n1),X,add(Y,X)) = multiply(Y,inverse(X)),
    inference(simplify,[],['190','133']) ).

cnf('192',plain,
    pixley(inverse(n1),X3,add(X3,Y3)) = multiply(add(X3,Y3),inverse(X3)),
    inference(paramodulation,[],['175','191']) ).

cnf('193',plain,
    multiply(add(X,Y),inverse(X)) = pixley(inverse(n1),X,Y),
    inference(paramodulation,[],['189','112']) ).

cnf('194',plain,
    pixley(inverse(n1),X,add(X,Y)) = pixley(inverse(n1),X,Y),
    inference(simplify,[],['192','193']) ).

cnf('195',plain,
    pixley(inverse(n1),inverse(X3),n1) = pixley(inverse(n1),inverse(X3),add(Y3,X3)),
    inference(paramodulation,[],['188','194']) ).

cnf('196',plain,
    inverse(inverse(X)) = pixley(inverse(n1),inverse(X),add(Y,X)),
    inference(simplify,[then_simplify],['195','184','108']) ).

cnf('197',plain,
    inverse(inverse(X)) = pixley(inverse(n1),inverse(X),add(X,Y)),
    inference(paramodulation,[],['175','196']) ).

cnf('198',plain,
    inverse(inverse(X)) = multiply(X,inverse(inverse(X))),
    inference(paramodulation,[],['197','191']) ).

cnf('199',plain,
    multiply(inverse(inverse(X)),X) = inverse(inverse(X)),
    inference(paramodulation,[],['198','112']) ).

cnf('200',plain,
    X = inverse(inverse(X)),
    inference(simplify,[then_simplify],['139','109','199']) ).

cnf('201',plain,
    multiply(add(X3,Y3),inverse(X3)) = multiply(Y3,inverse(X3)),
    inference(paramodulation,[],['200','138']) ).

cnf('202',plain,
    pixley(inverse(n1),X,Y) = multiply(Y,inverse(X)),
    inference(simplify,[],['201','193']) ).

cnf('203',plain,
    multiply(X,inverse(Y)) = multiply(inverse(Y),add(multiply(Y,Z),X)),
    inference(simplify,[],['136','202']) ).

cnf('204',plain,
    add(X,Y) = add(multiply(inverse(Y),X),Y),
    inference(paramodulation,[],['112','179']) ).

cnf('205',plain,
    add(X3,Y3) = add(multiply(inverse(X3),add(X3,Y3)),X3),
    inference(paramodulation,[],['175','204']) ).

cnf('206',plain,
    add(X,Y) = add(pixley(inverse(n1),X,Y),X),
    inference(simplify,[],['205','189']) ).

cnf('207',plain,
    add(X3,Y3) = add(multiply(Y3,inverse(X3)),X3),
    inference(paramodulation,[],['202','206']) ).

cnf('208',plain,
    add(X,Y) = add(Y,X),
    inference(simplify,[],['207','179']) ).

cnf('209',plain,
    add(X,Y) = add(Y,multiply(inverse(Y),X)),
    inference(paramodulation,[],['208','204']) ).

cnf('210',plain,
    add(add(multiply(X3,Y3),Z3),X3) = add(X3,multiply(Z3,inverse(X3))),
    inference(paramodulation,[],['203','209']) ).

cnf('211',plain,
    add(X,Y) = add(Y,multiply(X,inverse(Y))),
    inference(paramodulation,[],['208','179']) ).

cnf('212',plain,
    add(add(multiply(X,Y),Z),X) = add(Z,X),
    inference(simplify,[],['210','211']) ).

cnf('213',plain,
    add(multiply(X,add(Y,Z)),Y) = add(multiply(X,Z),Y),
    inference(paramodulation,[],['113','212']) ).

cnf('214',plain,
    add(a,multiply(b,c)) != multiply(add(a,b),add(a,c)),
    inference(cnf_transformation,[],[prove_add_multiply_property]) ).

cnf('215',plain,
    add(a,multiply(c,b)) != multiply(add(a,b),add(a,c)),
    inference(paramodulation,[],['112','214']) ).

cnf('216',plain,
    add(a,multiply(c,b)) != multiply(add(a,b),add(c,a)),
    inference(paramodulation,[],['208','215']) ).

cnf('217',plain,
    multiply(add(X3,X3),add(multiply(X3,n1),Y3)) = add(multiply(n1,add(X3,X3)),multiply(Y3,add(X3,X3))),
    inference(paramodulation,[],['53','2']) ).

cnf('218',plain,
    multiply(add(X,X),add(multiply(X,n1),Y)) = multiply(add(X,X),add(n1,Y)),
    inference(simplify,[],['217','2']) ).

cnf('219',plain,
    multiply(add(multiply(X3,n1),Y3),add(Z3,add(X3,X3))) = add(multiply(Z3,add(multiply(X3,n1),Y3)),multiply(add(X3,X3),add(n1,Y3))),
    inference(paramodulation,[],['218','2']) ).

cnf('220',plain,
    multiply(add(X,Y),add(Z,X)) = add(multiply(Z,add(X,Y)),X),
    inference(simplify,[then_simplify],['219','105','110','105','110','158','105']) ).

cnf('221',plain,
    add(a,multiply(c,b)) != add(multiply(c,add(a,b)),a),
    inference(simplify,[],['216','220']) ).

cnf('222',plain,
    add(multiply(c,b),a) != add(multiply(c,add(a,b)),a),
    inference(paramodulation,[],['208','221']) ).

cnf('223',plain,
    $false,
    inference(paramodulation,[],['213','222']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.10  % Problem  : BOO023-1 : TPTP v8.1.2. Released v2.2.0.
% 0.09/0.11  % Command  : gkc %s
% 0.10/0.31  % Computer : n009.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit : 300
% 0.10/0.31  % WCLimit  : 300
% 0.10/0.31  % DateTime : Sun Aug 27 08:19:50 EDT 2023
% 0.10/0.31  % CPUTime  : 
% 0.10/0.35  
% 0.10/0.35  input clause set summed statistics:
% 0.10/0.35  ----------------------------------
% 0.10/0.35  in_clause_count:                     8
% 0.10/0.35  in_rule_clause_count:                8
% 0.10/0.35  in_fact_clause_count:                0
% 0.10/0.35  in_answer_clause_count:              0
% 0.10/0.35  in_ground_clause_count:              1
% 0.10/0.35  in_unit_clause_count:                8
% 0.10/0.35  in_horn_clause_count:                8
% 0.10/0.35  in_pos_clause_count:                 7
% 0.10/0.35  in_neg_clause_count:                 1
% 0.10/0.35  in_poseq_clause_count:               7
% 0.10/0.35  in_negeq_clause_count:               1
% 0.10/0.35  in_unitposeq_clause_count:           7
% 0.10/0.35  in_chain_clause_count:               0
% 0.10/0.35  in_min_length:             1
% 0.10/0.35  in_max_length:             1
% 0.10/0.35  in_min_depth:              2
% 0.10/0.35  in_max_depth:              5
% 0.10/0.35  in_min_size:               6
% 0.10/0.35  in_max_size:              18
% 0.10/0.35  in_min_vars:               0
% 0.10/0.35  in_max_vars:               3
% 0.10/0.35  in_extaxiom_count:                 0
% 0.10/0.35  in_axiom_count:                    7
% 0.10/0.35  in_assumption_count:               0
% 0.10/0.35  in_goal_count:                     1
% 0.10/0.35  in_neg_goal_count:                 1
% 0.10/0.35  in_pos_goal_count:                 0
% 0.10/0.35  in_posunit_goal_count:             0
% 0.10/0.35  
% 0.10/0.35  auto guide:
% 0.10/0.35  -----------
% 0.10/0.35  {
% 0.10/0.35  "print":1,
% 0.10/0.35  "print_level": 15,
% 0.10/0.35  "max_size": 0,
% 0.10/0.35  "max_depth": 0,
% 0.10/0.35  "max_length": 0,
% 0.10/0.35  "max_dseconds": 0,
% 0.10/0.35  "runs":[
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.10/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.10/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"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.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.10/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.10/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.10/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.10/0.35  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.10/0.35  
% 0.10/0.35  ]}
% 0.10/0.35  
% 0.10/0.35  
% 0.10/0.35  **** run 1 fork 0 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.10/0.35  
% 0.10/0.35  **** run 2 fork 1 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.10/0.35  
% 0.10/0.35  **** run 3 fork 2 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.10/0.35  
% 0.10/0.35  **** run 4 fork 3 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.10/0.35  
% 0.10/0.35  **** run 5 fork 4 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.10/0.35  
% 0.10/0.35  **** run 6 fork 5 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.10/0.35  
% 0.10/0.35  **** run 7 fork 6 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.10/0.35  
% 0.10/0.35  **** run 8 fork 7 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 2: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 0: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 1: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 3: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 6: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 7: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 5: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 4: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  **** run 9 fork 0 starts with strategy
% 0.16/0.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.51  
% 0.16/0.51  **** run 13 fork 4 starts with strategy
% 0.16/0.51  
% 0.16/0.51  **** run 12 fork 3 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.51  
% 0.16/0.51  **** run 10 fork 1 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.16/0.51  
% 0.16/0.51  **** run 16 fork 7 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.16/0.51  **** run 11 fork 2 starts with strategy
% 0.16/0.51  
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.51  
% 0.16/0.51  **** run 15 fork 6 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.16/0.51  **** run 14 fork 5 starts with strategy
% 0.16/0.51  
% 0.16/0.51  {"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}
% 2.16/0.62  
% 2.16/0.62  
% 2.16/0.62  fork 0: search terminated without proof.
% 2.31/0.63  
% 2.31/0.63  
% 2.31/0.63  fork 7: search terminated without proof.
% 2.31/0.63  
% 2.31/0.63  
% 2.31/0.63  fork 6: search terminated without proof.
% 2.31/0.63  
% 2.31/0.63  
% 2.31/0.63  fork 1: search terminated without proof.
% 2.31/0.63  
% 2.31/0.63  
% 2.31/0.63  fork 4: search terminated without proof.
% 2.31/0.63  
% 2.31/0.63  
% 2.31/0.63  fork 2: search terminated without proof.
% 2.31/0.63  
% 2.31/0.63  
% 2.31/0.63  fork 5: search terminated without proof.
% 2.31/0.65  
% 2.31/0.65  **** run 17 fork 0 starts with strategy
% 2.31/0.65  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.31/0.65  
% 2.31/0.65  
% 2.31/0.65  fork 3: search terminated without proof.
% 2.31/0.66  
% 2.31/0.66  **** run 24 fork 7 starts with strategy
% 2.31/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.31/0.66  
% 2.31/0.66  **** run 23 fork 6 starts with strategy
% 2.31/0.66  {"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.31/0.66  
% 2.31/0.66  **** run 18 fork 1 starts with strategy
% 2.31/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.31/0.66  
% 2.31/0.66  **** run 21 fork 4 starts with strategy
% 2.31/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.31/0.66  
% 2.31/0.66  **** run 19 fork 2 starts with strategy
% 2.31/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.31/0.66  
% 2.31/0.66  **** run 22 fork 5 starts with strategy
% 2.31/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.31/0.67  
% 2.31/0.67  **** run 20 fork 3 starts with strategy
% 2.31/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.89/0.76  
% 2.89/0.76  
% 2.89/0.76  fork 0: search terminated without proof.
% 3.40/0.78  
% 3.40/0.78  
% 3.40/0.78  fork 4: search terminated without proof.
% 3.40/0.78  
% 3.40/0.78  
% 3.40/0.78  fork 2: search terminated without proof.
% 3.40/0.78  
% 3.40/0.78  
% 3.40/0.78  fork 5: search terminated without proof.
% 3.40/0.79  
% 3.40/0.79  **** run 25 fork 0 starts with strategy
% 3.40/0.79  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.40/0.79  
% 3.40/0.79  
% 3.40/0.79  fork 7: search terminated without proof.
% 3.40/0.79  
% 3.40/0.79  
% 3.40/0.79  fork 6: search terminated without proof.
% 3.40/0.79  
% 3.40/0.79  
% 3.40/0.79  fork 1: search terminated without proof.
% 3.40/0.80  
% 3.40/0.80  **** run 29 fork 4 starts with strategy
% 3.40/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.40/0.80  
% 3.40/0.80  **** run 27 fork 2 starts with strategy
% 3.40/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.40/0.80  
% 3.40/0.80  **** run 30 fork 5 starts with strategy
% 3.40/0.80  {"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.40/0.81  
% 3.40/0.81  
% 3.40/0.81  fork 3: search terminated without proof.
% 3.40/0.82  
% 3.40/0.82  **** run 32 fork 7 starts with strategy
% 3.40/0.82  {"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.40/0.82  
% 3.40/0.82  **** run 31 fork 6 starts with strategy
% 3.40/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.40/0.82  
% 3.40/0.82  **** run 26 fork 1 starts with strategy
% 3.40/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.40/0.83  
% 3.40/0.83  **** run 28 fork 3 starts with strategy
% 3.40/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 4.42/0.90  
% 4.42/0.90  
% 4.42/0.90  fork 0: search terminated without proof.
% 4.42/0.92  
% 4.42/0.92  
% 4.42/0.92  fork 4: search terminated without proof.
% 4.42/0.92  
% 4.42/0.92  
% 4.42/0.92  fork 2: search terminated without proof.
% 4.42/0.92  
% 4.42/0.92  
% 4.42/0.92  fork 5: search terminated without proof.
% 4.42/0.92  
% 4.42/0.92  **** run 33 fork 0 starts with strategy
% 4.42/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.70/0.94  
% 4.70/0.94  
% 4.70/0.94  fork 7: search terminated without proof.
% 4.70/0.94  
% 4.70/0.94  
% 4.70/0.94  fork 6: search terminated without proof.
% 4.70/0.94  
% 4.70/0.94  **** run 37 fork 4 starts with strategy
% 4.70/0.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.70/0.94  
% 4.70/0.94  
% 4.70/0.94  fork 1: search terminated without proof.
% 4.70/0.95  
% 4.70/0.95  **** run 35 fork 2 starts with strategy
% 4.70/0.95  
% 4.70/0.95  **** run 38 fork 5 starts with strategy
% 4.70/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.70/0.95  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.70/0.96  
% 4.70/0.96  
% 4.70/0.96  fork 3: search terminated without proof.
% 4.70/0.97  
% 4.70/0.97  **** run 40 fork 7 starts with strategy
% 4.70/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.70/0.97  
% 4.70/0.97  **** run 34 fork 1 starts with strategy
% 4.70/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.70/0.98  
% 4.70/0.98  **** run 39 fork 6 starts with strategy
% 4.70/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.70/0.98  
% 4.70/0.98  **** run 36 fork 3 starts with strategy
% 4.70/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 5.26/1.06  
% 5.26/1.06  
% 5.26/1.06  fork 0: search terminated without proof.
% 5.26/1.06  
% 5.26/1.06  
% 5.26/1.06  fork 2: search terminated without proof.
% 5.81/1.08  
% 5.81/1.08  
% 5.81/1.08  fork 4: search terminated without proof.
% 5.81/1.08  
% 5.81/1.08  
% 5.81/1.08  fork 5: search terminated without proof.
% 5.81/1.08  
% 5.81/1.08  **** run 41 fork 0 starts with strategy
% 5.81/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.81/1.09  
% 5.81/1.09  **** run 43 fork 2 starts with strategy
% 5.81/1.09  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.81/1.09  
% 5.81/1.09  
% 5.81/1.09  fork 7: search terminated without proof.
% 5.81/1.09  
% 5.81/1.09  
% 5.81/1.09  fork 6: search terminated without proof.
% 5.81/1.10  
% 5.81/1.10  **** run 45 fork 4 starts with strategy
% 5.81/1.10  
% 5.81/1.10  
% 5.81/1.10  fork 1: search terminated without proof.
% 5.81/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.81/1.11  
% 5.81/1.11  fork 2: search finished without proof.
% 5.81/1.11  
% 5.81/1.11  **** run 46 fork 5 starts with strategy
% 5.81/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.81/1.11  
% 5.81/1.11  
% 5.81/1.11  fork 3: search terminated without proof.
% 5.81/1.11  
% 5.81/1.11  **** run 48 fork 7 starts with strategy
% 5.81/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.81/1.12  
% 5.81/1.12  **** run 47 fork 6 starts with strategy
% 5.81/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.81/1.13  
% 5.81/1.13  **** run 42 fork 1 starts with strategy
% 5.81/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.81/1.13  
% 5.81/1.13  **** run 51 fork 2 starts with strategy
% 5.81/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.81/1.14  
% 5.81/1.14  **** run 44 fork 3 starts with strategy
% 5.81/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.81/1.14  
% 5.81/1.14  fork 5: search finished without proof.
% 5.81/1.15  
% 5.81/1.15  fork 2: search finished without proof.
% 5.81/1.16  
% 5.81/1.16  **** run 54 fork 5 starts with strategy
% 5.81/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.81/1.18  
% 5.81/1.18  **** run 59 fork 2 starts with strategy
% 5.81/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.72/1.20  
% 6.72/1.20  
% 6.72/1.20  fork 0: search terminated without proof.
% 6.97/1.23  
% 6.97/1.23  
% 6.97/1.23  fork 4: search terminated without proof.
% 6.97/1.23  
% 6.97/1.23  **** run 49 fork 0 starts with strategy
% 6.97/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.97/1.23  
% 6.97/1.23  
% 6.97/1.23  fork 7: search terminated without proof.
% 7.21/1.25  
% 7.21/1.25  
% 7.21/1.25  fork 6: search terminated without proof.
% 7.21/1.25  
% 7.21/1.25  **** run 53 fork 4 starts with strategy
% 7.21/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.21/1.25  
% 7.21/1.25  
% 7.21/1.25  fork 1: search terminated without proof.
% 7.21/1.26  
% 7.21/1.26  **** run 56 fork 7 starts with strategy
% 7.21/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.21/1.27  
% 7.21/1.27  
% 7.21/1.27  fork 3: search terminated without proof.
% 7.21/1.28  
% 7.21/1.28  **** run 55 fork 6 starts with strategy
% 7.21/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.21/1.28  
% 7.21/1.28  **** run 50 fork 1 starts with strategy
% 7.21/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.21/1.28  
% 7.21/1.28  
% 7.21/1.28  fork 5: search terminated without proof.
% 7.21/1.29  
% 7.21/1.29  
% 7.21/1.29  fork 2: search terminated without proof.
% 7.21/1.30  
% 7.21/1.30  **** run 52 fork 3 starts with strategy
% 7.21/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.21/1.31  
% 7.21/1.31  **** run 62 fork 5 starts with strategy
% 7.21/1.31  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.21/1.32  
% 7.21/1.32  **** run 67 fork 2 starts with strategy
% 7.21/1.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 7.85/1.33  
% 7.85/1.33  fork 3: search finished without proof.
% 7.85/1.35  
% 7.85/1.35  
% 7.85/1.35  fork 0: search terminated without proof.
% 7.85/1.36  
% 7.85/1.36  **** run 60 fork 3 starts with strategy
% 7.85/1.36  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.85/1.37  
% 7.85/1.37  
% 7.85/1.37  fork 4: search terminated without proof.
% 7.85/1.37  
% 7.85/1.37  **** run 57 fork 0 starts with strategy
% 7.85/1.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.28/1.38  
% 8.28/1.38  
% 8.28/1.38  fork 7: search terminated without proof.
% 8.28/1.40  
% 8.28/1.40  
% 8.28/1.40  fork 6: search terminated without proof.
% 8.28/1.40  
% 8.28/1.40  **** run 61 fork 4 starts with strategy
% 8.28/1.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 8.28/1.40  
% 8.28/1.40  
% 8.28/1.40  fork 1: search terminated without proof.
% 8.28/1.41  
% 8.28/1.41  **** run 64 fork 7 starts with strategy
% 8.28/1.41  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.28/1.43  
% 8.28/1.43  **** run 63 fork 6 starts with strategy
% 8.28/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.28/1.43  
% 8.28/1.43  
% 8.28/1.43  fork 5: search terminated without proof.
% 8.28/1.43  
% 8.28/1.43  **** run 58 fork 1 starts with strategy
% 8.28/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.81/1.46  
% 8.81/1.46  **** run 70 fork 5 starts with strategy
% 8.81/1.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 8.97/1.48  
% 8.97/1.48  
% 8.97/1.48  fork 3: search terminated without proof.
% 8.97/1.51  
% 8.97/1.51  
% 8.97/1.51  fork 0: search terminated without proof.
% 8.97/1.51  
% 8.97/1.51  **** run 68 fork 3 starts with strategy
% 8.97/1.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 9.37/1.52  
% 9.37/1.52  
% 9.37/1.52  fork 4: search terminated without proof.
% 9.37/1.53  
% 9.37/1.53  
% 9.37/1.53  fork 7: search terminated without proof.
% 9.37/1.53  
% 9.37/1.53  **** run 65 fork 0 starts with strategy
% 9.37/1.53  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.37/1.55  
% 9.37/1.55  **** run 69 fork 4 starts with strategy
% 9.37/1.55  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.37/1.55  
% 9.37/1.55  
% 9.37/1.55  fork 6: search terminated without proof.
% 9.61/1.55  
% 9.61/1.55  
% 9.61/1.55  fork 1: search terminated without proof.
% 9.61/1.55  
% 9.61/1.55  **** run 72 fork 7 starts with strategy
% 9.61/1.55  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 9.61/1.57  
% 9.61/1.57  **** run 71 fork 6 starts with strategy
% 9.61/1.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 9.61/1.58  
% 9.61/1.58  **** run 66 fork 1 starts with strategy
% 9.61/1.58  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 10.30/1.65  
% 10.30/1.65  
% 10.30/1.65  fork 0: search terminated without proof.
% 10.66/1.68  
% 10.66/1.68  **** run 73 fork 0 starts with strategy
% 10.66/1.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 10.66/1.70  
% 10.66/1.70  fork 1: search finished without proof.
% 10.66/1.72  
% 10.66/1.72  **** run 74 fork 1 starts with strategy
% 10.66/1.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 15.46/2.33  
% 15.46/2.33  
% 15.46/2.33  fork 2: search terminated without proof.
% 16.18/2.38  
% 16.18/2.38  **** run 75 fork 2 starts with strategy
% 16.18/2.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 16.67/2.49  
% 16.67/2.49  
% 16.67/2.49  fork 5: search terminated without proof.
% 17.38/2.53  
% 17.38/2.53  **** run 78 fork 5 starts with strategy
% 17.38/2.53  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 17.38/2.57  
% 17.38/2.57  
% 17.38/2.57  fork 3: search terminated without proof.
% 17.38/2.57  
% 17.38/2.57  
% 17.38/2.57  fork 4: search terminated without proof.
% 17.38/2.58  
% 17.38/2.58  
% 17.38/2.58  fork 7: search terminated without proof.
% 17.88/2.59  
% 17.88/2.59  
% 17.88/2.59  fork 6: search terminated without proof.
% 17.88/2.62  
% 17.88/2.62  **** run 76 fork 3 starts with strategy
% 17.88/2.62  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.88/2.63  
% 17.88/2.63  **** run 77 fork 4 starts with strategy
% 17.88/2.63  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.88/2.64  
% 17.88/2.64  **** run 80 fork 7 starts with strategy
% 17.88/2.64  {"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}
% 17.88/2.65  
% 17.88/2.65  **** run 79 fork 6 starts with strategy
% 17.88/2.65  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 18.57/2.69  
% 18.57/2.69  
% 18.57/2.69  fork 0: search terminated without proof.
% 19.06/2.74  
% 19.06/2.74  
% 19.06/2.74  fork 1: search terminated without proof.
% 19.06/2.75  
% 19.06/2.75  **** run 81 fork 0 starts with strategy
% 19.06/2.75  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 19.06/2.79  
% 19.06/2.79  **** run 82 fork 1 starts with strategy
% 19.06/2.79  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 23.63/3.41  
% 23.63/3.41  
% 23.63/3.41  fork 2: search terminated without proof.
% 24.48/3.47  
% 24.48/3.47  **** run 83 fork 2 starts with strategy
% 24.48/3.47  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 25.18/3.55  
% 25.18/3.55  
% 25.18/3.55  fork 5: search terminated without proof.
% 25.98/3.60  
% 25.98/3.60  **** run 86 fork 5 starts with strategy
% 25.98/3.60  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 25.98/3.65  
% 25.98/3.65  
% 25.98/3.65  fork 4: search terminated without proof.
% 25.98/3.66  
% 25.98/3.66  
% 25.98/3.66  fork 7: search terminated without proof.
% 25.98/3.67  
% 25.98/3.67  
% 25.98/3.67  fork 6: search terminated without proof.
% 25.98/3.68  
% 25.98/3.68  
% 25.98/3.68  fork 3: search terminated without proof.
% 26.71/3.70  
% 26.71/3.70  **** run 85 fork 4 starts with strategy
% 26.71/3.70  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 26.71/3.71  
% 26.71/3.71  **** run 88 fork 7 starts with strategy
% 26.71/3.71  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 26.71/3.73  
% 26.71/3.73  **** run 87 fork 6 starts with strategy
% 26.71/3.73  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 26.71/3.73  
% 26.71/3.73  **** run 84 fork 3 starts with strategy
% 26.71/3.73  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 26.71/3.78  
% 26.71/3.78  
% 26.71/3.78  fork 0: search terminated without proof.
% 27.58/3.82  
% 27.58/3.82  
% 27.58/3.82  fork 1: search terminated without proof.
% 27.58/3.84  
% 27.58/3.84  **** run 89 fork 0 starts with strategy
% 27.58/3.84  {"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}
% 27.58/3.88  
% 27.58/3.88  **** run 90 fork 1 starts with strategy
% 27.58/3.88  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 33.17/4.50  
% 33.17/4.50  
% 33.17/4.50  fork 2: search terminated without proof.
% 33.17/4.56  
% 33.17/4.56  **** run 91 fork 2 starts with strategy
% 33.17/4.56  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 33.68/4.62  
% 33.68/4.62  
% 33.68/4.62  fork 5: search terminated without proof.
% 33.68/4.67  
% 33.68/4.67  **** run 94 fork 5 starts with strategy
% 33.68/4.67  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 34.81/4.72  
% 34.81/4.72  
% 34.81/4.72  fork 4: search terminated without proof.
% 34.81/4.73  
% 34.81/4.73  
% 34.81/4.73  fork 7: search terminated without proof.
% 35.07/4.75  
% 35.07/4.75  
% 35.07/4.75  fork 6: search terminated without proof.
% 35.07/4.77  
% 35.07/4.77  **** run 93 fork 4 starts with strategy
% 35.07/4.77  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 35.07/4.79  
% 35.07/4.79  **** run 96 fork 7 starts with strategy
% 35.07/4.79  {"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}
% 35.07/4.79  
% 35.07/4.79  
% 35.07/4.79  fork 3: search terminated without proof.
% 35.07/4.80  
% 35.07/4.80  **** run 95 fork 6 starts with strategy
% 35.07/4.80  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 35.76/4.85  
% 35.76/4.85  **** run 92 fork 3 starts with strategy
% 35.76/4.85  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 35.76/4.87  
% 35.76/4.87  
% 35.76/4.87  fork 0: search terminated without proof.
% 36.19/4.90  
% 36.19/4.90  
% 36.19/4.90  fork 1: search terminated without proof.
% 36.19/4.92  
% 36.19/4.92  **** run 97 fork 0 starts with strategy
% 36.19/4.92  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 36.69/4.95  
% 36.69/4.95  **** run 98 fork 1 starts with strategy
% 36.69/4.95  {"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}
% 41.73/5.59  
% 41.73/5.59  
% 41.73/5.59  fork 2: search terminated without proof.
% 42.15/5.64  
% 42.15/5.64  **** run 99 fork 2 starts with strategy
% 42.15/5.64  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 42.25/5.69  
% 42.25/5.69  
% 42.25/5.69  fork 5: search terminated without proof.
% 42.79/5.74  
% 42.79/5.74  **** run 102 fork 5 starts with strategy
% 42.79/5.74  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 43.34/5.79  
% 43.34/5.79  
% 43.34/5.79  fork 4: search terminated without proof.
% 43.34/5.81  
% 43.34/5.81  
% 43.34/5.81  fork 7: search terminated without proof.
% 43.34/5.83  
% 43.34/5.83  
% 43.34/5.83  fork 6: search terminated without proof.
% 43.34/5.85  
% 43.34/5.85  **** run 101 fork 4 starts with strategy
% 43.34/5.85  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 43.34/5.86  
% 43.34/5.86  **** run 104 fork 7 starts with strategy
% 43.34/5.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 44.02/5.88  
% 44.02/5.88  **** run 103 fork 6 starts with strategy
% 44.02/5.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.29/5.91  
% 44.29/5.91  
% 44.29/5.91  fork 3: search terminated without proof.
% 44.49/5.94  
% 44.49/5.94  
% 44.49/5.94  fork 0: search terminated without proof.
% 44.49/5.97  
% 44.49/5.97  **** run 100 fork 3 starts with strategy
% 44.49/5.97  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 44.49/5.97  
% 44.49/5.97  
% 44.49/5.97  fork 1: search terminated without proof.
% 44.49/6.00  
% 44.49/6.00  **** run 105 fork 0 starts with strategy
% 44.49/6.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 45.26/6.02  
% 45.26/6.02  **** run 106 fork 1 starts with strategy
% 45.26/6.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 49.88/6.67  
% 49.88/6.67  
% 49.88/6.67  fork 2: search terminated without proof.
% 50.59/6.73  
% 50.59/6.73  **** run 107 fork 2 starts with strategy
% 50.59/6.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 50.59/6.76  
% 50.59/6.76  
% 50.59/6.76  fork 5: search terminated without proof.
% 51.50/6.81  
% 51.50/6.81  **** run 110 fork 5 starts with strategy
% 51.50/6.81  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 51.50/6.87  
% 51.50/6.87  
% 51.50/6.87  fork 4: search terminated without proof.
% 51.50/6.89  
% 51.50/6.89  
% 51.50/6.89  fork 7: search terminated without proof.
% 51.50/6.90  
% 51.50/6.90  
% 51.50/6.90  fork 6: search terminated without proof.
% 52.40/6.93  
% 52.40/6.93  **** run 109 fork 4 starts with strategy
% 52.40/6.93  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 52.40/6.93  
% 52.40/6.93  **** run 112 fork 7 starts with strategy
% 52.40/6.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 52.40/6.95  
% 52.40/6.95  fork 4: search finished without proof.
% 52.40/6.95  
% 52.40/6.95  **** run 111 fork 6 starts with strategy
% 52.40/6.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 52.40/6.97  
% 52.40/6.97  fork 7: search finished without proof.
% 52.40/6.97  
% 52.40/6.97  **** run 117 fork 4 starts with strategy
% 52.40/6.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 52.40/6.99  
% 52.40/6.99  **** run 120 fork 7 starts with strategy
% 52.40/6.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 52.40/7.00  
% 52.40/7.00  fork 4: search finished without proof.
% 53.11/7.02  
% 53.11/7.02  **** run 125 fork 4 starts with strategy
% 53.11/7.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 53.11/7.02  
% 53.11/7.02  
% 53.11/7.02  fork 0: search terminated without proof.
% 53.11/7.03  
% 53.11/7.03  
% 53.11/7.03  fork 3: search terminated without proof.
% 53.11/7.05  
% 53.11/7.05  
% 53.11/7.05  fork 1: search terminated without proof.
% 53.11/7.06  
% 53.11/7.06  **** run 113 fork 0 starts with strategy
% 53.11/7.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 53.11/7.09  
% 53.11/7.09  **** run 108 fork 3 starts with strategy
% 53.11/7.09  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 53.11/7.10  
% 53.11/7.10  **** run 114 fork 1 starts with strategy
% 53.11/7.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 58.64/7.76  
% 58.64/7.76  
% 58.64/7.76  fork 2: search terminated without proof.
% 59.16/7.81  
% 59.16/7.81  **** run 115 fork 2 starts with strategy
% 59.16/7.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 59.16/7.84  
% 59.16/7.84  
% 59.16/7.84  fork 5: search terminated without proof.
% 59.87/7.89  
% 59.87/7.89  **** run 118 fork 5 starts with strategy
% 59.87/7.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 60.39/7.93  
% 60.39/7.93  fork 5: search finished without proof.
% 60.44/7.95  
% 60.44/7.95  **** run 126 fork 5 starts with strategy
% 60.44/7.95  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 60.44/7.97  
% 60.44/7.97  
% 60.44/7.97  fork 6: search terminated without proof.
% 61.04/8.02  
% 61.04/8.02  **** run 119 fork 6 starts with strategy
% 61.04/8.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 61.04/8.02  
% 61.04/8.02  
% 61.04/8.02  fork 7: search terminated without proof.
% 61.04/8.04  
% 61.04/8.04  
% 61.04/8.04  fork 4: search terminated without proof.
% 61.04/8.05  
% 61.04/8.05  **** run 128 fork 7 starts with strategy
% 61.04/8.05  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 61.55/8.08  
% 61.55/8.08  **** run 133 fork 4 starts with strategy
% 61.55/8.08  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 61.55/8.09  
% 61.55/8.09  
% 61.55/8.09  fork 0: search terminated without proof.
% 61.55/8.12  
% 61.55/8.12  **** run 121 fork 0 starts with strategy
% 61.55/8.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 61.55/8.13  
% 61.55/8.13  
% 61.55/8.13  fork 1: search terminated without proof.
% 61.55/8.13  
% 61.55/8.13  
% 61.55/8.13  fork 3: search terminated without proof.
% 61.55/8.16  
% 61.55/8.16  **** run 122 fork 1 starts with strategy
% 61.55/8.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 62.43/8.20  
% 62.43/8.20  **** run 116 fork 3 starts with strategy
% 62.43/8.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 67.49/8.84  
% 67.49/8.84  
% 67.49/8.84  fork 2: search terminated without proof.
% 67.70/8.87  
% 67.70/8.87  **** run 123 fork 2 starts with strategy
% 67.70/8.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 68.33/8.97  
% 68.33/8.97  
% 68.33/8.97  fork 5: search terminated without proof.
% 68.76/9.00  
% 68.76/9.00  **** run 134 fork 5 starts with strategy
% 68.76/9.00  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 68.76/9.04  
% 68.76/9.04  
% 68.76/9.04  fork 6: search terminated without proof.
% 69.36/9.06  
% 69.36/9.06  **** run 127 fork 6 starts with strategy
% 69.36/9.06  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 69.51/9.09  
% 69.51/9.09  
% 69.51/9.09  fork 7: search terminated without proof.
% 69.90/9.13  
% 69.90/9.13  **** run 136 fork 7 starts with strategy
% 69.90/9.13  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 69.90/9.14  
% 69.90/9.14  
% 69.90/9.14  fork 0: search terminated without proof.
% 70.11/9.17  
% 70.11/9.17  **** run 129 fork 0 starts with strategy
% 70.11/9.17  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 70.11/9.18  
% 70.11/9.18  
% 70.11/9.18  fork 1: search terminated without proof.
% 70.11/9.21  
% 70.11/9.21  **** run 130 fork 1 starts with strategy
% 70.11/9.21  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 70.75/9.23  
% 70.75/9.23  
% 70.75/9.23  fork 3: search terminated without proof.
% 70.75/9.28  
% 70.75/9.28  **** run 124 fork 3 starts with strategy
% 70.75/9.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 76.03/9.89  
% 76.03/9.89  
% 76.03/9.89  fork 2: search terminated without proof.
% 76.03/9.94  
% 76.03/9.94  **** run 131 fork 2 starts with strategy
% 76.03/9.94  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 77.11/10.08  
% 77.11/10.08  
% 77.11/10.08  fork 6: search terminated without proof.
% 77.11/10.11  
% 77.11/10.11  **** run 135 fork 6 starts with strategy
% 77.11/10.11  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 78.42/10.20  
% 78.42/10.20  
% 78.42/10.20  fork 0: search terminated without proof.
% 78.42/10.23  
% 78.42/10.23  **** run 137 fork 0 starts with strategy
% 78.42/10.23  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 78.42/10.25  
% 78.42/10.25  
% 78.42/10.25  fork 1: search terminated without proof.
% 79.10/10.28  
% 79.10/10.28  **** run 138 fork 1 starts with strategy
% 79.10/10.28  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 79.18/10.29  
% 79.18/10.29  
% 79.18/10.29  fork 3: search terminated without proof.
% 79.58/10.34  
% 79.58/10.34  **** run 132 fork 3 starts with strategy
% 79.58/10.34  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 84.38/10.96  
% 84.38/10.96  
% 84.38/10.96  fork 2: search terminated without proof.
% 84.38/10.99  
% 84.38/10.99  **** run 139 fork 2 starts with strategy
% 84.38/10.99  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 87.58/11.36  
% 87.58/11.36  
% 87.58/11.36  fork 3: search terminated without proof.
% 87.58/11.38  
% 87.58/11.38  **** run 140 fork 3 starts with strategy
% 87.58/11.38  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 101.85/13.13  
% 101.85/13.13  
% 101.85/13.13  fork 4: search terminated without proof.
% 102.35/13.21  
% 102.35/13.21  **** run 141 fork 4 starts with strategy
% 102.35/13.21  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 108.22/14.01  
% 108.22/14.01  
% 108.22/14.01  fork 5: search terminated without proof.
% 109.00/14.09  
% 109.00/14.09  **** run 142 fork 5 starts with strategy
% 109.00/14.09  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 110.24/14.18  
% 110.24/14.18  
% 110.24/14.18  fork 7: search terminated without proof.
% 110.70/14.24  
% 110.70/14.24  **** run 144 fork 7 starts with strategy
% 110.70/14.24  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 110.70/14.29  
% 110.70/14.29  
% 110.70/14.29  result: proof found
% 110.70/14.29  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 110.70/14.29  by run 140 fork 3 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 110.70/14.29  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 110.70/14.29  
% 110.70/14.29  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 110.70/14.29  
% 110.70/14.29  run 140 fork 3 statistics:
% 110.70/14.29  ----------------------------------
% 110.70/14.29  this run seconds: 2.893054
% 110.70/14.29  total seconds: 13.640735
% 110.70/14.29  stat_given_used: 1053
% 110.70/14.29  stat_given_used_at_endgame: 0
% 110.70/14.29  stat_given_candidates:   17175
% 110.70/14.29  stat_given_candidates_at_endgame: 0
% 110.70/14.29  stat_given_candidates_h: 0
% 110.70/14.29  stat_binres_derived_cl:   0
% 110.70/14.29  stat_binres_derived_cl_h: 0
% 110.70/14.29  stat_factor_derived_cl: 0
% 110.70/14.29  stat_para_derived_cl: 676763
% 110.70/14.29  stat_tautologies_discarded: 0
% 110.70/14.29  stat_forward_subsumed: 261355
% 110.70/14.29  stat_derived_cut: 0
% 110.70/14.29  stat_derived_rewritten: 854
% 110.70/14.29  stat_weight_discarded_building: 0
% 110.70/14.29  stat_weight_discarded_cl: 12476
% 110.70/14.29  stat_internlimit_discarded_cl: 0
% 110.70/14.29  stat_simplified:  854 simplified 0 derived 0 given
% 110.70/14.29  stat_kept_cl: 392332
% 110.70/14.29  stat_built_cl: 407768
% 110.70/14.29  stat_hyperres_partial_cl: 0
% 110.70/14.29  stat_made_rewriters: 938
% 110.70/14.29  stat_backward_subsumed: 0
% 110.70/14.29  stat_propagated_subsumed: 0
% 110.70/14.29  stat_clsubs_attempted:                     64983
% 110.70/14.29  stat_clsubs_fact_groundunit_found:             0
% 110.70/14.29  stat_clsubs_rule_groundunit_found:            90
% 110.70/14.29  stat_clsubs_top_meta_attempted:             842685
% 110.70/14.29  stat_clsubs_top_meta_failed:                777702
% 110.70/14.29  stat_clsubs_top_meta_nonpref_attempted:              842685
% 110.70/14.29  stat_clsubs_top_meta_nonpref_succeeded:              236311
% 110.70/14.29  stat_clsubs_top_meta_pref_attempted:                 236311
% 110.70/14.29  stat_clsubs_top_meta_pref1_succeeded:                193243
% 110.70/14.29  stat_clsubs_top_meta_pref2_succeeded:                 99041
% 110.70/14.29  stat_clsubs_top_meta_pref3_succeeded:                 64983
% 110.70/14.29  stat_clsubs_top_meta_pref_succeeded:                  64983
% 110.70/14.29  stat_clsubs_meta_attempted:                64983
% 110.70/14.29  stat_clsubs_meta_failed:                    8721
% 110.70/14.29  stat_clsubs_predsymbs_attempted:               0
% 110.70/14.29  stat_clsubs_unit_attempted:                64983
% 110.70/14.29  stat_clsubs_full_attempted:                    0
% 110.70/14.29  stat_forwardsubs_attempted:               666163
% 110.70/14.29  stat_lit_hash_added:                 392458
% 110.70/14.29  stat_lit_hash_computed:             1061102
% 110.70/14.29  stat_lit_hash_match_found:           261930
% 110.70/14.29  stat_lit_hash_match_miss:            812376
% 110.70/14.29  stat_lit_hash_cut_ok:                     0
% 110.70/14.29  stat_lit_strong_cut_ok:                   0
% 110.70/14.29  stat_lit_hash_subsume_ok:            261355
% 110.70/14.29  clqueue els 10000000 used 1
% 110.70/14.29  clactive els 10000000 used 1054
% 110.70/14.29  clactivesubsume els 10000000 used 5611
% 110.70/14.29  queue_termbuf els 200000000 used 37106073
% 110.70/14.29  hyper_termbuf els 100000000 used 1
% 110.70/14.29  active_termbuf els 100000000 used 50547
% 110.70/14.29  varstack els 5000 last used 1
% 110.70/14.29  given_termbuf els 10000000 last used 1
% 110.70/14.29  simplified_termbuf els 10000000 last used 1
% 110.70/14.29  derived_termbuf els 10000000 last used 50
% 110.70/14.29  wr_mallocs: 310235
% 110.70/14.29  wr_callocs: 19
% 110.70/14.29  wr_reallocs: 79009
% 110.70/14.29  wr_frees: 2
% 110.70/14.29  wr_malloc_bytes: 4177285268
% 110.70/14.29  wr_calloc_bytes: 96065504
% 110.70/14.29  wr_realloc_bytes: 14791224
% 110.70/14.29  wr_realloc_freebytes: 0
% 110.70/14.29  ----------------------------------
%------------------------------------------------------------------------------