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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : REL007-1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

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

% Result   : Unsatisfiable 26.30s 3.68s
% Output   : CNFRefutation 26.30s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_converse_idempotence_8')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    converse(converse(X)) = X,
    inference(cnf_transformation,[],['$inc_converse_idempotence_8']) ).

cnf('2',plain,
    meet(X,Y) = complement(join(complement(X),complement(Y))),
    inference(cnf_transformation,[],['$inc_maddux4_definiton_of_meet_4']) ).

cnf('3',plain,
    X0 = join(complement(join(complement(X0),complement(X1))),complement(join(complement(X0),X1))),
    inference(cnf_transformation,[],['$inc_maddux3_a_kind_of_de_Morgan_3']) ).

cnf('4',plain,
    X = join(meet(X,Y),complement(join(complement(X),Y))),
    inference(simplify,[],['3','2']) ).

cnf('5',plain,
    X = join(meet(X,complement(Y)),meet(X,Y)),
    inference(paramodulation,[],['2','4']) ).

cnf('6',plain,
    join(X,Y) = join(Y,X),
    inference(cnf_transformation,[],['$inc_maddux1_join_commutativity_1']) ).

cnf('7',plain,
    X = join(meet(X,Y),meet(X,complement(Y))),
    inference(paramodulation,[],['5','6']) ).

cnf('8',plain,
    converse(join(X,Y)) = join(converse(X),converse(Y)),
    inference(cnf_transformation,[],['$inc_converse_additivity_9']) ).

cnf('9',plain,
    top = join(X,complement(X)),
    inference(cnf_transformation,[],['$inc_def_top_12']) ).

cnf('10',plain,
    top = join(complement(X),X),
    inference(paramodulation,[],['9','6']) ).

cnf('11',plain,
    join(X,join(Y,Z)) = join(join(X,Y),Z),
    inference(cnf_transformation,[],['$inc_maddux2_join_associativity_2']) ).

cnf('12',plain,
    join(complement(X),join(X,Y)) = join(top,Y),
    inference(paramodulation,[],['10','11']) ).

cnf('13',plain,
    X3 = join(meet(X3,join(X3,Y3)),complement(join(top,Y3))),
    inference(paramodulation,[],['12','4']) ).

cnf('14',plain,
    composition(X,one) = X,
    inference(cnf_transformation,[],['$inc_composition_identity_6']) ).

cnf('15',plain,
    converse(composition(X,Y)) = composition(converse(Y),converse(X)),
    inference(cnf_transformation,[],['$inc_converse_multiplicativity_10']) ).

cnf('16',plain,
    converse(composition(converse(X),Y)) = composition(converse(Y),X),
    inference(paramodulation,[],['1','15']) ).

cnf('17',plain,
    converse(converse(X3)) = composition(converse(one),X3),
    inference(paramodulation,[],['14','16']) ).

cnf('18',plain,
    X = composition(converse(one),X),
    inference(simplify,[],['17','1']) ).

cnf('19',plain,
    join(composition(converse(X),complement(composition(X,Y))),complement(Y)) = complement(Y),
    inference(cnf_transformation,[],['$inc_converse_cancellativity_11']) ).

cnf('20',plain,
    join(complement(composition(one,X3)),complement(X3)) = complement(X3),
    inference(paramodulation,[],['18','19']) ).

cnf('21',plain,
    one = converse(one),
    inference(paramodulation,[],['18','14']) ).

cnf('22',plain,
    X = composition(one,X),
    inference(paramodulation,[],['21','18']) ).

cnf('23',plain,
    join(complement(X),complement(X)) = complement(X),
    inference(simplify,[],['20','22']) ).

cnf('24',plain,
    join(X,join(complement(X),Y)) = join(top,Y),
    inference(paramodulation,[],['9','11']) ).

cnf('25',plain,
    join(join(complement(X),Y),X) = join(top,Y),
    inference(paramodulation,[],['24','6']) ).

cnf('26',plain,
    join(complement(X3),X3) = join(top,complement(X3)),
    inference(paramodulation,[],['23','25']) ).

cnf('27',plain,
    top = join(top,complement(X)),
    inference(simplify,[],['26','10']) ).

cnf('28',plain,
    join(X,join(Y,complement(join(X,Y)))) = top,
    inference(paramodulation,[],['9','11']) ).

cnf('29',plain,
    join(join(X,complement(join(Y,X))),Y) = top,
    inference(paramodulation,[],['28','6']) ).

cnf('30',plain,
    join(top,X) = top,
    inference(paramodulation,[],['27','29']) ).

cnf('31',plain,
    meet(X3,complement(X3)) = complement(top),
    inference(paramodulation,[],['9','2']) ).

cnf('32',plain,
    zero = meet(X,complement(X)),
    inference(cnf_transformation,[],['$inc_def_zero_13']) ).

cnf('33',plain,
    zero = complement(top),
    inference(simplify,[],['31','32']) ).

cnf('34',plain,
    meet(X,X) = complement(complement(X)),
    inference(paramodulation,[],['23','2']) ).

cnf('35',plain,
    X = join(zero,meet(X,X)),
    inference(paramodulation,[],['32','5']) ).

cnf('36',plain,
    X = join(meet(X,X),zero),
    inference(paramodulation,[],['35','6']) ).

cnf('37',plain,
    X = join(complement(complement(X)),zero),
    inference(paramodulation,[],['34','36']) ).

cnf('38',plain,
    meet(X,top) = complement(join(complement(X),zero)),
    inference(paramodulation,[],['33','2']) ).

cnf('39',plain,
    meet(complement(X),top) = complement(X),
    inference(paramodulation,[],['37','38']) ).

cnf('40',plain,
    meet(sk1,converse(sk2)) = zero,
    inference(cnf_transformation,[],[goals_14]) ).

cnf('41',plain,
    sk1 = join(zero,complement(join(complement(sk1),converse(sk2)))),
    inference(paramodulation,[],['40','4']) ).

cnf('42',plain,
    sk1 = join(complement(join(complement(sk1),converse(sk2))),zero),
    inference(paramodulation,[],['41','6']) ).

cnf('43',plain,
    join(X,sk1) = join(join(X,complement(join(complement(sk1),converse(sk2)))),zero),
    inference(paramodulation,[],['42','11']) ).

cnf('44',plain,
    join(join(complement(sk1),converse(sk2)),sk1) = join(top,zero),
    inference(paramodulation,[],['9','43']) ).

cnf('45',plain,
    top = join(top,zero),
    inference(paramodulation,[],['33','9']) ).

cnf('46',plain,
    join(join(complement(sk1),converse(sk2)),sk1) = top,
    inference(simplify,[],['44','45']) ).

cnf('47',plain,
    join(complement(sk1),join(converse(sk2),sk1)) = top,
    inference(paramodulation,[],['46','11']) ).

cnf('48',plain,
    join(join(converse(sk2),sk1),complement(sk1)) = top,
    inference(paramodulation,[],['47','6']) ).

cnf('49',plain,
    sk1 = join(meet(sk1,complement(converse(sk2))),zero),
    inference(paramodulation,[],['40','5']) ).

cnf('50',plain,
    sk1 = join(zero,meet(sk1,complement(converse(sk2)))),
    inference(paramodulation,[],['49','6']) ).

cnf('51',plain,
    join(X,sk1) = join(join(X,zero),meet(sk1,complement(converse(sk2)))),
    inference(paramodulation,[],['50','11']) ).

cnf('52',plain,
    join(X,sk1) = join(join(X,meet(sk1,complement(converse(sk2)))),zero),
    inference(paramodulation,[],['49','11']) ).

cnf('53',plain,
    join(join(X,zero),sk1) = join(join(X,sk1),zero),
    inference(paramodulation,[],['51','52']) ).

cnf('54',plain,
    join(sk1,join(X,zero)) = join(join(X,sk1),zero),
    inference(paramodulation,[],['53','6']) ).

cnf('55',plain,
    join(sk1,join(complement(sk1),zero)) = join(top,zero),
    inference(paramodulation,[],['10','54']) ).

cnf('56',plain,
    join(sk1,join(complement(sk1),zero)) = top,
    inference(simplify,[],['55','45']) ).

cnf('57',plain,
    join(X,top) = join(join(X,sk1),join(complement(sk1),zero)),
    inference(paramodulation,[],['56','11']) ).

cnf('58',plain,
    join(X,top) = join(join(join(X,sk1),complement(sk1)),zero),
    inference(paramodulation,[],['57','11']) ).

cnf('59',plain,
    join(zero,join(join(X,sk1),complement(sk1))) = join(X,top),
    inference(paramodulation,[],['58','6']) ).

cnf('60',plain,
    join(zero,top) = join(converse(sk2),top),
    inference(paramodulation,[],['48','59']) ).

cnf('61',plain,
    top = join(zero,top),
    inference(paramodulation,[],['45','6']) ).

cnf('62',plain,
    top = join(converse(sk2),top),
    inference(simplify,[],['60','61']) ).

cnf('63',plain,
    converse(top) = join(converse(converse(sk2)),converse(top)),
    inference(paramodulation,[],['62','8']) ).

cnf('64',plain,
    converse(top) = join(sk2,converse(top)),
    inference(simplify,[],['63','1']) ).

cnf('65',plain,
    join(sk2,join(converse(top),X)) = join(converse(top),X),
    inference(paramodulation,[],['64','11']) ).

cnf('66',plain,
    join(sk2,top) = join(converse(top),complement(converse(top))),
    inference(paramodulation,[],['9','65']) ).

cnf('67',plain,
    join(sk2,top) = top,
    inference(simplify,[],['66','9']) ).

cnf('68',plain,
    join(X,top) = join(join(X,sk2),top),
    inference(paramodulation,[],['67','11']) ).

cnf('69',plain,
    join(top,join(X,sk2)) = join(X,top),
    inference(paramodulation,[],['68','6']) ).

cnf('70',plain,
    top = join(X,top),
    inference(paramodulation,[],['30','69']) ).

cnf('71',plain,
    X3 = join(meet(X3,top),complement(top)),
    inference(paramodulation,[],['70','4']) ).

cnf('72',plain,
    X = join(meet(X,top),zero),
    inference(simplify,[],['71','33']) ).

cnf('73',plain,
    complement(X) = join(complement(X),zero),
    inference(paramodulation,[],['39','72']) ).

cnf('74',plain,
    X = complement(complement(X)),
    inference(paramodulation,[],['73','37']) ).

cnf('75',plain,
    X = join(X,zero),
    inference(paramodulation,[],['74','37']) ).

cnf('76',plain,
    X = meet(X,join(X,Y)),
    inference(simplify,[then_simplify],['13','30','33','75']) ).

cnf('77',plain,
    converse(X) = meet(converse(X),converse(join(X,Y))),
    inference(paramodulation,[],['8','76']) ).

cnf('78',plain,
    converse(meet(X,Y)) = meet(converse(meet(X,Y)),converse(X)),
    inference(paramodulation,[],['7','77']) ).

cnf('79',plain,
    converse(meet(converse(X),Y)) = meet(converse(meet(converse(X),Y)),X),
    inference(paramodulation,[],['1','78']) ).

cnf('80',plain,
    join(complement(X),complement(Y)) = complement(meet(X,Y)),
    inference(paramodulation,[],['2','74']) ).

cnf('81',plain,
    join(complement(complement(X3)),complement(complement(X3))) = X3,
    inference(paramodulation,[],['74','23']) ).

cnf('82',plain,
    join(X,X) = X,
    inference(simplify,[then_simplify],['81','74','74']) ).

cnf('83',plain,
    join(X,Y) = join(join(X,Y),Y),
    inference(paramodulation,[],['82','11']) ).

cnf('84',plain,
    join(X,join(Y,X)) = join(Y,X),
    inference(paramodulation,[],['83','6']) ).

cnf('85',plain,
    X = meet(X,join(Y,X)),
    inference(paramodulation,[],['84','76']) ).

cnf('86',plain,
    complement(X3) = meet(complement(X3),complement(meet(Y3,X3))),
    inference(paramodulation,[],['80','85']) ).

cnf('87',plain,
    meet(X,complement(Y)) = complement(join(complement(X),Y)),
    inference(paramodulation,[],['74','2']) ).

cnf('88',plain,
    meet(complement(X),complement(Y)) = complement(join(X,Y)),
    inference(paramodulation,[],['74','87']) ).

cnf('89',plain,
    complement(X) = complement(join(X,meet(Y,X))),
    inference(simplify,[],['86','88']) ).

cnf('90',plain,
    join(X3,meet(Y3,X3)) = complement(complement(X3)),
    inference(paramodulation,[],['89','74']) ).

cnf('91',plain,
    join(X,meet(Y,X)) = X,
    inference(simplify,[],['90','74']) ).

cnf('92',plain,
    join(complement(X3),complement(Y3)) = complement(meet(Y3,X3)),
    inference(paramodulation,[],['80','6']) ).

cnf('93',plain,
    complement(meet(X,Y)) = complement(meet(Y,X)),
    inference(simplify,[],['92','80']) ).

cnf('94',plain,
    complement(meet(join(X,Y),X)) = complement(X),
    inference(paramodulation,[],['76','93']) ).

cnf('95',plain,
    meet(join(X3,Y3),X3) = complement(complement(X3)),
    inference(paramodulation,[],['94','74']) ).

cnf('96',plain,
    meet(join(X,Y),X) = X,
    inference(simplify,[],['95','74']) ).

cnf('97',plain,
    meet(join(X,Y),Y) = Y,
    inference(paramodulation,[],['84','96']) ).

cnf('98',plain,
    meet(X,meet(Y,X)) = meet(Y,X),
    inference(paramodulation,[],['91','97']) ).

cnf('99',plain,
    sk1 = complement(join(complement(sk1),converse(sk2))),
    inference(paramodulation,[],['73','42']) ).

cnf('100',plain,
    join(X,Y) = join(join(X,meet(Y,complement(Z))),meet(Y,Z)),
    inference(paramodulation,[],['5','11']) ).

cnf('101',plain,
    complement(X3) = meet(complement(X3),complement(meet(X3,Y3))),
    inference(paramodulation,[],['80','76']) ).

cnf('102',plain,
    complement(X) = complement(join(X,meet(X,Y))),
    inference(simplify,[],['101','88']) ).

cnf('103',plain,
    join(X3,meet(X3,Y3)) = complement(complement(X3)),
    inference(paramodulation,[],['102','74']) ).

cnf('104',plain,
    join(X,meet(X,Y)) = X,
    inference(simplify,[],['103','74']) ).

cnf('105',plain,
    join(X,top) = join(join(X,Y),complement(Y)),
    inference(paramodulation,[],['9','11']) ).

cnf('106',plain,
    join(complement(X),join(Y,X)) = join(Y,top),
    inference(paramodulation,[],['105','6']) ).

cnf('107',plain,
    join(complement(meet(X3,Y3)),X3) = join(X3,top),
    inference(paramodulation,[],['104','106']) ).

cnf('108',plain,
    join(complement(meet(X,Y)),X) = top,
    inference(simplify,[],['107','70']) ).

cnf('109',plain,
    meet(meet(X3,Y3),complement(X3)) = complement(top),
    inference(paramodulation,[],['108','87']) ).

cnf('110',plain,
    meet(meet(X,Y),complement(X)) = zero,
    inference(simplify,[],['109','33']) ).

cnf('111',plain,
    meet(X,complement(join(Y,X))) = zero,
    inference(paramodulation,[],['97','110']) ).

cnf('112',plain,
    meet(meet(X,Y),complement(join(Z,X))) = zero,
    inference(paramodulation,[],['100','111']) ).

cnf('113',plain,
    meet(meet(converse(sk2),X),sk1) = zero,
    inference(paramodulation,[],['99','112']) ).

cnf('114',plain,
    meet(meet(X,converse(sk2)),sk1) = zero,
    inference(paramodulation,[],['98','113']) ).

cnf('115',plain,
    meet(converse(meet(sk2,X)),sk1) = zero,
    inference(paramodulation,[],['78','114']) ).

cnf('116',plain,
    meet(converse(meet(X,sk2)),sk1) = zero,
    inference(paramodulation,[],['98','115']) ).

cnf('117',plain,
    converse(meet(converse(sk1),sk2)) = zero,
    inference(paramodulation,[],['79','116']) ).

cnf('118',plain,
    converse(zero) = meet(converse(sk1),sk2),
    inference(paramodulation,[],['117','1']) ).

cnf('119',plain,
    X = join(zero,complement(complement(X))),
    inference(paramodulation,[],['34','35']) ).

cnf('120',plain,
    X = join(zero,X),
    inference(paramodulation,[],['74','119']) ).

cnf('121',plain,
    converse(join(converse(X),Y)) = join(X,converse(Y)),
    inference(paramodulation,[],['1','8']) ).

cnf('122',plain,
    converse(top) = join(X,converse(complement(converse(X)))),
    inference(paramodulation,[],['9','121']) ).

cnf('123',plain,
    converse(top) = converse(complement(converse(zero))),
    inference(paramodulation,[],['120','122']) ).

cnf('124',plain,
    join(converse(complement(converse(X))),X) = converse(top),
    inference(paramodulation,[],['122','6']) ).

cnf('125',plain,
    top = converse(top),
    inference(paramodulation,[],['70','124']) ).

cnf('126',plain,
    top = converse(complement(converse(zero))),
    inference(simplify,[],['123','125']) ).

cnf('127',plain,
    converse(top) = complement(converse(zero)),
    inference(paramodulation,[],['126','1']) ).

cnf('128',plain,
    top = complement(converse(zero)),
    inference(simplify,[],['127','125']) ).

cnf('129',plain,
    converse(zero) = complement(top),
    inference(paramodulation,[],['128','74']) ).

cnf('130',plain,
    converse(zero) = zero,
    inference(simplify,[],['129','33']) ).

cnf('131',plain,
    zero = meet(converse(sk1),sk2),
    inference(simplify,[],['118','130']) ).

cnf('132',plain,
    meet(converse(sk1),sk2) != zero,
    inference(cnf_transformation,[],[goals_15]) ).

cnf('133',plain,
    $false,
    inference(paramodulation,[],['131','132']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : REL007-1 : TPTP v8.1.2. Released v4.0.0.
% 0.11/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n023.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Fri Aug 25 20:54:11 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.40  
% 0.12/0.40  input clause set summed statistics:
% 0.12/0.40  ----------------------------------
% 0.12/0.40  in_clause_count:                    15
% 0.12/0.40  in_rule_clause_count:               15
% 0.12/0.40  in_fact_clause_count:                0
% 0.12/0.40  in_answer_clause_count:              0
% 0.12/0.40  in_ground_clause_count:              2
% 0.12/0.40  in_unit_clause_count:               15
% 0.12/0.40  in_horn_clause_count:               15
% 0.12/0.40  in_pos_clause_count:                14
% 0.12/0.40  in_neg_clause_count:                 1
% 0.12/0.40  in_poseq_clause_count:              14
% 0.12/0.40  in_negeq_clause_count:               1
% 0.12/0.40  in_unitposeq_clause_count:          14
% 0.12/0.40  in_chain_clause_count:               0
% 0.12/0.40  in_min_length:             1
% 0.12/0.40  in_max_length:             1
% 0.12/0.40  in_min_depth:              2
% 0.12/0.40  in_max_depth:              5
% 0.12/0.40  in_min_size:               5
% 0.12/0.40  in_max_size:              14
% 0.12/0.40  in_min_vars:               0
% 0.12/0.40  in_max_vars:               3
% 0.12/0.40  in_extaxiom_count:                13
% 0.12/0.40  in_axiom_count:                    0
% 0.12/0.40  in_assumption_count:               0
% 0.12/0.40  in_goal_count:                     2
% 0.12/0.40  in_neg_goal_count:                 1
% 0.12/0.40  in_pos_goal_count:                 1
% 0.12/0.40  in_posunit_goal_count:             1
% 0.12/0.40  
% 0.12/0.40  auto guide:
% 0.12/0.40  -----------
% 0.12/0.40  {
% 0.12/0.40  "print":1,
% 0.12/0.40  "print_level": 15,
% 0.12/0.40  "max_size": 0,
% 0.12/0.40  "max_depth": 0,
% 0.12/0.40  "max_length": 0,
% 0.12/0.40  "max_dseconds": 0,
% 0.12/0.40  "runs":[
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.12/0.40  
% 0.12/0.40  ]}
% 0.12/0.40  
% 0.12/0.40  
% 0.12/0.40  **** run 1 fork 0 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.12/0.40  
% 0.12/0.40  **** run 2 fork 1 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.12/0.40  
% 0.12/0.40  **** run 3 fork 2 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.12/0.40  
% 0.12/0.40  **** run 4 fork 3 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.12/0.40  
% 0.12/0.40  **** run 5 fork 4 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.12/0.40  
% 0.12/0.40  **** run 6 fork 5 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.12/0.40  
% 0.12/0.40  **** run 7 fork 6 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.12/0.40  
% 0.12/0.40  **** run 8 fork 7 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 1: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 2: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 0: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 3: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 5: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 7: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 6: search terminated without proof.
% 0.20/0.56  
% 0.20/0.56  **** run 11 fork 2 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 13 fork 4 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.56  
% 0.20/0.56  **** run 14 fork 5 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.56  
% 0.20/0.56  **** run 9 fork 0 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.56  
% 0.20/0.56  **** run 12 fork 3 starts with strategy
% 0.20/0.56  
% 0.20/0.56  **** run 10 fork 1 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  
% 0.20/0.56  **** run 15 fork 6 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 2.00/0.67  
% 2.00/0.67  
% 2.00/0.67  fork 2: search terminated without proof.
% 2.00/0.67  
% 2.00/0.67  
% 2.00/0.67  fork 4: search terminated without proof.
% 2.00/0.67  
% 2.00/0.67  
% 2.00/0.67  fork 5: search terminated without proof.
% 2.00/0.68  
% 2.00/0.68  
% 2.00/0.68  fork 6: search terminated without proof.
% 2.00/0.68  
% 2.00/0.68  
% 2.00/0.68  fork 3: search terminated without proof.
% 2.00/0.68  
% 2.00/0.68  
% 2.00/0.68  fork 1: search terminated without proof.
% 2.00/0.68  
% 2.00/0.68  
% 2.00/0.68  fork 7: search terminated without proof.
% 2.00/0.69  
% 2.00/0.69  
% 2.00/0.69  fork 0: search terminated without proof.
% 2.00/0.70  
% 2.00/0.70  **** run 19 fork 2 starts with strategy
% 2.00/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.00/0.70  
% 2.00/0.70  **** run 21 fork 4 starts with strategy
% 2.00/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.00/0.70  
% 2.00/0.70  **** run 22 fork 5 starts with strategy
% 2.00/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.00/0.70  
% 2.00/0.70  **** run 23 fork 6 starts with strategy
% 2.00/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.00/0.71  
% 2.00/0.71  **** run 20 fork 3 starts with strategy
% 2.00/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.00/0.71  
% 2.00/0.71  **** run 24 fork 7 starts with strategy
% 2.00/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.00/0.71  
% 2.00/0.71  **** run 18 fork 1 starts with strategy
% 2.00/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.00/0.71  
% 2.00/0.71  **** run 17 fork 0 starts with strategy
% 2.00/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.20/0.83  
% 3.20/0.83  
% 3.20/0.83  fork 2: search terminated without proof.
% 3.20/0.83  
% 3.20/0.83  
% 3.20/0.83  fork 4: search terminated without proof.
% 3.20/0.83  
% 3.20/0.83  
% 3.20/0.83  fork 5: search terminated without proof.
% 3.20/0.84  
% 3.20/0.84  
% 3.20/0.84  fork 6: search terminated without proof.
% 3.20/0.84  
% 3.20/0.84  
% 3.20/0.84  fork 3: search terminated without proof.
% 3.20/0.84  
% 3.20/0.84  
% 3.20/0.84  fork 7: search terminated without proof.
% 3.20/0.84  
% 3.20/0.84  
% 3.20/0.84  fork 1: search terminated without proof.
% 3.20/0.85  
% 3.20/0.85  
% 3.20/0.85  fork 0: search terminated without proof.
% 3.20/0.85  
% 3.20/0.85  **** run 27 fork 2 starts with strategy
% 3.20/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.20/0.85  
% 3.20/0.85  **** run 29 fork 4 starts with strategy
% 3.20/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.20/0.86  
% 3.20/0.86  **** run 30 fork 5 starts with strategy
% 3.20/0.86  {"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.20/0.86  
% 3.20/0.86  **** run 31 fork 6 starts with strategy
% 3.20/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.20/0.86  
% 3.20/0.86  **** run 32 fork 7 starts with strategy
% 3.20/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.20/0.86  
% 3.20/0.86  **** run 28 fork 3 starts with strategy
% 3.20/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.87/0.87  
% 3.87/0.87  **** run 26 fork 1 starts with strategy
% 3.87/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.87/0.87  
% 3.87/0.87  **** run 25 fork 0 starts with strategy
% 3.87/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 4.37/0.98  
% 4.37/0.98  
% 4.37/0.98  fork 2: search terminated without proof.
% 4.37/0.98  
% 4.37/0.98  
% 4.37/0.98  fork 4: search terminated without proof.
% 4.37/0.98  
% 4.37/0.98  
% 4.37/0.98  fork 5: search terminated without proof.
% 4.37/0.99  
% 4.37/0.99  
% 4.37/0.99  fork 6: search terminated without proof.
% 4.37/0.99  
% 4.37/0.99  
% 4.37/0.99  fork 7: search terminated without proof.
% 4.37/0.99  
% 4.37/0.99  
% 4.37/0.99  fork 3: search terminated without proof.
% 4.37/0.99  
% 4.37/0.99  
% 4.37/0.99  fork 1: search terminated without proof.
% 4.37/0.99  
% 4.37/0.99  **** run 35 fork 2 starts with strategy
% 4.37/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.37/1.00  
% 4.37/1.00  
% 4.37/1.00  fork 0: search terminated without proof.
% 4.37/1.00  
% 4.37/1.00  **** run 37 fork 4 starts with strategy
% 4.37/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.37/1.00  
% 4.37/1.00  **** run 38 fork 5 starts with strategy
% 4.37/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.37/1.01  
% 4.37/1.01  **** run 39 fork 6 starts with strategy
% 4.37/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.37/1.01  
% 4.37/1.01  **** run 40 fork 7 starts with strategy
% 4.37/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.37/1.01  
% 4.37/1.01  **** run 36 fork 3 starts with strategy
% 4.37/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.37/1.01  
% 4.37/1.01  **** run 34 fork 1 starts with strategy
% 4.37/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.06/1.02  
% 5.06/1.02  **** run 33 fork 0 starts with strategy
% 5.06/1.02  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 2: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 4: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  
% 5.61/1.13  fork 5: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  
% 5.61/1.13  fork 6: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  
% 5.61/1.13  fork 1: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  
% 5.61/1.13  fork 3: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  **** run 43 fork 2 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.61/1.13  
% 5.61/1.13  
% 5.61/1.13  fork 7: search terminated without proof.
% 5.61/1.14  
% 5.61/1.14  **** run 45 fork 4 starts with strategy
% 5.61/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.61/1.14  
% 5.61/1.14  
% 5.61/1.14  fork 0: search terminated without proof.
% 5.61/1.15  
% 5.61/1.15  **** run 46 fork 5 starts with strategy
% 5.61/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.61/1.16  
% 5.61/1.16  **** run 47 fork 6 starts with strategy
% 5.61/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.61/1.16  
% 5.61/1.16  **** run 42 fork 1 starts with strategy
% 5.61/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.61/1.16  
% 5.61/1.16  **** run 48 fork 7 starts with strategy
% 5.61/1.16  
% 5.61/1.16  **** run 44 fork 3 starts with strategy
% 5.61/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.61/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.61/1.17  
% 5.61/1.17  **** run 41 fork 0 starts with strategy
% 5.61/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.61/1.18  
% 5.61/1.18  fork 5: search finished without proof.
% 6.46/1.19  
% 6.46/1.19  **** run 54 fork 5 starts with strategy
% 6.46/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.75/1.26  
% 6.75/1.26  
% 6.75/1.26  fork 2: search terminated without proof.
% 6.75/1.26  
% 6.75/1.26  
% 6.75/1.26  fork 4: search terminated without proof.
% 6.75/1.28  
% 6.75/1.28  
% 6.75/1.28  fork 6: search terminated without proof.
% 6.75/1.28  
% 6.75/1.28  **** run 53 fork 4 starts with strategy
% 6.75/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.75/1.28  
% 6.75/1.28  
% 6.75/1.28  fork 7: search terminated without proof.
% 6.75/1.28  
% 6.75/1.28  **** run 51 fork 2 starts with strategy
% 6.75/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.75/1.28  
% 6.75/1.28  
% 6.75/1.28  fork 1: search terminated without proof.
% 6.75/1.29  
% 6.75/1.29  
% 6.75/1.29  fork 3: search terminated without proof.
% 6.75/1.29  
% 6.75/1.29  
% 6.75/1.29  fork 0: search terminated without proof.
% 6.75/1.30  
% 6.75/1.30  **** run 55 fork 6 starts with strategy
% 6.75/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.35/1.30  
% 7.35/1.30  **** run 56 fork 7 starts with strategy
% 7.35/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.35/1.31  
% 7.35/1.31  **** run 50 fork 1 starts with strategy
% 7.35/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.35/1.31  
% 7.35/1.31  
% 7.35/1.31  fork 5: search terminated without proof.
% 7.35/1.32  
% 7.35/1.32  **** run 52 fork 3 starts with strategy
% 7.35/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.35/1.32  
% 7.35/1.32  **** run 49 fork 0 starts with strategy
% 7.35/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.35/1.34  
% 7.35/1.34  **** run 62 fork 5 starts with strategy
% 7.35/1.34  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.35/1.36  
% 7.35/1.36  fork 2: search finished without proof.
% 7.92/1.38  
% 7.92/1.38  **** run 59 fork 2 starts with strategy
% 7.92/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.92/1.40  
% 7.92/1.40  
% 7.92/1.40  fork 4: search terminated without proof.
% 7.92/1.42  
% 7.92/1.42  **** run 61 fork 4 starts with strategy
% 7.92/1.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.92/1.42  
% 7.92/1.42  
% 7.92/1.42  fork 6: search terminated without proof.
% 7.92/1.42  
% 7.92/1.42  
% 7.92/1.42  fork 7: search terminated without proof.
% 7.92/1.43  
% 7.92/1.43  
% 7.92/1.43  fork 1: search terminated without proof.
% 7.92/1.44  
% 7.92/1.44  
% 7.92/1.44  fork 3: search terminated without proof.
% 7.92/1.44  
% 7.92/1.44  
% 7.92/1.44  fork 0: search terminated without proof.
% 7.92/1.45  
% 7.92/1.45  **** run 63 fork 6 starts with strategy
% 7.92/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.92/1.45  
% 7.92/1.45  **** run 64 fork 7 starts with strategy
% 7.92/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.92/1.45  
% 7.92/1.45  **** run 58 fork 1 starts with strategy
% 7.92/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.92/1.46  
% 7.92/1.46  
% 7.92/1.46  fork 5: search terminated without proof.
% 7.92/1.46  
% 7.92/1.46  **** run 60 fork 3 starts with strategy
% 7.92/1.46  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.92/1.46  
% 7.92/1.46  **** run 57 fork 0 starts with strategy
% 7.92/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.66/1.48  
% 8.66/1.48  **** run 70 fork 5 starts with strategy
% 8.66/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.86/1.50  
% 8.86/1.50  
% 8.86/1.50  fork 2: search terminated without proof.
% 9.09/1.52  
% 9.09/1.52  **** run 67 fork 2 starts with strategy
% 9.09/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 9.14/1.54  
% 9.14/1.54  
% 9.14/1.54  fork 4: search terminated without proof.
% 9.14/1.56  
% 9.14/1.56  **** run 69 fork 4 starts with strategy
% 9.14/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.14/1.57  
% 9.14/1.57  
% 9.14/1.57  fork 7: search terminated without proof.
% 9.14/1.57  
% 9.14/1.57  
% 9.14/1.57  fork 6: search terminated without proof.
% 9.14/1.57  
% 9.14/1.57  
% 9.14/1.57  fork 1: search terminated without proof.
% 9.14/1.58  
% 9.14/1.58  
% 9.14/1.58  fork 3: search terminated without proof.
% 9.14/1.58  
% 9.14/1.58  
% 9.14/1.58  fork 0: search terminated without proof.
% 9.14/1.59  
% 9.14/1.59  **** run 72 fork 7 starts with strategy
% 9.14/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.14/1.59  
% 9.14/1.59  **** run 71 fork 6 starts with strategy
% 9.14/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.14/1.59  
% 9.14/1.59  **** run 66 fork 1 starts with strategy
% 9.14/1.59  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.75/1.60  
% 9.75/1.60  **** run 68 fork 3 starts with strategy
% 9.75/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.75/1.61  
% 9.75/1.61  **** run 65 fork 0 starts with strategy
% 9.75/1.61  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.75/1.61  
% 9.75/1.61  
% 9.75/1.61  fork 5: search terminated without proof.
% 9.75/1.63  
% 9.75/1.63  **** run 78 fork 5 starts with strategy
% 9.75/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.75/1.65  
% 9.75/1.65  
% 9.75/1.65  fork 2: search terminated without proof.
% 9.75/1.67  
% 9.75/1.67  **** run 75 fork 2 starts with strategy
% 9.75/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 10.39/1.68  
% 10.39/1.68  
% 10.39/1.68  fork 4: search terminated without proof.
% 10.39/1.70  
% 10.39/1.70  **** run 77 fork 4 starts with strategy
% 10.39/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.39/1.71  
% 10.39/1.71  
% 10.39/1.71  fork 7: search terminated without proof.
% 10.39/1.71  
% 10.39/1.71  
% 10.39/1.71  fork 1: search terminated without proof.
% 10.39/1.72  
% 10.39/1.72  
% 10.39/1.72  fork 6: search terminated without proof.
% 10.39/1.73  
% 10.39/1.73  
% 10.39/1.73  fork 0: search terminated without proof.
% 10.39/1.73  
% 10.39/1.73  **** run 74 fork 1 starts with strategy
% 10.39/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.39/1.73  
% 10.39/1.73  **** run 79 fork 6 starts with strategy
% 10.39/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.39/1.74  
% 10.39/1.74  **** run 80 fork 7 starts with strategy
% 10.39/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.39/1.74  
% 10.39/1.74  
% 10.39/1.74  fork 3: search terminated without proof.
% 10.39/1.75  
% 10.39/1.75  **** run 73 fork 0 starts with strategy
% 10.39/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.39/1.76  
% 10.39/1.76  
% 10.39/1.76  fork 5: search terminated without proof.
% 10.39/1.76  
% 10.39/1.76  **** run 76 fork 3 starts with strategy
% 10.39/1.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 11.15/1.78  
% 11.15/1.78  **** run 86 fork 5 starts with strategy
% 11.15/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 11.15/1.80  
% 11.15/1.80  
% 11.15/1.80  fork 2: search terminated without proof.
% 11.32/1.82  
% 11.32/1.82  **** run 83 fork 2 starts with strategy
% 11.32/1.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.48/1.83  
% 11.48/1.83  
% 11.48/1.83  fork 4: search terminated without proof.
% 11.48/1.85  
% 11.48/1.85  **** run 85 fork 4 starts with strategy
% 11.48/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.48/1.86  
% 11.48/1.86  
% 11.48/1.86  fork 1: search terminated without proof.
% 11.48/1.86  
% 11.48/1.86  
% 11.48/1.86  fork 7: search terminated without proof.
% 11.48/1.86  
% 11.48/1.86  
% 11.48/1.86  fork 6: search terminated without proof.
% 11.48/1.87  
% 11.48/1.87  
% 11.48/1.87  fork 0: search terminated without proof.
% 11.48/1.88  
% 11.48/1.88  **** run 82 fork 1 starts with strategy
% 11.48/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.48/1.88  
% 11.48/1.88  **** run 88 fork 7 starts with strategy
% 11.48/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.48/1.88  
% 11.48/1.88  **** run 87 fork 6 starts with strategy
% 11.48/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.48/1.89  
% 11.48/1.89  
% 11.48/1.89  fork 3: search terminated without proof.
% 11.48/1.90  
% 11.48/1.90  **** run 81 fork 0 starts with strategy
% 11.48/1.90  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.48/1.91  
% 11.48/1.91  **** run 84 fork 3 starts with strategy
% 11.48/1.91  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.86/2.02  
% 12.86/2.02  
% 12.86/2.02  fork 0: search terminated without proof.
% 12.86/2.04  
% 12.86/2.04  **** run 89 fork 0 starts with strategy
% 12.86/2.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.60/2.80  
% 18.60/2.80  
% 18.60/2.80  fork 5: search terminated without proof.
% 19.43/2.85  
% 19.43/2.85  **** run 94 fork 5 starts with strategy
% 19.43/2.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.43/2.85  
% 19.43/2.85  
% 19.43/2.85  fork 2: search terminated without proof.
% 19.43/2.87  
% 19.43/2.87  
% 19.43/2.87  fork 4: search terminated without proof.
% 19.43/2.90  
% 19.43/2.90  
% 19.43/2.90  fork 1: search terminated without proof.
% 20.11/2.90  
% 20.11/2.90  
% 20.11/2.90  fork 7: search terminated without proof.
% 20.11/2.91  
% 20.11/2.91  
% 20.11/2.91  fork 6: search terminated without proof.
% 20.11/2.91  
% 20.11/2.91  **** run 91 fork 2 starts with strategy
% 20.11/2.91  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 20.11/2.94  
% 20.11/2.94  **** run 93 fork 4 starts with strategy
% 20.11/2.94  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.11/2.94  
% 20.11/2.94  
% 20.11/2.94  fork 3: search terminated without proof.
% 20.11/2.96  
% 20.11/2.96  **** run 95 fork 6 starts with strategy
% 20.11/2.96  {"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}
% 20.11/2.96  
% 20.11/2.96  **** run 90 fork 1 starts with strategy
% 20.11/2.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.11/2.97  
% 20.11/2.97  **** run 96 fork 7 starts with strategy
% 20.11/2.97  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.84/3.02  
% 20.84/3.02  **** run 92 fork 3 starts with strategy
% 20.84/3.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.84/3.06  
% 20.84/3.06  
% 20.84/3.06  fork 0: search terminated without proof.
% 21.69/3.10  
% 21.69/3.10  **** run 97 fork 0 starts with strategy
% 21.69/3.10  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 26.30/3.68  
% 26.30/3.68  
% 26.30/3.68  result: proof found
% 26.30/3.68  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 26.30/3.68  by run 91 fork 2 strategy {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 26.30/3.68  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 26.30/3.68  
% 26.30/3.68  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 26.30/3.68  
% 26.30/3.68  run 91 fork 2 statistics:
% 26.30/3.68  ----------------------------------
% 26.30/3.68  this run seconds: 0.751140
% 26.30/3.68  total seconds: 3.268923
% 26.30/3.68  stat_given_used: 833
% 26.30/3.68  stat_given_used_at_endgame: 0
% 26.30/3.68  stat_given_candidates:   9545
% 26.30/3.68  stat_given_candidates_at_endgame: 0
% 26.30/3.68  stat_given_candidates_h: 0
% 26.30/3.68  stat_binres_derived_cl:   0
% 26.30/3.68  stat_binres_derived_cl_h: 0
% 26.30/3.68  stat_factor_derived_cl: 0
% 26.30/3.68  stat_para_derived_cl: 176438
% 26.30/3.68  stat_tautologies_discarded: 0
% 26.30/3.68  stat_forward_subsumed: 67768
% 26.30/3.68  stat_derived_cut: 0
% 26.30/3.68  stat_derived_rewritten: 291
% 26.30/3.68  stat_weight_discarded_building: 0
% 26.30/3.68  stat_weight_discarded_cl: 15620
% 26.30/3.68  stat_internlimit_discarded_cl: 0
% 26.30/3.68  stat_simplified:  291 simplified 0 derived 0 given
% 26.30/3.68  stat_kept_cl: 86762
% 26.30/3.68  stat_built_cl: 104339
% 26.30/3.68  stat_hyperres_partial_cl: 0
% 26.30/3.68  stat_made_rewriters: 806
% 26.30/3.68  stat_backward_subsumed: 0
% 26.30/3.68  stat_propagated_subsumed: 0
% 26.30/3.68  stat_clsubs_attempted:                     24048
% 26.30/3.68  stat_clsubs_fact_groundunit_found:             0
% 26.30/3.68  stat_clsubs_rule_groundunit_found:             1
% 26.30/3.68  stat_clsubs_top_meta_attempted:             253261
% 26.30/3.68  stat_clsubs_top_meta_failed:                229213
% 26.30/3.68  stat_clsubs_top_meta_nonpref_attempted:              253261
% 26.30/3.68  stat_clsubs_top_meta_nonpref_succeeded:               72862
% 26.30/3.68  stat_clsubs_top_meta_pref_attempted:                  72862
% 26.30/3.68  stat_clsubs_top_meta_pref1_succeeded:                 72862
% 26.30/3.68  stat_clsubs_top_meta_pref2_succeeded:                 33148
% 26.30/3.68  stat_clsubs_top_meta_pref3_succeeded:                 24048
% 26.30/3.68  stat_clsubs_top_meta_pref_succeeded:                  24048
% 26.30/3.68  stat_clsubs_meta_attempted:                24048
% 26.30/3.68  stat_clsubs_meta_failed:                     424
% 26.30/3.68  stat_clsubs_predsymbs_attempted:               0
% 26.30/3.68  stat_clsubs_unit_attempted:                24048
% 26.30/3.68  stat_clsubs_full_attempted:                    0
% 26.30/3.68  stat_forwardsubs_attempted:               170150
% 26.30/3.68  stat_lit_hash_added:                  86944
% 26.30/3.68  stat_lit_hash_computed:              258396
% 26.30/3.68  stat_lit_hash_match_found:            67859
% 26.30/3.68  stat_lit_hash_match_miss:            206266
% 26.30/3.68  stat_lit_hash_cut_ok:                     0
% 26.30/3.68  stat_lit_strong_cut_ok:                   0
% 26.30/3.68  stat_lit_hash_subsume_ok:             67768
% 26.30/3.68  clqueue els 10000000 used 1
% 26.30/3.68  clactive els 10000000 used 834
% 26.30/3.68  clactivesubsume els 10000000 used 3997
% 26.30/3.68  queue_termbuf els 200000000 used 6291085
% 26.30/3.68  hyper_termbuf els 100000000 used 1
% 26.30/3.68  active_termbuf els 100000000 used 34767
% 26.30/3.68  varstack els 5000 last used 1
% 26.30/3.68  given_termbuf els 10000000 last used 1
% 26.30/3.68  simplified_termbuf els 10000000 last used 1
% 26.30/3.68  derived_termbuf els 10000000 last used 22
% 26.30/3.68  wr_mallocs: 332212
% 26.30/3.68  wr_callocs: 21
% 26.30/3.68  wr_reallocs: 14041
% 26.30/3.68  wr_frees: 2
% 26.30/3.68  wr_malloc_bytes: 4174368852
% 26.30/3.68  wr_calloc_bytes: 112065536
% 26.30/3.68  wr_realloc_bytes: 2875592
% 26.30/3.68  wr_realloc_freebytes: 0
% 26.30/3.68  ----------------------------------
%------------------------------------------------------------------------------