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

View Problem - Process Solution

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

% Computer : n027.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:02 EDT 2023

% Result   : Unsatisfiable 10.17s 1.77s
% Output   : CNFRefutation 10.17s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_associativity_multiplication_1')

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

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

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

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

cnf('5',plain,
    ( ~ product(X,multiplicative_identity,Y)
    | ~ product(X,Z,U)
    | product(Y,Z,U)
    | ~ defined(Z) ),
    inference(resolution,[],['4','2']) ).

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

cnf('7',plain,
    product(multiplicative_identity,multiplicative_inverse(a),multiplicative_inverse(b)),
    inference(cnf_transformation,[],[product_5]) ).

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

cnf('9',plain,
    ( ~ product(multiplicative_inverse(a),X,Y)
    | product(multiplicative_inverse(b),X,Y)
    | ~ defined(X) ),
    inference(resolution,[],['5','8']) ).

cnf('10',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('11',plain,
    defined(a),
    inference(cnf_transformation,[],[a_is_defined]) ).

cnf('12',plain,
    ~ sum(additive_identity,a,additive_identity),
    inference(cnf_transformation,[],[not_sum_3]) ).

cnf('13',plain,
    product(multiplicative_inverse(b),a,multiplicative_identity),
    inference(resolution,[then_simplify],['9','10','11','12']) ).

cnf('14',plain,
    ( ~ product(X,Y,Y)
    | ~ product(X,X,Z)
    | product(Z,Y,Y) ),
    inference(factorization,[],['4']) ).

cnf('15',plain,
    ( product(X,multiplicative_identity,X)
    | ~ defined(X) ),
    inference(resolution,[],['6','2']) ).

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

cnf('17',plain,
    ( ~ product(multiplicative_identity,multiplicative_identity,X)
    | product(X,multiplicative_identity,multiplicative_identity) ),
    inference(resolution,[then_simplify],['14','15','16']) ).

cnf('18',plain,
    product(multiplicative_identity,multiplicative_identity,multiplicative_identity),
    inference(resolution,[then_simplify],['17','15','16']) ).

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

cnf('20',plain,
    ( ~ product(multiplicative_inverse(a),multiplicative_identity,X)
    | product(multiplicative_inverse(b),multiplicative_identity,X) ),
    inference(resolution,[],['19','8']) ).

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

cnf('22',plain,
    ~ sum(additive_identity,a,additive_identity),
    inference(cnf_transformation,[],[not_sum_3]) ).

cnf('23',plain,
    defined(multiplicative_inverse(a)),
    inference(resolution,[then_simplify],['21','22','11']) ).

cnf('24',plain,
    product(multiplicative_inverse(b),multiplicative_identity,multiplicative_inverse(a)),
    inference(resolution,[then_simplify],['20','15','23']) ).

cnf('25',plain,
    ( ~ product(multiplicative_inverse(b),X,Y)
    | product(multiplicative_inverse(a),X,Y)
    | ~ defined(X) ),
    inference(resolution,[],['5','24']) ).

cnf('26',plain,
    product(multiplicative_inverse(a),a,multiplicative_identity),
    inference(resolution,[then_simplify],['13','25','11']) ).

cnf('27',plain,
    product(a,multiplicative_inverse(a),multiplicative_identity),
    inference(resolution,[],['26','6']) ).

cnf('28',plain,
    ( ~ product(multiplicative_inverse(a),X,Y)
    | product(a,Y,X)
    | ~ defined(X) ),
    inference(resolution,[],['3','27']) ).

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

cnf('30',plain,
    ~ sum(additive_identity,b,additive_identity),
    inference(cnf_transformation,[],[not_sum_4]) ).

cnf('31',plain,
    product(multiplicative_inverse(a),b,multiplicative_identity),
    inference(resolution,[then_simplify],['25','10','29','30']) ).

cnf('32',plain,
    product(a,multiplicative_identity,b),
    inference(resolution,[then_simplify],['28','31','29']) ).

cnf('33',plain,
    ~ product(multiplicative_identity,a,b),
    inference(cnf_transformation,[],[not_product_6]) ).

cnf('34',plain,
    $false,
    inference(resolution,[then_simplify],['32','6','33']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD027-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.16/0.34  % Computer : n027.cluster.edu
% 0.16/0.34  % Model    : x86_64 x86_64
% 0.16/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.34  % Memory   : 8042.1875MB
% 0.16/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.34  % CPULimit : 300
% 0.16/0.34  % WCLimit  : 300
% 0.16/0.34  % DateTime : Mon Aug 28 00:37:21 EDT 2023
% 0.16/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    32
% 0.19/0.38  in_rule_clause_count:               28
% 0.19/0.38  in_fact_clause_count:                4
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              9
% 0.19/0.38  in_unit_clause_count:                9
% 0.19/0.38  in_horn_clause_count:               29
% 0.19/0.38  in_pos_clause_count:                 5
% 0.19/0.38  in_neg_clause_count:                 4
% 0.19/0.38  in_poseq_clause_count:               0
% 0.19/0.38  in_negeq_clause_count:               0
% 0.19/0.38  in_unitposeq_clause_count:           0
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             5
% 0.19/0.38  in_min_depth:              1
% 0.19/0.38  in_max_depth:              2
% 0.19/0.38  in_min_size:               2
% 0.19/0.38  in_max_size:              20
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               7
% 0.19/0.38  in_extaxiom_count:                26
% 0.19/0.38  in_axiom_count:                    0
% 0.19/0.38  in_assumption_count:               2
% 0.19/0.38  in_goal_count:                     4
% 0.19/0.38  in_neg_goal_count:                 3
% 0.19/0.38  in_pos_goal_count:                 1
% 0.19/0.38  in_posunit_goal_count:             1
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "equality":0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/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.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/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.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/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.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/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.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.19/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.19/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.19/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.19/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.44  
% 0.19/0.44  fork 1: search finished without proof.
% 0.19/0.47  
% 0.19/0.47  **** run 10 fork 1 starts with strategy
% 0.19/0.47  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.51  
% 0.19/0.51  fork 3: search finished 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 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 4: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 5: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 7: search terminated without proof.
% 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 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 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 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 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 15 fork 6 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.19/0.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.19/0.59  
% 0.19/0.59  
% 0.19/0.59  fork 1: search terminated without proof.
% 0.19/0.61  
% 0.19/0.61  **** run 18 fork 1 starts with strategy
% 0.19/0.61  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 4: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 3: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 2: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 5: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 7: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 17 fork 0 starts with strategy
% 0.19/0.67  {"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.19/0.68  
% 0.19/0.68  **** run 21 fork 4 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.68  
% 0.19/0.68  **** run 20 fork 3 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.68  
% 0.19/0.68  **** run 22 fork 5 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.19/0.68  
% 0.19/0.68  **** run 19 fork 2 starts with strategy
% 0.19/0.68  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.19/0.69  
% 0.19/0.69  **** run 24 fork 7 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 6: search terminated without proof.
% 0.19/0.73  
% 0.19/0.73  **** run 23 fork 6 starts with strategy
% 0.19/0.73  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.19/0.74  
% 0.19/0.74  
% 0.19/0.74  fork 1: search terminated without proof.
% 0.19/0.76  
% 0.19/0.76  **** run 26 fork 1 starts with strategy
% 0.19/0.76  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 3.19/0.81  
% 3.19/0.81  
% 3.19/0.81  fork 0: search terminated without proof.
% 3.19/0.82  
% 3.19/0.82  fork 5: search finished without proof.
% 3.19/0.82  
% 3.19/0.82  
% 3.19/0.82  fork 3: search terminated without proof.
% 3.19/0.83  
% 3.19/0.83  
% 3.19/0.83  fork 4: search terminated without proof.
% 3.19/0.84  
% 3.19/0.84  
% 3.19/0.84  fork 7: search terminated without proof.
% 3.19/0.84  
% 3.19/0.84  **** run 30 fork 5 starts with strategy
% 3.19/0.84  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.19/0.84  
% 3.19/0.84  **** run 28 fork 3 starts with strategy
% 3.19/0.84  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.19/0.84  
% 3.19/0.84  **** run 25 fork 0 starts with strategy
% 3.19/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 3.19/0.85  
% 3.19/0.85  
% 3.19/0.85  fork 2: search terminated without proof.
% 3.19/0.85  
% 3.19/0.85  **** run 29 fork 4 starts with strategy
% 3.19/0.85  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 3.76/0.86  
% 3.76/0.86  **** run 32 fork 7 starts with strategy
% 3.76/0.86  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 3.76/0.87  
% 3.76/0.87  **** run 27 fork 2 starts with strategy
% 3.76/0.87  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.76/0.88  
% 3.76/0.88  
% 3.76/0.88  fork 6: search terminated without proof.
% 3.76/0.89  
% 3.76/0.89  
% 3.76/0.89  fork 1: search terminated without proof.
% 3.76/0.90  
% 3.76/0.90  **** run 31 fork 6 starts with strategy
% 3.76/0.90  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 3.76/0.91  
% 3.76/0.91  **** run 34 fork 1 starts with strategy
% 3.76/0.91  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.45/0.96  
% 4.45/0.96  
% 4.45/0.96  fork 0: search terminated without proof.
% 4.45/0.96  
% 4.45/0.96  
% 4.45/0.96  fork 5: search terminated without proof.
% 4.45/0.97  
% 4.45/0.97  
% 4.45/0.97  fork 3: search terminated without proof.
% 4.45/0.98  
% 4.45/0.98  **** run 33 fork 0 starts with strategy
% 4.45/0.98  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.45/0.98  
% 4.45/0.98  **** run 38 fork 5 starts with strategy
% 4.45/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.45/0.98  
% 4.45/0.98  
% 4.45/0.98  fork 4: search terminated without proof.
% 4.45/0.98  
% 4.45/0.98  
% 4.45/0.98  fork 7: search terminated without proof.
% 4.45/0.99  
% 4.45/0.99  **** run 36 fork 3 starts with strategy
% 4.45/0.99  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.45/0.99  
% 4.45/0.99  
% 4.45/0.99  fork 2: search terminated without proof.
% 4.45/1.00  
% 4.45/1.00  **** run 37 fork 4 starts with strategy
% 4.45/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.45/1.00  
% 4.45/1.00  **** run 40 fork 7 starts with strategy
% 4.45/1.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.45/1.00  
% 4.45/1.00  fork 5: search finished without proof.
% 4.45/1.01  
% 4.45/1.01  **** run 35 fork 2 starts with strategy
% 4.45/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.45/1.02  
% 4.45/1.02  **** run 46 fork 5 starts with strategy
% 4.45/1.02  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 4.45/1.03  
% 4.45/1.03  
% 4.45/1.03  fork 6: search terminated without proof.
% 4.45/1.03  
% 4.45/1.03  
% 4.45/1.03  fork 1: search terminated without proof.
% 5.15/1.04  
% 5.15/1.04  **** run 39 fork 6 starts with strategy
% 5.15/1.04  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.15/1.05  
% 5.15/1.05  **** run 42 fork 1 starts with strategy
% 5.15/1.05  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.56/1.10  
% 5.56/1.10  
% 5.56/1.10  fork 0: search terminated without proof.
% 5.56/1.11  
% 5.56/1.11  
% 5.56/1.11  fork 3: search terminated without proof.
% 5.56/1.12  
% 5.56/1.12  **** run 41 fork 0 starts with strategy
% 5.56/1.12  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 5.56/1.12  
% 5.56/1.12  
% 5.56/1.12  fork 4: search terminated without proof.
% 5.56/1.13  
% 5.56/1.13  **** run 44 fork 3 starts with strategy
% 5.56/1.13  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.56/1.14  
% 5.56/1.14  **** run 45 fork 4 starts with strategy
% 5.56/1.14  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.56/1.14  
% 5.56/1.14  
% 5.56/1.14  fork 2: search terminated without proof.
% 6.05/1.16  
% 6.05/1.16  **** run 43 fork 2 starts with strategy
% 6.05/1.16  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 6.15/1.16  
% 6.15/1.16  fork 0: search finished without proof.
% 6.15/1.18  
% 6.15/1.18  
% 6.15/1.18  fork 6: search terminated without proof.
% 6.15/1.18  
% 6.15/1.18  **** run 49 fork 0 starts with strategy
% 6.15/1.18  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 6.15/1.20  
% 6.15/1.20  **** run 47 fork 6 starts with strategy
% 6.15/1.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.17/1.77  
% 10.17/1.77  
% 10.17/1.77  result: proof found
% 10.17/1.77  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 10.17/1.77  by run 43 fork 2 strategy {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 10.17/1.77  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 10.17/1.77  
% 10.17/1.77  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 10.17/1.77  
% 10.17/1.77  run 43 fork 2 statistics:
% 10.17/1.77  ----------------------------------
% 10.17/1.77  this run seconds: 0.294384
% 10.17/1.77  total seconds: 1.059790
% 10.17/1.77  stat_given_used: 1759
% 10.17/1.77  stat_given_used_at_endgame: 0
% 10.17/1.77  stat_given_candidates:   10047
% 10.17/1.77  stat_given_candidates_at_endgame: 0
% 10.17/1.77  stat_given_candidates_h: 0
% 10.17/1.77  stat_binres_derived_cl:   52934
% 10.17/1.77  stat_binres_derived_cl_h: 0
% 10.17/1.77  stat_factor_derived_cl: 313
% 10.17/1.77  stat_para_derived_cl: 0
% 10.17/1.77  stat_tautologies_discarded: 2918
% 10.17/1.77  stat_forward_subsumed: 17751
% 10.17/1.77  stat_derived_cut: 9737
% 10.17/1.77  stat_derived_rewritten: 0
% 10.17/1.77  stat_weight_discarded_building: 0
% 10.17/1.77  stat_weight_discarded_cl: 0
% 10.17/1.77  stat_internlimit_discarded_cl: 0
% 10.17/1.77  stat_simplified:  247 simplified 0 derived 0 given
% 10.17/1.77  stat_kept_cl: 32577
% 10.17/1.77  stat_built_cl: 36342
% 10.17/1.77  stat_hyperres_partial_cl: 0
% 10.17/1.77  stat_made_rewriters: 0
% 10.17/1.77  stat_backward_subsumed: 0
% 10.17/1.77  stat_propagated_subsumed: 0
% 10.17/1.77  stat_clsubs_attempted:                     70263
% 10.17/1.77  stat_clsubs_fact_groundunit_found:             4
% 10.17/1.77  stat_clsubs_rule_groundunit_found:            12
% 10.17/1.77  stat_clsubs_top_meta_attempted:            4524009
% 10.17/1.77  stat_clsubs_top_meta_failed:               4453746
% 10.17/1.77  stat_clsubs_top_meta_nonpref_attempted:             4524009
% 10.17/1.77  stat_clsubs_top_meta_nonpref_succeeded:              717370
% 10.17/1.77  stat_clsubs_top_meta_pref_attempted:                 717370
% 10.17/1.77  stat_clsubs_top_meta_pref1_succeeded:                144922
% 10.17/1.77  stat_clsubs_top_meta_pref2_succeeded:                 79451
% 10.17/1.77  stat_clsubs_top_meta_pref3_succeeded:                 70263
% 10.17/1.77  stat_clsubs_top_meta_pref_succeeded:                  70263
% 10.17/1.77  stat_clsubs_meta_attempted:               160849
% 10.17/1.77  stat_clsubs_meta_failed:                   66232
% 10.17/1.77  stat_clsubs_predsymbs_attempted:               0
% 10.17/1.77  stat_clsubs_unit_attempted:                    0
% 10.17/1.77  stat_clsubs_full_attempted:                70263
% 10.17/1.77  stat_forwardsubs_attempted:                50329
% 10.17/1.77  stat_lit_hash_added:                  10425
% 10.17/1.77  stat_lit_hash_computed:              351726
% 10.17/1.77  stat_lit_hash_match_found:            31516
% 10.17/1.77  stat_lit_hash_match_miss:            460928
% 10.17/1.77  stat_lit_hash_cut_ok:                 13893
% 10.17/1.77  stat_lit_strong_cut_ok:                 300
% 10.17/1.77  stat_lit_hash_subsume_ok:             17751
% 10.17/1.77  clqueue els 10000000 used 1
% 10.17/1.77  clactive els 10000000 used 1760
% 10.17/1.77  clactivesubsume els 10000000 used 8803
% 10.17/1.77  queue_termbuf els 200000000 used 2064774
% 10.17/1.77  hyper_termbuf els 100000000 used 1
% 10.17/1.77  active_termbuf els 100000000 used 63434
% 10.17/1.77  varstack els 5000 last used 1
% 10.17/1.77  given_termbuf els 10000000 last used 1
% 10.17/1.77  simplified_termbuf els 10000000 last used 1
% 10.17/1.77  derived_termbuf els 10000000 last used 23
% 10.17/1.77  wr_mallocs: 7147
% 10.17/1.77  wr_callocs: 21
% 10.17/1.77  wr_reallocs: 2221
% 10.17/1.77  wr_frees: 2
% 10.17/1.77  wr_malloc_bytes: 4162836708
% 10.17/1.77  wr_calloc_bytes: 112065536
% 10.17/1.77  wr_realloc_bytes: 1168864
% 10.17/1.77  wr_realloc_freebytes: 0
% 10.17/1.77  ----------------------------------
%------------------------------------------------------------------------------