TSTP Solution File: SET097-7 by GKC---0.8

View Problem - Process Solution

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

% Computer : n006.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 15:00:19 EDT 2023

% Result   : Unsatisfiable 157.26s 20.72s
% Output   : CNFRefutation 157.26s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_subclass_members')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ member(X,Y)
    | ~ subclass(Y,Z)
    | member(X,Z) ),
    inference(cnf_transformation,[],['$inc_subclass_members']) ).

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

cnf('3',plain,
    ( ~ member(X,Y)
    | member(X,universal_class) ),
    inference(resolution,[],['1','2']) ).

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

cnf('5',plain,
    ~ member(not_subclass_element(intersection(complement(singleton(not_subclass_element(x,null_class))),x),null_class),intersection(complement(singleton(not_subclass_element(x,null_class))),x)),
    inference(cnf_transformation,[],[prove_number_of_elements_in_class_1]) ).

cnf('6',plain,
    subclass(intersection(complement(singleton(not_subclass_element(x,null_class))),x),null_class),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    ( ~ subclass(X,null_class)
    | X = null_class ),
    inference(cnf_transformation,[],[corollary_of_null_class_is_subclass]) ).

cnf('8',plain,
    intersection(complement(singleton(not_subclass_element(x,null_class))),x) = null_class,
    inference(resolution,[],['6','7']) ).

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

cnf('10',plain,
    ( member(not_subclass_element(X,null_class),X)
    | X = null_class ),
    inference(cnf_transformation,[],[null_class_is_unique]) ).

cnf('11',plain,
    ~ member(X,intersection(complement(Y),Y)),
    inference(cnf_transformation,[],[special_classes_lemma]) ).

cnf('12',plain,
    intersection(complement(X),X) = null_class,
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    ~ member(X3,null_class),
    inference(paramodulation,[],['12','11']) ).

cnf('14',plain,
    ( ~ member(X,complement(singleton(not_subclass_element(x,null_class))))
    | ~ member(X,x) ),
    inference(paramodulation,[then_simplify],['8','9','13']) ).

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

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

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

cnf('18',plain,
    ( ~ member(not_subclass_element(X,singleton(not_subclass_element(x,null_class))),x)
    | ~ member(not_subclass_element(X,singleton(not_subclass_element(x,null_class))),universal_class)
    | subclass(X,singleton(not_subclass_element(x,null_class))) ),
    inference(resolution,[],['16','17']) ).

cnf('19',plain,
    ( ~ member(not_subclass_element(x,singleton(not_subclass_element(x,null_class))),universal_class)
    | subclass(x,singleton(not_subclass_element(x,null_class))) ),
    inference(resolution,[],['18','4']) ).

cnf('20',plain,
    ( singleton(X) = Y
    | ~ subclass(Y,singleton(X))
    | Y = null_class ),
    inference(cnf_transformation,[],[two_subsets_of_singleton]) ).

cnf('21',plain,
    singleton(not_subclass_element(x,null_class)) != x,
    inference(cnf_transformation,[],[prove_number_of_elements_in_class_2]) ).

cnf('22',plain,
    x != null_class,
    inference(cnf_transformation,[],[prove_number_of_elements_in_class_3]) ).

cnf('23',plain,
    ~ subclass(x,singleton(not_subclass_element(x,null_class))),
    inference(resolution,[then_simplify],['20','21','22']) ).

cnf('24',plain,
    ~ member(not_subclass_element(x,singleton(not_subclass_element(x,null_class))),X),
    inference(resolution,[then_simplify],['3','19','23']) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SET097-7 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n006.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Sat Aug 26 13:58:07 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.21/0.39  
% 0.21/0.39  input clause set summed statistics:
% 0.21/0.39  ----------------------------------
% 0.21/0.39  in_clause_count:                   143
% 0.21/0.39  in_rule_clause_count:              136
% 0.21/0.39  in_fact_clause_count:                7
% 0.21/0.39  in_answer_clause_count:              0
% 0.21/0.39  in_ground_clause_count:             12
% 0.21/0.39  in_unit_clause_count:               43
% 0.21/0.39  in_horn_clause_count:              121
% 0.21/0.39  in_pos_clause_count:                51
% 0.21/0.39  in_neg_clause_count:                11
% 0.21/0.39  in_poseq_clause_count:              55
% 0.21/0.39  in_negeq_clause_count:              20
% 0.21/0.39  in_unitposeq_clause_count:          20
% 0.21/0.39  in_chain_clause_count:               2
% 0.21/0.39  in_min_length:             1
% 0.21/0.39  in_max_length:             5
% 0.21/0.39  in_min_depth:              1
% 0.21/0.39  in_max_depth:              6
% 0.21/0.39  in_min_size:               2
% 0.21/0.39  in_max_size:              41
% 0.21/0.39  in_min_vars:               0
% 0.21/0.39  in_max_vars:               5
% 0.21/0.39  in_extaxiom_count:                91
% 0.21/0.39  in_axiom_count:                   49
% 0.21/0.39  in_assumption_count:               0
% 0.21/0.39  in_goal_count:                     3
% 0.21/0.39  in_neg_goal_count:                 3
% 0.21/0.39  in_pos_goal_count:                 0
% 0.21/0.39  in_posunit_goal_count:             0
% 0.21/0.39  
% 0.21/0.39  auto guide:
% 0.21/0.39  -----------
% 0.21/0.39  {
% 0.21/0.39  "print":1,
% 0.21/0.39  "print_level": 15,
% 0.21/0.39  "max_size": 0,
% 0.21/0.39  "max_depth": 0,
% 0.21/0.39  "max_length": 0,
% 0.21/0.39  "max_dseconds": 0,
% 0.21/0.39  "runs":[
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1, "max_size":15},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.21/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.21/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10, "max_size":15},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.21/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.21/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50, "max_size":15},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.21/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.21/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.21/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.21/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.21/0.39  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.21/0.39  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.21/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.21/0.39  
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.21/0.39  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.21/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.21/0.39  
% 0.21/0.39  ]}
% 0.21/0.39  
% 0.21/0.39  
% 0.21/0.39  **** run 1 fork 0 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 2 fork 1 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 3 fork 2 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 4 fork 3 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 5 fork 4 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 6 fork 5 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.39  
% 0.21/0.39  **** run 7 fork 6 starts with strategy
% 0.21/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.40  
% 0.21/0.40  **** run 8 fork 7 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.21/0.44  
% 0.21/0.44  fork 3: search finished without proof.
% 0.21/0.47  
% 0.21/0.47  **** run 12 fork 3 starts with strategy
% 0.21/0.47  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 1: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  fork 2: search finished without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 6: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 5: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 0: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 7: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  **** run 11 fork 2 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.55  
% 0.21/0.55  **** run 10 fork 1 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 14 fork 5 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 13 fork 4 starts with strategy
% 0.21/0.56  
% 0.21/0.56  **** run 15 fork 6 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.56  
% 0.21/0.56  **** run 9 fork 0 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.21/0.56  
% 0.21/0.56  **** run 16 fork 7 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.21/0.60  
% 0.21/0.60  
% 0.21/0.60  fork 3: search terminated without proof.
% 0.21/0.62  
% 0.21/0.62  **** run 20 fork 3 starts with strategy
% 0.21/0.62  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 2: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 1: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 5: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 4: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  **** run 19 fork 2 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.70  
% 0.21/0.70  fork 6: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  fork 7: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  **** run 22 fork 5 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.21/0.72  
% 0.21/0.72  **** run 18 fork 1 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.21/0.72  
% 0.21/0.72  **** run 24 fork 7 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.21/0.72  
% 0.21/0.72  **** run 23 fork 6 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.73  
% 0.21/0.73  **** run 21 fork 4 starts with strategy
% 0.21/0.73  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.21/0.74  
% 0.21/0.74  
% 0.21/0.74  fork 0: search terminated without proof.
% 0.21/0.76  
% 0.21/0.76  
% 0.21/0.76  fork 3: search terminated without proof.
% 0.21/0.76  
% 0.21/0.76  **** run 17 fork 0 starts with strategy
% 0.21/0.76  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 2.21/0.78  
% 2.21/0.78  **** run 28 fork 3 starts with strategy
% 2.21/0.78  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.33/0.83  
% 3.33/0.83  
% 3.33/0.83  fork 2: search terminated without proof.
% 3.33/0.84  
% 3.33/0.84  
% 3.33/0.84  fork 5: search terminated without proof.
% 3.33/0.85  
% 3.33/0.85  
% 3.33/0.85  fork 6: search terminated without proof.
% 3.33/0.85  
% 3.33/0.85  **** run 27 fork 2 starts with strategy
% 3.33/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.33/0.86  
% 3.33/0.86  **** run 30 fork 5 starts with strategy
% 3.33/0.86  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 3.33/0.86  
% 3.33/0.86  
% 3.33/0.86  fork 7: search terminated without proof.
% 3.79/0.88  
% 3.79/0.88  
% 3.79/0.88  fork 1: search terminated without proof.
% 3.79/0.88  
% 3.79/0.88  **** run 31 fork 6 starts with strategy
% 3.79/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.79/0.88  
% 3.79/0.88  **** run 32 fork 7 starts with strategy
% 3.79/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.79/0.89  
% 3.79/0.89  
% 3.79/0.89  fork 4: search terminated without proof.
% 3.79/0.90  
% 3.79/0.90  
% 3.79/0.90  fork 0: search terminated without proof.
% 3.79/0.90  
% 3.79/0.90  **** run 26 fork 1 starts with strategy
% 3.79/0.90  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 3.79/0.91  
% 3.79/0.91  
% 3.79/0.91  fork 3: search terminated without proof.
% 3.79/0.91  
% 3.79/0.91  **** run 29 fork 4 starts with strategy
% 3.79/0.91  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.79/0.92  
% 3.79/0.92  **** run 25 fork 0 starts with strategy
% 3.79/0.92  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 3.79/0.93  
% 3.79/0.93  **** run 36 fork 3 starts with strategy
% 3.79/0.93  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.48/0.97  
% 4.48/0.97  fork 3: search finished without proof.
% 4.48/0.98  
% 4.48/0.98  
% 4.48/0.98  fork 2: search terminated without proof.
% 4.73/0.99  
% 4.73/0.99  
% 4.73/0.99  fork 5: search terminated without proof.
% 4.73/0.99  
% 4.73/0.99  **** run 44 fork 3 starts with strategy
% 4.73/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 4.73/1.00  
% 4.73/1.00  **** run 35 fork 2 starts with strategy
% 4.73/1.00  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.73/1.00  
% 4.73/1.00  **** run 38 fork 5 starts with strategy
% 4.73/1.00  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 4.73/1.01  
% 4.73/1.01  
% 4.73/1.01  fork 6: search terminated without proof.
% 4.73/1.02  
% 4.73/1.02  
% 4.73/1.02  fork 7: search terminated without proof.
% 4.73/1.03  
% 4.73/1.03  
% 4.73/1.03  fork 1: search terminated without proof.
% 5.09/1.03  
% 5.09/1.03  **** run 39 fork 6 starts with strategy
% 5.09/1.03  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 5.20/1.04  
% 5.20/1.04  **** run 40 fork 7 starts with strategy
% 5.20/1.04  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 5.20/1.05  
% 5.20/1.05  **** run 34 fork 1 starts with strategy
% 5.20/1.05  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.20/1.05  
% 5.20/1.05  
% 5.20/1.05  fork 4: search terminated without proof.
% 5.20/1.05  
% 5.20/1.05  
% 5.20/1.05  fork 0: search terminated without proof.
% 5.20/1.07  
% 5.20/1.07  **** run 37 fork 4 starts with strategy
% 5.20/1.07  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 5.20/1.08  
% 5.20/1.08  **** run 33 fork 0 starts with strategy
% 5.20/1.08  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.20/1.10  
% 5.20/1.10  fork 4: search finished without proof.
% 5.73/1.12  
% 5.73/1.12  
% 5.73/1.12  fork 3: search terminated without proof.
% 5.73/1.12  
% 5.73/1.12  **** run 45 fork 4 starts with strategy
% 5.73/1.12  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.73/1.13  
% 5.73/1.13  fork 2: search finished without proof.
% 5.73/1.13  
% 5.73/1.13  
% 5.73/1.13  fork 5: search terminated without proof.
% 5.73/1.14  
% 5.73/1.14  **** run 52 fork 3 starts with strategy
% 5.73/1.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 5.73/1.15  
% 5.73/1.15  **** run 43 fork 2 starts with strategy
% 5.73/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.73/1.15  
% 5.73/1.15  **** run 46 fork 5 starts with strategy
% 5.73/1.15  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.20/1.17  
% 6.20/1.17  
% 6.20/1.17  fork 7: search terminated without proof.
% 6.20/1.18  
% 6.20/1.18  
% 6.20/1.18  fork 6: search terminated without proof.
% 6.20/1.18  
% 6.20/1.18  
% 6.20/1.18  fork 1: search terminated without proof.
% 6.20/1.19  
% 6.20/1.19  **** run 48 fork 7 starts with strategy
% 6.20/1.19  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 6.20/1.20  
% 6.20/1.20  **** run 42 fork 1 starts with strategy
% 6.20/1.20  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 6.20/1.20  
% 6.20/1.20  **** run 47 fork 6 starts with strategy
% 6.20/1.20  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 6.20/1.20  
% 6.20/1.20  
% 6.20/1.20  fork 0: search terminated without proof.
% 6.20/1.23  
% 6.20/1.23  **** run 41 fork 0 starts with strategy
% 6.20/1.23  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":1}
% 6.20/1.25  
% 6.20/1.25  
% 6.20/1.25  fork 4: search terminated without proof.
% 6.87/1.26  
% 6.87/1.26  fork 3: search finished without proof.
% 6.87/1.27  
% 6.87/1.27  **** run 53 fork 4 starts with strategy
% 6.87/1.27  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.87/1.27  
% 6.87/1.27  
% 6.87/1.27  fork 2: search terminated without proof.
% 6.87/1.28  
% 6.87/1.28  
% 6.87/1.28  fork 5: search terminated without proof.
% 6.87/1.28  
% 6.87/1.28  **** run 60 fork 3 starts with strategy
% 6.87/1.28  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.14/1.30  
% 7.14/1.30  **** run 54 fork 5 starts with strategy
% 7.14/1.30  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.14/1.30  
% 7.14/1.30  **** run 51 fork 2 starts with strategy
% 7.14/1.30  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.14/1.32  
% 7.14/1.32  
% 7.14/1.32  fork 7: search terminated without proof.
% 7.14/1.33  
% 7.14/1.33  
% 7.14/1.33  fork 1: search terminated without proof.
% 7.14/1.34  
% 7.14/1.34  
% 7.14/1.34  fork 6: search terminated without proof.
% 7.14/1.34  
% 7.14/1.34  **** run 56 fork 7 starts with strategy
% 7.14/1.34  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.14/1.35  
% 7.14/1.35  **** run 50 fork 1 starts with strategy
% 7.14/1.35  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.14/1.35  
% 7.14/1.35  
% 7.14/1.35  fork 0: search terminated without proof.
% 7.14/1.36  
% 7.14/1.36  **** run 55 fork 6 starts with strategy
% 7.14/1.36  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 7.14/1.37  
% 7.14/1.37  **** run 49 fork 0 starts with strategy
% 7.14/1.37  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.14/1.41  
% 7.14/1.41  
% 7.14/1.41  fork 3: search terminated without proof.
% 7.14/1.43  
% 7.14/1.43  
% 7.14/1.43  fork 2: search terminated without proof.
% 7.14/1.43  
% 7.14/1.43  **** run 68 fork 3 starts with strategy
% 7.14/1.43  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 7.14/1.45  
% 7.14/1.45  
% 7.14/1.45  fork 5: search terminated without proof.
% 7.14/1.46  
% 7.14/1.46  **** run 59 fork 2 starts with strategy
% 7.14/1.46  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.14/1.47  
% 7.14/1.47  **** run 62 fork 5 starts with strategy
% 7.14/1.47  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.14/1.47  
% 7.14/1.47  
% 7.14/1.47  fork 1: search terminated without proof.
% 7.14/1.48  
% 7.14/1.48  fork 4: search finished without proof.
% 7.14/1.50  
% 7.14/1.50  
% 7.14/1.50  fork 6: search terminated without proof.
% 7.14/1.50  
% 7.14/1.50  **** run 58 fork 1 starts with strategy
% 7.14/1.50  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 7.14/1.50  
% 7.14/1.50  **** run 61 fork 4 starts with strategy
% 7.14/1.50  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 7.58/1.50  
% 7.58/1.50  
% 7.58/1.50  fork 0: search terminated without proof.
% 7.58/1.50  
% 7.58/1.50  
% 7.58/1.50  fork 7: search terminated without proof.
% 8.82/1.52  
% 8.82/1.52  **** run 63 fork 6 starts with strategy
% 8.82/1.52  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 8.82/1.53  
% 8.82/1.53  **** run 57 fork 0 starts with strategy
% 8.82/1.53  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.82/1.53  
% 8.82/1.53  **** run 64 fork 7 starts with strategy
% 8.82/1.53  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 8.82/1.57  
% 8.82/1.57  
% 8.82/1.57  fork 3: search terminated without proof.
% 9.39/1.59  
% 9.39/1.59  
% 9.39/1.59  fork 2: search terminated without proof.
% 9.39/1.59  
% 9.39/1.59  **** run 76 fork 3 starts with strategy
% 9.39/1.59  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 9.39/1.60  
% 9.39/1.60  **** run 67 fork 2 starts with strategy
% 9.39/1.60  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.39/1.61  
% 9.39/1.61  
% 9.39/1.61  fork 5: search terminated without proof.
% 9.39/1.62  
% 9.39/1.62  fork 1: search finished without proof.
% 9.39/1.62  
% 9.39/1.62  **** run 70 fork 5 starts with strategy
% 9.39/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 9.39/1.64  
% 9.39/1.64  
% 9.39/1.64  fork 4: search terminated without proof.
% 9.39/1.64  
% 9.39/1.64  **** run 66 fork 1 starts with strategy
% 9.39/1.64  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 9.39/1.66  
% 9.39/1.66  **** run 69 fork 4 starts with strategy
% 9.39/1.66  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 9.39/1.66  
% 9.39/1.66  
% 9.39/1.66  fork 0: search terminated without proof.
% 9.39/1.66  
% 9.39/1.66  
% 9.39/1.66  fork 6: search terminated without proof.
% 10.04/1.67  
% 10.04/1.67  
% 10.04/1.67  fork 7: search terminated without proof.
% 10.04/1.68  
% 10.04/1.68  **** run 65 fork 0 starts with strategy
% 10.04/1.68  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 10.15/1.68  
% 10.15/1.68  fork 1: search finished without proof.
% 10.15/1.68  
% 10.15/1.68  **** run 71 fork 6 starts with strategy
% 10.15/1.68  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 10.15/1.69  
% 10.15/1.69  **** run 72 fork 7 starts with strategy
% 10.15/1.69  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 10.15/1.70  
% 10.15/1.70  **** run 74 fork 1 starts with strategy
% 10.15/1.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 10.43/1.72  
% 10.43/1.72  
% 10.43/1.72  fork 3: search terminated without proof.
% 10.55/1.73  
% 10.55/1.73  
% 10.55/1.73  fork 2: search terminated without proof.
% 10.55/1.74  
% 10.55/1.74  **** run 84 fork 3 starts with strategy
% 10.55/1.74  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 10.55/1.75  
% 10.55/1.75  **** run 75 fork 2 starts with strategy
% 10.55/1.75  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.55/1.76  
% 10.55/1.76  
% 10.55/1.76  fork 5: search terminated without proof.
% 10.55/1.78  
% 10.55/1.78  **** run 78 fork 5 starts with strategy
% 10.55/1.78  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 10.55/1.78  
% 10.55/1.78  
% 10.55/1.78  fork 4: search terminated without proof.
% 10.55/1.80  
% 10.55/1.80  **** run 77 fork 4 starts with strategy
% 10.55/1.80  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.55/1.81  
% 10.55/1.81  
% 10.55/1.81  fork 0: search terminated without proof.
% 11.24/1.82  
% 11.24/1.82  
% 11.24/1.82  fork 6: search terminated without proof.
% 11.24/1.82  
% 11.24/1.82  
% 11.24/1.82  fork 7: search terminated without proof.
% 11.24/1.83  
% 11.24/1.83  **** run 73 fork 0 starts with strategy
% 11.24/1.83  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 11.24/1.83  
% 11.24/1.83  
% 11.24/1.83  fork 1: search terminated without proof.
% 11.24/1.84  
% 11.24/1.84  **** run 79 fork 6 starts with strategy
% 11.24/1.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 11.24/1.84  
% 11.24/1.84  **** run 80 fork 7 starts with strategy
% 11.24/1.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.24/1.85  
% 11.24/1.85  **** run 82 fork 1 starts with strategy
% 11.24/1.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.24/1.87  
% 11.24/1.87  
% 11.24/1.87  fork 3: search terminated without proof.
% 11.78/1.88  
% 11.78/1.88  
% 11.78/1.88  fork 2: search terminated without proof.
% 11.78/1.89  
% 11.78/1.89  **** run 92 fork 3 starts with strategy
% 11.78/1.89  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 11.78/1.90  
% 11.78/1.90  **** run 83 fork 2 starts with strategy
% 11.78/1.90  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.78/1.91  
% 11.78/1.91  
% 11.78/1.91  fork 5: search terminated without proof.
% 11.78/1.93  
% 11.78/1.93  **** run 86 fork 5 starts with strategy
% 11.78/1.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 11.78/1.93  
% 11.78/1.93  fork 2: search finished without proof.
% 11.78/1.94  
% 11.78/1.94  
% 11.78/1.94  fork 4: search terminated without proof.
% 11.78/1.95  
% 11.78/1.95  **** run 91 fork 2 starts with strategy
% 11.78/1.95  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_depth":2,"max_dseconds":1}
% 11.78/1.96  
% 11.78/1.96  
% 11.78/1.96  fork 0: search terminated without proof.
% 11.78/1.96  
% 11.78/1.96  **** run 85 fork 4 starts with strategy
% 11.78/1.96  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 12.42/1.98  
% 12.42/1.98  
% 12.42/1.98  fork 6: search terminated without proof.
% 12.42/1.98  
% 12.42/1.98  
% 12.42/1.98  fork 7: search terminated without proof.
% 12.57/1.98  
% 12.57/1.98  
% 12.57/1.98  fork 1: search terminated without proof.
% 12.57/1.98  
% 12.57/1.98  **** run 81 fork 0 starts with strategy
% 12.57/1.98  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 12.57/2.00  
% 12.57/2.00  **** run 88 fork 7 starts with strategy
% 12.57/2.00  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 12.57/2.00  
% 12.57/2.00  **** run 90 fork 1 starts with strategy
% 12.57/2.00  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 12.57/2.00  
% 12.57/2.00  **** run 87 fork 6 starts with strategy
% 12.57/2.00  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 12.57/2.02  
% 12.57/2.02  
% 12.57/2.02  fork 3: search terminated without proof.
% 12.57/2.04  
% 12.57/2.04  **** run 100 fork 3 starts with strategy
% 12.57/2.04  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 12.57/2.08  
% 12.57/2.08  
% 12.57/2.08  fork 2: search terminated without proof.
% 12.57/2.09  
% 12.57/2.09  
% 12.57/2.09  fork 4: search terminated without proof.
% 12.57/2.10  
% 12.57/2.10  **** run 99 fork 2 starts with strategy
% 12.57/2.10  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 12.57/2.11  
% 12.57/2.11  
% 12.57/2.11  fork 0: search terminated without proof.
% 12.57/2.12  
% 12.57/2.12  **** run 93 fork 4 starts with strategy
% 12.57/2.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.57/2.13  
% 12.57/2.13  
% 12.57/2.13  fork 1: search terminated without proof.
% 12.57/2.13  
% 12.57/2.13  
% 12.57/2.13  fork 5: search terminated without proof.
% 12.57/2.13  
% 12.57/2.13  **** run 89 fork 0 starts with strategy
% 12.57/2.13  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 12.57/2.14  
% 12.57/2.14  
% 12.57/2.14  fork 6: search terminated without proof.
% 12.57/2.15  
% 12.57/2.15  **** run 98 fork 1 starts with strategy
% 12.57/2.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 12.57/2.15  
% 12.57/2.15  
% 12.57/2.15  fork 7: search terminated without proof.
% 12.57/2.16  
% 12.57/2.16  **** run 95 fork 6 starts with strategy
% 12.57/2.16  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 12.57/2.17  
% 12.57/2.17  **** run 94 fork 5 starts with strategy
% 12.57/2.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 12.90/2.17  
% 12.90/2.17  **** run 96 fork 7 starts with strategy
% 12.90/2.17  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 12.90/2.18  
% 12.90/2.18  
% 12.90/2.18  fork 3: search terminated without proof.
% 14.12/2.20  
% 14.12/2.20  **** run 108 fork 3 starts with strategy
% 14.12/2.20  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 14.12/2.20  
% 14.12/2.20  fork 6: search finished without proof.
% 14.12/2.22  
% 14.12/2.22  **** run 103 fork 6 starts with strategy
% 14.12/2.22  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 14.12/2.23  
% 14.12/2.23  
% 14.12/2.23  fork 2: search terminated without proof.
% 14.12/2.24  
% 14.12/2.24  
% 14.12/2.24  fork 4: search terminated without proof.
% 14.12/2.25  
% 14.12/2.25  **** run 107 fork 2 starts with strategy
% 14.12/2.25  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 14.12/2.26  
% 14.12/2.26  
% 14.12/2.26  fork 0: search terminated without proof.
% 14.12/2.26  
% 14.12/2.26  **** run 101 fork 4 starts with strategy
% 14.12/2.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 14.75/2.28  
% 14.75/2.28  **** run 97 fork 0 starts with strategy
% 14.75/2.28  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 14.83/2.30  
% 14.83/2.30  
% 14.83/2.30  fork 5: search terminated without proof.
% 15.10/2.32  
% 15.10/2.32  
% 15.10/2.32  fork 1: search terminated without proof.
% 15.10/2.33  
% 15.10/2.33  
% 15.10/2.33  fork 3: search terminated without proof.
% 15.10/2.33  
% 15.10/2.33  **** run 102 fork 5 starts with strategy
% 15.10/2.33  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 15.10/2.33  
% 15.10/2.33  
% 15.10/2.33  fork 7: search terminated without proof.
% 15.10/2.35  
% 15.10/2.35  **** run 116 fork 3 starts with strategy
% 15.10/2.35  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 15.10/2.35  
% 15.10/2.35  **** run 106 fork 1 starts with strategy
% 15.10/2.35  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 15.10/2.35  
% 15.10/2.35  **** run 104 fork 7 starts with strategy
% 15.10/2.35  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 15.10/2.36  
% 15.10/2.36  
% 15.10/2.36  fork 6: search terminated without proof.
% 15.10/2.38  
% 15.10/2.38  
% 15.10/2.38  fork 2: search terminated without proof.
% 15.10/2.39  
% 15.10/2.39  **** run 111 fork 6 starts with strategy
% 15.10/2.39  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 15.10/2.40  
% 15.10/2.40  
% 15.10/2.40  fork 4: search terminated without proof.
% 15.10/2.40  
% 15.10/2.40  **** run 115 fork 2 starts with strategy
% 15.10/2.40  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 15.10/2.41  
% 15.10/2.41  
% 15.10/2.41  fork 0: search terminated without proof.
% 15.82/2.42  
% 15.82/2.42  **** run 109 fork 4 starts with strategy
% 15.82/2.42  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 15.82/2.43  
% 15.82/2.43  **** run 105 fork 0 starts with strategy
% 15.82/2.43  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 15.82/2.46  
% 15.82/2.46  
% 15.82/2.46  fork 5: search terminated without proof.
% 15.82/2.47  
% 15.82/2.47  fork 7: search finished without proof.
% 15.82/2.47  
% 15.82/2.47  
% 15.82/2.47  fork 3: search terminated without proof.
% 15.82/2.48  
% 15.82/2.48  **** run 110 fork 5 starts with strategy
% 15.82/2.48  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 15.82/2.48  
% 15.82/2.48  
% 15.82/2.48  fork 1: search terminated without proof.
% 16.43/2.49  
% 16.43/2.49  **** run 112 fork 7 starts with strategy
% 16.43/2.49  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 16.43/2.49  
% 16.43/2.49  **** run 124 fork 3 starts with strategy
% 16.43/2.49  {"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.43/2.51  
% 16.43/2.51  **** run 114 fork 1 starts with strategy
% 16.43/2.51  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 16.43/2.52  
% 16.43/2.52  
% 16.43/2.52  fork 6: search terminated without proof.
% 16.43/2.53  
% 16.43/2.53  
% 16.43/2.53  fork 2: search terminated without proof.
% 16.43/2.54  
% 16.43/2.54  **** run 119 fork 6 starts with strategy
% 16.43/2.54  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 16.43/2.55  
% 16.43/2.55  **** run 123 fork 2 starts with strategy
% 16.43/2.55  {"sine":1,"rewrite":0,"depth_penalty":50,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 16.43/2.55  
% 16.43/2.55  
% 16.43/2.55  fork 4: search terminated without proof.
% 16.43/2.55  
% 16.43/2.55  
% 16.43/2.55  fork 0: search terminated without proof.
% 16.43/2.57  
% 16.43/2.57  **** run 117 fork 4 starts with strategy
% 16.43/2.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 16.43/2.57  
% 16.43/2.57  **** run 113 fork 0 starts with strategy
% 16.43/2.57  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 17.21/2.60  
% 17.21/2.60  
% 17.21/2.60  fork 5: search terminated without proof.
% 17.39/2.62  
% 17.39/2.62  
% 17.39/2.62  fork 7: search terminated without proof.
% 17.39/2.62  
% 17.39/2.62  **** run 118 fork 5 starts with strategy
% 17.39/2.62  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 17.39/2.63  
% 17.39/2.63  
% 17.39/2.63  fork 3: search terminated without proof.
% 17.39/2.64  
% 17.39/2.64  
% 17.39/2.64  fork 1: search terminated without proof.
% 17.39/2.64  
% 17.39/2.64  **** run 120 fork 7 starts with strategy
% 17.39/2.64  {"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.39/2.65  
% 17.39/2.65  **** run 132 fork 3 starts with strategy
% 17.39/2.65  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.39/2.66  
% 17.39/2.66  **** run 122 fork 1 starts with strategy
% 17.39/2.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 17.39/2.68  
% 17.39/2.68  
% 17.39/2.68  fork 2: search terminated without proof.
% 17.39/2.69  
% 17.39/2.69  **** run 131 fork 2 starts with strategy
% 17.39/2.69  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 17.39/2.70  
% 17.39/2.70  
% 17.39/2.70  fork 4: search terminated without proof.
% 17.39/2.70  
% 17.39/2.70  
% 17.39/2.70  fork 0: search terminated without proof.
% 17.39/2.72  
% 17.39/2.72  **** run 125 fork 4 starts with strategy
% 17.39/2.72  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1,"sine":2}
% 17.39/2.72  
% 17.39/2.72  **** run 121 fork 0 starts with strategy
% 17.39/2.72  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 17.39/2.74  
% 17.39/2.74  
% 17.39/2.74  fork 6: search terminated without proof.
% 17.39/2.75  
% 17.39/2.75  fork 4: search finished without proof.
% 17.39/2.76  
% 17.39/2.76  
% 17.39/2.76  fork 5: search terminated without proof.
% 17.39/2.77  
% 17.39/2.77  **** run 133 fork 4 starts with strategy
% 17.39/2.77  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 17.39/2.77  
% 17.39/2.77  
% 17.39/2.77  fork 7: search terminated without proof.
% 17.39/2.78  
% 17.39/2.78  **** run 126 fork 5 starts with strategy
% 17.39/2.78  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 17.39/2.79  
% 17.39/2.79  **** run 127 fork 6 starts with strategy
% 17.39/2.79  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 17.39/2.79  
% 17.39/2.79  
% 17.39/2.79  fork 1: search terminated without proof.
% 17.39/2.79  
% 17.39/2.79  **** run 128 fork 7 starts with strategy
% 17.39/2.79  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 17.39/2.82  
% 17.39/2.82  **** run 130 fork 1 starts with strategy
% 17.39/2.82  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 17.57/2.85  
% 17.57/2.85  
% 17.57/2.85  fork 0: search terminated without proof.
% 17.57/2.87  
% 17.57/2.87  **** run 129 fork 0 starts with strategy
% 17.57/2.87  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 17.57/2.90  
% 17.57/2.90  fork 0: search finished without proof.
% 19.71/2.91  
% 19.71/2.91  **** run 137 fork 0 starts with strategy
% 19.71/2.91  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 25.01/3.68  
% 25.01/3.68  
% 25.01/3.68  fork 3: search terminated without proof.
% 25.84/3.70  
% 25.84/3.70  **** run 140 fork 3 starts with strategy
% 25.84/3.70  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 25.90/3.72  
% 25.90/3.72  
% 25.90/3.72  fork 2: search terminated without proof.
% 25.90/3.78  
% 25.90/3.78  **** run 139 fork 2 starts with strategy
% 25.90/3.78  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 25.90/3.80  
% 25.90/3.80  
% 25.90/3.80  fork 4: search terminated without proof.
% 26.68/3.83  
% 26.68/3.83  
% 26.68/3.83  fork 6: search terminated without proof.
% 26.68/3.84  
% 26.68/3.84  **** run 141 fork 4 starts with strategy
% 26.68/3.84  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 26.68/3.85  
% 26.68/3.85  
% 26.68/3.85  fork 1: search terminated without proof.
% 26.68/3.85  
% 26.68/3.85  **** run 135 fork 6 starts with strategy
% 26.68/3.85  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 26.68/3.87  
% 26.68/3.87  
% 26.68/3.87  fork 5: search terminated without proof.
% 26.68/3.88  
% 26.68/3.88  **** run 138 fork 1 starts with strategy
% 26.68/3.88  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 27.35/3.92  
% 27.35/3.92  **** run 134 fork 5 starts with strategy
% 27.35/3.92  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 27.35/3.94  
% 27.35/3.94  
% 27.35/3.94  fork 0: search terminated without proof.
% 27.35/3.96  
% 27.35/3.96  
% 27.35/3.96  fork 7: search terminated without proof.
% 27.35/3.97  
% 27.35/3.97  **** run 145 fork 0 starts with strategy
% 27.35/3.97  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 27.35/3.98  
% 27.35/3.98  **** run 136 fork 7 starts with strategy
% 27.35/3.98  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 33.67/4.81  
% 33.67/4.81  
% 33.67/4.81  fork 2: search terminated without proof.
% 33.67/4.83  
% 33.67/4.83  
% 33.67/4.83  fork 3: search terminated without proof.
% 33.67/4.83  
% 33.67/4.83  **** run 147 fork 2 starts with strategy
% 33.67/4.83  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 33.67/4.87  
% 33.67/4.87  
% 33.67/4.87  fork 4: search terminated without proof.
% 33.67/4.88  
% 33.67/4.88  
% 33.67/4.88  fork 6: search terminated without proof.
% 33.67/4.89  
% 33.67/4.89  **** run 149 fork 4 starts with strategy
% 33.67/4.89  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 33.67/4.90  
% 33.67/4.90  **** run 143 fork 6 starts with strategy
% 33.67/4.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 33.67/4.91  
% 33.67/4.91  
% 33.67/4.91  fork 1: search terminated without proof.
% 33.67/4.92  
% 33.67/4.92  **** run 148 fork 3 starts with strategy
% 33.67/4.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 33.87/4.94  
% 33.87/4.94  **** run 146 fork 1 starts with strategy
% 35.52/4.94  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 35.52/4.99  
% 35.52/4.99  
% 35.52/4.99  fork 5: search terminated without proof.
% 35.52/5.01  
% 35.52/5.01  
% 35.52/5.01  fork 7: search terminated without proof.
% 35.52/5.02  
% 35.52/5.02  
% 35.52/5.02  fork 0: search terminated without proof.
% 35.52/5.02  
% 35.52/5.02  **** run 142 fork 5 starts with strategy
% 35.52/5.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 36.21/5.04  
% 36.21/5.04  **** run 144 fork 7 starts with strategy
% 36.21/5.04  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 36.21/5.04  
% 36.21/5.04  **** run 153 fork 0 starts with strategy
% 36.21/5.04  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 42.61/5.86  
% 42.61/5.86  
% 42.61/5.86  fork 2: search terminated without proof.
% 42.80/5.90  
% 42.80/5.90  **** run 155 fork 2 starts with strategy
% 42.80/5.90  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 43.26/5.93  
% 43.26/5.93  
% 43.26/5.93  fork 4: search terminated without proof.
% 43.26/5.93  
% 43.26/5.93  
% 43.26/5.93  fork 6: search terminated without proof.
% 43.50/5.97  
% 43.50/5.97  **** run 151 fork 6 starts with strategy
% 43.50/5.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 43.50/5.97  
% 43.50/5.97  **** run 157 fork 4 starts with strategy
% 43.50/5.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 43.50/5.98  
% 43.50/5.98  
% 43.50/5.98  fork 1: search terminated without proof.
% 43.50/6.01  
% 43.50/6.01  
% 43.50/6.01  fork 3: search terminated without proof.
% 43.50/6.01  
% 43.50/6.01  **** run 154 fork 1 starts with strategy
% 43.50/6.01  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 44.09/6.04  
% 44.09/6.04  **** run 156 fork 3 starts with strategy
% 44.09/6.04  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 44.09/6.05  
% 44.09/6.05  
% 44.09/6.05  fork 5: search terminated without proof.
% 44.44/6.07  
% 44.44/6.07  
% 44.44/6.07  fork 0: search terminated without proof.
% 44.44/6.11  
% 44.44/6.11  **** run 150 fork 5 starts with strategy
% 44.44/6.11  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 44.44/6.11  
% 44.44/6.11  **** run 161 fork 0 starts with strategy
% 44.44/6.11  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 44.44/6.13  
% 44.44/6.13  
% 44.44/6.13  fork 7: search terminated without proof.
% 44.44/6.15  
% 44.44/6.15  fork 0: search finished without proof.
% 44.44/6.17  
% 44.44/6.17  **** run 169 fork 0 starts with strategy
% 44.44/6.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 44.44/6.17  
% 44.44/6.17  **** run 152 fork 7 starts with strategy
% 44.44/6.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 50.11/6.94  
% 50.11/6.94  
% 50.11/6.94  fork 2: search terminated without proof.
% 50.11/6.96  
% 50.11/6.96  **** run 163 fork 2 starts with strategy
% 50.11/6.96  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":10}
% 50.54/7.00  
% 50.54/7.00  
% 50.54/7.00  fork 6: search terminated without proof.
% 50.54/7.02  
% 50.54/7.02  
% 50.54/7.02  fork 4: search terminated without proof.
% 50.54/7.05  
% 50.54/7.05  
% 50.54/7.05  fork 1: search terminated without proof.
% 50.54/7.05  
% 50.54/7.05  **** run 165 fork 4 starts with strategy
% 50.54/7.05  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":10}
% 50.54/7.05  
% 50.54/7.05  **** run 159 fork 6 starts with strategy
% 50.54/7.05  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 50.54/7.07  
% 50.54/7.07  **** run 162 fork 1 starts with strategy
% 50.54/7.07  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 52.27/7.10  
% 52.27/7.10  fork 1: search finished without proof.
% 52.27/7.12  
% 52.27/7.12  **** run 170 fork 1 starts with strategy
% 52.27/7.12  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 53.19/7.20  
% 53.19/7.20  
% 53.19/7.20  fork 0: search terminated without proof.
% 53.19/7.21  
% 53.19/7.21  
% 53.19/7.21  fork 5: search terminated without proof.
% 53.19/7.22  
% 53.19/7.22  
% 53.19/7.22  fork 7: search terminated without proof.
% 53.19/7.22  
% 53.19/7.22  
% 53.19/7.22  fork 3: search terminated without proof.
% 53.19/7.23  
% 53.19/7.23  **** run 158 fork 5 starts with strategy
% 53.19/7.23  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 53.19/7.23  
% 53.19/7.23  **** run 177 fork 0 starts with strategy
% 53.19/7.23  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 53.19/7.24  
% 53.19/7.24  **** run 160 fork 7 starts with strategy
% 53.19/7.24  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 53.53/7.26  
% 53.53/7.26  **** run 164 fork 3 starts with strategy
% 53.53/7.26  {"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}
% 59.02/7.99  
% 59.02/7.99  
% 59.02/7.99  fork 2: search terminated without proof.
% 59.02/8.01  
% 59.02/8.01  **** run 171 fork 2 starts with strategy
% 59.02/8.01  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 59.79/8.08  
% 59.79/8.08  
% 59.79/8.08  fork 4: search terminated without proof.
% 60.20/8.11  
% 60.20/8.11  **** run 173 fork 4 starts with strategy
% 60.20/8.11  {"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}
% 60.20/8.13  
% 60.20/8.13  
% 60.20/8.13  fork 6: search terminated without proof.
% 60.67/8.16  
% 60.67/8.16  **** run 167 fork 6 starts with strategy
% 60.67/8.16  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 60.67/8.18  
% 60.67/8.18  fork 7: search finished without proof.
% 60.67/8.19  
% 60.67/8.19  
% 60.67/8.19  fork 1: search terminated without proof.
% 60.67/8.20  
% 60.67/8.20  **** run 168 fork 7 starts with strategy
% 60.67/8.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 60.67/8.25  
% 60.67/8.25  **** run 178 fork 1 starts with strategy
% 60.67/8.25  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 60.67/8.26  
% 60.67/8.26  
% 60.67/8.26  fork 0: search terminated without proof.
% 60.67/8.27  
% 60.67/8.27  fork 3: search finished without proof.
% 60.67/8.28  
% 60.67/8.28  **** run 185 fork 0 starts with strategy
% 60.67/8.28  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 60.67/8.29  
% 60.67/8.29  **** run 172 fork 3 starts with strategy
% 60.67/8.29  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 61.14/8.35  
% 61.14/8.35  
% 61.14/8.35  fork 5: search terminated without proof.
% 61.14/8.38  
% 61.14/8.38  **** run 166 fork 5 starts with strategy
% 61.14/8.38  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":10}
% 65.90/9.04  
% 65.90/9.04  
% 65.90/9.04  fork 2: search terminated without proof.
% 65.90/9.05  
% 65.90/9.05  **** run 179 fork 2 starts with strategy
% 65.90/9.05  {"max_dseconds":10,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 67.59/9.13  
% 67.59/9.13  
% 67.59/9.13  fork 4: search terminated without proof.
% 68.28/9.16  
% 68.28/9.16  **** run 181 fork 4 starts with strategy
% 68.28/9.16  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 68.59/9.23  
% 68.59/9.23  
% 68.59/9.23  fork 7: search terminated without proof.
% 69.12/9.25  
% 69.12/9.25  **** run 176 fork 7 starts with strategy
% 69.12/9.25  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 69.12/9.25  
% 69.12/9.25  
% 69.12/9.25  fork 6: search terminated without proof.
% 69.12/9.29  
% 69.12/9.29  fork 1: search finished without proof.
% 69.12/9.30  
% 69.12/9.30  **** run 175 fork 6 starts with strategy
% 69.12/9.30  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 69.12/9.31  
% 69.12/9.31  
% 69.12/9.31  fork 0: search terminated without proof.
% 69.12/9.31  
% 69.12/9.31  **** run 186 fork 1 starts with strategy
% 69.12/9.31  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 69.62/9.32  
% 69.62/9.32  **** run 193 fork 0 starts with strategy
% 69.62/9.32  
% 69.62/9.32  
% 69.62/9.32  fork 3: search terminated without proof.
% 69.62/9.32  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 69.62/9.35  
% 69.62/9.35  **** run 180 fork 3 starts with strategy
% 69.62/9.35  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 70.96/9.53  
% 70.96/9.53  
% 70.96/9.53  fork 5: search terminated without proof.
% 71.40/9.56  
% 71.40/9.56  **** run 174 fork 5 starts with strategy
% 71.40/9.56  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 75.44/10.08  
% 75.44/10.08  
% 75.44/10.08  fork 2: search terminated without proof.
% 75.69/10.10  
% 75.69/10.10  **** run 187 fork 2 starts with strategy
% 75.69/10.10  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 76.15/10.19  
% 76.15/10.19  
% 76.15/10.19  fork 4: search terminated without proof.
% 76.68/10.22  
% 76.68/10.22  **** run 189 fork 4 starts with strategy
% 76.68/10.22  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 76.68/10.28  
% 76.68/10.28  
% 76.68/10.28  fork 7: search terminated without proof.
% 76.68/10.32  
% 76.68/10.32  **** run 184 fork 7 starts with strategy
% 76.68/10.32  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 76.68/10.33  
% 76.68/10.33  
% 76.68/10.33  fork 6: search terminated without proof.
% 76.68/10.36  
% 76.68/10.36  
% 76.68/10.36  fork 0: search terminated without proof.
% 76.68/10.37  
% 76.68/10.37  **** run 183 fork 6 starts with strategy
% 76.68/10.37  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":10}
% 76.68/10.38  
% 76.68/10.38  
% 76.68/10.38  fork 3: search terminated without proof.
% 76.68/10.39  
% 76.68/10.39  **** run 201 fork 0 starts with strategy
% 76.68/10.39  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 76.68/10.40  
% 76.68/10.40  **** run 188 fork 3 starts with strategy
% 76.68/10.40  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":10}
% 79.17/10.55  
% 79.17/10.55  
% 79.17/10.55  fork 1: search terminated without proof.
% 79.17/10.56  
% 79.17/10.56  **** run 194 fork 1 starts with strategy
% 79.17/10.56  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 79.17/10.60  
% 79.17/10.60  
% 79.17/10.60  fork 5: search terminated without proof.
% 79.17/10.63  
% 79.17/10.63  **** run 182 fork 5 starts with strategy
% 79.17/10.63  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 82.79/11.13  
% 82.79/11.13  
% 82.79/11.13  fork 2: search terminated without proof.
% 82.79/11.14  
% 82.79/11.14  **** run 195 fork 2 starts with strategy
% 82.79/11.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 85.08/11.31  
% 85.08/11.31  
% 85.08/11.31  fork 4: search terminated without proof.
% 85.46/11.34  
% 85.46/11.34  **** run 197 fork 4 starts with strategy
% 85.46/11.34  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 85.55/11.35  
% 85.55/11.35  
% 85.55/11.35  fork 7: search terminated without proof.
% 85.55/11.37  
% 85.55/11.37  **** run 192 fork 7 starts with strategy
% 85.55/11.37  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 85.55/11.40  
% 85.55/11.40  
% 85.55/11.40  fork 6: search terminated without proof.
% 85.99/11.42  
% 85.99/11.42  
% 85.99/11.42  fork 0: search terminated without proof.
% 85.99/11.42  
% 85.99/11.42  **** run 191 fork 6 starts with strategy
% 85.99/11.42  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":10}
% 85.99/11.43  
% 85.99/11.43  
% 85.99/11.43  fork 3: search terminated without proof.
% 86.41/11.46  
% 86.41/11.46  **** run 209 fork 0 starts with strategy
% 86.41/11.46  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 86.41/11.46  
% 86.41/11.46  fork 6: search finished without proof.
% 86.41/11.47  
% 86.41/11.47  **** run 196 fork 3 starts with strategy
% 86.41/11.47  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 86.41/11.48  
% 86.41/11.48  **** run 199 fork 6 starts with strategy
% 86.41/11.48  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 87.46/11.59  
% 87.46/11.59  
% 87.46/11.59  fork 1: search terminated without proof.
% 87.46/11.62  
% 87.46/11.62  **** run 202 fork 1 starts with strategy
% 87.46/11.62  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 87.93/11.83  
% 87.93/11.83  
% 87.93/11.83  fork 5: search terminated without proof.
% 88.49/11.87  
% 88.49/11.87  **** run 190 fork 5 starts with strategy
% 88.49/11.87  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 91.43/12.17  
% 91.43/12.17  
% 91.43/12.17  fork 2: search terminated without proof.
% 92.14/12.19  
% 92.14/12.19  **** run 203 fork 2 starts with strategy
% 92.14/12.19  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 93.01/12.37  
% 93.01/12.37  
% 93.01/12.37  fork 4: search terminated without proof.
% 93.01/12.40  
% 93.01/12.40  **** run 205 fork 4 starts with strategy
% 93.01/12.40  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 93.14/12.50  
% 93.14/12.50  
% 93.14/12.50  fork 0: search terminated without proof.
% 93.14/12.53  
% 93.14/12.53  **** run 217 fork 0 starts with strategy
% 93.14/12.53  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 94.73/12.55  
% 94.73/12.55  
% 94.73/12.55  fork 6: search terminated without proof.
% 94.73/12.56  
% 94.73/12.56  
% 94.73/12.56  fork 3: search terminated without proof.
% 94.73/12.58  
% 94.73/12.58  
% 94.73/12.58  fork 7: search terminated without proof.
% 94.73/12.58  
% 94.73/12.58  **** run 204 fork 3 starts with strategy
% 94.73/12.58  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 94.73/12.61  
% 94.73/12.61  **** run 200 fork 7 starts with strategy
% 94.73/12.61  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 94.73/12.62  
% 94.73/12.62  **** run 207 fork 6 starts with strategy
% 94.73/12.62  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 95.39/12.69  
% 95.39/12.69  
% 95.39/12.69  fork 1: search terminated without proof.
% 95.88/12.72  
% 95.88/12.72  **** run 210 fork 1 starts with strategy
% 95.88/12.72  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 97.82/12.94  
% 97.82/12.94  
% 97.82/12.94  fork 5: search terminated without proof.
% 97.82/12.98  
% 97.82/12.98  **** run 198 fork 5 starts with strategy
% 97.82/12.98  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 98.87/13.25  
% 98.87/13.25  
% 98.87/13.25  fork 2: search terminated without proof.
% 100.25/13.27  
% 100.25/13.27  **** run 211 fork 2 starts with strategy
% 100.25/13.27  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 102.16/13.51  
% 102.16/13.51  
% 102.16/13.51  fork 4: search terminated without proof.
% 102.16/13.53  
% 102.16/13.53  **** run 213 fork 4 starts with strategy
% 102.16/13.53  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 102.64/13.56  
% 102.64/13.56  
% 102.64/13.56  fork 0: search terminated without proof.
% 102.64/13.59  
% 102.64/13.59  **** run 225 fork 0 starts with strategy
% 102.64/13.59  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 102.99/13.61  
% 102.99/13.61  
% 102.99/13.61  fork 3: search terminated without proof.
% 102.99/13.63  
% 102.99/13.63  **** run 212 fork 3 starts with strategy
% 102.99/13.63  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 103.28/13.64  
% 103.28/13.64  
% 103.28/13.64  fork 7: search terminated without proof.
% 103.28/13.67  
% 103.28/13.67  **** run 208 fork 7 starts with strategy
% 103.28/13.67  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 103.28/13.69  
% 103.28/13.69  
% 103.28/13.69  fork 6: search terminated without proof.
% 103.28/13.71  
% 103.28/13.71  fork 7: search finished without proof.
% 103.28/13.71  
% 103.28/13.71  **** run 215 fork 6 starts with strategy
% 103.28/13.71  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":10}
% 103.28/13.72  
% 103.28/13.72  **** run 216 fork 7 starts with strategy
% 103.28/13.72  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_depth":2,"max_dseconds":10}
% 104.06/13.84  
% 104.06/13.84  
% 104.06/13.84  fork 1: search terminated without proof.
% 104.06/13.88  
% 104.06/13.88  **** run 218 fork 1 starts with strategy
% 104.06/13.88  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 106.02/14.01  
% 106.02/14.01  
% 106.02/14.01  fork 5: search terminated without proof.
% 106.02/14.05  
% 106.02/14.05  **** run 206 fork 5 starts with strategy
% 106.02/14.05  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 108.44/14.36  
% 108.44/14.36  
% 108.44/14.36  fork 2: search terminated without proof.
% 108.44/14.38  
% 108.44/14.38  **** run 219 fork 2 starts with strategy
% 108.44/14.38  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 110.02/14.56  
% 110.02/14.56  
% 110.02/14.56  fork 4: search terminated without proof.
% 110.02/14.59  
% 110.02/14.59  **** run 221 fork 4 starts with strategy
% 110.02/14.59  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":10}
% 110.82/14.62  
% 110.82/14.62  
% 110.82/14.62  fork 0: search terminated without proof.
% 110.82/14.64  
% 110.82/14.64  **** run 233 fork 0 starts with strategy
% 110.82/14.64  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 110.82/14.66  
% 110.82/14.66  
% 110.82/14.66  fork 3: search terminated without proof.
% 110.82/14.71  
% 110.82/14.71  **** run 220 fork 3 starts with strategy
% 110.82/14.71  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 110.82/14.74  
% 110.82/14.74  fork 3: search finished without proof.
% 110.82/14.76  
% 110.82/14.76  **** run 228 fork 3 starts with strategy
% 110.82/14.76  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 110.82/14.79  
% 110.82/14.79  
% 110.82/14.79  fork 7: search terminated without proof.
% 110.82/14.80  
% 110.82/14.80  
% 110.82/14.80  fork 6: search terminated without proof.
% 110.82/14.81  
% 110.82/14.81  **** run 224 fork 7 starts with strategy
% 110.82/14.81  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 110.82/14.83  
% 110.82/14.83  **** run 223 fork 6 starts with strategy
% 110.82/14.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 111.78/14.91  
% 111.78/14.91  
% 111.78/14.91  fork 1: search terminated without proof.
% 111.78/14.93  
% 111.78/14.93  **** run 226 fork 1 starts with strategy
% 111.78/14.93  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 117.38/15.46  
% 117.38/15.46  
% 117.38/15.46  fork 2: search terminated without proof.
% 117.86/15.51  
% 117.86/15.51  **** run 227 fork 2 starts with strategy
% 117.86/15.51  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 118.34/15.61  
% 118.34/15.61  
% 118.34/15.61  fork 4: search terminated without proof.
% 118.34/15.63  
% 118.34/15.63  **** run 229 fork 4 starts with strategy
% 118.34/15.63  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 118.34/15.67  
% 118.34/15.67  
% 118.34/15.67  fork 0: search terminated without proof.
% 118.34/15.69  
% 118.34/15.69  **** run 241 fork 0 starts with strategy
% 118.34/15.69  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 119.19/15.79  
% 119.19/15.79  
% 119.19/15.79  fork 3: search terminated without proof.
% 120.20/15.81  
% 120.20/15.81  **** run 236 fork 3 starts with strategy
% 120.20/15.81  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 120.20/15.84  
% 120.20/15.84  
% 120.20/15.84  fork 7: search terminated without proof.
% 120.51/15.88  
% 120.51/15.88  **** run 232 fork 7 starts with strategy
% 120.51/15.88  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 120.51/15.91  
% 120.51/15.91  
% 120.51/15.91  fork 6: search terminated without proof.
% 120.51/15.93  
% 120.51/15.93  **** run 231 fork 6 starts with strategy
% 120.51/15.93  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 121.70/15.99  
% 121.70/15.99  
% 121.70/15.99  fork 1: search terminated without proof.
% 121.70/16.02  
% 121.70/16.02  **** run 234 fork 1 starts with strategy
% 121.70/16.02  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 124.08/16.46  
% 124.08/16.46  
% 124.08/16.46  fork 5: search terminated without proof.
% 124.08/16.50  
% 124.08/16.50  **** run 214 fork 5 starts with strategy
% 124.08/16.50  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 126.86/16.65  
% 126.86/16.65  
% 126.86/16.65  fork 2: search terminated without proof.
% 126.86/16.66  
% 126.86/16.66  
% 126.86/16.66  fork 4: search terminated without proof.
% 126.86/16.68  
% 126.86/16.68  **** run 237 fork 4 starts with strategy
% 126.86/16.68  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 126.86/16.69  
% 126.86/16.69  **** run 235 fork 2 starts with strategy
% 126.86/16.69  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 127.67/16.75  
% 127.67/16.75  
% 127.67/16.75  fork 0: search terminated without proof.
% 127.67/16.77  
% 127.67/16.77  **** run 249 fork 0 starts with strategy
% 127.67/16.77  {"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}
% 127.67/16.84  
% 127.67/16.84  
% 127.67/16.84  fork 3: search terminated without proof.
% 128.41/16.86  
% 128.41/16.86  **** run 244 fork 3 starts with strategy
% 128.41/16.86  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 128.75/16.91  
% 128.75/16.91  
% 128.75/16.91  fork 7: search terminated without proof.
% 128.75/16.93  
% 128.75/16.93  **** run 240 fork 7 starts with strategy
% 128.75/16.93  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 129.24/16.96  
% 129.24/16.96  
% 129.24/16.96  fork 6: search terminated without proof.
% 129.24/16.98  
% 129.24/16.98  **** run 239 fork 6 starts with strategy
% 129.24/16.98  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 129.24/17.05  
% 129.24/17.05  
% 129.24/17.05  fork 1: search terminated without proof.
% 129.24/17.07  
% 129.24/17.07  **** run 242 fork 1 starts with strategy
% 129.24/17.07  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 133.70/17.54  
% 133.70/17.54  
% 133.70/17.54  fork 5: search terminated without proof.
% 133.70/17.57  
% 133.70/17.57  **** run 222 fork 5 starts with strategy
% 133.70/17.57  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 135.04/17.70  
% 135.04/17.70  
% 135.04/17.70  fork 4: search terminated without proof.
% 135.04/17.72  
% 135.04/17.72  **** run 245 fork 4 starts with strategy
% 135.04/17.72  {"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}
% 135.77/17.81  
% 135.77/17.81  
% 135.77/17.81  fork 0: search terminated without proof.
% 135.77/17.84  
% 135.77/17.84  **** run 257 fork 0 starts with strategy
% 135.77/17.84  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 135.77/17.88  
% 135.77/17.88  
% 135.77/17.88  fork 2: search terminated without proof.
% 135.77/17.89  
% 135.77/17.89  
% 135.77/17.89  fork 3: search terminated without proof.
% 136.76/17.92  
% 136.76/17.92  **** run 252 fork 3 starts with strategy
% 136.76/17.92  {"max_dseconds":50,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 136.85/17.93  
% 136.85/17.93  **** run 243 fork 2 starts with strategy
% 136.85/17.93  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 136.85/17.96  
% 136.85/17.96  
% 136.85/17.96  fork 7: search terminated without proof.
% 136.85/18.00  
% 136.85/18.00  **** run 248 fork 7 starts with strategy
% 136.85/18.00  {"sine":1,"rewrite":0,"depth_penalty":50,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":10}
% 137.54/18.04  
% 137.54/18.04  
% 137.54/18.04  fork 6: search terminated without proof.
% 137.54/18.07  
% 137.54/18.07  **** run 247 fork 6 starts with strategy
% 137.54/18.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 138.10/18.10  
% 138.10/18.10  
% 138.10/18.10  fork 1: search terminated without proof.
% 138.10/18.14  
% 138.10/18.14  **** run 250 fork 1 starts with strategy
% 138.10/18.14  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":10,"sine":2}
% 138.78/18.17  
% 138.78/18.17  fork 1: search finished without proof.
% 138.93/18.18  
% 138.93/18.18  **** run 258 fork 1 starts with strategy
% 138.93/18.18  {"max_dseconds":50,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 140.48/18.61  
% 140.48/18.61  
% 140.48/18.61  fork 5: search terminated without proof.
% 140.48/18.63  
% 140.48/18.63  **** run 230 fork 5 starts with strategy
% 140.48/18.63  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 143.16/18.76  
% 143.16/18.76  
% 143.16/18.76  fork 4: search terminated without proof.
% 143.16/18.78  
% 143.16/18.78  **** run 253 fork 4 starts with strategy
% 143.16/18.78  {"max_dseconds":50,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 145.32/19.02  
% 145.32/19.02  
% 145.32/19.02  fork 7: search terminated without proof.
% 145.54/19.04  
% 145.54/19.04  **** run 256 fork 7 starts with strategy
% 145.54/19.04  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 145.54/19.07  
% 145.54/19.07  
% 145.54/19.07  fork 2: search terminated without proof.
% 145.54/19.10  
% 145.54/19.10  **** run 251 fork 2 starts with strategy
% 145.54/19.10  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 145.54/19.10  
% 145.54/19.10  
% 145.54/19.10  fork 6: search terminated without proof.
% 146.33/19.13  
% 146.33/19.13  **** run 255 fork 6 starts with strategy
% 146.33/19.13  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 149.81/19.66  
% 149.81/19.66  
% 149.81/19.66  fork 5: search terminated without proof.
% 150.57/19.68  
% 150.57/19.68  **** run 238 fork 5 starts with strategy
% 150.57/19.68  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 157.26/20.72  
% 157.26/20.72  
% 157.26/20.72  result: proof found
% 157.26/20.72  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 157.26/20.72  by run 238 fork 5 strategy {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 157.26/20.72  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 157.26/20.72  
% 157.26/20.72  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 157.26/20.72  
% 157.26/20.72  run 238 fork 5 statistics:
% 157.26/20.72  ----------------------------------
% 157.26/20.72  this run seconds: 0.450500
% 157.26/20.72  total seconds: 18.948397
% 157.26/20.72  stat_given_used: 840
% 157.26/20.72  stat_given_used_at_endgame: 0
% 157.26/20.72  stat_given_candidates:   2566
% 157.26/20.72  stat_given_candidates_at_endgame: 0
% 157.26/20.72  stat_given_candidates_h: 0
% 157.26/20.72  stat_binres_derived_cl:   843
% 157.26/20.72  stat_binres_derived_cl_h: 0
% 157.26/20.72  stat_factor_derived_cl: 52
% 157.26/20.72  stat_para_derived_cl: 35870
% 157.26/20.72  stat_tautologies_discarded: 37
% 157.26/20.72  stat_forward_subsumed: 1467
% 157.26/20.72  stat_derived_cut: 112
% 157.26/20.72  stat_derived_rewritten: 843
% 157.26/20.72  stat_weight_discarded_building: 0
% 157.26/20.72  stat_weight_discarded_cl: 0
% 157.26/20.72  stat_internlimit_discarded_cl: 0
% 157.26/20.72  stat_simplified:  844 simplified 0 derived 0 given
% 157.26/20.72  stat_kept_cl: 34678
% 157.26/20.72  stat_built_cl: 37202
% 157.26/20.72  stat_hyperres_partial_cl: 0
% 157.26/20.72  stat_made_rewriters: 217
% 157.26/20.72  stat_backward_subsumed: 0
% 157.26/20.72  stat_propagated_subsumed: 0
% 157.26/20.72  stat_clsubs_attempted:                     46720
% 157.26/20.72  stat_clsubs_fact_groundunit_found:             5
% 157.26/20.72  stat_clsubs_rule_groundunit_found:             6
% 157.26/20.72  stat_clsubs_top_meta_attempted:             645029
% 157.26/20.72  stat_clsubs_top_meta_failed:                598309
% 157.26/20.72  stat_clsubs_top_meta_nonpref_attempted:              645029
% 157.26/20.72  stat_clsubs_top_meta_nonpref_succeeded:              344569
% 157.26/20.72  stat_clsubs_top_meta_pref_attempted:                 344569
% 157.26/20.72  stat_clsubs_top_meta_pref1_succeeded:                217409
% 157.26/20.72  stat_clsubs_top_meta_pref2_succeeded:                 76599
% 157.26/20.72  stat_clsubs_top_meta_pref3_succeeded:                 46720
% 157.26/20.72  stat_clsubs_top_meta_pref_succeeded:                  46720
% 157.26/20.72  stat_clsubs_meta_attempted:               185632
% 157.26/20.72  stat_clsubs_meta_failed:                   19788
% 157.26/20.72  stat_clsubs_predsymbs_attempted:               0
% 157.26/20.72  stat_clsubs_unit_attempted:                 5414
% 157.26/20.72  stat_clsubs_full_attempted:                41306
% 157.26/20.72  stat_forwardsubs_attempted:                36146
% 157.26/20.72  stat_lit_hash_added:                  14523
% 157.26/20.72  stat_lit_hash_computed:              155227
% 157.26/20.72  stat_lit_hash_match_found:             1576
% 157.26/20.72  stat_lit_hash_match_miss:            263664
% 157.26/20.72  stat_lit_hash_cut_ok:                    95
% 157.26/20.72  stat_lit_strong_cut_ok:                  27
% 157.26/20.72  stat_lit_hash_subsume_ok:              1467
% 157.26/20.72  clqueue els 10000000 used 1
% 157.26/20.72  clactive els 10000000 used 841
% 157.26/20.72  clactivesubsume els 10000000 used 4777
% 157.26/20.72  queue_termbuf els 200000000 used 9912720
% 157.26/20.72  hyper_termbuf els 100000000 used 1
% 157.26/20.72  active_termbuf els 100000000 used 124409
% 157.26/20.72  varstack els 5000 last used 1
% 157.26/20.72  given_termbuf els 10000000 last used 1
% 157.26/20.72  simplified_termbuf els 10000000 last used 1
% 157.26/20.72  derived_termbuf els 10000000 last used 35
% 157.26/20.72  wr_mallocs: 66007
% 157.26/20.72  wr_callocs: 21
% 157.26/20.72  wr_reallocs: 3215
% 157.26/20.72  wr_frees: 4
% 157.26/20.72  wr_malloc_bytes: 4164939668
% 157.26/20.72  wr_calloc_bytes: 112065536
% 157.26/20.72  wr_realloc_bytes: 825632
% 157.26/20.72  wr_realloc_freebytes: 0
% 157.26/20.72  ----------------------------------
%------------------------------------------------------------------------------