TSTP Solution File: GEO030-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GEO030-3 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n032.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 30 23:04:43 EDT 2023

% Result   : Unsatisfiable 10.39s 1.79s
% Output   : CNFRefutation 10.39s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_outer_five_segment')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ equidistant(X,Y,Z,U)
    | ~ equidistant(X,V,Z,W)
    | ~ equidistant(X2006,Y,X2007,U)
    | ~ equidistant(X2006,X,X2007,Z)
    | equidistant(V,Y,W,U)
    | ~ between(X2007,Z,W)
    | ~ between(X2006,X,V)
    | X2006 = X ),
    inference(cnf_transformation,[],['$inc_outer_five_segment']) ).

cnf('2',plain,
    ( ~ equidistant(X,Y,Z,U)
    | equidistant(Z,U,Y,X) ),
    inference(cnf_transformation,[],[d4_3]) ).

cnf('3',plain,
    equidistant(X,Y,Y,X),
    inference(cnf_transformation,[],['$inc_reflexivity_for_equidistance']) ).

cnf('4',plain,
    equidistant(X3,Y3,X3,Y3),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    ( ~ equidistant(X,Y,X,Z)
    | ~ equidistant(U,Y,U,Z)
    | equidistant(V,Y,V,Z)
    | ~ between(X,U,V)
    | X = U ),
    inference(factorization,[then_simplify],['1','4','4']) ).

cnf('6',plain,
    ( ~ equidistant(X,Y,Z,U)
    | equidistant(U,Z,Y,X) ),
    inference(cnf_transformation,[],[d4_5]) ).

cnf('7',plain,
    equidistant(u,w,u,w1),
    inference(cnf_transformation,[],[u_to_w_equals_u_to_w1]) ).

cnf('8',plain,
    equidistant(u,w1,w,u),
    inference(resolution,[],['2','7']) ).

cnf('9',plain,
    equidistant(w,u,w1,u),
    inference(resolution,[],['8','2']) ).

cnf('10',plain,
    equidistant(u,w1,u,w),
    inference(resolution,[],['6','9']) ).

cnf('11',plain,
    ( ~ equidistant(X,w1,X,w)
    | equidistant(Y,w1,Y,w)
    | ~ between(u,X,Y)
    | u = X ),
    inference(resolution,[],['5','10']) ).

cnf('12',plain,
    equidistant(v,w,v,w1),
    inference(cnf_transformation,[],[v_to_w_equals_v_to_w1]) ).

cnf('13',plain,
    equidistant(v,w1,w,v),
    inference(resolution,[],['2','12']) ).

cnf('14',plain,
    equidistant(w,v,w1,v),
    inference(resolution,[],['13','2']) ).

cnf('15',plain,
    equidistant(v,w1,v,w),
    inference(resolution,[],['6','14']) ).

cnf('16',plain,
    u != v,
    inference(cnf_transformation,[],[u_not_v]) ).

cnf('17',plain,
    ( equidistant(X,w1,X,w)
    | ~ between(u,v,X) ),
    inference(resolution,[then_simplify],['11','15','16']) ).

cnf('18',plain,
    between(u,v,w),
    inference(cnf_transformation,[],[v_between_u_and_w]) ).

cnf('19',plain,
    equidistant(w,w1,w,w),
    inference(resolution,[],['17','18']) ).

cnf('20',plain,
    ( ~ equidistant(X,Y,Z,Z)
    | X = Y ),
    inference(cnf_transformation,[],['$inc_identity_for_equidistance']) ).

cnf('21',plain,
    w != w1,
    inference(cnf_transformation,[],[prove_w_is_w1]) ).

cnf('22',plain,
    $false,
    inference(resolution,[then_simplify],['19','20','21']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.08  % Problem  : GEO030-3 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.08  % Command  : gkc %s
% 0.08/0.27  % Computer : n032.cluster.edu
% 0.08/0.27  % Model    : x86_64 x86_64
% 0.08/0.27  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.27  % Memory   : 8042.1875MB
% 0.08/0.27  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.27  % CPULimit : 300
% 0.08/0.27  % WCLimit  : 300
% 0.08/0.27  % DateTime : Tue Aug 29 22:23:32 EDT 2023
% 0.08/0.27  % CPUTime  : 
% 0.08/0.31  
% 0.08/0.31  input clause set summed statistics:
% 0.08/0.31  ----------------------------------
% 0.08/0.31  in_clause_count:                    69
% 0.08/0.31  in_rule_clause_count:               61
% 0.08/0.31  in_fact_clause_count:                8
% 0.08/0.31  in_answer_clause_count:              0
% 0.08/0.31  in_ground_clause_count:             11
% 0.08/0.31  in_unit_clause_count:               28
% 0.08/0.31  in_horn_clause_count:               55
% 0.08/0.31  in_pos_clause_count:                20
% 0.08/0.31  in_neg_clause_count:                 9
% 0.08/0.31  in_poseq_clause_count:              23
% 0.08/0.31  in_negeq_clause_count:              10
% 0.08/0.31  in_unitposeq_clause_count:           4
% 0.08/0.31  in_chain_clause_count:               0
% 0.08/0.31  in_min_length:             1
% 0.08/0.31  in_max_length:             8
% 0.08/0.31  in_min_depth:              1
% 0.08/0.31  in_max_depth:              3
% 0.08/0.31  in_min_size:               3
% 0.08/0.31  in_max_size:              40
% 0.08/0.31  in_min_vars:               0
% 0.08/0.31  in_max_vars:               8
% 0.08/0.31  in_extaxiom_count:                19
% 0.08/0.31  in_axiom_count:                   45
% 0.08/0.31  in_assumption_count:               4
% 0.08/0.31  in_goal_count:                     1
% 0.08/0.31  in_neg_goal_count:                 1
% 0.08/0.31  in_pos_goal_count:                 0
% 0.08/0.31  in_posunit_goal_count:             0
% 0.08/0.31  
% 0.08/0.31  auto guide:
% 0.08/0.31  -----------
% 0.08/0.31  {
% 0.08/0.31  "print":1,
% 0.08/0.31  "print_level": 15,
% 0.08/0.31  "max_size": 0,
% 0.08/0.31  "max_depth": 0,
% 0.08/0.31  "max_length": 0,
% 0.08/0.31  "max_dseconds": 0,
% 0.08/0.31  "runs":[
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.08/0.31  {"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.08/0.31  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.08/0.31  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.08/0.31  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.08/0.31  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.08/0.31  {"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.08/0.31  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.08/0.31  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.08/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.08/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.08/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.08/0.31  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.08/0.31  {"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.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.08/0.31  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.08/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.08/0.31  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.08/0.31  {"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.08/0.31  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.08/0.31  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.08/0.31  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.08/0.31  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.08/0.31  
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.08/0.31  {"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.08/0.31  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.08/0.31  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.08/0.31  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.08/0.31  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.08/0.31  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.08/0.31  {"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.08/0.31  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.08/0.31  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.08/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.08/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.08/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.08/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.08/0.31  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.08/0.31  {"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.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.08/0.31  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.08/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.08/0.31  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.08/0.31  {"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.08/0.31  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.08/0.31  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.08/0.31  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.08/0.31  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.08/0.31  
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.08/0.31  {"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.08/0.31  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.08/0.31  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.08/0.31  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.08/0.31  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.08/0.31  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.08/0.31  {"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.08/0.31  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.08/0.31  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.08/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.08/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.08/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.08/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.08/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.08/0.31  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.08/0.31  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.08/0.31  {"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.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.08/0.31  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.08/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.08/0.31  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.08/0.31  {"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.08/0.31  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.08/0.31  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.08/0.31  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.08/0.31  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.08/0.31  
% 0.08/0.31  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.31  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.08/0.31  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.08/0.31  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.08/0.31  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.08/0.31  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.08/0.31  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.08/0.31  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.08/0.31  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.31  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.08/0.31  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.08/0.32  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.32  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.08/0.32  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":250},
% 0.08/0.32  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.08/0.32  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.08/0.32  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.08/0.32  
% 0.08/0.32  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.08/0.32  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.08/0.32  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.08/0.32  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1250},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.08/0.32  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "sine":1} 
% 0.08/0.32  
% 0.08/0.32  ]}
% 0.08/0.32  
% 0.08/0.32  
% 0.08/0.32  **** run 1 fork 0 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.08/0.32  
% 0.08/0.32  **** run 2 fork 1 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.08/0.32  
% 0.08/0.32  **** run 3 fork 2 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.08/0.32  
% 0.08/0.32  **** run 4 fork 3 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.08/0.32  
% 0.08/0.32  **** run 5 fork 4 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.08/0.32  
% 0.08/0.32  **** run 6 fork 5 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.08/0.32  
% 0.08/0.32  **** run 7 fork 6 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.08/0.32  
% 0.08/0.32  **** run 8 fork 7 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.12/0.35  
% 0.12/0.35  fork 3: search finished without proof.
% 0.12/0.38  
% 0.12/0.38  **** run 12 fork 3 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.12/0.44  
% 0.12/0.44  
% 0.12/0.44  fork 0: search terminated without proof.
% 0.12/0.44  
% 0.12/0.44  
% 0.12/0.44  fork 2: search terminated without proof.
% 0.12/0.44  
% 0.12/0.44  
% 0.12/0.44  fork 5: search terminated without proof.
% 0.12/0.44  
% 0.12/0.44  
% 0.12/0.44  fork 6: search terminated without proof.
% 0.12/0.44  
% 0.12/0.44  
% 0.12/0.44  fork 7: search terminated without proof.
% 0.12/0.44  
% 0.12/0.44  
% 0.12/0.44  fork 4: search terminated without proof.
% 0.12/0.45  
% 0.12/0.45  
% 0.12/0.45  fork 1: search terminated without proof.
% 0.12/0.47  
% 0.12/0.47  **** run 11 fork 2 starts with strategy
% 0.12/0.47  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.12/0.47  
% 0.12/0.47  **** run 9 fork 0 starts with strategy
% 0.12/0.47  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.12/0.47  
% 0.12/0.47  **** run 16 fork 7 starts with strategy
% 0.12/0.47  
% 0.12/0.47  **** run 15 fork 6 starts with strategy
% 0.12/0.47  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.12/0.47  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.12/0.47  
% 0.12/0.47  **** run 14 fork 5 starts with strategy
% 0.12/0.47  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.12/0.47  
% 0.12/0.47  **** run 13 fork 4 starts with strategy
% 0.12/0.47  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.12/0.48  
% 0.12/0.48  **** run 10 fork 1 starts with strategy
% 0.12/0.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.12/0.49  
% 0.12/0.49  
% 0.12/0.49  fork 3: search terminated without proof.
% 0.12/0.52  
% 0.12/0.52  **** run 20 fork 3 starts with strategy
% 0.12/0.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.12/0.59  
% 0.12/0.59  
% 0.12/0.59  fork 0: search terminated without proof.
% 0.12/0.59  
% 0.12/0.59  
% 0.12/0.59  fork 2: search terminated without proof.
% 0.12/0.59  
% 0.12/0.59  
% 0.12/0.59  fork 7: search terminated without proof.
% 0.12/0.59  
% 0.12/0.59  
% 0.12/0.59  fork 6: search terminated without proof.
% 0.12/0.59  
% 0.12/0.59  
% 0.12/0.59  fork 5: search terminated without proof.
% 0.12/0.60  
% 0.12/0.60  
% 0.12/0.60  fork 1: search terminated without proof.
% 0.12/0.62  
% 0.12/0.62  **** run 19 fork 2 starts with strategy
% 0.12/0.62  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.12/0.62  
% 0.12/0.62  **** run 23 fork 6 starts with strategy
% 0.12/0.62  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 0.12/0.62  
% 0.12/0.62  **** run 17 fork 0 starts with strategy
% 0.12/0.62  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.12/0.62  
% 0.12/0.62  **** run 24 fork 7 starts with strategy
% 0.12/0.62  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.12/0.62  
% 0.12/0.62  **** run 22 fork 5 starts with strategy
% 0.12/0.62  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.12/0.62  
% 0.12/0.62  **** run 18 fork 1 starts with strategy
% 0.12/0.62  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.12/0.64  
% 0.12/0.64  
% 0.12/0.64  fork 4: search terminated without proof.
% 0.12/0.65  
% 0.12/0.65  
% 0.12/0.65  fork 3: search terminated without proof.
% 0.12/0.67  
% 0.12/0.67  **** run 28 fork 3 starts with strategy
% 0.12/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.12/0.70  
% 0.12/0.70  **** run 21 fork 4 starts with strategy
% 0.12/0.70  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.12/0.74  
% 0.12/0.74  
% 0.12/0.74  fork 5: search terminated without proof.
% 0.12/0.74  
% 0.12/0.74  
% 0.12/0.74  fork 1: search terminated without proof.
% 0.12/0.75  
% 0.12/0.75  
% 0.12/0.75  fork 0: search terminated without proof.
% 3.14/0.75  
% 3.14/0.75  
% 3.14/0.75  fork 2: search terminated without proof.
% 3.14/0.76  
% 3.14/0.76  
% 3.14/0.76  fork 7: search terminated without proof.
% 3.14/0.77  
% 3.14/0.77  **** run 30 fork 5 starts with strategy
% 3.14/0.77  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 3.14/0.77  
% 3.14/0.77  **** run 26 fork 1 starts with strategy
% 3.14/0.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.14/0.77  
% 3.14/0.77  **** run 25 fork 0 starts with strategy
% 3.14/0.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 3.14/0.77  
% 3.14/0.77  **** run 27 fork 2 starts with strategy
% 3.14/0.77  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.14/0.78  
% 3.14/0.78  **** run 32 fork 7 starts with strategy
% 3.14/0.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.14/0.79  
% 3.14/0.79  
% 3.14/0.79  fork 3: search terminated without proof.
% 3.14/0.81  
% 3.14/0.81  
% 3.14/0.81  fork 6: search terminated without proof.
% 3.14/0.82  
% 3.14/0.82  **** run 36 fork 3 starts with strategy
% 3.14/0.82  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 4.09/0.84  
% 4.09/0.84  **** run 31 fork 6 starts with strategy
% 4.09/0.84  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.09/0.84  
% 4.09/0.84  
% 4.09/0.84  fork 4: search terminated without proof.
% 4.09/0.86  
% 4.09/0.86  **** run 29 fork 4 starts with strategy
% 4.09/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 4.42/0.89  
% 4.42/0.89  
% 4.42/0.89  fork 1: search terminated without proof.
% 4.42/0.90  
% 4.42/0.90  
% 4.42/0.90  fork 2: search terminated without proof.
% 4.42/0.91  
% 4.42/0.91  
% 4.42/0.91  fork 0: search terminated without proof.
% 4.42/0.91  
% 4.42/0.91  
% 4.42/0.91  fork 7: search terminated without proof.
% 4.42/0.91  
% 4.42/0.91  **** run 34 fork 1 starts with strategy
% 4.42/0.91  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.42/0.92  
% 4.42/0.92  **** run 35 fork 2 starts with strategy
% 4.42/0.92  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 4.42/0.93  
% 4.42/0.93  **** run 33 fork 0 starts with strategy
% 4.42/0.93  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 4.42/0.93  
% 4.42/0.93  **** run 40 fork 7 starts with strategy
% 4.42/0.93  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.42/0.93  
% 4.42/0.93  
% 4.42/0.93  fork 5: search terminated without proof.
% 4.42/0.94  
% 4.42/0.94  fork 3: search finished without proof.
% 4.93/0.95  
% 4.93/0.95  **** run 38 fork 5 starts with strategy
% 4.93/0.95  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.93/0.95  
% 4.93/0.95  **** run 44 fork 3 starts with strategy
% 4.93/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.10/0.96  
% 5.10/0.96  fork 6: search finished without proof.
% 5.10/0.98  
% 5.10/0.98  **** run 39 fork 6 starts with strategy
% 5.10/0.98  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 5.10/1.00  
% 5.10/1.00  
% 5.10/1.00  fork 4: search terminated without proof.
% 5.10/1.01  
% 5.10/1.01  **** run 37 fork 4 starts with strategy
% 5.10/1.01  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 5.54/1.04  
% 5.54/1.04  
% 5.54/1.04  fork 1: search terminated without proof.
% 5.54/1.04  
% 5.54/1.04  
% 5.54/1.04  fork 2: search terminated without proof.
% 5.54/1.05  
% 5.54/1.05  
% 5.54/1.05  fork 7: search terminated without proof.
% 5.80/1.05  
% 5.80/1.05  **** run 42 fork 1 starts with strategy
% 5.80/1.05  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 5.80/1.06  
% 5.80/1.06  
% 5.80/1.06  fork 0: search terminated without proof.
% 5.80/1.06  
% 5.80/1.06  **** run 43 fork 2 starts with strategy
% 5.80/1.06  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 5.80/1.07  
% 5.80/1.07  **** run 48 fork 7 starts with strategy
% 5.80/1.07  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.80/1.07  
% 5.80/1.07  
% 5.80/1.07  fork 3: search terminated without proof.
% 5.80/1.08  
% 5.80/1.08  **** run 41 fork 0 starts with strategy
% 5.80/1.08  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 5.80/1.08  
% 5.80/1.08  
% 5.80/1.08  fork 5: search terminated without proof.
% 5.80/1.09  
% 5.80/1.09  **** run 52 fork 3 starts with strategy
% 5.80/1.09  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.80/1.10  
% 5.80/1.10  **** run 46 fork 5 starts with strategy
% 5.80/1.10  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 6.34/1.15  
% 6.34/1.15  
% 6.34/1.15  fork 4: search terminated without proof.
% 6.34/1.16  
% 6.34/1.16  **** run 45 fork 4 starts with strategy
% 6.34/1.16  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 6.65/1.19  
% 6.65/1.19  
% 6.65/1.19  fork 1: search terminated without proof.
% 6.65/1.19  
% 6.65/1.19  
% 6.65/1.19  fork 2: search terminated without proof.
% 6.65/1.19  
% 6.65/1.19  
% 6.65/1.19  fork 7: search terminated without proof.
% 6.65/1.20  
% 6.65/1.20  
% 6.65/1.20  fork 0: search terminated without proof.
% 6.65/1.21  
% 6.65/1.21  **** run 51 fork 2 starts with strategy
% 6.65/1.21  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 6.65/1.21  
% 6.65/1.21  **** run 50 fork 1 starts with strategy
% 6.65/1.21  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.65/1.21  
% 6.65/1.21  **** run 56 fork 7 starts with strategy
% 6.65/1.21  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.65/1.22  
% 6.65/1.22  **** run 49 fork 0 starts with strategy
% 6.65/1.22  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 6.65/1.22  
% 6.65/1.22  
% 6.65/1.22  fork 3: search terminated without proof.
% 6.65/1.23  
% 6.65/1.23  
% 6.65/1.23  fork 5: search terminated without proof.
% 6.65/1.24  
% 6.65/1.24  **** run 60 fork 3 starts with strategy
% 6.65/1.24  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 7.10/1.25  
% 7.10/1.25  **** run 54 fork 5 starts with strategy
% 7.10/1.25  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 7.10/1.25  
% 7.10/1.25  fork 0: search finished without proof.
% 7.25/1.27  
% 7.25/1.27  **** run 57 fork 0 starts with strategy
% 7.25/1.27  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 7.25/1.29  
% 7.25/1.29  
% 7.25/1.29  fork 4: search terminated without proof.
% 7.25/1.31  
% 7.25/1.31  **** run 53 fork 4 starts with strategy
% 7.25/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.25/1.33  
% 7.25/1.33  
% 7.25/1.33  fork 1: search terminated without proof.
% 7.25/1.33  
% 7.25/1.33  
% 7.25/1.33  fork 7: search terminated without proof.
% 7.25/1.34  
% 7.25/1.34  
% 7.25/1.34  fork 2: search terminated without proof.
% 7.25/1.34  
% 7.25/1.34  fork 4: search finished without proof.
% 7.25/1.35  
% 7.25/1.35  **** run 64 fork 7 starts with strategy
% 7.25/1.35  
% 7.25/1.35  **** run 58 fork 1 starts with strategy
% 7.25/1.35  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 7.25/1.35  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 7.25/1.36  
% 7.25/1.36  **** run 59 fork 2 starts with strategy
% 7.25/1.36  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 7.25/1.36  
% 7.25/1.36  **** run 61 fork 4 starts with strategy
% 7.25/1.36  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 7.25/1.36  
% 7.25/1.36  
% 7.25/1.36  fork 3: search terminated without proof.
% 7.25/1.37  
% 7.25/1.37  
% 7.25/1.37  fork 5: search terminated without proof.
% 8.07/1.39  
% 8.07/1.39  **** run 68 fork 3 starts with strategy
% 8.07/1.39  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 8.07/1.39  
% 8.07/1.39  **** run 62 fork 5 starts with strategy
% 8.07/1.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 8.07/1.40  
% 8.07/1.40  
% 8.07/1.40  fork 0: search terminated without proof.
% 8.07/1.42  
% 8.07/1.42  **** run 65 fork 0 starts with strategy
% 8.07/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 8.37/1.42  
% 8.37/1.42  fork 5: search finished without proof.
% 8.37/1.44  
% 8.37/1.44  **** run 70 fork 5 starts with strategy
% 8.37/1.44  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 8.37/1.48  
% 8.37/1.48  
% 8.37/1.48  fork 7: search terminated without proof.
% 8.37/1.48  
% 8.37/1.48  
% 8.37/1.48  fork 1: search terminated without proof.
% 8.37/1.48  
% 8.37/1.48  
% 8.37/1.48  fork 2: search terminated without proof.
% 8.37/1.48  
% 8.37/1.48  
% 8.37/1.48  fork 4: search terminated without proof.
% 8.91/1.50  
% 8.91/1.50  **** run 72 fork 7 starts with strategy
% 8.91/1.50  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 8.91/1.50  
% 8.91/1.50  **** run 67 fork 2 starts with strategy
% 8.91/1.50  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 8.91/1.50  
% 8.91/1.50  **** run 66 fork 1 starts with strategy
% 8.91/1.50  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 8.91/1.51  
% 8.91/1.51  **** run 69 fork 4 starts with strategy
% 8.91/1.51  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 8.91/1.51  
% 8.91/1.51  
% 8.91/1.51  fork 3: search terminated without proof.
% 8.91/1.53  
% 8.91/1.53  **** run 76 fork 3 starts with strategy
% 8.91/1.53  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 8.91/1.55  
% 8.91/1.55  
% 8.91/1.55  fork 0: search terminated without proof.
% 8.91/1.56  
% 8.91/1.56  
% 8.91/1.56  fork 5: search terminated without proof.
% 8.91/1.56  
% 8.91/1.56  **** run 73 fork 0 starts with strategy
% 8.91/1.56  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 9.45/1.58  
% 9.45/1.58  **** run 78 fork 5 starts with strategy
% 9.45/1.58  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 9.45/1.59  
% 9.45/1.59  fork 0: search finished without proof.
% 9.45/1.61  
% 9.45/1.61  **** run 81 fork 0 starts with strategy
% 9.45/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 9.45/1.62  
% 9.45/1.62  
% 9.45/1.62  fork 7: search terminated without proof.
% 9.45/1.62  
% 9.45/1.62  
% 9.45/1.62  fork 2: search terminated without proof.
% 9.45/1.63  
% 9.45/1.63  
% 9.45/1.63  fork 1: search terminated without proof.
% 9.45/1.63  
% 9.45/1.63  
% 9.45/1.63  fork 4: search terminated without proof.
% 9.45/1.64  
% 9.45/1.64  **** run 80 fork 7 starts with strategy
% 9.45/1.64  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 9.45/1.64  
% 9.45/1.64  **** run 75 fork 2 starts with strategy
% 9.45/1.64  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 9.45/1.64  
% 9.45/1.64  **** run 74 fork 1 starts with strategy
% 9.45/1.64  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 9.45/1.65  
% 9.45/1.65  **** run 77 fork 4 starts with strategy
% 9.45/1.65  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 9.45/1.66  
% 9.45/1.66  
% 9.45/1.66  fork 3: search terminated without proof.
% 10.15/1.68  
% 10.15/1.68  fork 4: search finished without proof.
% 10.15/1.68  
% 10.15/1.68  **** run 84 fork 3 starts with strategy
% 10.15/1.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 10.28/1.70  
% 10.28/1.70  **** run 85 fork 4 starts with strategy
% 10.28/1.70  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 10.28/1.70  
% 10.28/1.70  
% 10.28/1.70  fork 5: search terminated without proof.
% 10.39/1.72  
% 10.39/1.72  **** run 86 fork 5 starts with strategy
% 10.39/1.72  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 10.39/1.73  
% 10.39/1.73  
% 10.39/1.73  fork 0: search terminated without proof.
% 10.39/1.75  
% 10.39/1.75  fork 5: search finished without proof.
% 10.39/1.75  
% 10.39/1.75  **** run 89 fork 0 starts with strategy
% 10.39/1.75  {"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}
% 10.39/1.76  
% 10.39/1.76  
% 10.39/1.76  fork 7: search terminated without proof.
% 10.39/1.76  
% 10.39/1.76  **** run 94 fork 5 starts with strategy
% 10.39/1.76  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 10.39/1.78  
% 10.39/1.78  **** run 88 fork 7 starts with strategy
% 10.39/1.78  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 10.39/1.79  
% 10.39/1.79  
% 10.39/1.79  result: proof found
% 10.39/1.79  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 10.39/1.79  by run 39 fork 6 strategy {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 10.39/1.79  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 10.39/1.79  
% 10.39/1.79  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 10.39/1.79  
% 10.39/1.79  run 39 fork 6 statistics:
% 10.39/1.79  ----------------------------------
% 10.39/1.79  this run seconds: 0.014768
% 10.39/1.79  total seconds: 0.699309
% 10.39/1.79  stat_given_used: 178
% 10.39/1.79  stat_given_used_at_endgame: 0
% 10.39/1.79  stat_given_candidates:   334
% 10.39/1.79  stat_given_candidates_at_endgame: 0
% 10.39/1.79  stat_given_candidates_h: 0
% 10.39/1.79  stat_binres_derived_cl:   1325
% 10.39/1.79  stat_binres_derived_cl_h: 0
% 10.39/1.79  stat_factor_derived_cl: 44
% 10.39/1.79  stat_para_derived_cl: 39
% 10.39/1.79  stat_tautologies_discarded: 44
% 10.39/1.79  stat_forward_subsumed: 715
% 10.39/1.79  stat_derived_cut: 83
% 10.39/1.79  stat_derived_rewritten: 0
% 10.39/1.79  stat_weight_discarded_building: 0
% 10.39/1.79  stat_weight_discarded_cl: 0
% 10.39/1.79  stat_internlimit_discarded_cl: 0
% 10.39/1.79  stat_simplified:  0 simplified 0 derived 0 given
% 10.39/1.79  stat_kept_cl: 502
% 10.39/1.79  stat_built_cl: 858
% 10.39/1.79  stat_hyperres_partial_cl: 0
% 10.39/1.79  stat_made_rewriters: 4
% 10.39/1.79  stat_backward_subsumed: 0
% 10.39/1.79  stat_propagated_subsumed: 0
% 10.39/1.79  stat_clsubs_attempted:                      2201
% 10.39/1.79  stat_clsubs_fact_groundunit_found:             0
% 10.39/1.79  stat_clsubs_rule_groundunit_found:             0
% 10.39/1.79  stat_clsubs_top_meta_attempted:              13878
% 10.39/1.79  stat_clsubs_top_meta_failed:                 11677
% 10.39/1.79  stat_clsubs_top_meta_nonpref_attempted:               13878
% 10.39/1.79  stat_clsubs_top_meta_nonpref_succeeded:                5499
% 10.39/1.79  stat_clsubs_top_meta_pref_attempted:                   5499
% 10.39/1.79  stat_clsubs_top_meta_pref1_succeeded:                  2347
% 10.39/1.79  stat_clsubs_top_meta_pref2_succeeded:                  2220
% 10.39/1.79  stat_clsubs_top_meta_pref3_succeeded:                  2201
% 10.39/1.79  stat_clsubs_top_meta_pref_succeeded:                   2201
% 10.39/1.79  stat_clsubs_meta_attempted:                 6067
% 10.39/1.79  stat_clsubs_meta_failed:                    2050
% 10.39/1.79  stat_clsubs_predsymbs_attempted:               0
% 10.39/1.79  stat_clsubs_unit_attempted:                  464
% 10.39/1.79  stat_clsubs_full_attempted:                 1737
% 10.39/1.79  stat_forwardsubs_attempted:                 1218
% 10.39/1.79  stat_lit_hash_added:                    551
% 10.39/1.79  stat_lit_hash_computed:                5786
% 10.39/1.79  stat_lit_hash_match_found:              777
% 10.39/1.79  stat_lit_hash_match_miss:              6444
% 10.39/1.79  stat_lit_hash_cut_ok:                    60
% 10.39/1.79  stat_lit_strong_cut_ok:                  32
% 10.39/1.79  stat_lit_hash_subsume_ok:               715
% 10.39/1.79  clqueue els 10000000 used 1
% 10.39/1.79  clactive els 10000000 used 179
% 10.39/1.79  clactivesubsume els 10000000 used 703
% 10.39/1.79  queue_termbuf els 200000000 used 23913
% 10.39/1.79  hyper_termbuf els 100000000 used 1
% 10.39/1.79  active_termbuf els 100000000 used 4198
% 10.39/1.79  varstack els 5000 last used 1
% 10.39/1.79  given_termbuf els 10000000 last used 1
% 10.39/1.79  simplified_termbuf els 10000000 last used 1
% 10.39/1.79  derived_termbuf els 10000000 last used 22
% 10.39/1.79  wr_mallocs: 1495
% 10.39/1.79  wr_callocs: 21
% 10.39/1.79  wr_reallocs: 164
% 10.39/1.79  wr_frees: 2
% 10.39/1.79  wr_malloc_bytes: 4162631892
% 10.39/1.79  wr_calloc_bytes: 112065536
% 10.39/1.79  wr_realloc_bytes: 22928
% 10.39/1.79  wr_realloc_freebytes: 0
% 10.39/1.79  ----------------------------------
%------------------------------------------------------------------------------