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

View Problem - Process Solution

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

% Computer : n013.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:23 EDT 2023

% Result   : Unsatisfiable 226.94s 29.50s
% Output   : CNFRefutation 226.94s
% 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,
    implies(X,Y) = or(not(X),Y),
    inference(cnf_transformation,[],['$inc_implies_definition']) ).

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

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

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

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

cnf('7',plain,
    theorem(implies(or(X,or(Y,Z)),or(Y,or(X,Z)))),
    inference(resolution,[],['5','6']) ).

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

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

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

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

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

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

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

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

cnf('16',plain,
    theorem(implies(or(X,Y),or(Y,X))),
    inference(resolution,[],['15','6']) ).

cnf('17',plain,
    ( ~ theorem(or(X,Y))
    | theorem(or(Y,X)) ),
    inference(resolution,[],['10','16']) ).

cnf('18',plain,
    ( theorem(or(X,not(Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(paramodulation,[],['2','17']) ).

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

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

cnf('21',plain,
    theorem(or(or(X,Y),not(Y))),
    inference(resolution,[],['18','20']) ).

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

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

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

cnf('25',plain,
    ( ~ theorem(implies(or(not(X),X),Y))
    | theorem(Y) ),
    inference(resolution,[],['24','10']) ).

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

cnf('27',plain,
    theorem(or(X,implies(or(X,Y),Y))),
    inference(paramodulation,[],['2','26']) ).

cnf('28',plain,
    theorem(implies(X,implies(or(not(X),Y),Y))),
    inference(paramodulation,[],['2','27']) ).

cnf('29',plain,
    theorem(implies(X,or(and(X,Y),not(Y)))),
    inference(paramodulation,[],['4','28']) ).

cnf('30',plain,
    theorem(or(X,not(X))),
    inference(resolution,[],['24','17']) ).

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

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

cnf('33',plain,
    ( ~ theorem(or(X,not(Y)))
    | theorem(implies(Y,X)) ),
    inference(paramodulation,[],['2','17']) ).

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

cnf('35',plain,
    ( theorem(and(or(X,not(X)),Y))
    | ~ theorem(Y) ),
    inference(resolution,[],['34','10']) ).

cnf('36',plain,
    ( theorem(and(implies(X,not(not(X))),Y))
    | ~ theorem(Y) ),
    inference(paramodulation,[],['2','35']) ).

cnf('37',plain,
    theorem(implies(X,not(not(X)))),
    inference(resolution,[],['24','33']) ).

cnf('38',plain,
    ( ~ theorem(implies(implies(X,not(not(X))),Y))
    | theorem(Y) ),
    inference(resolution,[],['37','10']) ).

cnf('39',plain,
    theorem(implies(or(X,Y),or(X,not(not(Y))))),
    inference(resolution,[],['38','9']) ).

cnf('40',plain,
    theorem(or(X,not(not(not(X))))),
    inference(resolution,[],['39','31']) ).

cnf('41',plain,
    theorem(implies(not(not(X3)),X3)),
    inference(resolution,[],['40','33']) ).

cnf('42',plain,
    theorem(equivalent(X,not(not(X)))),
    inference(paramodulation,[then_simplify],['1','36','41']) ).

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

cnf('44',plain,
    $false,
    inference(resolution,[],['42','43']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL265-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.12  % Command  : gkc %s
% 0.12/0.34  % Computer : n013.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Thu Aug 24 19:57:47 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.39  
% 0.19/0.39  input clause set summed statistics:
% 0.19/0.39  ----------------------------------
% 0.19/0.39  in_clause_count:                    11
% 0.19/0.39  in_rule_clause_count:               11
% 0.19/0.39  in_fact_clause_count:                0
% 0.19/0.39  in_answer_clause_count:              0
% 0.19/0.39  in_ground_clause_count:              1
% 0.19/0.39  in_unit_clause_count:                9
% 0.19/0.39  in_horn_clause_count:               11
% 0.19/0.39  in_pos_clause_count:                 8
% 0.19/0.39  in_neg_clause_count:                 1
% 0.19/0.39  in_poseq_clause_count:               3
% 0.19/0.39  in_negeq_clause_count:               0
% 0.19/0.39  in_unitposeq_clause_count:           3
% 0.19/0.39  in_chain_clause_count:               1
% 0.19/0.39  in_min_length:             1
% 0.19/0.39  in_max_length:             3
% 0.19/0.39  in_min_depth:              1
% 0.19/0.39  in_max_depth:              4
% 0.19/0.39  in_min_size:               4
% 0.19/0.39  in_max_size:              12
% 0.19/0.39  in_min_vars:               0
% 0.19/0.39  in_max_vars:               3
% 0.19/0.39  in_extaxiom_count:                10
% 0.19/0.39  in_axiom_count:                    0
% 0.19/0.39  in_assumption_count:               0
% 0.19/0.39  in_goal_count:                     1
% 0.19/0.39  in_neg_goal_count:                 1
% 0.19/0.39  in_pos_goal_count:                 0
% 0.19/0.39  in_posunit_goal_count:             0
% 0.19/0.39  
% 0.19/0.39  auto guide:
% 0.19/0.39  -----------
% 0.19/0.39  {
% 0.19/0.39  "print":1,
% 0.19/0.39  "print_level": 15,
% 0.19/0.39  "max_size": 0,
% 0.19/0.39  "max_depth": 0,
% 0.19/0.39  "max_length": 0,
% 0.19/0.39  "max_dseconds": 0,
% 0.19/0.39  "runs":[
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"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.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"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.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.19/0.39  {"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.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"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.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"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.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.19/0.39  {"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.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"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.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"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.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.19/0.39  {"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.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.19/0.39  
% 0.19/0.39  ]}
% 0.19/0.39  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 4: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 6: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 2: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 5: 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  fork 1: search finished without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 3: search terminated without proof.
% 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  
% 0.19/0.55  **** run 15 fork 6 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 13 fork 4 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 14 fork 5 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 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 11 fork 2 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 10 fork 1 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 4: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 5: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 6: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 7: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 1: 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.68  
% 0.19/0.68  **** run 17 fork 0 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.69  
% 0.19/0.69  **** run 22 fork 5 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.19/0.69  
% 0.19/0.69  **** run 21 fork 4 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.19/0.69  
% 0.19/0.69  **** run 23 fork 6 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.69  
% 0.19/0.69  **** run 18 fork 1 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 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.70  
% 0.19/0.70  
% 0.19/0.70  fork 2: search terminated without proof.
% 0.19/0.70  
% 0.19/0.70  **** run 24 fork 7 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.74  
% 0.19/0.74  **** run 19 fork 2 starts with strategy
% 0.19/0.74  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.19/0.80  
% 0.19/0.80  
% 0.19/0.80  fork 4: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 5: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 0: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  **** run 29 fork 4 starts with strategy
% 0.19/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 1: search terminated without proof.
% 0.19/0.83  
% 0.19/0.83  
% 0.19/0.83  fork 7: search terminated without proof.
% 0.19/0.83  
% 0.19/0.83  
% 0.19/0.83  fork 6: search terminated without proof.
% 0.19/0.84  
% 0.19/0.84  **** run 30 fork 5 starts with strategy
% 0.19/0.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.84  
% 0.19/0.84  **** run 25 fork 0 starts with strategy
% 0.19/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.19/0.84  
% 0.19/0.84  **** run 26 fork 1 starts with strategy
% 0.19/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.19/0.85  
% 0.19/0.85  **** run 31 fork 6 starts with strategy
% 0.19/0.85  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 0.19/0.86  
% 0.19/0.86  **** run 32 fork 7 starts with strategy
% 0.19/0.86  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.51/0.88  
% 3.51/0.88  fork 2: search finished without proof.
% 3.51/0.89  
% 3.51/0.89  
% 3.51/0.89  fork 3: search terminated without proof.
% 3.51/0.89  
% 3.51/0.89  **** run 27 fork 2 starts with strategy
% 3.51/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.51/0.90  
% 3.51/0.90  fork 7: search finished without proof.
% 3.51/0.90  
% 3.51/0.90  **** run 28 fork 3 starts with strategy
% 3.51/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 4.27/0.93  
% 4.27/0.93  **** run 40 fork 7 starts with strategy
% 4.27/0.93  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.27/0.95  
% 4.27/0.95  
% 4.27/0.95  fork 4: search terminated without proof.
% 4.58/0.96  
% 4.58/0.96  
% 4.58/0.96  fork 0: search terminated without proof.
% 4.58/0.96  
% 4.58/0.96  
% 4.58/0.96  fork 1: search terminated without proof.
% 4.58/0.97  
% 4.58/0.97  
% 4.58/0.97  fork 5: search terminated without proof.
% 4.58/0.97  
% 4.58/0.97  **** run 37 fork 4 starts with strategy
% 4.58/0.97  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.58/0.97  
% 4.58/0.97  
% 4.58/0.97  fork 6: search terminated without proof.
% 4.58/0.98  
% 4.58/0.98  **** run 33 fork 0 starts with strategy
% 4.58/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.58/0.98  
% 4.58/0.98  **** run 34 fork 1 starts with strategy
% 4.58/0.98  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.58/0.99  
% 4.58/0.99  **** run 38 fork 5 starts with strategy
% 4.58/0.99  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.58/1.00  
% 4.58/1.00  **** run 39 fork 6 starts with strategy
% 4.58/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.58/1.01  
% 4.58/1.01  
% 4.58/1.01  fork 2: search terminated without proof.
% 4.58/1.03  
% 4.58/1.03  
% 4.58/1.03  fork 3: search terminated without proof.
% 4.58/1.03  
% 4.58/1.03  **** run 35 fork 2 starts with strategy
% 4.58/1.03  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 5.16/1.05  
% 5.16/1.05  **** run 36 fork 3 starts with strategy
% 5.16/1.05  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 5.16/1.05  
% 5.16/1.05  
% 5.16/1.05  fork 7: search terminated without proof.
% 5.43/1.08  
% 5.43/1.08  **** run 48 fork 7 starts with strategy
% 5.43/1.08  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.43/1.09  
% 5.43/1.09  
% 5.43/1.09  fork 4: search terminated without proof.
% 5.43/1.10  
% 5.43/1.10  
% 5.43/1.10  fork 1: search terminated without proof.
% 5.43/1.11  
% 5.43/1.11  
% 5.43/1.11  fork 0: search terminated without proof.
% 5.43/1.11  
% 5.43/1.11  **** run 45 fork 4 starts with strategy
% 5.43/1.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.43/1.11  
% 5.43/1.11  
% 5.43/1.11  fork 5: search terminated without proof.
% 5.43/1.12  
% 5.43/1.12  fork 6: search finished without proof.
% 5.43/1.12  
% 5.43/1.12  fork 7: search finished without proof.
% 5.43/1.12  
% 5.43/1.12  **** run 42 fork 1 starts with strategy
% 5.43/1.12  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.43/1.13  
% 5.43/1.13  **** run 41 fork 0 starts with strategy
% 5.43/1.13  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.90/1.14  
% 5.90/1.14  **** run 47 fork 6 starts with strategy
% 5.90/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.90/1.14  
% 5.90/1.14  **** run 46 fork 5 starts with strategy
% 5.90/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.90/1.15  
% 5.90/1.15  **** run 56 fork 7 starts with strategy
% 5.90/1.15  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.90/1.15  
% 5.90/1.15  
% 5.90/1.15  fork 2: search terminated without proof.
% 5.90/1.16  
% 5.90/1.16  fork 1: search finished without proof.
% 6.14/1.17  
% 6.14/1.17  
% 6.14/1.17  fork 3: search terminated without proof.
% 6.14/1.17  
% 6.14/1.17  **** run 50 fork 1 starts with strategy
% 6.14/1.17  
% 6.14/1.17  **** run 43 fork 2 starts with strategy
% 6.14/1.17  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 6.14/1.17  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.14/1.18  
% 6.14/1.18  fork 7: search finished without proof.
% 6.14/1.19  
% 6.14/1.19  **** run 44 fork 3 starts with strategy
% 6.14/1.19  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 6.14/1.21  
% 6.14/1.21  **** run 64 fork 7 starts with strategy
% 6.14/1.21  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.66/1.23  
% 6.66/1.23  
% 6.66/1.23  fork 4: search terminated without proof.
% 6.66/1.25  
% 6.66/1.25  **** run 53 fork 4 starts with strategy
% 6.66/1.25  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.66/1.25  
% 6.66/1.25  
% 6.66/1.25  fork 0: search terminated without proof.
% 6.66/1.26  
% 6.66/1.26  
% 6.66/1.26  fork 6: search terminated without proof.
% 6.99/1.26  
% 6.99/1.26  
% 6.99/1.26  fork 5: search terminated without proof.
% 6.99/1.27  
% 6.99/1.27  **** run 49 fork 0 starts with strategy
% 6.99/1.27  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.99/1.28  
% 6.99/1.28  **** run 55 fork 6 starts with strategy
% 6.99/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.99/1.28  
% 6.99/1.28  **** run 54 fork 5 starts with strategy
% 6.99/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.99/1.29  
% 6.99/1.29  
% 6.99/1.29  fork 2: search terminated without proof.
% 6.99/1.30  
% 6.99/1.30  
% 6.99/1.30  fork 1: search terminated without proof.
% 6.99/1.31  
% 6.99/1.31  **** run 51 fork 2 starts with strategy
% 6.99/1.31  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.99/1.32  
% 6.99/1.32  **** run 58 fork 1 starts with strategy
% 6.99/1.32  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 6.99/1.32  
% 6.99/1.32  
% 6.99/1.32  fork 3: search terminated without proof.
% 7.55/1.34  
% 7.55/1.34  
% 7.55/1.34  fork 7: search terminated without proof.
% 7.55/1.34  
% 7.55/1.34  **** run 52 fork 3 starts with strategy
% 7.55/1.34  
% 7.55/1.34  fork 1: search finished without proof.
% 7.55/1.34  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 7.55/1.36  
% 7.55/1.36  **** run 66 fork 1 starts with strategy
% 7.55/1.36  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.55/1.36  
% 7.55/1.36  **** run 72 fork 7 starts with strategy
% 7.55/1.36  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.55/1.37  
% 7.55/1.37  
% 7.55/1.37  fork 4: search terminated without proof.
% 7.85/1.39  
% 7.85/1.39  **** run 61 fork 4 starts with strategy
% 7.85/1.39  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.85/1.39  
% 7.85/1.39  
% 7.85/1.39  fork 0: search terminated without proof.
% 7.85/1.40  
% 7.85/1.40  
% 7.85/1.40  fork 6: search terminated without proof.
% 7.85/1.40  
% 7.85/1.40  
% 7.85/1.40  fork 5: search terminated without proof.
% 7.85/1.41  
% 7.85/1.41  **** run 57 fork 0 starts with strategy
% 7.85/1.41  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.85/1.42  
% 7.85/1.42  **** run 63 fork 6 starts with strategy
% 7.85/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.85/1.42  
% 7.85/1.42  **** run 62 fork 5 starts with strategy
% 7.85/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.85/1.44  
% 7.85/1.44  
% 7.85/1.44  fork 2: search terminated without proof.
% 7.85/1.45  
% 7.85/1.45  fork 5: search finished without proof.
% 7.85/1.46  
% 7.85/1.46  **** run 59 fork 2 starts with strategy
% 7.85/1.46  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.85/1.46  
% 7.85/1.46  **** run 70 fork 5 starts with strategy
% 7.85/1.46  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.85/1.48  
% 7.85/1.48  
% 7.85/1.48  fork 1: search terminated without proof.
% 7.85/1.49  
% 7.85/1.49  
% 7.85/1.49  fork 7: search terminated without proof.
% 7.85/1.50  
% 7.85/1.50  **** run 74 fork 1 starts with strategy
% 7.85/1.50  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 7.85/1.51  
% 7.85/1.51  
% 7.85/1.51  fork 4: search terminated without proof.
% 7.85/1.51  
% 7.85/1.51  
% 7.85/1.51  fork 3: search terminated without proof.
% 7.85/1.52  
% 7.85/1.52  **** run 80 fork 7 starts with strategy
% 7.85/1.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 7.85/1.53  
% 7.85/1.53  **** run 69 fork 4 starts with strategy
% 7.85/1.53  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.85/1.54  
% 7.85/1.54  
% 7.85/1.54  fork 0: search terminated without proof.
% 7.85/1.54  
% 7.85/1.54  
% 7.85/1.54  fork 6: search terminated without proof.
% 7.85/1.56  
% 7.85/1.56  **** run 65 fork 0 starts with strategy
% 7.85/1.56  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.85/1.56  
% 7.85/1.56  **** run 71 fork 6 starts with strategy
% 7.85/1.56  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.85/1.58  
% 7.85/1.58  **** run 60 fork 3 starts with strategy
% 7.85/1.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.85/1.58  
% 7.85/1.58  
% 7.85/1.58  fork 2: search terminated without proof.
% 7.85/1.58  
% 7.85/1.58  
% 7.85/1.58  fork 5: search terminated without proof.
% 7.85/1.60  
% 7.85/1.60  **** run 67 fork 2 starts with strategy
% 7.85/1.60  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.85/1.60  
% 7.85/1.60  **** run 78 fork 5 starts with strategy
% 7.85/1.60  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.85/1.62  
% 7.85/1.62  fork 3: search finished without proof.
% 7.85/1.62  
% 7.85/1.62  
% 7.85/1.62  fork 1: search terminated without proof.
% 7.85/1.64  
% 7.85/1.64  **** run 82 fork 1 starts with strategy
% 7.85/1.64  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.76/1.65  
% 9.76/1.65  
% 9.76/1.65  fork 4: search terminated without proof.
% 9.76/1.65  
% 9.76/1.65  
% 9.76/1.65  fork 7: search terminated without proof.
% 9.76/1.65  
% 9.76/1.65  **** run 68 fork 3 starts with strategy
% 9.76/1.65  {"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}
% 9.76/1.67  
% 9.76/1.67  **** run 77 fork 4 starts with strategy
% 9.76/1.67  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 10.10/1.68  
% 10.10/1.68  
% 10.10/1.68  fork 0: search terminated without proof.
% 10.10/1.68  
% 10.10/1.68  **** run 88 fork 7 starts with strategy
% 10.10/1.68  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.10/1.68  
% 10.10/1.68  
% 10.10/1.68  fork 6: search terminated without proof.
% 10.10/1.70  
% 10.10/1.70  **** run 73 fork 0 starts with strategy
% 10.10/1.70  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.10/1.70  
% 10.10/1.70  **** run 79 fork 6 starts with strategy
% 10.10/1.70  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.10/1.72  
% 10.10/1.72  
% 10.10/1.72  fork 5: search terminated without proof.
% 10.10/1.73  
% 10.10/1.73  
% 10.10/1.73  fork 2: search terminated without proof.
% 10.66/1.74  
% 10.66/1.74  **** run 86 fork 5 starts with strategy
% 10.66/1.74  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.66/1.74  
% 10.66/1.74  **** run 75 fork 2 starts with strategy
% 10.66/1.74  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 10.66/1.76  
% 10.66/1.76  
% 10.66/1.76  fork 1: search terminated without proof.
% 10.85/1.77  
% 10.85/1.77  fork 2: search finished without proof.
% 10.85/1.78  
% 10.85/1.78  
% 10.85/1.78  fork 3: search terminated without proof.
% 10.85/1.78  
% 10.85/1.78  **** run 90 fork 1 starts with strategy
% 10.85/1.78  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 10.85/1.78  
% 10.85/1.78  
% 10.85/1.78  fork 4: search terminated without proof.
% 10.85/1.79  
% 10.85/1.79  **** run 83 fork 2 starts with strategy
% 10.85/1.79  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.85/1.80  
% 10.85/1.80  **** run 76 fork 3 starts with strategy
% 10.85/1.80  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 10.85/1.80  
% 10.85/1.80  **** run 85 fork 4 starts with strategy
% 10.85/1.80  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 10.85/1.80  
% 10.85/1.80  
% 10.85/1.80  fork 7: search terminated without proof.
% 10.85/1.82  
% 10.85/1.82  
% 10.85/1.82  fork 0: search terminated without proof.
% 10.85/1.82  
% 10.85/1.82  
% 10.85/1.82  fork 6: search terminated without proof.
% 11.32/1.83  
% 11.32/1.83  **** run 81 fork 0 starts with strategy
% 11.32/1.83  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.32/1.83  
% 11.32/1.83  **** run 96 fork 7 starts with strategy
% 11.32/1.83  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 11.32/1.84  
% 11.32/1.84  **** run 87 fork 6 starts with strategy
% 11.32/1.84  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.62/1.86  
% 11.62/1.86  
% 11.62/1.86  fork 5: search terminated without proof.
% 11.62/1.88  
% 11.62/1.88  **** run 94 fork 5 starts with strategy
% 11.62/1.88  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 11.62/1.91  
% 11.62/1.91  
% 11.62/1.91  fork 2: search terminated without proof.
% 11.62/1.92  
% 11.62/1.92  
% 11.62/1.92  fork 4: search terminated without proof.
% 11.62/1.93  
% 11.62/1.93  
% 11.62/1.93  fork 3: search terminated without proof.
% 11.62/1.93  
% 11.62/1.93  **** run 91 fork 2 starts with strategy
% 11.62/1.93  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 12.21/1.94  
% 12.21/1.94  **** run 84 fork 3 starts with strategy
% 12.21/1.94  {"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}
% 12.21/1.95  
% 12.21/1.95  **** run 93 fork 4 starts with strategy
% 12.21/1.95  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 12.21/1.96  
% 12.21/1.96  
% 12.21/1.96  fork 6: search terminated without proof.
% 12.21/1.96  
% 12.21/1.96  
% 12.21/1.96  fork 0: search terminated without proof.
% 12.52/1.98  
% 12.52/1.98  **** run 95 fork 6 starts with strategy
% 12.52/1.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 12.52/1.98  
% 12.52/1.98  **** run 89 fork 0 starts with strategy
% 12.52/1.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 13.23/2.07  
% 13.23/2.07  
% 13.23/2.07  fork 3: search terminated without proof.
% 13.23/2.09  
% 13.23/2.09  **** run 92 fork 3 starts with strategy
% 13.23/2.09  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 19.16/2.85  
% 19.16/2.85  
% 19.16/2.85  fork 1: search terminated without proof.
% 19.16/2.86  
% 19.16/2.86  
% 19.16/2.86  fork 7: search terminated without proof.
% 19.16/2.88  
% 19.16/2.88  **** run 104 fork 7 starts with strategy
% 19.16/2.88  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 19.16/2.89  
% 19.16/2.89  **** run 98 fork 1 starts with strategy
% 19.16/2.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.16/2.90  
% 19.16/2.90  
% 19.16/2.90  fork 5: search terminated without proof.
% 19.16/2.93  
% 19.16/2.93  **** run 102 fork 5 starts with strategy
% 19.16/2.93  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 19.16/2.95  
% 19.16/2.95  
% 19.16/2.95  fork 2: search terminated without proof.
% 19.16/2.98  
% 19.16/2.98  **** run 99 fork 2 starts with strategy
% 19.16/2.98  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 19.16/3.00  
% 19.16/3.00  
% 19.16/3.00  fork 6: search terminated without proof.
% 19.16/3.03  
% 19.16/3.03  
% 19.16/3.03  fork 4: search terminated without proof.
% 19.16/3.03  
% 19.16/3.03  **** run 103 fork 6 starts with strategy
% 19.16/3.03  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.70/3.05  
% 20.70/3.05  
% 20.70/3.05  fork 0: search terminated without proof.
% 20.70/3.06  
% 20.70/3.06  **** run 101 fork 4 starts with strategy
% 20.70/3.06  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.70/3.08  
% 20.70/3.08  **** run 97 fork 0 starts with strategy
% 20.70/3.08  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 22.16/3.23  
% 22.16/3.23  
% 22.16/3.23  fork 3: search terminated without proof.
% 22.16/3.26  
% 22.16/3.26  **** run 100 fork 3 starts with strategy
% 22.16/3.26  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 26.94/3.90  
% 26.94/3.90  
% 26.94/3.90  fork 7: search terminated without proof.
% 27.60/3.92  
% 27.60/3.92  
% 27.60/3.92  fork 1: search terminated without proof.
% 27.60/3.93  
% 27.60/3.93  **** run 112 fork 7 starts with strategy
% 27.60/3.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.60/3.95  
% 27.60/3.95  **** run 106 fork 1 starts with strategy
% 27.60/3.95  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.16/4.00  
% 28.16/4.00  
% 28.16/4.00  fork 2: search terminated without proof.
% 28.16/4.02  
% 28.16/4.02  
% 28.16/4.02  fork 5: search terminated without proof.
% 28.16/4.03  
% 28.16/4.03  **** run 107 fork 2 starts with strategy
% 28.16/4.03  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 28.16/4.05  
% 28.16/4.05  
% 28.16/4.05  fork 6: search terminated without proof.
% 28.16/4.05  
% 28.16/4.05  **** run 110 fork 5 starts with strategy
% 28.16/4.05  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 28.84/4.08  
% 28.84/4.08  **** run 111 fork 6 starts with strategy
% 28.84/4.08  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 28.97/4.09  
% 28.97/4.09  
% 28.97/4.09  fork 4: search terminated without proof.
% 29.21/4.11  
% 29.21/4.11  **** run 109 fork 4 starts with strategy
% 29.21/4.11  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 29.33/4.17  
% 29.33/4.17  
% 29.33/4.17  fork 0: search terminated without proof.
% 29.33/4.20  
% 29.33/4.20  **** run 105 fork 0 starts with strategy
% 29.33/4.20  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 30.00/4.28  
% 30.00/4.28  
% 30.00/4.28  fork 3: search terminated without proof.
% 30.00/4.31  
% 30.00/4.31  **** run 108 fork 3 starts with strategy
% 30.00/4.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 34.77/4.95  
% 34.77/4.95  
% 34.77/4.95  fork 7: search terminated without proof.
% 34.77/4.98  
% 34.77/4.98  **** run 120 fork 7 starts with strategy
% 34.77/4.98  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 34.77/5.01  
% 34.77/5.01  fork 7: search finished without proof.
% 34.77/5.02  
% 34.77/5.02  **** run 128 fork 7 starts with strategy
% 34.77/5.02  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 34.77/5.04  
% 34.77/5.04  fork 2: search finished without proof.
% 34.77/5.06  
% 34.77/5.06  **** run 115 fork 2 starts with strategy
% 34.77/5.06  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 34.77/5.08  
% 34.77/5.08  
% 34.77/5.08  fork 5: search terminated without proof.
% 36.77/5.10  
% 36.77/5.10  
% 36.77/5.10  fork 6: search terminated without proof.
% 36.77/5.11  
% 36.77/5.11  **** run 118 fork 5 starts with strategy
% 36.77/5.11  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 36.77/5.13  
% 36.77/5.13  
% 36.77/5.13  fork 4: search terminated without proof.
% 36.77/5.14  
% 36.77/5.14  **** run 119 fork 6 starts with strategy
% 36.77/5.14  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 36.77/5.14  
% 36.77/5.14  
% 36.77/5.14  fork 1: search terminated without proof.
% 36.77/5.16  
% 36.77/5.16  **** run 117 fork 4 starts with strategy
% 36.77/5.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 37.44/5.18  
% 37.44/5.18  **** run 114 fork 1 starts with strategy
% 37.44/5.18  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 37.44/5.20  
% 37.44/5.20  fork 0: search finished without proof.
% 37.44/5.22  
% 37.44/5.22  **** run 113 fork 0 starts with strategy
% 37.44/5.22  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 38.67/5.33  
% 38.67/5.33  
% 38.67/5.33  fork 3: search terminated without proof.
% 38.74/5.35  
% 38.74/5.35  **** run 116 fork 3 starts with strategy
% 38.74/5.35  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 44.19/6.04  
% 44.19/6.04  
% 44.19/6.04  fork 7: search terminated without proof.
% 44.19/6.06  
% 44.19/6.06  **** run 136 fork 7 starts with strategy
% 44.19/6.06  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 44.47/6.07  
% 44.47/6.07  
% 44.47/6.07  fork 2: search terminated without proof.
% 44.47/6.09  
% 44.47/6.09  fork 7: search finished without proof.
% 44.47/6.10  
% 44.47/6.10  **** run 123 fork 2 starts with strategy
% 44.47/6.10  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 44.47/6.10  
% 44.47/6.10  **** run 144 fork 7 starts with strategy
% 44.47/6.10  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 44.47/6.11  
% 44.47/6.11  fork 5: search finished without proof.
% 44.47/6.13  
% 44.47/6.13  fork 7: search finished without proof.
% 44.98/6.14  
% 44.98/6.14  **** run 126 fork 5 starts with strategy
% 44.98/6.14  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 44.98/6.15  
% 44.98/6.15  **** run 152 fork 7 starts with strategy
% 44.98/6.15  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 45.25/6.17  
% 45.25/6.17  
% 45.25/6.17  fork 6: search terminated without proof.
% 45.25/6.22  
% 45.25/6.22  
% 45.25/6.22  fork 4: search terminated without proof.
% 45.75/6.23  
% 45.75/6.23  **** run 127 fork 6 starts with strategy
% 45.75/6.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 45.75/6.24  
% 45.75/6.24  
% 45.75/6.24  fork 0: search terminated without proof.
% 45.75/6.24  
% 45.75/6.24  **** run 125 fork 4 starts with strategy
% 45.75/6.24  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 46.02/6.27  
% 46.02/6.27  **** run 121 fork 0 starts with strategy
% 46.02/6.27  {"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.02/6.32  
% 46.02/6.32  
% 46.02/6.32  fork 1: search terminated without proof.
% 46.57/6.36  
% 46.57/6.36  **** run 122 fork 1 starts with strategy
% 46.57/6.36  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 46.57/6.37  
% 46.57/6.37  
% 46.57/6.37  fork 3: search terminated without proof.
% 46.57/6.40  
% 46.57/6.40  **** run 124 fork 3 starts with strategy
% 46.57/6.40  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 52.41/7.12  
% 52.41/7.12  
% 52.41/7.12  fork 2: search terminated without proof.
% 52.41/7.14  
% 52.41/7.14  **** run 131 fork 2 starts with strategy
% 52.41/7.14  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 52.41/7.17  
% 52.41/7.17  
% 52.41/7.17  fork 7: search terminated without proof.
% 52.41/7.17  
% 52.41/7.17  
% 52.41/7.17  fork 5: search terminated without proof.
% 52.41/7.19  
% 52.41/7.19  **** run 160 fork 7 starts with strategy
% 52.41/7.19  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 52.41/7.22  
% 52.41/7.22  **** run 134 fork 5 starts with strategy
% 52.41/7.22  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 52.41/7.26  
% 52.41/7.26  
% 52.41/7.26  fork 4: search terminated without proof.
% 52.41/7.27  
% 52.41/7.27  fork 0: search finished without proof.
% 53.86/7.29  
% 53.86/7.29  **** run 133 fork 4 starts with strategy
% 53.86/7.29  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 54.18/7.31  
% 54.18/7.31  **** run 129 fork 0 starts with strategy
% 54.18/7.31  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 54.66/7.39  
% 54.66/7.39  
% 54.66/7.39  fork 1: search terminated without proof.
% 54.66/7.40  
% 54.66/7.40  fork 6: search finished without proof.
% 54.66/7.42  
% 54.66/7.42  
% 54.66/7.42  fork 3: search terminated without proof.
% 54.66/7.43  
% 54.66/7.43  **** run 135 fork 6 starts with strategy
% 54.66/7.43  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 54.66/7.43  
% 54.66/7.43  **** run 130 fork 1 starts with strategy
% 54.66/7.43  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 54.66/7.45  
% 54.66/7.45  **** run 132 fork 3 starts with strategy
% 54.66/7.45  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 55.34/7.47  
% 55.34/7.47  fork 1: search finished without proof.
% 55.57/7.49  
% 55.57/7.49  **** run 138 fork 1 starts with strategy
% 55.57/7.49  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 60.36/8.17  
% 60.36/8.17  
% 60.36/8.17  fork 2: search terminated without proof.
% 60.93/8.19  
% 60.93/8.19  **** run 139 fork 2 starts with strategy
% 60.93/8.19  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 61.41/8.25  
% 61.41/8.25  
% 61.41/8.25  fork 7: search terminated without proof.
% 61.41/8.25  
% 61.41/8.25  
% 61.41/8.25  fork 5: search terminated without proof.
% 61.41/8.27  
% 61.41/8.27  **** run 168 fork 7 starts with strategy
% 61.41/8.27  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 61.41/8.30  
% 61.41/8.30  **** run 142 fork 5 starts with strategy
% 61.41/8.30  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 61.41/8.31  
% 61.41/8.31  
% 61.41/8.31  fork 4: search terminated without proof.
% 62.21/8.33  
% 62.21/8.33  
% 62.21/8.33  fork 0: search terminated without proof.
% 62.21/8.34  
% 62.21/8.34  **** run 141 fork 4 starts with strategy
% 62.21/8.34  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 62.21/8.36  
% 62.21/8.36  **** run 137 fork 0 starts with strategy
% 62.21/8.36  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 63.33/8.48  
% 63.33/8.48  
% 63.33/8.48  fork 3: search terminated without proof.
% 63.33/8.49  
% 63.33/8.49  fork 1: search finished without proof.
% 63.33/8.52  
% 63.33/8.52  **** run 146 fork 1 starts with strategy
% 63.33/8.52  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 63.33/8.53  
% 63.33/8.53  **** run 140 fork 3 starts with strategy
% 63.33/8.53  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 63.33/8.54  
% 63.33/8.54  fork 1: search finished without proof.
% 63.33/8.56  
% 63.33/8.56  **** run 154 fork 1 starts with strategy
% 63.33/8.56  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 64.36/8.63  
% 64.36/8.63  
% 64.36/8.63  fork 6: search terminated without proof.
% 64.68/8.66  
% 64.68/8.66  **** run 143 fork 6 starts with strategy
% 64.68/8.66  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 68.61/9.22  
% 68.61/9.22  fork 2: search finished without proof.
% 68.61/9.24  
% 68.61/9.24  **** run 147 fork 2 starts with strategy
% 68.61/9.24  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 68.61/9.29  
% 68.61/9.29  
% 68.61/9.29  fork 7: search terminated without proof.
% 68.61/9.32  
% 68.61/9.32  
% 68.61/9.32  fork 5: search terminated without proof.
% 68.61/9.32  
% 68.61/9.32  **** run 176 fork 7 starts with strategy
% 68.61/9.32  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 69.92/9.35  
% 69.92/9.35  **** run 150 fork 5 starts with strategy
% 69.92/9.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 69.92/9.36  
% 69.92/9.36  
% 69.92/9.36  fork 4: search terminated without proof.
% 69.92/9.38  
% 69.92/9.38  fork 5: search finished without proof.
% 69.92/9.38  
% 69.92/9.38  **** run 149 fork 4 starts with strategy
% 69.92/9.38  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 69.92/9.38  
% 69.92/9.38  
% 69.92/9.38  fork 0: search terminated without proof.
% 69.92/9.39  
% 69.92/9.39  **** run 158 fork 5 starts with strategy
% 69.92/9.39  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 70.59/9.42  
% 70.59/9.42  **** run 145 fork 0 starts with strategy
% 70.59/9.42  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 71.79/9.56  
% 71.79/9.56  
% 71.79/9.56  fork 3: search terminated without proof.
% 71.79/9.58  
% 71.79/9.58  
% 71.79/9.58  fork 1: search terminated without proof.
% 72.12/9.60  
% 72.12/9.60  **** run 148 fork 3 starts with strategy
% 72.12/9.60  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 72.12/9.62  
% 72.12/9.62  **** run 162 fork 1 starts with strategy
% 72.12/9.62  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 72.12/9.63  
% 72.12/9.63  fork 3: search finished without proof.
% 72.53/9.66  
% 72.53/9.66  **** run 156 fork 3 starts with strategy
% 72.53/9.66  {"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}
% 73.40/9.79  
% 73.40/9.79  
% 73.40/9.79  fork 6: search terminated without proof.
% 73.40/9.82  
% 73.40/9.82  **** run 151 fork 6 starts with strategy
% 73.40/9.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 77.18/10.26  
% 77.18/10.26  
% 77.18/10.26  fork 2: search terminated without proof.
% 77.18/10.29  
% 77.18/10.29  **** run 155 fork 2 starts with strategy
% 77.18/10.29  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 77.63/10.34  
% 77.63/10.34  
% 77.63/10.34  fork 7: search terminated without proof.
% 78.02/10.37  
% 78.02/10.37  **** run 184 fork 7 starts with strategy
% 78.02/10.37  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 78.02/10.40  
% 78.02/10.40  
% 78.02/10.40  fork 4: search terminated without proof.
% 78.02/10.41  
% 78.02/10.41  
% 78.02/10.41  fork 5: search terminated without proof.
% 78.02/10.42  
% 78.02/10.42  fork 0: search finished without proof.
% 78.02/10.43  
% 78.02/10.43  **** run 157 fork 4 starts with strategy
% 78.02/10.43  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 78.02/10.44  
% 78.02/10.44  **** run 166 fork 5 starts with strategy
% 78.02/10.44  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 78.77/10.46  
% 78.77/10.46  **** run 153 fork 0 starts with strategy
% 78.77/10.46  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 80.05/10.64  
% 80.05/10.64  
% 80.05/10.64  fork 1: search terminated without proof.
% 80.41/10.66  
% 80.41/10.66  **** run 170 fork 1 starts with strategy
% 80.41/10.66  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 80.41/10.68  
% 80.41/10.68  
% 80.41/10.68  fork 3: search terminated without proof.
% 80.41/10.70  
% 80.41/10.70  **** run 164 fork 3 starts with strategy
% 80.41/10.70  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 83.93/11.11  
% 83.93/11.11  
% 83.93/11.11  fork 6: search terminated without proof.
% 83.93/11.13  
% 83.93/11.13  **** run 159 fork 6 starts with strategy
% 83.93/11.13  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 85.39/11.30  
% 85.39/11.30  fork 2: search finished without proof.
% 85.39/11.32  
% 85.39/11.32  **** run 163 fork 2 starts with strategy
% 85.39/11.32  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 85.84/11.35  
% 85.84/11.35  fork 2: search finished without proof.
% 85.84/11.36  
% 85.84/11.36  **** run 171 fork 2 starts with strategy
% 85.84/11.36  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 86.32/11.45  
% 86.32/11.45  
% 86.32/11.45  fork 4: search terminated without proof.
% 86.75/11.46  
% 86.75/11.46  
% 86.75/11.46  fork 5: search terminated without proof.
% 86.75/11.48  
% 86.75/11.48  
% 86.75/11.48  fork 0: search terminated without proof.
% 86.75/11.48  
% 86.75/11.48  **** run 165 fork 4 starts with strategy
% 86.75/11.48  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 86.75/11.49  
% 86.75/11.49  **** run 174 fork 5 starts with strategy
% 86.75/11.49  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 86.75/11.51  
% 86.75/11.51  **** run 161 fork 0 starts with strategy
% 86.75/11.51  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 86.75/11.68  
% 86.75/11.68  
% 86.75/11.68  fork 1: search terminated without proof.
% 86.75/11.70  
% 86.75/11.70  **** run 178 fork 1 starts with strategy
% 86.75/11.70  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 86.75/11.72  
% 86.75/11.72  
% 86.75/11.72  fork 3: search terminated without proof.
% 86.75/11.74  
% 86.75/11.74  **** run 172 fork 3 starts with strategy
% 86.75/11.74  {"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}
% 92.94/12.27  
% 92.94/12.27  
% 92.94/12.27  fork 6: search terminated without proof.
% 93.31/12.30  
% 93.31/12.30  **** run 167 fork 6 starts with strategy
% 93.31/12.30  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":10}
% 93.31/12.36  
% 93.31/12.36  fork 2: search finished without proof.
% 93.31/12.39  
% 93.31/12.39  **** run 179 fork 2 starts with strategy
% 93.31/12.39  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 93.31/12.50  
% 93.31/12.50  
% 93.31/12.50  fork 4: search terminated without proof.
% 95.02/12.52  
% 95.02/12.52  **** run 173 fork 4 starts with strategy
% 95.02/12.52  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 95.02/12.53  
% 95.02/12.53  
% 95.02/12.53  fork 0: search terminated without proof.
% 95.02/12.54  
% 95.02/12.54  
% 95.02/12.54  fork 5: search terminated without proof.
% 95.02/12.55  
% 95.02/12.55  **** run 169 fork 0 starts with strategy
% 95.02/12.55  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 95.02/12.57  
% 95.02/12.57  **** run 182 fork 5 starts with strategy
% 95.02/12.57  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 96.77/12.76  
% 96.77/12.76  
% 96.77/12.76  fork 3: search terminated without proof.
% 97.39/12.83  
% 97.39/12.83  **** run 180 fork 3 starts with strategy
% 97.39/12.83  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 102.07/13.44  
% 102.07/13.44  
% 102.07/13.44  fork 6: search terminated without proof.
% 102.37/13.49  
% 102.37/13.49  **** run 175 fork 6 starts with strategy
% 102.37/13.49  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 103.00/13.56  
% 103.00/13.56  
% 103.00/13.56  fork 4: search terminated without proof.
% 103.32/13.58  
% 103.32/13.58  **** run 181 fork 4 starts with strategy
% 103.32/13.58  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 103.32/13.60  
% 103.32/13.60  
% 103.32/13.60  fork 0: search terminated without proof.
% 103.32/13.63  
% 103.32/13.63  **** run 177 fork 0 starts with strategy
% 103.32/13.63  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 110.56/14.53  
% 110.56/14.53  
% 110.56/14.53  fork 6: search terminated without proof.
% 110.86/14.56  
% 110.86/14.56  **** run 183 fork 6 starts with strategy
% 110.86/14.56  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 118.71/15.61  
% 118.71/15.61  
% 118.71/15.61  fork 7: search terminated without proof.
% 118.71/15.67  
% 118.71/15.67  **** run 192 fork 7 starts with strategy
% 118.71/15.67  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 125.55/16.48  
% 125.55/16.48  fork 1: search finished without proof.
% 126.05/16.52  
% 126.05/16.52  **** run 186 fork 1 starts with strategy
% 126.05/16.52  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 134.51/17.59  
% 134.51/17.59  
% 134.51/17.59  fork 2: search terminated without proof.
% 134.51/17.65  
% 134.51/17.65  
% 134.51/17.65  fork 5: search terminated without proof.
% 135.09/17.66  
% 135.09/17.66  **** run 187 fork 2 starts with strategy
% 135.09/17.66  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":1}
% 135.70/17.73  
% 135.70/17.73  **** run 190 fork 5 starts with strategy
% 135.70/17.73  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 136.83/17.89  
% 136.83/17.89  
% 136.83/17.89  fork 3: search terminated without proof.
% 136.83/17.94  
% 136.83/17.94  **** run 188 fork 3 starts with strategy
% 136.83/17.94  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 143.27/18.70  
% 143.27/18.70  
% 143.27/18.70  fork 0: search terminated without proof.
% 143.62/18.77  
% 143.62/18.77  **** run 185 fork 0 starts with strategy
% 143.62/18.77  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 143.62/18.85  
% 143.62/18.85  
% 143.62/18.85  fork 4: search terminated without proof.
% 144.81/18.92  
% 144.81/18.92  **** run 189 fork 4 starts with strategy
% 144.81/18.92  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 150.88/19.70  
% 150.88/19.70  
% 150.88/19.70  fork 6: search terminated without proof.
% 151.67/19.77  
% 151.67/19.77  **** run 191 fork 6 starts with strategy
% 151.67/19.77  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 156.91/20.47  
% 156.91/20.47  fork 7: search finished without proof.
% 156.91/20.51  
% 156.91/20.51  **** run 200 fork 7 starts with strategy
% 156.91/20.51  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 166.63/21.67  
% 166.63/21.67  
% 166.63/21.67  fork 1: search terminated without proof.
% 166.63/21.74  
% 166.63/21.74  **** run 194 fork 1 starts with strategy
% 166.63/21.74  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 174.69/22.77  
% 174.69/22.77  
% 174.69/22.77  fork 2: search terminated without proof.
% 175.33/22.80  
% 175.33/22.80  **** run 195 fork 2 starts with strategy
% 175.33/22.80  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 176.04/22.88  
% 176.04/22.88  
% 176.04/22.88  fork 5: search terminated without proof.
% 176.42/22.95  
% 176.42/22.95  **** run 198 fork 5 starts with strategy
% 176.42/22.95  {"max_dseconds":50,"strategy":["query_focus","double"],"query_preference":1}
% 177.09/23.01  
% 177.09/23.01  
% 177.09/23.01  fork 3: search terminated without proof.
% 177.09/23.03  
% 177.09/23.03  **** run 196 fork 3 starts with strategy
% 177.09/23.03  {"max_dseconds":50,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 183.93/23.89  
% 183.93/23.89  
% 183.93/23.89  fork 0: search terminated without proof.
% 184.13/23.95  
% 184.13/23.95  **** run 193 fork 0 starts with strategy
% 184.13/23.95  {"max_dseconds":50,"strategy":["positive_pref"],"query_preference":0}
% 185.01/24.07  
% 185.01/24.07  
% 185.01/24.07  fork 4: search terminated without proof.
% 185.01/24.09  
% 185.01/24.09  **** run 197 fork 4 starts with strategy
% 185.01/24.09  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 191.81/24.88  
% 191.81/24.88  
% 191.81/24.88  fork 6: search terminated without proof.
% 192.07/24.96  
% 192.07/24.96  **** run 199 fork 6 starts with strategy
% 192.07/24.96  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 197.32/25.62  
% 197.32/25.62  
% 197.32/25.62  fork 7: search terminated without proof.
% 198.24/25.70  
% 198.24/25.70  **** run 208 fork 7 starts with strategy
% 198.24/25.70  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":50}
% 206.92/26.86  
% 206.92/26.86  fork 1: search finished without proof.
% 206.92/26.89  
% 206.92/26.89  **** run 202 fork 1 starts with strategy
% 206.92/26.89  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 215.50/27.93  
% 215.50/27.93  
% 215.50/27.93  fork 2: search terminated without proof.
% 215.50/28.00  
% 215.50/28.00  fork 5: search finished without proof.
% 215.50/28.01  
% 215.50/28.01  **** run 203 fork 2 starts with strategy
% 215.50/28.01  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 216.36/28.05  
% 216.36/28.05  **** run 206 fork 5 starts with strategy
% 216.36/28.05  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":50}
% 217.11/28.14  
% 217.11/28.14  
% 217.11/28.14  fork 3: search terminated without proof.
% 217.11/28.17  
% 217.11/28.17  **** run 204 fork 3 starts with strategy
% 217.11/28.17  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 223.89/29.02  
% 223.89/29.02  
% 223.89/29.02  fork 0: search terminated without proof.
% 223.89/29.05  
% 223.89/29.05  **** run 201 fork 0 starts with strategy
% 223.89/29.05  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 225.18/29.23  
% 225.18/29.23  
% 225.18/29.23  fork 4: search terminated without proof.
% 225.18/29.31  
% 225.18/29.31  **** run 205 fork 4 starts with strategy
% 225.18/29.31  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 226.94/29.50  
% 226.94/29.50  
% 226.94/29.50  result: proof found
% 226.94/29.50  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 226.94/29.50  by run 204 fork 3 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 226.94/29.50  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 226.94/29.50  
% 226.94/29.50  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 226.94/29.50  
% 226.94/29.50  run 204 fork 3 statistics:
% 226.94/29.50  ----------------------------------
% 226.94/29.50  this run seconds: 0.452774
% 226.94/29.50  total seconds: 27.760408
% 226.94/29.50  stat_given_used: 2220
% 226.94/29.50  stat_given_used_at_endgame: 0
% 226.94/29.50  stat_given_candidates:   3212
% 226.94/29.50  stat_given_candidates_at_endgame: 0
% 226.94/29.50  stat_given_candidates_h: 0
% 226.94/29.50  stat_binres_derived_cl:   140015
% 226.94/29.50  stat_binres_derived_cl_h: 0
% 226.94/29.50  stat_factor_derived_cl: 0
% 226.94/29.50  stat_para_derived_cl: 18371
% 226.94/29.50  stat_tautologies_discarded: 1
% 226.94/29.50  stat_forward_subsumed: 45237
% 226.94/29.50  stat_derived_cut: 2
% 226.94/29.50  stat_derived_rewritten: 0
% 226.94/29.50  stat_weight_discarded_building: 0
% 226.94/29.50  stat_weight_discarded_cl: 0
% 226.94/29.50  stat_internlimit_discarded_cl: 0
% 226.94/29.50  stat_simplified:  0 simplified 0 derived 0 given
% 226.94/29.50  stat_kept_cl: 113119
% 226.94/29.50  stat_built_cl: 117559
% 226.94/29.50  stat_hyperres_partial_cl: 0
% 226.94/29.50  stat_made_rewriters: 0
% 226.94/29.50  stat_backward_subsumed: 0
% 226.94/29.50  stat_propagated_subsumed: 0
% 226.94/29.50  stat_clsubs_attempted:                    171307
% 226.94/29.50  stat_clsubs_fact_groundunit_found:             0
% 226.94/29.50  stat_clsubs_rule_groundunit_found:             2
% 226.94/29.50  stat_clsubs_top_meta_attempted:            2929517
% 226.94/29.50  stat_clsubs_top_meta_failed:               2758210
% 226.94/29.50  stat_clsubs_top_meta_nonpref_attempted:             2929517
% 226.94/29.50  stat_clsubs_top_meta_nonpref_succeeded:              844771
% 226.94/29.50  stat_clsubs_top_meta_pref_attempted:                 844771
% 226.94/29.50  stat_clsubs_top_meta_pref1_succeeded:                657279
% 226.94/29.50  stat_clsubs_top_meta_pref2_succeeded:                235173
% 226.94/29.50  stat_clsubs_top_meta_pref3_succeeded:                171307
% 226.94/29.50  stat_clsubs_top_meta_pref_succeeded:                 171307
% 226.94/29.50  stat_clsubs_meta_attempted:               178491
% 226.94/29.50  stat_clsubs_meta_failed:                   32760
% 226.94/29.50  stat_clsubs_predsymbs_attempted:               0
% 226.94/29.50  stat_clsubs_unit_attempted:               167227
% 226.94/29.50  stat_clsubs_full_attempted:                 4080
% 226.94/29.50  stat_forwardsubs_attempted:               158356
% 226.94/29.50  stat_lit_hash_added:                 116646
% 226.94/29.50  stat_lit_hash_computed:              287836
% 226.94/29.50  stat_lit_hash_match_found:            45248
% 226.94/29.50  stat_lit_hash_match_miss:            241552
% 226.94/29.50  stat_lit_hash_cut_ok:                     5
% 226.94/29.50  stat_lit_strong_cut_ok:                   0
% 226.94/29.50  stat_lit_hash_subsume_ok:             45237
% 226.94/29.50  clqueue els 10000000 used 1
% 226.94/29.50  clactive els 10000000 used 2221
% 226.94/29.50  clactivesubsume els 10000000 used 13291
% 226.94/29.50  queue_termbuf els 200000000 used 9021063
% 226.94/29.50  hyper_termbuf els 100000000 used 1
% 226.94/29.50  active_termbuf els 100000000 used 96437
% 226.94/29.50  varstack els 5000 last used 1
% 226.94/29.50  given_termbuf els 10000000 last used 1
% 226.94/29.50  simplified_termbuf els 10000000 last used 1
% 226.94/29.50  derived_termbuf els 10000000 last used 5
% 226.94/29.50  wr_mallocs: 100098
% 226.94/29.50  wr_callocs: 19
% 226.94/29.50  wr_reallocs: 22072
% 226.94/29.50  wr_frees: 2
% 226.94/29.50  wr_malloc_bytes: 4167122452
% 226.94/29.50  wr_calloc_bytes: 96065504
% 226.94/29.50  wr_realloc_bytes: 4448304
% 226.94/29.50  wr_realloc_freebytes: 0
% 226.94/29.50  ----------------------------------
%------------------------------------------------------------------------------