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

View Problem - Process Solution

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

% Computer : n005.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:45 EDT 2023

% Result   : Unsatisfiable 15.62s 2.52s
% Output   : CNFRefutation 15.62s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named prove_corollary_to_idempotency_of_intersection_1)

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

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

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

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

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

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

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

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

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

cnf('10',plain,
    ~ subclass(intersection(x,y),intersection(x,intersection(x,y))),
    inference(simplify,[],['7','9']) ).

cnf('11',plain,
    ~ member(not_subclass_element(intersection(x,y),intersection(x,intersection(x,y))),intersection(x,intersection(x,y))),
    inference(resolution,[],['10','8']) ).

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

cnf('13',plain,
    member(not_subclass_element(intersection(x,y),intersection(x,intersection(x,y))),intersection(x,y)),
    inference(resolution,[],['10','4']) ).

cnf('14',plain,
    member(not_subclass_element(intersection(x,y),intersection(x,intersection(x,y))),intersection(x,y)),
    inference(resolution,[],['10','4']) ).

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

cnf('16',plain,
    member(not_subclass_element(intersection(x,y),intersection(x,intersection(x,y))),x),
    inference(resolution,[],['14','15']) ).

cnf('17',plain,
    $false,
    inference(resolution,[then_simplify],['11','12','13','16']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SET149-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.07/0.13  % Command  : gkc %s
% 0.14/0.34  % Computer : n005.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Sat Aug 26 08:42:08 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.20/0.40  
% 0.20/0.40  input clause set summed statistics:
% 0.20/0.40  ----------------------------------
% 0.20/0.40  in_clause_count:                   113
% 0.20/0.40  in_rule_clause_count:              109
% 0.20/0.40  in_fact_clause_count:                4
% 0.20/0.40  in_answer_clause_count:              0
% 0.20/0.40  in_ground_clause_count:             12
% 0.20/0.40  in_unit_clause_count:               38
% 0.20/0.40  in_horn_clause_count:              105
% 0.20/0.40  in_pos_clause_count:                40
% 0.20/0.40  in_neg_clause_count:                 3
% 0.20/0.40  in_poseq_clause_count:              39
% 0.20/0.40  in_negeq_clause_count:               9
% 0.20/0.40  in_unitposeq_clause_count:          23
% 0.20/0.40  in_chain_clause_count:               2
% 0.20/0.40  in_min_length:             1
% 0.20/0.40  in_max_length:             5
% 0.20/0.40  in_min_depth:              1
% 0.20/0.40  in_max_depth:              6
% 0.20/0.40  in_min_size:               2
% 0.20/0.40  in_max_size:              41
% 0.20/0.40  in_min_vars:               0
% 0.20/0.40  in_max_vars:               5
% 0.20/0.40  in_extaxiom_count:               112
% 0.20/0.40  in_axiom_count:                    0
% 0.20/0.40  in_assumption_count:               0
% 0.20/0.40  in_goal_count:                     1
% 0.20/0.40  in_neg_goal_count:                 1
% 0.20/0.40  in_pos_goal_count:                 0
% 0.20/0.40  in_posunit_goal_count:             0
% 0.20/0.40  
% 0.20/0.40  auto guide:
% 0.20/0.40  -----------
% 0.20/0.40  {
% 0.20/0.40  "print":1,
% 0.20/0.40  "print_level": 15,
% 0.20/0.40  "max_size": 0,
% 0.20/0.40  "max_depth": 0,
% 0.20/0.40  "max_length": 0,
% 0.20/0.40  "max_dseconds": 0,
% 0.20/0.40  "runs":[
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1, "max_size":15},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"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.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"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.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  {"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.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"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.20/0.40  
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10, "max_size":15},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"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.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"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.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  {"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.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"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.20/0.40  
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50, "max_size":15},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"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.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.20/0.40  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"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.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  {"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.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"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.20/0.40  
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.20/0.40  
% 0.20/0.40  ]}
% 0.20/0.40  
% 0.20/0.40  
% 0.20/0.40  **** run 1 fork 0 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 2 fork 1 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 3 fork 2 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 4 fork 3 starts with strategy
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.40  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.41  
% 0.20/0.41  **** run 6 fork 5 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.42  
% 0.20/0.42  **** run 7 fork 6 starts with strategy
% 0.20/0.42  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.45  
% 0.20/0.45  fork 3: search finished without proof.
% 0.20/0.48  
% 0.20/0.48  **** run 12 fork 3 starts with strategy
% 0.20/0.48  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  fork 2: search finished without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 0: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 4: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 5: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 7: search terminated without proof.
% 0.20/0.56  
% 0.20/0.56  fork 1: search finished without proof.
% 0.20/0.56  
% 0.20/0.56  **** run 11 fork 2 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.57  
% 0.20/0.57  **** run 9 fork 0 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.57  
% 0.20/0.57  **** run 13 fork 4 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.57  
% 0.20/0.57  **** run 14 fork 5 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.58  
% 0.20/0.58  
% 0.20/0.58  fork 6: search terminated without proof.
% 0.20/0.58  
% 0.20/0.58  **** run 10 fork 1 starts with strategy
% 0.20/0.58  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.59  
% 0.20/0.59  **** run 16 fork 7 starts with strategy
% 0.20/0.59  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.20/0.60  
% 0.20/0.60  **** run 15 fork 6 starts with strategy
% 0.20/0.60  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.61  
% 0.20/0.61  
% 0.20/0.61  fork 3: search terminated without proof.
% 0.20/0.63  
% 0.20/0.63  **** run 20 fork 3 starts with strategy
% 0.20/0.63  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 2: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 4: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 0: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 5: search terminated without proof.
% 0.20/0.71  
% 0.20/0.71  fork 1: search finished without proof.
% 0.20/0.71  
% 0.20/0.71  **** run 19 fork 2 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.72  
% 0.20/0.72  **** run 21 fork 4 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.72  
% 0.20/0.72  **** run 17 fork 0 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.72  
% 0.20/0.72  **** run 22 fork 5 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.20/0.73  
% 0.20/0.73  **** run 18 fork 1 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.20/0.73  
% 0.20/0.73  
% 0.20/0.73  fork 7: search terminated without proof.
% 0.20/0.74  
% 0.20/0.74  
% 0.20/0.74  fork 6: search terminated without proof.
% 0.20/0.75  
% 0.20/0.75  **** run 24 fork 7 starts with strategy
% 0.20/0.75  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.20/0.76  
% 0.20/0.76  **** run 23 fork 6 starts with strategy
% 0.20/0.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.77  
% 0.20/0.77  fork 3: search finished without proof.
% 0.20/0.78  
% 0.20/0.78  **** run 28 fork 3 starts with strategy
% 0.20/0.78  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.20/0.85  
% 0.20/0.85  
% 0.20/0.85  fork 2: search terminated without proof.
% 0.20/0.86  
% 0.20/0.86  
% 0.20/0.86  fork 4: search terminated without proof.
% 0.20/0.86  
% 0.20/0.86  
% 0.20/0.86  fork 0: search terminated without proof.
% 0.20/0.86  
% 0.20/0.86  
% 0.20/0.86  fork 5: search terminated without proof.
% 0.20/0.87  
% 0.20/0.87  
% 0.20/0.87  fork 1: search terminated without proof.
% 0.20/0.88  
% 0.20/0.88  **** run 27 fork 2 starts with strategy
% 0.20/0.88  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.20/0.88  
% 0.20/0.88  **** run 29 fork 4 starts with strategy
% 0.20/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 0.20/0.88  
% 0.20/0.88  **** run 25 fork 0 starts with strategy
% 0.20/0.88  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 0.20/0.88  
% 0.20/0.88  **** run 30 fork 5 starts with strategy
% 0.20/0.88  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 0.20/0.89  
% 0.20/0.89  
% 0.20/0.89  fork 7: search terminated without proof.
% 0.20/0.89  
% 0.20/0.89  **** run 26 fork 1 starts with strategy
% 0.20/0.89  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 0.20/0.90  
% 0.20/0.90  
% 0.20/0.90  fork 6: search terminated without proof.
% 0.20/0.91  
% 0.20/0.91  
% 0.20/0.91  fork 3: search terminated without proof.
% 0.20/0.91  
% 0.20/0.91  **** run 32 fork 7 starts with strategy
% 0.20/0.91  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 0.20/0.92  
% 0.20/0.92  fork 0: search finished without proof.
% 0.20/0.94  
% 0.20/0.94  **** run 36 fork 3 starts with strategy
% 0.20/0.94  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 0.20/0.94  
% 0.20/0.94  **** run 33 fork 0 starts with strategy
% 0.20/0.94  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 0.20/0.94  
% 0.20/0.94  **** run 31 fork 6 starts with strategy
% 0.20/0.94  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.20/0.98  
% 0.20/0.98  fork 3: search finished without proof.
% 0.20/1.00  
% 0.20/1.00  **** run 44 fork 3 starts with strategy
% 0.20/1.00  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 0.20/1.01  
% 0.20/1.01  
% 0.20/1.01  fork 2: search terminated without proof.
% 0.20/1.01  
% 0.20/1.01  
% 0.20/1.01  fork 4: search terminated without proof.
% 4.71/1.02  
% 4.71/1.02  
% 4.71/1.02  fork 5: search terminated without proof.
% 4.71/1.02  
% 4.71/1.02  
% 4.71/1.02  fork 1: search terminated without proof.
% 5.02/1.03  
% 5.02/1.03  **** run 35 fork 2 starts with strategy
% 5.02/1.03  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 5.12/1.04  
% 5.12/1.04  **** run 37 fork 4 starts with strategy
% 5.12/1.04  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 5.12/1.04  
% 5.12/1.04  **** run 38 fork 5 starts with strategy
% 5.12/1.04  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 5.12/1.05  
% 5.12/1.05  **** run 34 fork 1 starts with strategy
% 5.12/1.05  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.12/1.05  
% 5.12/1.05  
% 5.12/1.05  fork 7: search terminated without proof.
% 5.12/1.07  
% 5.12/1.07  fork 4: search finished without proof.
% 5.12/1.07  
% 5.12/1.07  
% 5.12/1.07  fork 0: search terminated without proof.
% 5.12/1.08  
% 5.12/1.08  **** run 40 fork 7 starts with strategy
% 5.12/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.12/1.08  
% 5.12/1.08  fork 5: search finished without proof.
% 5.12/1.10  
% 5.12/1.10  **** run 45 fork 4 starts with strategy
% 5.12/1.10  {"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}
% 5.12/1.10  
% 5.12/1.10  **** run 41 fork 0 starts with strategy
% 5.12/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.12/1.10  
% 5.12/1.10  **** run 46 fork 5 starts with strategy
% 5.12/1.10  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 5.68/1.11  
% 5.68/1.11  
% 5.68/1.11  fork 6: search terminated without proof.
% 5.68/1.14  
% 5.68/1.14  
% 5.68/1.14  fork 3: search terminated without proof.
% 5.68/1.14  
% 5.68/1.14  **** run 39 fork 6 starts with strategy
% 5.68/1.14  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 5.68/1.15  
% 5.68/1.15  fork 2: search finished without proof.
% 5.68/1.16  
% 5.68/1.16  **** run 52 fork 3 starts with strategy
% 5.68/1.16  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 6.13/1.17  
% 6.13/1.17  **** run 43 fork 2 starts with strategy
% 6.13/1.17  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.13/1.19  
% 6.13/1.19  
% 6.13/1.19  fork 1: search terminated without proof.
% 6.13/1.20  
% 6.13/1.20  fork 7: search finished without proof.
% 6.13/1.20  
% 6.13/1.20  **** run 42 fork 1 starts with strategy
% 6.13/1.20  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.13/1.21  
% 6.13/1.21  **** run 48 fork 7 starts with strategy
% 6.13/1.21  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.13/1.22  
% 6.13/1.22  
% 6.13/1.22  fork 4: search terminated without proof.
% 6.13/1.23  
% 6.13/1.23  
% 6.13/1.23  fork 0: search terminated without proof.
% 6.13/1.23  
% 6.13/1.23  
% 6.13/1.23  fork 5: search terminated without proof.
% 6.13/1.24  
% 6.13/1.24  **** run 53 fork 4 starts with strategy
% 6.13/1.24  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 6.13/1.25  
% 6.13/1.25  **** run 49 fork 0 starts with strategy
% 6.13/1.25  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 6.13/1.25  
% 6.13/1.25  **** run 54 fork 5 starts with strategy
% 6.13/1.25  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.83/1.27  
% 6.83/1.27  
% 6.83/1.27  fork 6: search terminated without proof.
% 6.83/1.28  
% 6.83/1.28  
% 6.83/1.28  fork 3: search terminated without proof.
% 7.09/1.29  
% 7.09/1.29  **** run 47 fork 6 starts with strategy
% 7.09/1.29  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.09/1.30  
% 7.09/1.30  
% 7.09/1.30  fork 2: search terminated without proof.
% 7.09/1.30  
% 7.09/1.30  **** run 60 fork 3 starts with strategy
% 7.09/1.30  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 7.09/1.31  
% 7.09/1.31  **** run 51 fork 2 starts with strategy
% 7.09/1.31  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.39/1.33  
% 7.39/1.33  
% 7.39/1.33  fork 1: search terminated without proof.
% 7.49/1.34  
% 7.49/1.34  
% 7.49/1.34  fork 7: search terminated without proof.
% 7.49/1.35  
% 7.49/1.35  **** run 50 fork 1 starts with strategy
% 7.49/1.35  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.49/1.36  
% 7.49/1.36  **** run 56 fork 7 starts with strategy
% 7.49/1.36  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.49/1.37  
% 7.49/1.37  fork 0: search finished without proof.
% 7.49/1.38  
% 7.49/1.38  
% 7.49/1.38  fork 4: search terminated without proof.
% 7.49/1.38  
% 7.49/1.38  
% 7.49/1.38  fork 5: search terminated without proof.
% 7.49/1.39  
% 7.49/1.39  **** run 57 fork 0 starts with strategy
% 7.49/1.39  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.49/1.39  
% 7.49/1.39  **** run 61 fork 4 starts with strategy
% 7.49/1.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 7.49/1.40  
% 7.49/1.40  **** run 62 fork 5 starts with strategy
% 7.49/1.40  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 8.05/1.43  
% 8.05/1.43  
% 8.05/1.43  fork 6: search terminated without proof.
% 8.05/1.43  
% 8.05/1.43  
% 8.05/1.43  fork 3: search terminated without proof.
% 8.05/1.44  
% 8.05/1.44  fork 2: search finished without proof.
% 8.05/1.45  
% 8.05/1.45  **** run 55 fork 6 starts with strategy
% 8.05/1.45  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 8.05/1.45  
% 8.05/1.45  **** run 68 fork 3 starts with strategy
% 8.05/1.45  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 8.05/1.46  
% 8.05/1.46  **** run 59 fork 2 starts with strategy
% 8.05/1.46  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.54/1.48  
% 8.54/1.48  
% 8.54/1.48  fork 1: search terminated without proof.
% 8.54/1.49  
% 8.54/1.49  
% 8.54/1.49  fork 7: search terminated without proof.
% 8.54/1.50  
% 8.54/1.50  **** run 58 fork 1 starts with strategy
% 8.54/1.50  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.54/1.51  
% 8.54/1.51  **** run 64 fork 7 starts with strategy
% 8.54/1.51  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.54/1.51  
% 8.54/1.51  fork 0: search finished without proof.
% 8.54/1.53  
% 8.54/1.53  **** run 65 fork 0 starts with strategy
% 8.54/1.53  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 8.54/1.54  
% 8.54/1.54  
% 8.54/1.54  fork 4: search terminated without proof.
% 8.54/1.54  
% 8.54/1.54  
% 8.54/1.54  fork 5: search terminated without proof.
% 8.54/1.56  
% 8.54/1.56  **** run 69 fork 4 starts with strategy
% 8.54/1.56  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 8.54/1.56  
% 8.54/1.56  **** run 70 fork 5 starts with strategy
% 8.54/1.56  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 8.54/1.58  
% 8.54/1.58  
% 8.54/1.58  fork 3: search terminated without proof.
% 8.54/1.59  
% 8.54/1.59  
% 8.54/1.59  fork 2: search terminated without proof.
% 8.54/1.60  
% 8.54/1.60  
% 8.54/1.60  fork 6: search terminated without proof.
% 8.54/1.61  
% 8.54/1.61  **** run 76 fork 3 starts with strategy
% 8.54/1.61  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 8.54/1.61  
% 8.54/1.61  **** run 67 fork 2 starts with strategy
% 8.54/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 8.54/1.62  
% 8.54/1.62  **** run 63 fork 6 starts with strategy
% 8.54/1.62  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 8.54/1.63  
% 8.54/1.63  
% 8.54/1.63  fork 1: search terminated without proof.
% 8.54/1.64  
% 8.54/1.64  
% 8.54/1.64  fork 7: search terminated without proof.
% 9.78/1.65  
% 9.78/1.65  **** run 66 fork 1 starts with strategy
% 9.78/1.65  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 9.78/1.66  
% 9.78/1.66  fork 6: search finished without proof.
% 9.78/1.66  
% 9.78/1.66  **** run 72 fork 7 starts with strategy
% 9.78/1.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 10.10/1.68  
% 10.10/1.68  **** run 71 fork 6 starts with strategy
% 10.10/1.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.10/1.68  
% 10.10/1.68  
% 10.10/1.68  fork 0: search terminated without proof.
% 10.10/1.69  
% 10.10/1.69  
% 10.10/1.69  fork 5: search terminated without proof.
% 10.10/1.69  
% 10.10/1.69  
% 10.10/1.69  fork 4: search terminated without proof.
% 10.10/1.70  
% 10.10/1.70  **** run 73 fork 0 starts with strategy
% 10.10/1.70  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.10/1.71  
% 10.10/1.71  **** run 78 fork 5 starts with strategy
% 10.10/1.71  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 10.40/1.71  
% 10.40/1.71  **** run 77 fork 4 starts with strategy
% 10.40/1.71  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 10.61/1.74  
% 10.61/1.74  
% 10.61/1.74  fork 2: search terminated without proof.
% 10.61/1.75  
% 10.61/1.75  
% 10.61/1.75  fork 3: search terminated without proof.
% 10.61/1.76  
% 10.61/1.76  **** run 75 fork 2 starts with strategy
% 10.61/1.76  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 10.61/1.77  
% 10.61/1.77  **** run 84 fork 3 starts with strategy
% 10.61/1.77  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 10.61/1.78  
% 10.61/1.78  
% 10.61/1.78  fork 1: search terminated without proof.
% 10.61/1.79  
% 10.61/1.79  
% 10.61/1.79  fork 7: search terminated without proof.
% 10.61/1.80  
% 10.61/1.80  **** run 74 fork 1 starts with strategy
% 10.61/1.80  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 10.61/1.80  
% 10.61/1.80  
% 10.61/1.80  fork 6: search terminated without proof.
% 10.61/1.81  
% 10.61/1.81  **** run 80 fork 7 starts with strategy
% 10.61/1.81  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 11.30/1.82  
% 11.30/1.82  **** run 79 fork 6 starts with strategy
% 11.30/1.82  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.30/1.83  
% 11.30/1.83  
% 11.30/1.83  fork 0: search terminated without proof.
% 11.30/1.84  
% 11.30/1.84  
% 11.30/1.84  fork 5: search terminated without proof.
% 11.30/1.84  
% 11.30/1.84  
% 11.30/1.84  fork 4: search terminated without proof.
% 11.30/1.85  
% 11.30/1.85  **** run 81 fork 0 starts with strategy
% 11.30/1.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 11.30/1.85  
% 11.30/1.85  fork 6: search finished without proof.
% 11.30/1.86  
% 11.30/1.86  **** run 86 fork 5 starts with strategy
% 11.30/1.86  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 11.30/1.86  
% 11.30/1.86  **** run 85 fork 4 starts with strategy
% 11.30/1.86  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 11.30/1.87  
% 11.30/1.87  **** run 87 fork 6 starts with strategy
% 11.30/1.87  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 11.78/1.89  
% 11.78/1.89  
% 11.78/1.89  fork 2: search terminated without proof.
% 11.78/1.89  
% 11.78/1.89  
% 11.78/1.89  fork 3: search terminated without proof.
% 11.78/1.90  
% 11.78/1.90  fork 6: search finished without proof.
% 11.78/1.91  
% 11.78/1.91  **** run 83 fork 2 starts with strategy
% 11.78/1.91  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 11.78/1.91  
% 11.78/1.91  **** run 92 fork 3 starts with strategy
% 11.78/1.91  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 11.78/1.92  
% 11.78/1.92  **** run 95 fork 6 starts with strategy
% 11.78/1.92  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 11.78/1.93  
% 11.78/1.93  
% 11.78/1.93  fork 7: search terminated without proof.
% 11.78/1.93  
% 11.78/1.93  
% 11.78/1.93  fork 1: search terminated without proof.
% 11.78/1.95  
% 11.78/1.95  **** run 82 fork 1 starts with strategy
% 11.78/1.95  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 11.78/1.95  
% 11.78/1.95  **** run 88 fork 7 starts with strategy
% 11.78/1.95  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.49/1.98  
% 12.49/1.98  
% 12.49/1.98  fork 0: search terminated without proof.
% 12.49/1.99  
% 12.49/1.99  
% 12.49/1.99  fork 5: search terminated without proof.
% 12.49/1.99  
% 12.49/1.99  
% 12.49/1.99  fork 4: search terminated without proof.
% 12.49/2.00  
% 12.49/2.00  **** run 89 fork 0 starts with strategy
% 12.49/2.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 12.49/2.00  
% 12.49/2.00  **** run 94 fork 5 starts with strategy
% 12.49/2.00  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 12.79/2.01  
% 12.79/2.01  **** run 93 fork 4 starts with strategy
% 12.79/2.01  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 13.01/2.04  
% 13.01/2.04  
% 13.01/2.04  fork 2: search terminated without proof.
% 13.01/2.04  
% 13.01/2.04  fork 6: search finished without proof.
% 13.01/2.05  
% 13.01/2.05  
% 13.01/2.05  fork 3: search terminated without proof.
% 13.01/2.06  
% 13.01/2.06  **** run 91 fork 2 starts with strategy
% 13.01/2.06  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 13.01/2.06  
% 13.01/2.06  **** run 103 fork 6 starts with strategy
% 13.01/2.06  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 13.01/2.06  
% 13.01/2.06  **** run 100 fork 3 starts with strategy
% 13.01/2.06  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 13.01/2.08  
% 13.01/2.08  
% 13.01/2.08  fork 1: search terminated without proof.
% 13.01/2.08  
% 13.01/2.08  
% 13.01/2.08  fork 7: search terminated without proof.
% 13.01/2.10  
% 13.01/2.10  **** run 96 fork 7 starts with strategy
% 13.01/2.10  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 13.01/2.10  
% 13.01/2.10  **** run 90 fork 1 starts with strategy
% 13.01/2.10  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 13.60/2.13  
% 13.60/2.13  
% 13.60/2.13  fork 0: search terminated without proof.
% 13.60/2.14  
% 13.60/2.14  
% 13.60/2.14  fork 4: search terminated without proof.
% 13.60/2.15  
% 13.60/2.15  **** run 97 fork 0 starts with strategy
% 13.60/2.15  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 13.60/2.16  
% 13.60/2.16  **** run 101 fork 4 starts with strategy
% 13.60/2.16  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 13.60/2.19  
% 13.60/2.19  
% 13.60/2.19  fork 2: search terminated without proof.
% 13.60/2.19  
% 13.60/2.19  
% 13.60/2.19  fork 6: search terminated without proof.
% 13.60/2.20  
% 13.60/2.20  
% 13.60/2.20  fork 3: search terminated without proof.
% 13.60/2.21  
% 13.60/2.21  **** run 99 fork 2 starts with strategy
% 13.60/2.21  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 13.60/2.21  
% 13.60/2.21  **** run 111 fork 6 starts with strategy
% 13.60/2.21  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 13.60/2.22  
% 13.60/2.22  **** run 108 fork 3 starts with strategy
% 13.60/2.22  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 13.60/2.22  
% 13.60/2.22  fork 7: search finished without proof.
% 13.60/2.23  
% 13.60/2.23  
% 13.60/2.23  fork 1: search terminated without proof.
% 13.60/2.24  
% 13.60/2.24  **** run 104 fork 7 starts with strategy
% 13.60/2.24  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 13.60/2.25  
% 13.60/2.25  **** run 98 fork 1 starts with strategy
% 13.60/2.25  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 13.60/2.29  
% 13.60/2.29  
% 13.60/2.29  fork 4: search terminated without proof.
% 14.63/2.30  
% 14.63/2.30  **** run 109 fork 4 starts with strategy
% 14.63/2.30  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 14.63/2.34  
% 14.63/2.34  
% 14.63/2.34  fork 2: search terminated without proof.
% 14.63/2.35  
% 14.63/2.35  
% 14.63/2.35  fork 3: search terminated without proof.
% 14.63/2.36  
% 14.63/2.36  **** run 107 fork 2 starts with strategy
% 14.63/2.36  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 15.02/2.37  
% 15.02/2.37  **** run 116 fork 3 starts with strategy
% 15.02/2.37  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 15.02/2.37  
% 15.02/2.37  
% 15.02/2.37  fork 7: search terminated without proof.
% 15.05/2.39  
% 15.05/2.39  **** run 112 fork 7 starts with strategy
% 15.05/2.39  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 15.29/2.44  
% 15.29/2.44  
% 15.29/2.44  fork 4: search terminated without proof.
% 15.29/2.46  
% 15.29/2.46  **** run 117 fork 4 starts with strategy
% 15.29/2.46  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 15.29/2.49  
% 15.29/2.49  
% 15.29/2.49  fork 2: search terminated without proof.
% 15.29/2.51  
% 15.29/2.51  **** run 115 fork 2 starts with strategy
% 15.29/2.51  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 15.62/2.52  
% 15.62/2.52  
% 15.62/2.52  fork 7: search terminated without proof.
% 15.62/2.52  
% 15.62/2.52  
% 15.62/2.52  result: proof found
% 15.62/2.52  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 15.62/2.52  by run 94 fork 5 strategy {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 15.62/2.52  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 15.62/2.52  
% 15.62/2.52  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 15.62/2.52  
% 15.62/2.52  run 94 fork 5 statistics:
% 15.62/2.52  ----------------------------------
% 15.62/2.52  this run seconds: 0.005702
% 15.62/2.52  total seconds: 1.638992
% 15.62/2.52  stat_given_used: 18
% 15.62/2.52  stat_given_used_at_endgame: 0
% 15.62/2.52  stat_given_candidates:   20
% 15.62/2.52  stat_given_candidates_at_endgame: 0
% 15.62/2.52  stat_given_candidates_h: 0
% 15.62/2.52  stat_binres_derived_cl:   119
% 15.62/2.52  stat_binres_derived_cl_h: 0
% 15.62/2.52  stat_factor_derived_cl: 0
% 15.62/2.52  stat_para_derived_cl: 2
% 15.62/2.52  stat_tautologies_discarded: 0
% 15.62/2.52  stat_forward_subsumed: 9
% 15.62/2.52  stat_derived_cut: 2
% 15.62/2.52  stat_derived_rewritten: 0
% 15.62/2.52  stat_weight_discarded_building: 0
% 15.62/2.52  stat_weight_discarded_cl: 0
% 15.62/2.52  stat_internlimit_discarded_cl: 0
% 15.62/2.52  stat_simplified:  1 simplified 0 derived 0 given
% 15.62/2.52  stat_kept_cl: 111
% 15.62/2.52  stat_built_cl: 372
% 15.62/2.52  stat_hyperres_partial_cl: 0
% 15.62/2.52  stat_made_rewriters: 0
% 15.62/2.52  stat_backward_subsumed: 0
% 15.62/2.52  stat_propagated_subsumed: 0
% 15.62/2.52  stat_clsubs_attempted:                         6
% 15.62/2.52  stat_clsubs_fact_groundunit_found:             0
% 15.62/2.52  stat_clsubs_rule_groundunit_found:             0
% 15.62/2.52  stat_clsubs_top_meta_attempted:               1978
% 15.62/2.52  stat_clsubs_top_meta_failed:                  1972
% 15.62/2.52  stat_clsubs_top_meta_nonpref_attempted:                1978
% 15.62/2.52  stat_clsubs_top_meta_nonpref_succeeded:                 656
% 15.62/2.52  stat_clsubs_top_meta_pref_attempted:                    656
% 15.62/2.52  stat_clsubs_top_meta_pref1_succeeded:                    11
% 15.62/2.52  stat_clsubs_top_meta_pref2_succeeded:                     6
% 15.62/2.52  stat_clsubs_top_meta_pref3_succeeded:                     6
% 15.62/2.52  stat_clsubs_top_meta_pref_succeeded:                      6
% 15.62/2.52  stat_clsubs_meta_attempted:                   13
% 15.62/2.52  stat_clsubs_meta_failed:                       3
% 15.62/2.52  stat_clsubs_predsymbs_attempted:               0
% 15.62/2.52  stat_clsubs_unit_attempted:                    0
% 15.62/2.52  stat_clsubs_full_attempted:                    6
% 15.62/2.52  stat_forwardsubs_attempted:                  121
% 15.62/2.52  stat_lit_hash_added:                    310
% 15.62/2.52  stat_lit_hash_computed:                 764
% 15.62/2.52  stat_lit_hash_match_found:               12
% 15.62/2.52  stat_lit_hash_match_miss:               655
% 15.62/2.52  stat_lit_hash_cut_ok:                     3
% 15.62/2.52  stat_lit_strong_cut_ok:                   0
% 15.62/2.52  stat_lit_hash_subsume_ok:                 9
% 15.62/2.52  clqueue els 10000000 used 1
% 15.62/2.52  clactive els 10000000 used 131
% 15.62/2.52  clactivesubsume els 10000000 used 637
% 15.62/2.52  queue_termbuf els 200000000 used 9858
% 15.62/2.52  hyper_termbuf els 100000000 used 1
% 15.62/2.52  active_termbuf els 100000000 used 5401
% 15.62/2.52  varstack els 5000 last used 1
% 15.62/2.52  given_termbuf els 10000000 last used 1
% 15.62/2.52  simplified_termbuf els 10000000 last used 1
% 15.62/2.52  derived_termbuf els 10000000 last used 95
% 15.62/2.52  wr_mallocs: 1974
% 15.62/2.52  wr_callocs: 21
% 15.62/2.52  wr_reallocs: 46
% 15.62/2.52  wr_frees: 4
% 15.62/2.52  wr_malloc_bytes: 4162661476
% 15.62/2.52  wr_calloc_bytes: 112065536
% 15.62/2.52  wr_realloc_bytes: 13096
% 15.62/2.52  wr_realloc_freebytes: 0
% 15.62/2.52  ----------------------------------
%------------------------------------------------------------------------------