TSTP Solution File: HEN004-1 by GKC---0.8

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 4.53s 1.06s
% Output   : CNFRefutation 4.53s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_quotient_property')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',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('2',plain,
    quotient(X,Y,divide(X,Y)),
    inference(cnf_transformation,[],['$inc_closure']) ).

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(divide(X,Y),Z,U)
    | less_equal(divide(V,W),U)
    | ~ quotient(Y,Z,W)
    | ~ quotient(X,Z,V) ),
    inference(resolution,[],['3','2']) ).

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

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

cnf('7',plain,
    less_equal(divide(X,Y),X),
    inference(resolution,[],['6','2']) ).

cnf('8',plain,
    quotient(divide(X,Y),X,zero),
    inference(resolution,[],['5','7']) ).

cnf('9',plain,
    ( less_equal(divide(X,Y),zero)
    | ~ quotient(Z,Z,X)
    | ~ quotient(U,Z,Y) ),
    inference(resolution,[],['4','8']) ).

cnf('10',plain,
    ( less_equal(divide(divide(X,X),Y),zero)
    | ~ quotient(Z,X,Y) ),
    inference(resolution,[],['9','2']) ).

cnf('11',plain,
    less_equal(divide(divide(X,X),zero),zero),
    inference(resolution,[],['10','8']) ).

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

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

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

cnf('15',plain,
    divide(divide(X,X),zero) = zero,
    inference(resolution,[],['11','14']) ).

cnf('16',plain,
    quotient(divide(X,X),zero,zero),
    inference(paramodulation,[],['15','2']) ).

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

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

cnf('19',plain,
    divide(X,X) = zero,
    inference(resolution,[],['18','14']) ).

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

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

cnf('22',plain,
    quotient(zero,X,zero),
    inference(resolution,[],['5','21']) ).

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

cnf('24',plain,
    less_equal(divide(divide(X,Y),zero),divide(divide(X,zero),Y)),
    inference(resolution,[],['23','2']) ).

cnf('25',plain,
    less_equal(divide(divide(X,divide(X,zero)),zero),zero),
    inference(paramodulation,[],['19','24']) ).

cnf('26',plain,
    divide(divide(X,divide(X,zero)),zero) = zero,
    inference(resolution,[],['25','14']) ).

cnf('27',plain,
    quotient(divide(X,divide(X,zero)),zero,zero),
    inference(paramodulation,[],['26','2']) ).

cnf('28',plain,
    less_equal(divide(X,divide(X,zero)),zero),
    inference(resolution,[],['27','17']) ).

cnf('29',plain,
    divide(X,divide(X,zero)) = zero,
    inference(resolution,[],['28','14']) ).

cnf('30',plain,
    quotient(X,divide(X,zero),zero),
    inference(paramodulation,[],['29','2']) ).

cnf('31',plain,
    less_equal(X,divide(X,zero)),
    inference(resolution,[],['30','17']) ).

cnf('32',plain,
    ( ~ less_equal(X,divide(X,Y))
    | X = divide(X,Y) ),
    inference(resolution,[],['12','7']) ).

cnf('33',plain,
    X = divide(X,zero),
    inference(resolution,[],['31','32']) ).

cnf('34',plain,
    ~ quotient(x,zero,x),
    inference(cnf_transformation,[],[prove_x_divde_zero_is_x]) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.08  % Problem  : HEN004-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.08  % Command  : gkc %s
% 0.07/0.27  % Computer : n032.cluster.edu
% 0.07/0.27  % Model    : x86_64 x86_64
% 0.07/0.27  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.27  % Memory   : 8042.1875MB
% 0.07/0.27  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.27  % CPULimit : 300
% 0.07/0.27  % WCLimit  : 300
% 0.07/0.27  % DateTime : Thu Aug 24 13:36:12 EDT 2023
% 0.07/0.27  % CPUTime  : 
% 0.07/0.31  
% 0.07/0.31  input clause set summed statistics:
% 0.07/0.31  ----------------------------------
% 0.07/0.31  in_clause_count:                    10
% 0.07/0.31  in_rule_clause_count:                8
% 0.07/0.31  in_fact_clause_count:                2
% 0.07/0.31  in_answer_clause_count:              0
% 0.07/0.31  in_ground_clause_count:              1
% 0.07/0.31  in_unit_clause_count:                4
% 0.07/0.31  in_horn_clause_count:               10
% 0.07/0.31  in_pos_clause_count:                 3
% 0.07/0.31  in_neg_clause_count:                 1
% 0.07/0.31  in_poseq_clause_count:               2
% 0.07/0.31  in_negeq_clause_count:               0
% 0.07/0.31  in_unitposeq_clause_count:           0
% 0.07/0.31  in_chain_clause_count:               0
% 0.07/0.31  in_min_length:             1
% 0.07/0.31  in_max_length:             6
% 0.07/0.31  in_min_depth:              1
% 0.07/0.31  in_max_depth:              2
% 0.07/0.31  in_min_size:               3
% 0.07/0.31  in_max_size:              23
% 0.07/0.31  in_min_vars:               0
% 0.07/0.31  in_max_vars:               8
% 0.07/0.31  in_extaxiom_count:                 9
% 0.07/0.31  in_axiom_count:                    0
% 0.07/0.31  in_assumption_count:               0
% 0.07/0.31  in_goal_count:                     1
% 0.07/0.31  in_neg_goal_count:                 1
% 0.07/0.31  in_pos_goal_count:                 0
% 0.07/0.31  in_posunit_goal_count:             0
% 0.07/0.31  
% 0.07/0.31  auto guide:
% 0.07/0.31  -----------
% 0.07/0.31  {
% 0.07/0.31  "print":1,
% 0.07/0.31  "print_level": 15,
% 0.07/0.31  "max_size": 0,
% 0.07/0.31  "max_depth": 0,
% 0.07/0.31  "max_length": 0,
% 0.07/0.31  "max_dseconds": 0,
% 0.07/0.31  "runs":[
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.07/0.31  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.07/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.07/0.31  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.07/0.31  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.07/0.31  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.07/0.31  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.07/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.07/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.07/0.31  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.07/0.31  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.07/0.31  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.07/0.31  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.07/0.31  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.07/0.31  
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.07/0.31  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.07/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.07/0.31  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.07/0.31  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.07/0.31  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.07/0.31  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.07/0.31  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.07/0.31  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.07/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.07/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.07/0.31  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.07/0.31  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.07/0.31  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.07/0.31  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.07/0.31  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.07/0.31  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.07/0.31  
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.07/0.31  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.07/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.07/0.31  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.07/0.31  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.07/0.31  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.07/0.31  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.07/0.31  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.07/0.31  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.07/0.31  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.07/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.07/0.31  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.07/0.31  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.07/0.31  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.07/0.31  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.07/0.31  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.07/0.31  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.07/0.31  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.07/0.31  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.07/0.31  
% 0.07/0.31  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.07/0.31  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.07/0.31  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.07/0.31  
% 0.07/0.31  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.07/0.31  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.07/0.31  
% 0.07/0.31  ]}
% 0.07/0.31  
% 0.07/0.31  
% 0.07/0.31  **** run 1 fork 0 starts with strategy
% 0.07/0.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.07/0.31  
% 0.07/0.31  **** run 2 fork 1 starts with strategy
% 0.07/0.31  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.07/0.31  
% 0.07/0.31  **** run 3 fork 2 starts with strategy
% 0.07/0.31  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.07/0.31  
% 0.07/0.31  **** run 4 fork 3 starts with strategy
% 0.07/0.31  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.07/0.31  
% 0.07/0.31  **** run 5 fork 4 starts with strategy
% 0.07/0.31  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.07/0.31  
% 0.07/0.31  **** run 6 fork 5 starts with strategy
% 0.07/0.31  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.07/0.31  
% 0.07/0.31  **** run 7 fork 6 starts with strategy
% 0.07/0.31  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.11/0.33  
% 0.11/0.33  **** run 8 fork 7 starts with strategy
% 0.11/0.33  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.11/0.34  
% 0.11/0.34  fork 1: search finished without proof.
% 0.11/0.35  
% 0.11/0.35  fork 3: search finished without proof.
% 0.11/0.36  
% 0.11/0.36  **** run 10 fork 1 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.11/0.36  
% 0.11/0.36  **** run 12 fork 3 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.11/0.43  
% 0.11/0.43  fork 6: search finished without proof.
% 0.11/0.43  
% 0.11/0.43  fork 0: search finished without proof.
% 0.11/0.43  
% 0.11/0.43  fork 5: search finished without proof.
% 0.11/0.43  
% 0.11/0.43  
% 0.11/0.43  fork 4: search terminated without proof.
% 0.11/0.45  
% 0.11/0.45  **** run 15 fork 6 starts with strategy
% 0.11/0.45  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.11/0.45  
% 0.11/0.45  **** run 14 fork 5 starts with strategy
% 0.11/0.45  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.11/0.45  
% 0.11/0.45  **** run 13 fork 4 starts with strategy
% 0.11/0.45  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.11/0.46  
% 0.11/0.46  **** run 9 fork 0 starts with strategy
% 0.11/0.46  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.11/0.47  
% 0.11/0.47  fork 3: search finished without proof.
% 0.11/0.47  
% 0.11/0.47  
% 0.11/0.47  fork 2: search terminated without proof.
% 0.11/0.47  
% 0.11/0.47  fork 1: search finished without proof.
% 0.11/0.47  
% 0.11/0.47  fork 7: search finished without proof.
% 0.11/0.49  
% 0.11/0.49  **** run 20 fork 3 starts with strategy
% 0.11/0.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.11/0.49  
% 0.11/0.49  **** run 11 fork 2 starts with strategy
% 0.11/0.49  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.11/0.49  
% 0.11/0.49  **** run 16 fork 7 starts with strategy
% 0.11/0.49  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.11/0.49  
% 0.11/0.49  **** run 18 fork 1 starts with strategy
% 0.11/0.49  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.11/0.53  
% 0.11/0.53  fork 1: search finished without proof.
% 0.11/0.55  
% 0.11/0.55  **** run 26 fork 1 starts with strategy
% 0.11/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.11/0.56  
% 0.11/0.56  fork 5: search finished without proof.
% 0.11/0.56  
% 0.11/0.56  
% 0.11/0.56  fork 6: search terminated without proof.
% 0.11/0.56  
% 0.11/0.56  fork 4: search finished without proof.
% 0.11/0.57  
% 0.11/0.57  **** run 22 fork 5 starts with strategy
% 0.11/0.57  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.11/0.58  
% 0.11/0.58  **** run 21 fork 4 starts with strategy
% 0.11/0.58  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.11/0.58  
% 0.11/0.58  **** run 23 fork 6 starts with strategy
% 0.11/0.58  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.11/0.60  
% 0.11/0.60  fork 4: search finished without proof.
% 0.11/0.60  
% 0.11/0.60  
% 0.11/0.60  fork 2: search terminated without proof.
% 0.11/0.61  
% 0.11/0.61  
% 0.11/0.61  fork 7: search terminated without proof.
% 0.11/0.61  
% 0.11/0.61  fork 6: search finished without proof.
% 0.11/0.61  
% 0.11/0.61  **** run 29 fork 4 starts with strategy
% 0.11/0.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 0.11/0.61  
% 0.11/0.61  fork 3: search finished without proof.
% 0.11/0.62  
% 0.11/0.62  **** run 19 fork 2 starts with strategy
% 0.11/0.62  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.11/0.63  
% 0.11/0.63  **** run 24 fork 7 starts with strategy
% 0.11/0.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.11/0.63  
% 0.11/0.63  **** run 31 fork 6 starts with strategy
% 0.11/0.63  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 0.11/0.63  
% 0.11/0.63  **** run 28 fork 3 starts with strategy
% 0.11/0.63  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.11/0.65  
% 0.11/0.65  fork 6: search finished without proof.
% 0.11/0.67  
% 0.11/0.67  **** run 39 fork 6 starts with strategy
% 0.11/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 0.11/0.67  
% 0.11/0.67  fork 1: search finished without proof.
% 0.11/0.69  
% 0.11/0.69  
% 0.11/0.69  fork 5: search terminated without proof.
% 0.11/0.69  
% 0.11/0.69  **** run 34 fork 1 starts with strategy
% 0.11/0.69  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 0.11/0.71  
% 0.11/0.71  **** run 30 fork 5 starts with strategy
% 0.11/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.11/0.72  
% 0.11/0.72  
% 0.11/0.72  fork 4: search terminated without proof.
% 0.11/0.74  
% 0.11/0.74  fork 5: search finished without proof.
% 0.11/0.74  
% 0.11/0.74  **** run 37 fork 4 starts with strategy
% 0.11/0.74  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 0.11/0.75  
% 0.11/0.75  fork 3: search finished without proof.
% 0.11/0.76  
% 0.11/0.76  **** run 38 fork 5 starts with strategy
% 0.11/0.76  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.11/0.76  
% 0.11/0.76  fork 7: search finished without proof.
% 0.11/0.76  
% 0.11/0.76  fork 4: search finished without proof.
% 0.11/0.76  
% 0.11/0.76  **** run 36 fork 3 starts with strategy
% 0.11/0.76  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 2.83/0.77  
% 2.83/0.77  **** run 32 fork 7 starts with strategy
% 2.83/0.77  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 2.83/0.78  
% 2.83/0.78  **** run 45 fork 4 starts with strategy
% 2.83/0.78  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.83/0.78  
% 2.83/0.78  fork 5: search finished without proof.
% 2.83/0.78  
% 2.83/0.78  fork 6: search finished without proof.
% 2.83/0.79  
% 2.83/0.79  fork 3: search finished without proof.
% 2.83/0.80  
% 2.83/0.80  **** run 46 fork 5 starts with strategy
% 2.83/0.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 2.83/0.80  
% 2.83/0.80  **** run 47 fork 6 starts with strategy
% 2.83/0.80  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 2.83/0.81  
% 2.83/0.81  **** run 44 fork 3 starts with strategy
% 2.83/0.81  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 2.83/0.81  
% 2.83/0.81  fork 7: search finished without proof.
% 3.51/0.82  
% 3.51/0.82  fork 5: search finished without proof.
% 3.51/0.83  
% 3.51/0.83  **** run 40 fork 7 starts with strategy
% 3.51/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 3.51/0.83  
% 3.51/0.83  fork 6: search finished without proof.
% 3.51/0.84  
% 3.51/0.84  **** run 54 fork 5 starts with strategy
% 3.51/0.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.51/0.84  
% 3.51/0.84  fork 3: search finished without proof.
% 3.51/0.84  
% 3.51/0.84  **** run 55 fork 6 starts with strategy
% 3.51/0.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.51/0.86  
% 3.51/0.86  **** run 52 fork 3 starts with strategy
% 3.51/0.86  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 3.51/0.88  
% 3.51/0.88  fork 3: search finished without proof.
% 3.88/0.89  
% 3.88/0.89  
% 3.88/0.89  fork 4: search terminated without proof.
% 3.88/0.90  
% 3.88/0.90  **** run 60 fork 3 starts with strategy
% 3.88/0.90  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 3.88/0.91  
% 3.88/0.91  **** run 53 fork 4 starts with strategy
% 3.88/0.91  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 3.88/0.92  
% 3.88/0.92  fork 3: search finished without proof.
% 3.88/0.94  
% 3.88/0.94  **** run 68 fork 3 starts with strategy
% 3.88/0.94  {"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}
% 3.88/0.94  
% 3.88/0.94  fork 7: search finished without proof.
% 3.88/0.96  
% 3.88/0.96  
% 3.88/0.96  fork 5: search terminated without proof.
% 3.88/0.96  
% 3.88/0.96  **** run 48 fork 7 starts with strategy
% 3.88/0.96  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.88/0.96  
% 3.88/0.96  
% 3.88/0.96  fork 6: search terminated without proof.
% 4.33/0.97  
% 4.33/0.97  **** run 62 fork 5 starts with strategy
% 4.33/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 4.33/0.98  
% 4.33/0.98  **** run 63 fork 6 starts with strategy
% 4.33/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 4.33/0.98  
% 4.33/0.98  fork 7: search finished without proof.
% 4.38/1.00  
% 4.38/1.00  **** run 56 fork 7 starts with strategy
% 4.38/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.53/1.03  
% 4.53/1.03  fork 4: search finished without proof.
% 4.53/1.04  
% 4.53/1.04  **** run 61 fork 4 starts with strategy
% 4.53/1.04  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 4.53/1.05  
% 4.53/1.05  fork 3: search finished without proof.
% 4.53/1.06  
% 4.53/1.06  
% 4.53/1.06  result: proof found
% 4.53/1.06  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 4.53/1.06  by run 9 fork 0 strategy {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 4.53/1.06  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 4.53/1.06  
% 4.53/1.06  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 4.53/1.06  
% 4.53/1.06  run 9 fork 0 statistics:
% 4.53/1.06  ----------------------------------
% 4.53/1.06  this run seconds: 0.074322
% 4.53/1.06  total seconds: 0.234391
% 4.53/1.06  stat_given_used: 295
% 4.53/1.06  stat_given_used_at_endgame: 0
% 4.53/1.06  stat_given_candidates:   2121
% 4.53/1.06  stat_given_candidates_at_endgame: 0
% 4.53/1.06  stat_given_candidates_h: 0
% 4.53/1.06  stat_binres_derived_cl:   1631
% 4.53/1.06  stat_binres_derived_cl_h: 0
% 4.53/1.06  stat_factor_derived_cl: 219
% 4.53/1.06  stat_para_derived_cl: 2246
% 4.53/1.06  stat_tautologies_discarded: 0
% 4.53/1.06  stat_forward_subsumed: 902
% 4.53/1.06  stat_derived_cut: 24
% 4.53/1.06  stat_derived_rewritten: 418
% 4.53/1.06  stat_weight_discarded_building: 0
% 4.53/1.06  stat_weight_discarded_cl: 319
% 4.53/1.06  stat_internlimit_discarded_cl: 0
% 4.53/1.06  stat_simplified:  418 simplified 0 derived 0 given
% 4.53/1.06  stat_kept_cl: 2624
% 4.53/1.06  stat_built_cl: 3951
% 4.53/1.06  stat_hyperres_partial_cl: 0
% 4.53/1.06  stat_made_rewriters: 23
% 4.53/1.06  stat_backward_subsumed: 0
% 4.53/1.06  stat_propagated_subsumed: 0
% 4.53/1.06  stat_clsubs_attempted:                     18290
% 4.53/1.06  stat_clsubs_fact_groundunit_found:             2
% 4.53/1.06  stat_clsubs_rule_groundunit_found:             1
% 4.53/1.06  stat_clsubs_top_meta_attempted:             101348
% 4.53/1.06  stat_clsubs_top_meta_failed:                 83058
% 4.53/1.06  stat_clsubs_top_meta_nonpref_attempted:              101348
% 4.53/1.06  stat_clsubs_top_meta_nonpref_succeeded:               33741
% 4.53/1.06  stat_clsubs_top_meta_pref_attempted:                  33741
% 4.53/1.06  stat_clsubs_top_meta_pref1_succeeded:                 25922
% 4.53/1.06  stat_clsubs_top_meta_pref2_succeeded:                 19430
% 4.53/1.06  stat_clsubs_top_meta_pref3_succeeded:                 18290
% 4.53/1.06  stat_clsubs_top_meta_pref_succeeded:                  18290
% 4.53/1.06  stat_clsubs_meta_attempted:                56616
% 4.53/1.06  stat_clsubs_meta_failed:                   17399
% 4.53/1.06  stat_clsubs_predsymbs_attempted:               0
% 4.53/1.06  stat_clsubs_unit_attempted:                 2851
% 4.53/1.06  stat_clsubs_full_attempted:                15439
% 4.53/1.06  stat_forwardsubs_attempted:                 3846
% 4.53/1.06  stat_lit_hash_added:                   3096
% 4.53/1.06  stat_lit_hash_computed:               20716
% 4.53/1.06  stat_lit_hash_match_found:             1386
% 4.53/1.06  stat_lit_hash_match_miss:             25851
% 4.53/1.06  stat_lit_hash_cut_ok:                    30
% 4.53/1.06  stat_lit_strong_cut_ok:                  17
% 4.53/1.06  stat_lit_hash_subsume_ok:               902
% 4.53/1.06  clqueue els 10000000 used 1
% 4.53/1.06  clactive els 10000000 used 296
% 4.53/1.06  clactivesubsume els 10000000 used 1729
% 4.53/1.06  queue_termbuf els 200000000 used 189175
% 4.53/1.06  hyper_termbuf els 100000000 used 1
% 4.53/1.06  active_termbuf els 100000000 used 11517
% 4.53/1.06  varstack els 5000 last used 1
% 4.53/1.06  given_termbuf els 10000000 last used 1
% 4.53/1.06  simplified_termbuf els 10000000 last used 1
% 4.53/1.06  derived_termbuf els 10000000 last used 24
% 4.53/1.06  wr_mallocs: 5002
% 4.53/1.06  wr_callocs: 21
% 4.53/1.06  wr_reallocs: 586
% 4.53/1.06  wr_frees: 2
% 4.53/1.06  wr_malloc_bytes: 4162765540
% 4.53/1.06  wr_calloc_bytes: 112065536
% 4.53/1.06  wr_realloc_bytes: 123984
% 4.53/1.06  wr_realloc_freebytes: 0
% 4.53/1.06  ----------------------------------
%------------------------------------------------------------------------------