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

View Problem - Process Solution

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

% Computer : n005.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:31:52 EDT 2023

% Result   : Unsatisfiable 5.99s 1.27s
% Output   : CNFRefutation 5.99s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named not_sum_2)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ~ sum(additive_identity,multiplicative_inverse(multiplicative_identity),multiplicative_identity),
    inference(cnf_transformation,[],[not_sum_2]) ).

cnf('2',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ product(W,Y,X2006)
    | ~ sum(X,U,W)
    | sum(Z,V,X2006) ),
    inference(cnf_transformation,[],['$inc_distributivity_1']) ).

cnf('3',plain,
    ( ~ product(X,Y,multiplicative_inverse(multiplicative_identity))
    | ~ product(Z,Y,multiplicative_identity)
    | ~ product(U,Y,additive_identity)
    | ~ sum(U,X,Z) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    ~ sum(additive_identity,multiplicative_identity,additive_identity),
    inference(cnf_transformation,[],[not_sum_1]) ).

cnf('5',plain,
    ( sum(additive_identity,X,additive_identity)
    | defined(multiplicative_inverse(X))
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_well_definedness_of_multiplicative_inverse']) ).

cnf('6',plain,
    defined(multiplicative_identity),
    inference(cnf_transformation,[],['$inc_well_definedness_of_multiplicative_identity']) ).

cnf('7',plain,
    defined(multiplicative_inverse(multiplicative_identity)),
    inference(resolution,[then_simplify],['4','5','6']) ).

cnf('8',plain,
    ( product(multiplicative_identity,X,X)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_identity_multiplication']) ).

cnf('9',plain,
    product(multiplicative_identity,multiplicative_inverse(multiplicative_identity),multiplicative_inverse(multiplicative_identity)),
    inference(resolution,[],['7','8']) ).

cnf('10',plain,
    ( ~ product(X,Y,Z)
    | product(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_multiplication']) ).

cnf('11',plain,
    product(multiplicative_inverse(multiplicative_identity),multiplicative_identity,multiplicative_inverse(multiplicative_identity)),
    inference(resolution,[],['9','10']) ).

cnf('12',plain,
    ( ~ sum(X,multiplicative_inverse(multiplicative_identity),Y)
    | ~ product(X,multiplicative_identity,additive_identity)
    | ~ product(Y,multiplicative_identity,multiplicative_identity) ),
    inference(resolution,[],['3','11']) ).

cnf('13',plain,
    ( sum(additive_identity,X,X)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_identity_addition']) ).

cnf('14',plain,
    sum(additive_identity,multiplicative_inverse(multiplicative_identity),multiplicative_inverse(multiplicative_identity)),
    inference(resolution,[],['7','13']) ).

cnf('15',plain,
    ( product(multiplicative_inverse(X),X,multiplicative_identity)
    | sum(additive_identity,X,additive_identity)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_inverse_multiplication']) ).

cnf('16',plain,
    product(multiplicative_inverse(multiplicative_identity),multiplicative_identity,multiplicative_identity),
    inference(resolution,[then_simplify],['4','15','6']) ).

cnf('17',plain,
    ~ product(additive_identity,multiplicative_identity,additive_identity),
    inference(resolution,[then_simplify],['12','14','16']) ).

cnf('18',plain,
    product(multiplicative_inverse(multiplicative_identity),multiplicative_identity,multiplicative_identity),
    inference(resolution,[then_simplify],['4','15','6']) ).

cnf('19',plain,
    ( ~ product(X,Y,Z)
    | ~ product(Y,U,V)
    | ~ product(Z,U,W)
    | product(X,V,W) ),
    inference(cnf_transformation,[],['$inc_associativity_multiplication_1']) ).

cnf('20',plain,
    ( ~ product(X,Y,multiplicative_inverse(multiplicative_identity))
    | ~ product(Y,multiplicative_identity,Z)
    | product(X,Z,multiplicative_identity) ),
    inference(resolution,[],['18','19']) ).

cnf('21',plain,
    ( ~ product(multiplicative_inverse(multiplicative_identity),multiplicative_identity,X)
    | product(multiplicative_identity,X,multiplicative_identity) ),
    inference(resolution,[],['20','9']) ).

cnf('22',plain,
    product(multiplicative_identity,multiplicative_identity,multiplicative_identity),
    inference(resolution,[],['21','18']) ).

cnf('23',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ product(U,W,Y)
    | product(V,W,Z) ),
    inference(cnf_transformation,[],['$inc_associativity_multiplication_2']) ).

cnf('24',plain,
    ( ~ product(X,multiplicative_identity,Y)
    | ~ product(X,multiplicative_identity,Z)
    | product(Y,multiplicative_identity,Z) ),
    inference(resolution,[],['22','23']) ).

cnf('25',plain,
    ( ~ product(X,multiplicative_identity,Y)
    | product(Y,multiplicative_identity,Y) ),
    inference(factorization,[],['24']) ).

cnf('26',plain,
    ~ product(X,multiplicative_identity,additive_identity),
    inference(resolution,[],['17','25']) ).

cnf('27',plain,
    ~ product(multiplicative_identity,X,additive_identity),
    inference(resolution,[],['26','10']) ).

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

cnf('29',plain,
    $false,
    inference(resolution,[then_simplify],['27','8','28']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.13  % Problem  : FLD010-5 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.09/0.14  % Command  : gkc %s
% 0.13/0.35  % Computer : n005.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Sun Aug 27 23:32:38 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.41  
% 0.13/0.41  input clause set summed statistics:
% 0.13/0.41  ----------------------------------
% 0.13/0.41  in_clause_count:                    28
% 0.13/0.41  in_rule_clause_count:               26
% 0.13/0.41  in_fact_clause_count:                2
% 0.13/0.41  in_answer_clause_count:              0
% 0.13/0.41  in_ground_clause_count:              5
% 0.13/0.41  in_unit_clause_count:                5
% 0.13/0.41  in_horn_clause_count:               25
% 0.13/0.41  in_pos_clause_count:                 2
% 0.13/0.41  in_neg_clause_count:                 3
% 0.13/0.41  in_poseq_clause_count:               0
% 0.13/0.41  in_negeq_clause_count:               0
% 0.13/0.41  in_unitposeq_clause_count:           0
% 0.13/0.41  in_chain_clause_count:               0
% 0.13/0.41  in_min_length:             1
% 0.13/0.41  in_max_length:             5
% 0.13/0.41  in_min_depth:              1
% 0.13/0.41  in_max_depth:              2
% 0.13/0.41  in_min_size:               2
% 0.13/0.41  in_max_size:              20
% 0.13/0.41  in_min_vars:               0
% 0.13/0.41  in_max_vars:               7
% 0.13/0.41  in_extaxiom_count:                26
% 0.13/0.41  in_axiom_count:                    0
% 0.13/0.41  in_assumption_count:               0
% 0.13/0.41  in_goal_count:                     2
% 0.13/0.41  in_neg_goal_count:                 2
% 0.13/0.41  in_pos_goal_count:                 0
% 0.13/0.41  in_posunit_goal_count:             0
% 0.13/0.41  
% 0.13/0.41  auto guide:
% 0.13/0.41  -----------
% 0.13/0.41  {
% 0.13/0.41  "print":1,
% 0.13/0.41  "print_level": 15,
% 0.13/0.41  "max_size": 0,
% 0.13/0.41  "max_depth": 0,
% 0.13/0.41  "max_length": 0,
% 0.13/0.41  "max_dseconds": 0,
% 0.13/0.41  "equality":0,
% 0.13/0.41  "runs":[
% 0.13/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.41  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.41  {"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.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.41  
% 0.13/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.41  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.41  {"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.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.41  
% 0.13/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.41  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.41  {"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.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.41  
% 0.13/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.13/0.41  {"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.41  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.13/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.13/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.41  
% 0.13/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.13/0.41  {"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.41  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.13/0.41  
% 0.13/0.41  ]}
% 0.13/0.41  
% 0.13/0.41  
% 0.13/0.41  **** run 1 fork 0 starts with strategy
% 0.13/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.13/0.41  
% 0.13/0.41  **** run 2 fork 1 starts with strategy
% 0.13/0.41  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.13/0.41  
% 0.13/0.41  **** run 3 fork 2 starts with strategy
% 0.13/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.41  
% 0.13/0.41  **** run 4 fork 3 starts with strategy
% 0.13/0.41  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.41  
% 0.13/0.41  **** run 5 fork 4 starts with strategy
% 0.13/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.13/0.41  
% 0.13/0.41  **** run 6 fork 5 starts with strategy
% 0.13/0.41  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.41  
% 0.13/0.41  **** run 8 fork 7 starts with strategy
% 0.13/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.13/0.41  
% 0.13/0.41  **** run 7 fork 6 starts with strategy
% 0.13/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.21/0.46  
% 0.21/0.46  fork 1: search finished without proof.
% 0.21/0.49  
% 0.21/0.49  **** run 10 fork 1 starts with strategy
% 0.21/0.49  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.53  
% 0.21/0.53  fork 3: search finished without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 0: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 2: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 4: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 5: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 6: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  
% 0.21/0.54  fork 7: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  **** run 12 fork 3 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 14 fork 5 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 11 fork 2 starts with strategy
% 0.21/0.56  
% 0.21/0.56  **** run 9 fork 0 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.57  
% 0.21/0.57  **** run 16 fork 7 starts with strategy
% 0.21/0.57  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.21/0.57  
% 0.21/0.57  **** run 13 fork 4 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.57  
% 0.21/0.57  **** run 15 fork 6 starts with strategy
% 0.21/0.57  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.21/0.61  
% 0.21/0.61  
% 0.21/0.61  fork 1: search terminated without proof.
% 0.21/0.63  
% 0.21/0.63  **** run 18 fork 1 starts with strategy
% 0.21/0.63  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 3: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 5: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 4: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 2: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  
% 0.21/0.69  fork 6: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  fork 0: search terminated without proof.
% 0.21/0.70  
% 0.21/0.70  **** run 20 fork 3 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.21/0.70  
% 0.21/0.70  **** run 22 fork 5 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.21/0.70  
% 0.21/0.70  **** run 21 fork 4 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.21/0.71  
% 0.21/0.71  **** run 19 fork 2 starts with strategy
% 0.21/0.71  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.21/0.71  
% 0.21/0.71  **** run 23 fork 6 starts with strategy
% 0.21/0.71  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.21/0.72  
% 0.21/0.72  
% 0.21/0.72  fork 7: search terminated without proof.
% 2.72/0.74  
% 2.72/0.74  **** run 17 fork 0 starts with strategy
% 2.72/0.74  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":1}
% 2.72/0.75  
% 2.72/0.75  **** run 24 fork 7 starts with strategy
% 2.72/0.75  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 2.86/0.77  
% 2.86/0.77  
% 2.86/0.77  fork 1: search terminated without proof.
% 2.86/0.78  
% 2.86/0.78  **** run 26 fork 1 starts with strategy
% 2.86/0.78  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.39/0.82  
% 3.39/0.82  
% 3.39/0.82  fork 4: search terminated without proof.
% 3.39/0.82  
% 3.39/0.82  
% 3.39/0.82  fork 2: search terminated without proof.
% 3.39/0.83  
% 3.39/0.83  
% 3.39/0.83  fork 6: search terminated without proof.
% 3.39/0.84  
% 3.39/0.84  
% 3.39/0.84  fork 3: search terminated without proof.
% 3.39/0.84  
% 3.39/0.84  
% 3.39/0.84  fork 5: search terminated without proof.
% 3.39/0.84  
% 3.39/0.84  **** run 27 fork 2 starts with strategy
% 3.39/0.84  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.39/0.84  
% 3.39/0.84  **** run 29 fork 4 starts with strategy
% 3.39/0.84  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.39/0.85  
% 3.39/0.85  **** run 31 fork 6 starts with strategy
% 3.39/0.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 3.39/0.85  
% 3.39/0.85  **** run 28 fork 3 starts with strategy
% 3.39/0.85  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 3.39/0.85  
% 3.39/0.85  **** run 30 fork 5 starts with strategy
% 3.39/0.85  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 3.67/0.87  
% 3.67/0.87  
% 3.67/0.87  fork 0: search terminated without proof.
% 3.67/0.89  
% 3.67/0.89  **** run 25 fork 0 starts with strategy
% 3.67/0.89  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 3.67/0.89  
% 3.67/0.89  
% 3.67/0.89  fork 7: search terminated without proof.
% 3.67/0.91  
% 3.67/0.91  **** run 32 fork 7 starts with strategy
% 3.67/0.91  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.17/0.97  
% 4.17/0.97  
% 4.17/0.97  fork 6: search terminated without proof.
% 4.35/0.98  
% 4.35/0.98  
% 4.35/0.98  fork 5: search terminated without proof.
% 4.35/0.98  
% 4.35/0.98  
% 4.35/0.98  fork 2: search terminated without proof.
% 4.35/0.98  
% 4.35/0.98  
% 4.35/0.98  fork 4: search terminated without proof.
% 4.35/0.99  
% 4.35/0.99  **** run 39 fork 6 starts with strategy
% 4.35/0.99  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.35/0.99  
% 4.35/0.99  **** run 38 fork 5 starts with strategy
% 4.35/0.99  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 4.35/1.00  
% 4.35/1.00  **** run 35 fork 2 starts with strategy
% 4.35/1.00  
% 4.35/1.00  **** run 37 fork 4 starts with strategy
% 4.35/1.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}{"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.35/1.00  
% 4.35/1.01  
% 4.35/1.01  
% 4.35/1.01  fork 0: search terminated without proof.
% 4.35/1.02  
% 4.35/1.02  **** run 33 fork 0 starts with strategy
% 4.35/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.35/1.02  
% 4.35/1.02  fork 2: search finished without proof.
% 4.72/1.03  
% 4.72/1.03  fork 5: search finished without proof.
% 4.72/1.04  
% 4.72/1.04  
% 4.72/1.04  fork 7: search terminated without proof.
% 4.72/1.04  
% 4.72/1.04  **** run 43 fork 2 starts with strategy
% 4.72/1.04  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 4.72/1.05  
% 4.72/1.05  **** run 46 fork 5 starts with strategy
% 4.72/1.05  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 4.87/1.06  
% 4.87/1.06  **** run 40 fork 7 starts with strategy
% 4.87/1.06  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.27/1.14  
% 5.27/1.14  
% 5.27/1.14  fork 0: search terminated without proof.
% 5.27/1.16  
% 5.27/1.16  **** run 41 fork 0 starts with strategy
% 5.27/1.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.99/1.27  
% 5.99/1.27  
% 5.99/1.27  result: proof found
% 5.99/1.27  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 5.99/1.27  by run 26 fork 1 strategy {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.99/1.27  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 5.99/1.27  
% 5.99/1.27  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 5.99/1.27  
% 5.99/1.27  run 26 fork 1 statistics:
% 5.99/1.27  ----------------------------------
% 5.99/1.27  this run seconds: 0.014684
% 5.99/1.27  total seconds: 0.417329
% 5.99/1.27  stat_given_used: 250
% 5.99/1.27  stat_given_used_at_endgame: 0
% 5.99/1.27  stat_given_candidates:   325
% 5.99/1.27  stat_given_candidates_at_endgame: 0
% 5.99/1.27  stat_given_candidates_h: 0
% 5.99/1.27  stat_binres_derived_cl:   1451
% 5.99/1.27  stat_binres_derived_cl_h: 0
% 5.99/1.27  stat_factor_derived_cl: 33
% 5.99/1.27  stat_para_derived_cl: 0
% 5.99/1.27  stat_tautologies_discarded: 83
% 5.99/1.27  stat_forward_subsumed: 128
% 5.99/1.27  stat_derived_cut: 7
% 5.99/1.27  stat_derived_rewritten: 0
% 5.99/1.27  stat_weight_discarded_building: 0
% 5.99/1.27  stat_weight_discarded_cl: 0
% 5.99/1.28  stat_internlimit_discarded_cl: 0
% 5.99/1.28  stat_simplified:  0 simplified 0 derived 0 given
% 5.99/1.28  stat_kept_cl: 1272
% 5.99/1.28  stat_built_cl: 1824
% 5.99/1.28  stat_hyperres_partial_cl: 0
% 5.99/1.28  stat_made_rewriters: 0
% 5.99/1.28  stat_backward_subsumed: 0
% 5.99/1.28  stat_propagated_subsumed: 0
% 5.99/1.28  stat_clsubs_attempted:                      1352
% 5.99/1.28  stat_clsubs_fact_groundunit_found:             0
% 5.99/1.28  stat_clsubs_rule_groundunit_found:            14
% 5.99/1.28  stat_clsubs_top_meta_attempted:              33129
% 5.99/1.28  stat_clsubs_top_meta_failed:                 31777
% 5.99/1.28  stat_clsubs_top_meta_nonpref_attempted:               33129
% 5.99/1.28  stat_clsubs_top_meta_nonpref_succeeded:                5491
% 5.99/1.28  stat_clsubs_top_meta_pref_attempted:                   5491
% 5.99/1.28  stat_clsubs_top_meta_pref1_succeeded:                  1953
% 5.99/1.28  stat_clsubs_top_meta_pref2_succeeded:                  1449
% 5.99/1.28  stat_clsubs_top_meta_pref3_succeeded:                  1352
% 5.99/1.28  stat_clsubs_top_meta_pref_succeeded:                   1352
% 5.99/1.28  stat_clsubs_meta_attempted:                 3060
% 5.99/1.28  stat_clsubs_meta_failed:                    1062
% 5.99/1.28  stat_clsubs_predsymbs_attempted:               0
% 5.99/1.28  stat_clsubs_unit_attempted:                    2
% 5.99/1.28  stat_clsubs_full_attempted:                 1350
% 5.99/1.28  stat_forwardsubs_attempted:                 1401
% 5.99/1.28  stat_lit_hash_added:                   1371
% 5.99/1.28  stat_lit_hash_computed:                7425
% 5.99/1.28  stat_lit_hash_match_found:              154
% 5.99/1.28  stat_lit_hash_match_miss:              8860
% 5.99/1.28  stat_lit_hash_cut_ok:                    12
% 5.99/1.28  stat_lit_strong_cut_ok:                   0
% 5.99/1.28  stat_lit_hash_subsume_ok:               128
% 5.99/1.28  clqueue els 10000000 used 1
% 5.99/1.28  clactive els 10000000 used 277
% 5.99/1.28  clactivesubsume els 10000000 used 1303
% 5.99/1.28  queue_termbuf els 200000000 used 111308
% 5.99/1.28  hyper_termbuf els 100000000 used 1
% 5.99/1.28  active_termbuf els 100000000 used 10270
% 5.99/1.28  varstack els 5000 last used 1
% 5.99/1.28  given_termbuf els 10000000 last used 1
% 5.99/1.28  simplified_termbuf els 10000000 last used 1
% 5.99/1.28  derived_termbuf els 10000000 last used 21
% 5.99/1.28  wr_mallocs: 3737
% 5.99/1.28  wr_callocs: 21
% 5.99/1.28  wr_reallocs: 349
% 5.99/1.28  wr_frees: 2
% 5.99/1.28  wr_malloc_bytes: 4162713044
% 5.99/1.28  wr_calloc_bytes: 112065536
% 5.99/1.28  wr_realloc_bytes: 64376
% 5.99/1.28  wr_realloc_freebytes: 0
% 5.99/1.28  ----------------------------------
%------------------------------------------------------------------------------