TSTP Solution File: HEN006-7 by GKC---0.8

View Problem - Process Solution

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

% Computer : n023.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 01:55:39 EDT 2023

% Result   : Unsatisfiable 9.87s 1.82s
% Output   : CNFRefutation 9.87s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_closure')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    quotient(X,Y,divide(X,Y)),
    inference(cnf_transformation,[],['$inc_closure']) ).

cnf('2',plain,
    ( ~ quotient(X,Y,Z)
    | ~ quotient(U,V,W)
    | ~ quotient(X2006,V,Y)
    | ~ quotient(X2007,V,X)
    | ~ quotient(X2007,X2006,U)
    | less_equal(Z,W) ),
    inference(cnf_transformation,[],['$inc_quotient_property']) ).

cnf('3',plain,
    ( less_equal(divide(X,Y),Z)
    | ~ quotient(U,V,W)
    | ~ quotient(U,X2006,X)
    | ~ quotient(V,X2006,Y)
    | ~ quotient(W,X2006,Z) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    quotient(x,y,xQy),
    inference(cnf_transformation,[],[xQy]) ).

cnf('5',plain,
    ( less_equal(divide(X,Y),Z)
    | ~ quotient(xQy,U,Z)
    | ~ quotient(y,U,Y)
    | ~ quotient(x,U,X) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( quotient(X,Y,zero)
    | ~ less_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_quotient_less_equal']) ).

cnf('7',plain,
    less_equal(xQy,z),
    inference(cnf_transformation,[],[xQyLEz]) ).

cnf('8',plain,
    quotient(xQy,z,zero),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( less_equal(divide(X,Y),zero)
    | ~ quotient(y,z,Y)
    | ~ quotient(x,z,X) ),
    inference(resolution,[],['5','8']) ).

cnf('10',plain,
    ( less_equal(divide(X,divide(y,z)),zero)
    | ~ quotient(x,z,X) ),
    inference(resolution,[],['9','1']) ).

cnf('11',plain,
    quotient(x,z,xQz),
    inference(cnf_transformation,[],[xQz]) ).

cnf('12',plain,
    less_equal(divide(xQz,divide(y,z)),zero),
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    ( ~ less_equal(X,Y)
    | ~ less_equal(Y,X)
    | Y = X ),
    inference(cnf_transformation,[],['$inc_less_equal_and_equal']) ).

cnf('14',plain,
    less_equal(zero,X),
    inference(cnf_transformation,[],['$inc_zero_is_smallest']) ).

cnf('15',plain,
    ( ~ less_equal(X,zero)
    | X = zero ),
    inference(resolution,[],['13','14']) ).

cnf('16',plain,
    divide(xQz,divide(y,z)) = zero,
    inference(resolution,[],['12','15']) ).

cnf('17',plain,
    ( ~ quotient(X,Y,Z)
    | less_equal(Z,X) ),
    inference(cnf_transformation,[],['$inc_divisor_existence']) ).

cnf('18',plain,
    less_equal(divide(X,Y),X),
    inference(resolution,[],['1','17']) ).

cnf('19',plain,
    quotient(divide(X,Y),X,zero),
    inference(resolution,[],['18','6']) ).

cnf('20',plain,
    quotient(X,zero,X),
    inference(cnf_transformation,[],[x_divde_zero_is_x]) ).

cnf('21',plain,
    ( ~ quotient(X,Y,Z)
    | ~ quotient(X,U,V)
    | ~ quotient(Y,U,zero)
    | ~ quotient(Z,U,W)
    | less_equal(V,W) ),
    inference(resolution,[],['2','20']) ).

cnf('22',plain,
    ( ~ quotient(X,divide(Y,Z),U)
    | ~ quotient(U,Y,V)
    | ~ quotient(X,Y,W)
    | less_equal(W,V) ),
    inference(resolution,[],['19','21']) ).

cnf('23',plain,
    ( ~ quotient(divide(X,divide(Y,Z)),Y,U)
    | ~ quotient(X,Y,V)
    | less_equal(V,U) ),
    inference(resolution,[],['22','1']) ).

cnf('24',plain,
    ( ~ quotient(xQz,y,X)
    | ~ quotient(zero,y,Y)
    | less_equal(X,Y) ),
    inference(paramodulation,[],['16','23']) ).

cnf('25',plain,
    ( less_equal(divide(xQz,y),X)
    | ~ quotient(zero,y,X) ),
    inference(resolution,[],['24','1']) ).

cnf('26',plain,
    quotient(zero,X,zero),
    inference(cnf_transformation,[],[zero_divide_anything_is_zero]) ).

cnf('27',plain,
    less_equal(divide(xQz,y),zero),
    inference(resolution,[],['25','26']) ).

cnf('28',plain,
    divide(xQz,y) = zero,
    inference(resolution,[],['27','15']) ).

cnf('29',plain,
    quotient(xQz,y,zero),
    inference(paramodulation,[],['28','1']) ).

cnf('30',plain,
    ( ~ quotient(X,Y,zero)
    | less_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_less_equal_quotient']) ).

cnf('31',plain,
    ~ less_equal(xQz,y),
    inference(cnf_transformation,[],[prove_xQzLEy]) ).

cnf('32',plain,
    $false,
    inference(resolution,[then_simplify],['29','30','31']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : HEN006-7 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n023.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu Aug 24 13:44:12 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.39  
% 0.13/0.39  input clause set summed statistics:
% 0.13/0.39  ----------------------------------
% 0.13/0.39  in_clause_count:                    17
% 0.13/0.39  in_rule_clause_count:                8
% 0.13/0.39  in_fact_clause_count:                9
% 0.13/0.39  in_answer_clause_count:              0
% 0.13/0.39  in_ground_clause_count:              4
% 0.13/0.39  in_unit_clause_count:               11
% 0.13/0.39  in_horn_clause_count:               17
% 0.13/0.39  in_pos_clause_count:                10
% 0.13/0.39  in_neg_clause_count:                 1
% 0.13/0.39  in_poseq_clause_count:               2
% 0.13/0.39  in_negeq_clause_count:               0
% 0.13/0.39  in_unitposeq_clause_count:           0
% 0.13/0.39  in_chain_clause_count:               0
% 0.13/0.39  in_min_length:             1
% 0.13/0.39  in_max_length:             6
% 0.13/0.39  in_min_depth:              1
% 0.13/0.39  in_max_depth:              2
% 0.13/0.39  in_min_size:               3
% 0.13/0.39  in_max_size:              23
% 0.13/0.39  in_min_vars:               0
% 0.13/0.39  in_max_vars:               8
% 0.13/0.39  in_extaxiom_count:                 9
% 0.13/0.39  in_axiom_count:                    4
% 0.13/0.39  in_assumption_count:               3
% 0.13/0.39  in_goal_count:                     1
% 0.13/0.39  in_neg_goal_count:                 1
% 0.13/0.39  in_pos_goal_count:                 0
% 0.13/0.39  in_posunit_goal_count:             0
% 0.13/0.39  
% 0.13/0.39  auto guide:
% 0.13/0.39  -----------
% 0.13/0.39  {
% 0.13/0.39  "print":1,
% 0.13/0.39  "print_level": 15,
% 0.13/0.39  "max_size": 0,
% 0.13/0.39  "max_depth": 0,
% 0.13/0.39  "max_length": 0,
% 0.13/0.39  "max_dseconds": 0,
% 0.13/0.39  "runs":[
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.13/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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.13/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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/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.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.13/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.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/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.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.13/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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.13/0.39  
% 0.13/0.39  ]}
% 0.13/0.39  
% 0.13/0.39  
% 0.13/0.39  **** run 1 fork 0 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 2 fork 1 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 3 fork 2 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 4 fork 3 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 5 fork 4 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 6 fork 5 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 7 fork 6 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.41  
% 0.19/0.41  **** run 8 fork 7 starts with strategy
% 0.19/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.43  
% 0.19/0.43  fork 3: search finished without proof.
% 0.19/0.46  
% 0.19/0.46  **** run 12 fork 3 starts with strategy
% 0.19/0.46  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.51  
% 0.19/0.51  fork 6: search finished without proof.
% 0.19/0.51  
% 0.19/0.51  fork 0: search finished without proof.
% 0.19/0.52  
% 0.19/0.52  fork 2: search finished without proof.
% 0.19/0.52  
% 0.19/0.52  fork 4: search finished without proof.
% 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  
% 0.19/0.53  fork 1: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  fork 5: search finished without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 10 fork 1 starts with strategy
% 0.19/0.55  
% 0.19/0.55  fork 7: search finished without proof.
% 0.19/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.56  
% 0.19/0.56  **** run 14 fork 5 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.19/0.57  
% 0.19/0.57  fork 3: search finished without proof.
% 0.19/0.58  
% 0.19/0.58  **** run 16 fork 7 starts with strategy
% 0.19/0.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 1.69/0.61  
% 1.69/0.61  **** run 20 fork 3 starts with strategy
% 1.69/0.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 1.84/0.65  
% 1.84/0.65  
% 1.84/0.65  fork 6: search terminated without proof.
% 1.84/0.66  
% 1.84/0.66  fork 4: search finished without proof.
% 1.84/0.67  
% 1.84/0.67  
% 1.84/0.67  fork 0: search terminated without proof.
% 1.84/0.68  
% 1.84/0.68  **** run 23 fork 6 starts with strategy
% 1.84/0.68  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 1.84/0.68  
% 1.84/0.68  fork 1: search finished without proof.
% 1.84/0.68  
% 1.84/0.68  **** run 21 fork 4 starts with strategy
% 1.84/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 1.84/0.69  
% 1.84/0.69  **** run 17 fork 0 starts with strategy
% 1.84/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.84/0.69  
% 1.84/0.69  fork 5: search finished without proof.
% 1.84/0.69  
% 1.84/0.69  
% 1.84/0.69  fork 7: search terminated without proof.
% 1.84/0.69  
% 1.84/0.69  
% 1.84/0.69  fork 2: search terminated without proof.
% 1.84/0.70  
% 1.84/0.70  **** run 18 fork 1 starts with strategy
% 1.84/0.70  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 1.84/0.70  
% 1.84/0.70  **** run 22 fork 5 starts with strategy
% 1.84/0.70  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 1.84/0.71  
% 1.84/0.71  **** run 24 fork 7 starts with strategy
% 1.84/0.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 1.84/0.71  
% 1.84/0.71  **** run 19 fork 2 starts with strategy
% 1.84/0.71  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 2.93/0.81  
% 2.93/0.81  fork 3: search finished without proof.
% 2.93/0.82  
% 2.93/0.82  
% 2.93/0.82  fork 4: search terminated without proof.
% 2.93/0.82  
% 2.93/0.82  
% 2.93/0.82  fork 0: search terminated without proof.
% 2.93/0.83  
% 2.93/0.83  
% 2.93/0.83  fork 6: search terminated without proof.
% 2.93/0.83  
% 2.93/0.83  **** run 28 fork 3 starts with strategy
% 2.93/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 2.93/0.83  
% 2.93/0.83  fork 1: search finished without proof.
% 2.93/0.84  
% 2.93/0.84  
% 2.93/0.84  fork 5: search terminated without proof.
% 2.93/0.85  
% 2.93/0.85  **** run 29 fork 4 starts with strategy
% 2.93/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 2.93/0.85  
% 2.93/0.85  **** run 25 fork 0 starts with strategy
% 2.93/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 2.93/0.85  
% 2.93/0.85  **** run 31 fork 6 starts with strategy
% 2.93/0.86  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 2.93/0.86  
% 2.93/0.86  **** run 30 fork 5 starts with strategy
% 2.93/0.86  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.48/0.87  
% 3.48/0.87  
% 3.48/0.87  fork 2: search terminated without proof.
% 3.56/0.88  
% 3.56/0.88  **** run 26 fork 1 starts with strategy
% 3.56/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.56/0.90  
% 3.56/0.90  **** run 27 fork 2 starts with strategy
% 3.56/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.93/0.95  
% 3.93/0.95  
% 3.93/0.95  fork 7: search terminated without proof.
% 3.93/0.96  
% 3.93/0.96  
% 3.93/0.96  fork 3: search terminated without proof.
% 3.93/0.98  
% 3.93/0.98  
% 3.93/0.98  fork 4: search terminated without proof.
% 3.93/0.98  
% 3.93/0.98  
% 3.93/0.98  fork 0: search terminated without proof.
% 3.93/0.98  
% 3.93/0.98  
% 3.93/0.98  fork 6: search terminated without proof.
% 3.93/0.98  
% 3.93/0.98  **** run 32 fork 7 starts with strategy
% 3.93/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.93/0.99  
% 3.93/0.99  **** run 36 fork 3 starts with strategy
% 3.93/0.99  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 3.93/0.99  
% 3.93/0.99  
% 3.93/0.99  fork 5: search terminated without proof.
% 3.93/1.00  
% 3.93/1.00  **** run 37 fork 4 starts with strategy
% 3.93/1.00  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 3.93/1.00  
% 3.93/1.00  **** run 33 fork 0 starts with strategy
% 3.93/1.00  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 3.93/1.01  
% 3.93/1.01  **** run 39 fork 6 starts with strategy
% 3.93/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 3.93/1.01  
% 3.93/1.01  **** run 38 fork 5 starts with strategy
% 3.93/1.01  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.56/1.02  
% 4.56/1.02  
% 4.56/1.02  fork 2: search terminated without proof.
% 4.56/1.04  
% 4.56/1.04  **** run 35 fork 2 starts with strategy
% 4.56/1.04  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 5.02/1.10  
% 5.02/1.10  fork 3: search finished without proof.
% 5.02/1.12  
% 5.02/1.12  fork 1: search finished without proof.
% 5.02/1.12  
% 5.02/1.12  
% 5.02/1.12  fork 4: search terminated without proof.
% 5.02/1.13  
% 5.02/1.13  **** run 44 fork 3 starts with strategy
% 5.02/1.13  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.02/1.13  
% 5.02/1.13  
% 5.02/1.13  fork 6: search terminated without proof.
% 5.02/1.14  
% 5.02/1.14  
% 5.02/1.14  fork 0: search terminated without proof.
% 5.02/1.14  
% 5.02/1.14  
% 5.02/1.14  fork 5: search terminated without proof.
% 5.02/1.15  
% 5.02/1.15  fork 7: search finished without proof.
% 5.02/1.15  
% 5.02/1.15  **** run 45 fork 4 starts with strategy
% 5.02/1.15  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.02/1.15  
% 5.02/1.15  **** run 34 fork 1 starts with strategy
% 5.02/1.15  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 5.02/1.15  
% 5.02/1.15  **** run 47 fork 6 starts with strategy
% 5.02/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.02/1.16  
% 5.02/1.16  fork 3: search finished without proof.
% 5.02/1.16  
% 5.02/1.16  **** run 46 fork 5 starts with strategy
% 5.02/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.02/1.17  
% 5.02/1.17  
% 5.02/1.17  fork 2: search terminated without proof.
% 5.02/1.17  
% 5.02/1.17  **** run 41 fork 0 starts with strategy
% 5.02/1.17  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.02/1.17  
% 5.02/1.17  **** run 40 fork 7 starts with strategy
% 5.02/1.17  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 5.02/1.19  
% 5.02/1.19  **** run 52 fork 3 starts with strategy
% 5.02/1.19  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 5.02/1.19  
% 5.02/1.19  fork 5: search finished without proof.
% 5.02/1.19  
% 5.02/1.19  **** run 43 fork 2 starts with strategy
% 5.02/1.19  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.85/1.21  
% 5.85/1.21  **** run 54 fork 5 starts with strategy
% 5.85/1.21  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.09/1.28  
% 6.09/1.28  
% 6.09/1.28  fork 6: search terminated without proof.
% 6.09/1.29  
% 6.09/1.29  fork 4: search finished without proof.
% 6.09/1.29  
% 6.09/1.29  fork 7: search finished without proof.
% 6.09/1.30  
% 6.09/1.30  **** run 55 fork 6 starts with strategy
% 6.09/1.30  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.09/1.31  
% 6.09/1.31  
% 6.09/1.31  fork 3: search terminated without proof.
% 6.09/1.31  
% 6.09/1.31  fork 2: search finished without proof.
% 6.09/1.31  
% 6.09/1.31  **** run 53 fork 4 starts with strategy
% 6.09/1.31  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.09/1.32  
% 6.09/1.32  **** run 48 fork 7 starts with strategy
% 6.09/1.32  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 6.71/1.33  
% 6.71/1.33  
% 6.71/1.33  fork 5: search terminated without proof.
% 6.71/1.33  
% 6.71/1.33  **** run 51 fork 2 starts with strategy
% 6.71/1.33  
% 6.71/1.33  **** run 60 fork 3 starts with strategy
% 6.71/1.33  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 6.71/1.33  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.71/1.34  
% 6.71/1.34  fork 7: search finished without proof.
% 6.71/1.36  
% 6.71/1.36  **** run 62 fork 5 starts with strategy
% 6.71/1.36  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 6.71/1.36  
% 6.71/1.36  
% 6.71/1.36  fork 0: search terminated without proof.
% 6.71/1.36  
% 6.71/1.36  **** run 56 fork 7 starts with strategy
% 6.71/1.36  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.71/1.38  
% 6.71/1.38  fork 5: search finished without proof.
% 6.71/1.38  
% 6.71/1.38  **** run 49 fork 0 starts with strategy
% 6.71/1.38  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 7.12/1.40  
% 7.12/1.40  **** run 70 fork 5 starts with strategy
% 7.12/1.40  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.12/1.42  
% 7.12/1.42  fork 6: search finished without proof.
% 7.12/1.44  
% 7.12/1.44  
% 7.12/1.44  fork 4: search terminated without proof.
% 7.12/1.45  
% 7.12/1.45  **** run 63 fork 6 starts with strategy
% 7.12/1.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.58/1.45  
% 7.58/1.45  fork 2: search finished without proof.
% 7.58/1.46  
% 7.58/1.46  
% 7.58/1.46  fork 3: search terminated without proof.
% 7.67/1.47  
% 7.67/1.47  **** run 61 fork 4 starts with strategy
% 7.67/1.47  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.67/1.48  
% 7.67/1.48  **** run 59 fork 2 starts with strategy
% 7.67/1.48  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.67/1.48  
% 7.67/1.48  fork 7: search finished without proof.
% 7.67/1.48  
% 7.67/1.48  **** run 68 fork 3 starts with strategy
% 7.67/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.67/1.50  
% 7.67/1.50  fork 6: search finished without proof.
% 7.67/1.50  
% 7.67/1.50  **** run 64 fork 7 starts with strategy
% 7.67/1.50  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 7.96/1.51  
% 7.96/1.51  
% 7.96/1.51  fork 0: search terminated without proof.
% 7.96/1.52  
% 7.96/1.52  **** run 71 fork 6 starts with strategy
% 7.96/1.52  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.96/1.53  
% 7.96/1.53  fork 5: search finished without proof.
% 7.96/1.54  
% 7.96/1.54  **** run 57 fork 0 starts with strategy
% 7.96/1.54  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 8.20/1.55  
% 8.20/1.55  fork 6: search finished without proof.
% 8.20/1.55  
% 8.20/1.55  **** run 78 fork 5 starts with strategy
% 8.20/1.55  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.20/1.57  
% 8.20/1.57  **** run 79 fork 6 starts with strategy
% 8.20/1.57  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.20/1.57  
% 8.20/1.57  fork 4: search finished without proof.
% 8.20/1.59  
% 8.20/1.59  **** run 69 fork 4 starts with strategy
% 8.20/1.59  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.20/1.60  
% 8.20/1.60  fork 2: search finished without proof.
% 8.20/1.61  
% 8.20/1.61  
% 8.20/1.61  fork 3: search terminated without proof.
% 8.20/1.62  
% 8.20/1.62  fork 7: search finished without proof.
% 8.20/1.62  
% 8.20/1.62  **** run 67 fork 2 starts with strategy
% 8.20/1.62  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.81/1.63  
% 8.81/1.63  **** run 76 fork 3 starts with strategy
% 8.81/1.63  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 8.81/1.64  
% 8.81/1.64  fork 5: search finished without proof.
% 8.81/1.64  
% 8.81/1.64  **** run 72 fork 7 starts with strategy
% 8.81/1.64  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.81/1.66  
% 8.81/1.66  fork 6: search finished without proof.
% 8.81/1.66  
% 8.81/1.66  **** run 86 fork 5 starts with strategy
% 8.81/1.66  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 8.81/1.66  
% 8.81/1.66  
% 8.81/1.66  fork 0: search terminated without proof.
% 8.81/1.68  
% 8.81/1.68  **** run 87 fork 6 starts with strategy
% 8.81/1.68  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.19/1.69  
% 9.19/1.69  **** run 65 fork 0 starts with strategy
% 9.19/1.69  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 9.19/1.72  
% 9.19/1.72  
% 9.19/1.72  fork 4: search terminated without proof.
% 9.19/1.74  
% 9.19/1.74  **** run 77 fork 4 starts with strategy
% 9.19/1.74  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.19/1.74  
% 9.19/1.74  
% 9.19/1.74  fork 2: search terminated without proof.
% 9.19/1.75  
% 9.19/1.75  fork 3: search finished without proof.
% 9.19/1.77  
% 9.19/1.77  **** run 75 fork 2 starts with strategy
% 9.19/1.77  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.19/1.77  
% 9.19/1.77  
% 9.19/1.77  fork 7: search terminated without proof.
% 9.79/1.78  
% 9.79/1.78  **** run 84 fork 3 starts with strategy
% 9.79/1.78  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 9.79/1.78  
% 9.79/1.78  
% 9.79/1.78  fork 5: search terminated without proof.
% 9.87/1.79  
% 9.87/1.79  **** run 80 fork 7 starts with strategy
% 9.87/1.79  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 9.87/1.81  
% 9.87/1.81  fork 0: search finished without proof.
% 9.87/1.81  
% 9.87/1.81  fork 6: search finished without proof.
% 9.87/1.81  
% 9.87/1.81  **** run 94 fork 5 starts with strategy
% 9.87/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 9.87/1.82  
% 9.87/1.82  
% 9.87/1.82  result: proof found
% 9.87/1.82  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 9.87/1.82  by run 34 fork 1 strategy {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 9.87/1.82  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 9.87/1.82  
% 9.87/1.82  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 9.87/1.82  
% 9.87/1.82  run 34 fork 1 statistics:
% 9.87/1.82  ----------------------------------
% 9.87/1.82  this run seconds: 0.054109
% 9.87/1.82  total seconds: 0.620669
% 9.87/1.82  stat_given_used: 508
% 9.87/1.82  stat_given_used_at_endgame: 0
% 9.87/1.82  stat_given_candidates:   2992
% 9.87/1.82  stat_given_candidates_at_endgame: 0
% 9.87/1.82  stat_given_candidates_h: 0
% 9.87/1.82  stat_binres_derived_cl:   3247
% 9.87/1.82  stat_binres_derived_cl_h: 0
% 9.87/1.82  stat_factor_derived_cl: 302
% 9.87/1.82  stat_para_derived_cl: 867
% 9.87/1.82  stat_tautologies_discarded: 0
% 9.87/1.82  stat_forward_subsumed: 1082
% 9.87/1.82  stat_derived_cut: 72
% 9.87/1.82  stat_derived_rewritten: 578
% 9.87/1.82  stat_weight_discarded_building: 0
% 9.87/1.82  stat_weight_discarded_cl: 0
% 9.87/1.82  stat_internlimit_discarded_cl: 0
% 9.87/1.82  stat_simplified:  578 simplified 0 derived 0 given
% 9.87/1.82  stat_kept_cl: 3199
% 9.87/1.82  stat_built_cl: 4793
% 9.87/1.82  stat_hyperres_partial_cl: 0
% 9.87/1.82  stat_made_rewriters: 19
% 9.87/1.82  stat_backward_subsumed: 0
% 9.87/1.82  stat_propagated_subsumed: 0
% 9.87/1.82  stat_clsubs_attempted:                     72704
% 9.87/1.82  stat_clsubs_fact_groundunit_found:             6
% 9.87/1.82  stat_clsubs_rule_groundunit_found:             1
% 9.87/1.82  stat_clsubs_top_meta_attempted:             305829
% 9.87/1.82  stat_clsubs_top_meta_failed:                233125
% 9.87/1.82  stat_clsubs_top_meta_nonpref_attempted:              305829
% 9.87/1.82  stat_clsubs_top_meta_nonpref_succeeded:              119740
% 9.87/1.82  stat_clsubs_top_meta_pref_attempted:                 119740
% 9.87/1.82  stat_clsubs_top_meta_pref1_succeeded:                104985
% 9.87/1.82  stat_clsubs_top_meta_pref2_succeeded:                 76420
% 9.87/1.82  stat_clsubs_top_meta_pref3_succeeded:                 72704
% 9.87/1.82  stat_clsubs_top_meta_pref_succeeded:                  72704
% 9.87/1.82  stat_clsubs_meta_attempted:               231489
% 9.87/1.82  stat_clsubs_meta_failed:                   58529
% 9.87/1.82  stat_clsubs_predsymbs_attempted:               0
% 9.87/1.82  stat_clsubs_unit_attempted:                 6321
% 9.87/1.82  stat_clsubs_full_attempted:                66383
% 9.87/1.82  stat_forwardsubs_attempted:                 4282
% 9.87/1.82  stat_lit_hash_added:                   3017
% 9.87/1.82  stat_lit_hash_computed:               32808
% 9.87/1.82  stat_lit_hash_match_found:             1439
% 9.87/1.82  stat_lit_hash_match_miss:             42975
% 9.87/1.82  stat_lit_hash_cut_ok:                    58
% 9.87/1.82  stat_lit_strong_cut_ok:                  49
% 9.87/1.82  stat_lit_hash_subsume_ok:              1082
% 9.87/1.82  clqueue els 10000000 used 1
% 9.87/1.82  clactive els 10000000 used 509
% 9.87/1.82  clactivesubsume els 10000000 used 2683
% 9.87/1.82  queue_termbuf els 200000000 used 185095
% 9.87/1.82  hyper_termbuf els 100000000 used 1
% 9.87/1.82  active_termbuf els 100000000 used 17231
% 9.87/1.82  varstack els 5000 last used 1
% 9.87/1.82  given_termbuf els 10000000 last used 1
% 9.87/1.82  simplified_termbuf els 10000000 last used 1
% 9.87/1.82  derived_termbuf els 10000000 last used 22
% 9.87/1.82  wr_mallocs: 4108
% 9.87/1.82  wr_callocs: 21
% 9.87/1.82  wr_reallocs: 589
% 9.87/1.82  wr_frees: 2
% 9.87/1.82  wr_malloc_bytes: 4162724500
% 9.87/1.82  wr_calloc_bytes: 112065536
% 9.87/1.82  wr_realloc_bytes: 166432
% 9.87/1.82  wr_realloc_freebytes: 0
% 9.87/1.82  ----------------------------------
%------------------------------------------------------------------------------