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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GEO068-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n022.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:05:04 EDT 2023

% Result   : Unsatisfiable 7.97s 1.40s
% Output   : CNFRefutation 7.97s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named b11)

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

cnf('2',plain,
    equidistant(u,v,u1,v1),
    inference(cnf_transformation,[],[u_to_v_equals_u1_to_v1]) ).

cnf('3',plain,
    ( ~ equidistant(X,v,Y,v1)
    | ~ equidistant(X,u,Y,u1)
    | ~ between(X,u,v)
    | between(Y,u1,v1) ),
    inference(resolution,[],['1','2']) ).

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

cnf('5',plain,
    equidistant(v,w,v1,w1),
    inference(cnf_transformation,[],[v_to_w_equals_v1_to_w1]) ).

cnf('6',plain,
    equidistant(w,v,w1,v1),
    inference(resolution,[],['4','5']) ).

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

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

cnf('9',plain,
    ( ~ between(w,u,v)
    | between(w1,u1,v1) ),
    inference(resolution,[then_simplify],['3','6','8']) ).

cnf('10',plain,
    equidistant(v,u,v1,u1),
    inference(resolution,[],['4','2']) ).

cnf('11',plain,
    ( ~ equidistant(X,v,Y,v1)
    | ~ equidistant(X,u,Y,u1)
    | ~ between(X,v,u)
    | between(Y,v1,u1) ),
    inference(resolution,[],['1','10']) ).

cnf('12',plain,
    ( ~ between(w,v,u)
    | between(w1,v1,u1) ),
    inference(resolution,[then_simplify],['11','6','8']) ).

cnf('13',plain,
    ( ~ colinear(X,Y,Z)
    | between(Z,X,Y)
    | between(Y,Z,X)
    | between(X,Y,Z) ),
    inference(cnf_transformation,[],['$inc_colinearity4']) ).

cnf('14',plain,
    ( ~ colinear(X,Y,Z)
    | colinear(Y,X,Z) ),
    inference(cnf_transformation,[],[t10_5]) ).

cnf('15',plain,
    ( ~ colinear(X,Y,Z)
    | colinear(X,Z,Y) ),
    inference(cnf_transformation,[],[t10_3]) ).

cnf('16',plain,
    colinear(u,v,w),
    inference(cnf_transformation,[],[uvw_colinear]) ).

cnf('17',plain,
    colinear(u,w,v),
    inference(resolution,[],['15','16']) ).

cnf('18',plain,
    colinear(w,u,v),
    inference(resolution,[],['14','17']) ).

cnf('19',plain,
    colinear(w,v,u),
    inference(resolution,[],['18','15']) ).

cnf('20',plain,
    ( between(w,v,u)
    | between(v,u,w)
    | between(u,w,v) ),
    inference(resolution,[],['13','19']) ).

cnf('21',plain,
    ( between(w1,v1,u1)
    | between(v,u,w)
    | between(u,w,v) ),
    inference(resolution,[],['12','20']) ).

cnf('22',plain,
    ( ~ between(X,Y,Z)
    | colinear(Z,Y,X) ),
    inference(cnf_transformation,[],[c2_1]) ).

cnf('23',plain,
    ~ colinear(u1,v1,w1),
    inference(cnf_transformation,[],[prove_u1v1w1_colinear]) ).

cnf('24',plain,
    ( between(v,u,w)
    | between(u,w,v) ),
    inference(resolution,[then_simplify],['21','22','23']) ).

cnf('25',plain,
    ( ~ between(X,Y,Z)
    | between(Z,Y,X) ),
    inference(cnf_transformation,[],[t1]) ).

cnf('26',plain,
    ( between(w,u,v)
    | between(u,w,v) ),
    inference(resolution,[],['24','25']) ).

cnf('27',plain,
    ( between(w1,u1,v1)
    | between(u,w,v) ),
    inference(resolution,[],['9','26']) ).

cnf('28',plain,
    ( ~ between(X,Y,Z)
    | colinear(Y,Z,X) ),
    inference(cnf_transformation,[],['$inc_colinearity3']) ).

cnf('29',plain,
    between(u,w,v),
    inference(resolution,[then_simplify],['27','28','23']) ).

cnf('30',plain,
    ( ~ equidistant(X,w,Y,w1)
    | ~ equidistant(X,v,Y,v1)
    | ~ between(X,w,v)
    | between(Y,w1,v1) ),
    inference(resolution,[],['1','6']) ).

cnf('31',plain,
    equidistant(u,v,u1,v1),
    inference(cnf_transformation,[],[u_to_v_equals_u1_to_v1]) ).

cnf('32',plain,
    ( ~ between(u,w,v)
    | between(u1,w1,v1) ),
    inference(resolution,[then_simplify],['30','7','31']) ).

cnf('33',plain,
    between(u1,w1,v1),
    inference(resolution,[],['29','32']) ).

cnf('34',plain,
    ( ~ between(X,Y,Z)
    | colinear(X,Z,Y) ),
    inference(cnf_transformation,[],[c2_2]) ).

cnf('35',plain,
    $false,
    inference(resolution,[then_simplify],['33','34','23']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : GEO068-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.10/0.11  % Command  : gkc %s
% 0.10/0.31  % Computer : n022.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit : 300
% 0.10/0.31  % WCLimit  : 300
% 0.10/0.31  % DateTime : Tue Aug 29 22:35:53 EDT 2023
% 0.10/0.31  % CPUTime  : 
% 0.10/0.35  
% 0.10/0.35  input clause set summed statistics:
% 0.10/0.35  ----------------------------------
% 0.10/0.35  in_clause_count:                   105
% 0.10/0.35  in_rule_clause_count:               93
% 0.10/0.35  in_fact_clause_count:               12
% 0.10/0.35  in_answer_clause_count:              0
% 0.10/0.35  in_ground_clause_count:             12
% 0.10/0.35  in_unit_clause_count:               34
% 0.10/0.35  in_horn_clause_count:               84
% 0.10/0.35  in_pos_clause_count:                26
% 0.10/0.35  in_neg_clause_count:                 9
% 0.10/0.35  in_poseq_clause_count:              32
% 0.10/0.35  in_negeq_clause_count:               9
% 0.10/0.35  in_unitposeq_clause_count:           5
% 0.10/0.35  in_chain_clause_count:               0
% 0.10/0.35  in_min_length:             1
% 0.10/0.35  in_max_length:             8
% 0.10/0.35  in_min_depth:              1
% 0.10/0.35  in_max_depth:              3
% 0.10/0.35  in_min_size:               3
% 0.10/0.35  in_max_size:              40
% 0.10/0.35  in_min_vars:               0
% 0.10/0.35  in_max_vars:               8
% 0.10/0.35  in_extaxiom_count:                24
% 0.10/0.35  in_axiom_count:                   76
% 0.10/0.35  in_assumption_count:               4
% 0.10/0.35  in_goal_count:                     1
% 0.10/0.35  in_neg_goal_count:                 1
% 0.10/0.35  in_pos_goal_count:                 0
% 0.10/0.35  in_posunit_goal_count:             0
% 0.10/0.35  
% 0.10/0.35  auto guide:
% 0.10/0.35  -----------
% 0.10/0.35  {
% 0.10/0.35  "print":1,
% 0.10/0.35  "print_level": 15,
% 0.10/0.35  "max_size": 0,
% 0.10/0.35  "max_depth": 0,
% 0.10/0.35  "max_length": 0,
% 0.10/0.35  "max_dseconds": 0,
% 0.10/0.35  "runs":[
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1, "max_size":15},
% 0.10/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.10/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":1},
% 0.10/0.35  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.10/0.35  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.10/0.35  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.10/0.35  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.10/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.10/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.10/0.35  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.10/0.35  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.10/0.35  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.10/0.35  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.10/0.35  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.10/0.35  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.10/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.10/0.35  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.10/0.35  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.10/0.35  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.10/0.35  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.10/0.35  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.10/0.35  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.10/0.35  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.10/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10, "max_size":15},
% 0.10/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.10/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":10},
% 0.10/0.35  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.10/0.35  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.10/0.35  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.10/0.35  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.10/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.10/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.10/0.35  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.10/0.35  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.10/0.35  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.10/0.35  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.10/0.35  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.10/0.35  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.10/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.10/0.35  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.10/0.35  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.10/0.35  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.10/0.35  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.10/0.35  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.10/0.35  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.10/0.35  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.10/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50, "max_size":15},
% 0.10/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.10/0.35  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":50},
% 0.10/0.35  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.10/0.35  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.10/0.35  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.10/0.35  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.10/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.10/0.35  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.10/0.35  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.10/0.35  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.10/0.35  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.10/0.35  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.10/0.35  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.10/0.35  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.10/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.10/0.35  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.10/0.35  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.10/0.35  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.10/0.35  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.10/0.35  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.10/0.35  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.10/0.35  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.10/0.35  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.10/0.35  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.10/0.35  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":3},
% 0.10/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.10/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.10/0.35  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.10/0.35  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.10/0.35  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.10/0.35  
% 0.10/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":3},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.10/0.35  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.10/0.35  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.10/0.35  
% 0.10/0.35  ]}
% 0.10/0.35  
% 0.10/0.35  
% 0.10/0.35  **** run 1 fork 0 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.10/0.35  
% 0.10/0.35  **** run 2 fork 1 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.10/0.35  
% 0.10/0.35  **** run 3 fork 2 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.10/0.35  
% 0.10/0.35  **** run 4 fork 3 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.10/0.35  
% 0.10/0.35  **** run 5 fork 4 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.10/0.35  
% 0.10/0.35  **** run 6 fork 5 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.10/0.35  
% 0.10/0.35  **** run 7 fork 6 starts with strategy
% 0.10/0.35  
% 0.10/0.35  **** run 8 fork 7 starts with strategy
% 0.10/0.35  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.10/0.35  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.10/0.39  
% 0.10/0.39  fork 3: search finished without proof.
% 0.10/0.39  
% 0.10/0.39  fork 2: search finished without proof.
% 0.10/0.39  
% 0.10/0.39  fork 1: search finished without proof.
% 0.16/0.41  
% 0.16/0.41  **** run 12 fork 3 starts with strategy
% 0.16/0.41  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.16/0.42  
% 0.16/0.42  **** run 10 fork 1 starts with strategy
% 0.16/0.42  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.16/0.42  
% 0.16/0.42  **** run 11 fork 2 starts with strategy
% 0.16/0.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 4: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 6: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 7: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 5: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 0: search terminated without proof.
% 0.16/0.52  
% 0.16/0.52  **** run 9 fork 0 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.16/0.52  
% 0.16/0.52  **** run 16 fork 7 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.16/0.52  
% 0.16/0.52  **** run 14 fork 5 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.16/0.52  **** run 15 fork 6 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.16/0.52  
% 0.16/0.52  
% 0.16/0.52  **** run 13 fork 4 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.16/0.54  
% 0.16/0.54  
% 0.16/0.54  fork 3: search terminated without proof.
% 0.16/0.55  
% 0.16/0.55  
% 0.16/0.55  fork 1: search terminated without proof.
% 0.16/0.55  
% 0.16/0.55  
% 0.16/0.55  fork 2: search terminated without proof.
% 0.16/0.56  
% 0.16/0.56  **** run 20 fork 3 starts with strategy
% 0.16/0.56  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.16/0.57  
% 0.16/0.57  **** run 18 fork 1 starts with strategy
% 0.16/0.57  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 0.16/0.57  
% 0.16/0.57  **** run 19 fork 2 starts with strategy
% 0.16/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 2.41/0.65  
% 2.41/0.65  
% 2.41/0.65  fork 4: search terminated without proof.
% 2.41/0.65  
% 2.41/0.65  
% 2.41/0.65  fork 5: search terminated without proof.
% 2.41/0.66  
% 2.41/0.66  
% 2.41/0.66  fork 7: search terminated without proof.
% 2.41/0.66  
% 2.41/0.66  
% 2.41/0.66  fork 6: search terminated without proof.
% 2.41/0.67  
% 2.41/0.67  
% 2.41/0.67  fork 0: search terminated without proof.
% 2.41/0.67  
% 2.41/0.67  **** run 22 fork 5 starts with strategy
% 2.41/0.67  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.41/0.68  
% 2.41/0.68  **** run 21 fork 4 starts with strategy
% 2.41/0.68  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.41/0.68  
% 2.41/0.68  **** run 23 fork 6 starts with strategy
% 2.41/0.68  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 2.41/0.68  
% 2.41/0.68  **** run 24 fork 7 starts with strategy
% 2.41/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 2.41/0.69  
% 2.41/0.69  **** run 17 fork 0 starts with strategy
% 2.41/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 2.41/0.70  
% 2.41/0.70  
% 2.41/0.70  fork 3: search terminated without proof.
% 2.41/0.71  
% 2.41/0.71  fork 4: search finished without proof.
% 2.92/0.71  
% 2.92/0.71  
% 2.92/0.71  fork 2: search terminated without proof.
% 2.92/0.71  
% 2.92/0.71  
% 2.92/0.71  fork 1: search terminated without proof.
% 2.92/0.73  
% 2.92/0.73  **** run 28 fork 3 starts with strategy
% 2.92/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 2.92/0.73  
% 2.92/0.73  **** run 29 fork 4 starts with strategy
% 2.92/0.73  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 2.92/0.73  
% 2.92/0.73  **** run 27 fork 2 starts with strategy
% 2.92/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 2.92/0.74  
% 2.92/0.74  **** run 26 fork 1 starts with strategy
% 2.92/0.74  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 3.35/0.77  
% 3.35/0.77  fork 1: search finished without proof.
% 3.35/0.79  
% 3.35/0.79  **** run 34 fork 1 starts with strategy
% 3.35/0.79  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 3.35/0.81  
% 3.35/0.81  
% 3.35/0.81  fork 7: search terminated without proof.
% 3.35/0.81  
% 3.35/0.81  
% 3.35/0.81  fork 5: search terminated without proof.
% 3.35/0.82  
% 3.35/0.82  
% 3.35/0.82  fork 6: search terminated without proof.
% 3.35/0.83  
% 3.35/0.83  
% 3.35/0.83  fork 0: search terminated without proof.
% 3.35/0.84  
% 3.35/0.84  **** run 32 fork 7 starts with strategy
% 3.35/0.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.35/0.84  
% 3.35/0.84  **** run 30 fork 5 starts with strategy
% 3.35/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.35/0.84  
% 3.35/0.84  **** run 31 fork 6 starts with strategy
% 3.35/0.84  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 4.05/0.86  
% 4.05/0.86  
% 4.05/0.86  fork 4: search terminated without proof.
% 4.05/0.86  
% 4.05/0.86  **** run 25 fork 0 starts with strategy
% 4.05/0.86  
% 4.05/0.86  
% 4.05/0.86  fork 3: search terminated without proof.
% 4.05/0.86  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 4.05/0.87  
% 4.05/0.87  
% 4.05/0.87  fork 2: search terminated without proof.
% 4.05/0.88  
% 4.05/0.88  **** run 36 fork 3 starts with strategy
% 4.05/0.88  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.33/0.89  
% 4.33/0.89  **** run 37 fork 4 starts with strategy
% 4.33/0.89  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.33/0.89  
% 4.33/0.89  **** run 35 fork 2 starts with strategy
% 4.33/0.89  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.33/0.92  
% 4.33/0.92  
% 4.33/0.92  fork 1: search terminated without proof.
% 4.81/0.95  
% 4.81/0.95  **** run 42 fork 1 starts with strategy
% 4.81/0.95  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":1}
% 4.81/0.96  
% 4.81/0.96  
% 4.81/0.96  fork 7: search terminated without proof.
% 4.81/0.97  
% 4.81/0.97  
% 4.81/0.97  fork 5: search terminated without proof.
% 4.81/0.97  
% 4.81/0.97  
% 4.81/0.97  fork 6: search terminated without proof.
% 4.81/0.99  
% 4.81/0.99  **** run 40 fork 7 starts with strategy
% 4.81/0.99  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 4.81/0.99  
% 4.81/0.99  **** run 38 fork 5 starts with strategy
% 4.81/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 4.81/1.00  
% 4.81/1.00  **** run 39 fork 6 starts with strategy
% 4.81/1.00  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 4.81/1.00  
% 4.81/1.00  
% 4.81/1.00  fork 0: search terminated without proof.
% 5.26/1.02  
% 5.26/1.02  
% 5.26/1.02  fork 3: search terminated without proof.
% 5.26/1.02  
% 5.26/1.02  fork 5: search finished without proof.
% 5.26/1.02  
% 5.26/1.02  **** run 33 fork 0 starts with strategy
% 5.26/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 5.26/1.03  
% 5.26/1.03  
% 5.26/1.03  fork 2: search terminated without proof.
% 5.26/1.04  
% 5.26/1.04  **** run 44 fork 3 starts with strategy
% 5.26/1.04  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.26/1.04  
% 5.26/1.04  **** run 46 fork 5 starts with strategy
% 5.26/1.04  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.26/1.05  
% 5.26/1.05  **** run 43 fork 2 starts with strategy
% 5.26/1.05  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 5.61/1.08  
% 5.61/1.08  
% 5.61/1.08  fork 1: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  **** run 50 fork 1 starts with strategy
% 5.61/1.10  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 6: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  
% 5.61/1.13  fork 7: search terminated without proof.
% 5.61/1.15  
% 5.61/1.15  **** run 47 fork 6 starts with strategy
% 5.61/1.15  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.61/1.15  
% 5.61/1.15  **** run 48 fork 7 starts with strategy
% 5.61/1.15  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 5.61/1.16  
% 5.61/1.16  
% 5.61/1.16  fork 0: search terminated without proof.
% 6.37/1.17  
% 6.37/1.17  
% 6.37/1.17  fork 3: search terminated without proof.
% 6.37/1.17  
% 6.37/1.17  
% 6.37/1.17  fork 5: search terminated without proof.
% 6.37/1.18  
% 6.37/1.18  **** run 41 fork 0 starts with strategy
% 6.37/1.18  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 6.37/1.18  
% 6.37/1.18  fork 6: search finished without proof.
% 6.37/1.18  
% 6.37/1.18  
% 6.37/1.18  fork 2: search terminated without proof.
% 6.37/1.19  
% 6.37/1.19  **** run 52 fork 3 starts with strategy
% 6.37/1.19  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.37/1.20  
% 6.37/1.20  **** run 54 fork 5 starts with strategy
% 6.37/1.20  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.61/1.21  
% 6.61/1.21  **** run 55 fork 6 starts with strategy
% 6.61/1.21  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.61/1.21  
% 6.61/1.21  **** run 51 fork 2 starts with strategy
% 6.61/1.21  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.61/1.23  
% 6.61/1.23  
% 6.61/1.23  fork 1: search terminated without proof.
% 6.61/1.24  
% 6.61/1.24  fork 6: search finished without proof.
% 6.95/1.25  
% 6.95/1.25  **** run 58 fork 1 starts with strategy
% 6.95/1.25  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.95/1.26  
% 6.95/1.26  **** run 63 fork 6 starts with strategy
% 6.95/1.26  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.95/1.29  
% 6.95/1.29  
% 6.95/1.29  fork 7: search terminated without proof.
% 6.95/1.31  
% 6.95/1.31  **** run 56 fork 7 starts with strategy
% 6.95/1.31  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 6.95/1.31  
% 6.95/1.31  
% 6.95/1.31  fork 0: search terminated without proof.
% 6.95/1.32  
% 6.95/1.32  
% 6.95/1.32  fork 5: search terminated without proof.
% 6.95/1.33  
% 6.95/1.33  
% 6.95/1.33  fork 3: search terminated without proof.
% 6.95/1.34  
% 6.95/1.34  **** run 49 fork 0 starts with strategy
% 6.95/1.34  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 6.95/1.34  
% 6.95/1.34  
% 6.95/1.34  fork 2: search terminated without proof.
% 7.61/1.35  
% 7.61/1.35  **** run 60 fork 3 starts with strategy
% 7.61/1.35  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.61/1.35  
% 7.61/1.35  **** run 62 fork 5 starts with strategy
% 7.61/1.35  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 7.61/1.36  
% 7.61/1.36  **** run 59 fork 2 starts with strategy
% 7.61/1.36  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 7.61/1.38  
% 7.61/1.38  
% 7.61/1.38  fork 1: search terminated without proof.
% 7.61/1.39  
% 7.61/1.39  
% 7.61/1.39  fork 6: search terminated without proof.
% 7.97/1.40  
% 7.97/1.40  
% 7.97/1.40  result: proof found
% 7.97/1.40  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 7.97/1.40  by run 37 fork 4 strategy {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.97/1.40  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 7.97/1.40  
% 7.97/1.40  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 7.97/1.40  
% 7.97/1.40  run 37 fork 4 statistics:
% 7.97/1.40  ----------------------------------
% 7.97/1.40  this run seconds: 0.051383
% 7.97/1.40  total seconds: 0.608827
% 7.97/1.40  stat_given_used: 576
% 7.97/1.40  stat_given_used_at_endgame: 0
% 7.97/1.40  stat_given_candidates:   1747
% 7.97/1.40  stat_given_candidates_at_endgame: 0
% 7.97/1.40  stat_given_candidates_h: 0
% 7.97/1.40  stat_binres_derived_cl:   5154
% 7.97/1.40  stat_binres_derived_cl_h: 0
% 7.97/1.40  stat_factor_derived_cl: 103
% 7.97/1.40  stat_para_derived_cl: 62
% 7.97/1.40  stat_tautologies_discarded: 245
% 7.97/1.40  stat_forward_subsumed: 1941
% 7.97/1.40  stat_derived_cut: 169
% 7.97/1.40  stat_derived_rewritten: 2
% 7.97/1.40  stat_weight_discarded_building: 0
% 7.97/1.40  stat_weight_discarded_cl: 999
% 7.97/1.40  stat_internlimit_discarded_cl: 0
% 7.97/1.40  stat_simplified:  2 simplified 0 derived 0 given
% 7.97/1.40  stat_kept_cl: 1782
% 7.97/1.40  stat_built_cl: 3935
% 7.97/1.40  stat_hyperres_partial_cl: 0
% 7.97/1.40  stat_made_rewriters: 5
% 7.97/1.40  stat_backward_subsumed: 0
% 7.97/1.40  stat_propagated_subsumed: 0
% 7.97/1.40  stat_clsubs_attempted:                     15513
% 7.97/1.40  stat_clsubs_fact_groundunit_found:            54
% 7.97/1.40  stat_clsubs_rule_groundunit_found:             8
% 7.97/1.40  stat_clsubs_top_meta_attempted:             256543
% 7.97/1.40  stat_clsubs_top_meta_failed:                241030
% 7.97/1.40  stat_clsubs_top_meta_nonpref_attempted:              256543
% 7.97/1.40  stat_clsubs_top_meta_nonpref_succeeded:               86755
% 7.97/1.40  stat_clsubs_top_meta_pref_attempted:                  86755
% 7.97/1.40  stat_clsubs_top_meta_pref1_succeeded:                 27386
% 7.97/1.40  stat_clsubs_top_meta_pref2_succeeded:                 16292
% 7.97/1.40  stat_clsubs_top_meta_pref3_succeeded:                 15513
% 7.97/1.40  stat_clsubs_top_meta_pref_succeeded:                  15513
% 7.97/1.40  stat_clsubs_meta_attempted:                34131
% 7.97/1.40  stat_clsubs_meta_failed:                    8345
% 7.97/1.40  stat_clsubs_predsymbs_attempted:               0
% 7.97/1.40  stat_clsubs_unit_attempted:                 4722
% 7.97/1.40  stat_clsubs_full_attempted:                10791
% 7.97/1.40  stat_forwardsubs_attempted:                 4723
% 7.97/1.40  stat_lit_hash_added:                   1389
% 7.97/1.40  stat_lit_hash_computed:               29834
% 7.97/1.40  stat_lit_hash_match_found:             2208
% 7.97/1.40  stat_lit_hash_match_miss:             36500
% 7.97/1.40  stat_lit_hash_cut_ok:                   199
% 7.97/1.40  stat_lit_strong_cut_ok:                  98
% 7.97/1.40  stat_lit_hash_subsume_ok:              1941
% 7.97/1.40  clqueue els 10000000 used 1
% 7.97/1.40  clactive els 10000000 used 577
% 7.97/1.40  clactivesubsume els 10000000 used 2539
% 7.97/1.40  queue_termbuf els 200000000 used 84664
% 7.97/1.40  hyper_termbuf els 100000000 used 1
% 7.97/1.40  active_termbuf els 100000000 used 16221
% 7.97/1.40  varstack els 5000 last used 1
% 7.97/1.40  given_termbuf els 10000000 last used 1
% 7.97/1.40  simplified_termbuf els 10000000 last used 1
% 7.97/1.40  derived_termbuf els 10000000 last used 23
% 7.97/1.40  wr_mallocs: 4146
% 7.97/1.40  wr_callocs: 21
% 7.97/1.40  wr_reallocs: 438
% 7.97/1.40  wr_frees: 4
% 7.97/1.40  wr_malloc_bytes: 4162738964
% 7.97/1.40  wr_calloc_bytes: 112065536
% 7.97/1.40  wr_realloc_bytes: 91752
% 7.97/1.40  wr_realloc_freebytes: 0
% 7.97/1.40  ----------------------------------
%------------------------------------------------------------------------------