TSTP Solution File: SET155-6 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : SET155-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n021.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 15:00:47 EDT 2023

% Result   : Unsatisfiable 95.20s 12.68s
% Output   : CNFRefutation 95.20s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named prove_demorgans_law1_1)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    complement(union(x,y)) != intersection(complement(x),complement(y)),
    inference(cnf_transformation,[],[prove_demorgans_law1_1]) ).

cnf('2',plain,
    ( ~ subclass(X,Y)
    | ~ subclass(Y,X)
    | X = Y ),
    inference(cnf_transformation,[],['$inc_subclass_implies_equal']) ).

cnf('3',plain,
    ( ~ subclass(intersection(complement(x),complement(y)),complement(union(x,y)))
    | ~ subclass(complement(union(x,y)),intersection(complement(x),complement(y))) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    ( ~ member(not_subclass_element(X,Y),Y)
    | subclass(X,Y) ),
    inference(cnf_transformation,[],['$inc_not_subclass_members2']) ).

cnf('5',plain,
    ( ~ member(not_subclass_element(intersection(complement(x),complement(y)),complement(union(x,y))),complement(union(x,y)))
    | ~ subclass(complement(union(x,y)),intersection(complement(x),complement(y))) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( member(X,complement(Y))
    | ~ member(X,universal_class)
    | member(X,Y) ),
    inference(cnf_transformation,[],['$inc_complement2']) ).

cnf('7',plain,
    ( ~ member(not_subclass_element(intersection(complement(x),complement(y)),complement(union(x,y))),universal_class)
    | ~ subclass(complement(union(x,y)),intersection(complement(x),complement(y)))
    | member(not_subclass_element(intersection(complement(x),complement(y)),complement(union(x,y))),union(x,y)) ),
    inference(resolution,[],['5','6']) ).

cnf('8',plain,
    complement(intersection(complement(X),complement(Y))) = union(X,Y),
    inference(cnf_transformation,[],['$inc_union']) ).

cnf('9',plain,
    ( member(not_subclass_element(X,Y),X)
    | subclass(X,Y) ),
    inference(cnf_transformation,[],['$inc_not_subclass_members1']) ).

cnf('10',plain,
    ( ~ subclass(complement(union(x,y)),intersection(complement(x),complement(y)))
    | member(not_subclass_element(intersection(complement(x),complement(y)),complement(union(x,y))),intersection(complement(x),complement(y))) ),
    inference(resolution,[],['3','9']) ).

cnf('11',plain,
    ( ~ member(X,complement(Y))
    | ~ member(X,Y) ),
    inference(cnf_transformation,[],['$inc_complement1']) ).

cnf('12',plain,
    ( ~ member(not_subclass_element(intersection(complement(x),complement(y)),complement(union(x,y))),complement(intersection(complement(x),complement(y))))
    | ~ subclass(complement(union(x,y)),intersection(complement(x),complement(y))) ),
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    ( ~ member(not_subclass_element(intersection(complement(x),complement(y)),complement(union(x,y))),union(x,y))
    | ~ subclass(complement(union(x,y)),intersection(complement(x),complement(y))) ),
    inference(paramodulation,[],['8','12']) ).

cnf('14',plain,
    ( ~ member(not_subclass_element(intersection(complement(x),complement(y)),complement(union(x,y))),universal_class)
    | ~ subclass(complement(union(x,y)),intersection(complement(x),complement(y))) ),
    inference(simplify,[],['7','13']) ).

cnf('15',plain,
    ( ~ member(X,Y)
    | ~ subclass(Y,Z)
    | member(X,Z) ),
    inference(cnf_transformation,[],['$inc_subclass_members']) ).

cnf('16',plain,
    ( ~ subclass(complement(union(x,y)),intersection(complement(x),complement(y)))
    | member(not_subclass_element(intersection(complement(x),complement(y)),complement(union(x,y))),X)
    | ~ subclass(intersection(complement(x),complement(y)),X) ),
    inference(resolution,[],['10','15']) ).

cnf('17',plain,
    subclass(X,universal_class),
    inference(cnf_transformation,[],['$inc_class_elements_are_sets']) ).

cnf('18',plain,
    ~ subclass(complement(union(x,y)),intersection(complement(x),complement(y))),
    inference(resolution,[then_simplify],['14','16','17']) ).

cnf('19',plain,
    ~ member(not_subclass_element(complement(union(x,y)),intersection(complement(x),complement(y))),intersection(complement(x),complement(y))),
    inference(resolution,[],['18','4']) ).

cnf('20',plain,
    member(not_subclass_element(complement(union(x,y)),intersection(complement(x),complement(y))),complement(union(x,y))),
    inference(resolution,[],['18','9']) ).

cnf('21',plain,
    ~ member(not_subclass_element(complement(union(x,y)),intersection(complement(x),complement(y))),union(x,y)),
    inference(resolution,[],['20','11']) ).

cnf('22',plain,
    ~ member(not_subclass_element(complement(union(x,y)),intersection(complement(x),complement(y))),complement(intersection(complement(x),complement(y)))),
    inference(paramodulation,[],['8','21']) ).

cnf('23',plain,
    ~ member(not_subclass_element(complement(union(x,y)),intersection(complement(x),complement(y))),universal_class),
    inference(resolution,[then_simplify],['19','6','22']) ).

cnf('24',plain,
    ~ member(not_subclass_element(complement(union(x,y)),intersection(complement(x),complement(y))),X),
    inference(resolution,[then_simplify],['23','15','17']) ).

cnf('25',plain,
    ~ subclass(complement(union(x,y)),intersection(complement(x),complement(y))),
    inference(resolution,[then_simplify],['14','16','17']) ).

cnf('26',plain,
    $false,
    inference(resolution,[then_simplify],['24','9','25']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SET155-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.14  % Command  : gkc %s
% 0.14/0.35  % Computer : n021.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Sat Aug 26 13:57:41 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.21/0.41  
% 0.21/0.41  input clause set summed statistics:
% 0.21/0.41  ----------------------------------
% 0.21/0.41  in_clause_count:                   113
% 0.21/0.41  in_rule_clause_count:              109
% 0.21/0.41  in_fact_clause_count:                4
% 0.21/0.41  in_answer_clause_count:              0
% 0.21/0.41  in_ground_clause_count:             12
% 0.21/0.41  in_unit_clause_count:               38
% 0.21/0.41  in_horn_clause_count:              105
% 0.21/0.41  in_pos_clause_count:                40
% 0.21/0.41  in_neg_clause_count:                 3
% 0.21/0.41  in_poseq_clause_count:              39
% 0.21/0.41  in_negeq_clause_count:               9
% 0.21/0.41  in_unitposeq_clause_count:          23
% 0.21/0.41  in_chain_clause_count:               2
% 0.21/0.41  in_min_length:             1
% 0.21/0.41  in_max_length:             5
% 0.21/0.41  in_min_depth:              1
% 0.21/0.41  in_max_depth:              6
% 0.21/0.41  in_min_size:               2
% 0.21/0.41  in_max_size:              41
% 0.21/0.41  in_min_vars:               0
% 0.21/0.41  in_max_vars:               5
% 0.21/0.41  in_extaxiom_count:               112
% 0.21/0.41  in_axiom_count:                    0
% 0.21/0.41  in_assumption_count:               0
% 0.21/0.41  in_goal_count:                     1
% 0.21/0.41  in_neg_goal_count:                 1
% 0.21/0.41  in_pos_goal_count:                 0
% 0.21/0.41  in_posunit_goal_count:             0
% 0.21/0.41  
% 0.21/0.41  auto guide:
% 0.21/0.41  -----------
% 0.21/0.41  {
% 0.21/0.41  "print":1,
% 0.21/0.41  "print_level": 15,
% 0.21/0.41  "max_size": 0,
% 0.21/0.41  "max_depth": 0,
% 0.21/0.41  "max_length": 0,
% 0.21/0.41  "max_dseconds": 0,
% 0.21/0.41  "runs":[
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1, "max_size":15},
% 0.21/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.41  {"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.21/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.41  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.21/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.41  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.41  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.21/0.41  {"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.21/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.41  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.41  {"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.21/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.21/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.41  
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10, "max_size":15},
% 0.21/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.41  {"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.21/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.41  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.21/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.41  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.41  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.21/0.41  {"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.21/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.41  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.41  {"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.21/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.21/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.41  
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50, "max_size":15},
% 0.21/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.41  {"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.21/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.41  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.21/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.41  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.41  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.21/0.41  {"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.21/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.41  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.41  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.41  {"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.21/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.21/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.41  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.41  
% 0.21/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.41  
% 0.21/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.21/0.41  
% 0.21/0.41  ]}
% 0.21/0.41  
% 0.21/0.41  
% 0.21/0.41  **** run 1 fork 0 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 2 fork 1 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 3 fork 2 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 4 fork 3 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 5 fork 4 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 6 fork 5 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 7 fork 6 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.41  
% 0.21/0.41  **** run 8 fork 7 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 2: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  
% 0.21/0.55  fork 3: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 4: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 5: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 0: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 6: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 7: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  
% 0.21/0.56  fork 1: search terminated without proof.
% 0.21/0.58  
% 0.21/0.58  **** run 11 fork 2 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.58  **** run 12 fork 3 starts with strategy
% 0.21/0.58  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.58  
% 0.21/0.59  
% 0.21/0.59  **** run 14 fork 5 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.59  
% 0.21/0.59  **** run 15 fork 6 starts with strategy
% 0.21/0.59  
% 0.21/0.59  **** run 13 fork 4 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.59  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.59  
% 0.21/0.59  **** run 16 fork 7 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.21/0.59  
% 0.21/0.59  **** run 9 fork 0 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.59  
% 0.21/0.59  **** run 10 fork 1 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  fork 2: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  fork 3: search terminated without proof.
% 0.21/0.71  
% 0.21/0.71  
% 0.21/0.71  fork 5: search terminated without proof.
% 0.21/0.71  
% 0.21/0.71  
% 0.21/0.71  fork 4: search terminated without proof.
% 0.21/0.72  
% 0.21/0.72  
% 0.21/0.72  fork 6: search terminated without proof.
% 0.21/0.72  
% 0.21/0.72  
% 0.21/0.72  fork 7: search terminated without proof.
% 0.21/0.72  
% 0.21/0.72  **** run 20 fork 3 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.72  
% 0.21/0.72  **** run 19 fork 2 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.73  
% 0.21/0.73  
% 0.21/0.73  fork 1: search terminated without proof.
% 0.21/0.73  
% 0.21/0.73  **** run 22 fork 5 starts with strategy
% 0.21/0.73  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.21/0.73  
% 0.21/0.73  **** run 21 fork 4 starts with strategy
% 0.21/0.73  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.74  
% 0.21/0.74  **** run 24 fork 7 starts with strategy
% 0.21/0.74  
% 0.21/0.74  **** run 23 fork 6 starts with strategy
% 0.21/0.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.74  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.21/0.76  
% 0.21/0.76  
% 0.21/0.76  fork 0: search terminated without proof.
% 0.21/0.76  
% 0.21/0.76  **** run 18 fork 1 starts with strategy
% 0.21/0.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.78  
% 0.21/0.78  **** run 17 fork 0 starts with strategy
% 0.21/0.78  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 2.58/0.86  
% 2.58/0.86  
% 2.58/0.86  fork 3: search terminated without proof.
% 2.58/0.86  
% 2.58/0.86  
% 2.58/0.86  fork 2: search terminated without proof.
% 2.58/0.87  
% 2.58/0.87  
% 2.58/0.87  fork 5: search terminated without proof.
% 3.75/0.88  
% 3.75/0.88  **** run 28 fork 3 starts with strategy
% 3.75/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.75/0.88  
% 3.75/0.88  **** run 27 fork 2 starts with strategy
% 3.75/0.88  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.75/0.89  
% 3.75/0.89  
% 3.75/0.89  fork 6: search terminated without proof.
% 3.75/0.89  
% 3.75/0.89  **** run 30 fork 5 starts with strategy
% 3.75/0.89  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 3.75/0.89  
% 3.75/0.89  
% 3.75/0.89  fork 7: search terminated without proof.
% 3.75/0.90  
% 3.75/0.90  
% 3.75/0.90  fork 4: search terminated without proof.
% 4.02/0.91  
% 4.02/0.91  **** run 32 fork 7 starts with strategy
% 4.02/0.91  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 4.02/0.91  
% 4.02/0.91  **** run 31 fork 6 starts with strategy
% 4.02/0.91  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.02/0.91  
% 4.02/0.91  
% 4.02/0.91  fork 0: search terminated without proof.
% 4.02/0.92  
% 4.02/0.92  
% 4.02/0.92  fork 1: search terminated without proof.
% 4.02/0.92  
% 4.02/0.92  **** run 29 fork 4 starts with strategy
% 4.02/0.92  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 4.19/0.93  
% 4.19/0.93  **** run 25 fork 0 starts with strategy
% 4.19/0.93  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 4.19/0.94  
% 4.19/0.94  **** run 26 fork 1 starts with strategy
% 4.19/0.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 4.19/0.97  
% 4.19/0.97  fork 0: search finished without proof.
% 4.19/0.98  
% 4.19/0.98  **** run 33 fork 0 starts with strategy
% 4.19/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.19/1.00  
% 4.19/1.00  
% 4.19/1.00  fork 3: search terminated without proof.
% 4.19/1.01  
% 4.19/1.01  
% 4.19/1.01  fork 2: search terminated without proof.
% 4.19/1.02  
% 4.19/1.02  
% 4.19/1.02  fork 5: search terminated without proof.
% 4.89/1.03  
% 4.89/1.03  **** run 35 fork 2 starts with strategy
% 4.89/1.03  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.89/1.03  
% 4.89/1.03  **** run 36 fork 3 starts with strategy
% 4.89/1.03  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.89/1.03  
% 4.89/1.03  **** run 38 fork 5 starts with strategy
% 4.89/1.03  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 4.89/1.04  
% 4.89/1.04  
% 4.89/1.04  fork 7: search terminated without proof.
% 4.89/1.04  
% 4.89/1.04  
% 4.89/1.04  fork 6: search terminated without proof.
% 4.89/1.05  
% 4.89/1.05  
% 4.89/1.05  fork 4: search terminated without proof.
% 4.89/1.06  
% 4.89/1.06  **** run 39 fork 6 starts with strategy
% 4.89/1.06  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 4.89/1.06  
% 4.89/1.06  **** run 40 fork 7 starts with strategy
% 4.89/1.06  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 4.89/1.07  
% 4.89/1.07  fork 3: search finished without proof.
% 4.89/1.07  
% 4.89/1.07  
% 4.89/1.07  fork 1: search terminated without proof.
% 4.89/1.07  
% 4.89/1.07  fork 5: search finished without proof.
% 4.89/1.07  
% 4.89/1.07  **** run 37 fork 4 starts with strategy
% 4.89/1.07  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 5.42/1.09  
% 5.42/1.09  **** run 46 fork 5 starts with strategy
% 5.42/1.09  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 5.42/1.09  
% 5.42/1.09  **** run 34 fork 1 starts with strategy
% 5.42/1.09  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.42/1.09  
% 5.42/1.09  **** run 44 fork 3 starts with strategy
% 5.42/1.09  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.42/1.11  
% 5.42/1.11  
% 5.42/1.11  fork 0: search terminated without proof.
% 5.42/1.13  
% 5.42/1.13  **** run 41 fork 0 starts with strategy
% 5.42/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.42/1.14  
% 5.42/1.14  fork 2: search finished without proof.
% 5.42/1.16  
% 5.42/1.16  **** run 43 fork 2 starts with strategy
% 5.42/1.16  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.14/1.19  
% 6.14/1.19  fork 7: search finished without proof.
% 6.14/1.19  
% 6.14/1.19  
% 6.14/1.19  fork 6: search terminated without proof.
% 6.14/1.20  
% 6.14/1.20  
% 6.14/1.20  fork 4: search terminated without proof.
% 6.14/1.21  
% 6.14/1.21  **** run 48 fork 7 starts with strategy
% 6.14/1.21  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.39/1.21  
% 6.39/1.21  **** run 47 fork 6 starts with strategy
% 6.39/1.21  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.39/1.21  
% 6.39/1.21  
% 6.39/1.21  fork 5: search terminated without proof.
% 6.39/1.22  
% 6.39/1.22  **** run 45 fork 4 starts with strategy
% 6.39/1.22  {"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}
% 6.39/1.22  
% 6.39/1.22  
% 6.39/1.22  fork 1: search terminated without proof.
% 6.39/1.23  
% 6.39/1.23  
% 6.39/1.23  fork 3: search terminated without proof.
% 6.56/1.24  
% 6.56/1.24  **** run 54 fork 5 starts with strategy
% 6.56/1.24  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.56/1.24  
% 6.56/1.24  **** run 42 fork 1 starts with strategy
% 6.56/1.24  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.56/1.25  
% 6.56/1.25  **** run 52 fork 3 starts with strategy
% 6.56/1.25  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 6.56/1.26  
% 6.56/1.26  
% 6.56/1.26  fork 0: search terminated without proof.
% 6.56/1.28  
% 6.56/1.28  **** run 49 fork 0 starts with strategy
% 6.56/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 6.56/1.29  
% 6.56/1.29  
% 6.56/1.29  fork 2: search terminated without proof.
% 6.56/1.30  
% 6.56/1.30  **** run 51 fork 2 starts with strategy
% 6.56/1.30  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.30/1.33  
% 7.30/1.33  
% 7.30/1.33  fork 7: search terminated without proof.
% 7.30/1.34  
% 7.30/1.34  
% 7.30/1.34  fork 6: search terminated without proof.
% 7.30/1.35  
% 7.30/1.35  
% 7.30/1.35  fork 4: search terminated without proof.
% 7.30/1.36  
% 7.30/1.36  **** run 55 fork 6 starts with strategy
% 7.30/1.36  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 7.30/1.36  
% 7.30/1.36  **** run 56 fork 7 starts with strategy
% 7.30/1.36  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.30/1.37  
% 7.30/1.37  
% 7.30/1.37  fork 5: search terminated without proof.
% 7.30/1.37  
% 7.30/1.37  
% 7.30/1.37  fork 1: search terminated without proof.
% 7.30/1.37  
% 7.30/1.37  
% 7.30/1.37  fork 3: search terminated without proof.
% 7.30/1.38  
% 7.30/1.38  **** run 53 fork 4 starts with strategy
% 7.30/1.38  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.30/1.39  
% 7.30/1.39  **** run 50 fork 1 starts with strategy
% 7.30/1.39  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.30/1.39  
% 7.30/1.39  **** run 62 fork 5 starts with strategy
% 7.30/1.39  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 7.30/1.39  
% 7.30/1.39  **** run 60 fork 3 starts with strategy
% 7.30/1.39  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 7.30/1.40  
% 7.30/1.40  fork 0: search finished without proof.
% 7.30/1.42  
% 7.30/1.42  **** run 57 fork 0 starts with strategy
% 7.30/1.42  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.30/1.42  
% 7.30/1.42  fork 2: search finished without proof.
% 7.30/1.44  
% 7.30/1.44  **** run 59 fork 2 starts with strategy
% 7.30/1.44  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.30/1.48  
% 7.30/1.48  
% 7.30/1.48  fork 6: search terminated without proof.
% 7.30/1.49  
% 7.30/1.49  
% 7.30/1.49  fork 7: search terminated without proof.
% 7.30/1.50  
% 7.30/1.50  **** run 63 fork 6 starts with strategy
% 7.30/1.50  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 7.30/1.51  
% 7.30/1.51  **** run 64 fork 7 starts with strategy
% 7.30/1.51  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.30/1.52  
% 7.30/1.52  
% 7.30/1.52  fork 1: search terminated without proof.
% 7.30/1.52  
% 7.30/1.52  
% 7.30/1.52  fork 5: search terminated without proof.
% 7.30/1.52  
% 7.30/1.52  
% 7.30/1.52  fork 3: search terminated without proof.
% 8.29/1.54  
% 8.29/1.54  **** run 58 fork 1 starts with strategy
% 8.29/1.54  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.29/1.54  
% 8.29/1.54  **** run 70 fork 5 starts with strategy
% 8.29/1.54  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 8.29/1.54  
% 8.29/1.54  fork 0: search finished without proof.
% 8.29/1.54  
% 8.29/1.54  **** run 68 fork 3 starts with strategy
% 8.29/1.54  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 8.29/1.56  
% 8.29/1.56  **** run 65 fork 0 starts with strategy
% 8.29/1.56  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 8.29/1.59  
% 8.29/1.59  
% 8.29/1.59  fork 4: search terminated without proof.
% 8.29/1.60  
% 8.29/1.60  
% 8.29/1.60  fork 2: search terminated without proof.
% 9.50/1.61  
% 9.50/1.61  **** run 61 fork 4 starts with strategy
% 9.50/1.61  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 9.58/1.62  
% 9.58/1.62  **** run 67 fork 2 starts with strategy
% 9.58/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 9.58/1.63  
% 9.58/1.63  
% 9.58/1.63  fork 6: search terminated without proof.
% 9.58/1.64  
% 9.58/1.64  
% 9.58/1.64  fork 7: search terminated without proof.
% 9.58/1.65  
% 9.58/1.65  **** run 71 fork 6 starts with strategy
% 9.58/1.65  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 9.58/1.67  
% 9.58/1.67  **** run 72 fork 7 starts with strategy
% 9.58/1.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 9.58/1.67  
% 9.58/1.67  
% 9.58/1.67  fork 3: search terminated without proof.
% 9.58/1.67  
% 9.58/1.67  
% 9.58/1.67  fork 1: search terminated without proof.
% 9.58/1.67  
% 9.58/1.67  
% 9.58/1.67  fork 5: search terminated without proof.
% 9.58/1.69  
% 9.58/1.69  **** run 76 fork 3 starts with strategy
% 9.58/1.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.58/1.69  
% 9.58/1.69  **** run 66 fork 1 starts with strategy
% 9.58/1.69  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 9.58/1.69  
% 9.58/1.69  **** run 78 fork 5 starts with strategy
% 9.58/1.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 9.58/1.70  
% 9.58/1.70  
% 9.58/1.70  fork 0: search terminated without proof.
% 10.32/1.72  
% 10.32/1.72  **** run 73 fork 0 starts with strategy
% 10.32/1.72  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.32/1.75  
% 10.32/1.75  
% 10.32/1.75  fork 2: search terminated without proof.
% 10.32/1.75  
% 10.32/1.75  
% 10.32/1.75  fork 4: search terminated without proof.
% 10.32/1.76  
% 10.32/1.76  **** run 75 fork 2 starts with strategy
% 10.32/1.76  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 10.32/1.77  
% 10.32/1.77  **** run 69 fork 4 starts with strategy
% 10.32/1.77  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 10.32/1.78  
% 10.32/1.78  
% 10.32/1.78  fork 6: search terminated without proof.
% 10.90/1.80  
% 10.90/1.80  **** run 79 fork 6 starts with strategy
% 10.90/1.80  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 10.90/1.80  
% 10.90/1.80  
% 10.90/1.80  fork 7: search terminated without proof.
% 10.90/1.82  
% 10.90/1.82  
% 10.90/1.82  fork 1: search terminated without proof.
% 10.90/1.82  
% 10.90/1.82  
% 10.90/1.82  fork 5: search terminated without proof.
% 10.90/1.82  
% 10.90/1.82  
% 10.90/1.82  fork 3: search terminated without proof.
% 10.90/1.82  
% 10.90/1.82  **** run 80 fork 7 starts with strategy
% 10.90/1.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 10.90/1.83  
% 10.90/1.83  fork 6: search finished without proof.
% 10.90/1.84  
% 10.90/1.84  **** run 74 fork 1 starts with strategy
% 10.90/1.84  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 10.90/1.84  
% 10.90/1.84  **** run 86 fork 5 starts with strategy
% 10.90/1.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 10.90/1.84  
% 10.90/1.84  **** run 84 fork 3 starts with strategy
% 10.90/1.84  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 10.90/1.85  
% 10.90/1.85  **** run 87 fork 6 starts with strategy
% 10.90/1.85  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 10.90/1.85  
% 10.90/1.85  
% 10.90/1.85  fork 0: search terminated without proof.
% 10.90/1.87  
% 10.90/1.87  **** run 81 fork 0 starts with strategy
% 10.90/1.87  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 11.61/1.88  
% 11.61/1.88  fork 6: search finished without proof.
% 11.71/1.90  
% 11.71/1.90  **** run 95 fork 6 starts with strategy
% 11.71/1.90  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 11.71/1.90  
% 11.71/1.90  
% 11.71/1.90  fork 4: search terminated without proof.
% 11.71/1.90  
% 11.71/1.90  
% 11.71/1.90  fork 2: search terminated without proof.
% 11.85/1.91  
% 11.85/1.91  **** run 77 fork 4 starts with strategy
% 11.85/1.91  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 11.93/1.92  
% 11.93/1.92  **** run 83 fork 2 starts with strategy
% 11.93/1.92  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 11.93/1.95  
% 11.93/1.95  
% 11.93/1.95  fork 7: search terminated without proof.
% 11.93/1.97  
% 11.93/1.97  
% 11.93/1.97  fork 5: search terminated without proof.
% 11.93/1.97  
% 11.93/1.97  
% 11.93/1.97  fork 3: search terminated without proof.
% 11.93/1.97  
% 11.93/1.97  
% 11.93/1.97  fork 1: search terminated without proof.
% 11.93/1.98  
% 11.93/1.98  **** run 88 fork 7 starts with strategy
% 11.93/1.98  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 11.93/1.99  
% 11.93/1.99  **** run 94 fork 5 starts with strategy
% 11.93/1.99  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 11.93/1.99  
% 11.93/1.99  **** run 82 fork 1 starts with strategy
% 11.93/1.99  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 11.93/1.99  
% 11.93/1.99  **** run 92 fork 3 starts with strategy
% 11.93/1.99  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 11.93/2.00  
% 11.93/2.00  
% 11.93/2.00  fork 0: search terminated without proof.
% 12.63/2.02  
% 12.63/2.02  **** run 89 fork 0 starts with strategy
% 12.63/2.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 12.63/2.02  
% 12.63/2.02  fork 6: search finished without proof.
% 12.63/2.03  
% 12.63/2.03  **** run 103 fork 6 starts with strategy
% 12.63/2.03  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 12.63/2.04  
% 12.63/2.04  
% 12.63/2.04  fork 4: search terminated without proof.
% 12.63/2.05  
% 12.63/2.05  
% 12.63/2.05  fork 2: search terminated without proof.
% 12.63/2.06  
% 12.63/2.06  **** run 85 fork 4 starts with strategy
% 12.63/2.06  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 12.63/2.07  
% 12.63/2.07  **** run 91 fork 2 starts with strategy
% 12.63/2.07  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 13.29/2.11  
% 13.29/2.11  
% 13.29/2.11  fork 7: search terminated without proof.
% 13.29/2.12  
% 13.29/2.12  
% 13.29/2.12  fork 1: search terminated without proof.
% 13.29/2.12  
% 13.29/2.12  
% 13.29/2.12  fork 5: search terminated without proof.
% 13.29/2.12  
% 13.29/2.12  
% 13.29/2.12  fork 3: search terminated without proof.
% 13.29/2.13  
% 13.29/2.13  **** run 96 fork 7 starts with strategy
% 13.29/2.13  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 13.29/2.14  
% 13.29/2.14  **** run 90 fork 1 starts with strategy
% 13.29/2.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 13.29/2.14  
% 13.29/2.14  **** run 102 fork 5 starts with strategy
% 13.29/2.14  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 13.29/2.14  
% 13.29/2.14  **** run 100 fork 3 starts with strategy
% 13.29/2.14  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 13.29/2.14  
% 13.29/2.14  
% 13.29/2.14  fork 0: search terminated without proof.
% 13.29/2.16  
% 13.29/2.16  
% 13.29/2.16  fork 6: search terminated without proof.
% 13.29/2.17  
% 13.29/2.17  **** run 97 fork 0 starts with strategy
% 13.29/2.17  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 13.29/2.18  
% 13.29/2.18  **** run 111 fork 6 starts with strategy
% 13.29/2.18  {"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}
% 13.29/2.19  
% 13.29/2.19  
% 13.29/2.19  fork 4: search terminated without proof.
% 13.29/2.21  
% 13.29/2.21  **** run 93 fork 4 starts with strategy
% 13.29/2.21  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 13.29/2.25  
% 13.29/2.25  
% 13.29/2.25  fork 2: search terminated without proof.
% 13.29/2.26  
% 13.29/2.26  
% 13.29/2.26  fork 7: search terminated without proof.
% 13.29/2.26  
% 13.29/2.26  
% 13.29/2.26  fork 1: search terminated without proof.
% 13.29/2.27  
% 13.29/2.27  
% 13.29/2.27  fork 5: search terminated without proof.
% 13.29/2.28  
% 13.29/2.28  
% 13.29/2.28  fork 3: search terminated without proof.
% 13.29/2.28  
% 13.29/2.28  **** run 98 fork 1 starts with strategy
% 13.29/2.28  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 13.29/2.28  
% 13.29/2.28  **** run 104 fork 7 starts with strategy
% 13.29/2.28  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 13.29/2.28  
% 13.29/2.28  **** run 99 fork 2 starts with strategy
% 13.29/2.28  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 13.29/2.29  
% 13.29/2.29  **** run 110 fork 5 starts with strategy
% 13.29/2.29  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 13.29/2.30  
% 13.29/2.30  **** run 108 fork 3 starts with strategy
% 13.29/2.30  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 13.29/2.30  
% 13.29/2.30  
% 13.29/2.30  fork 0: search terminated without proof.
% 13.29/2.32  
% 13.29/2.32  
% 13.29/2.32  fork 6: search terminated without proof.
% 13.29/2.32  
% 13.29/2.32  **** run 105 fork 0 starts with strategy
% 13.29/2.32  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 13.29/2.34  
% 13.29/2.34  **** run 119 fork 6 starts with strategy
% 13.29/2.34  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 13.29/2.34  
% 13.29/2.34  
% 13.29/2.34  fork 4: search terminated without proof.
% 13.29/2.36  
% 13.29/2.36  **** run 101 fork 4 starts with strategy
% 13.29/2.36  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 14.53/2.41  
% 14.53/2.41  
% 14.53/2.41  fork 7: search terminated without proof.
% 14.53/2.42  
% 14.53/2.42  
% 14.53/2.42  fork 1: search terminated without proof.
% 15.82/2.42  
% 15.82/2.42  
% 15.82/2.42  fork 5: search terminated without proof.
% 15.82/2.43  
% 15.82/2.43  
% 15.82/2.43  fork 3: search terminated without proof.
% 15.82/2.44  
% 15.82/2.44  **** run 106 fork 1 starts with strategy
% 15.82/2.44  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 16.01/2.44  
% 16.01/2.44  **** run 112 fork 7 starts with strategy
% 16.01/2.44  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 16.01/2.44  
% 16.01/2.44  **** run 118 fork 5 starts with strategy
% 16.01/2.44  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 16.01/2.44  
% 16.01/2.44  **** run 116 fork 3 starts with strategy
% 16.01/2.44  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 16.01/2.45  
% 16.01/2.45  
% 16.01/2.45  fork 0: search terminated without proof.
% 16.01/2.47  
% 16.01/2.47  **** run 113 fork 0 starts with strategy
% 16.01/2.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 16.01/2.48  
% 16.01/2.48  
% 16.01/2.48  fork 2: search terminated without proof.
% 16.01/2.48  
% 16.01/2.48  
% 16.01/2.48  fork 4: search terminated without proof.
% 16.01/2.50  
% 16.01/2.50  **** run 107 fork 2 starts with strategy
% 16.01/2.50  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 16.01/2.50  
% 16.01/2.50  **** run 109 fork 4 starts with strategy
% 16.01/2.50  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 16.64/2.56  
% 16.64/2.56  
% 16.64/2.56  fork 1: search terminated without proof.
% 16.64/2.57  
% 16.64/2.57  
% 16.64/2.57  fork 7: search terminated without proof.
% 17.11/2.58  
% 17.11/2.58  **** run 114 fork 1 starts with strategy
% 17.11/2.58  {"sine":2,"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 17.11/2.59  
% 17.11/2.59  **** run 120 fork 7 starts with strategy
% 17.11/2.59  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.11/2.59  
% 17.11/2.59  
% 17.11/2.59  fork 0: search terminated without proof.
% 17.11/2.61  
% 17.11/2.61  fork 1: search finished without proof.
% 17.11/2.61  
% 17.11/2.61  **** run 121 fork 0 starts with strategy
% 17.11/2.61  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.11/2.62  
% 17.11/2.62  
% 17.11/2.62  fork 2: search terminated without proof.
% 17.11/2.63  
% 17.11/2.63  **** run 122 fork 1 starts with strategy
% 17.11/2.63  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 17.11/2.63  
% 17.11/2.63  
% 17.11/2.63  fork 4: search terminated without proof.
% 17.11/2.64  
% 17.11/2.64  **** run 115 fork 2 starts with strategy
% 17.11/2.64  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 17.11/2.65  
% 17.11/2.65  **** run 117 fork 4 starts with strategy
% 17.11/2.65  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 23.44/3.41  
% 23.44/3.41  
% 23.44/3.41  fork 6: search terminated without proof.
% 23.86/3.45  
% 23.86/3.45  **** run 127 fork 6 starts with strategy
% 23.86/3.45  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 23.86/3.47  
% 23.86/3.47  
% 23.86/3.47  fork 5: search terminated without proof.
% 23.86/3.49  
% 23.86/3.49  **** run 126 fork 5 starts with strategy
% 23.86/3.49  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 24.46/3.62  
% 24.46/3.62  
% 24.46/3.62  fork 7: search terminated without proof.
% 24.46/3.64  
% 24.46/3.64  
% 24.46/3.64  fork 0: search terminated without proof.
% 24.46/3.66  
% 24.46/3.66  
% 24.46/3.66  fork 1: search terminated without proof.
% 24.46/3.66  
% 24.46/3.66  **** run 128 fork 7 starts with strategy
% 24.46/3.66  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 24.46/3.66  
% 24.46/3.66  
% 24.46/3.66  fork 3: search terminated without proof.
% 24.46/3.68  
% 24.46/3.68  **** run 129 fork 0 starts with strategy
% 24.46/3.68  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 24.46/3.68  
% 24.46/3.68  **** run 124 fork 3 starts with strategy
% 24.46/3.68  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 25.35/3.70  
% 25.35/3.70  **** run 130 fork 1 starts with strategy
% 25.35/3.70  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 25.35/3.70  
% 25.35/3.70  
% 25.35/3.70  fork 4: search terminated without proof.
% 25.35/3.72  
% 25.35/3.72  **** run 125 fork 4 starts with strategy
% 25.35/3.72  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 26.84/3.83  
% 26.84/3.83  
% 26.84/3.83  fork 2: search terminated without proof.
% 26.84/3.86  
% 26.84/3.86  **** run 123 fork 2 starts with strategy
% 26.84/3.86  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 29.88/4.47  
% 29.88/4.47  
% 29.88/4.47  fork 6: search terminated without proof.
% 30.96/4.50  
% 30.96/4.50  **** run 135 fork 6 starts with strategy
% 30.96/4.50  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 30.96/4.52  
% 30.96/4.52  
% 30.96/4.52  fork 5: search terminated without proof.
% 30.96/4.55  
% 30.96/4.55  **** run 134 fork 5 starts with strategy
% 30.96/4.55  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 33.14/4.69  
% 33.14/4.69  
% 33.14/4.69  fork 7: search terminated without proof.
% 33.80/4.71  
% 33.80/4.71  
% 33.80/4.71  fork 0: search terminated without proof.
% 33.80/4.71  
% 33.80/4.71  
% 33.80/4.71  fork 3: search terminated without proof.
% 33.80/4.73  
% 33.80/4.73  **** run 136 fork 7 starts with strategy
% 33.80/4.73  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 33.80/4.73  
% 33.80/4.73  **** run 132 fork 3 starts with strategy
% 33.80/4.73  
% 33.80/4.73  **** run 137 fork 0 starts with strategy
% 33.80/4.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 33.80/4.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 33.80/4.73  
% 33.80/4.73  
% 33.80/4.73  fork 1: search terminated without proof.
% 33.80/4.75  
% 33.80/4.75  
% 33.80/4.75  fork 4: search terminated without proof.
% 33.80/4.76  
% 33.80/4.76  **** run 138 fork 1 starts with strategy
% 33.80/4.76  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 33.80/4.77  
% 33.80/4.77  **** run 133 fork 4 starts with strategy
% 33.80/4.77  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 35.53/5.00  
% 35.53/5.00  
% 35.53/5.00  fork 2: search terminated without proof.
% 35.53/5.07  
% 35.53/5.07  **** run 131 fork 2 starts with strategy
% 35.53/5.07  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 40.07/5.53  
% 40.07/5.53  
% 40.07/5.53  fork 6: search terminated without proof.
% 40.35/5.56  
% 40.35/5.56  **** run 143 fork 6 starts with strategy
% 40.35/5.56  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 41.10/5.64  
% 41.10/5.64  
% 41.10/5.64  fork 5: search terminated without proof.
% 41.10/5.65  
% 41.10/5.65  **** run 142 fork 5 starts with strategy
% 41.10/5.65  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 42.07/5.76  
% 42.07/5.76  
% 42.07/5.76  fork 7: search terminated without proof.
% 42.07/5.76  
% 42.07/5.76  
% 42.07/5.76  fork 0: search terminated without proof.
% 42.07/5.76  
% 42.07/5.76  
% 42.07/5.76  fork 3: search terminated without proof.
% 42.07/5.79  
% 42.07/5.79  **** run 144 fork 7 starts with strategy
% 42.07/5.79  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 42.07/5.79  
% 42.07/5.79  **** run 140 fork 3 starts with strategy
% 42.07/5.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 42.07/5.80  
% 42.07/5.80  **** run 145 fork 0 starts with strategy
% 42.07/5.80  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 42.07/5.80  
% 42.07/5.80  
% 42.07/5.80  fork 4: search terminated without proof.
% 42.07/5.85  
% 42.07/5.85  **** run 141 fork 4 starts with strategy
% 42.07/5.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 42.07/5.85  
% 42.07/5.85  
% 42.07/5.85  fork 1: search terminated without proof.
% 42.51/5.89  
% 42.51/5.89  **** run 146 fork 1 starts with strategy
% 42.51/5.89  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 45.19/6.17  
% 45.19/6.17  
% 45.19/6.17  fork 2: search terminated without proof.
% 45.19/6.20  
% 45.19/6.20  **** run 139 fork 2 starts with strategy
% 45.19/6.20  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 45.71/6.24  
% 45.71/6.24  fork 2: search finished without proof.
% 45.71/6.25  
% 45.71/6.25  **** run 147 fork 2 starts with strategy
% 45.71/6.25  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 48.34/6.59  
% 48.34/6.59  
% 48.34/6.59  fork 6: search terminated without proof.
% 48.34/6.61  
% 48.34/6.61  **** run 151 fork 6 starts with strategy
% 48.34/6.61  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 49.11/6.68  
% 49.11/6.68  
% 49.11/6.68  fork 5: search terminated without proof.
% 49.11/6.72  
% 49.11/6.72  **** run 150 fork 5 starts with strategy
% 49.11/6.72  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 49.63/6.75  
% 49.63/6.75  fork 5: search finished without proof.
% 49.89/6.77  
% 49.89/6.77  **** run 158 fork 5 starts with strategy
% 49.89/6.77  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 49.89/6.82  
% 49.89/6.82  
% 49.89/6.82  fork 7: search terminated without proof.
% 50.45/6.84  
% 50.45/6.84  **** run 152 fork 7 starts with strategy
% 50.45/6.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10,"max_size":15}
% 50.45/6.85  
% 50.45/6.85  
% 50.45/6.85  fork 3: search terminated without proof.
% 50.45/6.86  
% 50.45/6.86  
% 50.45/6.86  fork 0: search terminated without proof.
% 50.73/6.87  
% 50.73/6.87  **** run 148 fork 3 starts with strategy
% 50.73/6.87  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 50.73/6.88  
% 50.73/6.88  fork 7: search finished without proof.
% 50.73/6.89  
% 50.73/6.89  
% 50.73/6.89  fork 4: search terminated without proof.
% 50.73/6.90  
% 50.73/6.90  **** run 153 fork 0 starts with strategy
% 50.73/6.90  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 50.73/6.90  
% 50.73/6.90  **** run 160 fork 7 starts with strategy
% 50.73/6.90  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 50.73/6.92  
% 50.73/6.92  **** run 149 fork 4 starts with strategy
% 50.73/6.92  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 51.25/6.95  
% 51.25/6.95  
% 51.25/6.95  fork 1: search terminated without proof.
% 51.51/6.98  
% 51.51/6.98  **** run 154 fork 1 starts with strategy
% 51.51/6.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 52.01/7.06  
% 52.01/7.06  fork 4: search finished without proof.
% 52.01/7.08  
% 52.01/7.08  **** run 157 fork 4 starts with strategy
% 52.01/7.08  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 52.52/7.23  
% 52.52/7.23  fork 1: search finished without proof.
% 53.53/7.25  
% 53.53/7.25  **** run 162 fork 1 starts with strategy
% 53.53/7.25  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 53.85/7.29  
% 53.85/7.29  fork 2: search finished without proof.
% 53.85/7.31  
% 53.85/7.31  **** run 155 fork 2 starts with strategy
% 53.85/7.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 56.71/7.64  
% 56.71/7.64  
% 56.71/7.64  fork 6: search terminated without proof.
% 56.88/7.66  
% 56.88/7.66  **** run 159 fork 6 starts with strategy
% 56.88/7.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}
% 56.88/7.80  
% 56.88/7.80  
% 56.88/7.80  fork 5: search terminated without proof.
% 56.88/7.82  
% 56.88/7.82  **** run 166 fork 5 starts with strategy
% 56.88/7.82  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 56.88/7.90  
% 56.88/7.90  
% 56.88/7.90  fork 3: search terminated without proof.
% 56.88/7.92  
% 56.88/7.92  **** run 156 fork 3 starts with strategy
% 56.88/7.92  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 59.39/8.01  
% 59.39/8.01  
% 59.39/8.01  fork 0: search terminated without proof.
% 59.39/8.04  
% 59.39/8.04  **** run 161 fork 0 starts with strategy
% 59.39/8.04  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 59.39/8.06  
% 59.39/8.06  
% 59.39/8.06  fork 7: search terminated without proof.
% 60.11/8.08  
% 60.11/8.08  **** run 168 fork 7 starts with strategy
% 60.11/8.08  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 60.56/8.18  
% 60.56/8.18  
% 60.56/8.18  fork 4: search terminated without proof.
% 60.56/8.20  
% 60.56/8.20  **** run 165 fork 4 starts with strategy
% 60.56/8.20  {"max_dseconds":10,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 61.25/8.28  
% 61.25/8.28  
% 61.25/8.28  fork 1: search terminated without proof.
% 61.79/8.32  
% 61.79/8.32  **** run 170 fork 1 starts with strategy
% 61.79/8.32  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 61.79/8.34  
% 61.79/8.34  
% 61.79/8.34  fork 2: search terminated without proof.
% 61.79/8.36  
% 61.79/8.36  **** run 163 fork 2 starts with strategy
% 62.43/8.36  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 63.42/8.68  
% 63.42/8.68  
% 63.42/8.68  fork 6: search terminated without proof.
% 63.42/8.70  
% 63.42/8.70  **** run 167 fork 6 starts with strategy
% 63.42/8.70  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 65.57/8.85  
% 65.57/8.85  
% 65.57/8.85  fork 5: search terminated without proof.
% 66.33/8.87  
% 66.33/8.87  **** run 174 fork 5 starts with strategy
% 66.33/8.87  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":10}
% 66.86/8.95  
% 66.86/8.95  
% 66.86/8.95  fork 3: search terminated without proof.
% 66.86/8.97  
% 66.86/8.97  **** run 164 fork 3 starts with strategy
% 66.86/8.97  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 67.45/9.07  
% 67.45/9.07  
% 67.45/9.07  fork 0: search terminated without proof.
% 67.97/9.09  
% 67.97/9.09  **** run 169 fork 0 starts with strategy
% 67.97/9.09  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":10}
% 68.91/9.22  
% 68.91/9.22  
% 68.91/9.22  fork 7: search terminated without proof.
% 68.91/9.22  
% 68.91/9.22  
% 68.91/9.22  fork 4: search terminated without proof.
% 68.91/9.25  
% 68.91/9.25  **** run 173 fork 4 starts with strategy
% 68.91/9.25  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 68.91/9.29  
% 68.91/9.29  **** run 176 fork 7 starts with strategy
% 68.91/9.29  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 68.91/9.35  
% 68.91/9.35  
% 68.91/9.35  fork 1: search terminated without proof.
% 68.91/9.37  
% 68.91/9.37  **** run 178 fork 1 starts with strategy
% 68.91/9.37  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 68.91/9.38  
% 68.91/9.38  fork 2: search finished without proof.
% 68.91/9.40  
% 68.91/9.40  **** run 171 fork 2 starts with strategy
% 68.91/9.40  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 73.05/9.73  
% 73.05/9.73  
% 73.05/9.73  fork 6: search terminated without proof.
% 73.05/9.76  
% 73.05/9.76  **** run 175 fork 6 starts with strategy
% 73.05/9.76  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 74.24/9.89  
% 74.24/9.89  
% 74.24/9.89  fork 5: search terminated without proof.
% 74.60/9.92  
% 74.60/9.92  **** run 182 fork 5 starts with strategy
% 74.60/9.92  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 74.60/9.99  
% 74.60/9.99  
% 74.60/9.99  fork 3: search terminated without proof.
% 74.60/10.01  
% 74.60/10.01  **** run 172 fork 3 starts with strategy
% 74.60/10.01  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 74.60/10.12  
% 74.60/10.12  
% 74.60/10.12  fork 0: search terminated without proof.
% 74.60/10.14  
% 74.60/10.14  **** run 177 fork 0 starts with strategy
% 74.60/10.14  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":10}
% 77.22/10.27  
% 77.22/10.27  
% 77.22/10.27  fork 4: search terminated without proof.
% 77.22/10.30  
% 77.22/10.30  **** run 181 fork 4 starts with strategy
% 77.22/10.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 77.96/10.37  
% 77.96/10.37  fork 2: search finished without proof.
% 77.96/10.39  
% 77.96/10.39  **** run 179 fork 2 starts with strategy
% 77.96/10.39  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 77.96/10.40  
% 77.96/10.40  
% 77.96/10.40  fork 1: search terminated without proof.
% 77.96/10.43  
% 77.96/10.43  **** run 186 fork 1 starts with strategy
% 77.96/10.43  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 79.00/10.54  
% 79.00/10.54  
% 79.00/10.54  fork 7: search terminated without proof.
% 79.58/10.58  
% 79.58/10.58  **** run 184 fork 7 starts with strategy
% 79.58/10.58  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 81.01/10.79  
% 81.01/10.79  
% 81.01/10.79  fork 6: search terminated without proof.
% 81.01/10.81  
% 81.01/10.81  **** run 183 fork 6 starts with strategy
% 81.01/10.81  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 81.72/10.94  
% 81.72/10.94  
% 81.72/10.94  fork 5: search terminated without proof.
% 81.72/10.98  
% 81.72/10.98  **** run 190 fork 5 starts with strategy
% 81.72/10.98  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 83.17/11.04  
% 83.17/11.04  
% 83.17/11.04  fork 3: search terminated without proof.
% 83.17/11.06  
% 83.17/11.06  **** run 180 fork 3 starts with strategy
% 83.17/11.06  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 83.93/11.18  
% 83.93/11.18  
% 83.93/11.18  fork 0: search terminated without proof.
% 84.56/11.20  
% 84.56/11.20  **** run 185 fork 0 starts with strategy
% 84.56/11.20  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 85.55/11.33  
% 85.55/11.33  
% 85.55/11.33  fork 4: search terminated without proof.
% 85.55/11.36  
% 85.55/11.36  **** run 189 fork 4 starts with strategy
% 85.55/11.36  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 86.30/11.45  
% 86.30/11.45  
% 86.30/11.45  fork 1: search terminated without proof.
% 86.30/11.46  
% 86.30/11.46  
% 86.30/11.46  fork 2: search terminated without proof.
% 86.30/11.48  
% 86.30/11.48  **** run 194 fork 1 starts with strategy
% 86.30/11.49  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 86.30/11.49  
% 86.30/11.49  **** run 187 fork 2 starts with strategy
% 86.30/11.49  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 89.15/11.79  
% 89.15/11.79  
% 89.15/11.79  fork 7: search terminated without proof.
% 89.29/11.81  
% 89.29/11.81  **** run 192 fork 7 starts with strategy
% 89.29/11.81  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 89.44/11.84  
% 89.44/11.84  
% 89.44/11.84  fork 6: search terminated without proof.
% 89.44/11.87  
% 89.44/11.87  **** run 191 fork 6 starts with strategy
% 89.44/11.87  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 90.87/12.01  
% 90.87/12.01  
% 90.87/12.01  fork 5: search terminated without proof.
% 90.87/12.03  
% 90.87/12.03  **** run 198 fork 5 starts with strategy
% 90.87/12.03  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 91.51/12.09  
% 91.51/12.09  
% 91.51/12.09  fork 3: search terminated without proof.
% 91.77/12.13  
% 91.77/12.13  **** run 188 fork 3 starts with strategy
% 91.77/12.13  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 92.46/12.22  
% 92.46/12.22  
% 92.46/12.22  fork 0: search terminated without proof.
% 92.46/12.26  
% 92.46/12.26  **** run 193 fork 0 starts with strategy
% 92.46/12.26  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 92.46/12.29  
% 92.46/12.29  fork 0: search finished without proof.
% 92.46/12.31  
% 92.46/12.31  **** run 201 fork 0 starts with strategy
% 92.46/12.31  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 92.46/12.34  
% 92.46/12.34  fork 0: search finished without proof.
% 92.46/12.35  
% 92.46/12.35  **** run 209 fork 0 starts with strategy
% 92.46/12.35  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 92.46/12.39  
% 92.46/12.39  
% 92.46/12.39  fork 4: search terminated without proof.
% 93.26/12.42  
% 93.26/12.42  **** run 197 fork 4 starts with strategy
% 93.26/12.42  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 94.51/12.51  
% 94.51/12.51  
% 94.51/12.51  fork 1: search terminated without proof.
% 94.51/12.54  
% 94.51/12.54  **** run 202 fork 1 starts with strategy
% 94.51/12.54  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 95.20/12.68  
% 95.20/12.68  
% 95.20/12.68  result: proof found
% 95.20/12.68  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 95.20/12.68  by run 187 fork 2 strategy {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 95.20/12.68  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 95.20/12.68  
% 95.20/12.68  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 95.20/12.68  
% 95.20/12.68  run 187 fork 2 statistics:
% 95.20/12.68  ----------------------------------
% 95.20/12.68  this run seconds: 0.517729
% 95.20/12.68  total seconds: 11.024017
% 95.20/12.68  stat_given_used: 1421
% 95.20/12.68  stat_given_used_at_endgame: 0
% 95.20/12.68  stat_given_candidates:   2493
% 95.20/12.68  stat_given_candidates_at_endgame: 0
% 95.20/12.68  stat_given_candidates_h: 0
% 95.20/12.68  stat_binres_derived_cl:   12325
% 95.20/12.68  stat_binres_derived_cl_h: 0
% 95.20/12.68  stat_factor_derived_cl: 8
% 95.20/12.68  stat_para_derived_cl: 8067
% 95.20/12.68  stat_tautologies_discarded: 5
% 95.20/12.68  stat_forward_subsumed: 3544
% 95.20/12.68  stat_derived_cut: 63
% 95.20/12.68  stat_derived_rewritten: 0
% 95.20/12.68  stat_weight_discarded_building: 0
% 95.20/12.68  stat_weight_discarded_cl: 119
% 95.20/12.68  stat_internlimit_discarded_cl: 0
% 95.20/12.68  stat_simplified:  1 simplified 0 derived 0 given
% 95.20/12.68  stat_kept_cl: 16723
% 95.20/12.68  stat_built_cl: 19863
% 95.20/12.68  stat_hyperres_partial_cl: 0
% 95.20/12.68  stat_made_rewriters: 0
% 95.20/12.68  stat_backward_subsumed: 0
% 95.20/12.68  stat_propagated_subsumed: 0
% 95.20/12.68  stat_clsubs_attempted:                    140303
% 95.20/12.68  stat_clsubs_fact_groundunit_found:             0
% 95.20/12.68  stat_clsubs_rule_groundunit_found:            12
% 95.20/12.68  stat_clsubs_top_meta_attempted:            1540984
% 95.20/12.68  stat_clsubs_top_meta_failed:               1400681
% 95.20/12.68  stat_clsubs_top_meta_nonpref_attempted:             1540984
% 95.20/12.68  stat_clsubs_top_meta_nonpref_succeeded:              392424
% 95.20/12.68  stat_clsubs_top_meta_pref_attempted:                 392424
% 95.20/12.68  stat_clsubs_top_meta_pref1_succeeded:                314475
% 95.20/12.68  stat_clsubs_top_meta_pref2_succeeded:                250072
% 95.20/12.68  stat_clsubs_top_meta_pref3_succeeded:                140303
% 95.20/12.68  stat_clsubs_top_meta_pref_succeeded:                 140303
% 95.20/12.68  stat_clsubs_meta_attempted:               149455
% 95.20/12.68  stat_clsubs_meta_failed:                    4815
% 95.20/12.68  stat_clsubs_predsymbs_attempted:               0
% 95.20/12.68  stat_clsubs_unit_attempted:               132932
% 95.20/12.68  stat_clsubs_full_attempted:                 7371
% 95.20/12.68  stat_forwardsubs_attempted:                20387
% 95.20/12.68  stat_lit_hash_added:                  21110
% 95.20/12.68  stat_lit_hash_computed:               67552
% 95.20/12.68  stat_lit_hash_match_found:             3570
% 95.20/12.68  stat_lit_hash_match_miss:             69404
% 95.20/12.68  stat_lit_hash_cut_ok:                    11
% 95.20/12.68  stat_lit_strong_cut_ok:                  52
% 95.20/12.68  stat_lit_hash_subsume_ok:              3544
% 95.20/12.68  clqueue els 10000000 used 1
% 95.20/12.68  clactive els 10000000 used 1511
% 95.20/12.68  clactivesubsume els 10000000 used 8809
% 95.20/12.68  queue_termbuf els 200000000 used 1935040
% 95.20/12.68  hyper_termbuf els 100000000 used 1
% 95.20/12.68  active_termbuf els 100000000 used 124816
% 95.20/12.68  varstack els 5000 last used 1
% 95.20/12.68  given_termbuf els 10000000 last used 1
% 95.20/12.68  simplified_termbuf els 10000000 last used 1
% 95.20/12.68  derived_termbuf els 10000000 last used 54
% 95.20/12.68  wr_mallocs: 71350
% 95.20/12.68  wr_callocs: 21
% 95.20/12.68  wr_reallocs: 2828
% 95.20/12.68  wr_frees: 4
% 95.20/12.68  wr_malloc_bytes: 4165106292
% 95.20/12.68  wr_calloc_bytes: 112065536
% 95.20/12.68  wr_realloc_bytes: 726904
% 95.20/12.68  wr_realloc_freebytes: 0
% 95.20/12.68  ----------------------------------
%------------------------------------------------------------------------------