TSTP Solution File: HEN010-5 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : HEN010-5 : TPTP v8.1.2. Bugfixed v1.2.1.
% 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:46 EDT 2023

% Result   : Unsatisfiable 5.94s 1.19s
% Output   : CNFRefutation 5.94s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_divide_and_equal')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( divide(X,Y) != zero
    | divide(Y,X) != zero
    | Y = X ),
    inference(cnf_transformation,[],['$inc_divide_and_equal']) ).

cnf('2',plain,
    divide(divide(X,Y),X) = zero,
    inference(cnf_transformation,[],['$inc_quotient_smaller_than_numerator']) ).

cnf('3',plain,
    divide(divide(divide(X,Y),divide(Z,Y)),divide(divide(X,Z),Y)) = zero,
    inference(cnf_transformation,[],['$inc_quotient_property']) ).

cnf('4',plain,
    divide(divide(divide(X,X),divide(Y,X)),zero) = zero,
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    divide(divide(divide(X,X),zero),zero) = zero,
    inference(paramodulation,[],['2','4']) ).

cnf('6',plain,
    divide(zero,divide(divide(X3,X3),zero)) = zero,
    inference(paramodulation,[],['5','2']) ).

cnf('7',plain,
    zero = divide(divide(X,X),zero),
    inference(resolution,[then_simplify],['1','5','6']) ).

cnf('8',plain,
    divide(X,identity) = zero,
    inference(cnf_transformation,[],['$inc_identity_is_largest']) ).

cnf('9',plain,
    divide(zero,X3) = zero,
    inference(paramodulation,[],['8','2']) ).

cnf('10',plain,
    zero = divide(X,X),
    inference(paramodulation,[then_simplify],['7','1','9']) ).

cnf('11',plain,
    ( divide(divide(X,Y),Z) != zero
    | divide(divide(X,Z),Y) = zero ),
    inference(cnf_transformation,[],[property_of_divide1]) ).

cnf('12',plain,
    divide(divide(X,divide(X,Y)),Y) = zero,
    inference(paramodulation,[],['10','11']) ).

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

cnf('14',plain,
    ( divide(X,zero) != zero
    | X = zero ),
    inference(resolution,[],['1','13']) ).

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

cnf('16',plain,
    divide(divide(X3,zero),X3) = zero,
    inference(paramodulation,[],['7','11']) ).

cnf('17',plain,
    divide(X,zero) = X,
    inference(resolution,[then_simplify],['15','1','16']) ).

cnf('18',plain,
    divide(divide(divide(X,Y),zero),divide(divide(X,Y),Y)) = zero,
    inference(paramodulation,[],['10','3']) ).

cnf('19',plain,
    divide(divide(X,Y),divide(divide(X,Y),Y)) = zero,
    inference(paramodulation,[],['17','18']) ).

cnf('20',plain,
    divide(divide(divide(X,Y),Z),X) = zero,
    inference(paramodulation,[then_simplify],['2','11','9']) ).

cnf('21',plain,
    divide(divide(X3,Y3),X3) = zero,
    inference(paramodulation,[],['17','20']) ).

cnf('22',plain,
    divide(divide(X,Y),Y) = divide(X,Y),
    inference(resolution,[then_simplify],['19','1','21']) ).

cnf('23',plain,
    ( divide(X,Y) != zero
    | divide(Z,X) != zero
    | divide(Z,Y) = zero ),
    inference(cnf_transformation,[],[transitivity_of_divide_to_zero]) ).

cnf('24',plain,
    ( divide(X,divide(Y,Z)) != zero
    | divide(X,Y) = zero ),
    inference(resolution,[],['23','2']) ).

cnf('25',plain,
    divide(divide(divide(X,Y),divide(Z,Y)),divide(X,Z)) = zero,
    inference(resolution,[],['24','3']) ).

cnf('26',plain,
    divide(divide(divide(X,Y),divide(Z,Y)),divide(divide(X,Y),Z)) = zero,
    inference(paramodulation,[],['22','25']) ).

cnf('27',plain,
    divide(divide(divide(X3,Y3),zero),divide(X3,divide(Y3,Z3))) = zero,
    inference(paramodulation,[],['2','25']) ).

cnf('28',plain,
    divide(divide(X,Y),divide(X,divide(Y,Z))) = zero,
    inference(simplify,[],['27','17']) ).

cnf('29',plain,
    ( divide(X3,zero) != zero
    | X3 = zero ),
    inference(resolution,[],['1','13']) ).

cnf('30',plain,
    ( X != zero
    | X = zero ),
    inference(simplify,[],['29','17']) ).

cnf('31',plain,
    divide(divide(X3,Y3),divide(X3,divide(Y3,Z3))) = zero,
    inference(resolution,[],['28','30']) ).

cnf('32',plain,
    divide(divide(X,Y),Z) = divide(divide(X,Y),divide(Z,Y)),
    inference(resolution,[then_simplify],['26','1','31']) ).

cnf('33',plain,
    divide(divide(X3,Y3),divide(Z3,divide(Z3,Y3))) = divide(divide(X3,Y3),zero),
    inference(paramodulation,[],['12','32']) ).

cnf('34',plain,
    divide(divide(X,Y),divide(Z,divide(Z,Y))) = divide(X,Y),
    inference(simplify,[],['33','17']) ).

cnf('35',plain,
    ( divide(X,divide(X,Y)) != zero
    | X = divide(X,Y) ),
    inference(resolution,[],['1','2']) ).

cnf('36',plain,
    ( divide(divide(X,Y),divide(Z,Y)) = zero
    | divide(X,Z) != zero ),
    inference(cnf_transformation,[],[property_of_divide3]) ).

cnf('37',plain,
    divide(divide(X3,Y3),divide(X3,Y3)) = zero,
    inference(paramodulation,[],['10','36']) ).

cnf('38',plain,
    divide(identity,a) != divide(divide(identity,a),divide(identity,divide(identity,a))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('39',plain,
    $false,
    inference(paramodulation,[then_simplify],['34','35','37','38']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : HEN010-5 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.07/0.13  % Command  : gkc %s
% 0.13/0.33  % Computer : n023.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Thu Aug 24 13:48:57 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.38  
% 0.13/0.38  input clause set summed statistics:
% 0.13/0.38  ----------------------------------
% 0.13/0.38  in_clause_count:                     9
% 0.13/0.38  in_rule_clause_count:                9
% 0.13/0.38  in_fact_clause_count:                0
% 0.13/0.38  in_answer_clause_count:              0
% 0.13/0.38  in_ground_clause_count:              1
% 0.13/0.38  in_unit_clause_count:                5
% 0.13/0.38  in_horn_clause_count:                9
% 0.13/0.38  in_pos_clause_count:                 4
% 0.13/0.38  in_neg_clause_count:                 1
% 0.13/0.38  in_poseq_clause_count:               8
% 0.13/0.38  in_negeq_clause_count:               5
% 0.13/0.38  in_unitposeq_clause_count:           4
% 0.13/0.38  in_chain_clause_count:               0
% 0.13/0.38  in_min_length:             1
% 0.13/0.38  in_max_length:             3
% 0.13/0.38  in_min_depth:              2
% 0.13/0.38  in_max_depth:              4
% 0.13/0.38  in_min_size:               5
% 0.13/0.38  in_max_size:              15
% 0.13/0.38  in_min_vars:               0
% 0.13/0.38  in_max_vars:               3
% 0.13/0.38  in_extaxiom_count:                 5
% 0.13/0.38  in_axiom_count:                    3
% 0.13/0.38  in_assumption_count:               0
% 0.13/0.38  in_goal_count:                     1
% 0.13/0.38  in_neg_goal_count:                 1
% 0.13/0.38  in_pos_goal_count:                 0
% 0.13/0.38  in_posunit_goal_count:             0
% 0.13/0.38  
% 0.13/0.38  auto guide:
% 0.13/0.38  -----------
% 0.13/0.38  {
% 0.13/0.38  "print":1,
% 0.13/0.38  "print_level": 15,
% 0.13/0.38  "max_size": 0,
% 0.13/0.38  "max_depth": 0,
% 0.13/0.38  "max_length": 0,
% 0.13/0.38  "max_dseconds": 0,
% 0.13/0.38  "runs":[
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.13/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.13/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.13/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.13/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["hardness_pref", "posunitpara"], "query_preference":0} 
% 0.13/0.38  
% 0.13/0.38  ]}
% 0.13/0.38  
% 0.13/0.38  
% 0.13/0.38  **** run 1 fork 0 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 2 fork 1 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.13/0.38  
% 0.13/0.38  **** run 3 fork 2 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 4 fork 3 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.13/0.38  
% 0.13/0.38  **** run 5 fork 4 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 6 fork 5 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 7 fork 6 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 3: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 4: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 1: search terminated without proof.
% 1.25/0.53  
% 1.25/0.53  **** run 13 fork 4 starts with strategy
% 1.25/0.53  
% 1.25/0.53  **** run 12 fork 3 starts with strategy
% 1.25/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 1.25/0.53  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0}
% 1.25/0.53  
% 1.25/0.53  **** run 14 fork 5 starts with strategy
% 1.25/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 1.25/0.53  
% 1.25/0.53  **** run 15 fork 6 starts with strategy
% 1.25/0.53  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 1.25/0.53  
% 1.25/0.53  **** run 11 fork 2 starts with strategy
% 1.25/0.53  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 1.25/0.54  
% 1.25/0.54  **** run 9 fork 0 starts with strategy
% 1.25/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 1.38/0.54  
% 1.38/0.54  **** run 16 fork 7 starts with strategy
% 1.38/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 1.38/0.54  
% 1.38/0.54  **** run 10 fork 1 starts with strategy
% 1.38/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 2.13/0.64  
% 2.13/0.64  
% 2.13/0.64  fork 4: search terminated without proof.
% 2.13/0.64  
% 2.13/0.64  
% 2.13/0.64  fork 5: search terminated without proof.
% 2.13/0.65  
% 2.13/0.65  
% 2.13/0.65  fork 2: search terminated without proof.
% 2.13/0.65  
% 2.13/0.65  
% 2.13/0.65  fork 6: search terminated without proof.
% 2.13/0.66  
% 2.13/0.66  
% 2.13/0.66  fork 0: search terminated without proof.
% 2.13/0.66  
% 2.13/0.66  
% 2.13/0.66  fork 7: search terminated without proof.
% 2.13/0.66  
% 2.13/0.66  
% 2.13/0.66  fork 1: search terminated without proof.
% 2.13/0.66  
% 2.13/0.66  **** run 21 fork 4 starts with strategy
% 2.13/0.66  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 2.13/0.66  
% 2.13/0.66  **** run 22 fork 5 starts with strategy
% 2.13/0.66  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 2.13/0.67  
% 2.13/0.67  **** run 19 fork 2 starts with strategy
% 2.13/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 2.13/0.67  
% 2.13/0.67  **** run 23 fork 6 starts with strategy
% 2.13/0.67  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 2.13/0.68  
% 2.13/0.68  **** run 24 fork 7 starts with strategy
% 2.13/0.68  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 2.13/0.68  
% 2.13/0.68  **** run 18 fork 1 starts with strategy
% 2.13/0.68  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 2.13/0.68  
% 2.13/0.68  **** run 17 fork 0 starts with strategy
% 2.13/0.68  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 2.13/0.68  
% 2.13/0.68  
% 2.13/0.68  fork 3: search terminated without proof.
% 2.58/0.70  
% 2.58/0.70  **** run 20 fork 3 starts with strategy
% 2.58/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.13/0.78  
% 3.13/0.78  
% 3.13/0.78  fork 2: search terminated without proof.
% 3.13/0.79  
% 3.13/0.79  
% 3.13/0.79  fork 4: search terminated without proof.
% 3.13/0.80  
% 3.13/0.80  
% 3.13/0.80  fork 1: search terminated without proof.
% 3.13/0.80  
% 3.13/0.80  
% 3.13/0.80  fork 5: search terminated without proof.
% 3.13/0.80  
% 3.13/0.80  
% 3.13/0.80  fork 0: search terminated without proof.
% 3.50/0.80  
% 3.50/0.80  **** run 27 fork 2 starts with strategy
% 3.50/0.80  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 3.50/0.81  
% 3.50/0.81  
% 3.50/0.81  fork 6: search terminated without proof.
% 3.50/0.81  
% 3.50/0.81  **** run 29 fork 4 starts with strategy
% 3.50/0.81  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.50/0.81  
% 3.50/0.81  
% 3.50/0.81  fork 7: search terminated without proof.
% 3.50/0.82  
% 3.50/0.82  **** run 30 fork 5 starts with strategy
% 3.50/0.82  
% 3.50/0.82  **** run 26 fork 1 starts with strategy
% 3.50/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 3.50/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.50/0.82  
% 3.50/0.82  **** run 25 fork 0 starts with strategy
% 3.50/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 3.50/0.83  
% 3.50/0.83  **** run 31 fork 6 starts with strategy
% 3.50/0.83  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.50/0.83  
% 3.50/0.83  **** run 32 fork 7 starts with strategy
% 3.50/0.83  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 3.50/0.83  
% 3.50/0.83  
% 3.50/0.83  fork 3: search terminated without proof.
% 3.78/0.85  
% 3.78/0.85  **** run 28 fork 3 starts with strategy
% 3.78/0.85  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.78/0.92  
% 3.78/0.92  
% 3.78/0.92  fork 2: search terminated without proof.
% 3.78/0.92  
% 3.78/0.92  fork 4: search finished without proof.
% 4.52/0.93  
% 4.52/0.93  **** run 35 fork 2 starts with strategy
% 4.52/0.93  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 4.52/0.93  
% 4.52/0.93  
% 4.52/0.93  fork 1: search terminated without proof.
% 4.52/0.94  
% 4.52/0.94  
% 4.52/0.94  fork 5: search terminated without proof.
% 4.52/0.94  
% 4.52/0.94  **** run 37 fork 4 starts with strategy
% 4.52/0.94  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.52/0.95  
% 4.52/0.95  **** run 34 fork 1 starts with strategy
% 4.52/0.95  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 4.52/0.95  
% 4.52/0.95  
% 4.52/0.95  fork 7: search terminated without proof.
% 4.52/0.96  
% 4.52/0.96  **** run 38 fork 5 starts with strategy
% 4.52/0.96  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 4.52/0.96  
% 4.52/0.96  
% 4.52/0.96  fork 0: search terminated without proof.
% 4.52/0.97  
% 4.52/0.97  **** run 40 fork 7 starts with strategy
% 4.52/0.97  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 4.52/0.97  
% 4.52/0.97  
% 4.52/0.97  fork 3: search terminated without proof.
% 4.52/0.98  
% 4.52/0.98  **** run 33 fork 0 starts with strategy
% 4.52/0.98  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 4.91/0.99  
% 4.91/0.99  **** run 36 fork 3 starts with strategy
% 4.91/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 4.91/1.05  
% 4.91/1.05  
% 4.91/1.05  fork 2: search terminated without proof.
% 5.34/1.06  
% 5.34/1.06  
% 5.34/1.06  fork 4: search terminated without proof.
% 5.34/1.07  
% 5.34/1.07  **** run 43 fork 2 starts with strategy
% 5.34/1.07  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.34/1.07  
% 5.34/1.07  
% 5.34/1.07  fork 1: search terminated without proof.
% 5.46/1.08  
% 5.46/1.08  
% 5.46/1.08  fork 5: search terminated without proof.
% 5.46/1.08  
% 5.46/1.08  **** run 45 fork 4 starts with strategy
% 5.46/1.08  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 5.46/1.09  
% 5.46/1.09  **** run 42 fork 1 starts with strategy
% 5.46/1.09  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.46/1.09  
% 5.46/1.09  
% 5.46/1.09  fork 7: search terminated without proof.
% 5.46/1.10  
% 5.46/1.10  **** run 46 fork 5 starts with strategy
% 5.46/1.10  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 5.46/1.11  
% 5.46/1.11  
% 5.46/1.11  fork 0: search terminated without proof.
% 5.46/1.11  
% 5.46/1.11  **** run 48 fork 7 starts with strategy
% 5.46/1.11  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 5.46/1.11  
% 5.46/1.11  fork 1: search finished without proof.
% 5.73/1.13  
% 5.73/1.13  **** run 41 fork 0 starts with strategy
% 5.73/1.13  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 5.73/1.13  
% 5.73/1.13  **** run 50 fork 1 starts with strategy
% 5.73/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 5.94/1.18  
% 5.94/1.18  
% 5.94/1.18  fork 2: search terminated without proof.
% 5.94/1.19  
% 5.94/1.19  
% 5.94/1.19  result: proof found
% 5.94/1.19  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 5.94/1.19  by run 36 fork 3 strategy {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 5.94/1.19  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 5.94/1.19  
% 5.94/1.19  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 5.94/1.19  
% 5.94/1.19  run 36 fork 3 statistics:
% 5.94/1.19  ----------------------------------
% 5.94/1.19  this run seconds: 0.030961
% 5.94/1.19  total seconds: 0.662131
% 5.94/1.19  stat_given_used: 58
% 5.94/1.19  stat_given_used_at_endgame: 0
% 5.94/1.19  stat_given_candidates:   669
% 5.94/1.19  stat_given_candidates_at_endgame: 0
% 5.94/1.19  stat_given_candidates_h: 0
% 5.94/1.19  stat_binres_derived_cl:   311
% 5.94/1.19  stat_binres_derived_cl_h: 0
% 5.94/1.19  stat_factor_derived_cl: 5
% 5.94/1.19  stat_para_derived_cl: 4858
% 5.94/1.19  stat_tautologies_discarded: 14
% 5.94/1.20  stat_forward_subsumed: 991
% 5.94/1.20  stat_derived_cut: 143
% 5.94/1.20  stat_derived_rewritten: 19
% 5.94/1.20  stat_weight_discarded_building: 0
% 5.94/1.20  stat_weight_discarded_cl: 2806
% 5.94/1.20  stat_internlimit_discarded_cl: 0
% 5.94/1.20  stat_simplified:  19 simplified 0 derived 0 given
% 5.94/1.20  stat_kept_cl: 994
% 5.94/1.20  stat_built_cl: 3935
% 5.94/1.20  stat_hyperres_partial_cl: 0
% 5.94/1.20  stat_made_rewriters: 40
% 5.94/1.20  stat_backward_subsumed: 0
% 5.94/1.20  stat_propagated_subsumed: 0
% 5.94/1.20  stat_clsubs_attempted:                       533
% 5.94/1.20  stat_clsubs_fact_groundunit_found:             0
% 5.94/1.20  stat_clsubs_rule_groundunit_found:             1
% 5.94/1.20  stat_clsubs_top_meta_attempted:               2275
% 5.94/1.20  stat_clsubs_top_meta_failed:                  1742
% 5.94/1.20  stat_clsubs_top_meta_nonpref_attempted:                2275
% 5.94/1.20  stat_clsubs_top_meta_nonpref_succeeded:                 748
% 5.94/1.20  stat_clsubs_top_meta_pref_attempted:                    748
% 5.94/1.20  stat_clsubs_top_meta_pref1_succeeded:                   748
% 5.94/1.20  stat_clsubs_top_meta_pref2_succeeded:                   569
% 5.94/1.20  stat_clsubs_top_meta_pref3_succeeded:                   533
% 5.94/1.20  stat_clsubs_top_meta_pref_succeeded:                    533
% 5.94/1.20  stat_clsubs_meta_attempted:                  615
% 5.94/1.20  stat_clsubs_meta_failed:                     113
% 5.94/1.20  stat_clsubs_predsymbs_attempted:               0
% 5.94/1.20  stat_clsubs_unit_attempted:                  437
% 5.94/1.20  stat_clsubs_full_attempted:                   96
% 5.94/1.20  stat_forwardsubs_attempted:                 4792
% 5.94/1.20  stat_lit_hash_added:                   1366
% 5.94/1.20  stat_lit_hash_computed:                7245
% 5.94/1.20  stat_lit_hash_match_found:             1063
% 5.94/1.20  stat_lit_hash_match_miss:              9433
% 5.94/1.20  stat_lit_hash_cut_ok:                    71
% 5.94/1.20  stat_lit_strong_cut_ok:                  87
% 5.94/1.20  stat_lit_hash_subsume_ok:               991
% 5.94/1.20  clqueue els 10000000 used 1
% 5.94/1.20  clactive els 10000000 used 59
% 5.94/1.20  clactivesubsume els 10000000 used 343
% 5.94/1.20  queue_termbuf els 200000000 used 63308
% 5.94/1.20  hyper_termbuf els 100000000 used 1
% 5.94/1.20  active_termbuf els 100000000 used 2459
% 5.94/1.20  varstack els 5000 last used 1
% 5.94/1.20  given_termbuf els 10000000 last used 1
% 5.94/1.20  simplified_termbuf els 10000000 last used 1
% 5.94/1.20  derived_termbuf els 10000000 last used 89
% 5.94/1.20  wr_mallocs: 3386
% 5.94/1.20  wr_callocs: 21
% 5.94/1.20  wr_reallocs: 260
% 5.94/1.20  wr_frees: 2
% 5.94/1.20  wr_malloc_bytes: 4162703460
% 5.94/1.20  wr_calloc_bytes: 112065536
% 5.94/1.20  wr_realloc_bytes: 40016
% 5.94/1.20  wr_realloc_freebytes: 0
% 5.94/1.20  ----------------------------------
% 5.94/1.20  
% 5.94/1.20  **** run 51 fork 2 starts with strategy
% 5.94/1.20  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
%------------------------------------------------------------------------------