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

View Problem - Process Solution

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

% Computer : n025.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:37 EDT 2023

% Result   : Unsatisfiable 226.91s 29.72s
% Output   : CNFRefutation 226.91s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named x_plus_y)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    sum(x,y,z) = true,
    inference(cnf_transformation,[],[x_plus_y]) ).

cnf('2',plain,
    ifeq(sum(X,Y,Z),true,sum(Y,X,Z),true) = true,
    inference(cnf_transformation,[],[commutativity_of_addition]) ).

cnf('3',plain,
    ifeq(true,true,sum(y,x,z),true) = true,
    inference(paramodulation,[],['1','2']) ).

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

cnf('5',plain,
    sum(y,x,z) = true,
    inference(simplify,[],['3','4']) ).

cnf('6',plain,
    sum(X,Y,add(X,Y)) = true,
    inference(cnf_transformation,[],[closure_of_addition]) ).

cnf('7',plain,
    ifeq2(sum(X,Y,Z),true,ifeq2(sum(X,Y,U),true,U,Z),Z) = Z,
    inference(cnf_transformation,[],[addition_is_well_defined]) ).

cnf('8',plain,
    ifeq2(true,true,ifeq2(sum(X3,Y3,Z3),true,Z3,add(X3,Y3)),add(X3,Y3)) = add(X3,Y3),
    inference(paramodulation,[],['6','7']) ).

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

cnf('10',plain,
    ifeq2(sum(X,Y,Z),true,Z,add(X,Y)) = add(X,Y),
    inference(simplify,[],['8','9']) ).

cnf('11',plain,
    ifeq2(true,true,z,add(y,x)) = add(y,x),
    inference(paramodulation,[],['5','10']) ).

cnf('12',plain,
    z = add(y,x),
    inference(simplify,[],['11','9']) ).

cnf('13',plain,
    product(X,inverse(X),additive_identity) = true,
    inference(cnf_transformation,[],[multiplicative_inverse2]) ).

cnf('14',plain,
    product(X,Y,multiply(X,Y)) = true,
    inference(cnf_transformation,[],[closure_of_multiplication]) ).

cnf('15',plain,
    ifeq2(product(X,Y,Z),true,ifeq2(product(X,Y,U),true,U,Z),Z) = Z,
    inference(cnf_transformation,[],[multiplication_is_well_defined]) ).

cnf('16',plain,
    ifeq2(true,true,ifeq2(product(X3,Y3,Z3),true,Z3,multiply(X3,Y3)),multiply(X3,Y3)) = multiply(X3,Y3),
    inference(paramodulation,[],['14','15']) ).

cnf('17',plain,
    ifeq2(product(X,Y,Z),true,Z,multiply(X,Y)) = multiply(X,Y),
    inference(simplify,[],['16','9']) ).

cnf('18',plain,
    ifeq2(true,true,additive_identity,multiply(X3,inverse(X3))) = multiply(X3,inverse(X3)),
    inference(paramodulation,[],['13','17']) ).

cnf('19',plain,
    additive_identity = multiply(X,inverse(X)),
    inference(simplify,[],['18','9']) ).

cnf('20',plain,
    ifeq(true,true,sum(X3,Y3,add(Y3,X3)),true) = true,
    inference(paramodulation,[],['6','2']) ).

cnf('21',plain,
    sum(X,Y,add(Y,X)) = true,
    inference(simplify,[],['20','4']) ).

cnf('22',plain,
    sum(X,inverse(X),multiplicative_identity) = true,
    inference(cnf_transformation,[],[additive_inverse2]) ).

cnf('23',plain,
    ifeq(product(X,Y,Z),true,product(Y,X,Z),true) = true,
    inference(cnf_transformation,[],[commutativity_of_multiplication]) ).

cnf('24',plain,
    ifeq(true,true,product(X3,Y3,multiply(Y3,X3)),true) = true,
    inference(paramodulation,[],['14','23']) ).

cnf('25',plain,
    product(X,Y,multiply(Y,X)) = true,
    inference(simplify,[],['24','4']) ).

cnf('26',plain,
    product(X,multiplicative_identity,X) = true,
    inference(cnf_transformation,[],[multiplicative_identity2]) ).

cnf('27',plain,
    ifeq(product(X,Y,Z),true,ifeq(product(U,V,W),true,ifeq(sum(X2006,V,Y),true,ifeq(sum(X2006,U,X),true,sum(X2006,W,Z),true),true),true),true) = true,
    inference(cnf_transformation,[],[distributivity6]) ).

cnf('28',plain,
    ifeq(true,true,ifeq(product(X3,Y3,Z3),true,ifeq(sum(U3,Y3,multiplicative_identity),true,ifeq(sum(U3,X3,V3),true,sum(U3,Z3,V3),true),true),true),true) = true,
    inference(paramodulation,[],['26','27']) ).

cnf('29',plain,
    ifeq(product(X,Y,Z),true,ifeq(sum(U,Y,multiplicative_identity),true,ifeq(sum(U,X,V),true,sum(U,Z,V),true),true),true) = true,
    inference(simplify,[],['28','4']) ).

cnf('30',plain,
    ifeq(true,true,ifeq(sum(X3,Y3,multiplicative_identity),true,ifeq(sum(X3,Z3,U3),true,sum(X3,multiply(Y3,Z3),U3),true),true),true) = true,
    inference(paramodulation,[],['25','29']) ).

cnf('31',plain,
    ifeq(sum(X,Y,multiplicative_identity),true,ifeq(sum(X,Z,U),true,sum(X,multiply(Y,Z),U),true),true) = true,
    inference(simplify,[],['30','4']) ).

cnf('32',plain,
    ifeq(true,true,ifeq(sum(X3,Y3,Z3),true,sum(X3,multiply(inverse(X3),Y3),Z3),true),true) = true,
    inference(paramodulation,[],['22','31']) ).

cnf('33',plain,
    ifeq(sum(X,Y,Z),true,sum(X,multiply(inverse(X),Y),Z),true) = true,
    inference(simplify,[],['32','4']) ).

cnf('34',plain,
    ifeq(true,true,sum(X3,multiply(inverse(X3),Y3),add(Y3,X3)),true) = true,
    inference(paramodulation,[],['21','33']) ).

cnf('35',plain,
    sum(X,multiply(inverse(X),Y),add(Y,X)) = true,
    inference(simplify,[],['34','4']) ).

cnf('36',plain,
    sum(X3,additive_identity,add(inverse(inverse(X3)),X3)) = true,
    inference(paramodulation,[],['19','35']) ).

cnf('37',plain,
    sum(inverse(X),X,multiplicative_identity) = true,
    inference(cnf_transformation,[],[additive_inverse1]) ).

cnf('38',plain,
    ifeq(true,true,ifeq(sum(X3,inverse(Y3),multiplicative_identity),true,ifeq(sum(X3,Y3,Z3),true,sum(X3,additive_identity,Z3),true),true),true) = true,
    inference(paramodulation,[],['13','29']) ).

cnf('39',plain,
    ifeq(sum(X,inverse(Y),multiplicative_identity),true,ifeq(sum(X,Y,Z),true,sum(X,additive_identity,Z),true),true) = true,
    inference(simplify,[],['38','4']) ).

cnf('40',plain,
    ifeq(true,true,ifeq(sum(inverse(inverse(X3)),X3,Y3),true,sum(inverse(inverse(X3)),additive_identity,Y3),true),true) = true,
    inference(paramodulation,[],['37','39']) ).

cnf('41',plain,
    ifeq(sum(inverse(inverse(X)),X,Y),true,sum(inverse(inverse(X)),additive_identity,Y),true) = true,
    inference(simplify,[],['40','4']) ).

cnf('42',plain,
    ifeq(true,true,sum(inverse(inverse(X3)),additive_identity,add(X3,inverse(inverse(X3)))),true) = true,
    inference(paramodulation,[],['21','41']) ).

cnf('43',plain,
    sum(inverse(inverse(X)),additive_identity,add(X,inverse(inverse(X)))) = true,
    inference(simplify,[],['42','4']) ).

cnf('44',plain,
    sum(X,additive_identity,X) = true,
    inference(cnf_transformation,[],[additive_identity2]) ).

cnf('45',plain,
    ifeq2(true,true,ifeq2(sum(X3,additive_identity,Y3),true,Y3,X3),X3) = X3,
    inference(paramodulation,[],['44','7']) ).

cnf('46',plain,
    ifeq2(sum(X,additive_identity,Y),true,Y,X) = X,
    inference(simplify,[],['45','9']) ).

cnf('47',plain,
    ifeq2(true,true,add(X3,inverse(inverse(X3))),inverse(inverse(X3))) = inverse(inverse(X3)),
    inference(paramodulation,[],['43','46']) ).

cnf('48',plain,
    add(X,inverse(inverse(X))) = inverse(inverse(X)),
    inference(simplify,[],['47','9']) ).

cnf('49',plain,
    ifeq2(true,true,add(X3,Y3),add(Y3,X3)) = add(Y3,X3),
    inference(paramodulation,[],['21','10']) ).

cnf('50',plain,
    add(X,Y) = add(Y,X),
    inference(simplify,[],['49','9']) ).

cnf('51',plain,
    add(inverse(inverse(X)),X) = inverse(inverse(X)),
    inference(paramodulation,[],['48','50']) ).

cnf('52',plain,
    sum(X,additive_identity,inverse(inverse(X))) = true,
    inference(simplify,[],['36','51']) ).

cnf('53',plain,
    ifeq2(true,true,inverse(inverse(X3)),X3) = X3,
    inference(paramodulation,[],['52','46']) ).

cnf('54',plain,
    inverse(inverse(X)) = X,
    inference(simplify,[],['53','9']) ).

cnf('55',plain,
    ifeq(true,true,ifeq(sum(X3,Y3,multiplicative_identity),true,ifeq(sum(X3,Z3,U3),true,sum(X3,multiply(Z3,Y3),U3),true),true),true) = true,
    inference(paramodulation,[],['14','29']) ).

cnf('56',plain,
    ifeq(sum(X,Y,multiplicative_identity),true,ifeq(sum(X,Z,U),true,sum(X,multiply(Z,Y),U),true),true) = true,
    inference(simplify,[],['55','4']) ).

cnf('57',plain,
    ifeq(true,true,ifeq(sum(inverse(X3),Y3,Z3),true,sum(inverse(X3),multiply(Y3,X3),Z3),true),true) = true,
    inference(paramodulation,[],['37','56']) ).

cnf('58',plain,
    ifeq(sum(inverse(X),Y,Z),true,sum(inverse(X),multiply(Y,X),Z),true) = true,
    inference(simplify,[],['57','4']) ).

cnf('59',plain,
    ifeq(true,true,sum(inverse(X3),multiply(Y3,X3),add(Y3,inverse(X3))),true) = true,
    inference(paramodulation,[],['21','58']) ).

cnf('60',plain,
    sum(inverse(X),multiply(Y,X),add(Y,inverse(X))) = true,
    inference(simplify,[],['59','4']) ).

cnf('61',plain,
    ifeq2(true,true,ifeq2(sum(X3,Y3,Z3),true,Z3,add(Y3,X3)),add(Y3,X3)) = add(Y3,X3),
    inference(paramodulation,[],['21','7']) ).

cnf('62',plain,
    ifeq2(sum(X,Y,Z),true,Z,add(Y,X)) = add(Y,X),
    inference(simplify,[],['61','9']) ).

cnf('63',plain,
    ifeq2(true,true,add(X3,inverse(Y3)),add(multiply(X3,Y3),inverse(Y3))) = add(multiply(X3,Y3),inverse(Y3)),
    inference(paramodulation,[],['60','62']) ).

cnf('64',plain,
    add(X,inverse(Y)) = add(multiply(X,Y),inverse(Y)),
    inference(simplify,[],['63','9']) ).

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

cnf('66',plain,
    add(X,Y) = add(multiply(X,inverse(Y)),Y),
    inference(simplify,[],['65','54']) ).

cnf('67',plain,
    ifeq(true,true,ifeq(sum(inverse(X3),Y3,Z3),true,sum(inverse(X3),multiply(X3,Y3),Z3),true),true) = true,
    inference(paramodulation,[],['37','31']) ).

cnf('68',plain,
    ifeq(sum(inverse(X),Y,Z),true,sum(inverse(X),multiply(X,Y),Z),true) = true,
    inference(simplify,[],['67','4']) ).

cnf('69',plain,
    ifeq(true,true,sum(inverse(X3),multiply(X3,X3),multiplicative_identity),true) = true,
    inference(paramodulation,[],['37','68']) ).

cnf('70',plain,
    sum(inverse(X),multiply(X,X),multiplicative_identity) = true,
    inference(simplify,[],['69','4']) ).

cnf('71',plain,
    ifeq(true,true,ifeq(sum(inverse(X3),Y3,Z3),true,sum(inverse(X3),multiply(multiply(X3,X3),Y3),Z3),true),true) = true,
    inference(paramodulation,[],['70','31']) ).

cnf('72',plain,
    ifeq(sum(inverse(X),Y,Z),true,sum(inverse(X),multiply(multiply(X,X),Y),Z),true) = true,
    inference(simplify,[],['71','4']) ).

cnf('73',plain,
    ifeq(true,true,sum(inverse(X3),multiply(multiply(X3,X3),Y3),add(Y3,inverse(X3))),true) = true,
    inference(paramodulation,[],['21','72']) ).

cnf('74',plain,
    sum(inverse(X),multiply(multiply(X,X),Y),add(Y,inverse(X))) = true,
    inference(simplify,[],['73','4']) ).

cnf('75',plain,
    sum(X3,multiply(multiply(inverse(X3),inverse(X3)),Y3),add(Y3,inverse(inverse(X3)))) = true,
    inference(paramodulation,[],['54','74']) ).

cnf('76',plain,
    sum(X,multiply(multiply(inverse(X),inverse(X)),Y),add(Y,X)) = true,
    inference(simplify,[],['75','54']) ).

cnf('77',plain,
    sum(X,multiply(multiply(inverse(X),inverse(X)),multiply(Y,inverse(X))),add(Y,X)) = true,
    inference(paramodulation,[],['66','76']) ).

cnf('78',plain,
    sum(x,multiply(multiply(inverse(x),inverse(x)),multiply(y,inverse(x))),z) = true,
    inference(paramodulation,[],['12','77']) ).

cnf('79',plain,
    ifeq(product(X,Y,Z),true,ifeq(product(X,U,V),true,ifeq(product(X,W,X2006),true,ifeq(sum(W,U,Y),true,sum(X2006,V,Z),true),true),true),true) = true,
    inference(cnf_transformation,[],[distributivity1]) ).

cnf('80',plain,
    ifeq(true,true,ifeq(product(X3,Y3,Z3),true,ifeq(product(X3,U3,V3),true,ifeq(sum(U3,Y3,multiplicative_identity),true,sum(V3,Z3,X3),true),true),true),true) = true,
    inference(paramodulation,[],['26','79']) ).

cnf('81',plain,
    ifeq(product(X,Y,Z),true,ifeq(product(X,U,V),true,ifeq(sum(U,Y,multiplicative_identity),true,sum(V,Z,X),true),true),true) = true,
    inference(simplify,[],['80','4']) ).

cnf('82',plain,
    ifeq(true,true,ifeq(product(X3,Y3,Z3),true,ifeq(sum(Y3,multiplicative_identity,multiplicative_identity),true,sum(Z3,X3,X3),true),true),true) = true,
    inference(paramodulation,[],['26','81']) ).

cnf('83',plain,
    product(multiplicative_identity,X,X) = true,
    inference(cnf_transformation,[],[multiplicative_identity1]) ).

cnf('84',plain,
    ifeq(true,true,ifeq(sum(X3,Y3,multiplicative_identity),true,ifeq(sum(X3,multiplicative_identity,Z3),true,sum(X3,Y3,Z3),true),true),true) = true,
    inference(paramodulation,[],['83','29']) ).

cnf('85',plain,
    ifeq(sum(X,Y,multiplicative_identity),true,ifeq(sum(X,multiplicative_identity,Z),true,sum(X,Y,Z),true),true) = true,
    inference(simplify,[],['84','4']) ).

cnf('86',plain,
    ifeq(true,true,ifeq(sum(X3,multiplicative_identity,Y3),true,sum(X3,inverse(X3),Y3),true),true) = true,
    inference(paramodulation,[],['22','85']) ).

cnf('87',plain,
    ifeq(sum(X,multiplicative_identity,Y),true,sum(X,inverse(X),Y),true) = true,
    inference(simplify,[],['86','4']) ).

cnf('88',plain,
    ifeq(true,true,sum(X3,inverse(X3),add(multiplicative_identity,X3)),true) = true,
    inference(paramodulation,[],['21','87']) ).

cnf('89',plain,
    sum(X,inverse(X),add(multiplicative_identity,X)) = true,
    inference(simplify,[],['88','4']) ).

cnf('90',plain,
    ifeq2(true,true,multiplicative_identity,add(inverse(X3),X3)) = add(inverse(X3),X3),
    inference(paramodulation,[],['37','10']) ).

cnf('91',plain,
    multiplicative_identity = add(inverse(X),X),
    inference(simplify,[],['90','9']) ).

cnf('92',plain,
    add(X,inverse(X)) = multiplicative_identity,
    inference(paramodulation,[],['91','50']) ).

cnf('93',plain,
    ifeq2(sum(X3,inverse(X3),Y3),true,Y3,add(X3,inverse(X3))) = multiplicative_identity,
    inference(paramodulation,[],['92','10']) ).

cnf('94',plain,
    ifeq2(sum(X,inverse(X),Y),true,Y,multiplicative_identity) = multiplicative_identity,
    inference(simplify,[],['93','92']) ).

cnf('95',plain,
    ifeq2(true,true,add(multiplicative_identity,X3),multiplicative_identity) = multiplicative_identity,
    inference(paramodulation,[],['89','94']) ).

cnf('96',plain,
    add(multiplicative_identity,X) = multiplicative_identity,
    inference(simplify,[],['95','9']) ).

cnf('97',plain,
    sum(X,multiplicative_identity,multiplicative_identity) = true,
    inference(paramodulation,[],['96','21']) ).

cnf('98',plain,
    ifeq(product(X,Y,Z),true,sum(Z,X,X),true) = true,
    inference(simplify,[then_simplify],['82','97','4','4']) ).

cnf('99',plain,
    ifeq(true,true,sum(multiply(X3,Y3),Y3,Y3),true) = true,
    inference(paramodulation,[],['25','98']) ).

cnf('100',plain,
    sum(multiply(X,Y),Y,Y) = true,
    inference(simplify,[],['99','4']) ).

cnf('101',plain,
    ifeq2(true,true,X3,add(X3,multiply(Y3,X3))) = add(X3,multiply(Y3,X3)),
    inference(paramodulation,[],['100','62']) ).

cnf('102',plain,
    X = add(X,multiply(Y,X)),
    inference(simplify,[],['101','9']) ).

cnf('103',plain,
    sum(X,multiply(Y,X),X) = true,
    inference(paramodulation,[],['102','6']) ).

cnf('104',plain,
    sum(multiplicative_identity,X,multiplicative_identity) = true,
    inference(paramodulation,[],['96','6']) ).

cnf('105',plain,
    ifeq(true,true,sum(multiply(X3,X3),inverse(X3),multiplicative_identity),true) = true,
    inference(paramodulation,[],['70','2']) ).

cnf('106',plain,
    sum(multiply(X,X),inverse(X),multiplicative_identity) = true,
    inference(simplify,[],['105','4']) ).

cnf('107',plain,
    ifeq(true,true,ifeq(sum(multiply(X3,X3),X3,Y3),true,sum(multiply(X3,X3),additive_identity,Y3),true),true) = true,
    inference(paramodulation,[],['106','39']) ).

cnf('108',plain,
    ifeq(sum(multiply(X,X),X,Y),true,sum(multiply(X,X),additive_identity,Y),true) = true,
    inference(simplify,[],['107','4']) ).

cnf('109',plain,
    ifeq(true,true,sum(multiply(X3,X3),additive_identity,add(X3,multiply(X3,X3))),true) = true,
    inference(paramodulation,[],['21','108']) ).

cnf('110',plain,
    sum(multiply(X,X),additive_identity,add(X,multiply(X,X))) = true,
    inference(simplify,[],['109','4']) ).

cnf('111',plain,
    ifeq2(true,true,add(X3,multiply(X3,X3)),multiply(X3,X3)) = multiply(X3,X3),
    inference(paramodulation,[],['110','46']) ).

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

cnf('113',plain,
    sum(X,multiply(X,X),multiply(X,X)) = true,
    inference(paramodulation,[],['112','6']) ).

cnf('114',plain,
    ifeq(product(X,Y,Z),true,ifeq(product(X,U,V),true,ifeq(sum(V,Z,W),true,ifeq(sum(U,Y,X2006),true,product(X,X2006,W),true),true),true),true) = true,
    inference(cnf_transformation,[],[distributivity2]) ).

cnf('115',plain,
    ifeq(true,true,ifeq(product(X3,Y3,Z3),true,ifeq(sum(Z3,multiply(U3,X3),V3),true,ifeq(sum(Y3,U3,W3),true,product(X3,W3,V3),true),true),true),true) = true,
    inference(paramodulation,[],['25','114']) ).

cnf('116',plain,
    ifeq(product(X,Y,Z),true,ifeq(sum(Z,multiply(U,X),V),true,ifeq(sum(Y,U,W),true,product(X,W,V),true),true),true) = true,
    inference(simplify,[],['115','4']) ).

cnf('117',plain,
    ifeq(true,true,ifeq(sum(X3,multiply(Y3,X3),Z3),true,ifeq(sum(multiplicative_identity,Y3,U3),true,product(X3,U3,Z3),true),true),true) = true,
    inference(paramodulation,[],['26','116']) ).

cnf('118',plain,
    ifeq(sum(X,multiply(Y,X),Z),true,ifeq(sum(multiplicative_identity,Y,U),true,product(X,U,Z),true),true) = true,
    inference(simplify,[],['117','4']) ).

cnf('119',plain,
    ifeq(true,true,ifeq(sum(multiplicative_identity,X3,Y3),true,product(X3,Y3,multiply(X3,X3)),true),true) = true,
    inference(paramodulation,[],['113','118']) ).

cnf('120',plain,
    ifeq(sum(multiplicative_identity,X,Y),true,product(X,Y,multiply(X,X)),true) = true,
    inference(simplify,[],['119','4']) ).

cnf('121',plain,
    ifeq(true,true,product(X3,multiplicative_identity,multiply(X3,X3)),true) = true,
    inference(paramodulation,[],['104','120']) ).

cnf('122',plain,
    product(X,multiplicative_identity,multiply(X,X)) = true,
    inference(simplify,[],['121','4']) ).

cnf('123',plain,
    ifeq2(true,true,ifeq2(product(X3,multiplicative_identity,Y3),true,Y3,X3),X3) = X3,
    inference(paramodulation,[],['26','15']) ).

cnf('124',plain,
    ifeq2(product(X,multiplicative_identity,Y),true,Y,X) = X,
    inference(simplify,[],['123','9']) ).

cnf('125',plain,
    ifeq2(true,true,multiply(X3,X3),X3) = X3,
    inference(paramodulation,[],['122','124']) ).

cnf('126',plain,
    multiply(X,X) = X,
    inference(simplify,[],['125','9']) ).

cnf('127',plain,
    product(X,X,X) = true,
    inference(paramodulation,[],['126','25']) ).

cnf('128',plain,
    ifeq(true,true,ifeq(sum(X3,multiply(Y3,X3),Z3),true,ifeq(sum(X3,Y3,U3),true,product(X3,U3,Z3),true),true),true) = true,
    inference(paramodulation,[],['127','116']) ).

cnf('129',plain,
    ifeq(sum(X,multiply(Y,X),Z),true,ifeq(sum(X,Y,U),true,product(X,U,Z),true),true) = true,
    inference(simplify,[],['128','4']) ).

cnf('130',plain,
    ifeq(true,true,ifeq(sum(X3,Y3,Z3),true,product(X3,Z3,X3),true),true) = true,
    inference(paramodulation,[],['103','129']) ).

cnf('131',plain,
    ifeq(sum(X,Y,Z),true,product(X,Z,X),true) = true,
    inference(simplify,[],['130','4']) ).

cnf('132',plain,
    ifeq(true,true,product(x,z,x),true) = true,
    inference(paramodulation,[],['78','131']) ).

cnf('133',plain,
    product(x,z,x) != true,
    inference(cnf_transformation,[],[prove_product]) ).

cnf('134',plain,
    $false,
    inference(simplify,[then_simplify],['132','133','4']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : BOO017-10 : TPTP v8.1.2. Released v7.5.0.
% 0.00/0.13  % Command  : gkc %s
% 0.14/0.35  % Computer : n025.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Sun Aug 27 08:38:53 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.39  
% 0.14/0.39  input clause set summed statistics:
% 0.14/0.39  ----------------------------------
% 0.14/0.39  in_clause_count:                    26
% 0.14/0.39  in_rule_clause_count:               26
% 0.14/0.39  in_fact_clause_count:                0
% 0.14/0.39  in_answer_clause_count:              0
% 0.14/0.39  in_ground_clause_count:              2
% 0.14/0.39  in_unit_clause_count:               26
% 0.14/0.39  in_horn_clause_count:               26
% 0.14/0.39  in_pos_clause_count:                25
% 0.14/0.39  in_neg_clause_count:                 1
% 0.14/0.39  in_poseq_clause_count:              25
% 0.14/0.39  in_negeq_clause_count:               1
% 0.14/0.39  in_unitposeq_clause_count:          25
% 0.14/0.39  in_chain_clause_count:               0
% 0.14/0.39  in_min_length:             1
% 0.14/0.39  in_max_length:             1
% 0.14/0.39  in_min_depth:              2
% 0.14/0.39  in_max_depth:              6
% 0.14/0.39  in_min_size:               6
% 0.14/0.39  in_max_size:              34
% 0.14/0.39  in_min_vars:               0
% 0.14/0.39  in_max_vars:               7
% 0.14/0.39  in_extaxiom_count:                 0
% 0.14/0.39  in_axiom_count:                   24
% 0.14/0.39  in_assumption_count:               1
% 0.14/0.39  in_goal_count:                     1
% 0.14/0.39  in_neg_goal_count:                 1
% 0.14/0.39  in_pos_goal_count:                 0
% 0.14/0.39  in_posunit_goal_count:             0
% 0.14/0.39  
% 0.14/0.39  auto guide:
% 0.14/0.39  -----------
% 0.14/0.39  {
% 0.14/0.39  "print":1,
% 0.14/0.39  "print_level": 15,
% 0.14/0.39  "max_size": 0,
% 0.14/0.39  "max_depth": 0,
% 0.14/0.39  "max_length": 0,
% 0.14/0.39  "max_dseconds": 0,
% 0.14/0.39  "runs":[
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.39  {"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.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.39  {"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.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"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.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.21/0.39  
% 0.21/0.39  ]}
% 0.21/0.39  
% 0.21/0.39  
% 0.21/0.39  **** run 1 fork 0 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.39  
% 0.21/0.39  **** run 2 fork 1 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 3 fork 2 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.39  
% 0.21/0.39  **** run 4 fork 3 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.39  
% 0.21/0.39  **** run 5 fork 4 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.21/0.39  
% 0.21/0.39  **** run 6 fork 5 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.39  
% 0.21/0.39  **** run 7 fork 6 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.40  
% 0.21/0.40  **** run 8 fork 7 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 4: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 2: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 1: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 6: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 5: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  **** run 10 fork 1 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.54  **** run 15 fork 6 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 0: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  **** run 13 fork 4 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.54  
% 0.21/0.54  **** run 11 fork 2 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 3: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  **** run 14 fork 5 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.21/0.56  
% 0.21/0.56  **** run 9 fork 0 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.57  
% 0.21/0.57  
% 0.21/0.57  fork 7: search terminated without proof.
% 0.21/0.57  
% 0.21/0.57  **** run 12 fork 3 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.59  
% 0.21/0.59  **** run 16 fork 7 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 6: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 1: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 4: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  **** run 23 fork 6 starts with strategy
% 0.21/0.67  {"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.21/0.67  
% 0.21/0.67  **** run 18 fork 1 starts with strategy
% 0.21/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 0: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  **** run 21 fork 4 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 3: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 5: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  **** run 17 fork 0 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  fork 7: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  fork 2: search terminated without proof.
% 0.21/0.71  
% 0.21/0.71  **** run 20 fork 3 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.21/0.71  
% 0.21/0.71  **** run 22 fork 5 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.72  
% 0.21/0.72  **** run 24 fork 7 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.75  
% 0.21/0.75  **** run 19 fork 2 starts with strategy
% 0.21/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.04/0.81  
% 2.04/0.81  
% 2.04/0.81  fork 1: search terminated without proof.
% 2.04/0.81  
% 2.04/0.81  
% 2.04/0.81  fork 6: search terminated without proof.
% 2.04/0.82  
% 2.04/0.82  
% 2.04/0.82  fork 3: search terminated without proof.
% 2.04/0.82  
% 2.04/0.82  
% 2.04/0.82  fork 4: search terminated without proof.
% 2.04/0.83  
% 2.04/0.83  
% 2.04/0.83  fork 0: search terminated without proof.
% 2.04/0.83  
% 2.04/0.83  **** run 26 fork 1 starts with strategy
% 2.04/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.04/0.83  
% 2.04/0.83  **** run 31 fork 6 starts with strategy
% 2.04/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.39/0.84  
% 3.39/0.84  **** run 28 fork 3 starts with strategy
% 3.39/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.39/0.85  
% 3.39/0.85  **** run 29 fork 4 starts with strategy
% 3.39/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.39/0.85  
% 3.39/0.85  **** run 25 fork 0 starts with strategy
% 3.39/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.39/0.85  
% 3.39/0.85  
% 3.39/0.85  fork 5: search terminated without proof.
% 3.39/0.86  
% 3.39/0.86  
% 3.39/0.86  fork 7: search terminated without proof.
% 3.39/0.87  
% 3.39/0.87  **** run 30 fork 5 starts with strategy
% 3.39/0.87  {"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.39/0.88  
% 3.39/0.88  **** run 32 fork 7 starts with strategy
% 3.39/0.88  {"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.39/0.90  
% 3.39/0.90  
% 3.39/0.90  fork 2: search terminated without proof.
% 3.39/0.91  
% 3.39/0.91  **** run 27 fork 2 starts with strategy
% 3.39/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.03/0.95  
% 4.03/0.95  
% 4.03/0.95  fork 1: search terminated without proof.
% 4.03/0.95  
% 4.03/0.95  
% 4.03/0.95  fork 6: search terminated without proof.
% 4.03/0.96  
% 4.03/0.96  **** run 34 fork 1 starts with strategy
% 4.03/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.03/0.97  
% 4.03/0.97  **** run 39 fork 6 starts with strategy
% 4.03/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.03/0.97  
% 4.03/0.97  
% 4.03/0.97  fork 4: search terminated without proof.
% 4.03/0.97  
% 4.03/0.97  
% 4.03/0.97  fork 0: search terminated without proof.
% 4.03/0.97  
% 4.03/0.97  
% 4.03/0.97  fork 3: search terminated without proof.
% 4.58/0.99  
% 4.58/0.99  **** run 37 fork 4 starts with strategy
% 4.58/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.58/0.99  
% 4.58/0.99  
% 4.58/0.99  fork 5: search terminated without proof.
% 4.58/0.99  
% 4.58/0.99  **** run 33 fork 0 starts with strategy
% 4.58/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.58/0.99  
% 4.58/0.99  
% 4.58/0.99  fork 7: search terminated without proof.
% 4.58/0.99  
% 4.58/0.99  **** run 36 fork 3 starts with strategy
% 4.58/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.58/1.01  
% 4.58/1.01  **** run 40 fork 7 starts with strategy
% 4.58/1.01  
% 4.58/1.01  **** run 38 fork 5 starts with strategy
% 4.58/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.58/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.58/1.03  
% 4.58/1.03  
% 4.58/1.03  fork 2: search terminated without proof.
% 4.58/1.06  
% 4.58/1.06  **** run 35 fork 2 starts with strategy
% 4.58/1.06  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 5.35/1.08  
% 5.35/1.08  
% 5.35/1.08  fork 1: search terminated without proof.
% 5.35/1.09  
% 5.35/1.09  
% 5.35/1.09  fork 6: search terminated without proof.
% 5.35/1.10  
% 5.35/1.10  **** run 42 fork 1 starts with strategy
% 5.35/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.35/1.10  
% 5.35/1.10  **** run 47 fork 6 starts with strategy
% 5.35/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.35/1.11  
% 5.35/1.11  
% 5.35/1.11  fork 4: search terminated without proof.
% 5.35/1.11  
% 5.35/1.11  
% 5.35/1.11  fork 0: search terminated without proof.
% 5.35/1.11  
% 5.35/1.11  
% 5.35/1.11  fork 3: search terminated without proof.
% 5.64/1.13  
% 5.64/1.13  **** run 45 fork 4 starts with strategy
% 5.64/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.64/1.13  
% 5.64/1.13  
% 5.64/1.13  fork 5: search terminated without proof.
% 5.64/1.13  
% 5.64/1.13  fork 6: search finished without proof.
% 5.64/1.13  
% 5.64/1.13  **** run 44 fork 3 starts with strategy
% 5.64/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.80/1.14  
% 5.80/1.14  **** run 41 fork 0 starts with strategy
% 5.80/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.80/1.14  
% 5.80/1.14  
% 5.80/1.14  fork 7: search terminated without proof.
% 5.80/1.15  
% 5.80/1.15  **** run 55 fork 6 starts with strategy
% 5.80/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.80/1.15  
% 5.80/1.15  **** run 46 fork 5 starts with strategy
% 5.80/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.80/1.16  
% 5.80/1.16  **** run 48 fork 7 starts with strategy
% 5.80/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.80/1.18  
% 5.80/1.18  
% 5.80/1.18  fork 2: search terminated without proof.
% 5.80/1.18  
% 5.80/1.18  fork 5: search finished without proof.
% 5.80/1.20  
% 5.80/1.20  **** run 54 fork 5 starts with strategy
% 5.80/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.80/1.20  
% 5.80/1.20  **** run 43 fork 2 starts with strategy
% 5.80/1.20  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.44/1.22  
% 6.44/1.22  
% 6.44/1.22  fork 1: search terminated without proof.
% 6.44/1.22  
% 6.44/1.22  fork 5: search finished without proof.
% 6.44/1.24  
% 6.44/1.24  fork 6: search finished without proof.
% 6.44/1.24  
% 6.44/1.24  **** run 62 fork 5 starts with strategy
% 6.44/1.24  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.44/1.24  
% 6.44/1.24  **** run 50 fork 1 starts with strategy
% 6.44/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.44/1.25  
% 6.44/1.25  
% 6.44/1.25  fork 4: search terminated without proof.
% 6.44/1.25  
% 6.44/1.25  
% 6.44/1.25  fork 3: search terminated without proof.
% 6.44/1.26  
% 6.44/1.26  **** run 63 fork 6 starts with strategy
% 6.44/1.26  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.44/1.26  
% 6.44/1.26  
% 6.44/1.26  fork 0: search terminated without proof.
% 6.44/1.27  
% 6.44/1.27  **** run 53 fork 4 starts with strategy
% 6.44/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.44/1.28  
% 6.44/1.28  **** run 52 fork 3 starts with strategy
% 6.44/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.97/1.28  
% 6.97/1.28  **** run 49 fork 0 starts with strategy
% 6.97/1.28  
% 6.97/1.28  
% 6.97/1.28  fork 7: search terminated without proof.
% 6.97/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.97/1.30  
% 6.97/1.30  fork 4: search finished without proof.
% 6.97/1.30  
% 6.97/1.30  **** run 56 fork 7 starts with strategy
% 6.97/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.97/1.31  
% 6.97/1.31  fork 3: search finished without proof.
% 6.97/1.32  
% 6.97/1.32  **** run 61 fork 4 starts with strategy
% 6.97/1.32  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 6.97/1.32  
% 6.97/1.32  **** run 60 fork 3 starts with strategy
% 6.97/1.32  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.97/1.33  
% 6.97/1.33  
% 6.97/1.33  fork 2: search terminated without proof.
% 6.97/1.34  
% 6.97/1.34  **** run 51 fork 2 starts with strategy
% 6.97/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 7.60/1.36  
% 7.60/1.36  
% 7.60/1.36  fork 1: search terminated without proof.
% 7.60/1.36  
% 7.60/1.36  
% 7.60/1.36  fork 5: search terminated without proof.
% 7.60/1.37  
% 7.60/1.37  fork 2: search finished without proof.
% 7.60/1.38  
% 7.60/1.38  
% 7.60/1.38  fork 6: search terminated without proof.
% 7.60/1.38  
% 7.60/1.38  **** run 58 fork 1 starts with strategy
% 7.60/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.60/1.38  
% 7.60/1.38  **** run 70 fork 5 starts with strategy
% 7.60/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.60/1.39  
% 7.60/1.39  **** run 59 fork 2 starts with strategy
% 7.60/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.60/1.40  
% 7.60/1.40  **** run 71 fork 6 starts with strategy
% 7.60/1.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 7.60/1.41  
% 7.60/1.41  fork 5: search finished without proof.
% 7.60/1.42  
% 7.60/1.42  fork 2: search finished without proof.
% 7.60/1.42  
% 7.60/1.42  
% 7.60/1.42  fork 7: search terminated without proof.
% 7.60/1.43  
% 7.60/1.43  **** run 78 fork 5 starts with strategy
% 7.60/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 7.60/1.44  
% 7.60/1.44  
% 7.60/1.44  fork 4: search terminated without proof.
% 7.60/1.44  
% 7.60/1.44  **** run 67 fork 2 starts with strategy
% 7.60/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.60/1.44  
% 7.60/1.44  
% 7.60/1.44  fork 0: search terminated without proof.
% 7.60/1.44  
% 7.60/1.44  fork 6: search finished without proof.
% 7.60/1.44  
% 7.60/1.44  **** run 64 fork 7 starts with strategy
% 7.60/1.44  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.60/1.45  
% 7.60/1.45  
% 7.60/1.45  fork 3: search terminated without proof.
% 7.60/1.46  
% 7.60/1.46  **** run 69 fork 4 starts with strategy
% 7.60/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 7.60/1.46  
% 7.60/1.46  fork 5: search finished without proof.
% 7.60/1.46  
% 7.60/1.46  **** run 79 fork 6 starts with strategy
% 7.60/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 7.60/1.48  
% 7.60/1.48  **** run 68 fork 3 starts with strategy
% 7.60/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 7.60/1.48  
% 7.60/1.48  **** run 86 fork 5 starts with strategy
% 7.60/1.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 7.60/1.49  
% 7.60/1.49  **** run 57 fork 0 starts with strategy
% 7.60/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.60/1.50  
% 7.60/1.50  
% 7.60/1.50  fork 1: search terminated without proof.
% 7.60/1.52  
% 7.60/1.52  **** run 66 fork 1 starts with strategy
% 7.60/1.52  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.60/1.55  
% 7.60/1.55  fork 1: search finished without proof.
% 7.60/1.56  
% 7.60/1.56  
% 7.60/1.56  fork 7: search terminated without proof.
% 7.60/1.57  
% 7.60/1.57  **** run 74 fork 1 starts with strategy
% 7.60/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 7.60/1.57  
% 7.60/1.57  
% 7.60/1.57  fork 2: search terminated without proof.
% 7.60/1.57  
% 7.60/1.57  **** run 72 fork 7 starts with strategy
% 7.60/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 7.60/1.59  
% 7.60/1.59  
% 7.60/1.59  fork 4: search terminated without proof.
% 7.60/1.59  
% 7.60/1.59  **** run 75 fork 2 starts with strategy
% 7.60/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 7.60/1.59  
% 7.60/1.59  fork 1: search finished without proof.
% 7.60/1.60  
% 7.60/1.60  
% 7.60/1.60  fork 6: search terminated without proof.
% 8.21/1.60  
% 8.21/1.60  fork 3: search finished without proof.
% 8.21/1.61  
% 8.21/1.61  **** run 77 fork 4 starts with strategy
% 8.21/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 8.21/1.61  
% 8.21/1.61  **** run 87 fork 6 starts with strategy
% 8.21/1.61  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 8.21/1.62  
% 8.21/1.62  **** run 76 fork 3 starts with strategy
% 8.21/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 8.21/1.62  
% 8.21/1.62  **** run 82 fork 1 starts with strategy
% 8.21/1.62  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 8.21/1.63  
% 8.21/1.63  fork 2: search finished without proof.
% 8.21/1.64  
% 8.21/1.64  fork 4: search finished without proof.
% 9.67/1.65  
% 9.67/1.65  **** run 83 fork 2 starts with strategy
% 9.67/1.65  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 9.82/1.66  
% 9.82/1.66  fork 3: search finished without proof.
% 9.82/1.66  
% 9.82/1.66  **** run 85 fork 4 starts with strategy
% 9.82/1.66  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 9.82/1.68  
% 9.82/1.68  **** run 84 fork 3 starts with strategy
% 9.82/1.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.82/1.70  
% 9.82/1.70  
% 9.82/1.70  fork 7: search terminated without proof.
% 9.82/1.70  
% 9.82/1.70  
% 9.82/1.70  fork 0: search terminated without proof.
% 9.82/1.71  
% 9.82/1.71  **** run 80 fork 7 starts with strategy
% 9.82/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.27/1.72  
% 10.27/1.72  **** run 65 fork 0 starts with strategy
% 10.27/1.72  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 11.22/1.85  
% 11.22/1.85  
% 11.22/1.85  fork 0: search terminated without proof.
% 11.22/1.85  
% 11.22/1.85  
% 11.22/1.85  fork 7: search terminated without proof.
% 11.22/1.87  
% 11.22/1.87  **** run 88 fork 7 starts with strategy
% 11.22/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.22/1.87  
% 11.22/1.87  **** run 73 fork 0 starts with strategy
% 11.22/1.87  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 11.54/1.90  
% 11.54/1.90  fork 0: search finished without proof.
% 11.54/1.92  
% 11.54/1.92  **** run 81 fork 0 starts with strategy
% 11.54/1.92  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 12.62/2.05  
% 12.62/2.05  
% 12.62/2.05  fork 0: search terminated without proof.
% 12.95/2.06  
% 12.95/2.06  **** run 89 fork 0 starts with strategy
% 12.95/2.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 16.05/2.50  
% 16.05/2.50  
% 16.05/2.50  fork 5: search terminated without proof.
% 16.05/2.53  
% 16.05/2.53  **** run 94 fork 5 starts with strategy
% 16.05/2.53  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 17.03/2.64  
% 17.03/2.64  
% 17.03/2.64  fork 6: search terminated without proof.
% 17.69/2.66  
% 17.69/2.66  **** run 95 fork 6 starts with strategy
% 17.69/2.66  {"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.69/2.67  
% 17.69/2.67  
% 17.69/2.67  fork 1: search terminated without proof.
% 17.69/2.68  
% 17.69/2.68  
% 17.69/2.68  fork 4: search terminated without proof.
% 17.69/2.70  
% 17.69/2.70  
% 17.69/2.70  fork 3: search terminated without proof.
% 17.69/2.70  
% 17.69/2.70  **** run 90 fork 1 starts with strategy
% 17.69/2.70  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 17.69/2.72  
% 17.69/2.72  **** run 92 fork 3 starts with strategy
% 17.69/2.72  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 18.16/2.72  
% 18.16/2.72  **** run 93 fork 4 starts with strategy
% 18.16/2.72  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 18.16/2.72  
% 18.16/2.72  
% 18.16/2.72  fork 2: search terminated without proof.
% 18.16/2.75  
% 18.16/2.75  **** run 91 fork 2 starts with strategy
% 18.16/2.75  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.16/2.88  
% 18.16/2.88  
% 18.16/2.88  fork 7: search terminated without proof.
% 18.16/2.91  
% 18.16/2.91  **** run 96 fork 7 starts with strategy
% 18.16/2.91  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 22.19/3.24  
% 22.19/3.24  
% 22.19/3.24  fork 0: search terminated without proof.
% 22.36/3.27  
% 22.36/3.27  **** run 97 fork 0 starts with strategy
% 22.36/3.27  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 24.11/3.57  
% 24.11/3.57  
% 24.11/3.57  fork 5: search terminated without proof.
% 24.11/3.65  
% 24.11/3.65  **** run 102 fork 5 starts with strategy
% 24.11/3.65  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 24.11/3.69  
% 24.11/3.69  
% 24.11/3.69  fork 6: search terminated without proof.
% 24.99/3.72  
% 24.99/3.72  **** run 103 fork 6 starts with strategy
% 24.99/3.72  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 25.94/3.74  
% 25.94/3.74  
% 25.94/3.74  fork 4: search terminated without proof.
% 25.94/3.75  
% 25.94/3.75  
% 25.94/3.75  fork 3: search terminated without proof.
% 25.94/3.76  
% 25.94/3.76  
% 25.94/3.76  fork 1: search terminated without proof.
% 25.94/3.76  
% 25.94/3.76  **** run 101 fork 4 starts with strategy
% 25.94/3.76  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 25.94/3.77  
% 25.94/3.77  **** run 100 fork 3 starts with strategy
% 25.94/3.77  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 25.94/3.78  
% 25.94/3.78  
% 25.94/3.78  fork 2: search terminated without proof.
% 26.40/3.80  
% 26.40/3.80  **** run 98 fork 1 starts with strategy
% 26.40/3.80  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 26.40/3.81  
% 26.40/3.81  **** run 99 fork 2 starts with strategy
% 26.40/3.81  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 27.59/3.94  
% 27.59/3.94  
% 27.59/3.94  fork 7: search terminated without proof.
% 27.59/3.97  
% 27.59/3.97  **** run 104 fork 7 starts with strategy
% 27.59/3.97  {"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}
% 29.55/4.30  
% 29.55/4.30  
% 29.55/4.30  fork 0: search terminated without proof.
% 30.10/4.33  
% 30.10/4.33  **** run 105 fork 0 starts with strategy
% 30.10/4.33  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 33.85/4.74  
% 33.85/4.74  
% 33.85/4.74  fork 6: search terminated without proof.
% 33.85/4.75  
% 33.85/4.75  
% 33.85/4.75  fork 5: search terminated without proof.
% 33.85/4.77  
% 33.85/4.77  **** run 111 fork 6 starts with strategy
% 33.85/4.77  {"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}
% 33.85/4.78  
% 33.85/4.78  **** run 110 fork 5 starts with strategy
% 33.85/4.78  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 34.28/4.78  
% 34.28/4.78  
% 34.28/4.78  fork 4: search terminated without proof.
% 34.28/4.81  
% 34.28/4.81  
% 34.28/4.81  fork 3: search terminated without proof.
% 34.28/4.82  
% 34.28/4.82  **** run 109 fork 4 starts with strategy
% 34.28/4.82  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 34.28/4.83  
% 34.28/4.83  **** run 108 fork 3 starts with strategy
% 34.28/4.83  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 34.28/4.85  
% 34.28/4.85  
% 34.28/4.85  fork 1: search terminated without proof.
% 34.86/4.88  
% 34.86/4.88  
% 34.86/4.88  fork 2: search terminated without proof.
% 34.86/4.88  
% 34.86/4.88  **** run 106 fork 1 starts with strategy
% 34.86/4.88  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 34.86/4.92  
% 34.86/4.92  **** run 107 fork 2 starts with strategy
% 34.86/4.92  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 34.86/4.99  
% 34.86/4.99  
% 34.86/4.99  fork 7: search terminated without proof.
% 35.34/5.03  
% 35.34/5.03  **** run 112 fork 7 starts with strategy
% 35.34/5.03  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 38.68/5.37  
% 38.68/5.37  
% 38.68/5.37  fork 0: search terminated without proof.
% 38.91/5.39  
% 38.91/5.39  **** run 113 fork 0 starts with strategy
% 38.91/5.39  {"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}
% 42.00/5.80  
% 42.00/5.80  
% 42.00/5.80  fork 5: search terminated without proof.
% 42.00/5.83  
% 42.00/5.83  **** run 118 fork 5 starts with strategy
% 42.00/5.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 42.00/5.85  
% 42.00/5.85  
% 42.00/5.85  fork 6: search terminated without proof.
% 42.00/5.86  
% 42.00/5.86  
% 42.00/5.86  fork 3: search terminated without proof.
% 42.00/5.87  
% 42.00/5.87  **** run 119 fork 6 starts with strategy
% 42.00/5.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 42.92/5.90  
% 42.92/5.90  **** run 116 fork 3 starts with strategy
% 42.92/5.90  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 42.92/5.90  
% 42.92/5.90  
% 42.92/5.90  fork 1: search terminated without proof.
% 43.12/5.93  
% 43.12/5.93  **** run 114 fork 1 starts with strategy
% 43.12/5.93  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 43.12/5.94  
% 43.12/5.94  
% 43.12/5.94  fork 4: search terminated without proof.
% 43.12/5.94  
% 43.12/5.94  
% 43.12/5.94  fork 2: search terminated without proof.
% 43.12/5.96  
% 43.12/5.96  **** run 115 fork 2 starts with strategy
% 43.12/5.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 43.12/5.96  **** run 117 fork 4 starts with strategy
% 43.12/5.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 43.12/5.96  
% 43.77/6.07  
% 43.77/6.07  
% 43.77/6.07  fork 7: search terminated without proof.
% 44.38/6.09  
% 44.38/6.09  **** run 120 fork 7 starts with strategy
% 44.38/6.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 48.40/6.61  
% 48.40/6.61  
% 48.40/6.61  fork 0: search terminated without proof.
% 48.40/6.64  
% 48.40/6.64  **** run 121 fork 0 starts with strategy
% 48.40/6.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 50.17/6.89  
% 50.17/6.89  
% 50.17/6.89  fork 6: search terminated without proof.
% 50.17/6.92  
% 50.17/6.92  **** run 127 fork 6 starts with strategy
% 50.17/6.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 50.17/6.93  
% 50.17/6.93  
% 50.17/6.93  fork 3: search terminated without proof.
% 50.48/6.95  
% 50.48/6.95  fork 6: search finished without proof.
% 50.48/6.95  
% 50.48/6.95  **** run 124 fork 3 starts with strategy
% 50.48/6.95  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 50.48/6.95  
% 50.48/6.95  
% 50.48/6.95  fork 1: search terminated without proof.
% 50.48/6.96  
% 50.48/6.96  **** run 135 fork 6 starts with strategy
% 50.48/6.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 50.48/6.98  
% 50.48/6.98  
% 50.48/6.98  fork 5: search terminated without proof.
% 50.48/6.98  
% 50.48/6.98  **** run 122 fork 1 starts with strategy
% 50.48/6.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 50.48/6.98  
% 50.48/6.98  
% 50.48/6.98  fork 2: search terminated without proof.
% 50.48/6.98  
% 50.48/6.98  
% 50.48/6.98  fork 4: search terminated without proof.
% 50.48/6.99  
% 50.48/6.99  fork 6: search finished without proof.
% 50.48/7.01  
% 50.48/7.01  **** run 143 fork 6 starts with strategy
% 50.48/7.01  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 51.58/7.02  
% 51.58/7.02  **** run 125 fork 4 starts with strategy
% 51.58/7.02  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 51.58/7.02  
% 51.58/7.02  **** run 123 fork 2 starts with strategy
% 51.58/7.02  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 51.58/7.03  
% 51.58/7.03  **** run 126 fork 5 starts with strategy
% 51.58/7.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 52.09/7.12  
% 52.09/7.12  
% 52.09/7.12  fork 7: search terminated without proof.
% 52.09/7.15  
% 52.09/7.15  **** run 128 fork 7 starts with strategy
% 52.09/7.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 52.89/7.19  
% 52.89/7.19  fork 7: search finished without proof.
% 52.89/7.20  
% 52.89/7.20  **** run 136 fork 7 starts with strategy
% 52.89/7.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 53.34/7.31  
% 53.34/7.31  fork 7: search finished without proof.
% 53.96/7.33  
% 53.96/7.33  **** run 144 fork 7 starts with strategy
% 53.96/7.33  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 57.06/7.74  
% 57.06/7.74  
% 57.06/7.74  fork 0: search terminated without proof.
% 57.06/7.77  
% 57.06/7.77  **** run 129 fork 0 starts with strategy
% 57.06/7.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 59.45/8.02  
% 59.45/8.02  
% 59.45/8.02  fork 1: search terminated without proof.
% 59.45/8.03  
% 59.45/8.03  
% 59.45/8.03  fork 6: search terminated without proof.
% 59.45/8.05  
% 59.45/8.05  **** run 130 fork 1 starts with strategy
% 59.45/8.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 59.45/8.06  
% 59.45/8.06  **** run 151 fork 6 starts with strategy
% 59.45/8.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 59.45/8.07  
% 59.45/8.07  
% 59.45/8.07  fork 4: search terminated without proof.
% 59.45/8.07  
% 59.45/8.07  
% 59.45/8.07  fork 2: search terminated without proof.
% 59.96/8.09  
% 59.96/8.09  fork 6: search finished without proof.
% 59.96/8.09  
% 59.96/8.09  
% 59.96/8.09  fork 5: search terminated without proof.
% 59.96/8.11  
% 59.96/8.11  **** run 159 fork 6 starts with strategy
% 59.96/8.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 59.96/8.12  
% 59.96/8.12  **** run 134 fork 5 starts with strategy
% 59.96/8.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 59.96/8.14  
% 59.96/8.14  fork 6: search finished without proof.
% 59.96/8.15  
% 59.96/8.15  fork 5: search finished without proof.
% 59.96/8.16  
% 59.96/8.16  **** run 167 fork 6 starts with strategy
% 59.96/8.16  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 60.62/8.16  
% 60.62/8.16  **** run 133 fork 4 starts with strategy
% 60.62/8.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 60.62/8.17  
% 60.62/8.17  **** run 131 fork 2 starts with strategy
% 60.62/8.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 60.62/8.17  
% 60.62/8.17  **** run 142 fork 5 starts with strategy
% 60.62/8.17  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 60.62/8.20  
% 60.62/8.20  fork 4: search finished without proof.
% 60.62/8.21  
% 60.62/8.21  **** run 141 fork 4 starts with strategy
% 60.62/8.21  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 61.94/8.35  
% 61.94/8.35  
% 61.94/8.35  fork 3: search terminated without proof.
% 61.94/8.37  
% 61.94/8.37  
% 61.94/8.37  fork 7: search terminated without proof.
% 61.94/8.39  
% 61.94/8.39  **** run 152 fork 7 starts with strategy
% 61.94/8.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 61.94/8.39  
% 61.94/8.39  **** run 132 fork 3 starts with strategy
% 61.94/8.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 62.52/8.42  
% 62.52/8.42  fork 3: search finished without proof.
% 62.52/8.42  
% 62.52/8.42  fork 7: search finished without proof.
% 62.52/8.44  
% 62.52/8.44  **** run 140 fork 3 starts with strategy
% 62.52/8.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 62.52/8.44  
% 62.52/8.44  **** run 160 fork 7 starts with strategy
% 62.52/8.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 62.99/8.47  
% 62.99/8.47  fork 3: search finished without proof.
% 62.99/8.49  
% 62.99/8.49  **** run 148 fork 3 starts with strategy
% 62.99/8.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 65.37/8.82  
% 65.37/8.82  
% 65.37/8.82  fork 0: search terminated without proof.
% 65.37/8.84  
% 65.37/8.84  **** run 137 fork 0 starts with strategy
% 65.37/8.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 67.44/9.09  
% 67.44/9.09  
% 67.44/9.09  fork 1: search terminated without proof.
% 67.78/9.11  
% 67.78/9.11  **** run 138 fork 1 starts with strategy
% 67.78/9.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 68.64/9.21  
% 68.64/9.21  
% 68.64/9.21  fork 2: search terminated without proof.
% 68.64/9.21  
% 68.64/9.21  
% 68.64/9.21  fork 5: search terminated without proof.
% 68.64/9.24  
% 68.64/9.24  **** run 150 fork 5 starts with strategy
% 68.64/9.24  
% 68.64/9.24  **** run 139 fork 2 starts with strategy
% 68.64/9.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 68.64/9.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 69.06/9.26  
% 69.06/9.26  
% 69.06/9.26  fork 4: search terminated without proof.
% 69.06/9.28  
% 69.06/9.28  **** run 149 fork 4 starts with strategy
% 69.06/9.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 70.61/9.47  
% 70.61/9.47  
% 70.61/9.47  fork 7: search terminated without proof.
% 70.61/9.50  
% 70.61/9.50  **** run 168 fork 7 starts with strategy
% 70.61/9.50  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 71.44/9.67  
% 71.44/9.67  
% 71.44/9.67  fork 3: search terminated without proof.
% 71.44/9.69  
% 71.44/9.69  **** run 156 fork 3 starts with strategy
% 71.44/9.69  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 72.56/9.73  
% 72.56/9.73  fork 3: search finished without proof.
% 72.56/9.75  
% 72.56/9.75  **** run 164 fork 3 starts with strategy
% 72.56/9.75  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 73.34/9.86  
% 73.34/9.86  
% 73.34/9.86  fork 0: search terminated without proof.
% 74.10/9.89  
% 74.10/9.89  **** run 145 fork 0 starts with strategy
% 74.10/9.89  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 75.73/10.13  
% 75.73/10.13  
% 75.73/10.13  fork 1: search terminated without proof.
% 75.73/10.18  
% 75.73/10.18  **** run 146 fork 1 starts with strategy
% 75.73/10.18  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 76.51/10.26  
% 76.51/10.26  
% 76.51/10.26  fork 2: search terminated without proof.
% 76.51/10.27  
% 76.51/10.27  fork 4: search finished without proof.
% 76.51/10.28  
% 76.51/10.28  
% 76.51/10.28  fork 5: search terminated without proof.
% 76.51/10.29  
% 76.51/10.29  **** run 157 fork 4 starts with strategy
% 76.51/10.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 77.28/10.30  
% 77.28/10.30  **** run 147 fork 2 starts with strategy
% 77.28/10.30  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 77.28/10.30  
% 77.28/10.30  **** run 158 fork 5 starts with strategy
% 77.28/10.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 77.28/10.33  
% 77.28/10.33  fork 5: search finished without proof.
% 77.28/10.34  
% 77.28/10.34  fork 2: search finished without proof.
% 77.28/10.35  
% 77.28/10.35  **** run 166 fork 5 starts with strategy
% 77.28/10.35  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 77.28/10.35  
% 77.28/10.35  **** run 155 fork 2 starts with strategy
% 77.28/10.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 77.28/10.37  
% 77.28/10.37  fork 4: search finished without proof.
% 77.28/10.39  
% 77.28/10.39  fork 2: search finished without proof.
% 77.28/10.40  
% 77.28/10.40  **** run 163 fork 2 starts with strategy
% 77.28/10.40  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 77.28/10.41  
% 77.28/10.41  **** run 165 fork 4 starts with strategy
% 77.28/10.41  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 81.99/10.92  
% 81.99/10.92  
% 81.99/10.92  fork 0: search terminated without proof.
% 81.99/10.94  
% 81.99/10.94  **** run 153 fork 0 starts with strategy
% 81.99/10.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 84.74/11.27  
% 84.74/11.27  
% 84.74/11.27  fork 1: search terminated without proof.
% 84.74/11.29  
% 84.74/11.29  **** run 154 fork 1 starts with strategy
% 84.74/11.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 84.74/11.32  
% 84.74/11.32  fork 1: search finished without proof.
% 84.74/11.33  
% 84.74/11.33  **** run 162 fork 1 starts with strategy
% 84.74/11.33  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 90.23/12.00  
% 90.23/12.00  
% 90.23/12.00  fork 0: search terminated without proof.
% 90.63/12.02  
% 90.63/12.02  **** run 161 fork 0 starts with strategy
% 90.63/12.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 93.03/12.36  
% 93.03/12.36  
% 93.03/12.36  fork 1: search terminated without proof.
% 93.03/12.38  
% 93.03/12.38  **** run 170 fork 1 starts with strategy
% 93.03/12.38  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 98.60/13.04  
% 98.60/13.04  
% 98.60/13.04  fork 0: search terminated without proof.
% 98.60/13.06  
% 98.60/13.06  **** run 169 fork 0 starts with strategy
% 98.60/13.06  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 100.63/13.30  
% 100.63/13.30  
% 100.63/13.30  fork 6: search terminated without proof.
% 100.84/13.36  
% 100.84/13.36  **** run 175 fork 6 starts with strategy
% 100.84/13.36  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 110.30/14.60  
% 110.30/14.60  
% 110.30/14.60  fork 7: search terminated without proof.
% 111.02/14.65  
% 111.02/14.65  **** run 176 fork 7 starts with strategy
% 111.02/14.65  {"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}
% 112.07/14.95  
% 112.07/14.95  
% 112.07/14.95  fork 3: search terminated without proof.
% 113.73/14.99  
% 113.73/14.99  **** run 172 fork 3 starts with strategy
% 113.73/14.99  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 117.45/15.56  
% 117.45/15.56  
% 117.45/15.56  fork 2: search terminated without proof.
% 117.45/15.57  
% 117.45/15.57  
% 117.45/15.57  fork 5: search terminated without proof.
% 117.45/15.59  
% 117.45/15.59  **** run 171 fork 2 starts with strategy
% 117.45/15.59  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 118.60/15.63  
% 118.60/15.63  
% 118.60/15.63  fork 4: search terminated without proof.
% 118.60/15.65  
% 118.60/15.65  **** run 174 fork 5 starts with strategy
% 118.60/15.65  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 118.60/15.65  
% 118.60/15.65  **** run 173 fork 4 starts with strategy
% 118.60/15.65  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 132.30/17.47  
% 132.30/17.47  
% 132.30/17.47  fork 1: search terminated without proof.
% 132.30/17.52  
% 132.30/17.52  **** run 178 fork 1 starts with strategy
% 132.30/17.52  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 138.00/18.14  
% 138.00/18.14  
% 138.00/18.14  fork 0: search terminated without proof.
% 138.00/18.20  
% 138.00/18.20  **** run 177 fork 0 starts with strategy
% 138.00/18.20  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 140.48/18.46  
% 140.48/18.46  
% 140.48/18.46  fork 6: search terminated without proof.
% 140.48/18.53  
% 140.48/18.53  **** run 183 fork 6 starts with strategy
% 140.48/18.53  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 149.56/19.76  
% 149.56/19.76  
% 149.56/19.76  fork 7: search terminated without proof.
% 150.90/19.82  
% 150.90/19.82  **** run 184 fork 7 starts with strategy
% 150.90/19.82  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 153.70/20.13  
% 153.70/20.13  
% 153.70/20.13  fork 3: search terminated without proof.
% 153.70/20.17  
% 153.70/20.17  **** run 180 fork 3 starts with strategy
% 153.70/20.17  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 158.00/20.71  
% 158.00/20.71  
% 158.00/20.71  fork 4: search terminated without proof.
% 158.00/20.74  
% 158.00/20.74  **** run 181 fork 4 starts with strategy
% 158.00/20.74  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 160.40/21.02  
% 160.40/21.02  
% 160.40/21.02  fork 5: search terminated without proof.
% 160.40/21.04  
% 160.40/21.04  **** run 182 fork 5 starts with strategy
% 160.40/21.04  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 160.98/21.17  
% 160.98/21.17  
% 160.98/21.17  fork 2: search terminated without proof.
% 161.54/21.22  
% 161.54/21.22  **** run 179 fork 2 starts with strategy
% 161.54/21.22  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 171.98/22.57  
% 171.98/22.57  
% 171.98/22.57  fork 1: search terminated without proof.
% 171.98/22.61  
% 171.98/22.61  **** run 186 fork 1 starts with strategy
% 171.98/22.61  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 179.86/23.59  
% 179.86/23.59  
% 179.86/23.59  fork 6: search terminated without proof.
% 179.86/23.61  
% 179.86/23.61  **** run 191 fork 6 starts with strategy
% 179.86/23.61  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 179.86/23.72  
% 179.86/23.72  
% 179.86/23.72  fork 0: search terminated without proof.
% 181.32/23.76  
% 181.32/23.76  **** run 185 fork 0 starts with strategy
% 181.32/23.76  {"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}
% 190.59/24.98  
% 190.59/24.98  
% 190.59/24.98  fork 7: search terminated without proof.
% 190.59/25.04  
% 190.59/25.04  **** run 192 fork 7 starts with strategy
% 190.59/25.04  {"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}
% 195.07/25.62  
% 195.07/25.62  
% 195.07/25.62  fork 3: search terminated without proof.
% 195.07/25.69  
% 195.07/25.69  **** run 188 fork 3 starts with strategy
% 195.07/25.69  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 197.37/25.89  
% 197.37/25.89  
% 197.37/25.89  fork 4: search terminated without proof.
% 198.00/25.92  
% 198.00/25.92  **** run 189 fork 4 starts with strategy
% 198.00/25.92  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 200.40/26.25  
% 200.40/26.25  
% 200.40/26.25  fork 2: search terminated without proof.
% 200.40/26.27  
% 200.40/26.27  
% 200.40/26.27  fork 5: search terminated without proof.
% 201.01/26.29  
% 201.01/26.29  **** run 187 fork 2 starts with strategy
% 201.01/26.29  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 201.01/26.31  
% 201.01/26.31  **** run 190 fork 5 starts with strategy
% 201.01/26.31  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 213.38/27.92  
% 213.38/27.92  
% 213.38/27.92  fork 1: search terminated without proof.
% 213.38/27.94  
% 213.38/27.94  **** run 194 fork 1 starts with strategy
% 213.38/27.94  {"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}
% 220.71/28.81  
% 220.71/28.81  
% 220.71/28.81  fork 6: search terminated without proof.
% 220.71/28.82  
% 220.71/28.82  
% 220.71/28.82  fork 0: search terminated without proof.
% 220.88/28.86  
% 220.88/28.86  **** run 199 fork 6 starts with strategy
% 220.88/28.86  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 220.88/28.86  
% 220.88/28.86  **** run 193 fork 0 starts with strategy
% 220.88/28.86  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 226.91/29.72  
% 226.91/29.72  
% 226.91/29.72  result: proof found
% 226.91/29.72  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 226.91/29.72  by run 194 fork 1 strategy {"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}
% 226.91/29.72  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 226.91/29.72  
% 226.91/29.72  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 226.91/29.72  
% 226.91/29.72  run 194 fork 1 statistics:
% 226.91/29.72  ----------------------------------
% 226.91/29.72  this run seconds: 1.483477
% 226.91/29.72  total seconds: 28.487083
% 226.91/29.72  stat_given_used: 1983
% 226.91/29.72  stat_given_used_at_endgame: 0
% 226.91/29.72  stat_given_candidates:   16649
% 226.91/29.72  stat_given_candidates_at_endgame: 0
% 226.91/29.72  stat_given_candidates_h: 0
% 226.91/29.72  stat_binres_derived_cl:   0
% 226.91/29.72  stat_binres_derived_cl_h: 0
% 226.91/29.72  stat_factor_derived_cl: 0
% 226.91/29.72  stat_para_derived_cl: 136412
% 226.91/29.72  stat_tautologies_discarded: 0
% 226.91/29.72  stat_forward_subsumed: 36221
% 226.91/29.72  stat_derived_cut: 1
% 226.91/29.72  stat_derived_rewritten: 2084
% 226.91/29.72  stat_weight_discarded_building: 0
% 226.91/29.72  stat_weight_discarded_cl: 0
% 226.91/29.72  stat_internlimit_discarded_cl: 0
% 226.91/29.72  stat_simplified:  2084 simplified 0 derived 0 given
% 226.91/29.72  stat_kept_cl: 89832
% 226.91/29.72  stat_built_cl: 95881
% 226.91/29.72  stat_hyperres_partial_cl: 0
% 226.91/29.72  stat_made_rewriters: 1965
% 226.91/29.72  stat_backward_subsumed: 0
% 226.91/29.72  stat_propagated_subsumed: 0
% 226.91/29.72  stat_clsubs_attempted:                    187447
% 226.91/29.72  stat_clsubs_fact_groundunit_found:             0
% 226.91/29.72  stat_clsubs_rule_groundunit_found:             1
% 226.91/29.72  stat_clsubs_top_meta_attempted:            2854860
% 226.91/29.72  stat_clsubs_top_meta_failed:               2667413
% 226.91/29.72  stat_clsubs_top_meta_nonpref_attempted:             2854860
% 226.91/29.72  stat_clsubs_top_meta_nonpref_succeeded:              860042
% 226.91/29.72  stat_clsubs_top_meta_pref_attempted:                 860042
% 226.91/29.72  stat_clsubs_top_meta_pref1_succeeded:                860042
% 226.91/29.72  stat_clsubs_top_meta_pref2_succeeded:                309768
% 226.91/29.72  stat_clsubs_top_meta_pref3_succeeded:                187447
% 226.91/29.72  stat_clsubs_top_meta_pref_succeeded:                 187447
% 226.91/29.72  stat_clsubs_meta_attempted:               187447
% 226.91/29.72  stat_clsubs_meta_failed:                   20610
% 226.91/29.72  stat_clsubs_predsymbs_attempted:               0
% 226.91/29.72  stat_clsubs_unit_attempted:               187447
% 226.91/29.72  stat_clsubs_full_attempted:                    0
% 226.91/29.72  stat_forwardsubs_attempted:               126053
% 226.91/29.72  stat_lit_hash_added:                  89918
% 226.91/29.72  stat_lit_hash_computed:              219416
% 226.91/29.72  stat_lit_hash_match_found:            36272
% 226.91/29.72  stat_lit_hash_match_miss:            185142
% 226.91/29.72  stat_lit_hash_cut_ok:                     1
% 226.91/29.72  stat_lit_strong_cut_ok:                   0
% 226.91/29.72  stat_lit_hash_subsume_ok:             36221
% 226.91/29.72  clqueue els 10000000 used 1
% 226.91/29.72  clactive els 10000000 used 1984
% 226.91/29.72  clactivesubsume els 10000000 used 11539
% 226.91/29.72  queue_termbuf els 200000000 used 11540000
% 226.91/29.72  hyper_termbuf els 100000000 used 1
% 226.91/29.72  active_termbuf els 100000000 used 125634
% 226.91/29.72  varstack els 5000 last used 1
% 226.91/29.72  given_termbuf els 10000000 last used 1
% 226.91/29.72  simplified_termbuf els 10000000 last used 1
% 226.91/29.72  derived_termbuf els 10000000 last used 3
% 226.91/29.72  wr_mallocs: 99345
% 226.91/29.72  wr_callocs: 19
% 226.91/29.72  wr_reallocs: 10626
% 226.91/29.72  wr_frees: 2
% 226.91/29.72  wr_malloc_bytes: 4167036740
% 226.91/29.72  wr_calloc_bytes: 96065504
% 226.91/29.72  wr_realloc_bytes: 2708336
% 226.91/29.72  wr_realloc_freebytes: 0
% 226.91/29.72  ----------------------------------
%------------------------------------------------------------------------------