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

View Problem - Process Solution

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

% Computer : n028.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:01 EDT 2023

% Result   : Unsatisfiable 11.73s 1.97s
% Output   : CNFRefutation 11.73s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named not_product_5)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ~ product(multiplicative_identity,multiplicative_inverse(a),multiplicative_inverse(b)),
    inference(cnf_transformation,[],[not_product_5]) ).

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

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

cnf('4',plain,
    product(multiplicative_identity,a,b),
    inference(cnf_transformation,[],[product_4]) ).

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

cnf('6',plain,
    ( ~ product(X,a,Y)
    | ~ product(Z,multiplicative_identity,X)
    | product(Z,b,Y) ),
    inference(resolution,[],['4','5']) ).

cnf('7',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('8',plain,
    ~ sum(additive_identity,a,additive_identity),
    inference(cnf_transformation,[],[not_sum_3]) ).

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

cnf('10',plain,
    ( ~ product(X,multiplicative_identity,multiplicative_inverse(a))
    | product(X,b,multiplicative_identity) ),
    inference(resolution,[then_simplify],['6','7','8','9']) ).

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

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

cnf('13',plain,
    defined(multiplicative_inverse(a)),
    inference(resolution,[then_simplify],['11','12','9']) ).

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

cnf('15',plain,
    product(multiplicative_identity,multiplicative_inverse(a),multiplicative_inverse(a)),
    inference(resolution,[],['13','14']) ).

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

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

cnf('18',plain,
    product(multiplicative_inverse(a),b,multiplicative_identity),
    inference(resolution,[],['10','17']) ).

cnf('19',plain,
    product(b,multiplicative_inverse(a),multiplicative_identity),
    inference(resolution,[],['18','16']) ).

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

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

cnf('22',plain,
    ( ~ product(multiplicative_inverse(b),b,multiplicative_identity)
    | ~ defined(multiplicative_inverse(b)) ),
    inference(resolution,[],['21','14']) ).

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

cnf('24',plain,
    ( ~ defined(multiplicative_inverse(b))
    | sum(additive_identity,b,additive_identity) ),
    inference(resolution,[then_simplify],['22','7','23']) ).

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

cnf('26',plain,
    ( sum(additive_identity,b,additive_identity)
    | defined(multiplicative_inverse(b)) ),
    inference(resolution,[],['25','12']) ).

cnf('27',plain,
    sum(additive_identity,b,additive_identity),
    inference(simplify,[],['24','26']) ).

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

cnf('29',plain,
    ( ~ product(X,Y,additive_identity)
    | ~ product(Z,Y,a)
    | ~ product(U,Y,additive_identity)
    | ~ sum(U,Z,X) ),
    inference(resolution,[],['11','28']) ).

cnf('30',plain,
    ( ~ product(b,X,a)
    | ~ product(additive_identity,X,additive_identity) ),
    inference(resolution,[],['27','29']) ).

cnf('31',plain,
    ( ~ product(a,X,Y)
    | ~ product(multiplicative_identity,Y,Z)
    | product(b,X,Z) ),
    inference(resolution,[],['4','2']) ).

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

cnf('33',plain,
    product(multiplicative_identity,a,a),
    inference(resolution,[],['32','14']) ).

cnf('34',plain,
    product(a,multiplicative_identity,a),
    inference(resolution,[],['33','16']) ).

cnf('35',plain,
    ( ~ product(multiplicative_identity,a,X)
    | product(b,multiplicative_identity,X) ),
    inference(resolution,[],['31','34']) ).

cnf('36',plain,
    ( ~ product(a,multiplicative_identity,X)
    | product(b,multiplicative_identity,X) ),
    inference(resolution,[],['35','16']) ).

cnf('37',plain,
    product(a,multiplicative_identity,a),
    inference(resolution,[],['33','16']) ).

cnf('38',plain,
    ~ product(additive_identity,multiplicative_identity,additive_identity),
    inference(resolution,[then_simplify],['30','36','37']) ).

cnf('39',plain,
    ~ product(multiplicative_identity,additive_identity,additive_identity),
    inference(resolution,[],['38','16']) ).

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

cnf('41',plain,
    $false,
    inference(resolution,[then_simplify],['39','14','40']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD026-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.35  % Computer : n028.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Mon Aug 28 01:03:39 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                    31
% 0.20/0.39  in_rule_clause_count:               26
% 0.20/0.39  in_fact_clause_count:                5
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              8
% 0.20/0.39  in_unit_clause_count:                8
% 0.20/0.39  in_horn_clause_count:               28
% 0.20/0.39  in_pos_clause_count:                 5
% 0.20/0.39  in_neg_clause_count:                 3
% 0.20/0.39  in_poseq_clause_count:               0
% 0.20/0.39  in_negeq_clause_count:               0
% 0.20/0.39  in_unitposeq_clause_count:           0
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             5
% 0.20/0.39  in_min_depth:              1
% 0.20/0.39  in_max_depth:              2
% 0.20/0.39  in_min_size:               2
% 0.20/0.39  in_max_size:              20
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               7
% 0.20/0.39  in_extaxiom_count:                26
% 0.20/0.39  in_axiom_count:                    0
% 0.20/0.39  in_assumption_count:               2
% 0.20/0.39  in_goal_count:                     3
% 0.20/0.39  in_neg_goal_count:                 2
% 0.20/0.39  in_pos_goal_count:                 1
% 0.20/0.39  in_posunit_goal_count:             1
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "equality":0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/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.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/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.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/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.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.20/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.20/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.20/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.20/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  
% 0.20/0.40  **** run 6 fork 5 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.40  
% 0.20/0.40  **** run 7 fork 6 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.41  
% 0.20/0.41  **** run 8 fork 7 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.45  
% 0.20/0.45  fork 1: search finished without proof.
% 0.20/0.48  
% 0.20/0.48  **** run 10 fork 1 starts with strategy
% 0.20/0.48  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.52  
% 0.20/0.52  fork 3: search finished without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 0: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.54  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 15 fork 6 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 7: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 5: search terminated without proof.
% 0.20/0.57  
% 0.20/0.57  **** run 16 fork 7 starts with strategy
% 0.20/0.57  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.20/0.57  
% 0.20/0.57  **** run 14 fork 5 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.60  
% 0.20/0.60  
% 0.20/0.60  fork 1: search terminated without proof.
% 0.20/0.64  
% 0.20/0.64  **** run 18 fork 1 starts with strategy
% 0.20/0.65  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 4: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 0: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 6: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 2: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 3: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 7: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  **** run 19 fork 2 starts with strategy
% 0.20/0.69  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.20/0.69  
% 0.20/0.69  **** run 23 fork 6 starts with strategy
% 0.20/0.69  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 5: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  **** run 20 fork 3 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.70  
% 0.20/0.70  **** run 17 fork 0 starts with strategy
% 0.20/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}
% 0.20/0.71  
% 0.20/0.71  **** run 24 fork 7 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.20/0.71  
% 0.20/0.71  **** run 22 fork 5 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.52/0.80  
% 2.52/0.80  
% 2.52/0.80  fork 2: search terminated without proof.
% 2.52/0.82  
% 2.52/0.82  
% 2.52/0.82  fork 4: search terminated without proof.
% 2.52/0.82  
% 2.52/0.82  **** run 27 fork 2 starts with strategy
% 2.52/0.82  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.44/0.83  
% 3.44/0.83  
% 3.44/0.83  fork 0: search terminated without proof.
% 3.44/0.83  
% 3.44/0.83  
% 3.44/0.83  fork 6: search terminated without proof.
% 3.44/0.83  
% 3.44/0.83  
% 3.44/0.83  fork 1: search terminated without proof.
% 3.44/0.84  
% 3.44/0.84  fork 5: search finished without proof.
% 3.44/0.84  
% 3.44/0.84  
% 3.44/0.84  fork 3: search terminated without proof.
% 3.44/0.84  
% 3.44/0.84  
% 3.44/0.84  fork 7: search terminated without proof.
% 3.44/0.85  
% 3.44/0.85  **** run 29 fork 4 starts with strategy
% 3.44/0.85  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 3.44/0.85  
% 3.44/0.85  **** run 26 fork 1 starts with strategy
% 3.44/0.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 3.44/0.85  
% 3.44/0.85  **** run 31 fork 6 starts with strategy
% 3.44/0.85  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 3.44/0.86  
% 3.44/0.86  **** run 25 fork 0 starts with strategy
% 3.44/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 3.44/0.86  
% 3.44/0.86  **** run 28 fork 3 starts with strategy
% 3.44/0.86  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.44/0.86  
% 3.44/0.86  **** run 30 fork 5 starts with strategy
% 3.44/0.86  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.44/0.86  
% 3.44/0.86  **** run 32 fork 7 starts with strategy
% 3.44/0.86  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 4.18/0.96  
% 4.18/0.96  
% 4.18/0.96  fork 2: search terminated without proof.
% 4.18/0.98  
% 4.18/0.98  **** run 35 fork 2 starts with strategy
% 4.18/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.18/0.98  
% 4.18/0.98  
% 4.18/0.98  fork 4: search terminated without proof.
% 4.18/0.98  
% 4.18/0.98  
% 4.18/0.98  fork 1: search terminated without proof.
% 4.18/0.98  
% 4.18/0.98  
% 4.18/0.98  fork 5: search terminated without proof.
% 4.18/0.98  
% 4.18/0.98  
% 4.18/0.98  fork 0: search terminated without proof.
% 4.18/0.98  
% 4.18/0.98  
% 4.18/0.98  fork 7: search terminated without proof.
% 4.18/0.98  
% 4.18/0.98  
% 4.18/0.98  fork 3: search terminated without proof.
% 4.75/0.99  
% 4.75/0.99  
% 4.75/0.99  fork 6: search terminated without proof.
% 4.75/1.00  
% 4.75/1.00  **** run 33 fork 0 starts with strategy
% 4.75/1.00  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.75/1.00  
% 4.75/1.00  **** run 34 fork 1 starts with strategy
% 4.75/1.00  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.75/1.00  
% 4.75/1.00  **** run 37 fork 4 starts with strategy
% 4.75/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.75/1.00  
% 4.75/1.00  **** run 38 fork 5 starts with strategy
% 4.75/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.75/1.00  
% 4.75/1.00  **** run 40 fork 7 starts with strategy
% 4.75/1.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.75/1.01  
% 4.75/1.01  **** run 36 fork 3 starts with strategy
% 4.75/1.01  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.75/1.01  
% 4.75/1.01  **** run 39 fork 6 starts with strategy
% 4.75/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.75/1.03  
% 4.75/1.03  fork 5: search finished without proof.
% 4.75/1.04  
% 4.75/1.04  **** run 46 fork 5 starts with strategy
% 4.75/1.04  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 5.64/1.10  
% 5.64/1.10  
% 5.64/1.10  fork 2: search terminated without proof.
% 5.64/1.12  
% 5.64/1.12  **** run 43 fork 2 starts with strategy
% 5.64/1.12  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.83/1.13  
% 5.83/1.13  
% 5.83/1.13  fork 4: search terminated without proof.
% 5.83/1.13  
% 5.83/1.13  
% 5.83/1.13  fork 1: search terminated without proof.
% 5.83/1.13  
% 5.83/1.13  
% 5.83/1.13  fork 0: search terminated without proof.
% 5.83/1.13  
% 5.83/1.13  
% 5.83/1.13  fork 6: search terminated without proof.
% 5.83/1.13  
% 5.83/1.13  
% 5.83/1.13  fork 3: search terminated without proof.
% 5.83/1.14  
% 5.83/1.14  **** run 41 fork 0 starts with strategy
% 5.83/1.14  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 5.83/1.15  
% 5.83/1.15  **** run 42 fork 1 starts with strategy
% 5.83/1.15  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.83/1.15  
% 5.83/1.15  **** run 45 fork 4 starts with strategy
% 5.83/1.15  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.83/1.15  
% 5.83/1.15  **** run 44 fork 3 starts with strategy
% 5.83/1.15  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.83/1.15  
% 5.83/1.15  **** run 47 fork 6 starts with strategy
% 5.83/1.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.83/1.18  
% 5.83/1.18  fork 0: search finished without proof.
% 5.83/1.20  
% 5.83/1.20  **** run 49 fork 0 starts with strategy
% 5.83/1.20  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.73/1.97  
% 11.73/1.97  
% 11.73/1.97  result: proof found
% 11.73/1.97  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 11.73/1.97  by run 49 fork 0 strategy {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.73/1.97  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 11.73/1.97  
% 11.73/1.97  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 11.73/1.97  
% 11.73/1.97  run 49 fork 0 statistics:
% 11.73/1.97  ----------------------------------
% 11.73/1.97  this run seconds: 0.371053
% 11.73/1.97  total seconds: 1.184500
% 11.73/1.97  stat_given_used: 585
% 11.73/1.97  stat_given_used_at_endgame: 0
% 11.73/1.97  stat_given_candidates:   811
% 11.73/1.97  stat_given_candidates_at_endgame: 0
% 11.73/1.97  stat_given_candidates_h: 0
% 11.73/1.97  stat_binres_derived_cl:   17460
% 11.73/1.97  stat_binres_derived_cl_h: 0
% 11.73/1.97  stat_factor_derived_cl: 73
% 11.73/1.97  stat_para_derived_cl: 0
% 11.73/1.97  stat_tautologies_discarded: 70
% 11.73/1.97  stat_forward_subsumed: 993
% 11.73/1.97  stat_derived_cut: 782
% 11.73/1.97  stat_derived_rewritten: 0
% 11.73/1.97  stat_weight_discarded_building: 0
% 11.73/1.97  stat_weight_discarded_cl: 0
% 11.73/1.97  stat_internlimit_discarded_cl: 0
% 11.73/1.97  stat_simplified:  17 simplified 0 derived 0 given
% 11.73/1.97  stat_kept_cl: 16469
% 11.73/1.97  stat_built_cl: 17708
% 11.73/1.97  stat_hyperres_partial_cl: 0
% 11.73/1.97  stat_made_rewriters: 0
% 11.73/1.97  stat_backward_subsumed: 0
% 11.73/1.97  stat_propagated_subsumed: 0
% 11.73/1.97  stat_clsubs_attempted:                      3487
% 11.73/1.97  stat_clsubs_fact_groundunit_found:             7
% 11.73/1.97  stat_clsubs_rule_groundunit_found:            18
% 11.73/1.97  stat_clsubs_top_meta_attempted:             128868
% 11.73/1.97  stat_clsubs_top_meta_failed:                125381
% 11.73/1.97  stat_clsubs_top_meta_nonpref_attempted:              128868
% 11.73/1.97  stat_clsubs_top_meta_nonpref_succeeded:               15364
% 11.73/1.97  stat_clsubs_top_meta_pref_attempted:                  15364
% 11.73/1.97  stat_clsubs_top_meta_pref1_succeeded:                  7455
% 11.73/1.97  stat_clsubs_top_meta_pref2_succeeded:                  4099
% 11.73/1.97  stat_clsubs_top_meta_pref3_succeeded:                  3487
% 11.73/1.97  stat_clsubs_top_meta_pref_succeeded:                   3487
% 11.73/1.97  stat_clsubs_meta_attempted:                 7899
% 11.73/1.97  stat_clsubs_meta_failed:                    1657
% 11.73/1.97  stat_clsubs_predsymbs_attempted:               0
% 11.73/1.97  stat_clsubs_unit_attempted:                    0
% 11.73/1.97  stat_clsubs_full_attempted:                 3487
% 11.73/1.97  stat_forwardsubs_attempted:                17463
% 11.73/1.97  stat_lit_hash_added:                  12441
% 11.73/1.97  stat_lit_hash_computed:              112352
% 11.73/1.97  stat_lit_hash_match_found:             1924
% 11.73/1.97  stat_lit_hash_match_miss:            146086
% 11.73/1.97  stat_lit_hash_cut_ok:                   918
% 11.73/1.97  stat_lit_strong_cut_ok:                   0
% 11.73/1.97  stat_lit_hash_subsume_ok:               993
% 11.73/1.97  clqueue els 10000000 used 1
% 11.73/1.97  clactive els 10000000 used 612
% 11.73/1.97  clactivesubsume els 10000000 used 1981
% 11.73/1.97  queue_termbuf els 200000000 used 1163523
% 11.73/1.97  hyper_termbuf els 100000000 used 1
% 11.73/1.97  active_termbuf els 100000000 used 19050
% 11.73/1.97  varstack els 5000 last used 1
% 11.73/1.97  given_termbuf els 10000000 last used 1
% 11.73/1.97  simplified_termbuf els 10000000 last used 1
% 11.73/1.97  derived_termbuf els 10000000 last used 21
% 11.73/1.97  wr_mallocs: 16722
% 11.73/1.97  wr_callocs: 21
% 11.73/1.97  wr_reallocs: 3203
% 11.73/1.97  wr_frees: 2
% 11.73/1.97  wr_malloc_bytes: 4163194996
% 11.73/1.97  wr_calloc_bytes: 112065536
% 11.73/1.97  wr_realloc_bytes: 758248
% 11.73/1.97  wr_realloc_freebytes: 0
% 11.73/1.97  ----------------------------------
%------------------------------------------------------------------------------