TSTP Solution File: FLD066-3 by GKC---0.8

View Problem - Process Solution

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

% Computer : n009.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:25 EDT 2023

% Result   : Unsatisfiable 2.72s 0.75s
% Output   : CNFRefutation 2.72s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_associativity_addition_1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Y,V)
    | ~ sum(W,U,X)
    | sum(W,V,Z) ),
    inference(cnf_transformation,[],['$inc_associativity_addition_1']) ).

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

cnf('3',plain,
    defined(a),
    inference(cnf_transformation,[],[a_is_defined]) ).

cnf('4',plain,
    sum(additive_identity,a,a),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    ( ~ sum(X,Y,additive_identity)
    | ~ sum(Y,a,Z)
    | sum(X,Z,a) ),
    inference(resolution,[],['1','4']) ).

cnf('6',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Z,V)
    | ~ sum(U,X,W)
    | sum(W,Y,V) ),
    inference(cnf_transformation,[],['$inc_associativity_addition_2']) ).

cnf('7',plain,
    ( ~ sum(X,Y,Z)
    | sum(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_addition']) ).

cnf('8',plain,
    sum(a,c,u),
    inference(cnf_transformation,[],[sum_6]) ).

cnf('9',plain,
    sum(c,a,u),
    inference(resolution,[],['7','8']) ).

cnf('10',plain,
    ( ~ sum(X,u,Y)
    | ~ sum(X,c,Z)
    | sum(Z,a,Y) ),
    inference(resolution,[],['6','9']) ).

cnf('11',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Y,V)
    | ~ less_or_equal(U,X)
    | less_or_equal(V,Z) ),
    inference(cnf_transformation,[],['$inc_compatibility_of_order_relation_and_addition']) ).

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

cnf('13',plain,
    ~ less_or_equal(a,b),
    inference(cnf_transformation,[],[not_less_or_equal_9]) ).

cnf('14',plain,
    defined(a),
    inference(cnf_transformation,[],[a_is_defined]) ).

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

cnf('16',plain,
    less_or_equal(b,a),
    inference(resolution,[then_simplify],['12','13','14','15']) ).

cnf('17',plain,
    ( ~ sum(b,X,Y)
    | ~ sum(a,X,Z)
    | less_or_equal(Y,Z) ),
    inference(resolution,[],['11','16']) ).

cnf('18',plain,
    sum(b,c,v),
    inference(cnf_transformation,[],[sum_7]) ).

cnf('19',plain,
    ( ~ sum(a,c,X)
    | less_or_equal(v,X) ),
    inference(resolution,[],['17','18']) ).

cnf('20',plain,
    less_or_equal(v,u),
    inference(resolution,[],['19','8']) ).

cnf('21',plain,
    ( sum(additive_identity,X,Y)
    | ~ less_or_equal(Y,X)
    | ~ less_or_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_antisymmetry_of_order_relation']) ).

cnf('22',plain,
    less_or_equal(u,v),
    inference(cnf_transformation,[],[less_or_equal_8]) ).

cnf('23',plain,
    sum(additive_identity,u,v),
    inference(resolution,[then_simplify],['20','21','22']) ).

cnf('24',plain,
    ( ~ sum(additive_identity,c,X)
    | sum(X,a,v) ),
    inference(resolution,[],['10','23']) ).

cnf('25',plain,
    defined(c),
    inference(cnf_transformation,[],[c_is_defined]) ).

cnf('26',plain,
    sum(additive_identity,c,c),
    inference(resolution,[],['2','25']) ).

cnf('27',plain,
    sum(c,a,v),
    inference(resolution,[],['24','26']) ).

cnf('28',plain,
    ( ~ sum(X3,c,additive_identity)
    | sum(X3,v,a) ),
    inference(resolution,[],['5','27']) ).

cnf('29',plain,
    sum(c,b,v),
    inference(resolution,[],['7','18']) ).

cnf('30',plain,
    ( ~ sum(X,v,Y)
    | ~ sum(X,c,Z)
    | sum(Z,b,Y) ),
    inference(resolution,[],['6','29']) ).

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

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

cnf('33',plain,
    less_or_equal(b,b),
    inference(resolution,[],['31','32']) ).

cnf('34',plain,
    ( ~ sum(b,X,Y)
    | ~ sum(b,X,Z)
    | less_or_equal(Y,Z) ),
    inference(resolution,[],['11','33']) ).

cnf('35',plain,
    sum(additive_identity,b,b),
    inference(resolution,[],['2','32']) ).

cnf('36',plain,
    sum(b,additive_identity,b),
    inference(resolution,[],['35','7']) ).

cnf('37',plain,
    ( ~ sum(b,additive_identity,X)
    | less_or_equal(X,b) ),
    inference(resolution,[],['34','36']) ).

cnf('38',plain,
    ~ sum(b,additive_identity,a),
    inference(resolution,[],['37','13']) ).

cnf('39',plain,
    ~ sum(additive_identity,b,a),
    inference(resolution,[],['38','7']) ).

cnf('40',plain,
    ( ~ sum(X3,v,a)
    | ~ sum(X3,c,additive_identity) ),
    inference(resolution,[],['30','39']) ).

cnf('41',plain,
    ~ sum(X,c,additive_identity),
    inference(simplify,[],['28','40']) ).

cnf('42',plain,
    ( sum(additive_inverse(X),X,additive_identity)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_inverse_addition']) ).

cnf('43',plain,
    defined(c),
    inference(cnf_transformation,[],[c_is_defined]) ).

cnf('44',plain,
    $false,
    inference(resolution,[then_simplify],['41','42','43']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : FLD066-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.11/0.13  % Command  : gkc %s
% 0.12/0.33  % Computer : n009.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Mon Aug 28 00:26:05 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.38  
% 0.12/0.38  input clause set summed statistics:
% 0.12/0.38  ----------------------------------
% 0.12/0.38  in_clause_count:                    35
% 0.12/0.38  in_rule_clause_count:               25
% 0.12/0.38  in_fact_clause_count:               10
% 0.12/0.38  in_answer_clause_count:              0
% 0.12/0.38  in_ground_clause_count:             12
% 0.12/0.38  in_unit_clause_count:               12
% 0.12/0.38  in_horn_clause_count:               32
% 0.12/0.38  in_pos_clause_count:                10
% 0.12/0.38  in_neg_clause_count:                 2
% 0.12/0.38  in_poseq_clause_count:               0
% 0.12/0.38  in_negeq_clause_count:               0
% 0.12/0.38  in_unitposeq_clause_count:           0
% 0.12/0.38  in_chain_clause_count:               0
% 0.12/0.38  in_min_length:             1
% 0.12/0.38  in_max_length:             5
% 0.12/0.38  in_min_depth:              1
% 0.12/0.38  in_max_depth:              2
% 0.12/0.38  in_min_size:               2
% 0.12/0.38  in_max_size:              20
% 0.12/0.38  in_min_vars:               0
% 0.12/0.38  in_max_vars:               7
% 0.12/0.38  in_extaxiom_count:                26
% 0.12/0.38  in_axiom_count:                    0
% 0.12/0.38  in_assumption_count:               5
% 0.12/0.38  in_goal_count:                     4
% 0.12/0.38  in_neg_goal_count:                 1
% 0.12/0.38  in_pos_goal_count:                 3
% 0.12/0.38  in_posunit_goal_count:             3
% 0.12/0.38  
% 0.12/0.38  auto guide:
% 0.12/0.38  -----------
% 0.12/0.38  {
% 0.12/0.38  "print":1,
% 0.12/0.38  "print_level": 15,
% 0.12/0.38  "max_size": 0,
% 0.12/0.38  "max_depth": 0,
% 0.12/0.38  "max_length": 0,
% 0.12/0.38  "max_dseconds": 0,
% 0.12/0.38  "equality":0,
% 0.12/0.38  "runs":[
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/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.12/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/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.12/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/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.12/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.12/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.12/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.12/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.12/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.12/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.12/0.38  
% 0.12/0.38  ]}
% 0.12/0.38  
% 0.12/0.38  
% 0.12/0.38  **** run 1 fork 0 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 2 fork 1 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 3 fork 2 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 4 fork 3 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 5 fork 4 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.12/0.38  
% 0.12/0.38  **** run 6 fork 5 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 8 fork 7 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.12/0.38  
% 0.12/0.38  **** run 7 fork 6 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.19/0.43  
% 0.19/0.43  fork 1: search finished without proof.
% 0.19/0.46  
% 0.19/0.46  **** run 10 fork 1 starts with strategy
% 0.19/0.46  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 7: 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 3: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: 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.51  
% 0.19/0.51  
% 0.19/0.51  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.54  
% 0.19/0.54  **** run 16 fork 7 starts with strategy
% 0.19/0.54  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.19/0.54  
% 0.19/0.54  **** run 12 fork 3 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 15 fork 6 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.59  
% 0.19/0.59  
% 0.19/0.59  fork 1: search terminated without proof.
% 1.79/0.61  
% 1.79/0.61  **** run 18 fork 1 starts with strategy
% 1.79/0.61  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 2.10/0.66  
% 2.10/0.66  
% 2.10/0.66  fork 7: search terminated without proof.
% 2.10/0.66  
% 2.10/0.66  
% 2.10/0.66  fork 6: search terminated without proof.
% 2.10/0.66  
% 2.10/0.66  
% 2.10/0.66  fork 5: search terminated without proof.
% 2.10/0.67  
% 2.10/0.67  
% 2.10/0.67  fork 2: search terminated without proof.
% 2.10/0.67  
% 2.10/0.67  
% 2.10/0.67  fork 4: search terminated without proof.
% 2.10/0.67  
% 2.10/0.67  
% 2.10/0.67  fork 0: search terminated without proof.
% 2.10/0.67  
% 2.10/0.67  **** run 24 fork 7 starts with strategy
% 2.10/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 2.10/0.68  
% 2.10/0.68  **** run 23 fork 6 starts with strategy
% 2.10/0.68  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 2.10/0.68  
% 2.10/0.68  **** run 22 fork 5 starts with strategy
% 2.10/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.10/0.69  
% 2.10/0.69  **** run 19 fork 2 starts with strategy
% 2.10/0.69  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 2.10/0.69  
% 2.10/0.69  **** run 21 fork 4 starts with strategy
% 2.10/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.10/0.70  
% 2.10/0.70  **** run 17 fork 0 starts with strategy
% 2.10/0.70  {"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.74  
% 2.72/0.74  
% 2.72/0.74  fork 1: search terminated without proof.
% 2.72/0.75  
% 2.72/0.75  
% 2.72/0.75  result: proof found
% 2.72/0.75  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 2.72/0.75  by run 22 fork 5 strategy {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.72/0.75  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 2.72/0.75  
% 2.72/0.75  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 2.72/0.75  
% 2.72/0.75  run 22 fork 5 statistics:
% 2.72/0.75  ----------------------------------
% 2.72/0.75  this run seconds: 0.032062
% 2.72/0.75  total seconds: 0.362844
% 2.72/0.75  stat_given_used: 861
% 2.72/0.75  stat_given_used_at_endgame: 0
% 2.72/0.75  stat_given_candidates:   1558
% 2.72/0.75  stat_given_candidates_at_endgame: 0
% 2.72/0.75  stat_given_candidates_h: 0
% 2.72/0.75  stat_binres_derived_cl:   3184
% 2.72/0.75  stat_binres_derived_cl_h: 0
% 2.72/0.75  stat_factor_derived_cl: 113
% 2.72/0.75  stat_para_derived_cl: 0
% 2.72/0.75  stat_tautologies_discarded: 635
% 2.72/0.75  stat_forward_subsumed: 822
% 2.72/0.75  stat_derived_cut: 9
% 2.72/0.75  stat_derived_rewritten: 0
% 2.72/0.75  stat_weight_discarded_building: 0
% 2.72/0.75  stat_weight_discarded_cl: 0
% 2.72/0.75  stat_internlimit_discarded_cl: 0
% 2.72/0.75  stat_simplified:  1 simplified 0 derived 0 given
% 2.72/0.75  stat_kept_cl: 1839
% 2.72/0.75  stat_built_cl: 3562
% 2.72/0.75  stat_hyperres_partial_cl: 0
% 2.72/0.75  stat_made_rewriters: 0
% 2.72/0.75  stat_backward_subsumed: 0
% 2.72/0.75  stat_propagated_subsumed: 0
% 2.72/0.75  stat_clsubs_attempted:                     24980
% 2.72/0.75  stat_clsubs_fact_groundunit_found:            46
% 2.72/0.75  stat_clsubs_rule_groundunit_found:             2
% 2.72/0.75  stat_clsubs_top_meta_attempted:             500314
% 2.72/0.75  stat_clsubs_top_meta_failed:                475334
% 2.72/0.75  stat_clsubs_top_meta_nonpref_attempted:              500314
% 2.72/0.75  stat_clsubs_top_meta_nonpref_succeeded:              171058
% 2.72/0.75  stat_clsubs_top_meta_pref_attempted:                 171058
% 2.72/0.75  stat_clsubs_top_meta_pref1_succeeded:                 60035
% 2.72/0.75  stat_clsubs_top_meta_pref2_succeeded:                 27453
% 2.72/0.75  stat_clsubs_top_meta_pref3_succeeded:                 24980
% 2.72/0.75  stat_clsubs_top_meta_pref_succeeded:                  24980
% 2.72/0.75  stat_clsubs_meta_attempted:                45758
% 2.72/0.75  stat_clsubs_meta_failed:                    5699
% 2.72/0.75  stat_clsubs_predsymbs_attempted:               0
% 2.72/0.75  stat_clsubs_unit_attempted:                    0
% 2.72/0.75  stat_clsubs_full_attempted:                24980
% 2.72/0.75  stat_forwardsubs_attempted:                 2662
% 2.72/0.75  stat_lit_hash_added:                   2391
% 2.72/0.75  stat_lit_hash_computed:               18919
% 2.72/0.75  stat_lit_hash_match_found:              991
% 2.72/0.75  stat_lit_hash_match_miss:             21277
% 2.72/0.75  stat_lit_hash_cut_ok:                   120
% 2.72/0.75  stat_lit_strong_cut_ok:                   0
% 2.72/0.75  stat_lit_hash_subsume_ok:               822
% 2.72/0.75  clqueue els 10000000 used 1
% 2.72/0.75  clactive els 10000000 used 862
% 2.72/0.75  clactivesubsume els 10000000 used 4765
% 2.72/0.75  queue_termbuf els 200000000 used 71162
% 2.72/0.75  hyper_termbuf els 100000000 used 1
% 2.72/0.75  active_termbuf els 100000000 used 21729
% 2.72/0.75  varstack els 5000 last used 1
% 2.72/0.75  given_termbuf els 10000000 last used 1
% 2.72/0.75  simplified_termbuf els 10000000 last used 1
% 2.72/0.75  derived_termbuf els 10000000 last used 21
% 2.72/0.75  wr_mallocs: 4903
% 2.72/0.75  wr_callocs: 21
% 2.72/0.75  wr_reallocs: 703
% 2.72/0.75  wr_frees: 2
% 2.72/0.75  wr_malloc_bytes: 4162746516
% 2.72/0.75  wr_calloc_bytes: 112065536
% 2.72/0.75  wr_realloc_bytes: 141000
% 2.72/0.75  wr_realloc_freebytes: 0
% 2.72/0.75  ----------------------------------
%------------------------------------------------------------------------------