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

View Problem - Process Solution

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

% Computer : n027.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:39 EDT 2023

% Result   : Unsatisfiable 153.31s 20.23s
% Output   : CNFRefutation 153.31s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named prove_corollary_3_to_member_of_triple_2)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    set_builder(x,set_builder(u,set_builder(z,null_class))) = null_class,
    inference(cnf_transformation,[],[prove_corollary_3_to_member_of_triple_2]) ).

cnf('2',plain,
    union(singleton(X),Y) = set_builder(X,Y),
    inference(cnf_transformation,[],[definition_of_set_builder]) ).

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

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

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

cnf('6',plain,
    unordered_pair(X,X) = singleton(X),
    inference(cnf_transformation,[],['$inc_singleton_set']) ).

cnf('7',plain,
    ( member(X,unordered_pair(X,Y))
    | ~ member(X,universal_class) ),
    inference(cnf_transformation,[],['$inc_unordered_pair2']) ).

cnf('8',plain,
    member(u,universal_class),
    inference(cnf_transformation,[],[prove_corollary_3_to_member_of_triple_1]) ).

cnf('9',plain,
    member(u,unordered_pair(u,X)),
    inference(resolution,[],['7','8']) ).

cnf('10',plain,
    member(u,singleton(u)),
    inference(paramodulation,[],['6','9']) ).

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

cnf('12',plain,
    ~ member(u,complement(singleton(u))),
    inference(resolution,[],['10','11']) ).

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

cnf('14',plain,
    ~ member(u,intersection(complement(singleton(u)),X)),
    inference(resolution,[],['12','13']) ).

cnf('15',plain,
    member(u,universal_class),
    inference(cnf_transformation,[],[prove_corollary_3_to_member_of_triple_1]) ).

cnf('16',plain,
    member(u,complement(intersection(complement(singleton(u)),X))),
    inference(resolution,[then_simplify],['4','14','15']) ).

cnf('17',plain,
    member(u,union(singleton(u),X3)),
    inference(paramodulation,[],['3','16']) ).

cnf('18',plain,
    member(u,set_builder(u,X)),
    inference(simplify,[],['17','2']) ).

cnf('19',plain,
    ~ member(u,complement(set_builder(u,X))),
    inference(resolution,[],['18','11']) ).

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

cnf('21',plain,
    ~ member(u,intersection(X,complement(set_builder(u,Y)))),
    inference(resolution,[],['19','20']) ).

cnf('22',plain,
    member(u,union(X,set_builder(u,Y))),
    inference(resolution,[then_simplify],['5','21','15']) ).

cnf('23',plain,
    member(u,set_builder(X,set_builder(u,Y))),
    inference(paramodulation,[],['2','22']) ).

cnf('24',plain,
    ~ member(u,complement(set_builder(X,set_builder(u,Y)))),
    inference(resolution,[],['23','11']) ).

cnf('25',plain,
    ~ member(u,complement(null_class)),
    inference(paramodulation,[],['1','24']) ).

cnf('26',plain,
    member(u,null_class),
    inference(resolution,[then_simplify],['25','4','15']) ).

cnf('27',plain,
    ( intersection(X,regular(X)) = null_class
    | X = null_class ),
    inference(cnf_transformation,[],['$inc_regularity2']) ).

cnf('28',plain,
    ~ member(u,complement(universal_class)),
    inference(resolution,[],['11','8']) ).

cnf('29',plain,
    ~ member(u,intersection(complement(universal_class),X)),
    inference(resolution,[],['13','28']) ).

cnf('30',plain,
    ( ~ member(u,null_class)
    | complement(universal_class) = null_class ),
    inference(paramodulation,[],['27','29']) ).

cnf('31',plain,
    complement(universal_class) = null_class,
    inference(resolution,[],['26','30']) ).

cnf('32',plain,
    ( X != Y
    | subclass(Y,X) ),
    inference(cnf_transformation,[],['$inc_equal_implies_subclass2']) ).

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

cnf('34',plain,
    ( ~ subclass(X,complement(universal_class))
    | ~ member(u,X) ),
    inference(resolution,[],['33','28']) ).

cnf('35',plain,
    ~ subclass(null_class,complement(universal_class)),
    inference(resolution,[],['26','34']) ).

cnf('36',plain,
    $false,
    inference(resolution,[then_simplify],['31','32','35']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SET135-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.15/0.34  % Computer : n027.cluster.edu
% 0.15/0.34  % Model    : x86_64 x86_64
% 0.15/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.34  % Memory   : 8042.1875MB
% 0.15/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.34  % CPULimit : 300
% 0.15/0.34  % WCLimit  : 300
% 0.15/0.34  % DateTime : Sat Aug 26 16:24:50 EDT 2023
% 0.15/0.34  % CPUTime  : 
% 0.18/0.38  
% 0.18/0.38  input clause set summed statistics:
% 0.18/0.38  ----------------------------------
% 0.18/0.38  in_clause_count:                    94
% 0.18/0.38  in_rule_clause_count:               89
% 0.18/0.38  in_fact_clause_count:                5
% 0.18/0.38  in_answer_clause_count:              0
% 0.18/0.38  in_ground_clause_count:              9
% 0.18/0.38  in_unit_clause_count:               32
% 0.18/0.38  in_horn_clause_count:               86
% 0.18/0.38  in_pos_clause_count:                35
% 0.18/0.38  in_neg_clause_count:                 2
% 0.18/0.38  in_poseq_clause_count:              32
% 0.18/0.38  in_negeq_clause_count:               7
% 0.18/0.38  in_unitposeq_clause_count:          21
% 0.18/0.38  in_chain_clause_count:               2
% 0.18/0.38  in_min_length:             1
% 0.18/0.38  in_max_length:             5
% 0.18/0.38  in_min_depth:              1
% 0.18/0.38  in_max_depth:              6
% 0.18/0.38  in_min_size:               2
% 0.18/0.38  in_max_size:              41
% 0.18/0.38  in_min_vars:               0
% 0.18/0.38  in_max_vars:               5
% 0.18/0.38  in_extaxiom_count:                91
% 0.18/0.38  in_axiom_count:                    1
% 0.18/0.38  in_assumption_count:               0
% 0.18/0.38  in_goal_count:                     2
% 0.18/0.38  in_neg_goal_count:                 0
% 0.18/0.38  in_pos_goal_count:                 2
% 0.18/0.38  in_posunit_goal_count:             2
% 0.18/0.38  
% 0.18/0.38  auto guide:
% 0.18/0.38  -----------
% 0.18/0.38  {
% 0.18/0.38  "print":1,
% 0.18/0.38  "print_level": 15,
% 0.18/0.38  "max_size": 0,
% 0.18/0.38  "max_depth": 0,
% 0.18/0.38  "max_length": 0,
% 0.18/0.38  "max_dseconds": 0,
% 0.18/0.38  "runs":[
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"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.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"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.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"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.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":250},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.18/0.38  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1250},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "sine":1} 
% 0.18/0.38  
% 0.18/0.38  ]}
% 0.18/0.38  
% 0.18/0.38  
% 0.18/0.38  **** run 1 fork 0 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 2 fork 1 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 3 fork 2 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 4 fork 3 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 5 fork 4 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 6 fork 5 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 7 fork 6 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 8 fork 7 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 4: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 2: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 7: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 0: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 6: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 5: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 3: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 1: search terminated without proof.
% 0.18/0.54  
% 0.18/0.54  **** run 11 fork 2 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.18/0.54  
% 0.18/0.54  **** run 14 fork 5 starts with strategy
% 0.18/0.54  
% 0.18/0.54  **** run 9 fork 0 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.18/0.54  
% 0.18/0.54  **** run 13 fork 4 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.18/0.54  
% 0.18/0.54  **** run 15 fork 6 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.54  
% 0.18/0.54  **** run 16 fork 7 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.54  
% 0.18/0.54  **** run 12 fork 3 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.18/0.55  
% 0.18/0.55  **** run 10 fork 1 starts with strategy
% 0.18/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 2: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 6: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 4: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 5: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 0: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 7: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  
% 0.18/0.66  fork 3: search terminated without proof.
% 0.18/0.67  
% 0.18/0.67  
% 0.18/0.67  fork 1: search terminated without proof.
% 0.18/0.68  
% 0.18/0.68  **** run 22 fork 5 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.18/0.68  
% 0.18/0.68  **** run 19 fork 2 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.18/0.69  
% 0.18/0.69  **** run 23 fork 6 starts with strategy
% 0.18/0.69  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 0.18/0.69  
% 0.18/0.69  **** run 21 fork 4 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.18/0.69  
% 0.18/0.69  **** run 20 fork 3 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.18/0.69  
% 0.18/0.69  **** run 24 fork 7 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.18/0.69  
% 0.18/0.69  **** run 18 fork 1 starts with strategy
% 0.18/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.18/0.70  
% 0.18/0.70  **** run 17 fork 0 starts with strategy
% 0.18/0.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.80  
% 0.18/0.80  
% 0.18/0.80  fork 5: search terminated without proof.
% 0.18/0.80  
% 0.18/0.80  
% 0.18/0.80  fork 4: search terminated without proof.
% 0.18/0.81  
% 0.18/0.81  
% 0.18/0.81  fork 1: search terminated without proof.
% 0.18/0.81  
% 0.18/0.81  
% 0.18/0.81  fork 7: search terminated without proof.
% 0.18/0.82  
% 0.18/0.82  
% 0.18/0.82  fork 2: search terminated without proof.
% 0.18/0.82  
% 0.18/0.82  
% 0.18/0.82  fork 3: search terminated without proof.
% 0.18/0.83  
% 0.18/0.83  **** run 30 fork 5 starts with strategy
% 0.18/0.83  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 0.18/0.83  
% 0.18/0.83  
% 0.18/0.83  fork 6: search terminated without proof.
% 0.18/0.83  
% 0.18/0.83  **** run 26 fork 1 starts with strategy
% 0.18/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.18/0.84  
% 0.18/0.84  **** run 29 fork 4 starts with strategy
% 0.18/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.84  
% 0.18/0.84  **** run 32 fork 7 starts with strategy
% 0.18/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 0.18/0.84  
% 0.18/0.84  **** run 27 fork 2 starts with strategy
% 0.18/0.84  
% 0.18/0.84  **** run 28 fork 3 starts with strategy
% 0.18/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.18/0.85  
% 0.18/0.85  **** run 31 fork 6 starts with strategy
% 0.18/0.85  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.39/0.95  
% 4.39/0.95  
% 4.39/0.95  fork 1: search terminated without proof.
% 4.39/0.96  
% 4.39/0.96  
% 4.39/0.96  fork 0: search terminated without proof.
% 4.39/0.97  
% 4.39/0.97  
% 4.39/0.97  fork 2: search terminated without proof.
% 4.39/0.97  
% 4.39/0.97  
% 4.39/0.97  fork 3: search terminated without proof.
% 4.39/0.97  
% 4.39/0.97  
% 4.39/0.97  fork 7: search terminated without proof.
% 4.39/0.98  
% 4.39/0.98  **** run 34 fork 1 starts with strategy
% 4.39/0.98  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.39/0.98  
% 4.39/0.98  
% 4.39/0.98  fork 4: search terminated without proof.
% 4.39/0.98  
% 4.39/0.98  
% 4.39/0.98  fork 6: search terminated without proof.
% 4.39/0.99  
% 4.39/0.99  
% 4.39/0.99  fork 5: search terminated without proof.
% 4.39/0.99  
% 4.39/0.99  **** run 35 fork 2 starts with strategy
% 4.39/0.99  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 4.39/0.99  
% 4.39/0.99  **** run 36 fork 3 starts with strategy
% 4.39/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 4.39/1.00  
% 4.39/1.00  **** run 40 fork 7 starts with strategy
% 4.39/1.00  
% 4.39/1.00  **** run 25 fork 0 starts with strategy
% 4.39/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.39/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.39/1.00  
% 4.39/1.00  **** run 37 fork 4 starts with strategy
% 4.39/1.00  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.95/1.01  
% 4.95/1.01  **** run 39 fork 6 starts with strategy
% 4.95/1.01  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.95/1.02  
% 4.95/1.02  **** run 38 fork 5 starts with strategy
% 4.95/1.02  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 5.13/1.10  
% 5.13/1.10  fork 3: search finished without proof.
% 5.13/1.11  
% 5.13/1.11  
% 5.13/1.11  fork 1: search terminated without proof.
% 5.13/1.12  
% 5.13/1.12  **** run 44 fork 3 starts with strategy
% 5.13/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.13/1.12  
% 5.13/1.12  
% 5.13/1.12  fork 0: search terminated without proof.
% 5.13/1.12  
% 5.13/1.12  
% 5.13/1.12  fork 2: search terminated without proof.
% 5.87/1.13  
% 5.87/1.13  
% 5.87/1.13  fork 6: search terminated without proof.
% 5.87/1.14  
% 5.87/1.14  
% 5.87/1.14  fork 7: search terminated without proof.
% 5.87/1.14  
% 5.87/1.14  **** run 42 fork 1 starts with strategy
% 5.87/1.14  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 5.87/1.14  
% 5.87/1.14  
% 5.87/1.14  fork 4: search terminated without proof.
% 5.87/1.14  
% 5.87/1.14  **** run 33 fork 0 starts with strategy
% 5.87/1.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 5.87/1.15  
% 5.87/1.15  
% 5.87/1.15  fork 5: search terminated without proof.
% 5.87/1.15  
% 5.87/1.15  **** run 43 fork 2 starts with strategy
% 5.87/1.15  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 5.87/1.15  
% 5.87/1.15  **** run 47 fork 6 starts with strategy
% 5.87/1.15  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.87/1.16  
% 5.87/1.16  **** run 48 fork 7 starts with strategy
% 5.87/1.16  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.87/1.16  
% 5.87/1.16  **** run 45 fork 4 starts with strategy
% 5.87/1.16  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 5.87/1.17  
% 5.87/1.17  **** run 46 fork 5 starts with strategy
% 5.87/1.17  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 6.43/1.24  
% 6.43/1.24  
% 6.43/1.24  fork 3: search terminated without proof.
% 6.43/1.26  
% 6.43/1.26  
% 6.43/1.26  fork 1: search terminated without proof.
% 6.43/1.26  
% 6.43/1.26  **** run 52 fork 3 starts with strategy
% 6.43/1.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 7.06/1.27  
% 7.06/1.27  
% 7.06/1.27  fork 0: search terminated without proof.
% 7.06/1.28  
% 7.06/1.28  
% 7.06/1.28  fork 2: search terminated without proof.
% 7.06/1.28  
% 7.06/1.28  
% 7.06/1.28  fork 7: search terminated without proof.
% 7.06/1.28  
% 7.06/1.28  
% 7.06/1.28  fork 6: search terminated without proof.
% 7.06/1.28  
% 7.06/1.28  **** run 50 fork 1 starts with strategy
% 7.06/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.06/1.29  
% 7.06/1.29  
% 7.06/1.29  fork 4: search terminated without proof.
% 7.06/1.29  
% 7.06/1.29  
% 7.06/1.29  fork 5: search terminated without proof.
% 7.06/1.30  
% 7.06/1.30  **** run 41 fork 0 starts with strategy
% 7.06/1.30  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 7.33/1.30  
% 7.33/1.30  **** run 51 fork 2 starts with strategy
% 7.33/1.30  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 7.33/1.31  
% 7.33/1.31  **** run 56 fork 7 starts with strategy
% 7.33/1.31  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.33/1.31  
% 7.33/1.31  **** run 55 fork 6 starts with strategy
% 7.33/1.31  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 7.33/1.31  
% 7.33/1.31  **** run 53 fork 4 starts with strategy
% 7.33/1.31  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 7.33/1.32  
% 7.33/1.32  **** run 54 fork 5 starts with strategy
% 7.33/1.32  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 7.54/1.33  No candidate clauses found.
% 7.54/1.33  
% 7.54/1.33  
% 7.54/1.33  fork 2: search terminated without proof.
% 7.54/1.36  
% 7.54/1.36  **** run 59 fork 2 starts with strategy
% 7.54/1.36  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 7.54/1.39  
% 7.54/1.39  
% 7.54/1.39  fork 3: search terminated without proof.
% 7.54/1.40  
% 7.54/1.40  
% 7.54/1.40  fork 1: search terminated without proof.
% 7.54/1.41  
% 7.54/1.41  **** run 60 fork 3 starts with strategy
% 7.54/1.41  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 7.54/1.42  
% 7.54/1.42  
% 7.54/1.42  fork 0: search terminated without proof.
% 8.27/1.43  
% 8.27/1.43  
% 8.27/1.43  fork 7: search terminated without proof.
% 8.27/1.43  
% 8.27/1.43  **** run 58 fork 1 starts with strategy
% 8.27/1.43  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 8.27/1.43  
% 8.27/1.43  
% 8.27/1.43  fork 4: search terminated without proof.
% 8.27/1.44  
% 8.27/1.44  
% 8.27/1.44  fork 6: search terminated without proof.
% 8.27/1.44  
% 8.27/1.44  **** run 49 fork 0 starts with strategy
% 8.27/1.44  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 8.27/1.44  
% 8.27/1.44  
% 8.27/1.44  fork 5: search terminated without proof.
% 8.27/1.46  
% 8.27/1.46  **** run 64 fork 7 starts with strategy
% 8.27/1.46  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 8.27/1.46  
% 8.27/1.46  **** run 61 fork 4 starts with strategy
% 8.27/1.46  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 8.27/1.47  
% 8.27/1.47  **** run 62 fork 5 starts with strategy
% 8.27/1.47  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 8.27/1.48  
% 8.27/1.48  **** run 63 fork 6 starts with strategy
% 8.27/1.48  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 8.27/1.48  
% 8.27/1.48  
% 8.27/1.48  fork 2: search terminated without proof.
% 8.83/1.51  
% 8.83/1.51  **** run 67 fork 2 starts with strategy
% 8.83/1.51  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 8.83/1.54  
% 8.83/1.54  
% 8.83/1.54  fork 3: search terminated without proof.
% 8.83/1.57  
% 8.83/1.57  **** run 68 fork 3 starts with strategy
% 8.83/1.57  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 8.83/1.57  
% 8.83/1.57  
% 8.83/1.57  fork 1: search terminated without proof.
% 8.83/1.57  
% 8.83/1.57  
% 8.83/1.57  fork 0: search terminated without proof.
% 8.83/1.59  
% 8.83/1.59  
% 8.83/1.59  fork 4: search terminated without proof.
% 8.83/1.59  
% 8.83/1.59  
% 8.83/1.59  fork 7: search terminated without proof.
% 8.83/1.59  
% 8.83/1.59  **** run 57 fork 0 starts with strategy
% 8.83/1.60  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 8.83/1.60  
% 8.83/1.60  **** run 66 fork 1 starts with strategy
% 8.83/1.60  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 8.83/1.61  
% 8.83/1.61  
% 8.83/1.61  fork 6: search terminated without proof.
% 8.83/1.61  
% 8.83/1.61  **** run 69 fork 4 starts with strategy
% 8.83/1.61  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 8.83/1.61  
% 8.83/1.61  **** run 72 fork 7 starts with strategy
% 8.83/1.61  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 8.83/1.63  
% 8.83/1.63  **** run 71 fork 6 starts with strategy
% 8.83/1.63  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 8.83/1.63  
% 8.83/1.63  
% 8.83/1.63  fork 2: search terminated without proof.
% 8.83/1.65  
% 8.83/1.65  
% 8.83/1.65  fork 5: search terminated without proof.
% 8.83/1.66  
% 8.83/1.66  **** run 75 fork 2 starts with strategy
% 8.83/1.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 8.83/1.69  
% 8.83/1.69  
% 8.83/1.69  fork 3: search terminated without proof.
% 8.83/1.70  
% 8.83/1.70  **** run 70 fork 5 starts with strategy
% 8.83/1.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 8.83/1.72  
% 8.83/1.72  
% 8.83/1.72  fork 1: search terminated without proof.
% 8.83/1.72  
% 8.83/1.72  **** run 76 fork 3 starts with strategy
% 8.83/1.72  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 8.83/1.72  
% 8.83/1.72  
% 8.83/1.72  fork 0: search terminated without proof.
% 8.83/1.73  
% 8.83/1.73  fork 7: search finished without proof.
% 8.83/1.73  
% 8.83/1.73  
% 8.83/1.73  fork 4: search terminated without proof.
% 8.83/1.74  
% 8.83/1.74  **** run 74 fork 1 starts with strategy
% 8.83/1.74  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.83/1.75  
% 8.83/1.75  **** run 65 fork 0 starts with strategy
% 8.83/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 8.83/1.75  
% 8.83/1.75  **** run 80 fork 7 starts with strategy
% 8.83/1.75  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 8.83/1.75  
% 8.83/1.75  **** run 77 fork 4 starts with strategy
% 8.83/1.76  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 8.83/1.76  
% 8.83/1.76  
% 8.83/1.76  fork 6: search terminated without proof.
% 8.83/1.77  
% 8.83/1.77  fork 1: search finished without proof.
% 8.83/1.78  
% 8.83/1.78  **** run 79 fork 6 starts with strategy
% 8.83/1.78  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 8.83/1.79  
% 8.83/1.79  
% 8.83/1.79  fork 2: search terminated without proof.
% 8.83/1.79  
% 8.83/1.79  **** run 82 fork 1 starts with strategy
% 8.83/1.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.83/1.81  
% 8.83/1.81  **** run 83 fork 2 starts with strategy
% 8.83/1.81  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.83/1.86  
% 8.83/1.86  
% 8.83/1.86  fork 3: search terminated without proof.
% 11.58/1.87  
% 11.58/1.87  
% 11.58/1.87  fork 7: search terminated without proof.
% 11.58/1.88  
% 11.58/1.88  
% 11.58/1.88  fork 0: search terminated without proof.
% 11.73/1.88  
% 11.73/1.88  **** run 84 fork 3 starts with strategy
% 11.73/1.88  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 11.73/1.89  
% 11.73/1.89  
% 11.73/1.89  fork 4: search terminated without proof.
% 11.73/1.90  
% 11.73/1.90  **** run 88 fork 7 starts with strategy
% 11.73/1.90  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 11.73/1.90  
% 11.73/1.90  **** run 73 fork 0 starts with strategy
% 11.73/1.90  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 11.73/1.90  
% 11.73/1.90  
% 11.73/1.90  fork 5: search terminated without proof.
% 11.73/1.91  
% 11.73/1.91  
% 11.73/1.91  fork 6: search terminated without proof.
% 11.99/1.91  
% 11.99/1.91  
% 11.99/1.91  fork 1: search terminated without proof.
% 11.99/1.92  
% 11.99/1.92  **** run 85 fork 4 starts with strategy
% 11.99/1.92  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 12.14/1.93  
% 12.14/1.93  **** run 78 fork 5 starts with strategy
% 12.14/1.93  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 12.14/1.93  
% 12.14/1.93  **** run 87 fork 6 starts with strategy
% 12.14/1.93  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 12.14/1.93  
% 12.14/1.93  
% 12.14/1.93  fork 2: search terminated without proof.
% 12.14/1.94  
% 12.14/1.94  **** run 90 fork 1 starts with strategy
% 12.14/1.94  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 12.14/1.96  
% 12.14/1.96  **** run 91 fork 2 starts with strategy
% 12.14/1.96  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 12.14/1.97  
% 12.14/1.97  fork 6: search finished without proof.
% 12.14/1.99  
% 12.14/1.99  **** run 95 fork 6 starts with strategy
% 12.14/1.99  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 12.84/2.02  
% 12.84/2.02  
% 12.84/2.02  fork 3: search terminated without proof.
% 12.84/2.02  
% 12.84/2.02  
% 12.84/2.02  fork 0: search terminated without proof.
% 12.84/2.02  
% 12.84/2.02  
% 12.84/2.02  fork 7: search terminated without proof.
% 12.84/2.04  
% 12.84/2.04  
% 12.84/2.04  fork 4: search terminated without proof.
% 12.84/2.04  
% 12.84/2.04  **** run 92 fork 3 starts with strategy
% 12.84/2.04  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 12.84/2.05  
% 12.84/2.05  **** run 96 fork 7 starts with strategy
% 12.84/2.05  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 12.84/2.05  
% 12.84/2.05  
% 12.84/2.05  fork 5: search terminated without proof.
% 12.84/2.06  
% 12.84/2.06  
% 12.84/2.06  fork 1: search terminated without proof.
% 12.84/2.06  
% 12.84/2.06  **** run 81 fork 0 starts with strategy
% 12.84/2.06  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 12.84/2.06  
% 12.84/2.06  **** run 93 fork 4 starts with strategy
% 12.84/2.06  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 12.84/2.08  
% 12.84/2.08  **** run 86 fork 5 starts with strategy
% 12.84/2.08  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 12.84/2.08  
% 12.84/2.08  
% 12.84/2.08  fork 2: search terminated without proof.
% 12.84/2.08  
% 12.84/2.08  **** run 98 fork 1 starts with strategy
% 12.84/2.08  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 13.41/2.11  
% 13.41/2.11  **** run 99 fork 2 starts with strategy
% 13.41/2.11  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 13.41/2.12  
% 13.41/2.12  
% 13.41/2.12  fork 6: search terminated without proof.
% 13.41/2.14  
% 13.41/2.14  **** run 103 fork 6 starts with strategy
% 13.41/2.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 13.41/2.16  
% 13.41/2.16  
% 13.41/2.16  fork 3: search terminated without proof.
% 14.07/2.17  
% 14.07/2.17  
% 14.07/2.17  fork 7: search terminated without proof.
% 14.07/2.17  
% 14.07/2.17  fork 0: search finished without proof.
% 14.16/2.19  
% 14.16/2.19  **** run 100 fork 3 starts with strategy
% 14.16/2.19  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 14.16/2.19  
% 14.16/2.19  **** run 104 fork 7 starts with strategy
% 14.16/2.19  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 14.16/2.20  
% 14.16/2.20  
% 14.16/2.20  fork 5: search terminated without proof.
% 14.16/2.20  
% 14.16/2.20  **** run 89 fork 0 starts with strategy
% 14.16/2.20  {"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}
% 14.16/2.20  
% 14.16/2.20  
% 14.16/2.20  fork 4: search terminated without proof.
% 14.38/2.21  
% 14.38/2.21  
% 14.38/2.21  fork 1: search terminated without proof.
% 14.38/2.22  
% 14.38/2.22  **** run 94 fork 5 starts with strategy
% 14.38/2.22  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 14.38/2.22  
% 14.38/2.22  **** run 101 fork 4 starts with strategy
% 14.38/2.22  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 14.53/2.23  
% 14.53/2.23  
% 14.53/2.23  fork 2: search terminated without proof.
% 14.53/2.24  
% 14.53/2.24  **** run 106 fork 1 starts with strategy
% 14.53/2.24  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 14.53/2.25  
% 14.53/2.25  **** run 107 fork 2 starts with strategy
% 14.53/2.25  {"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}
% 14.53/2.26  
% 14.53/2.26  
% 14.53/2.26  fork 6: search terminated without proof.
% 14.53/2.28  
% 14.53/2.28  **** run 111 fork 6 starts with strategy
% 14.53/2.28  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 14.53/2.31  
% 14.53/2.31  
% 14.53/2.31  fork 3: search terminated without proof.
% 15.22/2.32  
% 15.22/2.32  
% 15.22/2.32  fork 0: search terminated without proof.
% 15.22/2.32  
% 15.22/2.32  
% 15.22/2.32  fork 7: search terminated without proof.
% 15.22/2.33  
% 15.22/2.33  **** run 108 fork 3 starts with strategy
% 15.22/2.33  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 15.22/2.34  
% 15.22/2.34  **** run 97 fork 0 starts with strategy
% 15.22/2.34  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 15.22/2.34  
% 15.22/2.34  
% 15.22/2.34  fork 5: search terminated without proof.
% 15.22/2.34  
% 15.22/2.34  **** run 112 fork 7 starts with strategy
% 15.22/2.34  {"sine":1,"rewrite":0,"depth_penalty":50,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 15.22/2.34  
% 15.22/2.34  
% 15.22/2.34  fork 4: search terminated without proof.
% 15.22/2.37  
% 15.22/2.37  **** run 102 fork 5 starts with strategy
% 15.22/2.37  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 15.22/2.37  
% 15.22/2.37  
% 15.22/2.37  fork 1: search terminated without proof.
% 15.22/2.37  
% 15.22/2.37  **** run 109 fork 4 starts with strategy
% 15.22/2.37  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 15.22/2.38  
% 15.22/2.38  
% 15.22/2.38  fork 2: search terminated without proof.
% 15.22/2.39  
% 15.22/2.39  **** run 114 fork 1 starts with strategy
% 15.22/2.39  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 15.22/2.40  
% 15.22/2.40  **** run 115 fork 2 starts with strategy
% 15.22/2.40  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 15.22/2.41  
% 15.22/2.41  
% 15.22/2.41  fork 6: search terminated without proof.
% 15.22/2.43  
% 15.22/2.43  **** run 119 fork 6 starts with strategy
% 15.22/2.43  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 15.22/2.45  
% 15.22/2.45  fork 0: search finished without proof.
% 15.22/2.46  
% 15.22/2.46  
% 15.22/2.46  fork 3: search terminated without proof.
% 15.22/2.47  
% 15.22/2.47  fork 7: search finished without proof.
% 15.22/2.47  
% 15.22/2.47  **** run 105 fork 0 starts with strategy
% 15.22/2.47  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 15.22/2.48  
% 15.22/2.48  **** run 116 fork 3 starts with strategy
% 15.22/2.48  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 15.22/2.49  
% 15.22/2.49  
% 15.22/2.49  fork 4: search terminated without proof.
% 15.22/2.49  
% 15.22/2.49  **** run 120 fork 7 starts with strategy
% 15.22/2.49  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 15.22/2.51  
% 15.22/2.51  **** run 117 fork 4 starts with strategy
% 15.22/2.51  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1,"sine":2}
% 15.22/2.53  
% 15.22/2.53  
% 15.22/2.53  fork 2: search terminated without proof.
% 15.22/2.56  
% 15.22/2.56  **** run 123 fork 2 starts with strategy
% 15.22/2.56  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 16.96/2.59  
% 16.96/2.59  
% 16.96/2.59  fork 5: search terminated without proof.
% 16.96/2.59  
% 16.96/2.59  
% 16.96/2.59  fork 0: search terminated without proof.
% 16.96/2.60  
% 16.96/2.60  
% 16.96/2.60  fork 1: search terminated without proof.
% 16.96/2.60  
% 16.96/2.60  
% 16.96/2.60  fork 3: search terminated without proof.
% 16.96/2.62  
% 16.96/2.62  **** run 113 fork 0 starts with strategy
% 16.96/2.62  {"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.96/2.63  
% 16.96/2.63  **** run 124 fork 3 starts with strategy
% 16.96/2.63  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 16.96/2.64  
% 16.96/2.64  **** run 110 fork 5 starts with strategy
% 16.96/2.64  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 16.96/2.64  
% 16.96/2.64  
% 16.96/2.64  fork 4: search terminated without proof.
% 16.96/2.64  
% 16.96/2.64  **** run 122 fork 1 starts with strategy
% 16.96/2.64  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 17.75/2.67  
% 17.75/2.67  **** run 125 fork 4 starts with strategy
% 17.75/2.67  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 18.48/2.75  
% 18.48/2.75  
% 18.48/2.75  fork 0: search terminated without proof.
% 18.48/2.77  
% 18.48/2.77  
% 18.48/2.77  fork 5: search terminated without proof.
% 18.48/2.77  
% 18.48/2.77  **** run 121 fork 0 starts with strategy
% 18.48/2.77  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 18.48/2.79  
% 18.48/2.79  **** run 118 fork 5 starts with strategy
% 18.48/2.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 23.75/3.46  
% 23.75/3.46  
% 23.75/3.46  fork 6: search terminated without proof.
% 23.75/3.49  
% 23.75/3.49  **** run 127 fork 6 starts with strategy
% 23.75/3.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 24.29/3.52  
% 24.29/3.52  
% 24.29/3.52  fork 7: search terminated without proof.
% 24.29/3.55  
% 24.29/3.55  **** run 128 fork 7 starts with strategy
% 24.29/3.55  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 24.77/3.58  
% 24.77/3.58  
% 24.77/3.58  fork 2: search terminated without proof.
% 24.77/3.62  
% 24.77/3.62  **** run 131 fork 2 starts with strategy
% 24.77/3.62  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 24.77/3.65  
% 24.77/3.65  
% 24.77/3.65  fork 3: search terminated without proof.
% 25.53/3.67  
% 25.53/3.67  
% 25.53/3.67  fork 1: search terminated without proof.
% 25.53/3.68  
% 25.53/3.68  **** run 132 fork 3 starts with strategy
% 25.53/3.68  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 25.53/3.69  
% 25.53/3.69  
% 25.53/3.69  fork 4: search terminated without proof.
% 25.86/3.71  
% 25.86/3.71  **** run 130 fork 1 starts with strategy
% 25.86/3.71  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 25.86/3.72  
% 25.86/3.72  **** run 133 fork 4 starts with strategy
% 25.86/3.72  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 26.69/3.80  
% 26.69/3.80  
% 26.69/3.80  fork 0: search terminated without proof.
% 26.69/3.83  
% 26.69/3.83  **** run 129 fork 0 starts with strategy
% 26.69/3.83  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 30.92/4.38  
% 30.92/4.38  
% 30.92/4.38  fork 5: search terminated without proof.
% 30.92/4.40  
% 30.92/4.40  **** run 126 fork 5 starts with strategy
% 30.92/4.40  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 31.81/4.52  
% 31.81/4.52  
% 31.81/4.52  fork 6: search terminated without proof.
% 32.54/4.55  
% 32.54/4.55  **** run 135 fork 6 starts with strategy
% 32.54/4.55  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 32.54/4.57  
% 32.54/4.57  
% 32.54/4.57  fork 7: search terminated without proof.
% 32.82/4.61  
% 32.82/4.61  **** run 136 fork 7 starts with strategy
% 32.82/4.61  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 33.22/4.64  
% 33.22/4.64  
% 33.22/4.64  fork 2: search terminated without proof.
% 33.30/4.66  
% 33.30/4.66  **** run 139 fork 2 starts with strategy
% 33.30/4.66  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 33.30/4.70  
% 33.30/4.70  
% 33.30/4.70  fork 3: search terminated without proof.
% 33.80/4.73  
% 33.80/4.73  
% 33.80/4.73  fork 1: search terminated without proof.
% 33.80/4.73  
% 33.80/4.73  **** run 140 fork 3 starts with strategy
% 33.80/4.73  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":10}
% 33.80/4.74  
% 33.80/4.74  
% 33.80/4.74  fork 4: search terminated without proof.
% 33.80/4.76  
% 33.80/4.76  **** run 138 fork 1 starts with strategy
% 33.80/4.76  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 34.19/4.78  
% 34.19/4.78  **** run 141 fork 4 starts with strategy
% 34.19/4.78  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 34.89/5.07  
% 34.89/5.07  
% 34.89/5.07  fork 0: search terminated without proof.
% 36.57/5.10  
% 36.57/5.10  **** run 137 fork 0 starts with strategy
% 36.57/5.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 39.98/5.55  
% 39.98/5.55  
% 39.98/5.55  fork 5: search terminated without proof.
% 40.39/5.57  
% 40.39/5.57  
% 40.39/5.57  fork 6: search terminated without proof.
% 40.39/5.58  
% 40.39/5.58  **** run 134 fork 5 starts with strategy
% 40.39/5.58  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 40.39/5.61  
% 40.39/5.61  **** run 143 fork 6 starts with strategy
% 40.39/5.61  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 40.39/5.68  
% 40.39/5.68  
% 40.39/5.68  fork 2: search terminated without proof.
% 40.39/5.71  
% 40.39/5.71  **** run 147 fork 2 starts with strategy
% 40.39/5.71  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":10}
% 40.39/5.76  
% 40.39/5.76  
% 40.39/5.76  fork 3: search terminated without proof.
% 40.39/5.77  
% 40.39/5.77  
% 40.39/5.77  fork 7: search terminated without proof.
% 40.39/5.78  
% 40.39/5.78  
% 40.39/5.78  fork 1: search terminated without proof.
% 40.39/5.79  
% 40.39/5.79  **** run 148 fork 3 starts with strategy
% 40.39/5.79  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 40.39/5.81  
% 40.39/5.81  
% 40.39/5.81  fork 4: search terminated without proof.
% 40.39/5.82  
% 40.39/5.82  **** run 146 fork 1 starts with strategy
% 40.39/5.82  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 40.39/5.83  
% 40.39/5.83  **** run 144 fork 7 starts with strategy
% 40.39/5.83  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 40.39/5.85  
% 40.39/5.85  **** run 149 fork 4 starts with strategy
% 40.39/5.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.16/6.13  
% 44.16/6.13  
% 44.16/6.13  fork 0: search terminated without proof.
% 44.93/6.15  
% 44.93/6.15  **** run 145 fork 0 starts with strategy
% 44.93/6.15  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 47.70/6.61  
% 47.70/6.61  
% 47.70/6.61  fork 5: search terminated without proof.
% 47.70/6.63  
% 47.70/6.63  
% 47.70/6.63  fork 6: search terminated without proof.
% 47.70/6.64  
% 47.70/6.64  **** run 142 fork 5 starts with strategy
% 47.70/6.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 47.70/6.66  
% 47.70/6.66  **** run 151 fork 6 starts with strategy
% 47.70/6.66  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 47.70/6.74  
% 47.70/6.74  
% 47.70/6.74  fork 2: search terminated without proof.
% 47.70/6.77  
% 47.70/6.77  **** run 155 fork 2 starts with strategy
% 47.70/6.77  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 47.70/6.82  
% 47.70/6.82  
% 47.70/6.82  fork 3: search terminated without proof.
% 47.70/6.84  
% 47.70/6.84  
% 47.70/6.84  fork 1: search terminated without proof.
% 50.27/6.85  
% 50.27/6.85  **** run 156 fork 3 starts with strategy
% 50.27/6.85  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 50.45/6.87  
% 50.45/6.87  
% 50.45/6.87  fork 4: search terminated without proof.
% 50.45/6.87  
% 50.45/6.87  **** run 154 fork 1 starts with strategy
% 50.45/6.87  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 50.45/6.90  
% 50.45/6.90  **** run 157 fork 4 starts with strategy
% 50.45/6.90  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 52.25/7.08  
% 52.25/7.08  
% 52.25/7.08  fork 7: search terminated without proof.
% 52.25/7.12  
% 52.25/7.12  **** run 152 fork 7 starts with strategy
% 52.25/7.12  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 52.86/7.17  
% 52.86/7.17  
% 52.86/7.17  fork 0: search terminated without proof.
% 52.86/7.20  
% 52.86/7.20  **** run 153 fork 0 starts with strategy
% 52.86/7.20  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 54.30/7.56  
% 54.30/7.56  fork 0: search finished without proof.
% 54.30/7.58  
% 54.30/7.58  **** run 161 fork 0 starts with strategy
% 54.30/7.58  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 56.79/7.69  
% 56.79/7.69  
% 56.79/7.69  fork 6: search terminated without proof.
% 56.79/7.73  
% 56.79/7.73  **** run 159 fork 6 starts with strategy
% 56.79/7.73  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 57.53/7.77  
% 57.53/7.77  
% 57.53/7.77  fork 5: search terminated without proof.
% 57.53/7.79  
% 57.53/7.79  **** run 150 fork 5 starts with strategy
% 57.53/7.79  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 57.53/7.79  
% 57.53/7.79  
% 57.53/7.79  fork 2: search terminated without proof.
% 57.94/7.82  
% 57.94/7.82  **** run 163 fork 2 starts with strategy
% 57.94/7.82  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 58.23/7.87  
% 58.23/7.87  
% 58.23/7.87  fork 3: search terminated without proof.
% 58.23/7.89  
% 58.23/7.89  **** run 164 fork 3 starts with strategy
% 58.23/7.89  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 58.23/7.91  
% 58.23/7.91  
% 58.23/7.91  fork 1: search terminated without proof.
% 58.23/7.92  
% 58.23/7.92  
% 58.23/7.92  fork 4: search terminated without proof.
% 58.87/7.93  
% 58.87/7.93  **** run 162 fork 1 starts with strategy
% 58.87/7.93  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 58.87/7.95  
% 58.87/7.95  **** run 165 fork 4 starts with strategy
% 58.87/7.95  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 60.60/8.42  
% 60.60/8.42  
% 60.60/8.42  fork 7: search terminated without proof.
% 60.60/8.47  
% 60.60/8.47  **** run 160 fork 7 starts with strategy
% 60.60/8.47  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 63.92/8.60  
% 63.92/8.60  
% 63.92/8.60  fork 0: search terminated without proof.
% 63.92/8.64  
% 63.92/8.64  **** run 169 fork 0 starts with strategy
% 63.92/8.64  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 65.26/8.75  
% 65.26/8.75  
% 65.26/8.75  fork 6: search terminated without proof.
% 65.26/8.78  
% 65.26/8.78  **** run 167 fork 6 starts with strategy
% 65.26/8.78  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 65.26/8.82  
% 65.26/8.82  
% 65.26/8.82  fork 5: search terminated without proof.
% 65.91/8.84  
% 65.91/8.84  
% 65.91/8.84  fork 2: search terminated without proof.
% 65.91/8.88  
% 65.91/8.88  **** run 171 fork 2 starts with strategy
% 65.91/8.88  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 65.91/8.88  
% 65.91/8.88  **** run 158 fork 5 starts with strategy
% 65.91/8.88  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 66.30/8.92  
% 66.30/8.92  
% 66.30/8.92  fork 3: search terminated without proof.
% 66.82/8.95  
% 66.82/8.95  **** run 172 fork 3 starts with strategy
% 66.82/8.95  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 66.82/8.95  
% 66.82/8.95  
% 66.82/8.95  fork 1: search terminated without proof.
% 66.96/8.97  
% 66.96/8.97  
% 66.96/8.97  fork 4: search terminated without proof.
% 66.96/8.98  
% 66.96/8.98  **** run 170 fork 1 starts with strategy
% 66.96/8.98  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 66.96/9.01  
% 66.96/9.01  **** run 173 fork 4 starts with strategy
% 66.96/9.01  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 71.47/9.56  
% 71.47/9.56  
% 71.47/9.56  fork 7: search terminated without proof.
% 71.84/9.59  
% 71.84/9.59  **** run 168 fork 7 starts with strategy
% 71.84/9.59  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 71.84/9.62  No candidate clauses found.
% 71.84/9.62  
% 71.84/9.62  
% 71.84/9.62  fork 7: search terminated without proof.
% 71.84/9.64  
% 71.84/9.64  **** run 176 fork 7 starts with strategy
% 71.84/9.64  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 72.27/9.66  
% 72.27/9.66  
% 72.27/9.66  fork 0: search terminated without proof.
% 72.27/9.69  
% 72.27/9.69  **** run 177 fork 0 starts with strategy
% 72.27/9.69  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 72.71/9.84  
% 72.71/9.84  
% 72.71/9.84  fork 6: search terminated without proof.
% 72.71/9.88  
% 72.71/9.88  **** run 175 fork 6 starts with strategy
% 72.71/9.88  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 72.71/9.90  
% 72.71/9.90  
% 72.71/9.90  fork 5: search terminated without proof.
% 72.71/9.93  
% 72.71/9.93  
% 72.71/9.93  fork 2: search terminated without proof.
% 72.71/9.94  
% 72.71/9.94  **** run 166 fork 5 starts with strategy
% 72.71/9.94  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 72.71/9.97  
% 72.71/9.97  **** run 179 fork 2 starts with strategy
% 72.71/9.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 72.71/9.98  
% 72.71/9.98  
% 72.71/9.98  fork 3: search terminated without proof.
% 72.71/10.01  
% 72.71/10.01  **** run 180 fork 3 starts with strategy
% 72.71/10.01  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 72.71/10.03  
% 72.71/10.03  
% 72.71/10.03  fork 4: search terminated without proof.
% 75.28/10.07  
% 75.28/10.07  **** run 181 fork 4 starts with strategy
% 75.28/10.07  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 76.89/10.25  
% 76.89/10.25  
% 76.89/10.25  fork 1: search terminated without proof.
% 76.89/10.28  
% 76.89/10.28  **** run 178 fork 1 starts with strategy
% 76.89/10.28  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 80.01/10.67  
% 80.01/10.67  
% 80.01/10.67  fork 7: search terminated without proof.
% 80.01/10.70  
% 80.01/10.70  **** run 184 fork 7 starts with strategy
% 80.01/10.70  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 80.01/10.71  
% 80.01/10.71  
% 80.01/10.71  fork 0: search terminated without proof.
% 80.01/10.75  
% 80.01/10.75  **** run 185 fork 0 starts with strategy
% 80.01/10.75  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 80.01/10.91  
% 80.01/10.91  
% 80.01/10.91  fork 6: search terminated without proof.
% 80.01/10.94  
% 80.01/10.94  **** run 183 fork 6 starts with strategy
% 80.01/10.94  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 80.01/10.97  
% 80.01/10.97  
% 80.01/10.97  fork 5: search terminated without proof.
% 80.01/11.00  
% 80.01/11.00  **** run 174 fork 5 starts with strategy
% 80.01/11.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 80.01/11.00  
% 80.01/11.00  
% 80.01/11.00  fork 2: search terminated without proof.
% 82.65/11.03  
% 82.65/11.03  **** run 187 fork 2 starts with strategy
% 82.65/11.03  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 82.65/11.04  
% 82.65/11.04  
% 82.65/11.04  fork 3: search terminated without proof.
% 83.31/11.07  
% 83.31/11.07  **** run 188 fork 3 starts with strategy
% 83.31/11.07  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 83.35/11.10  
% 83.35/11.10  
% 83.35/11.10  fork 4: search terminated without proof.
% 83.59/11.13  
% 83.59/11.13  **** run 189 fork 4 starts with strategy
% 83.59/11.13  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 85.97/11.41  
% 85.97/11.41  fork 4: search finished without proof.
% 86.18/11.43  
% 86.18/11.43  **** run 197 fork 4 starts with strategy
% 86.18/11.43  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 86.18/11.48  
% 86.18/11.48  
% 86.18/11.48  fork 1: search terminated without proof.
% 86.18/11.50  
% 86.18/11.50  **** run 186 fork 1 starts with strategy
% 86.18/11.50  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 86.18/11.72  
% 86.18/11.72  
% 86.18/11.72  fork 7: search terminated without proof.
% 88.58/11.76  
% 88.58/11.76  **** run 192 fork 7 starts with strategy
% 88.58/11.76  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 88.58/11.78  
% 88.58/11.78  
% 88.58/11.78  fork 0: search terminated without proof.
% 88.58/11.81  
% 88.58/11.81  **** run 193 fork 0 starts with strategy
% 88.58/11.81  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 90.35/12.00  
% 90.35/12.00  
% 90.35/12.00  fork 6: search terminated without proof.
% 90.35/12.02  
% 90.35/12.02  
% 90.35/12.02  fork 5: search terminated without proof.
% 90.35/12.03  
% 90.35/12.03  **** run 191 fork 6 starts with strategy
% 90.35/12.03  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 90.35/12.05  
% 90.35/12.05  
% 90.35/12.05  fork 2: search terminated without proof.
% 90.35/12.06  
% 90.35/12.06  fork 6: search finished without proof.
% 90.35/12.06  
% 90.35/12.06  **** run 182 fork 5 starts with strategy
% 90.35/12.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 91.13/12.08  
% 91.13/12.08  **** run 195 fork 2 starts with strategy
% 91.13/12.08  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":10}
% 91.13/12.08  
% 91.13/12.08  **** run 199 fork 6 starts with strategy
% 91.13/12.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 91.36/12.10  
% 91.36/12.10  
% 91.36/12.10  fork 3: search terminated without proof.
% 91.36/12.12  
% 91.36/12.12  **** run 196 fork 3 starts with strategy
% 91.36/12.12  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":10}
% 93.53/12.45  
% 93.53/12.45  
% 93.53/12.45  fork 4: search terminated without proof.
% 93.53/12.48  
% 93.53/12.48  **** run 205 fork 4 starts with strategy
% 93.53/12.48  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 96.11/12.79  
% 96.11/12.79  
% 96.11/12.79  fork 7: search terminated without proof.
% 96.82/12.80  
% 96.82/12.80  
% 96.82/12.80  fork 1: search terminated without proof.
% 96.82/12.82  
% 96.82/12.82  **** run 200 fork 7 starts with strategy
% 96.82/12.82  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 96.82/12.84  
% 96.82/12.84  **** run 194 fork 1 starts with strategy
% 96.82/12.84  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 96.82/12.85  
% 96.82/12.85  
% 96.82/12.85  fork 0: search terminated without proof.
% 97.46/12.88  
% 97.46/12.88  **** run 201 fork 0 starts with strategy
% 97.46/12.88  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 98.51/13.09  
% 98.51/13.09  
% 98.51/13.09  fork 5: search terminated without proof.
% 98.51/13.10  
% 98.51/13.10  
% 98.51/13.10  fork 2: search terminated without proof.
% 99.22/13.10  
% 99.22/13.10  
% 99.22/13.10  fork 6: search terminated without proof.
% 99.22/13.12  
% 99.22/13.12  **** run 203 fork 2 starts with strategy
% 99.22/13.12  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 99.22/13.13  
% 99.22/13.13  **** run 207 fork 6 starts with strategy
% 99.22/13.13  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 99.22/13.13  
% 99.22/13.13  **** run 190 fork 5 starts with strategy
% 99.22/13.13  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 99.22/13.15  
% 99.22/13.15  
% 99.22/13.15  fork 3: search terminated without proof.
% 99.22/13.18  
% 99.22/13.18  **** run 204 fork 3 starts with strategy
% 99.22/13.18  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 99.87/13.21  
% 99.87/13.21  fork 3: search finished without proof.
% 99.87/13.23  
% 99.87/13.23  **** run 212 fork 3 starts with strategy
% 99.87/13.24  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 99.87/13.52  
% 99.87/13.52  
% 99.87/13.52  fork 4: search terminated without proof.
% 99.87/13.56  
% 99.87/13.56  **** run 213 fork 4 starts with strategy
% 99.87/13.56  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 104.55/13.84  
% 104.55/13.84  
% 104.55/13.84  fork 7: search terminated without proof.
% 104.55/13.87  
% 104.55/13.87  **** run 208 fork 7 starts with strategy
% 104.55/13.87  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 105.45/13.92  
% 105.45/13.92  
% 105.45/13.92  fork 0: search terminated without proof.
% 105.61/13.95  
% 105.61/13.95  **** run 209 fork 0 starts with strategy
% 105.61/13.95  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 106.36/14.05  
% 106.36/14.05  
% 106.36/14.05  fork 1: search terminated without proof.
% 106.36/14.08  
% 106.36/14.08  **** run 202 fork 1 starts with strategy
% 106.36/14.08  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 106.94/14.15  
% 106.94/14.15  
% 106.94/14.15  fork 5: search terminated without proof.
% 106.94/14.15  
% 106.94/14.15  
% 106.94/14.15  fork 6: search terminated without proof.
% 106.94/14.16  
% 106.94/14.16  
% 106.94/14.16  fork 2: search terminated without proof.
% 106.94/14.18  
% 106.94/14.18  **** run 215 fork 6 starts with strategy
% 106.94/14.18  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 106.94/14.19  
% 106.94/14.19  **** run 198 fork 5 starts with strategy
% 106.94/14.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 106.94/14.21  
% 106.94/14.21  **** run 211 fork 2 starts with strategy
% 106.94/14.21  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 106.94/14.26  
% 106.94/14.26  
% 106.94/14.26  fork 3: search terminated without proof.
% 106.94/14.29  
% 106.94/14.29  **** run 220 fork 3 starts with strategy
% 106.94/14.29  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 110.63/14.58  
% 110.63/14.58  fork 5: search finished without proof.
% 110.63/14.58  
% 110.63/14.58  
% 110.63/14.58  fork 4: search terminated without proof.
% 110.63/14.60  
% 110.63/14.60  **** run 206 fork 5 starts with strategy
% 110.63/14.60  {"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}
% 110.63/14.61  
% 110.63/14.61  **** run 221 fork 4 starts with strategy
% 110.63/14.61  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 112.01/14.97  
% 112.01/14.97  
% 112.01/14.97  fork 0: search terminated without proof.
% 112.01/15.01  
% 112.01/15.01  **** run 217 fork 0 starts with strategy
% 112.01/15.01  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 114.64/15.12  
% 114.64/15.12  
% 114.64/15.12  fork 7: search terminated without proof.
% 114.64/15.15  
% 114.64/15.15  **** run 216 fork 7 starts with strategy
% 114.64/15.15  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 115.28/15.19  
% 115.28/15.19  
% 115.28/15.19  fork 1: search terminated without proof.
% 115.28/15.21  
% 115.28/15.21  
% 115.28/15.21  fork 6: search terminated without proof.
% 115.28/15.22  
% 115.28/15.22  **** run 210 fork 1 starts with strategy
% 115.28/15.22  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 115.28/15.23  
% 115.28/15.23  
% 115.28/15.23  fork 2: search terminated without proof.
% 115.28/15.24  
% 115.28/15.24  **** run 223 fork 6 starts with strategy
% 115.28/15.24  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 115.94/15.27  
% 115.94/15.27  **** run 219 fork 2 starts with strategy
% 115.94/15.27  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":10}
% 116.13/15.31  
% 116.13/15.31  
% 116.13/15.31  fork 3: search terminated without proof.
% 116.46/15.34  
% 116.46/15.34  **** run 228 fork 3 starts with strategy
% 116.46/15.34  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 118.83/15.62  
% 118.83/15.62  
% 118.83/15.62  fork 5: search terminated without proof.
% 118.83/15.64  
% 118.83/15.64  
% 118.83/15.64  fork 4: search terminated without proof.
% 118.83/15.64  
% 118.83/15.64  **** run 214 fork 5 starts with strategy
% 118.83/15.64  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 118.83/15.67  
% 118.83/15.67  **** run 229 fork 4 starts with strategy
% 118.83/15.67  {"sine":1,"rewrite":0,"depth_penalty":50,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":10}
% 121.56/16.03  
% 121.56/16.03  
% 121.56/16.03  fork 0: search terminated without proof.
% 122.12/16.06  
% 122.12/16.06  **** run 225 fork 0 starts with strategy
% 122.12/16.06  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 122.63/16.12  
% 122.63/16.12  fork 5: search finished without proof.
% 122.85/16.15  
% 122.85/16.15  **** run 222 fork 5 starts with strategy
% 122.85/16.15  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 123.50/16.26  
% 123.50/16.26  
% 123.50/16.26  fork 1: search terminated without proof.
% 123.96/16.28  
% 123.96/16.28  **** run 218 fork 1 starts with strategy
% 123.96/16.28  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 123.96/16.30  
% 123.96/16.30  
% 123.96/16.30  fork 7: search terminated without proof.
% 123.96/16.30  
% 123.96/16.30  
% 123.96/16.30  fork 6: search terminated without proof.
% 123.96/16.31  
% 123.96/16.31  
% 123.96/16.31  fork 2: search terminated without proof.
% 123.96/16.32  
% 123.96/16.32  **** run 224 fork 7 starts with strategy
% 123.96/16.32  {"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}
% 123.96/16.33  
% 123.96/16.33  **** run 231 fork 6 starts with strategy
% 123.96/16.33  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 123.96/16.35  
% 123.96/16.35  **** run 227 fork 2 starts with strategy
% 123.96/16.35  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":10}
% 124.54/16.36  
% 124.54/16.36  
% 124.54/16.36  fork 3: search terminated without proof.
% 124.69/16.40  
% 124.69/16.40  **** run 236 fork 3 starts with strategy
% 124.69/16.40  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 124.69/16.70  
% 124.69/16.70  
% 124.69/16.70  fork 4: search terminated without proof.
% 127.18/16.72  
% 127.18/16.72  **** run 237 fork 4 starts with strategy
% 127.18/16.72  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 129.84/17.08  
% 129.84/17.08  
% 129.84/17.08  fork 0: search terminated without proof.
% 129.84/17.11  
% 129.84/17.11  **** run 233 fork 0 starts with strategy
% 129.84/17.11  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 130.54/17.17  
% 130.54/17.17  
% 130.54/17.17  fork 5: search terminated without proof.
% 131.02/17.19  
% 131.02/17.19  **** run 230 fork 5 starts with strategy
% 131.02/17.19  {"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}
% 131.59/17.30  
% 131.59/17.30  
% 131.59/17.30  fork 1: search terminated without proof.
% 131.59/17.34  
% 131.59/17.34  **** run 226 fork 1 starts with strategy
% 131.59/17.34  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 131.59/17.35  
% 131.59/17.35  
% 131.59/17.35  fork 6: search terminated without proof.
% 131.59/17.38  
% 131.59/17.38  
% 131.59/17.38  fork 2: search terminated without proof.
% 131.59/17.38  
% 131.59/17.38  **** run 239 fork 6 starts with strategy
% 131.59/17.38  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 131.59/17.41  
% 131.59/17.41  **** run 235 fork 2 starts with strategy
% 131.59/17.41  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 134.48/17.68  
% 134.48/17.68  
% 134.48/17.68  fork 7: search terminated without proof.
% 134.48/17.70  
% 134.48/17.70  **** run 232 fork 7 starts with strategy
% 134.48/17.70  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":10}
% 138.05/18.13  
% 138.05/18.13  
% 138.05/18.13  fork 0: search terminated without proof.
% 138.05/18.16  
% 138.05/18.16  **** run 241 fork 0 starts with strategy
% 138.05/18.16  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 138.05/18.22  
% 138.05/18.22  
% 138.05/18.22  fork 5: search terminated without proof.
% 138.05/18.25  
% 138.05/18.25  **** run 238 fork 5 starts with strategy
% 138.05/18.25  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 138.05/18.36  
% 138.05/18.36  
% 138.05/18.36  fork 1: search terminated without proof.
% 138.05/18.39  
% 138.05/18.39  **** run 234 fork 1 starts with strategy
% 138.05/18.39  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":10,"sine":2}
% 143.91/18.90  
% 143.91/18.90  
% 143.91/18.90  fork 7: search terminated without proof.
% 144.57/18.93  
% 144.57/18.93  **** run 240 fork 7 starts with strategy
% 144.57/18.93  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 148.33/19.42  
% 148.33/19.42  
% 148.33/19.42  fork 1: search terminated without proof.
% 148.48/19.44  
% 148.48/19.44  **** run 242 fork 1 starts with strategy
% 148.48/19.44  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 153.31/20.23  
% 153.31/20.23  
% 153.31/20.23  result: proof found
% 153.31/20.23  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 153.31/20.23  by run 241 fork 0 strategy {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 153.31/20.23  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 153.31/20.23  
% 153.31/20.23  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 153.31/20.23  
% 153.31/20.23  run 241 fork 0 statistics:
% 153.31/20.23  ----------------------------------
% 153.31/20.23  this run seconds: 1.192313
% 153.31/20.23  total seconds: 18.851294
% 153.31/20.23  stat_given_used: 10174
% 153.31/20.23  stat_given_used_at_endgame: 0
% 153.31/20.23  stat_given_candidates:   11288
% 153.31/20.23  stat_given_candidates_at_endgame: 0
% 153.31/20.23  stat_given_candidates_h: 0
% 153.31/20.23  stat_binres_derived_cl:   112320
% 153.31/20.23  stat_binres_derived_cl_h: 0
% 153.31/20.23  stat_factor_derived_cl: 14
% 153.31/20.23  stat_para_derived_cl: 6856
% 153.31/20.23  stat_tautologies_discarded: 117
% 153.31/20.23  stat_forward_subsumed: 20856
% 153.31/20.23  stat_derived_cut: 1156
% 153.31/20.23  stat_derived_rewritten: 97
% 153.31/20.23  stat_weight_discarded_building: 0
% 153.31/20.23  stat_weight_discarded_cl: 0
% 153.31/20.23  stat_internlimit_discarded_cl: 0
% 153.31/20.23  stat_simplified:  97 simplified 0 derived 0 given
% 153.31/20.23  stat_kept_cl: 97939
% 153.31/20.23  stat_built_cl: 118384
% 153.31/20.23  stat_hyperres_partial_cl: 0
% 153.31/20.23  stat_made_rewriters: 31
% 153.31/20.23  stat_backward_subsumed: 0
% 153.31/20.23  stat_propagated_subsumed: 0
% 153.31/20.23  stat_clsubs_attempted:                    187535
% 153.31/20.23  stat_clsubs_fact_groundunit_found:            12
% 153.31/20.23  stat_clsubs_rule_groundunit_found:           211
% 153.31/20.23  stat_clsubs_top_meta_attempted:           33754786
% 153.31/20.23  stat_clsubs_top_meta_failed:              33567251
% 153.31/20.23  stat_clsubs_top_meta_nonpref_attempted:            33754786
% 153.31/20.23  stat_clsubs_top_meta_nonpref_succeeded:             9733651
% 153.31/20.23  stat_clsubs_top_meta_pref_attempted:                9733651
% 153.31/20.23  stat_clsubs_top_meta_pref1_succeeded:               3116164
% 153.31/20.23  stat_clsubs_top_meta_pref2_succeeded:                489887
% 153.31/20.23  stat_clsubs_top_meta_pref3_succeeded:                187535
% 153.31/20.23  stat_clsubs_top_meta_pref_succeeded:                 187535
% 153.31/20.23  stat_clsubs_meta_attempted:               195258
% 153.31/20.23  stat_clsubs_meta_failed:                   38551
% 153.31/20.23  stat_clsubs_predsymbs_attempted:               0
% 153.31/20.23  stat_clsubs_unit_attempted:               180688
% 153.31/20.23  stat_clsubs_full_attempted:                 6847
% 153.31/20.23  stat_forwardsubs_attempted:               118796
% 153.31/20.23  stat_lit_hash_added:                 125690
% 153.31/20.23  stat_lit_hash_computed:              336218
% 153.31/20.23  stat_lit_hash_match_found:            22530
% 153.31/20.23  stat_lit_hash_match_miss:            308564
% 153.31/20.23  stat_lit_hash_cut_ok:                  1421
% 153.31/20.23  stat_lit_strong_cut_ok:                   0
% 153.31/20.23  stat_lit_hash_subsume_ok:             20856
% 153.31/20.23  clqueue els 10000000 used 1
% 153.31/20.23  clactive els 10000000 used 10175
% 153.31/20.23  clactivesubsume els 10000000 used 38887
% 153.31/20.23  queue_termbuf els 200000000 used 5625956
% 153.31/20.23  hyper_termbuf els 100000000 used 1
% 153.31/20.23  active_termbuf els 100000000 used 333311
% 153.31/20.23  varstack els 5000 last used 1
% 153.31/20.23  given_termbuf els 10000000 last used 1
% 153.31/20.23  simplified_termbuf els 10000000 last used 1
% 153.31/20.23  derived_termbuf els 10000000 last used 28
% 153.31/20.23  wr_mallocs: 156366
% 153.31/20.23  wr_callocs: 19
% 153.31/20.23  wr_reallocs: 19773
% 153.31/20.23  wr_frees: 2
% 153.31/20.23  wr_malloc_bytes: 4168961716
% 153.31/20.23  wr_calloc_bytes: 96065504
% 153.31/20.23  wr_realloc_bytes: 4652552
% 153.31/20.23  wr_realloc_freebytes: 0
% 153.31/20.23  ----------------------------------
%------------------------------------------------------------------------------