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

View Problem - Process Solution

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

% Computer : n022.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 169.66s 22.15s
% Output   : CNFRefutation 169.66s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_composition_identity_6')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    composition(X,one) = X,
    inference(cnf_transformation,[],['$inc_composition_identity_6']) ).

cnf('2',plain,
    converse(converse(X)) = X,
    inference(cnf_transformation,[],['$inc_converse_idempotence_8']) ).

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

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

cnf('5',plain,
    converse(converse(X3)) = composition(converse(one),X3),
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    X = composition(converse(one),X),
    inference(simplify,[],['5','2']) ).

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

cnf('8',plain,
    join(complement(composition(one,X3)),complement(X3)) = complement(X3),
    inference(paramodulation,[],['6','7']) ).

cnf('9',plain,
    one = converse(one),
    inference(paramodulation,[],['6','1']) ).

cnf('10',plain,
    X = composition(one,X),
    inference(paramodulation,[],['9','6']) ).

cnf('11',plain,
    join(complement(X),complement(X)) = complement(X),
    inference(simplify,[],['8','10']) ).

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

cnf('13',plain,
    meet(X,X) = complement(complement(X)),
    inference(paramodulation,[],['11','12']) ).

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

cnf('15',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('16',plain,
    X = join(meet(X,Y),complement(join(complement(X),Y))),
    inference(simplify,[],['15','12']) ).

cnf('17',plain,
    X = join(meet(X,complement(Y)),meet(X,Y)),
    inference(paramodulation,[],['12','16']) ).

cnf('18',plain,
    X = join(zero,meet(X,X)),
    inference(paramodulation,[],['14','17']) ).

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

cnf('20',plain,
    X = join(meet(X,X),zero),
    inference(paramodulation,[],['18','19']) ).

cnf('21',plain,
    X = join(complement(complement(X)),zero),
    inference(paramodulation,[],['13','20']) ).

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

cnf('23',plain,
    meet(X3,complement(X3)) = complement(top),
    inference(paramodulation,[],['22','12']) ).

cnf('24',plain,
    zero = complement(top),
    inference(simplify,[],['23','14']) ).

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

cnf('26',plain,
    meet(complement(X),top) = complement(X),
    inference(paramodulation,[],['21','25']) ).

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

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

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

cnf('30',plain,
    join(complement(X3),X3) = join(top,complement(X3)),
    inference(paramodulation,[],['11','29']) ).

cnf('31',plain,
    top = join(complement(X),X),
    inference(paramodulation,[],['22','19']) ).

cnf('32',plain,
    top = join(top,complement(X)),
    inference(simplify,[],['30','31']) ).

cnf('33',plain,
    join(X,join(Y,complement(join(X,Y)))) = top,
    inference(paramodulation,[],['22','27']) ).

cnf('34',plain,
    join(X,top) = top,
    inference(paramodulation,[],['32','33']) ).

cnf('35',plain,
    X3 = join(meet(X3,top),complement(top)),
    inference(paramodulation,[],['34','16']) ).

cnf('36',plain,
    X = join(meet(X,top),zero),
    inference(simplify,[],['35','24']) ).

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

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

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

cnf('40',plain,
    converse(join(converse(X),Y)) = join(X,converse(Y)),
    inference(paramodulation,[],['2','39']) ).

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

cnf('42',plain,
    X3 = join(meet(X3,converse(complement(converse(complement(X3))))),complement(converse(top))),
    inference(paramodulation,[],['41','16']) ).

cnf('43',plain,
    join(join(X,complement(join(Y,X))),Y) = top,
    inference(paramodulation,[],['33','19']) ).

cnf('44',plain,
    join(top,X) = top,
    inference(paramodulation,[],['32','43']) ).

cnf('45',plain,
    converse(top) = top,
    inference(paramodulation,[],['44','41']) ).

cnf('46',plain,
    X = join(X,zero),
    inference(paramodulation,[],['38','21']) ).

cnf('47',plain,
    X = meet(X,converse(complement(converse(complement(X))))),
    inference(simplify,[then_simplify],['42','45','24','46']) ).

cnf('48',plain,
    join(complement(X),complement(Y)) = complement(meet(X,Y)),
    inference(paramodulation,[],['12','38']) ).

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

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

cnf('51',plain,
    meet(X,complement(Y)) = complement(join(complement(X),Y)),
    inference(paramodulation,[],['38','12']) ).

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

cnf('53',plain,
    meet(X,complement(join(Y,X))) = zero,
    inference(simplify,[then_simplify],['52','34','24']) ).

cnf('54',plain,
    X = join(meet(X,Y),meet(X,complement(Y))),
    inference(paramodulation,[],['17','19']) ).

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

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

cnf('57',plain,
    complement(X3) = meet(complement(X3),complement(meet(Y3,X3))),
    inference(paramodulation,[],['48','56']) ).

cnf('58',plain,
    meet(complement(X),complement(Y)) = complement(join(X,Y)),
    inference(paramodulation,[],['38','51']) ).

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

cnf('60',plain,
    join(X3,meet(Y3,X3)) = complement(complement(X3)),
    inference(paramodulation,[],['59','38']) ).

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

cnf('62',plain,
    join(complement(complement(X3)),complement(complement(X3))) = X3,
    inference(paramodulation,[],['38','11']) ).

cnf('63',plain,
    join(X,X) = X,
    inference(simplify,[then_simplify],['62','38','38']) ).

cnf('64',plain,
    join(X,Y) = join(join(X,Y),Y),
    inference(paramodulation,[],['63','27']) ).

cnf('65',plain,
    join(X,join(Y,X)) = join(Y,X),
    inference(paramodulation,[],['64','19']) ).

cnf('66',plain,
    meet(meet(X,Y),complement(X)) = zero,
    inference(paramodulation,[],['17','53']) ).

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

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

cnf('69',plain,
    meet(complement(join(X,Y)),Y) = zero,
    inference(paramodulation,[],['65','68']) ).

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

cnf('71',plain,
    meet(complement(converse(X)),converse(meet(Y,X))) = zero,
    inference(paramodulation,[],['61','70']) ).

cnf('72',plain,
    meet(complement(X),converse(meet(Y,converse(X)))) = zero,
    inference(paramodulation,[],['2','71']) ).

cnf('73',plain,
    meet(X,converse(meet(Y,converse(complement(X))))) = zero,
    inference(paramodulation,[],['38','72']) ).

cnf('74',plain,
    meet(converse(complement(X)),converse(X)) = zero,
    inference(paramodulation,[],['47','73']) ).

cnf('75',plain,
    meet(converse(complement(converse(X))),X) = zero,
    inference(paramodulation,[],['2','74']) ).

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

cnf('77',plain,
    join(meet(X,complement(Y)),join(meet(X,Y),Z)) = join(X,Z),
    inference(paramodulation,[],['17','27']) ).

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

cnf('79',plain,
    join(zero,X3) = join(converse(complement(converse(complement(X3)))),X3),
    inference(paramodulation,[],['75','78']) ).

cnf('80',plain,
    X = join(zero,complement(complement(X))),
    inference(paramodulation,[],['13','18']) ).

cnf('81',plain,
    X = join(zero,X),
    inference(paramodulation,[],['38','80']) ).

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

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

cnf('84',plain,
    converse(complement(X3)) = join(complement(converse(X3)),converse(complement(X3))),
    inference(paramodulation,[],['38','83']) ).

cnf('85',plain,
    complement(X) = meet(complement(X),converse(complement(converse(X)))),
    inference(paramodulation,[],['38','47']) ).

cnf('86',plain,
    converse(converse(X3)) = join(X3,converse(meet(Y3,converse(X3)))),
    inference(paramodulation,[],['61','40']) ).

cnf('87',plain,
    X = join(X,converse(meet(Y,converse(X)))),
    inference(simplify,[],['86','2']) ).

cnf('88',plain,
    complement(converse(X)) = join(complement(converse(X)),converse(complement(X))),
    inference(paramodulation,[],['85','87']) ).

cnf('89',plain,
    converse(complement(X)) = complement(converse(X)),
    inference(simplify,[],['84','88']) ).

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

cnf('91',plain,
    $false,
    inference(resolution,[],['89','90']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : REL004-2 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.14/0.34  % Computer : n022.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Fri Aug 25 19:14:40 EDT 2023
% 0.14/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:                    17
% 0.20/0.38  in_rule_clause_count:               17
% 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:               17
% 0.20/0.38  in_horn_clause_count:               17
% 0.20/0.38  in_pos_clause_count:                16
% 0.20/0.38  in_neg_clause_count:                 1
% 0.20/0.38  in_poseq_clause_count:              16
% 0.20/0.38  in_negeq_clause_count:               1
% 0.20/0.38  in_unitposeq_clause_count:          16
% 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:              7
% 0.20/0.38  in_min_size:               5
% 0.20/0.38  in_max_size:              33
% 0.20/0.38  in_min_vars:               0
% 0.20/0.38  in_max_vars:               3
% 0.20/0.38  in_extaxiom_count:                16
% 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.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"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  {"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 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 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.39  
% 0.20/0.39  **** run 8 fork 7 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 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 0: 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 4: 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 6: 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.52  
% 0.20/0.52  
% 0.20/0.52  fork 7: search terminated without proof.
% 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 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.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  {"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  {"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 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.54  
% 0.20/0.54  **** run 16 fork 7 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 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.66  
% 0.20/0.66  
% 0.20/0.66  fork 1: 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.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 6: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 7: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 2: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 0: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.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 23 fork 6 starts with strategy
% 0.20/0.68  {"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 24 fork 7 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 5: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  **** run 18 fork 1 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.69  
% 0.20/0.69  **** run 19 fork 2 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.71  
% 0.20/0.71  **** run 22 fork 5 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.72  
% 0.20/0.72  **** run 17 fork 0 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.18/0.81  
% 3.18/0.81  
% 3.18/0.81  fork 4: search terminated without proof.
% 3.18/0.81  
% 3.18/0.81  
% 3.18/0.81  fork 6: search terminated without proof.
% 3.18/0.81  
% 3.18/0.81  
% 3.18/0.81  fork 3: search terminated without proof.
% 3.18/0.82  
% 3.18/0.82  
% 3.18/0.82  fork 2: search terminated without proof.
% 3.18/0.83  
% 3.18/0.83  **** run 29 fork 4 starts with strategy
% 3.18/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.18/0.83  
% 3.18/0.83  **** run 31 fork 6 starts with strategy
% 3.18/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.18/0.83  
% 3.18/0.83  **** run 28 fork 3 starts with strategy
% 3.18/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.18/0.83  
% 3.18/0.83  
% 3.18/0.83  fork 7: search terminated without proof.
% 3.18/0.84  
% 3.18/0.84  
% 3.18/0.84  fork 1: search terminated without proof.
% 3.18/0.85  
% 3.18/0.85  **** run 27 fork 2 starts with strategy
% 3.18/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.18/0.85  
% 3.18/0.85  
% 3.18/0.85  fork 5: search terminated without proof.
% 3.18/0.85  
% 3.18/0.85  **** run 32 fork 7 starts with strategy
% 3.18/0.85  {"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.18/0.86  
% 3.18/0.86  **** run 26 fork 1 starts with strategy
% 3.18/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.18/0.86  
% 3.18/0.86  
% 3.18/0.86  fork 0: search terminated without proof.
% 3.18/0.87  
% 3.18/0.87  **** run 30 fork 5 starts with strategy
% 3.18/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.93/0.89  
% 3.93/0.89  **** run 25 fork 0 starts with strategy
% 3.93/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 4.21/0.95  
% 4.21/0.95  
% 4.21/0.95  fork 4: search terminated without proof.
% 4.21/0.95  
% 4.21/0.95  
% 4.21/0.95  fork 6: search terminated without proof.
% 4.21/0.95  
% 4.21/0.95  
% 4.21/0.95  fork 3: search terminated without proof.
% 4.21/0.97  
% 4.21/0.97  
% 4.21/0.97  fork 2: search terminated without proof.
% 4.21/0.97  
% 4.21/0.97  **** run 37 fork 4 starts with strategy
% 4.21/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.21/0.97  
% 4.21/0.97  **** run 39 fork 6 starts with strategy
% 4.21/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.21/0.97  
% 4.21/0.97  **** run 36 fork 3 starts with strategy
% 4.21/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.21/0.98  
% 4.21/0.98  
% 4.21/0.98  fork 7: search terminated without proof.
% 4.21/0.98  
% 4.21/0.98  
% 4.21/0.98  fork 1: search terminated without proof.
% 4.21/0.99  
% 4.21/0.99  
% 4.21/0.99  fork 5: search terminated without proof.
% 4.21/0.99  
% 4.21/0.99  **** run 35 fork 2 starts with strategy
% 4.21/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.21/1.00  
% 4.21/1.00  **** run 40 fork 7 starts with strategy
% 4.21/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.91/1.01  
% 4.91/1.01  **** run 34 fork 1 starts with strategy
% 4.91/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.91/1.01  
% 4.91/1.01  
% 4.91/1.01  fork 0: search terminated without proof.
% 4.91/1.01  
% 4.91/1.01  **** run 38 fork 5 starts with strategy
% 4.91/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.91/1.03  
% 4.91/1.03  **** run 33 fork 0 starts with strategy
% 4.91/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.56/1.09  
% 5.56/1.09  
% 5.56/1.09  fork 4: search terminated without proof.
% 5.56/1.09  
% 5.56/1.09  
% 5.56/1.09  fork 6: search terminated without proof.
% 5.56/1.09  
% 5.56/1.09  
% 5.56/1.09  fork 3: search terminated without proof.
% 5.56/1.11  
% 5.56/1.11  **** run 47 fork 6 starts with strategy
% 5.56/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.56/1.11  
% 5.56/1.11  **** run 45 fork 4 starts with strategy
% 5.56/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.56/1.11  
% 5.56/1.11  **** run 44 fork 3 starts with strategy
% 5.56/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.56/1.12  
% 5.56/1.12  
% 5.56/1.12  fork 2: search terminated without proof.
% 5.56/1.12  
% 5.56/1.12  
% 5.56/1.12  fork 7: search terminated without proof.
% 5.56/1.13  
% 5.56/1.13  
% 5.56/1.13  fork 1: search terminated without proof.
% 5.56/1.13  
% 5.56/1.13  
% 5.56/1.13  fork 5: search terminated without proof.
% 5.56/1.14  
% 5.56/1.14  **** run 48 fork 7 starts with strategy
% 5.56/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.56/1.14  
% 5.56/1.14  **** run 43 fork 2 starts with strategy
% 5.56/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.56/1.15  
% 5.56/1.15  **** run 42 fork 1 starts with strategy
% 5.56/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.56/1.15  
% 5.56/1.15  **** run 46 fork 5 starts with strategy
% 5.56/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.56/1.16  
% 5.56/1.16  
% 5.56/1.16  fork 0: search terminated without proof.
% 5.56/1.18  
% 5.56/1.18  **** run 41 fork 0 starts with strategy
% 5.56/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.56/1.18  
% 5.56/1.18  fork 5: search finished without proof.
% 6.43/1.20  
% 6.43/1.20  **** run 54 fork 5 starts with strategy
% 6.43/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.56/1.23  
% 6.56/1.23  
% 6.56/1.23  fork 6: search terminated without proof.
% 6.56/1.23  
% 6.56/1.23  
% 6.56/1.23  fork 4: search terminated without proof.
% 6.56/1.25  
% 6.56/1.25  **** run 55 fork 6 starts with strategy
% 6.56/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.56/1.25  
% 6.56/1.25  
% 6.56/1.25  fork 3: search terminated without proof.
% 6.56/1.26  
% 6.56/1.26  
% 6.56/1.26  fork 7: search terminated without proof.
% 6.56/1.26  
% 6.56/1.26  **** run 53 fork 4 starts with strategy
% 6.56/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.56/1.27  
% 6.56/1.27  
% 6.56/1.27  fork 2: search terminated without proof.
% 6.56/1.27  
% 6.56/1.27  **** run 52 fork 3 starts with strategy
% 6.56/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.56/1.28  
% 6.56/1.28  **** run 56 fork 7 starts with strategy
% 6.56/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.56/1.29  
% 6.56/1.29  **** run 51 fork 2 starts with strategy
% 6.56/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.56/1.31  
% 6.56/1.31  
% 6.56/1.31  fork 0: search terminated without proof.
% 6.56/1.32  
% 6.56/1.32  
% 6.56/1.32  fork 5: search terminated without proof.
% 6.56/1.33  
% 6.56/1.33  **** run 49 fork 0 starts with strategy
% 6.56/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.56/1.34  
% 6.56/1.34  **** run 62 fork 5 starts with strategy
% 6.56/1.34  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.27/1.34  
% 7.27/1.34  
% 7.27/1.34  fork 1: search terminated without proof.
% 7.27/1.36  
% 7.27/1.36  **** run 50 fork 1 starts with strategy
% 7.27/1.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.27/1.37  
% 7.27/1.37  
% 7.27/1.37  fork 6: search terminated without proof.
% 7.27/1.39  
% 7.27/1.39  **** run 63 fork 6 starts with strategy
% 7.27/1.39  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.27/1.39  
% 7.27/1.39  
% 7.27/1.39  fork 3: search terminated without proof.
% 7.27/1.39  
% 7.27/1.39  
% 7.27/1.39  fork 4: search terminated without proof.
% 7.27/1.40  
% 7.27/1.40  
% 7.27/1.40  fork 7: search terminated without proof.
% 7.27/1.41  
% 7.27/1.41  
% 7.27/1.41  fork 2: search terminated without proof.
% 7.27/1.41  
% 7.27/1.41  **** run 60 fork 3 starts with strategy
% 7.27/1.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.27/1.42  
% 7.27/1.42  **** run 61 fork 4 starts with strategy
% 7.27/1.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.27/1.42  
% 7.27/1.42  **** run 64 fork 7 starts with strategy
% 7.27/1.42  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.22/1.43  
% 8.22/1.43  **** run 59 fork 2 starts with strategy
% 8.22/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 8.22/1.45  
% 8.22/1.45  
% 8.22/1.45  fork 0: search terminated without proof.
% 8.22/1.46  
% 8.22/1.46  
% 8.22/1.46  fork 5: search terminated without proof.
% 8.22/1.47  
% 8.22/1.47  **** run 57 fork 0 starts with strategy
% 8.22/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.22/1.48  
% 8.22/1.48  **** run 70 fork 5 starts with strategy
% 8.22/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.22/1.48  
% 8.22/1.48  
% 8.22/1.48  fork 1: search terminated without proof.
% 8.22/1.51  
% 8.22/1.51  **** run 58 fork 1 starts with strategy
% 8.22/1.51  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.22/1.51  
% 8.22/1.51  
% 8.22/1.51  fork 6: search terminated without proof.
% 8.90/1.53  
% 8.90/1.53  **** run 71 fork 6 starts with strategy
% 8.90/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 8.90/1.54  
% 8.90/1.54  
% 8.90/1.54  fork 3: search terminated without proof.
% 8.90/1.54  
% 8.90/1.54  
% 8.90/1.54  fork 4: search terminated without proof.
% 8.90/1.54  
% 8.90/1.54  
% 8.90/1.54  fork 7: search terminated without proof.
% 8.90/1.55  
% 8.90/1.55  
% 8.90/1.55  fork 2: search terminated without proof.
% 8.90/1.55  
% 8.90/1.55  **** run 68 fork 3 starts with strategy
% 8.90/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 8.90/1.56  
% 8.90/1.56  **** run 69 fork 4 starts with strategy
% 8.90/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.90/1.56  
% 8.90/1.56  **** run 72 fork 7 starts with strategy
% 8.90/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 8.90/1.57  
% 8.90/1.57  **** run 67 fork 2 starts with strategy
% 8.90/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 9.42/1.59  
% 9.42/1.59  
% 9.42/1.59  fork 0: search terminated without proof.
% 9.42/1.61  
% 9.42/1.61  **** run 65 fork 0 starts with strategy
% 9.42/1.61  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.42/1.61  
% 9.42/1.61  
% 9.42/1.61  fork 5: search terminated without proof.
% 9.42/1.63  
% 9.42/1.63  
% 9.42/1.63  fork 1: search terminated without proof.
% 9.42/1.63  
% 9.42/1.63  **** run 78 fork 5 starts with strategy
% 9.42/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.42/1.65  
% 9.42/1.65  **** run 66 fork 1 starts with strategy
% 9.42/1.65  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.42/1.66  
% 9.42/1.66  
% 9.42/1.66  fork 6: search terminated without proof.
% 10.08/1.67  
% 10.08/1.67  **** run 79 fork 6 starts with strategy
% 10.08/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.23/1.68  
% 10.23/1.68  
% 10.23/1.68  fork 3: search terminated without proof.
% 10.23/1.69  
% 10.23/1.69  
% 10.23/1.69  fork 4: search terminated without proof.
% 10.23/1.69  
% 10.23/1.69  
% 10.23/1.69  fork 7: search terminated without proof.
% 10.23/1.70  
% 10.23/1.70  
% 10.23/1.70  fork 2: search terminated without proof.
% 10.23/1.70  
% 10.23/1.70  **** run 76 fork 3 starts with strategy
% 10.23/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.23/1.71  
% 10.23/1.71  **** run 77 fork 4 starts with strategy
% 10.23/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.23/1.71  
% 10.23/1.71  **** run 80 fork 7 starts with strategy
% 10.23/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.51/1.72  
% 10.51/1.72  **** run 75 fork 2 starts with strategy
% 10.51/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 10.51/1.73  
% 10.51/1.73  
% 10.51/1.73  fork 0: search terminated without proof.
% 10.62/1.75  
% 10.62/1.75  **** run 73 fork 0 starts with strategy
% 10.62/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.62/1.76  
% 10.62/1.76  
% 10.62/1.76  fork 5: search terminated without proof.
% 10.62/1.77  
% 10.62/1.77  
% 10.62/1.77  fork 1: search terminated without proof.
% 10.62/1.78  
% 10.62/1.78  **** run 86 fork 5 starts with strategy
% 10.62/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.62/1.80  
% 10.62/1.80  **** run 74 fork 1 starts with strategy
% 10.62/1.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.62/1.80  
% 10.62/1.80  
% 10.62/1.80  fork 6: search terminated without proof.
% 11.26/1.82  
% 11.26/1.82  **** run 87 fork 6 starts with strategy
% 11.26/1.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.26/1.83  
% 11.26/1.83  
% 11.26/1.83  fork 3: search terminated without proof.
% 11.26/1.83  
% 11.26/1.83  
% 11.26/1.83  fork 4: search terminated without proof.
% 11.26/1.84  
% 11.26/1.84  
% 11.26/1.84  fork 7: search terminated without proof.
% 11.26/1.85  
% 11.26/1.85  **** run 84 fork 3 starts with strategy
% 11.26/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.26/1.85  
% 11.26/1.85  
% 11.26/1.85  fork 2: search terminated without proof.
% 11.26/1.85  
% 11.26/1.85  **** run 85 fork 4 starts with strategy
% 11.26/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.26/1.85  
% 11.26/1.85  **** run 88 fork 7 starts with strategy
% 11.26/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.26/1.87  
% 11.26/1.87  
% 11.26/1.87  fork 0: search terminated without proof.
% 11.26/1.88  
% 11.26/1.88  **** run 83 fork 2 starts with strategy
% 11.26/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.79/1.89  
% 11.79/1.89  **** run 81 fork 0 starts with strategy
% 11.79/1.89  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.79/1.93  
% 11.79/1.93  
% 11.79/1.93  fork 1: search terminated without proof.
% 11.79/1.94  
% 11.79/1.94  **** run 82 fork 1 starts with strategy
% 11.79/1.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.47/2.02  
% 12.47/2.02  
% 12.47/2.02  fork 0: search terminated without proof.
% 12.47/2.04  
% 12.47/2.04  **** run 89 fork 0 starts with strategy
% 12.47/2.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.66/2.80  
% 18.66/2.80  
% 18.66/2.80  fork 5: search terminated without proof.
% 18.66/2.85  
% 18.66/2.85  
% 18.66/2.85  fork 6: search terminated without proof.
% 18.66/2.85  
% 18.66/2.85  **** run 94 fork 5 starts with strategy
% 18.66/2.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.31/2.87  
% 19.31/2.87  
% 19.31/2.87  fork 3: search terminated without proof.
% 19.42/2.90  
% 19.42/2.90  
% 19.42/2.90  fork 2: search terminated without proof.
% 19.42/2.91  
% 19.42/2.91  **** run 95 fork 6 starts with strategy
% 19.42/2.91  {"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}
% 19.73/2.91  
% 19.73/2.91  
% 19.73/2.91  fork 4: search terminated without proof.
% 19.89/2.94  
% 19.89/2.94  **** run 92 fork 3 starts with strategy
% 19.89/2.94  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 19.89/2.95  
% 19.89/2.95  **** run 91 fork 2 starts with strategy
% 19.89/2.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 19.89/2.95  
% 19.89/2.95  
% 19.89/2.95  fork 7: search terminated without proof.
% 19.89/2.98  
% 19.89/2.98  **** run 93 fork 4 starts with strategy
% 19.89/2.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 19.89/3.02  
% 19.89/3.02  **** run 96 fork 7 starts with strategy
% 19.89/3.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 21.05/3.11  
% 21.05/3.11  
% 21.05/3.11  fork 1: search terminated without proof.
% 21.05/3.14  
% 21.05/3.14  
% 21.05/3.14  fork 0: search terminated without proof.
% 21.70/3.16  
% 21.70/3.16  **** run 90 fork 1 starts with strategy
% 21.70/3.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 21.83/3.20  
% 21.83/3.20  **** run 97 fork 0 starts with strategy
% 21.83/3.20  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 27.13/3.87  
% 27.13/3.87  
% 27.13/3.87  fork 5: search terminated without proof.
% 27.66/3.93  
% 27.66/3.93  
% 27.66/3.93  fork 6: search terminated without proof.
% 27.66/3.93  
% 27.66/3.93  **** run 102 fork 5 starts with strategy
% 27.66/3.93  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.66/3.97  
% 27.66/3.97  
% 27.66/3.97  fork 3: search terminated without proof.
% 27.66/3.99  
% 27.66/3.99  **** run 103 fork 6 starts with strategy
% 27.66/3.99  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 27.66/4.03  
% 27.66/4.03  **** run 100 fork 3 starts with strategy
% 27.66/4.03  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 27.66/4.05  
% 27.66/4.05  
% 27.66/4.05  fork 2: search terminated without proof.
% 27.66/4.07  
% 27.66/4.07  
% 27.66/4.07  fork 7: search terminated without proof.
% 28.61/4.11  
% 28.61/4.11  
% 28.61/4.11  fork 4: search terminated without proof.
% 28.61/4.13  
% 28.61/4.13  **** run 99 fork 2 starts with strategy
% 28.61/4.13  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.61/4.13  
% 28.61/4.13  **** run 104 fork 7 starts with strategy
% 28.61/4.13  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 29.44/4.17  
% 29.44/4.17  **** run 101 fork 4 starts with strategy
% 29.44/4.17  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 29.44/4.18  
% 29.44/4.18  
% 29.44/4.18  fork 1: search terminated without proof.
% 29.97/4.24  
% 29.97/4.24  **** run 98 fork 1 starts with strategy
% 29.97/4.24  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 29.97/4.26  
% 29.97/4.26  
% 29.97/4.26  fork 0: search terminated without proof.
% 29.97/4.32  
% 29.97/4.32  **** run 105 fork 0 starts with strategy
% 29.97/4.32  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 35.39/4.95  
% 35.39/4.95  
% 35.39/4.95  fork 5: search terminated without proof.
% 35.96/5.01  
% 35.96/5.01  **** run 110 fork 5 starts with strategy
% 35.96/5.01  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 35.96/5.07  
% 35.96/5.07  
% 35.96/5.07  fork 6: search terminated without proof.
% 36.55/5.09  
% 36.55/5.09  
% 36.55/5.09  fork 3: search terminated without proof.
% 36.55/5.11  
% 36.55/5.11  **** run 111 fork 6 starts with strategy
% 36.55/5.11  {"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.55/5.15  
% 36.55/5.15  **** run 108 fork 3 starts with strategy
% 36.55/5.15  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 36.55/5.15  
% 36.55/5.15  
% 36.55/5.15  fork 7: search terminated without proof.
% 36.55/5.17  
% 36.55/5.17  
% 36.55/5.17  fork 2: search terminated without proof.
% 37.54/5.20  
% 37.54/5.20  
% 37.54/5.20  fork 4: search terminated without proof.
% 37.54/5.21  
% 37.54/5.21  **** run 112 fork 7 starts with strategy
% 37.54/5.21  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 37.77/5.23  
% 37.77/5.23  **** run 107 fork 2 starts with strategy
% 37.77/5.23  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 37.77/5.26  
% 37.77/5.26  
% 37.77/5.26  fork 1: search terminated without proof.
% 37.77/5.27  
% 37.77/5.27  **** run 109 fork 4 starts with strategy
% 37.77/5.27  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 38.37/5.32  
% 38.37/5.32  **** run 106 fork 1 starts with strategy
% 38.37/5.32  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 38.96/5.38  
% 38.96/5.38  
% 38.96/5.38  fork 0: search terminated without proof.
% 38.96/5.43  
% 38.96/5.43  **** run 113 fork 0 starts with strategy
% 38.96/5.43  {"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}
% 44.06/6.03  
% 44.06/6.03  
% 44.06/6.03  fork 5: search terminated without proof.
% 44.13/6.07  
% 44.13/6.07  **** run 118 fork 5 starts with strategy
% 44.13/6.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.13/6.13  
% 44.13/6.13  
% 44.13/6.13  fork 6: search terminated without proof.
% 44.13/6.19  
% 44.13/6.19  **** run 119 fork 6 starts with strategy
% 44.13/6.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 44.13/6.24  
% 44.13/6.24  
% 44.13/6.24  fork 7: search terminated without proof.
% 45.42/6.26  
% 45.42/6.26  
% 45.42/6.26  fork 3: search terminated without proof.
% 45.42/6.29  
% 45.42/6.29  
% 45.42/6.29  fork 4: search terminated without proof.
% 45.42/6.29  
% 45.42/6.29  **** run 120 fork 7 starts with strategy
% 45.42/6.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 45.42/6.29  
% 45.42/6.29  
% 45.42/6.29  fork 2: search terminated without proof.
% 46.26/6.32  
% 46.26/6.32  **** run 116 fork 3 starts with strategy
% 46.26/6.32  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.26/6.34  
% 46.26/6.34  
% 46.26/6.34  fork 1: search terminated without proof.
% 46.26/6.34  
% 46.26/6.34  **** run 117 fork 4 starts with strategy
% 46.26/6.34  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 46.26/6.35  
% 46.26/6.35  **** run 115 fork 2 starts with strategy
% 46.26/6.35  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 46.26/6.39  
% 46.26/6.39  **** run 114 fork 1 starts with strategy
% 46.26/6.39  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 47.63/6.56  
% 47.63/6.56  
% 47.63/6.56  fork 0: search terminated without proof.
% 48.65/6.64  
% 48.65/6.64  **** run 121 fork 0 starts with strategy
% 48.65/6.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 52.10/7.10  
% 52.10/7.10  
% 52.10/7.10  fork 5: search terminated without proof.
% 52.68/7.15  
% 52.68/7.15  **** run 126 fork 5 starts with strategy
% 52.68/7.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 53.85/7.29  
% 53.85/7.29  
% 53.85/7.29  fork 6: search terminated without proof.
% 53.85/7.31  
% 53.85/7.31  
% 53.85/7.31  fork 7: search terminated without proof.
% 53.85/7.33  
% 53.85/7.33  **** run 127 fork 6 starts with strategy
% 53.85/7.33  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 53.85/7.34  
% 53.85/7.34  
% 53.85/7.34  fork 3: search terminated without proof.
% 54.40/7.36  
% 54.40/7.36  fork 6: search finished without proof.
% 54.40/7.36  
% 54.40/7.36  
% 54.40/7.36  fork 4: search terminated without proof.
% 54.48/7.37  
% 54.48/7.37  **** run 128 fork 7 starts with strategy
% 54.48/7.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 54.48/7.37  
% 54.48/7.37  
% 54.48/7.37  fork 2: search terminated without proof.
% 54.48/7.38  
% 54.48/7.38  **** run 135 fork 6 starts with strategy
% 54.48/7.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 54.83/7.41  
% 54.83/7.41  
% 54.83/7.41  fork 1: search terminated without proof.
% 54.83/7.41  
% 54.83/7.41  **** run 124 fork 3 starts with strategy
% 54.83/7.41  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 54.83/7.42  
% 54.83/7.42  **** run 125 fork 4 starts with strategy
% 54.83/7.42  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 54.83/7.43  
% 54.83/7.43  **** run 123 fork 2 starts with strategy
% 54.83/7.43  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 55.08/7.46  
% 55.08/7.46  **** run 122 fork 1 starts with strategy
% 55.08/7.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 57.69/7.80  
% 57.69/7.80  
% 57.69/7.80  fork 0: search terminated without proof.
% 57.69/7.86  
% 57.69/7.86  **** run 129 fork 0 starts with strategy
% 57.69/7.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 60.81/8.23  
% 60.81/8.23  
% 60.81/8.23  fork 5: search terminated without proof.
% 60.81/8.29  
% 60.81/8.29  **** run 134 fork 5 starts with strategy
% 60.81/8.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 62.26/8.41  
% 62.26/8.41  
% 62.26/8.41  fork 7: search terminated without proof.
% 62.26/8.44  
% 62.26/8.44  **** run 136 fork 7 starts with strategy
% 62.26/8.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 62.26/8.44  
% 62.26/8.44  
% 62.26/8.44  fork 6: search terminated without proof.
% 62.26/8.46  
% 62.26/8.46  
% 62.26/8.46  fork 4: search terminated without proof.
% 62.26/8.46  
% 62.26/8.46  
% 62.26/8.46  fork 2: search terminated without proof.
% 63.16/8.49  
% 63.16/8.49  **** run 143 fork 6 starts with strategy
% 63.16/8.49  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 63.16/8.50  
% 63.16/8.50  
% 63.16/8.50  fork 3: search terminated without proof.
% 63.16/8.51  
% 63.16/8.51  
% 63.16/8.51  fork 1: search terminated without proof.
% 63.16/8.51  
% 63.16/8.51  **** run 133 fork 4 starts with strategy
% 63.16/8.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 63.16/8.51  
% 63.16/8.51  **** run 131 fork 2 starts with strategy
% 63.16/8.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 63.48/8.55  
% 63.48/8.55  **** run 132 fork 3 starts with strategy
% 63.48/8.55  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 63.48/8.57  
% 63.48/8.57  **** run 130 fork 1 starts with strategy
% 63.48/8.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 65.78/8.91  
% 65.78/8.91  
% 65.78/8.91  fork 0: search terminated without proof.
% 66.31/8.95  
% 66.31/8.95  fork 3: search finished without proof.
% 66.31/8.96  
% 66.31/8.96  **** run 137 fork 0 starts with strategy
% 66.31/8.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 66.31/8.98  
% 66.31/8.98  **** run 140 fork 3 starts with strategy
% 66.31/8.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 69.56/9.35  
% 69.56/9.35  
% 69.56/9.35  fork 5: search terminated without proof.
% 70.12/9.41  
% 70.12/9.41  **** run 142 fork 5 starts with strategy
% 70.12/9.41  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 70.12/9.46  
% 70.12/9.46  
% 70.12/9.46  fork 7: search terminated without proof.
% 70.85/9.51  
% 70.85/9.51  **** run 144 fork 7 starts with strategy
% 70.85/9.51  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 70.85/9.54  
% 70.85/9.54  
% 70.85/9.54  fork 2: search terminated without proof.
% 70.85/9.54  
% 70.85/9.54  
% 70.85/9.54  fork 4: search terminated without proof.
% 70.85/9.57  
% 70.85/9.57  
% 70.85/9.57  fork 6: search terminated without proof.
% 70.85/9.58  
% 70.85/9.58  **** run 141 fork 4 starts with strategy
% 70.85/9.58  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 70.85/9.59  
% 70.85/9.59  **** run 139 fork 2 starts with strategy
% 70.85/9.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 70.85/9.61  
% 70.85/9.61  
% 70.85/9.61  fork 1: search terminated without proof.
% 70.85/9.62  
% 70.85/9.62  **** run 151 fork 6 starts with strategy
% 70.85/9.62  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 70.85/9.65  
% 70.85/9.65  **** run 138 fork 1 starts with strategy
% 70.85/9.65  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 74.71/10.03  
% 74.71/10.03  
% 74.71/10.03  fork 0: search terminated without proof.
% 75.40/10.08  
% 75.40/10.08  
% 75.40/10.08  fork 3: search terminated without proof.
% 75.51/10.09  
% 75.51/10.09  **** run 145 fork 0 starts with strategy
% 75.51/10.09  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 75.71/10.17  
% 75.71/10.17  **** run 148 fork 3 starts with strategy
% 75.71/10.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 78.14/10.45  
% 78.14/10.45  
% 78.14/10.45  fork 5: search terminated without proof.
% 78.46/10.49  
% 78.46/10.49  **** run 150 fork 5 starts with strategy
% 78.46/10.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 79.16/10.61  
% 79.16/10.61  
% 79.16/10.61  fork 2: search terminated without proof.
% 79.61/10.65  
% 79.61/10.65  
% 79.61/10.65  fork 6: search terminated without proof.
% 79.89/10.66  
% 79.89/10.66  
% 79.89/10.66  fork 7: search terminated without proof.
% 79.89/10.66  
% 79.89/10.66  **** run 147 fork 2 starts with strategy
% 79.89/10.66  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 79.89/10.68  
% 79.89/10.68  
% 79.89/10.68  fork 1: search terminated without proof.
% 79.89/10.68  
% 79.89/10.68  
% 79.89/10.68  fork 4: search terminated without proof.
% 79.89/10.70  
% 79.89/10.70  **** run 159 fork 6 starts with strategy
% 79.89/10.70  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 79.89/10.71  
% 79.89/10.71  **** run 152 fork 7 starts with strategy
% 79.89/10.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 79.89/10.72  
% 79.89/10.72  **** run 149 fork 4 starts with strategy
% 79.89/10.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 80.51/10.74  
% 80.51/10.74  **** run 146 fork 1 starts with strategy
% 80.51/10.74  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 83.06/11.11  
% 83.06/11.11  
% 83.06/11.11  fork 0: search terminated without proof.
% 83.55/11.14  
% 83.55/11.14  **** run 153 fork 0 starts with strategy
% 83.55/11.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 83.79/11.21  
% 83.79/11.21  
% 83.79/11.21  fork 3: search terminated without proof.
% 84.33/11.25  
% 84.33/11.25  **** run 156 fork 3 starts with strategy
% 84.33/11.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 86.20/11.55  
% 86.20/11.55  
% 86.20/11.55  fork 5: search terminated without proof.
% 86.20/11.60  
% 86.20/11.60  **** run 158 fork 5 starts with strategy
% 86.20/11.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 86.20/11.68  
% 86.20/11.68  
% 86.20/11.68  fork 2: search terminated without proof.
% 87.61/11.71  
% 87.61/11.71  **** run 155 fork 2 starts with strategy
% 87.61/11.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 87.61/11.73  
% 87.61/11.73  
% 87.61/11.73  fork 6: search terminated without proof.
% 88.27/11.77  
% 88.27/11.77  **** run 167 fork 6 starts with strategy
% 88.27/11.77  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 88.27/11.79  
% 88.27/11.79  
% 88.27/11.79  fork 1: search terminated without proof.
% 88.27/11.79  
% 88.27/11.79  
% 88.27/11.79  fork 4: search terminated without proof.
% 88.85/11.83  
% 88.85/11.83  **** run 154 fork 1 starts with strategy
% 88.85/11.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 88.85/11.83  
% 88.85/11.83  **** run 157 fork 4 starts with strategy
% 88.85/11.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 89.32/11.91  
% 89.32/11.91  
% 89.32/11.91  fork 7: search terminated without proof.
% 90.02/11.96  
% 90.02/11.96  **** run 160 fork 7 starts with strategy
% 90.02/11.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 91.72/12.19  
% 91.72/12.19  
% 91.72/12.19  fork 0: search terminated without proof.
% 91.72/12.23  
% 91.72/12.23  **** run 161 fork 0 starts with strategy
% 91.72/12.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 92.41/12.28  
% 92.41/12.28  
% 92.41/12.28  fork 3: search terminated without proof.
% 92.41/12.33  
% 92.41/12.33  **** run 164 fork 3 starts with strategy
% 92.41/12.33  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 94.76/12.63  
% 94.76/12.63  
% 94.76/12.63  fork 5: search terminated without proof.
% 95.46/12.67  
% 95.46/12.67  **** run 166 fork 5 starts with strategy
% 95.46/12.67  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 96.20/12.75  
% 96.20/12.75  
% 96.20/12.75  fork 2: search terminated without proof.
% 96.20/12.79  
% 96.20/12.79  **** run 163 fork 2 starts with strategy
% 96.20/12.79  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 96.70/12.86  
% 96.70/12.86  
% 96.70/12.86  fork 4: search terminated without proof.
% 97.15/12.90  
% 97.15/12.90  **** run 165 fork 4 starts with strategy
% 97.15/12.90  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 97.15/12.91  
% 97.15/12.91  
% 97.15/12.91  fork 1: search terminated without proof.
% 97.15/12.96  
% 97.15/12.96  **** run 162 fork 1 starts with strategy
% 97.15/12.96  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 97.15/13.02  
% 97.15/13.02  
% 97.15/13.02  fork 7: search terminated without proof.
% 98.30/13.06  
% 98.30/13.06  **** run 168 fork 7 starts with strategy
% 98.30/13.06  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 100.06/13.28  
% 100.06/13.28  
% 100.06/13.28  fork 0: search terminated without proof.
% 100.48/13.33  
% 100.48/13.33  **** run 169 fork 0 starts with strategy
% 100.48/13.33  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 106.40/14.06  
% 106.40/14.06  
% 106.40/14.06  fork 1: search terminated without proof.
% 106.40/14.10  
% 106.40/14.10  **** run 170 fork 1 starts with strategy
% 106.40/14.10  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 128.82/16.97  
% 128.82/16.97  
% 128.82/16.97  fork 6: search terminated without proof.
% 128.82/17.05  
% 128.82/17.05  **** run 175 fork 6 starts with strategy
% 128.82/17.05  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 131.77/17.36  
% 131.77/17.36  
% 131.77/17.36  fork 3: search terminated without proof.
% 132.36/17.43  
% 132.36/17.43  **** run 172 fork 3 starts with strategy
% 132.36/17.43  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 135.47/17.80  
% 135.47/17.80  
% 135.47/17.80  fork 5: search terminated without proof.
% 135.47/17.86  
% 135.47/17.86  **** run 174 fork 5 starts with strategy
% 135.47/17.86  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 136.51/17.99  
% 136.51/17.99  
% 136.51/17.99  fork 2: search terminated without proof.
% 137.27/18.04  
% 137.27/18.04  **** run 171 fork 2 starts with strategy
% 137.27/18.04  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 137.85/18.16  
% 137.85/18.16  
% 137.85/18.16  fork 4: search terminated without proof.
% 138.54/18.20  
% 138.54/18.20  
% 138.54/18.20  fork 7: search terminated without proof.
% 138.72/18.24  
% 138.72/18.24  **** run 173 fork 4 starts with strategy
% 138.72/18.24  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 138.72/18.25  
% 138.72/18.25  **** run 176 fork 7 starts with strategy
% 138.72/18.25  {"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}
% 140.51/18.47  
% 140.51/18.47  
% 140.51/18.47  fork 0: search terminated without proof.
% 141.10/18.53  
% 141.10/18.53  **** run 177 fork 0 starts with strategy
% 141.10/18.53  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 146.19/19.17  
% 146.19/19.17  
% 146.19/19.17  fork 1: search terminated without proof.
% 146.62/19.22  
% 146.62/19.22  **** run 178 fork 1 starts with strategy
% 146.62/19.22  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 169.66/22.15  
% 169.66/22.15  
% 169.66/22.15  result: proof found
% 169.66/22.15  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 169.66/22.15  by run 172 fork 3 strategy {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 169.66/22.15  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 169.66/22.15  
% 169.66/22.15  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 169.66/22.15  
% 169.66/22.15  run 172 fork 3 statistics:
% 169.66/22.15  ----------------------------------
% 169.66/22.15  this run seconds: 4.697818
% 169.66/22.15  total seconds: 21.341919
% 169.66/22.15  stat_given_used: 1794
% 169.66/22.15  stat_given_used_at_endgame: 1628
% 169.66/22.15  stat_given_candidates:   24871
% 169.66/22.15  stat_given_candidates_at_endgame: 23385
% 169.66/22.15  stat_given_candidates_h: 0
% 169.66/22.15  stat_binres_derived_cl:   1
% 169.66/22.15  stat_binres_derived_cl_h: 0
% 169.66/22.15  stat_factor_derived_cl: 0
% 169.66/22.15  stat_para_derived_cl: 1211621
% 169.66/22.15  stat_tautologies_discarded: 0
% 169.66/22.15  stat_forward_subsumed: 566380
% 169.66/22.15  stat_derived_cut: 0
% 169.66/22.15  stat_derived_rewritten: 425
% 169.66/22.15  stat_weight_discarded_building: 0
% 169.66/22.15  stat_weight_discarded_cl: 214027
% 169.66/22.15  stat_internlimit_discarded_cl: 0
% 169.66/22.15  stat_simplified:  425 simplified 0 derived 0 given
% 169.66/22.15  stat_kept_cl: 395395
% 169.66/22.15  stat_built_cl: 613435
% 169.66/22.15  stat_hyperres_partial_cl: 0
% 169.66/22.15  stat_made_rewriters: 1590
% 169.66/22.15  stat_backward_subsumed: 0
% 169.66/22.15  stat_propagated_subsumed: 0
% 169.66/22.15  stat_clsubs_attempted:                    147865
% 169.66/22.15  stat_clsubs_fact_groundunit_found:             0
% 169.66/22.15  stat_clsubs_rule_groundunit_found:             1
% 169.66/22.15  stat_clsubs_top_meta_attempted:            1289016
% 169.66/22.15  stat_clsubs_top_meta_failed:               1141151
% 169.66/22.15  stat_clsubs_top_meta_nonpref_attempted:             1289016
% 169.66/22.15  stat_clsubs_top_meta_nonpref_succeeded:              505581
% 169.66/22.15  stat_clsubs_top_meta_pref_attempted:                 505581
% 169.66/22.15  stat_clsubs_top_meta_pref1_succeeded:                505581
% 169.66/22.15  stat_clsubs_top_meta_pref2_succeeded:                218181
% 169.66/22.15  stat_clsubs_top_meta_pref3_succeeded:                147865
% 169.66/22.15  stat_clsubs_top_meta_pref_succeeded:                 147865
% 169.66/22.15  stat_clsubs_meta_attempted:               147865
% 169.66/22.15  stat_clsubs_meta_failed:                    3146
% 169.66/22.15  stat_clsubs_predsymbs_attempted:               0
% 169.66/22.15  stat_clsubs_unit_attempted:               147865
% 169.66/22.15  stat_clsubs_full_attempted:                    0
% 169.66/22.15  stat_forwardsubs_attempted:              1175802
% 169.66/22.15  stat_lit_hash_added:                 395452
% 169.66/22.15  stat_lit_hash_computed:             1573338
% 169.66/22.15  stat_lit_hash_match_found:           566503
% 169.66/22.15  stat_lit_hash_match_miss:           1221230
% 169.66/22.15  stat_lit_hash_cut_ok:                     0
% 169.66/22.15  stat_lit_strong_cut_ok:                   0
% 169.66/22.15  stat_lit_hash_subsume_ok:            566380
% 169.66/22.15  clqueue els 10000000 used 1
% 169.66/22.15  clactive els 10000000 used 1795
% 169.66/22.15  clactivesubsume els 10000000 used 10525
% 169.66/22.15  queue_termbuf els 200000000 used 41240383
% 169.66/22.15  hyper_termbuf els 100000000 used 1
% 169.66/22.15  active_termbuf els 100000000 used 91119
% 169.66/22.15  varstack els 5000 last used 1
% 169.66/22.15  given_termbuf els 10000000 last used 38
% 169.66/22.15  simplified_termbuf els 10000000 last used 1
% 169.66/22.15  derived_termbuf els 10000000 last used 3
% 169.66/22.15  wr_mallocs: 304021
% 169.66/22.15  wr_callocs: 19
% 169.66/22.15  wr_reallocs: 87929
% 169.66/22.15  wr_frees: 2
% 169.66/22.15  wr_malloc_bytes: 4176871588
% 169.66/22.15  wr_calloc_bytes: 96065504
% 169.66/22.15  wr_realloc_bytes: 15735392
% 169.66/22.15  wr_realloc_freebytes: 0
% 169.66/22.15  ----------------------------------
%------------------------------------------------------------------------------