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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : FLD069-1 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

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

% Result   : Unsatisfiable 0.20s 0.47s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_compatibility_of_order_relation_and_addition')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( less_or_equal(add(X,Y),add(Z,Y))
    | ~ less_or_equal(X,Z)
    | ~ defined(Y) ),
    inference(cnf_transformation,[],['$inc_compatibility_of_order_relation_and_addition']) ).

cnf('2',plain,
    ( less_or_equal(X,Y)
    | less_or_equal(Y,X)
    | ~ defined(X)
    | ~ defined(Y) ),
    inference(cnf_transformation,[],['$inc_totality_of_order_relation']) ).

cnf('3',plain,
    ( less_or_equal(X,X)
    | ~ defined(X) ),
    inference(factorization,[],['2']) ).

cnf('4',plain,
    ( ~ less_or_equal(X,Y)
    | ~ equalish(X,Z)
    | less_or_equal(Z,Y) ),
    inference(cnf_transformation,[],['$inc_compatibility_of_equality_and_order_relation']) ).

cnf('5',plain,
    ( ~ equalish(X,Y)
    | less_or_equal(Y,X)
    | ~ defined(X) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( ~ equalish(X,Y)
    | equalish(Y,X) ),
    inference(cnf_transformation,[],['$inc_symmetry_of_equality']) ).

cnf('7',plain,
    equalish(add(a,b),additive_identity),
    inference(cnf_transformation,[],[add_equals_additive_identity_6]) ).

cnf('8',plain,
    equalish(additive_identity,add(a,b)),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    defined(additive_identity),
    inference(cnf_transformation,[],['$inc_well_definedness_of_additive_identity']) ).

cnf('10',plain,
    less_or_equal(add(a,b),additive_identity),
    inference(resolution,[then_simplify],['5','8','9']) ).

cnf('11',plain,
    ( ~ less_or_equal(X,Y)
    | ~ less_or_equal(Z,X)
    | less_or_equal(Z,Y) ),
    inference(cnf_transformation,[],['$inc_transitivity_of_order_relation']) ).

cnf('12',plain,
    ( ~ less_or_equal(X,add(a,b))
    | less_or_equal(X,additive_identity) ),
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    defined(b),
    inference(cnf_transformation,[],[b_is_defined]) ).

cnf('14',plain,
    ( less_or_equal(add(X,b),additive_identity)
    | ~ less_or_equal(X,a) ),
    inference(resolution,[then_simplify],['1','12','13']) ).

cnf('15',plain,
    ( ~ equalish(X,Y)
    | ~ equalish(Z,X)
    | equalish(Z,Y) ),
    inference(cnf_transformation,[],['$inc_transitivity_of_equality']) ).

cnf('16',plain,
    ( equalish(add(additive_identity,X),X)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_identity_addition']) ).

cnf('17',plain,
    ( ~ equalish(X,add(additive_identity,Y))
    | equalish(X,Y)
    | ~ defined(Y) ),
    inference(resolution,[],['15','16']) ).

cnf('18',plain,
    ( equalish(add(X,additive_inverse(X)),additive_identity)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_inverse_addition']) ).

cnf('19',plain,
    ( equalish(additive_identity,add(X,additive_inverse(X)))
    | ~ defined(X) ),
    inference(resolution,[],['18','6']) ).

cnf('20',plain,
    ( ~ defined(additive_inverse(additive_identity))
    | equalish(additive_identity,additive_inverse(additive_identity)) ),
    inference(resolution,[then_simplify],['17','19','9']) ).

cnf('21',plain,
    ( ~ defined(additive_inverse(additive_identity))
    | equalish(additive_inverse(additive_identity),additive_identity) ),
    inference(resolution,[],['20','6']) ).

cnf('22',plain,
    ( ~ defined(additive_inverse(additive_identity))
    | less_or_equal(additive_identity,additive_inverse(additive_identity)) ),
    inference(resolution,[],['21','5']) ).

cnf('23',plain,
    ( ~ defined(additive_inverse(additive_identity))
    | less_or_equal(X,additive_inverse(additive_identity))
    | ~ equalish(additive_identity,X) ),
    inference(resolution,[],['22','4']) ).

cnf('24',plain,
    ( defined(additive_inverse(X))
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_well_definedness_of_additive_inverse']) ).

cnf('25',plain,
    ( less_or_equal(X,additive_inverse(additive_identity))
    | ~ equalish(additive_identity,X) ),
    inference(resolution,[then_simplify],['23','24','9']) ).

cnf('26',plain,
    ( less_or_equal(X,additive_inverse(additive_identity))
    | ~ equalish(additive_identity,Y)
    | ~ less_or_equal(X,Y) ),
    inference(resolution,[],['25','11']) ).

cnf('27',plain,
    ( ~ defined(additive_inverse(additive_identity))
    | equalish(X,additive_inverse(additive_identity))
    | ~ equalish(X,additive_identity) ),
    inference(resolution,[],['20','15']) ).

cnf('28',plain,
    ( equalish(X,additive_inverse(additive_identity))
    | ~ equalish(X,additive_identity) ),
    inference(resolution,[then_simplify],['27','24','9']) ).

cnf('29',plain,
    less_or_equal(additive_identity,b),
    inference(cnf_transformation,[],[less_or_equal_4]) ).

cnf('30',plain,
    ( ~ equalish(additive_identity,X)
    | less_or_equal(X,b) ),
    inference(resolution,[],['4','29']) ).

cnf('31',plain,
    ( ~ equalish(X,add(a,b))
    | equalish(X,additive_identity) ),
    inference(resolution,[],['15','7']) ).

cnf('32',plain,
    equalish(additive_identity,additive_identity),
    inference(resolution,[],['31','8']) ).

cnf('33',plain,
    less_or_equal(additive_inverse(additive_identity),b),
    inference(resolution,[then_simplify],['28','30','32']) ).

cnf('34',plain,
    ( ~ less_or_equal(X,Y)
    | ~ less_or_equal(Y,X)
    | equalish(Y,X) ),
    inference(cnf_transformation,[],['$inc_antisymmetry_of_order_relation']) ).

cnf('35',plain,
    ( ~ less_or_equal(b,additive_inverse(additive_identity))
    | equalish(b,additive_inverse(additive_identity)) ),
    inference(resolution,[],['33','34']) ).

cnf('36',plain,
    ( equalish(b,additive_inverse(additive_identity))
    | ~ less_or_equal(b,X)
    | ~ equalish(additive_identity,X) ),
    inference(resolution,[],['26','35']) ).

cnf('37',plain,
    ( equalish(X,additive_inverse(additive_identity))
    | ~ equalish(X,Y)
    | ~ equalish(Y,additive_identity) ),
    inference(resolution,[],['28','15']) ).

cnf('38',plain,
    ( equalish(additive_inverse(additive_identity),X)
    | ~ equalish(Y,additive_identity)
    | ~ equalish(X,Y) ),
    inference(resolution,[],['37','6']) ).

cnf('39',plain,
    equalish(additive_identity,additive_identity),
    inference(resolution,[],['31','8']) ).

cnf('40',plain,
    less_or_equal(additive_identity,additive_identity),
    inference(resolution,[then_simplify],['5','39','9']) ).

cnf('41',plain,
    ( ~ equalish(additive_identity,X)
    | less_or_equal(X,additive_identity) ),
    inference(resolution,[],['40','4']) ).

cnf('42',plain,
    less_or_equal(additive_inverse(additive_identity),additive_identity),
    inference(resolution,[then_simplify],['28','41','32']) ).

cnf('43',plain,
    ( ~ equalish(additive_inverse(additive_identity),X)
    | less_or_equal(X,additive_identity) ),
    inference(resolution,[],['42','4']) ).

cnf('44',plain,
    ( ~ equalish(X,Y)
    | ~ equalish(Y,additive_identity)
    | less_or_equal(X,additive_identity) ),
    inference(resolution,[],['38','43']) ).

cnf('45',plain,
    ( equalish(additive_inverse(additive_identity),X)
    | ~ equalish(X,additive_identity) ),
    inference(resolution,[],['28','6']) ).

cnf('46',plain,
    ( equalish(add(X,Y),add(Y,X))
    | ~ defined(Y)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_commutativity_addition']) ).

cnf('47',plain,
    ( equalish(add(X,X),add(X,X))
    | ~ defined(X) ),
    inference(factorization,[],['46']) ).

cnf('48',plain,
    equalish(add(additive_identity,additive_identity),additive_identity),
    inference(resolution,[then_simplify],['47','17','9']) ).

cnf('49',plain,
    ( ~ equalish(X,add(additive_identity,additive_identity))
    | equalish(X,additive_identity) ),
    inference(resolution,[],['48','15']) ).

cnf('50',plain,
    equalish(add(additive_identity,additive_identity),additive_identity),
    inference(resolution,[then_simplify],['47','17','9']) ).

cnf('51',plain,
    equalish(additive_inverse(additive_identity),additive_identity),
    inference(resolution,[then_simplify],['45','49','50']) ).

cnf('52',plain,
    ( ~ equalish(X,additive_inverse(additive_identity))
    | less_or_equal(X,additive_identity) ),
    inference(resolution,[],['44','51']) ).

cnf('53',plain,
    ~ equalish(b,additive_identity),
    inference(cnf_transformation,[],[b_not_equal_to_additive_identity_5]) ).

cnf('54',plain,
    ~ less_or_equal(b,additive_identity),
    inference(resolution,[then_simplify],['34','29','53']) ).

cnf('55',plain,
    ( ~ less_or_equal(b,X)
    | ~ equalish(additive_identity,X) ),
    inference(resolution,[then_simplify],['36','52','54']) ).

cnf('56',plain,
    ( less_or_equal(X,additive_inverse(additive_identity))
    | ~ equalish(additive_identity,Y)
    | ~ equalish(Y,X) ),
    inference(resolution,[],['25','4']) ).

cnf('57',plain,
    less_or_equal(additive_identity,additive_inverse(additive_identity)),
    inference(factorization,[then_simplify],['56','32']) ).

cnf('58',plain,
    ( less_or_equal(X,additive_inverse(additive_identity))
    | ~ less_or_equal(X,additive_identity) ),
    inference(resolution,[],['57','11']) ).

cnf('59',plain,
    ( less_or_equal(X,additive_inverse(additive_identity))
    | ~ less_or_equal(Y,additive_identity)
    | ~ equalish(Y,X) ),
    inference(resolution,[],['58','4']) ).

cnf('60',plain,
    equalish(additive_identity,additive_inverse(additive_identity)),
    inference(resolution,[],['51','6']) ).

cnf('61',plain,
    ( ~ less_or_equal(X,additive_identity)
    | ~ equalish(X,b) ),
    inference(resolution,[then_simplify],['55','59','60']) ).

cnf('62',plain,
    ( ~ equalish(add(X,b),b)
    | ~ less_or_equal(X,a) ),
    inference(resolution,[],['14','61']) ).

cnf('63',plain,
    less_or_equal(additive_identity,a),
    inference(cnf_transformation,[],[less_or_equal_3]) ).

cnf('64',plain,
    $false,
    inference(resolution,[then_simplify],['62','16','63','13']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD069-1 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.12  % Command  : gkc %s
% 0.13/0.34  % Computer : n013.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon Aug 28 00:46:47 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:                    33
% 0.13/0.38  in_rule_clause_count:               27
% 0.13/0.38  in_fact_clause_count:                6
% 0.13/0.38  in_answer_clause_count:              0
% 0.13/0.38  in_ground_clause_count:              9
% 0.13/0.38  in_unit_clause_count:                9
% 0.13/0.38  in_horn_clause_count:               30
% 0.13/0.38  in_pos_clause_count:                 7
% 0.13/0.38  in_neg_clause_count:                 2
% 0.13/0.38  in_poseq_clause_count:               0
% 0.13/0.38  in_negeq_clause_count:               0
% 0.13/0.38  in_unitposeq_clause_count:           0
% 0.13/0.38  in_chain_clause_count:               0
% 0.13/0.38  in_min_length:             1
% 0.13/0.38  in_max_length:             4
% 0.13/0.38  in_min_depth:              1
% 0.13/0.38  in_max_depth:              3
% 0.13/0.38  in_min_size:               2
% 0.13/0.38  in_max_size:              19
% 0.13/0.38  in_min_vars:               0
% 0.13/0.38  in_max_vars:               3
% 0.13/0.38  in_extaxiom_count:                27
% 0.13/0.38  in_axiom_count:                    0
% 0.13/0.38  in_assumption_count:               2
% 0.13/0.38  in_goal_count:                     4
% 0.13/0.38  in_neg_goal_count:                 1
% 0.13/0.38  in_pos_goal_count:                 3
% 0.13/0.38  in_posunit_goal_count:             3
% 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  "equality":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, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "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":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 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":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 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  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":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  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 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  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 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", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 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":3},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "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  
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "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":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 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":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 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  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 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":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 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", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 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":3},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "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  
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "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":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 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":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 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  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 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":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 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", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 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":3},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "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  
% 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":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.13/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":250},
% 0.13/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.13/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.13/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "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":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.13/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1250},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "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,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 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"],"weight_select_ratio":100,"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":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 5 fork 4 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 6 fork 5 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"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":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.47  
% 0.20/0.47  
% 0.20/0.47  result: proof found
% 0.20/0.47  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.20/0.47  by run 4 fork 3 strategy {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.47  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.20/0.47  
% 0.20/0.47  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 0.20/0.47  
% 0.20/0.47  run 4 fork 3 statistics:
% 0.20/0.47  ----------------------------------
% 0.20/0.47  this run seconds: 0.053981
% 0.20/0.47  total seconds: 0.082137
% 0.20/0.47  stat_given_used: 525
% 0.20/0.47  stat_given_used_at_endgame: 0
% 0.20/0.47  stat_given_candidates:   1752
% 0.20/0.47  stat_given_candidates_at_endgame: 0
% 0.20/0.47  stat_given_candidates_h: 0
% 0.20/0.47  stat_binres_derived_cl:   6441
% 0.20/0.47  stat_binres_derived_cl_h: 0
% 0.20/0.47  stat_factor_derived_cl: 36
% 0.20/0.47  stat_para_derived_cl: 0
% 0.20/0.47  stat_tautologies_discarded: 86
% 0.20/0.47  stat_forward_subsumed: 2266
% 0.20/0.47  stat_derived_cut: 797
% 0.20/0.47  stat_derived_rewritten: 0
% 0.20/0.47  stat_weight_discarded_building: 0
% 0.20/0.47  stat_weight_discarded_cl: 178
% 0.20/0.47  stat_internlimit_discarded_cl: 0
% 0.20/0.47  stat_simplified:  6 simplified 0 derived 0 given
% 0.20/0.47  stat_kept_cl: 3946
% 0.20/0.47  stat_built_cl: 5180
% 0.20/0.47  stat_hyperres_partial_cl: 0
% 0.20/0.47  stat_made_rewriters: 0
% 0.20/0.47  stat_backward_subsumed: 0
% 0.20/0.47  stat_propagated_subsumed: 0
% 0.20/0.47  stat_clsubs_attempted:                     21127
% 0.20/0.47  stat_clsubs_fact_groundunit_found:             6
% 0.20/0.47  stat_clsubs_rule_groundunit_found:             3
% 0.20/0.47  stat_clsubs_top_meta_attempted:             314712
% 0.20/0.47  stat_clsubs_top_meta_failed:                293585
% 0.20/0.47  stat_clsubs_top_meta_nonpref_attempted:              314712
% 0.20/0.47  stat_clsubs_top_meta_nonpref_succeeded:              107166
% 0.20/0.47  stat_clsubs_top_meta_pref_attempted:                 107166
% 0.20/0.47  stat_clsubs_top_meta_pref1_succeeded:                 39078
% 0.20/0.47  stat_clsubs_top_meta_pref2_succeeded:                 22233
% 0.20/0.47  stat_clsubs_top_meta_pref3_succeeded:                 21127
% 0.20/0.47  stat_clsubs_top_meta_pref_succeeded:                  21127
% 0.20/0.47  stat_clsubs_meta_attempted:                38386
% 0.20/0.47  stat_clsubs_meta_failed:                   15281
% 0.20/0.47  stat_clsubs_predsymbs_attempted:               0
% 0.20/0.47  stat_clsubs_unit_attempted:                    0
% 0.20/0.47  stat_clsubs_full_attempted:                21127
% 0.20/0.47  stat_forwardsubs_attempted:                 6391
% 0.20/0.47  stat_lit_hash_added:                   2893
% 0.20/0.47  stat_lit_hash_computed:               40200
% 0.20/0.47  stat_lit_hash_match_found:             3564
% 0.20/0.47  stat_lit_hash_match_miss:             48487
% 0.20/0.47  stat_lit_hash_cut_ok:                  1290
% 0.20/0.47  stat_lit_strong_cut_ok:                   0
% 0.20/0.47  stat_lit_hash_subsume_ok:              2266
% 0.20/0.47  clqueue els 10000000 used 1
% 0.20/0.47  clactive els 10000000 used 526
% 0.20/0.47  clactivesubsume els 10000000 used 2719
% 0.20/0.47  queue_termbuf els 200000000 used 203430
% 0.20/0.47  hyper_termbuf els 100000000 used 1
% 0.20/0.47  active_termbuf els 100000000 used 16127
% 0.20/0.47  varstack els 5000 last used 1
% 0.20/0.47  given_termbuf els 10000000 last used 1
% 0.20/0.47  simplified_termbuf els 10000000 last used 1
% 0.20/0.47  derived_termbuf els 10000000 last used 31
% 0.20/0.47  wr_mallocs: 2222
% 0.20/0.47  wr_callocs: 21
% 0.20/0.47  wr_reallocs: 638
% 0.20/0.47  wr_frees: 2
% 0.20/0.47  wr_malloc_bytes: 4162658996
% 0.20/0.47  wr_calloc_bytes: 112065536
% 0.20/0.47  wr_realloc_bytes: 224280
% 0.20/0.47  wr_realloc_freebytes: 0
% 0.20/0.47  ----------------------------------
%------------------------------------------------------------------------------