TSTP Solution File: GEO077-4 by GKC---0.8

View Problem - Process Solution

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

% Computer : n016.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:08 EDT 2023

% Result   : Unsatisfiable 5.70s 1.36s
% Output   : CNFRefutation 5.70s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named prove_points_noncollinear)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    collinear(point1,point2,point3),
    inference(cnf_transformation,[],[prove_points_noncollinear]) ).

cnf('2',plain,
    ( on(X,line_through_3_points(X,Y,Z))
    | ~ collinear(X,Y,Z)
    | Y = Z
    | X = Z
    | X = Y
    | ~ point(Z)
    | ~ point(Y)
    | ~ point(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G10A']) ).

cnf('3',plain,
    point2 != point3,
    inference(cnf_transformation,[],[point2_not_point3]) ).

cnf('4',plain,
    point1 != point3,
    inference(cnf_transformation,[],[point1_not_point3]) ).

cnf('5',plain,
    point1 != point2,
    inference(cnf_transformation,[],[point1_not_point2]) ).

cnf('6',plain,
    point(point3),
    inference(cnf_transformation,[],[point3]) ).

cnf('7',plain,
    point(point2),
    inference(cnf_transformation,[],[point2]) ).

cnf('8',plain,
    point(point1),
    inference(cnf_transformation,[],[point1]) ).

cnf('9',plain,
    on(point1,line_through_3_points(point1,point2,point3)),
    inference(resolution,[then_simplify],['1','2','3','4','5','6','7','8']) ).

cnf('10',plain,
    ( ~ on(X,Y)
    | ~ on(X,Z)
    | ~ on(U,Y)
    | ~ on(U,Z)
    | X = U
    | Y = Z
    | ~ line(Y)
    | ~ line(Z)
    | ~ point(X)
    | ~ point(U) ),
    inference(cnf_transformation,[],['$inc_axiom_G1D']) ).

cnf('11',plain,
    ( line(line_through_3_points(X,Y,Z))
    | ~ collinear(X,Y,Z)
    | Y = Z
    | X = Z
    | X = Y
    | ~ point(Z)
    | ~ point(Y)
    | ~ point(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G10D']) ).

cnf('12',plain,
    line(line_through_3_points(point1,point2,point3)),
    inference(resolution,[then_simplify],['1','11','3','4','5','6','7','8']) ).

cnf('13',plain,
    ( ~ on(X,line_through_3_points(point1,point2,point3))
    | Y = line_through_3_points(point1,point2,point3)
    | ~ on(point1,Y)
    | ~ on(X,Y)
    | X = point1
    | ~ line(Y)
    | ~ point(X) ),
    inference(resolution,[then_simplify],['9','10','12','8']) ).

cnf('14',plain,
    ( on(X,line_through_3_points(Y,X,Z))
    | ~ collinear(Y,X,Z)
    | Y = Z
    | Y = X
    | X = Z
    | ~ point(Z)
    | ~ point(Y)
    | ~ point(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G10B']) ).

cnf('15',plain,
    on(point2,line_through_3_points(point1,point2,point3)),
    inference(resolution,[then_simplify],['1','14','4','5','3','6','8','7']) ).

cnf('16',plain,
    ( point2 = point1
    | X = line_through_3_points(point1,point2,point3)
    | ~ on(point2,X)
    | ~ on(point1,X)
    | ~ line(X) ),
    inference(resolution,[then_simplify],['13','15','7']) ).

cnf('17',plain,
    ( on(X,line_through_3_points(Y,Z,X))
    | ~ collinear(Y,Z,X)
    | Z = X
    | Y = Z
    | Y = X
    | ~ point(Z)
    | ~ point(Y)
    | ~ point(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G10C']) ).

cnf('18',plain,
    on(point3,line_through_3_points(point1,point2,point3)),
    inference(resolution,[then_simplify],['1','17','3','5','4','7','8','6']) ).

cnf('19',plain,
    ( point2 = point1
    | ~ on(point2,X)
    | ~ on(point1,X)
    | on(point3,X)
    | ~ line(X) ),
    inference(paramodulation,[],['16','18']) ).

cnf('20',plain,
    point1 != point2,
    inference(cnf_transformation,[],[point1_not_point2]) ).

cnf('21',plain,
    ( ~ on(point2,X)
    | ~ on(point1,X)
    | on(point3,X)
    | ~ line(X) ),
    inference(paramodulation,[],['19','20']) ).

cnf('22',plain,
    on(point2,a_line),
    inference(cnf_transformation,[],[point2_on_line]) ).

cnf('23',plain,
    on(point1,a_line),
    inference(cnf_transformation,[],[point1_on_line]) ).

cnf('24',plain,
    ~ on(point3,a_line),
    inference(cnf_transformation,[],[point3_not_on_line]) ).

cnf('25',plain,
    line(a_line),
    inference(cnf_transformation,[],[line]) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : GEO077-4 : TPTP v8.1.2. Released v1.0.0.
% 0.06/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n016.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Tue Aug 29 23:30:31 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.38  
% 0.12/0.38  input clause set summed statistics:
% 0.12/0.38  ----------------------------------
% 0.12/0.38  in_clause_count:                    42
% 0.12/0.38  in_rule_clause_count:               34
% 0.12/0.38  in_fact_clause_count:                8
% 0.12/0.38  in_answer_clause_count:              0
% 0.12/0.38  in_ground_clause_count:             12
% 0.12/0.38  in_unit_clause_count:               12
% 0.12/0.38  in_horn_clause_count:               24
% 0.12/0.38  in_pos_clause_count:                 8
% 0.12/0.38  in_neg_clause_count:                 7
% 0.12/0.38  in_poseq_clause_count:              19
% 0.12/0.38  in_negeq_clause_count:               5
% 0.12/0.38  in_unitposeq_clause_count:           0
% 0.12/0.38  in_chain_clause_count:               0
% 0.12/0.38  in_min_length:             1
% 0.12/0.38  in_max_length:            16
% 0.12/0.38  in_min_depth:              1
% 0.12/0.38  in_max_depth:              2
% 0.12/0.38  in_min_size:               2
% 0.12/0.38  in_max_size:              44
% 0.12/0.38  in_min_vars:               0
% 0.12/0.38  in_max_vars:               5
% 0.12/0.38  in_extaxiom_count:                31
% 0.12/0.38  in_axiom_count:                    0
% 0.12/0.38  in_assumption_count:              10
% 0.12/0.38  in_goal_count:                     1
% 0.12/0.38  in_neg_goal_count:                 0
% 0.12/0.38  in_pos_goal_count:                 1
% 0.12/0.38  in_posunit_goal_count:             1
% 0.12/0.38  
% 0.12/0.38  auto guide:
% 0.12/0.38  -----------
% 0.12/0.38  {
% 0.12/0.38  "print":1,
% 0.12/0.38  "print_level": 15,
% 0.12/0.38  "max_size": 0,
% 0.12/0.38  "max_depth": 0,
% 0.12/0.38  "max_length": 0,
% 0.12/0.38  "max_dseconds": 0,
% 0.12/0.38  "runs":[
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.12/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.12/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.12/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.12/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.12/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.12/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.12/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.12/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.12/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.12/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.12/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.12/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.12/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.12/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.12/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.12/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.12/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.12/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.12/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.12/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.12/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.12/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.12/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.12/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.12/0.38  
% 0.12/0.38  ]}
% 0.12/0.38  
% 0.12/0.38  
% 0.12/0.38  **** run 1 fork 0 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.12/0.38  
% 0.12/0.38  **** run 2 fork 1 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.12/0.38  
% 0.12/0.38  **** run 3 fork 2 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.12/0.38  
% 0.12/0.38  **** run 4 fork 3 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.12/0.38  
% 0.12/0.38  **** run 5 fork 4 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 6 fork 5 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 7 fork 6 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.12/0.39  
% 0.12/0.39  **** run 8 fork 7 starts with strategy
% 0.12/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.42  
% 0.19/0.42  fork 3: search finished without proof.
% 0.19/0.45  
% 0.19/0.45  **** run 12 fork 3 starts with strategy
% 0.19/0.45  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 1: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 2: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 0: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  **** run 15 fork 6 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 13 fork 4 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 11 fork 2 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 9 fork 0 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.57  
% 0.19/0.57  fork 3: search finished without proof.
% 0.19/0.59  
% 0.19/0.59  **** run 20 fork 3 starts with strategy
% 0.19/0.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.05/0.65  
% 2.05/0.65  fork 5: search finished without proof.
% 2.05/0.65  
% 2.05/0.65  fork 4: search finished without proof.
% 2.05/0.65  
% 2.05/0.65  
% 2.05/0.65  fork 6: search terminated without proof.
% 2.05/0.66  
% 2.05/0.66  
% 2.05/0.66  fork 1: search terminated without proof.
% 2.05/0.67  
% 2.05/0.67  
% 2.05/0.67  fork 2: search terminated without proof.
% 2.05/0.67  
% 2.05/0.67  **** run 21 fork 4 starts with strategy
% 2.05/0.67  
% 2.05/0.67  **** run 22 fork 5 starts with strategy
% 2.05/0.67  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 2.05/0.67  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 2.05/0.67  
% 2.05/0.67  
% 2.05/0.67  fork 0: search terminated without proof.
% 2.05/0.67  
% 2.05/0.67  **** run 23 fork 6 starts with strategy
% 2.05/0.67  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 2.05/0.68  
% 2.05/0.68  **** run 18 fork 1 starts with strategy
% 2.05/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 2.05/0.68  
% 2.05/0.68  **** run 19 fork 2 starts with strategy
% 2.05/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 2.05/0.68  
% 2.05/0.68  
% 2.05/0.68  fork 7: search terminated without proof.
% 2.05/0.69  
% 2.05/0.69  **** run 17 fork 0 starts with strategy
% 2.05/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.63/0.70  
% 2.63/0.70  **** run 24 fork 7 starts with strategy
% 2.63/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 2.63/0.72  
% 2.63/0.72  
% 2.63/0.72  fork 3: search terminated without proof.
% 2.63/0.74  
% 2.63/0.74  **** run 28 fork 3 starts with strategy
% 2.63/0.74  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.22/0.78  
% 3.22/0.78  
% 3.22/0.78  fork 4: search terminated without proof.
% 3.22/0.78  
% 3.22/0.78  
% 3.22/0.78  fork 5: search terminated without proof.
% 3.22/0.80  
% 3.22/0.80  **** run 29 fork 4 starts with strategy
% 3.22/0.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.22/0.80  
% 3.22/0.80  **** run 30 fork 5 starts with strategy
% 3.22/0.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.22/0.81  
% 3.22/0.81  fork 2: search finished without proof.
% 3.22/0.81  
% 3.22/0.81  
% 3.22/0.81  fork 1: search terminated without proof.
% 3.22/0.83  
% 3.22/0.83  **** run 27 fork 2 starts with strategy
% 3.22/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.22/0.84  
% 3.22/0.84  
% 3.22/0.84  fork 7: search terminated without proof.
% 3.22/0.84  
% 3.22/0.84  **** run 26 fork 1 starts with strategy
% 3.22/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.22/0.86  
% 3.22/0.86  **** run 32 fork 7 starts with strategy
% 3.22/0.86  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.22/0.86  
% 3.22/0.86  
% 3.22/0.86  fork 3: search terminated without proof.
% 3.79/0.88  
% 3.79/0.88  **** run 36 fork 3 starts with strategy
% 3.79/0.88  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.11/0.92  
% 4.11/0.92  
% 4.11/0.92  fork 5: search terminated without proof.
% 4.11/0.93  
% 4.11/0.93  
% 4.11/0.93  fork 4: search terminated without proof.
% 4.11/0.94  
% 4.11/0.94  **** run 38 fork 5 starts with strategy
% 4.11/0.94  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.11/0.95  
% 4.11/0.95  
% 4.11/0.95  fork 2: search terminated without proof.
% 4.11/0.95  
% 4.11/0.95  **** run 37 fork 4 starts with strategy
% 4.11/0.95  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.11/0.96  
% 4.11/0.96  
% 4.11/0.96  fork 1: search terminated without proof.
% 4.11/0.97  
% 4.11/0.97  **** run 35 fork 2 starts with strategy
% 4.11/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.11/0.98  
% 4.11/0.98  **** run 34 fork 1 starts with strategy
% 4.11/0.98  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.48/1.00  
% 4.48/1.00  
% 4.48/1.00  fork 3: search terminated without proof.
% 4.48/1.02  
% 4.48/1.02  **** run 44 fork 3 starts with strategy
% 4.48/1.02  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.83/1.07  
% 4.83/1.07  
% 4.83/1.07  fork 4: search terminated without proof.
% 4.83/1.08  
% 4.83/1.08  
% 4.83/1.08  fork 5: search terminated without proof.
% 4.83/1.08  
% 4.83/1.08  fork 3: search finished without proof.
% 4.83/1.09  
% 4.83/1.09  **** run 45 fork 4 starts with strategy
% 4.83/1.09  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.83/1.09  
% 4.83/1.09  
% 4.83/1.09  fork 2: search terminated without proof.
% 4.83/1.10  
% 4.83/1.10  **** run 46 fork 5 starts with strategy
% 4.83/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.83/1.10  
% 4.83/1.10  **** run 52 fork 3 starts with strategy
% 4.83/1.10  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 4.83/1.11  
% 4.83/1.11  **** run 43 fork 2 starts with strategy
% 4.83/1.11  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.83/1.12  No candidate clauses found.
% 4.83/1.12  
% 4.83/1.12  
% 4.83/1.12  fork 5: search terminated without proof.
% 4.83/1.14  
% 4.83/1.14  **** run 54 fork 5 starts with strategy
% 4.83/1.14  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 5.37/1.21  
% 5.37/1.21  
% 5.37/1.21  fork 4: search terminated without proof.
% 5.37/1.23  
% 5.37/1.23  fork 2: search finished without proof.
% 5.37/1.23  
% 5.37/1.23  **** run 53 fork 4 starts with strategy
% 5.37/1.23  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 5.46/1.25  
% 5.46/1.25  **** run 51 fork 2 starts with strategy
% 5.46/1.25  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 5.46/1.26  
% 5.46/1.26  
% 5.46/1.26  fork 5: search terminated without proof.
% 5.46/1.28  
% 5.46/1.28  **** run 62 fork 5 starts with strategy
% 5.46/1.28  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 5.70/1.36  
% 5.70/1.36  
% 5.70/1.36  fork 4: search terminated without proof.
% 5.70/1.36  
% 5.70/1.36  
% 5.70/1.36  result: proof found
% 5.70/1.36  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 5.70/1.36  by run 23 fork 6 strategy {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 5.70/1.36  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 5.70/1.36  
% 5.70/1.36  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 5.70/1.36  
% 5.70/1.36  run 23 fork 6 statistics:
% 5.70/1.36  ----------------------------------
% 5.70/1.36  this run seconds: 0.094648
% 5.70/1.36  total seconds: 0.407225
% 5.70/1.36  stat_given_used: 204
% 5.70/1.36  stat_given_used_at_endgame: 0
% 5.70/1.36  stat_given_candidates:   229
% 5.70/1.36  stat_given_candidates_at_endgame: 0
% 5.70/1.36  stat_given_candidates_h: 0
% 5.70/1.36  stat_binres_derived_cl:   6559
% 5.70/1.36  stat_binres_derived_cl_h: 0
% 5.70/1.36  stat_factor_derived_cl: 15
% 5.70/1.36  stat_para_derived_cl: 3743
% 5.70/1.36  stat_tautologies_discarded: 7
% 5.70/1.36  stat_forward_subsumed: 85
% 5.70/1.36  stat_derived_cut: 890
% 5.70/1.36  stat_derived_rewritten: 0
% 5.70/1.36  stat_weight_discarded_building: 0
% 5.70/1.36  stat_weight_discarded_cl: 3825
% 5.70/1.36  stat_internlimit_discarded_cl: 0
% 5.70/1.36  stat_simplified:  0 simplified 0 derived 0 given
% 5.70/1.36  stat_kept_cl: 6381
% 5.70/1.36  stat_built_cl: 10676
% 5.70/1.36  stat_hyperres_partial_cl: 0
% 5.70/1.36  stat_made_rewriters: 0
% 5.70/1.36  stat_backward_subsumed: 0
% 5.70/1.36  stat_propagated_subsumed: 0
% 5.70/1.36  stat_clsubs_attempted:                       214
% 5.70/1.36  stat_clsubs_fact_groundunit_found:             5
% 5.70/1.36  stat_clsubs_rule_groundunit_found:            12
% 5.70/1.36  stat_clsubs_top_meta_attempted:              19572
% 5.70/1.36  stat_clsubs_top_meta_failed:                 19358
% 5.70/1.36  stat_clsubs_top_meta_nonpref_attempted:               19572
% 5.70/1.36  stat_clsubs_top_meta_nonpref_succeeded:                3314
% 5.70/1.36  stat_clsubs_top_meta_pref_attempted:                   3314
% 5.70/1.36  stat_clsubs_top_meta_pref1_succeeded:                   820
% 5.70/1.36  stat_clsubs_top_meta_pref2_succeeded:                   263
% 5.70/1.36  stat_clsubs_top_meta_pref3_succeeded:                   214
% 5.70/1.36  stat_clsubs_top_meta_pref_succeeded:                    214
% 5.70/1.36  stat_clsubs_meta_attempted:                  443
% 5.70/1.36  stat_clsubs_meta_failed:                     253
% 5.70/1.36  stat_clsubs_predsymbs_attempted:               0
% 5.70/1.36  stat_clsubs_unit_attempted:                    0
% 5.70/1.36  stat_clsubs_full_attempted:                  214
% 5.70/1.36  stat_forwardsubs_attempted:                10292
% 5.70/1.36  stat_lit_hash_added:                   1632
% 5.70/1.36  stat_lit_hash_computed:              101491
% 5.70/1.36  stat_lit_hash_match_found:             1423
% 5.70/1.36  stat_lit_hash_match_miss:            153966
% 5.70/1.36  stat_lit_hash_cut_ok:                  1321
% 5.70/1.36  stat_lit_strong_cut_ok:                   0
% 5.70/1.36  stat_lit_hash_subsume_ok:                85
% 5.70/1.36  clqueue els 10000000 used 1
% 5.70/1.36  clactive els 10000000 used 236
% 5.70/1.36  clactivesubsume els 10000000 used 1039
% 5.70/1.36  queue_termbuf els 200000000 used 1004265
% 5.70/1.36  hyper_termbuf els 100000000 used 1
% 5.70/1.36  active_termbuf els 100000000 used 14360
% 5.70/1.36  varstack els 5000 last used 1
% 5.70/1.36  given_termbuf els 10000000 last used 1
% 5.70/1.36  simplified_termbuf els 10000000 last used 1
% 5.70/1.36  derived_termbuf els 10000000 last used 41
% 5.70/1.36  wr_mallocs: 5348
% 5.70/1.36  wr_callocs: 21
% 5.70/1.36  wr_reallocs: 755
% 5.70/1.36  wr_frees: 2
% 5.70/1.36  wr_malloc_bytes: 4162766468
% 5.70/1.36  wr_calloc_bytes: 112065536
% 5.70/1.36  wr_realloc_bytes: 173360
% 5.70/1.36  wr_realloc_freebytes: 0
% 5.70/1.36  ----------------------------------
%------------------------------------------------------------------------------