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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 7.40s 1.53s
% Output   : CNFRefutation 7.40s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named d9)

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

cnf('2',plain,
    ( ~ equidistant(X,Y,Z,U)
    | ~ equidistant(X,Y,V,W)
    | equidistant(V,W,Z,U) ),
    inference(cnf_transformation,[],['$inc_transitivity_for_equidistance']) ).

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

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

cnf('5',plain,
    equidistant(X,reflection(Y,X),Y,X),
    inference(cnf_transformation,[],[r2_2]) ).

cnf('6',plain,
    equidistant(X,Y,Y,reflection(X,Y)),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    equidistant(X,Y,reflection(X,Y),Y),
    inference(resolution,[],['3','6']) ).

cnf('8',plain,
    ( equidistant(X,Y,reflection(Z,U),U)
    | ~ equidistant(Z,U,X,Y) ),
    inference(resolution,[],['2','7']) ).

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

cnf('10',plain,
    equidistant(X,extension(Y,X,Z,U),Z,U),
    inference(cnf_transformation,[],['$inc_segment_construction2']) ).

cnf('11',plain,
    equidistant(X,Y,Z,extension(U,Z,X,Y)),
    inference(resolution,[],['4','10']) ).

cnf('12',plain,
    equidistant(X,Y,extension(Z,U,Y,X),U),
    inference(resolution,[],['9','11']) ).

cnf('13',plain,
    equidistant(X,Y,Z,extension(U,Z,Y,X)),
    inference(resolution,[],['3','12']) ).

cnf('14',plain,
    equidistant(X,extension(Y,X,Z,U),reflection(U,Z),Z),
    inference(resolution,[],['8','13']) ).

cnf('15',plain,
    equidistant(X,extension(Y,X,Z,U),Z,reflection(U,Z)),
    inference(resolution,[],['14','3']) ).

cnf('16',plain,
    ( extension(X,Y,Y,Z) = reflection(Z,Y)
    | ~ between(U,Y,extension(X,Y,Y,Z))
    | ~ between(U,Y,reflection(Z,Y))
    | U = Y ),
    inference(resolution,[],['1','15']) ).

cnf('17',plain,
    between(X,Y,extension(X,Y,Z,U)),
    inference(cnf_transformation,[],['$inc_segment_construction1']) ).

cnf('18',plain,
    ( extension(X,Y,Y,Z) = reflection(Z,Y)
    | ~ between(X,Y,reflection(Z,Y))
    | X = Y ),
    inference(resolution,[],['16','17']) ).

cnf('19',plain,
    between(X,Y,reflection(X,Y)),
    inference(cnf_transformation,[],[r2_1]) ).

cnf('20',plain,
    ( extension(X,Y,Y,X) = reflection(X,Y)
    | X = Y ),
    inference(resolution,[],['18','19']) ).

cnf('21',plain,
    reflection(X,Y) = extension(X,Y,X,Y),
    inference(cnf_transformation,[],['$inc_reflection']) ).

cnf('22',plain,
    extension(u,v,u,v) != extension(u,v,v,u),
    inference(cnf_transformation,[],[prove_equal_extensions]) ).

cnf('23',plain,
    reflection(u,v) != extension(u,v,v,u),
    inference(paramodulation,[],['21','22']) ).

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

cnf('25',plain,
    $false,
    inference(paramodulation,[then_simplify],['20','23','24']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GEO029-3 : TPTP v8.1.2. Released v1.0.0.
% 0.13/0.13  % Command  : gkc %s
% 0.14/0.34  % Computer : n002.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Tue Aug 29 22:56:35 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                    40
% 0.20/0.39  in_rule_clause_count:               37
% 0.20/0.39  in_fact_clause_count:                3
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              5
% 0.20/0.39  in_unit_clause_count:               15
% 0.20/0.39  in_horn_clause_count:               34
% 0.20/0.39  in_pos_clause_count:                10
% 0.20/0.39  in_neg_clause_count:                 5
% 0.20/0.39  in_poseq_clause_count:              13
% 0.20/0.39  in_negeq_clause_count:               5
% 0.20/0.39  in_unitposeq_clause_count:           3
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             8
% 0.20/0.39  in_min_depth:              1
% 0.20/0.39  in_max_depth:              2
% 0.20/0.39  in_min_size:               3
% 0.20/0.39  in_max_size:              36
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               8
% 0.20/0.39  in_extaxiom_count:                19
% 0.20/0.39  in_axiom_count:                   19
% 0.20/0.39  in_assumption_count:               1
% 0.20/0.39  in_goal_count:                     1
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 0
% 0.20/0.39  in_posunit_goal_count:             0
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.20/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.20/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.20/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.40  
% 0.20/0.40  **** run 4 fork 3 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 6 fork 5 starts with strategy
% 0.20/0.40  
% 0.20/0.40  **** run 7 fork 6 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  fork 0: search finished without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 2: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 5: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 6: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 7: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 1: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 3: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  **** run 11 fork 2 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 9 fork 0 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 13 fork 4 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  
% 0.20/0.56  **** run 10 fork 1 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 14 fork 5 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.56  
% 0.20/0.56  **** run 15 fork 6 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 12 fork 3 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 2.18/0.68  
% 2.18/0.68  
% 2.18/0.68  fork 4: search terminated without proof.
% 2.18/0.68  
% 2.18/0.68  
% 2.18/0.68  fork 5: search terminated without proof.
% 2.18/0.68  
% 2.18/0.68  
% 2.18/0.68  fork 7: search terminated without proof.
% 2.18/0.69  
% 2.18/0.69  
% 2.18/0.69  fork 0: search terminated without proof.
% 2.18/0.69  
% 2.18/0.69  
% 2.18/0.69  fork 2: search terminated without proof.
% 2.18/0.69  
% 2.18/0.69  
% 2.18/0.69  fork 6: search terminated without proof.
% 2.18/0.69  
% 2.18/0.69  
% 2.18/0.69  fork 3: search terminated without proof.
% 2.18/0.70  
% 2.18/0.70  **** run 21 fork 4 starts with strategy
% 2.18/0.70  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 2.18/0.70  
% 2.18/0.70  **** run 22 fork 5 starts with strategy
% 2.18/0.70  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 2.18/0.70  
% 2.18/0.70  **** run 17 fork 0 starts with strategy
% 2.18/0.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.18/0.71  
% 2.18/0.71  **** run 24 fork 7 starts with strategy
% 2.18/0.71  
% 2.18/0.71  **** run 23 fork 6 starts with strategy
% 2.18/0.71  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 2.18/0.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 2.18/0.71  
% 2.18/0.71  **** run 19 fork 2 starts with strategy
% 2.18/0.71  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 2.18/0.71  
% 2.18/0.71  **** run 20 fork 3 starts with strategy
% 2.18/0.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.18/0.73  
% 2.18/0.73  
% 2.18/0.73  fork 1: search terminated without proof.
% 2.18/0.74  
% 2.18/0.74  **** run 18 fork 1 starts with strategy
% 2.18/0.74  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 3.16/0.82  
% 3.16/0.82  
% 3.16/0.82  fork 5: search terminated without proof.
% 3.55/0.83  
% 3.55/0.83  
% 3.55/0.83  fork 7: search terminated without proof.
% 3.55/0.83  
% 3.55/0.83  
% 3.55/0.83  fork 0: search terminated without proof.
% 3.55/0.83  
% 3.55/0.83  
% 3.55/0.83  fork 6: search terminated without proof.
% 3.55/0.84  
% 3.55/0.84  
% 3.55/0.84  fork 4: search terminated without proof.
% 3.55/0.84  
% 3.55/0.84  
% 3.55/0.84  fork 2: search terminated without proof.
% 3.55/0.85  
% 3.55/0.85  **** run 30 fork 5 starts with strategy
% 3.55/0.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.67/0.85  
% 3.67/0.85  **** run 32 fork 7 starts with strategy
% 3.67/0.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.67/0.85  
% 3.67/0.85  
% 3.67/0.85  fork 3: search terminated without proof.
% 3.67/0.85  
% 3.67/0.85  **** run 25 fork 0 starts with strategy
% 3.67/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.67/0.85  
% 3.67/0.85  **** run 31 fork 6 starts with strategy
% 3.67/0.85  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.67/0.86  
% 3.67/0.86  **** run 29 fork 4 starts with strategy
% 3.67/0.86  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.67/0.87  
% 3.67/0.87  **** run 27 fork 2 starts with strategy
% 3.67/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.67/0.87  
% 3.67/0.87  **** run 28 fork 3 starts with strategy
% 3.67/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.67/0.88  
% 3.67/0.88  
% 3.67/0.88  fork 1: search terminated without proof.
% 3.67/0.90  
% 3.67/0.90  **** run 26 fork 1 starts with strategy
% 3.67/0.90  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 4.58/0.97  
% 4.58/0.97  
% 4.58/0.97  fork 5: search terminated without proof.
% 4.58/0.98  
% 4.58/0.98  
% 4.58/0.98  fork 4: search terminated without proof.
% 4.58/0.99  
% 4.58/0.99  **** run 38 fork 5 starts with strategy
% 4.58/0.99  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.58/0.99  
% 4.58/0.99  
% 4.58/0.99  fork 2: search terminated without proof.
% 4.58/0.99  
% 4.58/0.99  
% 4.58/0.99  fork 6: search terminated without proof.
% 4.58/1.00  
% 4.58/1.00  
% 4.58/1.00  fork 3: search terminated without proof.
% 4.58/1.00  
% 4.58/1.00  **** run 37 fork 4 starts with strategy
% 4.58/1.00  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.58/1.01  
% 4.58/1.01  **** run 35 fork 2 starts with strategy
% 4.58/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.58/1.01  
% 4.58/1.01  **** run 39 fork 6 starts with strategy
% 4.58/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.58/1.02  
% 4.58/1.02  
% 4.58/1.02  fork 1: search terminated without proof.
% 4.58/1.02  
% 4.58/1.02  **** run 36 fork 3 starts with strategy
% 4.58/1.02  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.58/1.04  
% 4.58/1.04  **** run 34 fork 1 starts with strategy
% 4.58/1.04  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 5.23/1.12  
% 5.23/1.12  
% 5.23/1.12  fork 4: search terminated without proof.
% 5.53/1.13  
% 5.53/1.13  
% 5.53/1.13  fork 5: search terminated without proof.
% 5.53/1.13  
% 5.53/1.13  
% 5.53/1.13  fork 2: search terminated without proof.
% 5.53/1.14  
% 5.53/1.14  
% 5.53/1.14  fork 6: search terminated without proof.
% 5.53/1.14  
% 5.53/1.14  
% 5.53/1.14  fork 3: search terminated without proof.
% 5.53/1.14  
% 5.53/1.14  **** run 45 fork 4 starts with strategy
% 5.53/1.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.66/1.15  
% 5.66/1.15  **** run 46 fork 5 starts with strategy
% 5.66/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.66/1.15  
% 5.66/1.15  **** run 43 fork 2 starts with strategy
% 5.66/1.15  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.66/1.16  
% 5.66/1.16  **** run 47 fork 6 starts with strategy
% 5.66/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.66/1.16  
% 5.66/1.16  
% 5.66/1.16  fork 1: search terminated without proof.
% 5.66/1.16  
% 5.66/1.16  **** run 44 fork 3 starts with strategy
% 5.66/1.16  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.66/1.18  
% 5.66/1.18  **** run 42 fork 1 starts with strategy
% 5.66/1.18  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.66/1.27  
% 5.66/1.27  
% 5.66/1.27  fork 4: search terminated without proof.
% 5.66/1.27  
% 5.66/1.27  
% 5.66/1.27  fork 2: search terminated without proof.
% 5.66/1.27  
% 5.66/1.27  
% 5.66/1.27  fork 5: search terminated without proof.
% 5.66/1.28  
% 5.66/1.28  
% 5.66/1.28  fork 6: search terminated without proof.
% 6.41/1.28  
% 6.41/1.28  **** run 53 fork 4 starts with strategy
% 6.41/1.28  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.41/1.29  
% 6.41/1.29  **** run 51 fork 2 starts with strategy
% 6.41/1.29  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.41/1.29  
% 6.41/1.29  **** run 54 fork 5 starts with strategy
% 6.41/1.29  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.41/1.29  
% 6.41/1.29  
% 6.41/1.29  fork 3: search terminated without proof.
% 6.41/1.30  
% 6.41/1.30  **** run 55 fork 6 starts with strategy
% 6.41/1.30  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.41/1.32  
% 6.41/1.32  **** run 52 fork 3 starts with strategy
% 6.41/1.32  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.65/1.41  
% 6.65/1.41  
% 6.65/1.41  fork 2: search terminated without proof.
% 6.65/1.41  
% 6.65/1.41  
% 6.65/1.41  fork 4: search terminated without proof.
% 7.07/1.42  
% 7.07/1.42  
% 7.07/1.42  fork 5: search terminated without proof.
% 7.07/1.43  
% 7.07/1.43  
% 7.07/1.43  fork 6: search terminated without proof.
% 7.07/1.43  
% 7.07/1.43  **** run 59 fork 2 starts with strategy
% 7.07/1.43  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.07/1.43  
% 7.07/1.43  **** run 61 fork 4 starts with strategy
% 7.07/1.43  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.07/1.44  
% 7.07/1.44  **** run 62 fork 5 starts with strategy
% 7.07/1.44  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.07/1.44  
% 7.07/1.44  
% 7.07/1.44  fork 3: search terminated without proof.
% 7.07/1.45  
% 7.07/1.45  **** run 63 fork 6 starts with strategy
% 7.07/1.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.07/1.47  
% 7.07/1.47  **** run 60 fork 3 starts with strategy
% 7.07/1.47  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.07/1.47  
% 7.07/1.47  fork 5: search finished without proof.
% 7.07/1.48  
% 7.07/1.48  fork 6: search finished without proof.
% 7.40/1.49  
% 7.40/1.49  **** run 70 fork 5 starts with strategy
% 7.40/1.49  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.40/1.49  
% 7.40/1.49  **** run 71 fork 6 starts with strategy
% 7.40/1.49  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.40/1.52  
% 7.40/1.52  fork 6: search finished without proof.
% 7.40/1.53  
% 7.40/1.53  
% 7.40/1.53  result: proof found
% 7.40/1.53  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 7.40/1.53  by run 32 fork 7 strategy {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 7.40/1.53  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 7.40/1.53  
% 7.40/1.53  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 7.40/1.53  
% 7.40/1.53  run 32 fork 7 statistics:
% 7.40/1.53  ----------------------------------
% 7.40/1.53  this run seconds: 0.061548
% 7.40/1.53  total seconds: 0.543848
% 7.40/1.53  stat_given_used: 526
% 7.40/1.53  stat_given_used_at_endgame: 0
% 7.40/1.53  stat_given_candidates:   1485
% 7.40/1.53  stat_given_candidates_at_endgame: 0
% 7.40/1.53  stat_given_candidates_h: 0
% 7.40/1.53  stat_binres_derived_cl:   11627
% 7.40/1.53  stat_binres_derived_cl_h: 0
% 7.40/1.53  stat_factor_derived_cl: 49
% 7.40/1.53  stat_para_derived_cl: 964
% 7.40/1.53  stat_tautologies_discarded: 39
% 7.40/1.53  stat_forward_subsumed: 4945
% 7.40/1.53  stat_derived_cut: 233
% 7.40/1.53  stat_derived_rewritten: 265
% 7.40/1.53  stat_weight_discarded_building: 0
% 7.40/1.53  stat_weight_discarded_cl: 5914
% 7.40/1.53  stat_internlimit_discarded_cl: 0
% 7.40/1.53  stat_simplified:  265 simplified 0 derived 0 given
% 7.40/1.53  stat_kept_cl: 1578
% 7.40/1.53  stat_built_cl: 8809
% 7.40/1.53  stat_hyperres_partial_cl: 0
% 7.40/1.53  stat_made_rewriters: 10
% 7.40/1.53  stat_backward_subsumed: 0
% 7.40/1.53  stat_propagated_subsumed: 0
% 7.40/1.53  stat_clsubs_attempted:                     63010
% 7.40/1.53  stat_clsubs_fact_groundunit_found:             0
% 7.40/1.53  stat_clsubs_rule_groundunit_found:             5
% 7.40/1.53  stat_clsubs_top_meta_attempted:             214427
% 7.40/1.53  stat_clsubs_top_meta_failed:                151417
% 7.40/1.53  stat_clsubs_top_meta_nonpref_attempted:              214427
% 7.40/1.53  stat_clsubs_top_meta_nonpref_succeeded:              122150
% 7.40/1.53  stat_clsubs_top_meta_pref_attempted:                 122150
% 7.40/1.53  stat_clsubs_top_meta_pref1_succeeded:                 67648
% 7.40/1.53  stat_clsubs_top_meta_pref2_succeeded:                 63010
% 7.40/1.53  stat_clsubs_top_meta_pref3_succeeded:                 63010
% 7.40/1.53  stat_clsubs_top_meta_pref_succeeded:                  63010
% 7.40/1.53  stat_clsubs_meta_attempted:                89918
% 7.40/1.53  stat_clsubs_meta_failed:                   41058
% 7.40/1.53  stat_clsubs_predsymbs_attempted:               0
% 7.40/1.53  stat_clsubs_unit_attempted:                29931
% 7.40/1.53  stat_clsubs_full_attempted:                33079
% 7.40/1.53  stat_forwardsubs_attempted:                12438
% 7.40/1.53  stat_lit_hash_added:                   1806
% 7.40/1.53  stat_lit_hash_computed:               32068
% 7.40/1.53  stat_lit_hash_match_found:             5215
% 7.40/1.53  stat_lit_hash_match_miss:             39742
% 7.40/1.53  stat_lit_hash_cut_ok:                   113
% 7.40/1.53  stat_lit_strong_cut_ok:                 156
% 7.40/1.53  stat_lit_hash_subsume_ok:              4945
% 7.40/1.53  clqueue els 10000000 used 1
% 7.40/1.53  clactive els 10000000 used 527
% 7.40/1.53  clactivesubsume els 10000000 used 3085
% 7.40/1.53  queue_termbuf els 200000000 used 114315
% 7.40/1.53  hyper_termbuf els 100000000 used 1
% 7.40/1.53  active_termbuf els 100000000 used 21524
% 7.40/1.53  varstack els 5000 last used 1
% 7.40/1.53  given_termbuf els 10000000 last used 1
% 7.40/1.53  simplified_termbuf els 10000000 last used 1
% 7.40/1.53  derived_termbuf els 10000000 last used 46
% 7.40/1.53  wr_mallocs: 2630
% 7.40/1.53  wr_callocs: 21
% 7.40/1.53  wr_reallocs: 472
% 7.40/1.53  wr_frees: 2
% 7.40/1.53  wr_malloc_bytes: 4162679812
% 7.40/1.53  wr_calloc_bytes: 112065536
% 7.40/1.53  wr_realloc_bytes: 81608
% 7.40/1.53  wr_realloc_freebytes: 0
% 7.40/1.53  ----------------------------------
% 7.40/1.54  
% 7.40/1.54  **** run 79 fork 6 starts with strategy
% 7.40/1.54  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
%------------------------------------------------------------------------------