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

View Problem - Process Solution

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

% Computer : n003.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:46 EDT 2023

% Result   : Unsatisfiable 170.73s 22.29s
% Output   : CNFRefutation 170.73s
% 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,
    top = join(X,complement(X)),
    inference(cnf_transformation,[],['$inc_def_top_12']) ).

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

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

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

cnf('6',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('7',plain,
    meet(X,Y) = complement(join(complement(X),complement(Y))),
    inference(cnf_transformation,[],['$inc_maddux4_definiton_of_meet_4']) ).

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

cnf('9',plain,
    X3 = join(meet(X3,converse(complement(converse(complement(X3))))),complement(converse(top))),
    inference(paramodulation,[],['5','8']) ).

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

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

cnf('12',plain,
    X3 = join(zero,meet(X3,X3)),
    inference(paramodulation,[],['10','11']) ).

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

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

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

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

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

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

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

cnf('20',plain,
    one = converse(one),
    inference(paramodulation,[],['17','13']) ).

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

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

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

cnf('24',plain,
    X = join(zero,complement(complement(X))),
    inference(simplify,[],['12','23']) ).

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

cnf('26',plain,
    X = join(complement(complement(X)),zero),
    inference(paramodulation,[],['24','25']) ).

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

cnf('28',plain,
    zero = complement(top),
    inference(simplify,[],['27','10']) ).

cnf('29',plain,
    join(zero,complement(top)) = complement(top),
    inference(paramodulation,[],['28','22']) ).

cnf('30',plain,
    join(zero,zero) = zero,
    inference(simplify,[then_simplify],['29','28','28']) ).

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

cnf('32',plain,
    join(X,zero) = join(join(X,zero),zero),
    inference(paramodulation,[],['30','31']) ).

cnf('33',plain,
    X3 = join(join(complement(complement(X3)),zero),zero),
    inference(paramodulation,[],['26','32']) ).

cnf('34',plain,
    X = join(X,zero),
    inference(simplify,[],['33','26']) ).

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

cnf('36',plain,
    join(complement(complement(X3)),complement(complement(X3))) = X3,
    inference(paramodulation,[],['35','22']) ).

cnf('37',plain,
    join(X,X) = X,
    inference(simplify,[then_simplify],['36','35','35']) ).

cnf('38',plain,
    join(X,join(X,Y)) = join(X,Y),
    inference(paramodulation,[],['37','31']) ).

cnf('39',plain,
    join(X3,top) = join(X3,complement(X3)),
    inference(paramodulation,[],['2','38']) ).

cnf('40',plain,
    join(X,top) = top,
    inference(simplify,[],['39','2']) ).

cnf('41',plain,
    converse(top) = join(converse(complement(converse(X))),X),
    inference(paramodulation,[],['5','25']) ).

cnf('42',plain,
    converse(top) = top,
    inference(paramodulation,[],['40','41']) ).

cnf('43',plain,
    X = meet(X,converse(complement(converse(complement(X))))),
    inference(simplify,[then_simplify],['9','42','28','34']) ).

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

cnf('45',plain,
    join(X,Y) = join(join(X,Y),Y),
    inference(paramodulation,[],['37','31']) ).

cnf('46',plain,
    join(X,join(Y,X)) = join(Y,X),
    inference(paramodulation,[],['45','25']) ).

cnf('47',plain,
    top = join(complement(X),X),
    inference(paramodulation,[],['2','25']) ).

cnf('48',plain,
    join(X3,top) = join(join(X3,complement(Y3)),Y3),
    inference(paramodulation,[],['47','31']) ).

cnf('49',plain,
    top = join(join(X,complement(Y)),Y),
    inference(simplify,[],['48','40']) ).

cnf('50',plain,
    top = join(X,join(complement(X),Y)),
    inference(paramodulation,[],['8','49']) ).

cnf('51',plain,
    top = join(complement(X),join(X,Y)),
    inference(paramodulation,[],['35','50']) ).

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

cnf('53',plain,
    meet(X3,complement(join(X3,Y3))) = complement(top),
    inference(paramodulation,[],['51','52']) ).

cnf('54',plain,
    meet(X,complement(join(X,Y))) = zero,
    inference(simplify,[],['53','28']) ).

cnf('55',plain,
    X = join(meet(X,Y),meet(X,complement(Y))),
    inference(paramodulation,[],['11','25']) ).

cnf('56',plain,
    X3 = join(meet(X3,join(X3,Y3)),zero),
    inference(paramodulation,[],['54','55']) ).

cnf('57',plain,
    X = meet(X,join(X,Y)),
    inference(simplify,[],['56','34']) ).

cnf('58',plain,
    X = meet(X,join(Y,X)),
    inference(paramodulation,[],['46','57']) ).

cnf('59',plain,
    complement(X3) = meet(complement(X3),complement(meet(Y3,X3))),
    inference(paramodulation,[],['44','58']) ).

cnf('60',plain,
    meet(complement(X),complement(Y)) = complement(join(X,Y)),
    inference(paramodulation,[],['35','52']) ).

cnf('61',plain,
    complement(X) = complement(join(X,meet(Y,X))),
    inference(simplify,[],['59','60']) ).

cnf('62',plain,
    join(X3,meet(Y3,X3)) = complement(complement(X3)),
    inference(paramodulation,[],['61','35']) ).

cnf('63',plain,
    join(X,meet(Y,X)) = X,
    inference(simplify,[],['62','35']) ).

cnf('64',plain,
    meet(X,complement(join(Y,X))) = zero,
    inference(paramodulation,[],['46','54']) ).

cnf('65',plain,
    meet(converse(X),complement(converse(join(Y,X)))) = zero,
    inference(paramodulation,[],['3','64']) ).

cnf('66',plain,
    meet(converse(meet(X,Y)),complement(converse(Y))) = zero,
    inference(paramodulation,[],['63','65']) ).

cnf('67',plain,
    meet(converse(meet(X,converse(Y))),complement(Y)) = zero,
    inference(paramodulation,[],['1','66']) ).

cnf('68',plain,
    meet(converse(meet(X,converse(complement(Y)))),Y) = zero,
    inference(paramodulation,[],['35','67']) ).

cnf('69',plain,
    meet(converse(X),converse(complement(X))) = zero,
    inference(paramodulation,[],['43','68']) ).

cnf('70',plain,
    meet(X,converse(complement(converse(X)))) = zero,
    inference(paramodulation,[],['1','69']) ).

cnf('71',plain,
    X3 = join(zero,meet(X3,complement(converse(complement(converse(X3)))))),
    inference(paramodulation,[],['70','55']) ).

cnf('72',plain,
    join(zero,X) = X,
    inference(paramodulation,[],['34','25']) ).

cnf('73',plain,
    X = meet(X,complement(converse(complement(converse(X))))),
    inference(simplify,[],['71','72']) ).

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

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

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

cnf('77',plain,
    converse(complement(X3)) = join(converse(complement(X3)),complement(converse(X3))),
    inference(paramodulation,[],['75','76']) ).

cnf('78',plain,
    complement(X) = meet(complement(X),converse(complement(converse(X)))),
    inference(paramodulation,[],['35','43']) ).

cnf('79',plain,
    converse(converse(X3)) = join(X3,converse(meet(Y3,converse(X3)))),
    inference(paramodulation,[],['63','4']) ).

cnf('80',plain,
    X = join(X,converse(meet(Y,converse(X)))),
    inference(simplify,[],['79','1']) ).

cnf('81',plain,
    join(converse(meet(X,converse(Y))),Y) = Y,
    inference(paramodulation,[],['80','25']) ).

cnf('82',plain,
    join(converse(complement(X)),complement(converse(X))) = complement(converse(X)),
    inference(paramodulation,[],['78','81']) ).

cnf('83',plain,
    converse(complement(X)) = complement(converse(X)),
    inference(simplify,[],['77','82']) ).

cnf('84',plain,
    converse(complement(sk1)) != complement(converse(sk1)),
    inference(cnf_transformation,[],[goals_14]) ).

cnf('85',plain,
    $false,
    inference(resolution,[],['83','84']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : REL004-1 : TPTP v8.1.2. Released v4.0.0.
% 0.12/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n003.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:44:54 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.20/0.38  
% 0.20/0.38  input clause set summed statistics:
% 0.20/0.38  ----------------------------------
% 0.20/0.38  in_clause_count:                    14
% 0.20/0.38  in_rule_clause_count:               14
% 0.20/0.38  in_fact_clause_count:                0
% 0.20/0.38  in_answer_clause_count:              0
% 0.20/0.38  in_ground_clause_count:              1
% 0.20/0.38  in_unit_clause_count:               14
% 0.20/0.38  in_horn_clause_count:               14
% 0.20/0.38  in_pos_clause_count:                13
% 0.20/0.38  in_neg_clause_count:                 1
% 0.20/0.38  in_poseq_clause_count:              13
% 0.20/0.38  in_negeq_clause_count:               1
% 0.20/0.38  in_unitposeq_clause_count:          13
% 0.20/0.38  in_chain_clause_count:               0
% 0.20/0.38  in_min_length:             1
% 0.20/0.38  in_max_length:             1
% 0.20/0.38  in_min_depth:              2
% 0.20/0.38  in_max_depth:              5
% 0.20/0.38  in_min_size:               5
% 0.20/0.38  in_max_size:              14
% 0.20/0.38  in_min_vars:               0
% 0.20/0.38  in_max_vars:               3
% 0.20/0.38  in_extaxiom_count:                13
% 0.20/0.38  in_axiom_count:                    0
% 0.20/0.38  in_assumption_count:               0
% 0.20/0.38  in_goal_count:                     1
% 0.20/0.38  in_neg_goal_count:                 1
% 0.20/0.38  in_pos_goal_count:                 0
% 0.20/0.38  in_posunit_goal_count:             0
% 0.20/0.38  
% 0.20/0.38  auto guide:
% 0.20/0.38  -----------
% 0.20/0.38  {
% 0.20/0.38  "print":1,
% 0.20/0.38  "print_level": 15,
% 0.20/0.38  "max_size": 0,
% 0.20/0.38  "max_depth": 0,
% 0.20/0.38  "max_length": 0,
% 0.20/0.38  "max_dseconds": 0,
% 0.20/0.38  "runs":[
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"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.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"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.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.20/0.38  
% 0.20/0.38  ]}
% 0.20/0.38  
% 0.20/0.38  
% 0.20/0.38  **** run 1 fork 0 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 2 fork 1 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 3 fork 2 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  
% 0.20/0.39  **** run 8 fork 7 starts with strategy
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}{"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.39  
% 0.20/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.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.50  
% 0.20/0.50  
% 0.20/0.50  fork 0: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 7: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 4: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 6: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 9 fork 0 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.53  
% 0.20/0.53  **** run 11 fork 2 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  **** run 16 fork 7 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.53  
% 0.20/0.53  **** run 14 fork 5 starts with strategy
% 0.20/0.53  {"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.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"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.65  
% 0.20/0.65  
% 0.20/0.65  fork 0: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 2: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 7: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 6: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 1: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 3: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 4: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 22 fork 5 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.67  
% 0.20/0.67  **** run 24 fork 7 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.67  
% 0.20/0.67  **** run 23 fork 6 starts with strategy
% 0.20/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.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.68  
% 0.20/0.68  **** run 19 fork 2 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  **** run 20 fork 3 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.68  
% 0.20/0.68  **** run 17 fork 0 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.69  
% 0.20/0.69  **** run 21 fork 4 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.25/0.80  
% 3.25/0.80  
% 3.25/0.80  fork 5: search terminated without proof.
% 3.25/0.80  
% 3.25/0.80  
% 3.25/0.80  fork 7: search terminated without proof.
% 3.25/0.81  
% 3.25/0.81  
% 3.25/0.81  fork 0: search terminated without proof.
% 3.25/0.81  
% 3.25/0.81  
% 3.25/0.81  fork 2: search terminated without proof.
% 3.25/0.81  
% 3.25/0.81  
% 3.25/0.81  fork 1: search terminated without proof.
% 3.25/0.82  
% 3.25/0.82  
% 3.25/0.82  fork 6: search terminated without proof.
% 3.55/0.82  
% 3.55/0.82  **** run 30 fork 5 starts with strategy
% 3.55/0.82  {"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.55/0.82  
% 3.55/0.82  **** run 32 fork 7 starts with strategy
% 3.55/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.55/0.83  
% 3.55/0.83  **** run 25 fork 0 starts with strategy
% 3.55/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.55/0.83  
% 3.55/0.83  **** run 27 fork 2 starts with strategy
% 3.55/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.55/0.84  
% 3.55/0.84  
% 3.55/0.84  fork 4: search terminated without proof.
% 3.55/0.84  
% 3.55/0.84  **** run 26 fork 1 starts with strategy
% 3.55/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.71/0.84  
% 3.71/0.84  **** run 31 fork 6 starts with strategy
% 3.71/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.71/0.85  
% 3.71/0.85  
% 3.71/0.85  fork 3: search terminated without proof.
% 3.71/0.86  
% 3.71/0.86  **** run 29 fork 4 starts with strategy
% 3.71/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.71/0.87  
% 3.71/0.87  **** run 28 fork 3 starts with strategy
% 3.71/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 4.27/0.94  
% 4.27/0.94  
% 4.27/0.94  fork 5: search terminated without proof.
% 4.27/0.94  
% 4.27/0.94  
% 4.27/0.94  fork 7: search terminated without proof.
% 4.27/0.95  
% 4.27/0.95  
% 4.27/0.95  fork 0: search terminated without proof.
% 4.27/0.96  
% 4.27/0.96  
% 4.27/0.96  fork 2: search terminated without proof.
% 4.27/0.96  
% 4.27/0.96  
% 4.27/0.96  fork 1: search terminated without proof.
% 4.27/0.96  
% 4.27/0.96  **** run 38 fork 5 starts with strategy
% 4.27/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.27/0.96  
% 4.27/0.96  **** run 40 fork 7 starts with strategy
% 4.27/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.27/0.96  
% 4.27/0.96  
% 4.27/0.96  fork 6: search terminated without proof.
% 4.73/0.97  
% 4.73/0.97  **** run 33 fork 0 starts with strategy
% 4.73/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.73/0.98  
% 4.73/0.98  **** run 35 fork 2 starts with strategy
% 4.73/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.73/0.98  
% 4.73/0.98  
% 4.73/0.98  fork 4: search terminated without proof.
% 4.73/0.99  
% 4.73/0.99  **** run 39 fork 6 starts with strategy
% 4.73/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.73/0.99  
% 4.73/0.99  **** run 34 fork 1 starts with strategy
% 4.73/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.73/0.99  
% 4.73/0.99  
% 4.73/0.99  fork 3: search terminated without proof.
% 4.73/1.00  
% 4.73/1.00  **** run 37 fork 4 starts with strategy
% 4.73/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.73/1.02  
% 4.73/1.02  **** run 36 fork 3 starts with strategy
% 4.73/1.02  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 5.61/1.08  
% 5.61/1.08  
% 5.61/1.08  fork 5: search terminated without proof.
% 5.61/1.09  
% 5.61/1.09  
% 5.61/1.09  fork 7: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  
% 5.61/1.10  fork 0: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  
% 5.61/1.10  fork 2: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  **** run 46 fork 5 starts with strategy
% 5.61/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.61/1.10  
% 5.61/1.10  **** run 48 fork 7 starts with strategy
% 5.61/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.61/1.11  
% 5.61/1.11  
% 5.61/1.11  fork 6: search terminated without proof.
% 5.61/1.11  
% 5.61/1.11  
% 5.61/1.11  fork 1: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  **** run 41 fork 0 starts with strategy
% 5.61/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.94/1.12  
% 5.94/1.12  **** run 43 fork 2 starts with strategy
% 5.94/1.12  
% 5.94/1.12  
% 5.94/1.12  fork 4: search terminated without proof.
% 5.94/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.94/1.13  
% 5.94/1.13  fork 5: search finished without proof.
% 5.94/1.13  
% 5.94/1.13  **** run 47 fork 6 starts with strategy
% 5.94/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.94/1.14  
% 5.94/1.14  **** run 42 fork 1 starts with strategy
% 5.94/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 6.11/1.14  
% 6.11/1.14  **** run 45 fork 4 starts with strategy
% 6.11/1.14  
% 6.11/1.14  **** run 54 fork 5 starts with strategy
% 6.11/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.11/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 6.11/1.15  
% 6.11/1.15  
% 6.11/1.15  fork 3: search terminated without proof.
% 6.11/1.17  
% 6.11/1.17  **** run 44 fork 3 starts with strategy
% 6.11/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.69/1.22  
% 6.69/1.22  
% 6.69/1.22  fork 7: search terminated without proof.
% 6.69/1.24  
% 6.69/1.24  
% 6.69/1.24  fork 0: search terminated without proof.
% 6.69/1.24  
% 6.69/1.24  **** run 56 fork 7 starts with strategy
% 6.69/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.69/1.25  
% 6.69/1.25  
% 6.69/1.25  fork 2: search terminated without proof.
% 6.69/1.25  
% 6.69/1.25  
% 6.69/1.25  fork 6: search terminated without proof.
% 6.69/1.26  
% 6.69/1.26  **** run 49 fork 0 starts with strategy
% 6.69/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.69/1.26  
% 6.69/1.26  
% 6.69/1.26  fork 5: search terminated without proof.
% 6.69/1.27  
% 6.69/1.27  
% 6.69/1.27  fork 1: search terminated without proof.
% 6.69/1.27  
% 6.69/1.27  
% 6.69/1.27  fork 4: search terminated without proof.
% 6.69/1.27  
% 6.69/1.27  **** run 51 fork 2 starts with strategy
% 6.69/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.69/1.27  
% 6.69/1.27  **** run 55 fork 6 starts with strategy
% 6.69/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.69/1.29  
% 6.69/1.29  **** run 62 fork 5 starts with strategy
% 6.69/1.29  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.69/1.29  
% 6.69/1.29  **** run 50 fork 1 starts with strategy
% 6.69/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.69/1.30  
% 6.69/1.30  
% 6.69/1.30  fork 3: search terminated without proof.
% 6.69/1.30  
% 6.69/1.30  **** run 53 fork 4 starts with strategy
% 6.69/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.69/1.32  
% 6.69/1.32  **** run 52 fork 3 starts with strategy
% 6.69/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.69/1.38  
% 6.69/1.38  
% 6.69/1.38  fork 0: search terminated without proof.
% 6.69/1.39  
% 6.69/1.39  
% 6.69/1.39  fork 2: search terminated without proof.
% 7.40/1.39  
% 7.40/1.39  
% 7.40/1.39  fork 6: search terminated without proof.
% 7.40/1.40  
% 7.40/1.40  **** run 57 fork 0 starts with strategy
% 7.40/1.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.40/1.41  
% 7.40/1.41  
% 7.40/1.41  fork 5: search terminated without proof.
% 7.40/1.41  
% 7.40/1.41  
% 7.40/1.41  fork 1: search terminated without proof.
% 7.40/1.41  
% 7.40/1.41  **** run 59 fork 2 starts with strategy
% 7.40/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.40/1.41  
% 7.40/1.41  **** run 63 fork 6 starts with strategy
% 7.40/1.41  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.40/1.42  
% 7.40/1.42  
% 7.40/1.42  fork 4: search terminated without proof.
% 7.40/1.43  
% 7.40/1.43  
% 7.40/1.43  fork 7: search terminated without proof.
% 7.40/1.43  
% 7.40/1.43  **** run 70 fork 5 starts with strategy
% 7.40/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.40/1.44  
% 7.40/1.44  **** run 58 fork 1 starts with strategy
% 7.40/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.40/1.44  
% 7.40/1.44  
% 7.40/1.44  fork 3: search terminated without proof.
% 7.40/1.45  
% 7.40/1.45  **** run 64 fork 7 starts with strategy
% 7.40/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.40/1.45  
% 7.40/1.45  **** run 61 fork 4 starts with strategy
% 7.40/1.45  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.40/1.46  
% 7.40/1.46  **** run 60 fork 3 starts with strategy
% 7.40/1.46  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 9.09/1.53  
% 9.09/1.53  
% 9.09/1.53  fork 0: search terminated without proof.
% 9.09/1.53  
% 9.09/1.53  
% 9.09/1.53  fork 2: search terminated without proof.
% 9.09/1.54  
% 9.09/1.54  
% 9.09/1.54  fork 6: search terminated without proof.
% 9.09/1.55  
% 9.09/1.55  **** run 65 fork 0 starts with strategy
% 9.09/1.55  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.09/1.55  
% 9.09/1.55  **** run 67 fork 2 starts with strategy
% 9.09/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 9.09/1.56  
% 9.09/1.56  **** run 71 fork 6 starts with strategy
% 9.09/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.09/1.56  
% 9.09/1.56  
% 9.09/1.56  fork 1: search terminated without proof.
% 9.09/1.56  
% 9.09/1.56  
% 9.09/1.56  fork 5: search terminated without proof.
% 9.09/1.57  
% 9.09/1.57  
% 9.09/1.57  fork 4: search terminated without proof.
% 9.09/1.57  
% 9.09/1.57  
% 9.09/1.57  fork 7: search terminated without proof.
% 9.09/1.58  
% 9.09/1.58  **** run 66 fork 1 starts with strategy
% 9.09/1.58  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.09/1.58  
% 9.09/1.58  **** run 78 fork 5 starts with strategy
% 9.09/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.09/1.59  
% 9.09/1.59  
% 9.09/1.59  fork 3: search terminated without proof.
% 9.09/1.59  
% 9.09/1.59  **** run 69 fork 4 starts with strategy
% 9.09/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.09/1.60  
% 9.09/1.60  **** run 72 fork 7 starts with strategy
% 9.09/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.09/1.60  
% 9.09/1.60  **** run 68 fork 3 starts with strategy
% 9.09/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.83/1.67  
% 9.83/1.67  
% 9.83/1.67  fork 0: search terminated without proof.
% 9.83/1.68  
% 9.83/1.68  
% 9.83/1.68  fork 2: search terminated without proof.
% 9.83/1.68  
% 9.83/1.68  
% 9.83/1.68  fork 6: search terminated without proof.
% 10.39/1.70  
% 10.39/1.70  **** run 73 fork 0 starts with strategy
% 10.39/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.39/1.70  
% 10.39/1.70  **** run 75 fork 2 starts with strategy
% 10.39/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 10.39/1.70  
% 10.39/1.70  
% 10.39/1.70  fork 1: search terminated without proof.
% 10.39/1.70  
% 10.39/1.70  **** run 79 fork 6 starts with strategy
% 10.39/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.39/1.71  
% 10.39/1.71  
% 10.39/1.71  fork 5: search terminated without proof.
% 10.39/1.71  
% 10.39/1.71  
% 10.39/1.71  fork 4: search terminated without proof.
% 10.39/1.72  
% 10.39/1.72  **** run 74 fork 1 starts with strategy
% 10.39/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.39/1.73  
% 10.39/1.73  **** run 86 fork 5 starts with strategy
% 10.39/1.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.39/1.73  
% 10.39/1.73  
% 10.39/1.73  fork 3: search terminated without proof.
% 10.39/1.73  
% 10.39/1.73  
% 10.39/1.73  fork 7: search terminated without proof.
% 10.39/1.74  
% 10.39/1.74  **** run 77 fork 4 starts with strategy
% 10.39/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.39/1.75  
% 10.39/1.75  **** run 76 fork 3 starts with strategy
% 10.39/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.39/1.76  
% 10.39/1.76  **** run 80 fork 7 starts with strategy
% 10.39/1.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.46/1.82  
% 11.46/1.82  
% 11.46/1.82  fork 0: search terminated without proof.
% 11.46/1.83  
% 11.46/1.83  
% 11.46/1.83  fork 2: search terminated without proof.
% 11.46/1.83  
% 11.46/1.83  
% 11.46/1.83  fork 6: search terminated without proof.
% 11.46/1.84  
% 11.46/1.84  **** run 81 fork 0 starts with strategy
% 11.46/1.84  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.46/1.85  
% 11.46/1.85  **** run 83 fork 2 starts with strategy
% 11.46/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.46/1.85  
% 11.46/1.85  
% 11.46/1.85  fork 1: search terminated without proof.
% 11.46/1.85  
% 11.46/1.85  **** run 87 fork 6 starts with strategy
% 11.46/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.46/1.86  
% 11.46/1.86  
% 11.46/1.86  fork 4: search terminated without proof.
% 11.46/1.87  
% 11.46/1.87  **** run 82 fork 1 starts with strategy
% 11.46/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.46/1.88  
% 11.46/1.88  
% 11.46/1.88  fork 3: search terminated without proof.
% 11.46/1.88  
% 11.46/1.88  **** run 85 fork 4 starts with strategy
% 11.46/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.46/1.89  
% 11.46/1.89  
% 11.46/1.89  fork 7: search terminated without proof.
% 11.46/1.90  
% 11.46/1.90  **** run 84 fork 3 starts with strategy
% 11.46/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.20/1.92  
% 12.20/1.92  **** run 88 fork 7 starts with strategy
% 12.20/1.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 12.20/1.97  
% 12.20/1.97  
% 12.20/1.97  fork 0: search terminated without proof.
% 12.20/2.00  
% 12.20/2.00  **** run 89 fork 0 starts with strategy
% 12.20/2.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.21/2.75  
% 18.21/2.75  
% 18.21/2.75  fork 5: search terminated without proof.
% 18.21/2.82  
% 18.21/2.82  **** run 94 fork 5 starts with strategy
% 18.21/2.82  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.22/2.87  
% 19.22/2.87  
% 19.22/2.87  fork 2: search terminated without proof.
% 19.22/2.88  
% 19.22/2.88  
% 19.22/2.88  fork 6: search terminated without proof.
% 19.79/2.90  
% 19.79/2.90  
% 19.79/2.90  fork 4: search terminated without proof.
% 19.99/2.91  
% 19.99/2.91  
% 19.99/2.91  fork 1: search terminated without proof.
% 20.09/2.93  
% 20.09/2.93  **** run 91 fork 2 starts with strategy
% 20.09/2.93  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 20.09/2.94  
% 20.09/2.94  **** run 95 fork 6 starts with strategy
% 20.09/2.94  {"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.09/2.94  
% 20.09/2.94  
% 20.09/2.94  fork 3: search terminated without proof.
% 20.09/2.97  
% 20.09/2.97  **** run 93 fork 4 starts with strategy
% 20.09/2.97  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.09/3.00  
% 20.09/3.00  **** run 90 fork 1 starts with strategy
% 20.09/3.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.77/3.01  
% 20.77/3.01  **** run 92 fork 3 starts with strategy
% 20.77/3.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.77/3.02  
% 20.77/3.02  
% 20.77/3.02  fork 0: search terminated without proof.
% 20.77/3.06  
% 20.77/3.06  
% 20.77/3.06  fork 7: search terminated without proof.
% 20.77/3.07  
% 20.77/3.07  **** run 97 fork 0 starts with strategy
% 20.77/3.07  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 21.36/3.11  
% 21.36/3.11  **** run 96 fork 7 starts with strategy
% 21.36/3.11  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 26.76/3.84  
% 26.76/3.84  
% 26.76/3.84  fork 5: search terminated without proof.
% 27.44/3.89  
% 27.44/3.89  **** run 102 fork 5 starts with strategy
% 27.44/3.89  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.04/3.95  
% 28.04/3.95  
% 28.04/3.95  fork 2: search terminated without proof.
% 28.04/3.96  
% 28.04/3.96  
% 28.04/3.96  fork 6: search terminated without proof.
% 28.04/4.00  
% 28.04/4.00  
% 28.04/4.00  fork 4: search terminated without proof.
% 28.04/4.02  
% 28.04/4.02  **** run 99 fork 2 starts with strategy
% 28.04/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.04/4.02  
% 28.04/4.02  **** run 103 fork 6 starts with strategy
% 28.04/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 28.04/4.06  
% 28.04/4.06  
% 28.04/4.06  fork 3: search terminated without proof.
% 28.04/4.07  
% 28.04/4.07  **** run 101 fork 4 starts with strategy
% 28.04/4.07  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.04/4.10  
% 28.04/4.10  
% 28.04/4.10  fork 0: search terminated without proof.
% 28.99/4.12  
% 28.99/4.12  **** run 100 fork 3 starts with strategy
% 28.99/4.12  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 28.99/4.16  
% 28.99/4.16  
% 28.99/4.16  fork 1: search terminated without proof.
% 28.99/4.16  
% 28.99/4.16  **** run 105 fork 0 starts with strategy
% 28.99/4.16  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 29.70/4.21  
% 29.70/4.21  **** run 98 fork 1 starts with strategy
% 29.70/4.21  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 30.26/4.24  
% 30.26/4.24  
% 30.26/4.24  fork 7: search terminated without proof.
% 30.53/4.29  
% 30.53/4.29  **** run 104 fork 7 starts with strategy
% 30.53/4.29  {"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}
% 35.30/4.92  
% 35.30/4.92  
% 35.30/4.92  fork 5: search terminated without proof.
% 35.96/4.98  
% 35.96/4.98  **** run 110 fork 5 starts with strategy
% 35.96/4.98  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 36.47/5.04  
% 36.47/5.04  
% 36.47/5.04  fork 6: search terminated without proof.
% 36.78/5.09  
% 36.78/5.09  **** run 111 fork 6 starts with strategy
% 36.78/5.09  {"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}
% 36.78/5.11  
% 36.78/5.11  
% 36.78/5.11  fork 2: search terminated without proof.
% 37.39/5.14  
% 37.39/5.14  
% 37.39/5.14  fork 4: search terminated without proof.
% 37.39/5.14  
% 37.39/5.14  
% 37.39/5.14  fork 3: search terminated without proof.
% 37.66/5.18  
% 37.66/5.18  
% 37.66/5.18  fork 0: search terminated without proof.
% 37.66/5.18  
% 37.66/5.18  **** run 107 fork 2 starts with strategy
% 37.66/5.18  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 37.66/5.20  
% 37.66/5.20  **** run 108 fork 3 starts with strategy
% 37.66/5.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.66/5.21  
% 37.66/5.21  **** run 109 fork 4 starts with strategy
% 37.66/5.21  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 38.16/5.23  
% 38.16/5.23  **** run 113 fork 0 starts with strategy
% 38.16/5.23  {"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}
% 38.16/5.24  
% 38.16/5.24  
% 38.16/5.24  fork 1: search terminated without proof.
% 38.36/5.30  
% 38.36/5.30  **** run 106 fork 1 starts with strategy
% 38.36/5.30  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 38.36/5.32  
% 38.36/5.32  
% 38.36/5.32  fork 7: search terminated without proof.
% 38.36/5.39  
% 38.36/5.39  **** run 112 fork 7 starts with strategy
% 38.36/5.39  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 43.41/6.00  
% 43.41/6.00  
% 43.41/6.00  fork 5: search terminated without proof.
% 44.15/6.05  
% 44.15/6.05  **** run 118 fork 5 starts with strategy
% 44.15/6.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.15/6.11  
% 44.15/6.11  
% 44.15/6.11  fork 6: search terminated without proof.
% 45.12/6.17  
% 45.12/6.17  **** run 119 fork 6 starts with strategy
% 45.12/6.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 45.67/6.24  
% 45.67/6.24  
% 45.67/6.24  fork 4: search terminated without proof.
% 45.67/6.25  
% 45.67/6.25  
% 45.67/6.25  fork 3: search terminated without proof.
% 46.16/6.30  
% 46.16/6.30  **** run 117 fork 4 starts with strategy
% 46.16/6.30  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 46.16/6.30  
% 46.16/6.30  
% 46.16/6.30  fork 0: search terminated without proof.
% 46.16/6.30  
% 46.16/6.30  **** run 116 fork 3 starts with strategy
% 46.16/6.30  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.16/6.32  
% 46.16/6.32  
% 46.16/6.32  fork 1: search terminated without proof.
% 46.16/6.34  
% 46.16/6.34  
% 46.16/6.34  fork 2: search terminated without proof.
% 46.91/6.36  
% 46.91/6.36  **** run 121 fork 0 starts with strategy
% 46.91/6.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 46.91/6.39  
% 46.91/6.39  **** run 114 fork 1 starts with strategy
% 46.91/6.39  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 47.16/6.40  
% 47.16/6.40  **** run 115 fork 2 starts with strategy
% 47.16/6.40  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 47.52/6.46  
% 47.52/6.46  
% 47.52/6.46  fork 7: search terminated without proof.
% 47.52/6.49  
% 47.52/6.49  **** run 120 fork 7 starts with strategy
% 47.52/6.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 52.46/7.07  
% 52.46/7.07  
% 52.46/7.07  fork 5: search terminated without proof.
% 52.68/7.12  
% 52.68/7.12  **** run 126 fork 5 starts with strategy
% 52.68/7.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 52.98/7.20  
% 52.98/7.20  
% 52.98/7.20  fork 6: search terminated without proof.
% 53.56/7.25  
% 53.56/7.25  **** run 127 fork 6 starts with strategy
% 53.56/7.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 54.09/7.27  
% 54.09/7.27  fork 6: search finished without proof.
% 54.09/7.29  
% 54.09/7.29  **** run 135 fork 6 starts with strategy
% 54.09/7.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 54.09/7.34  
% 54.09/7.34  
% 54.09/7.34  fork 4: search terminated without proof.
% 54.09/7.38  
% 54.09/7.38  
% 54.09/7.38  fork 3: search terminated without proof.
% 54.09/7.38  
% 54.09/7.38  
% 54.09/7.38  fork 0: search terminated without proof.
% 54.09/7.40  
% 54.09/7.40  **** run 125 fork 4 starts with strategy
% 54.09/7.40  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 54.09/7.42  
% 54.09/7.42  
% 54.09/7.42  fork 2: search terminated without proof.
% 55.11/7.45  
% 55.11/7.45  
% 55.11/7.45  fork 1: search terminated without proof.
% 55.11/7.45  
% 55.11/7.45  **** run 124 fork 3 starts with strategy
% 55.11/7.45  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 55.11/7.46  
% 55.11/7.46  **** run 129 fork 0 starts with strategy
% 55.11/7.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 55.65/7.48  
% 55.65/7.48  **** run 123 fork 2 starts with strategy
% 55.65/7.48  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 55.65/7.50  
% 55.65/7.50  **** run 122 fork 1 starts with strategy
% 55.65/7.50  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 55.93/7.51  
% 55.93/7.51  
% 55.93/7.51  fork 7: search terminated without proof.
% 56.13/7.58  
% 56.13/7.58  **** run 128 fork 7 starts with strategy
% 56.13/7.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 61.00/8.20  
% 61.00/8.20  
% 61.00/8.20  fork 5: search terminated without proof.
% 61.78/8.27  
% 61.78/8.27  **** run 134 fork 5 starts with strategy
% 61.78/8.27  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 61.78/8.33  
% 61.78/8.33  
% 61.78/8.33  fork 6: search terminated without proof.
% 62.48/8.37  
% 62.48/8.37  **** run 143 fork 6 starts with strategy
% 62.48/8.37  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 63.29/8.44  
% 63.29/8.44  
% 63.29/8.44  fork 4: search terminated without proof.
% 63.38/8.48  
% 63.38/8.48  
% 63.38/8.48  fork 0: search terminated without proof.
% 63.38/8.48  
% 63.38/8.48  
% 63.38/8.48  fork 3: search terminated without proof.
% 63.38/8.49  
% 63.38/8.49  **** run 133 fork 4 starts with strategy
% 63.38/8.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 63.83/8.53  
% 63.83/8.53  
% 63.83/8.53  fork 1: search terminated without proof.
% 63.83/8.53  
% 63.83/8.53  **** run 132 fork 3 starts with strategy
% 63.83/8.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 63.83/8.53  
% 63.83/8.53  
% 63.83/8.53  fork 2: search terminated without proof.
% 63.83/8.54  
% 63.83/8.54  **** run 137 fork 0 starts with strategy
% 63.83/8.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 64.19/8.59  
% 64.19/8.59  **** run 131 fork 2 starts with strategy
% 64.19/8.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 64.19/8.59  
% 64.19/8.59  **** run 130 fork 1 starts with strategy
% 64.19/8.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 64.19/8.65  
% 64.19/8.65  
% 64.19/8.65  fork 7: search terminated without proof.
% 64.19/8.67  
% 64.19/8.67  **** run 136 fork 7 starts with strategy
% 64.19/8.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 66.48/8.86  
% 66.48/8.86  fork 3: search finished without proof.
% 66.48/8.88  
% 66.48/8.88  **** run 140 fork 3 starts with strategy
% 66.48/8.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 69.44/9.29  
% 69.44/9.29  
% 69.44/9.29  fork 5: search terminated without proof.
% 69.44/9.34  
% 69.44/9.34  **** run 142 fork 5 starts with strategy
% 69.44/9.34  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 69.44/9.40  
% 69.44/9.40  
% 69.44/9.40  fork 6: search terminated without proof.
% 70.26/9.45  
% 70.26/9.45  **** run 151 fork 6 starts with strategy
% 70.26/9.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 71.82/9.55  
% 71.82/9.55  
% 71.82/9.55  fork 4: search terminated without proof.
% 71.82/9.56  
% 71.82/9.56  
% 71.82/9.56  fork 0: search terminated without proof.
% 71.82/9.59  
% 71.82/9.59  **** run 141 fork 4 starts with strategy
% 71.82/9.59  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 72.44/9.62  
% 72.44/9.62  **** run 145 fork 0 starts with strategy
% 72.44/9.62  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 72.44/9.62  
% 72.44/9.62  
% 72.44/9.62  fork 1: search terminated without proof.
% 72.99/9.68  
% 72.99/9.68  **** run 138 fork 1 starts with strategy
% 72.99/9.68  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 72.99/9.69  
% 72.99/9.69  
% 72.99/9.69  fork 7: search terminated without proof.
% 72.99/9.75  
% 72.99/9.75  **** run 144 fork 7 starts with strategy
% 72.99/9.75  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 72.99/9.75  
% 72.99/9.75  
% 72.99/9.75  fork 2: search terminated without proof.
% 74.13/9.82  
% 74.13/9.82  **** run 139 fork 2 starts with strategy
% 74.13/9.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 74.18/9.90  
% 74.18/9.90  
% 74.18/9.90  fork 3: search terminated without proof.
% 74.82/9.97  
% 74.82/9.97  **** run 148 fork 3 starts with strategy
% 74.82/9.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 78.04/10.37  
% 78.04/10.37  
% 78.04/10.37  fork 5: search terminated without proof.
% 78.54/10.40  
% 78.54/10.40  **** run 150 fork 5 starts with strategy
% 78.54/10.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 79.27/10.48  
% 79.27/10.48  
% 79.27/10.48  fork 6: search terminated without proof.
% 79.60/10.53  
% 79.60/10.53  **** run 159 fork 6 starts with strategy
% 79.60/10.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 79.81/10.61  
% 79.81/10.61  
% 79.81/10.61  fork 4: search terminated without proof.
% 80.47/10.64  
% 80.47/10.64  **** run 149 fork 4 starts with strategy
% 80.47/10.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 80.47/10.65  
% 80.47/10.65  
% 80.47/10.65  fork 0: search terminated without proof.
% 80.47/10.67  
% 80.47/10.67  **** run 153 fork 0 starts with strategy
% 80.47/10.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 80.92/10.70  
% 80.92/10.70  
% 80.92/10.70  fork 1: search terminated without proof.
% 80.92/10.76  
% 80.92/10.76  **** run 146 fork 1 starts with strategy
% 80.92/10.76  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 80.92/10.78  
% 80.92/10.78  
% 80.92/10.78  fork 7: search terminated without proof.
% 80.92/10.82  
% 80.92/10.82  **** run 152 fork 7 starts with strategy
% 80.92/10.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 82.89/10.97  
% 82.89/10.97  
% 82.89/10.97  fork 2: search terminated without proof.
% 82.89/11.00  
% 82.89/11.00  
% 82.89/11.00  fork 3: search terminated without proof.
% 83.64/11.04  
% 83.64/11.04  **** run 147 fork 2 starts with strategy
% 83.64/11.04  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 83.64/11.05  
% 83.64/11.05  **** run 156 fork 3 starts with strategy
% 83.64/11.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 86.02/11.47  
% 86.02/11.47  
% 86.02/11.47  fork 5: search terminated without proof.
% 86.76/11.51  
% 86.76/11.51  **** run 158 fork 5 starts with strategy
% 86.76/11.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 87.76/11.56  
% 87.76/11.56  
% 87.76/11.56  fork 6: search terminated without proof.
% 88.15/11.61  
% 88.15/11.61  **** run 167 fork 6 starts with strategy
% 88.15/11.61  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 88.47/11.67  
% 88.47/11.67  
% 88.47/11.67  fork 4: search terminated without proof.
% 88.47/11.71  
% 88.47/11.71  **** run 157 fork 4 starts with strategy
% 88.47/11.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 88.47/11.73  
% 88.47/11.73  
% 88.47/11.73  fork 0: search terminated without proof.
% 89.20/11.78  
% 89.20/11.78  **** run 161 fork 0 starts with strategy
% 89.20/11.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 89.62/11.81  
% 89.62/11.81  
% 89.62/11.81  fork 1: search terminated without proof.
% 89.62/11.84  
% 89.62/11.84  **** run 154 fork 1 starts with strategy
% 89.62/11.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 90.07/11.85  
% 90.07/11.85  
% 90.07/11.85  fork 7: search terminated without proof.
% 90.15/11.90  
% 90.15/11.90  **** run 160 fork 7 starts with strategy
% 90.15/11.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 90.83/12.08  
% 90.83/12.08  
% 90.83/12.08  fork 3: search terminated without proof.
% 91.82/12.12  
% 91.82/12.12  **** run 164 fork 3 starts with strategy
% 91.82/12.12  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 91.82/12.13  
% 91.82/12.13  
% 91.82/12.13  fork 2: search terminated without proof.
% 91.82/12.15  
% 91.82/12.15  **** run 155 fork 2 starts with strategy
% 91.82/12.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 95.39/12.55  
% 95.39/12.55  
% 95.39/12.55  fork 5: search terminated without proof.
% 95.61/12.59  
% 95.61/12.59  **** run 166 fork 5 starts with strategy
% 95.61/12.59  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 96.73/12.77  
% 96.73/12.77  
% 96.73/12.77  fork 4: search terminated without proof.
% 96.73/12.80  
% 96.73/12.80  **** run 165 fork 4 starts with strategy
% 96.73/12.80  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 97.56/12.84  
% 97.56/12.84  
% 97.56/12.84  fork 0: search terminated without proof.
% 97.82/12.90  
% 97.82/12.90  **** run 169 fork 0 starts with strategy
% 97.82/12.90  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 97.82/12.92  
% 97.82/12.92  
% 97.82/12.92  fork 1: search terminated without proof.
% 98.45/12.97  
% 98.45/12.97  **** run 162 fork 1 starts with strategy
% 98.45/12.97  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 98.45/12.97  
% 98.45/12.97  
% 98.45/12.97  fork 7: search terminated without proof.
% 98.84/13.03  
% 98.84/13.03  **** run 168 fork 7 starts with strategy
% 98.84/13.03  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 100.23/13.21  
% 100.23/13.21  
% 100.23/13.21  fork 2: search terminated without proof.
% 100.84/13.26  
% 100.84/13.26  **** run 163 fork 2 starts with strategy
% 100.84/13.26  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 106.43/14.02  
% 106.43/14.02  
% 106.43/14.02  fork 1: search terminated without proof.
% 106.43/14.05  
% 106.43/14.05  **** run 170 fork 1 starts with strategy
% 106.43/14.05  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 127.61/16.72  
% 127.61/16.72  
% 127.61/16.72  fork 6: search terminated without proof.
% 128.28/16.77  
% 128.28/16.77  **** run 175 fork 6 starts with strategy
% 128.28/16.77  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 131.30/17.16  
% 131.30/17.16  
% 131.30/17.16  fork 3: search terminated without proof.
% 131.30/17.23  
% 131.30/17.23  **** run 172 fork 3 starts with strategy
% 131.30/17.23  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 135.97/17.73  
% 135.97/17.73  
% 135.97/17.73  fork 5: search terminated without proof.
% 136.16/17.78  
% 136.16/17.78  **** run 174 fork 5 starts with strategy
% 136.16/17.78  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 137.98/17.99  
% 137.98/17.99  
% 137.98/17.99  fork 4: search terminated without proof.
% 137.98/18.00  
% 137.98/18.00  
% 137.98/18.00  fork 0: search terminated without proof.
% 137.98/18.05  
% 137.98/18.05  **** run 177 fork 0 starts with strategy
% 137.98/18.05  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 138.68/18.10  
% 138.68/18.10  **** run 173 fork 4 starts with strategy
% 138.68/18.10  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 139.18/18.19  
% 139.18/18.19  
% 139.18/18.19  fork 7: search terminated without proof.
% 139.88/18.24  
% 139.88/18.24  **** run 176 fork 7 starts with strategy
% 139.88/18.24  {"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}
% 141.38/18.51  
% 141.38/18.51  
% 141.38/18.51  fork 2: search terminated without proof.
% 141.89/18.58  
% 141.89/18.58  **** run 171 fork 2 starts with strategy
% 141.89/18.58  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 146.67/19.20  
% 146.67/19.20  
% 146.67/19.20  fork 1: search terminated without proof.
% 147.90/19.28  
% 147.90/19.28  **** run 178 fork 1 starts with strategy
% 147.90/19.28  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 168.19/21.85  
% 168.19/21.85  
% 168.19/21.85  fork 6: search terminated without proof.
% 168.19/21.91  
% 168.19/21.91  **** run 183 fork 6 starts with strategy
% 168.19/21.91  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 170.73/22.29  
% 170.73/22.29  
% 170.73/22.29  result: proof found
% 170.73/22.29  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 170.73/22.29  by run 177 fork 0 strategy {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 170.73/22.29  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 170.73/22.29  
% 170.73/22.29  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 170.73/22.29  
% 170.73/22.29  run 177 fork 0 statistics:
% 170.73/22.29  ----------------------------------
% 170.73/22.29  this run seconds: 3.574729
% 170.73/22.29  total seconds: 21.061163
% 170.73/22.29  stat_given_used: 1581
% 170.73/22.29  stat_given_used_at_endgame: 0
% 170.73/22.29  stat_given_candidates:   22510
% 170.73/22.29  stat_given_candidates_at_endgame: 0
% 170.73/22.29  stat_given_candidates_h: 0
% 170.73/22.29  stat_binres_derived_cl:   1
% 170.73/22.29  stat_binres_derived_cl_h: 0
% 170.73/22.29  stat_factor_derived_cl: 0
% 170.73/22.29  stat_para_derived_cl: 1297222
% 170.73/22.29  stat_tautologies_discarded: 0
% 170.73/22.29  stat_forward_subsumed: 839132
% 170.73/22.29  stat_derived_cut: 0
% 170.73/22.29  stat_derived_rewritten: 170
% 170.73/22.29  stat_weight_discarded_building: 0
% 170.73/22.29  stat_weight_discarded_cl: 49546
% 170.73/22.29  stat_internlimit_discarded_cl: 0
% 170.73/22.29  stat_simplified:  170 simplified 0 derived 0 given
% 170.73/22.29  stat_kept_cl: 356738
% 170.73/22.29  stat_built_cl: 409616
% 170.73/22.29  stat_hyperres_partial_cl: 0
% 170.73/22.29  stat_made_rewriters: 1563
% 170.73/22.29  stat_backward_subsumed: 0
% 170.73/22.29  stat_propagated_subsumed: 0
% 170.73/22.29  stat_clsubs_attempted:                    151601
% 170.73/22.29  stat_clsubs_fact_groundunit_found:             0
% 170.73/22.29  stat_clsubs_rule_groundunit_found:             1
% 170.73/22.29  stat_clsubs_top_meta_attempted:            1210018
% 170.73/22.29  stat_clsubs_top_meta_failed:               1058417
% 170.73/22.29  stat_clsubs_top_meta_nonpref_attempted:             1210018
% 170.73/22.29  stat_clsubs_top_meta_nonpref_succeeded:              491926
% 170.73/22.29  stat_clsubs_top_meta_pref_attempted:                 491926
% 170.73/22.29  stat_clsubs_top_meta_pref1_succeeded:                491926
% 170.73/22.29  stat_clsubs_top_meta_pref2_succeeded:                205418
% 170.73/22.29  stat_clsubs_top_meta_pref3_succeeded:                151601
% 170.73/22.29  stat_clsubs_top_meta_pref_succeeded:                 151601
% 170.73/22.29  stat_clsubs_meta_attempted:               151601
% 170.73/22.29  stat_clsubs_meta_failed:                    6424
% 170.73/22.29  stat_clsubs_predsymbs_attempted:               0
% 170.73/22.29  stat_clsubs_unit_attempted:               151601
% 170.73/22.29  stat_clsubs_full_attempted:                    0
% 170.73/22.29  stat_forwardsubs_attempted:              1245416
% 170.73/22.29  stat_lit_hash_added:                 356789
% 170.73/22.29  stat_lit_hash_computed:             1603938
% 170.73/22.29  stat_lit_hash_match_found:           839181
% 170.73/22.29  stat_lit_hash_match_miss:            814422
% 170.73/22.29  stat_lit_hash_cut_ok:                     0
% 170.73/22.29  stat_lit_strong_cut_ok:                   0
% 170.73/22.29  stat_lit_hash_subsume_ok:            839132
% 170.73/22.29  clqueue els 10000000 used 1
% 170.73/22.29  clactive els 10000000 used 1582
% 170.73/22.29  clactivesubsume els 10000000 used 9265
% 170.73/22.29  queue_termbuf els 200000000 used 27261943
% 170.73/22.29  hyper_termbuf els 100000000 used 1
% 170.73/22.29  active_termbuf els 100000000 used 68554
% 170.73/22.29  varstack els 5000 last used 1
% 170.73/22.29  given_termbuf els 10000000 last used 38
% 170.73/22.29  simplified_termbuf els 10000000 last used 1
% 170.73/22.29  derived_termbuf els 10000000 last used 3
% 170.73/22.29  wr_mallocs: 266912
% 170.73/22.29  wr_callocs: 19
% 170.73/22.29  wr_reallocs: 83260
% 170.73/22.29  wr_frees: 2
% 170.73/22.29  wr_malloc_bytes: 4175126292
% 170.73/22.29  wr_calloc_bytes: 96065504
% 170.73/22.29  wr_realloc_bytes: 14963616
% 170.73/22.29  wr_realloc_freebytes: 0
% 170.73/22.29  ----------------------------------
%------------------------------------------------------------------------------