TSTP Solution File: LCL272-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL272-3 : TPTP v8.1.2. Released v2.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n024.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 07:38:25 EDT 2023

% Result   : Unsatisfiable 57.97s 7.85s
% Output   : CNFRefutation 57.97s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_equivalent_defn')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    equivalent(X,Y) = and(implies(X,Y),implies(Y,X)),
    inference(cnf_transformation,[],['$inc_equivalent_defn']) ).

cnf('2',plain,
    and(X0,X1) = not(or(not(X0),not(X1))),
    inference(cnf_transformation,[],['$inc_and_defn']) ).

cnf('3',plain,
    implies(X,Y) = or(not(X),Y),
    inference(cnf_transformation,[],['$inc_implies_definition']) ).

cnf('4',plain,
    and(X,Y) = not(implies(X,not(Y))),
    inference(simplify,[],['2','3']) ).

cnf('5',plain,
    implies(implies(X,not(Y)),Z) = or(and(X,Y),Z),
    inference(paramodulation,[],['4','3']) ).

cnf('6',plain,
    ( ~ theorem(implies(X,Y))
    | ~ theorem(X)
    | theorem(Y) ),
    inference(cnf_transformation,[],['$inc_rule_2']) ).

cnf('7',plain,
    axiom(implies(or(X,Y),or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_4']) ).

cnf('8',plain,
    ( ~ axiom(X)
    | theorem(X) ),
    inference(cnf_transformation,[],['$inc_rule_1']) ).

cnf('9',plain,
    theorem(implies(or(X,Y),or(Y,X))),
    inference(resolution,[],['7','8']) ).

cnf('10',plain,
    ( ~ theorem(implies(implies(or(X,Y),or(Y,X)),Z))
    | theorem(Z) ),
    inference(resolution,[],['6','9']) ).

cnf('11',plain,
    axiom(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(cnf_transformation,[],['$inc_axiom_1_6']) ).

cnf('12',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(resolution,[],['11','8']) ).

cnf('13',plain,
    theorem(implies(or(X,or(Y,Z)),or(X,or(Z,Y)))),
    inference(resolution,[],['10','12']) ).

cnf('14',plain,
    ( ~ theorem(or(X,or(Y,Z)))
    | theorem(or(X,or(Z,Y))) ),
    inference(resolution,[],['13','6']) ).

cnf('15',plain,
    axiom(implies(or(X,or(Y,Z)),or(Y,or(X,Z)))),
    inference(cnf_transformation,[],['$inc_axiom_1_5']) ).

cnf('16',plain,
    axiom(implies(or(not(X3),or(Y3,Z3)),or(Y3,implies(X3,Z3)))),
    inference(paramodulation,[],['3','15']) ).

cnf('17',plain,
    axiom(implies(implies(X,or(Y,Z)),or(Y,implies(X,Z)))),
    inference(simplify,[],['16','3']) ).

cnf('18',plain,
    theorem(implies(implies(X,or(Y,Z)),or(Y,implies(X,Z)))),
    inference(resolution,[],['17','8']) ).

cnf('19',plain,
    axiom(implies(or(X,X),X)),
    inference(cnf_transformation,[],['$inc_axiom_1_2']) ).

cnf('20',plain,
    theorem(implies(or(X,X),X)),
    inference(resolution,[],['19','8']) ).

cnf('21',plain,
    ( ~ theorem(implies(implies(or(X,X),X),Y))
    | theorem(Y) ),
    inference(resolution,[],['6','20']) ).

cnf('22',plain,
    theorem(implies(or(X,or(Y,Y)),or(X,Y))),
    inference(resolution,[],['12','21']) ).

cnf('23',plain,
    ( ~ theorem(or(X,or(Y,Y)))
    | theorem(or(X,Y)) ),
    inference(resolution,[],['22','6']) ).

cnf('24',plain,
    axiom(implies(X,or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_3']) ).

cnf('25',plain,
    theorem(implies(X,or(Y,X))),
    inference(resolution,[],['24','8']) ).

cnf('26',plain,
    ( ~ theorem(implies(implies(X,or(Y,X)),Z))
    | theorem(Z) ),
    inference(resolution,[],['6','25']) ).

cnf('27',plain,
    theorem(implies(or(X,Y),or(X,or(Z,Y)))),
    inference(resolution,[],['12','26']) ).

cnf('28',plain,
    ( ~ theorem(or(X,Y))
    | theorem(or(Y,X)) ),
    inference(resolution,[],['6','9']) ).

cnf('29',plain,
    ( theorem(or(X,not(Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(paramodulation,[],['3','28']) ).

cnf('30',plain,
    theorem(or(or(X,Y),not(Y))),
    inference(resolution,[],['29','25']) ).

cnf('31',plain,
    ( ~ theorem(implies(or(or(X,Y),not(Y)),Z))
    | theorem(Z) ),
    inference(resolution,[],['30','6']) ).

cnf('32',plain,
    theorem(or(or(X,Y),or(Z,not(Y)))),
    inference(resolution,[],['27','31']) ).

cnf('33',plain,
    theorem(or(or(X,not(Y)),or(Z,Y))),
    inference(resolution,[],['32','28']) ).

cnf('34',plain,
    theorem(or(or(X,not(Y)),Y)),
    inference(resolution,[],['23','33']) ).

cnf('35',plain,
    theorem(or(X,or(Y,not(X)))),
    inference(resolution,[],['34','28']) ).

cnf('36',plain,
    theorem(or(X,not(X))),
    inference(resolution,[],['35','23']) ).

cnf('37',plain,
    ( ~ theorem(or(X,not(Y)))
    | theorem(implies(Y,X)) ),
    inference(paramodulation,[],['3','28']) ).

cnf('38',plain,
    theorem(implies(X,X)),
    inference(resolution,[],['36','37']) ).

cnf('39',plain,
    ( ~ theorem(implies(implies(X,X),Y))
    | theorem(Y) ),
    inference(resolution,[],['38','6']) ).

cnf('40',plain,
    theorem(or(X,implies(or(X,Y),Y))),
    inference(resolution,[],['18','39']) ).

cnf('41',plain,
    theorem(or(implies(or(X,Y),Y),X)),
    inference(resolution,[],['40','28']) ).

cnf('42',plain,
    theorem(or(implies(implies(X,Y),Y),not(X))),
    inference(paramodulation,[],['3','41']) ).

cnf('43',plain,
    ( theorem(or(X,or(Y,Z)))
    | ~ theorem(or(X,Z)) ),
    inference(resolution,[],['27','6']) ).

cnf('44',plain,
    theorem(or(implies(implies(X,Y),Y),or(Z,not(X)))),
    inference(resolution,[],['42','43']) ).

cnf('45',plain,
    theorem(or(implies(implies(X3,Y3),Y3),or(not(X3),Z3))),
    inference(resolution,[],['14','44']) ).

cnf('46',plain,
    theorem(or(implies(implies(X,Y),Y),implies(X,Z))),
    inference(simplify,[],['45','3']) ).

cnf('47',plain,
    theorem(or(implies(X,Y),implies(implies(X,Z),Z))),
    inference(resolution,[],['46','28']) ).

cnf('48',plain,
    theorem(or(implies(X,Y),or(and(X,Z),not(Z)))),
    inference(paramodulation,[],['5','47']) ).

cnf('49',plain,
    theorem(or(implies(X3,Y3),or(not(Z3),and(X3,Z3)))),
    inference(resolution,[],['48','14']) ).

cnf('50',plain,
    theorem(or(implies(X,Y),implies(Z,and(X,Z)))),
    inference(simplify,[],['49','3']) ).

cnf('51',plain,
    theorem(implies(implies(X3,or(Y3,Y3)),or(not(X3),Y3))),
    inference(paramodulation,[],['3','22']) ).

cnf('52',plain,
    theorem(implies(implies(X,or(Y,Y)),implies(X,Y))),
    inference(simplify,[],['51','3']) ).

cnf('53',plain,
    ( ~ theorem(implies(X,or(Y,Y)))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['52','6']) ).

cnf('54',plain,
    theorem(implies(X,implies(Y,X))),
    inference(paramodulation,[],['3','25']) ).

cnf('55',plain,
    ( ~ theorem(implies(implies(X,implies(Y,X)),Z))
    | theorem(Z) ),
    inference(resolution,[],['6','54']) ).

cnf('56',plain,
    theorem(implies(or(X,Y),or(X,implies(Z,Y)))),
    inference(resolution,[],['12','55']) ).

cnf('57',plain,
    theorem(implies(or(implies(X,Y),Y),implies(X,Y))),
    inference(resolution,[],['53','56']) ).

cnf('58',plain,
    ( ~ theorem(or(implies(X,Y),Y))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['57','6']) ).

cnf('59',plain,
    theorem(implies(X,implies(Y,and(X,Y)))),
    inference(resolution,[],['50','58']) ).

cnf('60',plain,
    theorem(implies(implies(X,Y),implies(implies(Y,X),equivalent(X,Y)))),
    inference(paramodulation,[],['1','59']) ).

cnf('61',plain,
    theorem(or(X3,or(not(X3),Y3))),
    inference(resolution,[],['14','35']) ).

cnf('62',plain,
    theorem(or(X,implies(X,Y))),
    inference(simplify,[],['61','3']) ).

cnf('63',plain,
    theorem(or(implies(X,Y),X)),
    inference(resolution,[],['62','28']) ).

cnf('64',plain,
    theorem(or(implies(X,Y),or(Z,X))),
    inference(resolution,[],['63','43']) ).

cnf('65',plain,
    theorem(or(implies(X,Y),or(X,Z))),
    inference(resolution,[],['64','14']) ).

cnf('66',plain,
    theorem(implies(X,or(X,Y))),
    inference(resolution,[],['65','58']) ).

cnf('67',plain,
    ( ~ theorem(implies(implies(X,or(X,Y)),Z))
    | theorem(Z) ),
    inference(resolution,[],['66','6']) ).

cnf('68',plain,
    ~ theorem(equivalent(p,or(p,p))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('69',plain,
    ~ theorem(implies(implies(or(X3,X3),X3),equivalent(p,or(p,p)))),
    inference(resolution,[],['21','68']) ).

cnf('70',plain,
    $false,
    inference(resolution,[then_simplify],['60','67','69']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : LCL272-3 : TPTP v8.1.2. Released v2.3.0.
% 0.06/0.13  % Command  : gkc %s
% 0.13/0.33  % Computer : n024.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Fri Aug 25 06:22:24 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.38  
% 0.13/0.38  input clause set summed statistics:
% 0.13/0.38  ----------------------------------
% 0.13/0.38  in_clause_count:                    11
% 0.13/0.38  in_rule_clause_count:               11
% 0.13/0.38  in_fact_clause_count:                0
% 0.13/0.38  in_answer_clause_count:              0
% 0.13/0.38  in_ground_clause_count:              1
% 0.13/0.38  in_unit_clause_count:                9
% 0.13/0.38  in_horn_clause_count:               11
% 0.13/0.38  in_pos_clause_count:                 8
% 0.13/0.38  in_neg_clause_count:                 1
% 0.13/0.38  in_poseq_clause_count:               3
% 0.13/0.38  in_negeq_clause_count:               0
% 0.13/0.38  in_unitposeq_clause_count:           3
% 0.13/0.38  in_chain_clause_count:               1
% 0.13/0.38  in_min_length:             1
% 0.13/0.38  in_max_length:             3
% 0.13/0.38  in_min_depth:              1
% 0.13/0.38  in_max_depth:              4
% 0.13/0.38  in_min_size:               4
% 0.13/0.38  in_max_size:              12
% 0.13/0.38  in_min_vars:               0
% 0.13/0.38  in_max_vars:               3
% 0.13/0.38  in_extaxiom_count:                10
% 0.13/0.38  in_axiom_count:                    0
% 0.13/0.38  in_assumption_count:               0
% 0.13/0.38  in_goal_count:                     1
% 0.13/0.38  in_neg_goal_count:                 1
% 0.13/0.38  in_pos_goal_count:                 0
% 0.13/0.38  in_posunit_goal_count:             0
% 0.13/0.38  
% 0.13/0.38  auto guide:
% 0.13/0.38  -----------
% 0.13/0.38  {
% 0.13/0.38  "print":1,
% 0.13/0.38  "print_level": 15,
% 0.13/0.38  "max_size": 0,
% 0.13/0.38  "max_depth": 0,
% 0.13/0.38  "max_length": 0,
% 0.13/0.38  "max_dseconds": 0,
% 0.13/0.38  "runs":[
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.13/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.13/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.13/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.13/0.38  
% 0.13/0.38  ]}
% 0.13/0.38  
% 0.13/0.38  
% 0.13/0.38  **** run 1 fork 0 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.13/0.38  
% 0.13/0.38  **** run 2 fork 1 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.13/0.38  
% 0.13/0.38  **** run 3 fork 2 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.13/0.38  
% 0.13/0.38  **** run 4 fork 3 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.13/0.38  
% 0.13/0.38  **** run 5 fork 4 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 6 fork 5 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 7 fork 6 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 8 fork 7 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 1: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 3: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 0: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 13 fork 4 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 15 fork 6 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  
% 0.19/0.55  **** run 9 fork 0 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 4: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 2: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 5: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 6: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 7: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 21 fork 4 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 0: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 3: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 19 fork 2 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.19/0.67  
% 0.19/0.67  **** run 22 fork 5 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.19/0.68  
% 0.19/0.68  **** run 23 fork 6 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.68  
% 0.19/0.68  **** run 24 fork 7 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.69  
% 0.19/0.69  **** run 20 fork 3 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.19/0.69  
% 0.19/0.69  **** run 17 fork 0 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.82/0.73  
% 2.82/0.73  
% 2.82/0.73  fork 1: search terminated without proof.
% 2.82/0.75  
% 2.82/0.75  **** run 18 fork 1 starts with strategy
% 2.82/0.75  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 2.82/0.78  
% 2.82/0.78  
% 2.82/0.78  fork 4: search terminated without proof.
% 2.82/0.78  
% 2.82/0.78  
% 2.82/0.78  fork 5: search terminated without proof.
% 2.82/0.80  
% 2.82/0.80  fork 2: search finished without proof.
% 2.82/0.80  
% 2.82/0.80  **** run 29 fork 4 starts with strategy
% 2.82/0.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.82/0.80  
% 2.82/0.80  **** run 30 fork 5 starts with strategy
% 2.82/0.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.82/0.81  
% 2.82/0.81  
% 2.82/0.81  fork 6: search terminated without proof.
% 2.82/0.81  
% 2.82/0.81  **** run 27 fork 2 starts with strategy
% 2.82/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 2.82/0.82  
% 2.82/0.82  
% 2.82/0.82  fork 7: search terminated without proof.
% 2.82/0.82  
% 2.82/0.82  
% 2.82/0.82  fork 3: search terminated without proof.
% 2.82/0.82  
% 2.82/0.82  
% 2.82/0.82  fork 0: search terminated without proof.
% 3.57/0.84  
% 3.57/0.84  **** run 32 fork 7 starts with strategy
% 3.57/0.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.57/0.84  
% 3.57/0.84  **** run 28 fork 3 starts with strategy
% 3.57/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.57/0.84  
% 3.57/0.84  **** run 31 fork 6 starts with strategy
% 3.57/0.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.57/0.84  
% 3.57/0.84  **** run 25 fork 0 starts with strategy
% 3.57/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.57/0.86  
% 3.57/0.86  fork 7: search finished without proof.
% 3.57/0.88  
% 3.57/0.88  
% 3.57/0.88  fork 1: search terminated without proof.
% 3.57/0.88  
% 3.57/0.88  **** run 40 fork 7 starts with strategy
% 3.57/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.10/0.90  
% 4.10/0.90  **** run 26 fork 1 starts with strategy
% 4.10/0.90  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 4.10/0.93  
% 4.10/0.93  
% 4.10/0.93  fork 4: search terminated without proof.
% 4.10/0.94  
% 4.10/0.94  
% 4.10/0.94  fork 2: search terminated without proof.
% 4.10/0.94  
% 4.10/0.94  
% 4.10/0.94  fork 5: search terminated without proof.
% 4.10/0.95  
% 4.10/0.95  **** run 37 fork 4 starts with strategy
% 4.10/0.95  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.10/0.95  
% 4.10/0.95  **** run 35 fork 2 starts with strategy
% 4.10/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.10/0.96  
% 4.10/0.96  **** run 38 fork 5 starts with strategy
% 4.10/0.96  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.10/0.96  
% 4.10/0.96  
% 4.10/0.96  fork 3: search terminated without proof.
% 4.69/0.97  
% 4.69/0.97  
% 4.69/0.97  fork 0: search terminated without proof.
% 4.73/0.97  
% 4.73/0.97  
% 4.73/0.97  fork 6: search terminated without proof.
% 4.73/0.98  
% 4.73/0.98  **** run 36 fork 3 starts with strategy
% 4.73/0.98  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.73/0.98  
% 4.73/0.98  **** run 33 fork 0 starts with strategy
% 4.73/0.98  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.73/0.99  
% 4.73/0.99  **** run 39 fork 6 starts with strategy
% 4.73/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.95/1.00  
% 4.95/1.00  
% 4.95/1.00  fork 7: search terminated without proof.
% 4.95/1.02  
% 4.95/1.02  
% 4.95/1.02  fork 1: search terminated without proof.
% 4.95/1.02  
% 4.95/1.02  **** run 48 fork 7 starts with strategy
% 4.95/1.02  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.20/1.04  
% 5.20/1.04  **** run 34 fork 1 starts with strategy
% 5.20/1.04  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 5.20/1.07  
% 5.20/1.07  
% 5.20/1.07  fork 4: search terminated without proof.
% 5.20/1.08  
% 5.20/1.08  
% 5.20/1.08  fork 2: search terminated without proof.
% 5.20/1.08  
% 5.20/1.08  
% 5.20/1.08  fork 5: search terminated without proof.
% 5.20/1.08  
% 5.20/1.08  **** run 45 fork 4 starts with strategy
% 5.20/1.08  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.20/1.09  
% 5.20/1.09  **** run 43 fork 2 starts with strategy
% 5.20/1.09  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.20/1.10  
% 5.20/1.10  
% 5.20/1.10  fork 3: search terminated without proof.
% 5.20/1.10  
% 5.20/1.10  **** run 46 fork 5 starts with strategy
% 5.20/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.20/1.11  
% 5.20/1.11  
% 5.20/1.11  fork 0: search terminated without proof.
% 5.20/1.11  
% 5.20/1.11  fork 6: search finished without proof.
% 5.20/1.12  
% 5.20/1.12  **** run 44 fork 3 starts with strategy
% 5.20/1.12  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.96/1.13  
% 5.96/1.13  **** run 41 fork 0 starts with strategy
% 5.96/1.13  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.96/1.14  
% 5.96/1.14  **** run 47 fork 6 starts with strategy
% 5.96/1.14  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.96/1.14  
% 5.96/1.14  fork 7: search finished without proof.
% 5.96/1.16  
% 5.96/1.16  
% 5.96/1.16  fork 1: search terminated without proof.
% 5.96/1.16  
% 5.96/1.16  **** run 56 fork 7 starts with strategy
% 5.96/1.16  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.96/1.18  
% 5.96/1.18  **** run 42 fork 1 starts with strategy
% 5.96/1.18  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.96/1.19  
% 5.96/1.19  fork 7: search finished without proof.
% 6.51/1.20  
% 6.51/1.20  
% 6.51/1.20  fork 4: search terminated without proof.
% 6.51/1.21  
% 6.51/1.21  **** run 64 fork 7 starts with strategy
% 6.51/1.21  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.51/1.21  
% 6.51/1.21  
% 6.51/1.21  fork 2: search terminated without proof.
% 6.51/1.22  
% 6.51/1.22  **** run 53 fork 4 starts with strategy
% 6.51/1.22  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.51/1.23  
% 6.51/1.23  
% 6.51/1.23  fork 5: search terminated without proof.
% 6.51/1.23  
% 6.51/1.23  **** run 51 fork 2 starts with strategy
% 6.51/1.23  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.51/1.24  
% 6.51/1.24  
% 6.51/1.24  fork 3: search terminated without proof.
% 6.51/1.25  
% 6.51/1.25  **** run 54 fork 5 starts with strategy
% 6.51/1.25  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.51/1.25  
% 6.51/1.25  
% 6.51/1.25  fork 0: search terminated without proof.
% 6.51/1.26  
% 6.51/1.26  
% 6.51/1.26  fork 6: search terminated without proof.
% 7.08/1.26  
% 7.08/1.26  **** run 52 fork 3 starts with strategy
% 7.08/1.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 7.08/1.27  
% 7.08/1.27  **** run 49 fork 0 starts with strategy
% 7.08/1.27  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.08/1.28  
% 7.08/1.28  **** run 55 fork 6 starts with strategy
% 7.08/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 7.08/1.33  
% 7.08/1.33  
% 7.08/1.33  fork 7: search terminated without proof.
% 7.08/1.34  
% 7.08/1.34  **** run 72 fork 7 starts with strategy
% 7.08/1.34  
% 7.08/1.34  
% 7.08/1.34  fork 4: search terminated without proof.
% 7.08/1.34  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.08/1.35  
% 7.08/1.35  fork 1: search finished without proof.
% 7.08/1.36  
% 7.08/1.36  
% 7.08/1.36  fork 2: search terminated without proof.
% 7.08/1.36  
% 7.08/1.36  **** run 61 fork 4 starts with strategy
% 7.08/1.36  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.08/1.37  
% 7.08/1.37  
% 7.08/1.37  fork 5: search terminated without proof.
% 7.08/1.37  
% 7.08/1.37  **** run 59 fork 2 starts with strategy
% 7.08/1.37  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.08/1.38  
% 7.08/1.38  **** run 50 fork 1 starts with strategy
% 7.08/1.38  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 7.53/1.38  
% 7.53/1.38  **** run 62 fork 5 starts with strategy
% 7.53/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.53/1.39  
% 7.53/1.39  
% 7.53/1.39  fork 0: search terminated without proof.
% 7.53/1.39  
% 7.53/1.39  
% 7.53/1.39  fork 3: search terminated without proof.
% 7.53/1.40  
% 7.53/1.40  
% 7.53/1.40  fork 6: search terminated without proof.
% 7.53/1.41  
% 7.53/1.41  **** run 57 fork 0 starts with strategy
% 7.53/1.41  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.53/1.41  
% 7.53/1.41  **** run 60 fork 3 starts with strategy
% 7.53/1.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.53/1.41  
% 7.53/1.41  fork 5: search finished without proof.
% 8.24/1.43  
% 8.24/1.43  **** run 63 fork 6 starts with strategy
% 8.24/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.24/1.43  
% 8.24/1.43  **** run 70 fork 5 starts with strategy
% 8.24/1.43  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.24/1.44  
% 8.24/1.44  fork 3: search finished without proof.
% 8.46/1.46  
% 8.46/1.46  **** run 68 fork 3 starts with strategy
% 8.46/1.46  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 8.46/1.46  
% 8.46/1.46  
% 8.46/1.46  fork 7: search terminated without proof.
% 8.46/1.48  
% 8.46/1.48  
% 8.46/1.48  fork 4: search terminated without proof.
% 8.46/1.48  
% 8.46/1.48  **** run 80 fork 7 starts with strategy
% 8.46/1.48  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 8.46/1.50  
% 8.46/1.50  
% 8.46/1.50  fork 2: search terminated without proof.
% 8.46/1.50  
% 8.46/1.50  **** run 69 fork 4 starts with strategy
% 8.46/1.50  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.46/1.51  
% 8.46/1.51  
% 8.46/1.51  fork 1: search terminated without proof.
% 8.46/1.52  
% 8.46/1.52  **** run 67 fork 2 starts with strategy
% 8.46/1.52  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 9.10/1.53  
% 9.10/1.53  **** run 58 fork 1 starts with strategy
% 9.10/1.53  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 9.10/1.54  
% 9.10/1.54  
% 9.10/1.54  fork 0: search terminated without proof.
% 9.10/1.55  
% 9.10/1.55  
% 9.10/1.55  fork 5: search terminated without proof.
% 9.10/1.55  
% 9.10/1.55  
% 9.10/1.55  fork 6: search terminated without proof.
% 9.10/1.56  
% 9.10/1.56  **** run 65 fork 0 starts with strategy
% 9.10/1.56  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.10/1.56  
% 9.10/1.56  fork 1: search finished without proof.
% 9.10/1.57  
% 9.10/1.57  **** run 78 fork 5 starts with strategy
% 9.10/1.57  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.10/1.57  
% 9.10/1.57  
% 9.10/1.57  fork 3: search terminated without proof.
% 9.10/1.58  
% 9.10/1.58  **** run 71 fork 6 starts with strategy
% 9.10/1.58  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.50/1.58  
% 9.50/1.58  **** run 66 fork 1 starts with strategy
% 9.50/1.58  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 9.50/1.59  
% 9.50/1.59  **** run 76 fork 3 starts with strategy
% 9.50/1.59  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 9.50/1.60  
% 9.50/1.60  
% 9.50/1.60  fork 7: search terminated without proof.
% 9.50/1.62  
% 9.50/1.62  **** run 88 fork 7 starts with strategy
% 9.50/1.62  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.50/1.62  
% 9.50/1.62  
% 9.50/1.62  fork 4: search terminated without proof.
% 9.50/1.64  
% 9.50/1.64  **** run 77 fork 4 starts with strategy
% 9.50/1.64  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 9.50/1.64  
% 9.50/1.64  
% 9.50/1.64  fork 2: search terminated without proof.
% 10.09/1.66  
% 10.09/1.66  **** run 75 fork 2 starts with strategy
% 10.09/1.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 10.27/1.68  
% 10.27/1.68  
% 10.27/1.68  fork 0: search terminated without proof.
% 10.27/1.68  
% 10.27/1.68  fork 2: search finished without proof.
% 10.27/1.69  
% 10.27/1.69  
% 10.27/1.69  fork 5: search terminated without proof.
% 10.27/1.69  
% 10.27/1.69  **** run 73 fork 0 starts with strategy
% 10.27/1.69  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.27/1.70  
% 10.27/1.70  
% 10.27/1.70  fork 6: search terminated without proof.
% 10.27/1.70  
% 10.27/1.70  **** run 83 fork 2 starts with strategy
% 10.27/1.70  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.27/1.70  
% 10.27/1.70  
% 10.27/1.70  fork 1: search terminated without proof.
% 10.27/1.71  
% 10.27/1.71  **** run 86 fork 5 starts with strategy
% 10.27/1.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.27/1.71  
% 10.27/1.71  
% 10.27/1.71  fork 3: search terminated without proof.
% 10.61/1.72  
% 10.61/1.72  **** run 79 fork 6 starts with strategy
% 10.61/1.72  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.61/1.72  
% 10.61/1.72  **** run 74 fork 1 starts with strategy
% 10.61/1.72  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.61/1.73  
% 10.61/1.73  **** run 84 fork 3 starts with strategy
% 10.61/1.73  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 10.61/1.74  
% 10.61/1.74  
% 10.61/1.74  fork 7: search terminated without proof.
% 10.85/1.76  
% 10.85/1.76  
% 10.85/1.76  fork 4: search terminated without proof.
% 10.85/1.76  
% 10.85/1.76  **** run 96 fork 7 starts with strategy
% 10.85/1.76  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 10.85/1.78  
% 10.85/1.78  **** run 85 fork 4 starts with strategy
% 10.85/1.78  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 10.85/1.81  
% 10.85/1.81  
% 10.85/1.81  fork 0: search terminated without proof.
% 11.49/1.83  
% 11.49/1.83  
% 11.49/1.83  fork 2: search terminated without proof.
% 11.49/1.83  
% 11.49/1.83  **** run 81 fork 0 starts with strategy
% 11.49/1.83  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.49/1.83  
% 11.49/1.83  
% 11.49/1.83  fork 5: search terminated without proof.
% 11.49/1.85  
% 11.49/1.85  
% 11.49/1.85  fork 6: search terminated without proof.
% 11.49/1.85  
% 11.49/1.85  **** run 91 fork 2 starts with strategy
% 11.49/1.85  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.49/1.85  
% 11.49/1.85  
% 11.49/1.85  fork 1: search terminated without proof.
% 11.49/1.85  
% 11.49/1.85  **** run 94 fork 5 starts with strategy
% 11.49/1.85  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 11.49/1.86  
% 11.49/1.86  
% 11.49/1.86  fork 3: search terminated without proof.
% 11.49/1.87  
% 11.49/1.87  **** run 82 fork 1 starts with strategy
% 11.49/1.87  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 11.49/1.87  
% 11.49/1.87  **** run 87 fork 6 starts with strategy
% 11.49/1.87  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.89/1.88  
% 11.89/1.88  **** run 92 fork 3 starts with strategy
% 11.89/1.88  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.89/1.90  
% 11.89/1.90  
% 11.89/1.90  fork 4: search terminated without proof.
% 11.89/1.91  
% 11.89/1.91  **** run 93 fork 4 starts with strategy
% 11.89/1.91  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 11.89/1.95  
% 11.89/1.95  
% 11.89/1.95  fork 0: search terminated without proof.
% 11.89/1.97  
% 11.89/1.97  **** run 89 fork 0 starts with strategy
% 11.89/1.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.89/1.99  
% 11.89/1.99  
% 11.89/1.99  fork 6: search terminated without proof.
% 11.89/2.01  
% 11.89/2.01  **** run 95 fork 6 starts with strategy
% 11.89/2.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 11.89/2.04  
% 11.89/2.04  
% 11.89/2.04  fork 1: search terminated without proof.
% 13.39/2.07  
% 13.39/2.07  **** run 90 fork 1 starts with strategy
% 13.39/2.07  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 18.92/2.78  
% 18.92/2.78  
% 18.92/2.78  fork 7: search terminated without proof.
% 18.92/2.80  
% 18.92/2.80  **** run 104 fork 7 starts with strategy
% 18.92/2.80  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 19.40/2.87  
% 19.40/2.87  
% 19.40/2.87  fork 5: search terminated without proof.
% 19.40/2.90  
% 19.40/2.90  
% 19.40/2.90  fork 2: search terminated without proof.
% 19.40/2.90  
% 19.40/2.90  **** run 102 fork 5 starts with strategy
% 19.40/2.90  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 19.40/2.91  
% 19.40/2.91  
% 19.40/2.91  fork 3: search terminated without proof.
% 20.02/2.93  
% 20.02/2.93  
% 20.02/2.93  fork 4: search terminated without proof.
% 20.02/2.94  
% 20.02/2.94  **** run 99 fork 2 starts with strategy
% 20.02/2.94  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 20.02/2.94  
% 20.02/2.94  **** run 100 fork 3 starts with strategy
% 20.02/2.94  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 20.02/2.97  
% 20.02/2.97  **** run 101 fork 4 starts with strategy
% 20.02/2.97  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.46/2.99  
% 20.46/2.99  
% 20.46/2.99  fork 0: search terminated without proof.
% 20.46/3.02  
% 20.46/3.02  **** run 97 fork 0 starts with strategy
% 20.46/3.02  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.35/3.09  
% 21.35/3.09  fork 1: search finished without proof.
% 21.35/3.10  
% 21.35/3.10  
% 21.35/3.10  fork 6: search terminated without proof.
% 21.35/3.12  
% 21.35/3.12  **** run 98 fork 1 starts with strategy
% 21.35/3.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 21.82/3.14  
% 21.82/3.14  **** run 103 fork 6 starts with strategy
% 21.82/3.14  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 27.11/3.82  
% 27.11/3.82  
% 27.11/3.82  fork 7: search terminated without proof.
% 27.11/3.85  
% 27.11/3.85  **** run 112 fork 7 starts with strategy
% 27.11/3.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.11/3.92  
% 27.11/3.92  
% 27.11/3.92  fork 5: search terminated without proof.
% 27.11/3.94  
% 27.11/3.94  **** run 110 fork 5 starts with strategy
% 27.11/3.94  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 27.64/3.96  
% 27.64/3.96  
% 27.64/3.96  fork 2: search terminated without proof.
% 27.64/3.96  
% 27.64/3.96  
% 27.64/3.96  fork 3: search terminated without proof.
% 27.64/3.99  
% 27.64/3.99  
% 27.64/3.99  fork 4: search terminated without proof.
% 27.64/3.99  
% 27.64/3.99  **** run 108 fork 3 starts with strategy
% 27.64/3.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 27.64/3.99  
% 27.64/3.99  **** run 107 fork 2 starts with strategy
% 27.64/3.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 27.64/4.01  
% 27.64/4.01  **** run 109 fork 4 starts with strategy
% 27.64/4.01  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 28.89/4.04  
% 28.89/4.04  
% 28.89/4.04  fork 0: search terminated without proof.
% 28.89/4.07  
% 28.89/4.07  **** run 105 fork 0 starts with strategy
% 28.89/4.07  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 29.41/4.14  
% 29.41/4.14  
% 29.41/4.14  fork 1: search terminated without proof.
% 29.88/4.17  
% 29.88/4.17  **** run 106 fork 1 starts with strategy
% 29.88/4.17  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 30.89/4.30  
% 30.89/4.30  
% 30.89/4.30  fork 6: search terminated without proof.
% 30.89/4.33  
% 30.89/4.33  **** run 111 fork 6 starts with strategy
% 30.89/4.33  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 35.44/4.87  
% 35.44/4.87  
% 35.44/4.87  fork 7: search terminated without proof.
% 35.44/4.90  
% 35.44/4.90  **** run 120 fork 7 starts with strategy
% 35.44/4.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 35.44/4.92  
% 35.44/4.92  fork 7: search finished without proof.
% 35.44/4.93  
% 35.44/4.93  **** run 128 fork 7 starts with strategy
% 35.44/4.93  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 35.44/4.96  
% 35.44/4.96  
% 35.44/4.96  fork 5: search terminated without proof.
% 36.18/4.97  
% 36.18/4.97  fork 2: search finished without proof.
% 36.18/4.99  
% 36.18/4.99  **** run 118 fork 5 starts with strategy
% 36.18/4.99  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 36.42/5.00  
% 36.42/5.00  **** run 115 fork 2 starts with strategy
% 36.42/5.00  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 36.42/5.02  
% 36.42/5.02  
% 36.42/5.02  fork 3: search terminated without proof.
% 36.71/5.03  
% 36.71/5.03  
% 36.71/5.03  fork 4: search terminated without proof.
% 36.79/5.04  
% 36.79/5.04  **** run 116 fork 3 starts with strategy
% 36.79/5.04  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 36.79/5.06  
% 36.79/5.06  **** run 117 fork 4 starts with strategy
% 36.79/5.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 37.35/5.11  
% 37.35/5.11  
% 37.35/5.11  fork 0: search terminated without proof.
% 37.35/5.13  
% 37.35/5.13  **** run 113 fork 0 starts with strategy
% 37.35/5.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 37.83/5.19  
% 37.83/5.19  
% 37.83/5.19  fork 1: search terminated without proof.
% 37.83/5.22  
% 37.83/5.22  **** run 114 fork 1 starts with strategy
% 37.83/5.22  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 39.28/5.38  
% 39.28/5.38  fork 6: search finished without proof.
% 39.58/5.41  
% 39.58/5.41  **** run 119 fork 6 starts with strategy
% 39.58/5.41  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 43.31/5.95  
% 43.31/5.95  
% 43.31/5.95  fork 7: search terminated without proof.
% 43.95/5.97  
% 43.95/5.97  **** run 136 fork 7 starts with strategy
% 43.95/5.97  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 43.95/5.99  
% 43.95/5.99  fork 5: search finished without proof.
% 43.95/6.02  
% 43.95/6.02  **** run 126 fork 5 starts with strategy
% 43.95/6.02  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 43.95/6.02  
% 43.95/6.02  
% 43.95/6.02  fork 2: search terminated without proof.
% 43.95/6.04  
% 43.95/6.04  **** run 123 fork 2 starts with strategy
% 43.95/6.04  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 44.73/6.06  
% 44.73/6.06  
% 44.73/6.06  fork 3: search terminated without proof.
% 44.73/6.08  
% 44.73/6.08  
% 44.73/6.08  fork 4: search terminated without proof.
% 44.73/6.09  
% 44.73/6.09  **** run 124 fork 3 starts with strategy
% 44.73/6.09  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 45.10/6.10  
% 45.10/6.10  **** run 125 fork 4 starts with strategy
% 45.10/6.10  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 45.44/6.19  
% 45.44/6.19  
% 45.44/6.19  fork 0: search terminated without proof.
% 45.94/6.21  
% 45.94/6.21  **** run 121 fork 0 starts with strategy
% 45.94/6.21  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 46.34/6.34  
% 46.34/6.34  
% 46.34/6.34  fork 1: search terminated without proof.
% 47.15/6.37  
% 47.15/6.37  **** run 122 fork 1 starts with strategy
% 47.15/6.37  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 47.83/6.46  
% 47.83/6.46  
% 47.83/6.46  fork 6: search terminated without proof.
% 48.26/6.56  
% 48.26/6.56  **** run 127 fork 6 starts with strategy
% 48.26/6.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 51.53/6.95  
% 51.53/6.95  fork 7: search finished without proof.
% 51.95/6.98  
% 51.95/6.98  **** run 144 fork 7 starts with strategy
% 51.95/6.98  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 51.95/7.00  
% 51.95/7.00  fork 7: search finished without proof.
% 51.95/7.02  
% 51.95/7.02  **** run 152 fork 7 starts with strategy
% 51.95/7.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 51.95/7.05  
% 51.95/7.05  
% 51.95/7.05  fork 5: search terminated without proof.
% 52.94/7.10  
% 52.94/7.10  
% 52.94/7.10  fork 3: search terminated without proof.
% 52.94/7.11  
% 52.94/7.11  **** run 134 fork 5 starts with strategy
% 52.94/7.11  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 52.94/7.12  
% 52.94/7.12  
% 52.94/7.12  fork 4: search terminated without proof.
% 52.94/7.14  
% 52.94/7.14  
% 52.94/7.14  fork 2: search terminated without proof.
% 52.94/7.15  
% 52.94/7.15  **** run 132 fork 3 starts with strategy
% 52.94/7.15  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 52.94/7.15  
% 52.94/7.15  **** run 133 fork 4 starts with strategy
% 52.94/7.15  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 52.94/7.19  
% 52.94/7.19  **** run 131 fork 2 starts with strategy
% 52.94/7.19  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 53.54/7.21  
% 53.54/7.21  fork 0: search finished without proof.
% 53.86/7.24  
% 53.86/7.24  **** run 129 fork 0 starts with strategy
% 53.86/7.24  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 55.15/7.39  
% 55.15/7.39  
% 55.15/7.39  fork 1: search terminated without proof.
% 55.15/7.41  
% 55.15/7.41  **** run 130 fork 1 starts with strategy
% 55.15/7.41  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 57.97/7.85  
% 57.97/7.85  
% 57.97/7.85  result: proof found
% 57.97/7.85  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 57.97/7.85  by run 127 fork 6 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 57.97/7.85  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 57.97/7.85  
% 57.97/7.85  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 57.97/7.86  
% 57.97/7.86  run 127 fork 6 statistics:
% 57.97/7.86  ----------------------------------
% 57.97/7.86  this run seconds: 0.694289
% 57.97/7.86  total seconds: 6.597099
% 57.97/7.86  stat_given_used: 1675
% 57.97/7.86  stat_given_used_at_endgame: 0
% 57.97/7.86  stat_given_candidates:   3100
% 57.97/7.86  stat_given_candidates_at_endgame: 0
% 57.97/7.86  stat_given_candidates_h: 0
% 57.97/7.86  stat_binres_derived_cl:   102670
% 57.97/7.86  stat_binres_derived_cl_h: 0
% 57.97/7.86  stat_factor_derived_cl: 0
% 57.97/7.86  stat_para_derived_cl: 5552
% 57.97/7.86  stat_tautologies_discarded: 2
% 57.97/7.86  stat_forward_subsumed: 13192
% 57.97/7.86  stat_derived_cut: 8
% 57.97/7.86  stat_derived_rewritten: 85
% 57.97/7.86  stat_weight_discarded_building: 0
% 57.97/7.86  stat_weight_discarded_cl: 91378
% 57.97/7.86  stat_internlimit_discarded_cl: 0
% 57.97/7.86  stat_simplified:  86 simplified 0 derived 0 given
% 57.97/7.86  stat_kept_cl: 3637
% 57.97/7.86  stat_built_cl: 98451
% 57.97/7.86  stat_hyperres_partial_cl: 0
% 57.97/7.86  stat_made_rewriters: 6
% 57.97/7.86  stat_backward_subsumed: 0
% 57.97/7.86  stat_propagated_subsumed: 0
% 57.97/7.86  stat_clsubs_attempted:                    168391
% 57.97/7.86  stat_clsubs_fact_groundunit_found:             0
% 57.97/7.86  stat_clsubs_rule_groundunit_found:             2
% 57.97/7.86  stat_clsubs_top_meta_attempted:            1800131
% 57.97/7.86  stat_clsubs_top_meta_failed:               1631740
% 57.97/7.86  stat_clsubs_top_meta_nonpref_attempted:             1800131
% 57.97/7.86  stat_clsubs_top_meta_nonpref_succeeded:              769823
% 57.97/7.86  stat_clsubs_top_meta_pref_attempted:                 769823
% 57.97/7.86  stat_clsubs_top_meta_pref1_succeeded:                674513
% 57.97/7.86  stat_clsubs_top_meta_pref2_succeeded:                310106
% 57.97/7.86  stat_clsubs_top_meta_pref3_succeeded:                168391
% 57.97/7.86  stat_clsubs_top_meta_pref_succeeded:                 168391
% 57.97/7.86  stat_clsubs_meta_attempted:               176913
% 57.97/7.86  stat_clsubs_meta_failed:                   28919
% 57.97/7.86  stat_clsubs_predsymbs_attempted:               0
% 57.97/7.86  stat_clsubs_unit_attempted:               156978
% 57.97/7.86  stat_clsubs_full_attempted:                11413
% 57.97/7.86  stat_forwardsubs_attempted:               108208
% 57.97/7.86  stat_lit_hash_added:                   4440
% 57.97/7.86  stat_lit_hash_computed:              124416
% 57.97/7.86  stat_lit_hash_match_found:            13395
% 57.97/7.86  stat_lit_hash_match_miss:            203731
% 57.97/7.86  stat_lit_hash_cut_ok:                     7
% 57.97/7.86  stat_lit_strong_cut_ok:                   4
% 57.97/7.86  stat_lit_hash_subsume_ok:             13192
% 57.97/7.86  clqueue els 10000000 used 1
% 57.97/7.86  clactive els 10000000 used 1676
% 57.97/7.86  clactivesubsume els 10000000 used 10027
% 57.97/7.86  queue_termbuf els 200000000 used 220310
% 57.97/7.86  hyper_termbuf els 100000000 used 1
% 57.97/7.86  active_termbuf els 100000000 used 71748
% 57.97/7.86  varstack els 5000 last used 1
% 57.97/7.86  given_termbuf els 10000000 last used 1
% 57.97/7.86  simplified_termbuf els 10000000 last used 1
% 57.97/7.86  derived_termbuf els 10000000 last used 56
% 57.97/7.86  wr_mallocs: 24289
% 57.97/7.86  wr_callocs: 21
% 57.97/7.86  wr_reallocs: 794
% 57.97/7.86  wr_frees: 2
% 57.97/7.86  wr_malloc_bytes: 4163407076
% 57.97/7.86  wr_calloc_bytes: 112065536
% 57.97/7.86  wr_realloc_bytes: 159080
% 57.97/7.86  wr_realloc_freebytes: 0
% 57.97/7.86  ----------------------------------
%------------------------------------------------------------------------------