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

View Problem - Process Solution

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

% Computer : n002.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:54 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
cnf('1',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('2',plain,
    ( sum(additive_identity,X,X)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_identity_addition']) ).

cnf('3',plain,
    defined(d),
    inference(cnf_transformation,[],[d_is_defined]) ).

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

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

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

cnf('7',plain,
    sum(d,b,v),
    inference(cnf_transformation,[],[sum_10]) ).

cnf('8',plain,
    sum(b,d,v),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( ~ sum(b,additive_identity,X)
    | sum(X,d,v) ),
    inference(resolution,[],['5','8']) ).

cnf('10',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('11',plain,
    ( less_or_equal(X,Y)
    | less_or_equal(Y,X)
    | ~ defined(X)
    | ~ defined(Y) ),
    inference(cnf_transformation,[],['$inc_totality_of_order_relation']) ).

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

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

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

cnf('15',plain,
    ( ~ sum(a,X,Y)
    | ~ sum(a,X,Z)
    | less_or_equal(Y,Z) ),
    inference(resolution,[],['10','14']) ).

cnf('16',plain,
    sum(additive_identity,a,b),
    inference(cnf_transformation,[],[sum_7]) ).

cnf('17',plain,
    sum(a,additive_identity,b),
    inference(resolution,[],['6','16']) ).

cnf('18',plain,
    ( ~ sum(a,additive_identity,X)
    | less_or_equal(b,X) ),
    inference(resolution,[],['15','17']) ).

cnf('19',plain,
    sum(additive_identity,a,a),
    inference(resolution,[],['2','13']) ).

cnf('20',plain,
    sum(a,additive_identity,a),
    inference(resolution,[],['19','6']) ).

cnf('21',plain,
    less_or_equal(b,a),
    inference(resolution,[],['18','20']) ).

cnf('22',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('23',plain,
    ( ~ sum(a,additive_identity,X)
    | less_or_equal(a,X) ),
    inference(resolution,[],['15','20']) ).

cnf('24',plain,
    less_or_equal(a,b),
    inference(resolution,[],['23','17']) ).

cnf('25',plain,
    sum(additive_identity,b,a),
    inference(resolution,[then_simplify],['21','22','24']) ).

cnf('26',plain,
    sum(b,additive_identity,a),
    inference(resolution,[],['25','6']) ).

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

cnf('28',plain,
    sum(d,a,v),
    inference(resolution,[],['27','6']) ).

cnf('29',plain,
    sum(a,c,u),
    inference(cnf_transformation,[],[sum_9]) ).

cnf('30',plain,
    sum(c,a,u),
    inference(resolution,[],['6','29']) ).

cnf('31',plain,
    ( ~ sum(X,a,Y)
    | ~ less_or_equal(c,X)
    | less_or_equal(u,Y) ),
    inference(resolution,[],['10','30']) ).

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

cnf('33',plain,
    less_or_equal(c,c),
    inference(resolution,[],['12','32']) ).

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

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

cnf('36',plain,
    sum(c,additive_identity,c),
    inference(resolution,[],['35','6']) ).

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

cnf('38',plain,
    sum(additive_identity,c,d),
    inference(cnf_transformation,[],[sum_8]) ).

cnf('39',plain,
    sum(c,additive_identity,d),
    inference(resolution,[],['6','38']) ).

cnf('40',plain,
    less_or_equal(c,d),
    inference(resolution,[],['37','39']) ).

cnf('41',plain,
    less_or_equal(u,v),
    inference(resolution,[then_simplify],['28','31','40']) ).

cnf('42',plain,
    ~ sum(additive_identity,u,v),
    inference(cnf_transformation,[],[not_sum_11]) ).

cnf('43',plain,
    ( ~ sum(X,a,Y)
    | ~ less_or_equal(X,c)
    | less_or_equal(Y,u) ),
    inference(resolution,[],['10','30']) ).

cnf('44',plain,
    ( ~ sum(c,additive_identity,X)
    | less_or_equal(d,X) ),
    inference(resolution,[],['34','39']) ).

cnf('45',plain,
    less_or_equal(d,c),
    inference(resolution,[],['44','36']) ).

cnf('46',plain,
    less_or_equal(v,u),
    inference(resolution,[then_simplify],['28','43','45']) ).

cnf('47',plain,
    $false,
    inference(resolution,[then_simplify],['41','22','42','46']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : FLD013-5 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.14  % Command  : gkc %s
% 0.14/0.34  % Computer : n002.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Mon Aug 28 00:42:04 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.39  
% 0.14/0.39  input clause set summed statistics:
% 0.14/0.39  ----------------------------------
% 0.14/0.39  in_clause_count:                    37
% 0.14/0.39  in_rule_clause_count:               25
% 0.14/0.39  in_fact_clause_count:               12
% 0.14/0.39  in_answer_clause_count:              0
% 0.14/0.39  in_ground_clause_count:             14
% 0.14/0.39  in_unit_clause_count:               14
% 0.14/0.39  in_horn_clause_count:               34
% 0.14/0.39  in_pos_clause_count:                12
% 0.14/0.39  in_neg_clause_count:                 2
% 0.14/0.39  in_poseq_clause_count:               0
% 0.14/0.39  in_negeq_clause_count:               0
% 0.14/0.39  in_unitposeq_clause_count:           0
% 0.14/0.39  in_chain_clause_count:               0
% 0.14/0.39  in_min_length:             1
% 0.14/0.39  in_max_length:             5
% 0.14/0.39  in_min_depth:              1
% 0.14/0.39  in_max_depth:              2
% 0.14/0.39  in_min_size:               2
% 0.14/0.39  in_max_size:              20
% 0.14/0.39  in_min_vars:               0
% 0.14/0.39  in_max_vars:               7
% 0.14/0.39  in_extaxiom_count:                26
% 0.14/0.39  in_axiom_count:                    0
% 0.14/0.39  in_assumption_count:               6
% 0.14/0.39  in_goal_count:                     5
% 0.14/0.39  in_neg_goal_count:                 1
% 0.14/0.39  in_pos_goal_count:                 4
% 0.14/0.39  in_posunit_goal_count:             4
% 0.14/0.39  
% 0.14/0.39  auto guide:
% 0.14/0.39  -----------
% 0.14/0.39  {
% 0.14/0.39  "print":1,
% 0.14/0.39  "print_level": 15,
% 0.14/0.39  "max_size": 0,
% 0.14/0.39  "max_depth": 0,
% 0.14/0.39  "max_length": 0,
% 0.14/0.39  "max_dseconds": 0,
% 0.14/0.39  "equality":0,
% 0.14/0.39  "runs":[
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  
% 0.14/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.14/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.14/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.39  
% 0.14/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.14/0.39  
% 0.14/0.39  ]}
% 0.14/0.39  
% 0.14/0.39  
% 0.14/0.39  **** run 1 fork 0 starts with strategy
% 0.14/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.14/0.39  
% 0.14/0.39  **** run 2 fork 1 starts with strategy
% 0.14/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.14/0.39  
% 0.14/0.39  **** run 3 fork 2 starts with strategy
% 0.14/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.14/0.39  
% 0.14/0.39  **** run 4 fork 3 starts with strategy
% 0.14/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.14/0.39  
% 0.14/0.39  **** run 5 fork 4 starts with strategy
% 0.14/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.14/0.39  
% 0.14/0.39  **** run 6 fork 5 starts with strategy
% 0.14/0.39  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.14/0.39  
% 0.14/0.39  **** run 7 fork 6 starts with strategy
% 0.14/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.14/0.41  
% 0.14/0.41  **** run 8 fork 7 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 2: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  fork 3: search finished without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 5: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 0: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 6: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: 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.55  
% 0.21/0.55  **** run 11 fork 2 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.55  
% 0.21/0.55  **** run 12 fork 3 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.21/0.55  
% 0.21/0.55  **** run 14 fork 5 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.55  
% 0.21/0.55  **** run 9 fork 0 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 15 fork 6 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.21/0.56  
% 0.21/0.56  **** run 13 fork 4 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.56  
% 0.21/0.56  **** run 16 fork 7 starts with strategy
% 0.21/0.56  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 1.86/0.67  
% 1.86/0.67  
% 1.86/0.67  fork 2: search terminated without proof.
% 1.86/0.67  
% 1.86/0.67  
% 1.86/0.67  fork 5: search terminated without proof.
% 1.86/0.68  
% 1.86/0.68  
% 1.86/0.68  fork 4: search terminated without proof.
% 1.86/0.68  
% 1.86/0.68  
% 1.86/0.68  fork 7: search terminated without proof.
% 1.86/0.69  
% 1.86/0.69  **** run 19 fork 2 starts with strategy
% 1.86/0.69  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 1.86/0.69  
% 1.86/0.69  **** run 22 fork 5 starts with strategy
% 1.86/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 1.86/0.70  
% 1.86/0.70  **** run 21 fork 4 starts with strategy
% 1.86/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 1.86/0.70  
% 1.86/0.70  **** run 24 fork 7 starts with strategy
% 1.86/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 2.11/0.75  
% 2.11/0.75  
% 2.11/0.75  result: proof found
% 2.11/0.75  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 2.11/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.11/0.75  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 2.11/0.75  
% 2.11/0.75  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 2.11/0.75  
% 2.11/0.75  run 22 fork 5 statistics:
% 2.11/0.75  ----------------------------------
% 2.11/0.75  this run seconds: 0.022533
% 2.11/0.75  total seconds: 0.351938
% 2.11/0.75  stat_given_used: 675
% 2.11/0.75  stat_given_used_at_endgame: 0
% 2.11/0.75  stat_given_candidates:   1292
% 2.11/0.75  stat_given_candidates_at_endgame: 0
% 2.11/0.75  stat_given_candidates_h: 0
% 2.11/0.75  stat_binres_derived_cl:   2839
% 2.11/0.75  stat_binres_derived_cl_h: 0
% 2.11/0.75  stat_factor_derived_cl: 90
% 2.11/0.75  stat_para_derived_cl: 0
% 2.11/0.75  stat_tautologies_discarded: 505
% 2.11/0.75  stat_forward_subsumed: 664
% 2.11/0.75  stat_derived_cut: 7
% 2.11/0.75  stat_derived_rewritten: 0
% 2.11/0.75  stat_weight_discarded_building: 0
% 2.11/0.75  stat_weight_discarded_cl: 0
% 2.11/0.75  stat_internlimit_discarded_cl: 0
% 2.11/0.75  stat_simplified:  0 simplified 0 derived 0 given
% 2.11/0.75  stat_kept_cl: 1759
% 2.11/0.75  stat_built_cl: 3109
% 2.11/0.75  stat_hyperres_partial_cl: 0
% 2.11/0.75  stat_made_rewriters: 0
% 2.11/0.75  stat_backward_subsumed: 0
% 2.11/0.75  stat_propagated_subsumed: 0
% 2.11/0.75  stat_clsubs_attempted:                     13377
% 2.11/0.75  stat_clsubs_fact_groundunit_found:            54
% 2.11/0.75  stat_clsubs_rule_groundunit_found:             3
% 2.11/0.75  stat_clsubs_top_meta_attempted:             314586
% 2.11/0.75  stat_clsubs_top_meta_failed:                301209
% 2.11/0.75  stat_clsubs_top_meta_nonpref_attempted:              314586
% 2.11/0.75  stat_clsubs_top_meta_nonpref_succeeded:               98971
% 2.11/0.75  stat_clsubs_top_meta_pref_attempted:                  98971
% 2.11/0.75  stat_clsubs_top_meta_pref1_succeeded:                 29195
% 2.11/0.75  stat_clsubs_top_meta_pref2_succeeded:                 14342
% 2.11/0.75  stat_clsubs_top_meta_pref3_succeeded:                 13377
% 2.11/0.75  stat_clsubs_top_meta_pref_succeeded:                  13377
% 2.11/0.75  stat_clsubs_meta_attempted:                27259
% 2.11/0.75  stat_clsubs_meta_failed:                    5146
% 2.11/0.75  stat_clsubs_predsymbs_attempted:               0
% 2.11/0.75  stat_clsubs_unit_attempted:                    0
% 2.11/0.75  stat_clsubs_full_attempted:                13377
% 2.11/0.75  stat_forwardsubs_attempted:                 2424
% 2.11/0.75  stat_lit_hash_added:                   2040
% 2.11/0.75  stat_lit_hash_computed:               17205
% 2.11/0.75  stat_lit_hash_match_found:              850
% 2.11/0.75  stat_lit_hash_match_miss:             19976
% 2.11/0.75  stat_lit_hash_cut_ok:                   125
% 2.11/0.75  stat_lit_strong_cut_ok:                   0
% 2.11/0.75  stat_lit_hash_subsume_ok:               664
% 2.11/0.75  clqueue els 10000000 used 1
% 2.11/0.75  clactive els 10000000 used 676
% 2.11/0.75  clactivesubsume els 10000000 used 3565
% 2.11/0.75  queue_termbuf els 200000000 used 69238
% 2.11/0.75  hyper_termbuf els 100000000 used 1
% 2.11/0.75  active_termbuf els 100000000 used 16627
% 2.11/0.75  varstack els 5000 last used 1
% 2.11/0.75  given_termbuf els 10000000 last used 1
% 2.11/0.75  simplified_termbuf els 10000000 last used 1
% 2.11/0.75  derived_termbuf els 10000000 last used 33
% 2.11/0.75  wr_mallocs: 4136
% 2.11/0.75  wr_callocs: 21
% 2.11/0.75  wr_reallocs: 653
% 2.11/0.75  wr_frees: 2
% 2.11/0.75  wr_malloc_bytes: 4162721604
% 2.11/0.75  wr_calloc_bytes: 112065536
% 2.11/0.75  wr_realloc_bytes: 126320
% 2.11/0.75  wr_realloc_freebytes: 0
% 2.11/0.75  ----------------------------------
%------------------------------------------------------------------------------