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

View Problem - Process Solution

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

% Computer : n032.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:01:02 EDT 2023

% Result   : Unsatisfiable 17.19s 2.60s
% Output   : CNFRefutation 17.19s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named prove_subclass_property8_1)

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

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

cnf('3',plain,
    complement(intersection(complement(complement(x)),complement(y))) = universal_class,
    inference(paramodulation,[],['1','2']) ).

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

cnf('5',plain,
    ( ~ member(X,intersection(complement(complement(x)),complement(y)))
    | ~ member(X,universal_class) ),
    inference(paramodulation,[],['3','4']) ).

cnf('6',plain,
    ~ subclass(x,y),
    inference(cnf_transformation,[],[prove_subclass_property8_2]) ).

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

cnf('8',plain,
    ~ member(not_subclass_element(x,y),y),
    inference(resolution,[],['6','7']) ).

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

cnf('10',plain,
    ( ~ member(not_subclass_element(x,y),universal_class)
    | member(not_subclass_element(x,y),complement(y)) ),
    inference(resolution,[],['8','9']) ).

cnf('11',plain,
    ( member(X,intersection(Y,Z))
    | ~ member(X,Z)
    | ~ member(X,Y) ),
    inference(cnf_transformation,[],['$inc_intersection3']) ).

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

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

cnf('14',plain,
    member(not_subclass_element(x,y),x),
    inference(resolution,[],['6','13']) ).

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

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

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

cnf('18',plain,
    member(not_subclass_element(x,y),complement(y)),
    inference(resolution,[then_simplify],['16','10','17']) ).

cnf('19',plain,
    ( member(not_subclass_element(x,y),X)
    | ~ subclass(complement(y),X) ),
    inference(resolution,[],['18','15']) ).

cnf('20',plain,
    ~ member(not_subclass_element(x,y),complement(x)),
    inference(resolution,[],['14','4']) ).

cnf('21',plain,
    ( ~ member(not_subclass_element(x,y),universal_class)
    | member(not_subclass_element(x,y),complement(complement(x))) ),
    inference(resolution,[],['20','9']) ).

cnf('22',plain,
    member(not_subclass_element(x,y),complement(complement(x))),
    inference(resolution,[then_simplify],['19','21','17']) ).

cnf('23',plain,
    ~ member(not_subclass_element(x,y),universal_class),
    inference(resolution,[then_simplify],['5','12','22']) ).

cnf('24',plain,
    ~ subclass(x,universal_class),
    inference(resolution,[],['23','16']) ).

cnf('25',plain,
    $false,
    inference(resolution,[],['24','17']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : SET191-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.11  % Command  : gkc %s
% 0.11/0.31  % Computer : n032.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 300
% 0.11/0.31  % DateTime : Sat Aug 26 14:57:13 EDT 2023
% 0.11/0.31  % CPUTime  : 
% 0.16/0.35  
% 0.16/0.35  input clause set summed statistics:
% 0.16/0.35  ----------------------------------
% 0.16/0.35  in_clause_count:                   114
% 0.16/0.35  in_rule_clause_count:              110
% 0.16/0.35  in_fact_clause_count:                4
% 0.16/0.35  in_answer_clause_count:              0
% 0.16/0.35  in_ground_clause_count:             13
% 0.16/0.35  in_unit_clause_count:               39
% 0.16/0.35  in_horn_clause_count:              106
% 0.16/0.35  in_pos_clause_count:                41
% 0.16/0.35  in_neg_clause_count:                 3
% 0.16/0.35  in_poseq_clause_count:              40
% 0.16/0.35  in_negeq_clause_count:               8
% 0.16/0.35  in_unitposeq_clause_count:          24
% 0.16/0.35  in_chain_clause_count:               2
% 0.16/0.35  in_min_length:             1
% 0.16/0.35  in_max_length:             5
% 0.16/0.35  in_min_depth:              1
% 0.16/0.35  in_max_depth:              6
% 0.16/0.35  in_min_size:               2
% 0.16/0.35  in_max_size:              41
% 0.16/0.35  in_min_vars:               0
% 0.16/0.35  in_max_vars:               5
% 0.16/0.35  in_extaxiom_count:               112
% 0.16/0.35  in_axiom_count:                    0
% 0.16/0.35  in_assumption_count:               0
% 0.16/0.35  in_goal_count:                     2
% 0.16/0.35  in_neg_goal_count:                 1
% 0.16/0.35  in_pos_goal_count:                 1
% 0.16/0.35  in_posunit_goal_count:             1
% 0.16/0.35  
% 0.16/0.35  auto guide:
% 0.16/0.35  -----------
% 0.16/0.35  {
% 0.16/0.35  "print":1,
% 0.16/0.35  "print_level": 15,
% 0.16/0.35  "max_size": 0,
% 0.16/0.35  "max_depth": 0,
% 0.16/0.35  "max_length": 0,
% 0.16/0.35  "max_dseconds": 0,
% 0.16/0.35  "runs":[
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.16/0.35  {"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.16/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.16/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":1},
% 0.16/0.35  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.35  {"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.16/0.35  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.35  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.16/0.35  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.16/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.16/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.16/0.35  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.16/0.35  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.16/0.35  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.35  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.16/0.35  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.16/0.35  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.35  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.16/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.16/0.35  {"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.16/0.35  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.16/0.35  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.16/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.35  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.16/0.35  {"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.16/0.35  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.16/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.35  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.16/0.35  {"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.16/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.16/0.35  {"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.16/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.16/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":10},
% 0.16/0.35  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.35  {"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.16/0.35  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.35  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.16/0.35  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.16/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.16/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.16/0.35  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.16/0.35  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.16/0.35  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.35  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.16/0.35  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.16/0.35  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.35  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":10},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.16/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.16/0.35  {"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.16/0.35  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.16/0.35  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.16/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.16/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.35  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.16/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.16/0.35  {"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.16/0.35  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.16/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.35  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.16/0.35  {"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.16/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.16/0.35  {"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.16/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.16/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":50},
% 0.16/0.35  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.35  {"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.16/0.35  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.35  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.16/0.35  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.16/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.16/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.16/0.35  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.16/0.35  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.16/0.35  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.35  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.16/0.35  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.16/0.35  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.35  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":50},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.16/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.16/0.35  {"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.16/0.35  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.16/0.35  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.16/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.16/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.35  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.16/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.16/0.35  {"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.16/0.35  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.16/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.35  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.16/0.35  {"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.16/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.16/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.16/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.16/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.16/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.16/0.35  
% 0.16/0.35  ]}
% 0.16/0.35  
% 0.16/0.36  
% 0.16/0.36  **** run 1 fork 0 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.16/0.36  
% 0.16/0.36  **** run 2 fork 1 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.16/0.36  
% 0.16/0.36  **** run 3 fork 2 starts with strategy
% 0.16/0.36  
% 0.16/0.36  **** run 6 fork 5 starts with strategy
% 0.16/0.36  
% 0.16/0.36  **** run 7 fork 6 starts with strategy
% 0.16/0.36  
% 0.16/0.36  **** run 4 fork 3 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.16/0.36  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.36  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.16/0.36  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.16/0.36  
% 0.16/0.36  **** run 5 fork 4 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.37  
% 0.16/0.37  **** run 8 fork 7 starts with strategy
% 0.16/0.37  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 0: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 2: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 5: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 1: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 4: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 6: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 3: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 7: search terminated without proof.
% 0.16/0.51  
% 0.16/0.51  **** run 11 fork 2 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.52  
% 0.16/0.52  **** run 13 fork 4 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.16/0.52  
% 0.16/0.52  **** run 9 fork 0 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.16/0.52  
% 0.16/0.52  **** run 10 fork 1 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.16/0.52  
% 0.16/0.52  **** run 15 fork 6 starts with strategy
% 0.16/0.52  
% 0.16/0.52  **** run 14 fork 5 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.16/0.52  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.16/0.53  
% 0.16/0.53  **** run 12 fork 3 starts with strategy
% 0.16/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.16/0.53  
% 0.16/0.53  **** run 16 fork 7 starts with strategy
% 0.16/0.53  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.16/0.64  
% 0.16/0.64  
% 0.16/0.64  fork 2: search terminated without proof.
% 0.16/0.64  
% 0.16/0.64  
% 0.16/0.64  fork 4: search terminated without proof.
% 0.16/0.64  
% 0.16/0.64  
% 0.16/0.64  fork 0: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  
% 0.16/0.65  fork 5: search terminated without proof.
% 0.16/0.66  
% 0.16/0.66  **** run 19 fork 2 starts with strategy
% 0.16/0.66  
% 0.16/0.66  
% 0.16/0.66  fork 3: search terminated without proof.
% 0.16/0.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.16/0.66  
% 0.16/0.66  
% 0.16/0.66  fork 6: search terminated without proof.
% 0.16/0.66  
% 0.16/0.66  **** run 21 fork 4 starts with strategy
% 0.16/0.66  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.16/0.66  
% 0.16/0.66  
% 0.16/0.66  fork 7: search terminated without proof.
% 0.16/0.66  
% 0.16/0.66  **** run 17 fork 0 starts with strategy
% 0.16/0.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.16/0.67  
% 0.16/0.67  fork 1: search finished without proof.
% 0.16/0.68  
% 0.16/0.68  **** run 22 fork 5 starts with strategy
% 0.16/0.68  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.16/0.68  
% 0.16/0.68  **** run 24 fork 7 starts with strategy
% 0.16/0.68  
% 0.16/0.68  **** run 20 fork 3 starts with strategy
% 0.16/0.68  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.16/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.16/0.69  
% 0.16/0.69  **** run 23 fork 6 starts with strategy
% 0.16/0.69  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.16/0.71  
% 0.16/0.71  **** run 18 fork 1 starts with strategy
% 0.16/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 0.16/0.79  
% 0.16/0.79  
% 0.16/0.79  fork 4: search terminated without proof.
% 0.16/0.79  
% 0.16/0.79  
% 0.16/0.79  fork 2: search terminated without proof.
% 0.16/0.80  
% 0.16/0.80  
% 0.16/0.80  fork 0: search terminated without proof.
% 0.16/0.80  
% 0.16/0.80  **** run 29 fork 4 starts with strategy
% 0.16/0.80  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.16/0.81  
% 0.16/0.81  **** run 27 fork 2 starts with strategy
% 0.16/0.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 0.16/0.82  
% 0.16/0.82  
% 0.16/0.82  fork 5: search terminated without proof.
% 0.16/0.82  
% 0.16/0.82  
% 0.16/0.82  fork 7: search terminated without proof.
% 0.16/0.82  
% 0.16/0.82  
% 0.16/0.82  fork 3: search terminated without proof.
% 0.16/0.82  
% 0.16/0.82  **** run 25 fork 0 starts with strategy
% 0.16/0.82  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.16/0.83  
% 0.16/0.83  
% 0.16/0.83  fork 6: search terminated without proof.
% 0.16/0.84  
% 0.16/0.84  **** run 32 fork 7 starts with strategy
% 0.16/0.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.16/0.84  
% 0.16/0.84  **** run 30 fork 5 starts with strategy
% 0.16/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 0.16/0.85  
% 0.16/0.85  **** run 28 fork 3 starts with strategy
% 0.16/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.16/0.85  
% 0.16/0.85  **** run 31 fork 6 starts with strategy
% 0.16/0.85  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 4.38/0.93  
% 4.38/0.93  
% 4.38/0.93  fork 4: search terminated without proof.
% 4.38/0.94  
% 4.38/0.94  
% 4.38/0.94  fork 2: search terminated without proof.
% 4.38/0.94  
% 4.38/0.94  
% 4.38/0.94  fork 1: search terminated without proof.
% 4.38/0.95  
% 4.38/0.95  **** run 37 fork 4 starts with strategy
% 4.38/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.38/0.96  
% 4.38/0.96  
% 4.38/0.96  fork 0: search terminated without proof.
% 4.38/0.96  
% 4.38/0.96  **** run 35 fork 2 starts with strategy
% 4.38/0.96  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.38/0.96  
% 4.38/0.96  **** run 26 fork 1 starts with strategy
% 4.38/0.96  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 4.38/0.97  
% 4.38/0.97  
% 4.38/0.97  fork 7: search terminated without proof.
% 4.38/0.97  
% 4.38/0.97  
% 4.38/0.97  fork 5: search terminated without proof.
% 4.91/0.98  
% 4.91/0.98  
% 4.91/0.98  fork 3: search terminated without proof.
% 4.91/0.98  
% 4.91/0.98  **** run 33 fork 0 starts with strategy
% 4.91/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 4.91/0.98  
% 4.91/0.98  
% 4.91/0.98  fork 6: search terminated without proof.
% 4.91/0.98  
% 4.91/0.98  fork 4: search finished without proof.
% 4.91/0.99  
% 4.91/0.99  **** run 38 fork 5 starts with strategy
% 4.91/0.99  
% 4.91/0.99  **** run 40 fork 7 starts with strategy
% 4.91/0.99  {"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.91/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 4.91/1.00  
% 4.91/1.00  fork 1: search finished without proof.
% 4.91/1.00  
% 4.91/1.00  **** run 45 fork 4 starts with strategy
% 4.91/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 4.91/1.01  
% 4.91/1.01  **** run 36 fork 3 starts with strategy
% 4.91/1.01  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.91/1.01  
% 4.91/1.01  **** run 39 fork 6 starts with strategy
% 4.91/1.01  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 4.91/1.02  
% 4.91/1.02  **** run 34 fork 1 starts with strategy
% 4.91/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.91/1.03  
% 4.91/1.03  fork 5: search finished without proof.
% 4.91/1.04  
% 4.91/1.04  **** run 46 fork 5 starts with strategy
% 4.91/1.04  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.77/1.09  
% 5.77/1.09  
% 5.77/1.09  fork 2: search terminated without proof.
% 5.77/1.11  
% 5.77/1.11  **** run 43 fork 2 starts with strategy
% 5.77/1.11  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 5.77/1.11  
% 5.77/1.11  
% 5.77/1.11  fork 0: search terminated without proof.
% 6.05/1.13  
% 6.05/1.13  fork 7: search finished without proof.
% 6.05/1.13  
% 6.05/1.13  
% 6.05/1.13  fork 4: search terminated without proof.
% 6.14/1.13  
% 6.14/1.13  **** run 41 fork 0 starts with strategy
% 6.14/1.13  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 6.14/1.13  
% 6.14/1.13  fork 3: search finished without proof.
% 6.14/1.14  
% 6.14/1.14  
% 6.14/1.14  fork 6: search terminated without proof.
% 6.14/1.15  
% 6.14/1.15  **** run 48 fork 7 starts with strategy
% 6.14/1.15  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 6.14/1.15  
% 6.14/1.15  **** run 53 fork 4 starts with strategy
% 6.14/1.15  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 6.14/1.16  
% 6.14/1.16  
% 6.14/1.16  fork 1: search terminated without proof.
% 6.14/1.16  
% 6.14/1.16  **** run 44 fork 3 starts with strategy
% 6.14/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 6.14/1.17  
% 6.14/1.17  **** run 47 fork 6 starts with strategy
% 6.14/1.17  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.14/1.17  
% 6.14/1.17  
% 6.14/1.17  fork 5: search terminated without proof.
% 6.14/1.18  
% 6.14/1.18  **** run 42 fork 1 starts with strategy
% 6.14/1.18  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":1}
% 6.14/1.19  
% 6.14/1.19  **** run 54 fork 5 starts with strategy
% 6.14/1.19  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.78/1.23  
% 6.78/1.23  
% 6.78/1.23  fork 2: search terminated without proof.
% 6.78/1.25  
% 6.78/1.25  **** run 51 fork 2 starts with strategy
% 6.78/1.25  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.78/1.26  
% 6.78/1.26  
% 6.78/1.26  fork 0: search terminated without proof.
% 6.78/1.26  
% 6.78/1.26  fork 4: search finished without proof.
% 7.32/1.28  
% 7.32/1.28  **** run 49 fork 0 starts with strategy
% 7.32/1.28  {"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}
% 7.32/1.28  
% 7.32/1.28  
% 7.32/1.28  fork 7: search terminated without proof.
% 7.32/1.28  
% 7.32/1.28  **** run 61 fork 4 starts with strategy
% 7.32/1.28  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.32/1.28  
% 7.32/1.28  fork 3: search finished without proof.
% 7.32/1.30  
% 7.32/1.30  **** run 56 fork 7 starts with strategy
% 7.32/1.30  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 7.32/1.30  
% 7.32/1.30  
% 7.32/1.30  fork 6: search terminated without proof.
% 7.32/1.31  
% 7.32/1.31  **** run 52 fork 3 starts with strategy
% 7.32/1.31  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.32/1.32  
% 7.32/1.32  
% 7.32/1.32  fork 5: search terminated without proof.
% 7.32/1.32  
% 7.32/1.32  
% 7.32/1.32  fork 1: search terminated without proof.
% 7.32/1.33  
% 7.32/1.33  **** run 55 fork 6 starts with strategy
% 7.32/1.33  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.32/1.34  
% 7.32/1.34  **** run 62 fork 5 starts with strategy
% 7.32/1.34  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 7.32/1.34  **** run 50 fork 1 starts with strategy
% 7.32/1.34  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.32/1.34  
% 8.03/1.38  
% 8.03/1.38  
% 8.03/1.38  fork 2: search terminated without proof.
% 8.19/1.40  
% 8.19/1.40  **** run 59 fork 2 starts with strategy
% 8.19/1.40  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 8.19/1.40  
% 8.19/1.40  fork 4: search finished without proof.
% 8.19/1.41  
% 8.19/1.41  
% 8.19/1.41  fork 0: search terminated without proof.
% 8.19/1.42  
% 8.19/1.42  **** run 69 fork 4 starts with strategy
% 8.19/1.42  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 8.19/1.43  
% 8.19/1.43  **** run 57 fork 0 starts with strategy
% 8.19/1.43  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 8.19/1.43  
% 8.19/1.43  
% 8.19/1.43  fork 7: search terminated without proof.
% 8.19/1.44  
% 8.19/1.44  
% 8.19/1.44  fork 3: search terminated without proof.
% 8.19/1.45  
% 8.19/1.45  **** run 64 fork 7 starts with strategy
% 8.19/1.45  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 8.19/1.45  
% 8.19/1.45  fork 6: search finished without proof.
% 8.19/1.47  
% 8.19/1.47  **** run 60 fork 3 starts with strategy
% 8.19/1.47  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.19/1.48  
% 8.19/1.48  
% 8.19/1.48  fork 5: search terminated without proof.
% 8.19/1.48  
% 8.19/1.48  **** run 63 fork 6 starts with strategy
% 8.19/1.48  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.19/1.50  
% 8.19/1.50  **** run 70 fork 5 starts with strategy
% 8.19/1.50  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 8.19/1.52  
% 8.19/1.52  fork 2: search finished without proof.
% 8.19/1.53  
% 8.19/1.53  **** run 67 fork 2 starts with strategy
% 8.19/1.53  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 8.19/1.55  
% 8.19/1.55  
% 8.19/1.55  fork 4: search terminated without proof.
% 8.19/1.56  
% 8.19/1.56  
% 8.19/1.56  fork 1: search terminated without proof.
% 8.19/1.56  
% 8.19/1.56  
% 8.19/1.56  fork 0: search terminated without proof.
% 8.19/1.57  
% 8.19/1.57  fork 2: search finished without proof.
% 8.19/1.57  
% 8.19/1.57  **** run 77 fork 4 starts with strategy
% 8.19/1.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 8.19/1.58  
% 8.19/1.58  
% 8.19/1.58  fork 7: search terminated without proof.
% 8.19/1.58  
% 8.19/1.58  **** run 65 fork 0 starts with strategy
% 8.19/1.58  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 8.19/1.59  
% 8.19/1.59  **** run 75 fork 2 starts with strategy
% 8.19/1.59  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 8.19/1.59  
% 8.19/1.59  **** run 58 fork 1 starts with strategy
% 8.19/1.59  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.19/1.60  
% 8.19/1.60  **** run 72 fork 7 starts with strategy
% 8.19/1.60  
% 8.19/1.60  
% 8.19/1.60  fork 3: search terminated without proof.
% 8.19/1.60  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 8.19/1.61  
% 8.19/1.61  
% 8.19/1.61  fork 6: search terminated without proof.
% 8.19/1.62  
% 8.19/1.62  **** run 68 fork 3 starts with strategy
% 8.19/1.62  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.19/1.63  
% 8.19/1.63  **** run 71 fork 6 starts with strategy
% 8.19/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 8.19/1.63  
% 8.19/1.63  
% 8.19/1.63  fork 5: search terminated without proof.
% 10.02/1.66  
% 10.02/1.66  **** run 78 fork 5 starts with strategy
% 10.02/1.66  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.29/1.71  
% 10.29/1.71  
% 10.29/1.71  fork 4: search terminated without proof.
% 10.29/1.71  
% 10.29/1.71  
% 10.29/1.71  fork 0: search terminated without proof.
% 10.29/1.72  
% 10.29/1.72  
% 10.29/1.72  fork 2: search terminated without proof.
% 10.29/1.72  
% 10.29/1.72  **** run 85 fork 4 starts with strategy
% 10.29/1.72  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 10.29/1.73  
% 10.29/1.73  
% 10.29/1.73  fork 7: search terminated without proof.
% 10.29/1.73  
% 10.29/1.73  **** run 73 fork 0 starts with strategy
% 10.29/1.73  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 10.29/1.74  
% 10.29/1.74  **** run 83 fork 2 starts with strategy
% 10.29/1.74  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 10.29/1.75  
% 10.29/1.75  **** run 80 fork 7 starts with strategy
% 10.29/1.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 10.94/1.75  
% 10.94/1.75  
% 10.94/1.75  fork 3: search terminated without proof.
% 10.94/1.75  
% 10.94/1.75  
% 10.94/1.75  fork 1: search terminated without proof.
% 10.94/1.76  
% 10.94/1.76  
% 10.94/1.76  fork 6: search terminated without proof.
% 10.94/1.77  
% 10.94/1.77  **** run 66 fork 1 starts with strategy
% 10.94/1.77  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.18/1.78  
% 11.18/1.78  **** run 76 fork 3 starts with strategy
% 11.18/1.78  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 11.18/1.79  
% 11.18/1.79  **** run 79 fork 6 starts with strategy
% 11.18/1.79  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 11.18/1.79  
% 11.18/1.79  
% 11.18/1.79  fork 5: search terminated without proof.
% 11.18/1.82  
% 11.18/1.82  **** run 86 fork 5 starts with strategy
% 11.18/1.82  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 11.57/1.85  
% 11.57/1.85  
% 11.57/1.85  fork 4: search terminated without proof.
% 11.74/1.85  
% 11.74/1.85  
% 11.74/1.85  fork 0: search terminated without proof.
% 11.74/1.86  
% 11.74/1.86  
% 11.74/1.86  fork 2: search terminated without proof.
% 11.74/1.87  
% 11.74/1.87  **** run 93 fork 4 starts with strategy
% 11.74/1.87  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 11.74/1.87  
% 11.74/1.87  **** run 81 fork 0 starts with strategy
% 11.74/1.87  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.74/1.88  
% 11.74/1.88  
% 11.74/1.88  fork 7: search terminated without proof.
% 11.74/1.88  
% 11.74/1.88  **** run 91 fork 2 starts with strategy
% 11.74/1.88  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 11.74/1.90  
% 11.74/1.90  **** run 88 fork 7 starts with strategy
% 11.74/1.90  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 11.74/1.90  
% 11.74/1.90  
% 11.74/1.90  fork 1: search terminated without proof.
% 11.74/1.90  
% 11.74/1.90  
% 11.74/1.90  fork 3: search terminated without proof.
% 11.74/1.92  
% 11.74/1.92  
% 11.74/1.92  fork 6: search terminated without proof.
% 12.32/1.93  
% 12.32/1.93  **** run 74 fork 1 starts with strategy
% 12.32/1.93  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 12.32/1.93  
% 12.32/1.93  **** run 84 fork 3 starts with strategy
% 12.32/1.93  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 12.32/1.94  
% 12.32/1.94  **** run 87 fork 6 starts with strategy
% 12.32/1.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 12.32/1.95  
% 12.32/1.95  
% 12.32/1.95  fork 5: search terminated without proof.
% 12.32/1.96  
% 12.32/1.96  fork 3: search finished without proof.
% 12.70/1.98  
% 12.70/1.98  **** run 94 fork 5 starts with strategy
% 12.70/1.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.70/1.99  
% 12.70/1.99  **** run 92 fork 3 starts with strategy
% 12.70/1.99  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_depth":2,"max_dseconds":1}
% 12.70/1.99  
% 12.70/1.99  
% 12.70/1.99  fork 4: search terminated without proof.
% 12.70/2.00  
% 12.70/2.00  
% 12.70/2.00  fork 0: search terminated without proof.
% 12.70/2.00  
% 12.70/2.00  
% 12.70/2.00  fork 2: search terminated without proof.
% 12.70/2.02  
% 12.70/2.02  **** run 101 fork 4 starts with strategy
% 12.70/2.02  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 12.70/2.02  
% 12.70/2.02  
% 12.70/2.02  fork 7: search terminated without proof.
% 12.70/2.02  
% 12.70/2.02  **** run 89 fork 0 starts with strategy
% 12.70/2.02  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 12.70/2.02  
% 12.70/2.02  **** run 99 fork 2 starts with strategy
% 12.70/2.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 12.70/2.04  
% 12.70/2.04  **** run 96 fork 7 starts with strategy
% 12.70/2.04  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 13.34/2.06  
% 13.34/2.06  
% 13.34/2.06  fork 1: search terminated without proof.
% 13.34/2.07  
% 13.34/2.07  
% 13.34/2.07  fork 6: search terminated without proof.
% 13.34/2.07  
% 13.34/2.07  fork 7: search finished without proof.
% 13.56/2.08  
% 13.56/2.08  **** run 82 fork 1 starts with strategy
% 13.56/2.08  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 13.56/2.09  
% 13.56/2.09  **** run 104 fork 7 starts with strategy
% 13.56/2.09  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 13.56/2.09  
% 13.56/2.09  **** run 95 fork 6 starts with strategy
% 13.56/2.09  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 13.56/2.10  
% 13.56/2.10  
% 13.56/2.10  fork 5: search terminated without proof.
% 13.56/2.11  
% 13.56/2.11  fork 3: search finished without proof.
% 13.96/2.13  
% 13.96/2.13  **** run 102 fork 5 starts with strategy
% 13.96/2.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 13.96/2.14  
% 13.96/2.14  **** run 100 fork 3 starts with strategy
% 13.96/2.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 13.96/2.14  
% 13.96/2.14  
% 13.96/2.14  fork 4: search terminated without proof.
% 13.96/2.15  
% 13.96/2.15  
% 13.96/2.15  fork 0: search terminated without proof.
% 13.96/2.15  
% 13.96/2.15  
% 13.96/2.15  fork 2: search terminated without proof.
% 13.96/2.17  
% 13.96/2.17  **** run 109 fork 4 starts with strategy
% 13.96/2.17  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 13.96/2.17  
% 13.96/2.17  **** run 97 fork 0 starts with strategy
% 13.96/2.17  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 13.96/2.17  
% 13.96/2.17  **** run 107 fork 2 starts with strategy
% 13.96/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.96/2.22  
% 13.96/2.22  
% 13.96/2.22  fork 7: search terminated without proof.
% 13.96/2.22  
% 13.96/2.22  
% 13.96/2.22  fork 6: search terminated without proof.
% 13.96/2.24  
% 13.96/2.24  **** run 112 fork 7 starts with strategy
% 13.96/2.24  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 13.96/2.25  
% 13.96/2.25  **** run 103 fork 6 starts with strategy
% 13.96/2.25  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 13.96/2.26  
% 13.96/2.26  
% 13.96/2.26  fork 5: search terminated without proof.
% 13.96/2.26  
% 13.96/2.26  
% 13.96/2.26  fork 1: search terminated without proof.
% 13.96/2.27  
% 13.96/2.27  
% 13.96/2.27  fork 3: search terminated without proof.
% 13.96/2.28  
% 13.96/2.28  **** run 90 fork 1 starts with strategy
% 13.96/2.28  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 13.96/2.29  
% 13.96/2.29  **** run 110 fork 5 starts with strategy
% 13.96/2.29  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 13.96/2.29  
% 13.96/2.29  
% 13.96/2.29  fork 4: search terminated without proof.
% 13.96/2.29  
% 13.96/2.29  
% 13.96/2.29  fork 0: search terminated without proof.
% 15.09/2.29  
% 15.09/2.29  **** run 108 fork 3 starts with strategy
% 15.09/2.29  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 15.09/2.31  
% 15.09/2.31  **** run 117 fork 4 starts with strategy
% 15.09/2.31  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 15.09/2.31  
% 15.09/2.31  **** run 105 fork 0 starts with strategy
% 15.09/2.31  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 15.09/2.36  
% 15.09/2.36  
% 15.09/2.36  fork 7: search terminated without proof.
% 15.67/2.37  
% 15.67/2.37  
% 15.67/2.37  fork 6: search terminated without proof.
% 15.67/2.38  
% 15.67/2.38  **** run 120 fork 7 starts with strategy
% 15.67/2.38  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 15.67/2.40  
% 15.67/2.40  **** run 111 fork 6 starts with strategy
% 15.67/2.40  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 15.67/2.41  
% 15.67/2.41  
% 15.67/2.41  fork 1: search terminated without proof.
% 16.04/2.42  
% 16.04/2.42  
% 16.04/2.42  fork 5: search terminated without proof.
% 16.04/2.42  
% 16.04/2.42  **** run 98 fork 1 starts with strategy
% 16.04/2.42  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 16.04/2.43  
% 16.04/2.43  
% 16.04/2.43  fork 3: search terminated without proof.
% 16.04/2.43  
% 16.04/2.43  fork 0: search finished without proof.
% 16.04/2.44  
% 16.04/2.44  
% 16.04/2.44  fork 4: search terminated without proof.
% 16.04/2.44  
% 16.04/2.44  **** run 118 fork 5 starts with strategy
% 16.04/2.44  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 16.04/2.45  
% 16.04/2.45  **** run 113 fork 0 starts with strategy
% 16.04/2.45  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 16.27/2.45  
% 16.27/2.45  **** run 116 fork 3 starts with strategy
% 16.27/2.45  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 16.27/2.46  
% 16.27/2.46  **** run 125 fork 4 starts with strategy
% 16.27/2.46  {"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}
% 16.27/2.49  
% 16.27/2.49  fork 4: search finished without proof.
% 16.27/2.50  
% 16.27/2.50  **** run 133 fork 4 starts with strategy
% 16.27/2.50  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 16.27/2.51  
% 16.27/2.51  
% 16.27/2.51  fork 7: search terminated without proof.
% 16.27/2.52  
% 16.27/2.52  
% 16.27/2.52  fork 6: search terminated without proof.
% 16.27/2.53  
% 16.27/2.53  **** run 128 fork 7 starts with strategy
% 16.27/2.53  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 16.83/2.55  
% 16.83/2.55  **** run 119 fork 6 starts with strategy
% 16.83/2.55  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 16.83/2.55  
% 16.83/2.55  
% 16.83/2.55  fork 1: search terminated without proof.
% 16.83/2.56  
% 16.83/2.56  
% 16.83/2.56  fork 5: search terminated without proof.
% 16.83/2.57  
% 16.83/2.57  **** run 106 fork 1 starts with strategy
% 16.83/2.57  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 16.83/2.57  
% 16.83/2.57  
% 16.83/2.57  fork 0: search terminated without proof.
% 17.19/2.58  
% 17.19/2.58  
% 17.19/2.58  fork 3: search terminated without proof.
% 17.19/2.58  
% 17.19/2.58  **** run 126 fork 5 starts with strategy
% 17.19/2.59  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1,"sine":2}
% 17.19/2.59  
% 17.19/2.59  **** run 121 fork 0 starts with strategy
% 17.19/2.59  {"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}
% 17.19/2.60  
% 17.19/2.60  
% 17.19/2.60  result: proof found
% 17.19/2.60  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 17.19/2.60  by run 107 fork 2 strategy {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 17.19/2.60  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 17.19/2.60  
% 17.19/2.60  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 17.19/2.60  
% 17.19/2.60  run 107 fork 2 statistics:
% 17.19/2.60  ----------------------------------
% 17.19/2.60  this run seconds: 0.015494
% 17.19/2.60  total seconds: 1.857106
% 17.19/2.60  stat_given_used: 214
% 17.19/2.60  stat_given_used_at_endgame: 0
% 17.19/2.60  stat_given_candidates:   293
% 17.19/2.60  stat_given_candidates_at_endgame: 0
% 17.19/2.60  stat_given_candidates_h: 0
% 17.19/2.60  stat_binres_derived_cl:   1552
% 17.19/2.60  stat_binres_derived_cl_h: 0
% 17.19/2.60  stat_factor_derived_cl: 21
% 17.19/2.60  stat_para_derived_cl: 1192
% 17.19/2.60  stat_tautologies_discarded: 14
% 17.19/2.60  stat_forward_subsumed: 325
% 17.19/2.60  stat_derived_cut: 22
% 17.19/2.60  stat_derived_rewritten: 0
% 17.19/2.60  stat_weight_discarded_building: 0
% 17.19/2.60  stat_weight_discarded_cl: 0
% 17.19/2.60  stat_internlimit_discarded_cl: 0
% 17.19/2.60  stat_simplified:  0 simplified 0 derived 0 given
% 17.19/2.60  stat_kept_cl: 2386
% 17.19/2.60  stat_built_cl: 2992
% 17.19/2.60  stat_hyperres_partial_cl: 0
% 17.19/2.60  stat_made_rewriters: 0
% 17.19/2.60  stat_backward_subsumed: 0
% 17.19/2.60  stat_propagated_subsumed: 0
% 17.19/2.60  stat_clsubs_attempted:                       706
% 17.19/2.60  stat_clsubs_fact_groundunit_found:             0
% 17.19/2.60  stat_clsubs_rule_groundunit_found:            12
% 17.19/2.60  stat_clsubs_top_meta_attempted:              39043
% 17.19/2.60  stat_clsubs_top_meta_failed:                 38337
% 17.19/2.60  stat_clsubs_top_meta_nonpref_attempted:               39043
% 17.19/2.60  stat_clsubs_top_meta_nonpref_succeeded:               11003
% 17.19/2.60  stat_clsubs_top_meta_pref_attempted:                  11003
% 17.19/2.60  stat_clsubs_top_meta_pref1_succeeded:                  2135
% 17.19/2.60  stat_clsubs_top_meta_pref2_succeeded:                   776
% 17.19/2.60  stat_clsubs_top_meta_pref3_succeeded:                   706
% 17.19/2.60  stat_clsubs_top_meta_pref_succeeded:                    706
% 17.19/2.60  stat_clsubs_meta_attempted:                 1618
% 17.19/2.60  stat_clsubs_meta_failed:                     537
% 17.19/2.60  stat_clsubs_predsymbs_attempted:               0
% 17.19/2.60  stat_clsubs_unit_attempted:                   55
% 17.19/2.60  stat_clsubs_full_attempted:                  651
% 17.19/2.60  stat_forwardsubs_attempted:                 2711
% 17.19/2.60  stat_lit_hash_added:                   2667
% 17.19/2.60  stat_lit_hash_computed:               12764
% 17.19/2.60  stat_lit_hash_match_found:              352
% 17.19/2.60  stat_lit_hash_match_miss:             15523
% 17.19/2.60  stat_lit_hash_cut_ok:                    13
% 17.19/2.60  stat_lit_strong_cut_ok:                  17
% 17.19/2.60  stat_lit_hash_subsume_ok:               325
% 17.19/2.60  clqueue els 10000000 used 1
% 17.19/2.60  clactive els 10000000 used 304
% 17.19/2.60  clactivesubsume els 10000000 used 1351
% 17.19/2.60  queue_termbuf els 200000000 used 143630
% 17.19/2.60  hyper_termbuf els 100000000 used 1
% 17.19/2.60  active_termbuf els 100000000 used 10210
% 17.19/2.60  varstack els 5000 last used 1
% 17.19/2.60  given_termbuf els 10000000 last used 1
% 17.19/2.60  simplified_termbuf els 10000000 last used 1
% 17.19/2.60  derived_termbuf els 10000000 last used 10
% 17.19/2.60  wr_mallocs: 5830
% 17.19/2.60  wr_callocs: 21
% 17.19/2.60  wr_reallocs: 645
% 17.19/2.60  wr_frees: 4
% 17.19/2.60  wr_malloc_bytes: 4162803812
% 17.19/2.60  wr_calloc_bytes: 112065536
% 17.19/2.60  wr_realloc_bytes: 129216
% 17.19/2.60  wr_realloc_freebytes: 0
% 17.19/2.60  ----------------------------------
% 17.19/2.61  
% 17.19/2.61  **** run 124 fork 3 starts with strategy
% 17.19/2.61  {"sine":1,"rewrite":0,"depth_penalty":50,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
%------------------------------------------------------------------------------