TSTP Solution File: FLD049-4 by GKC---0.8

View Problem - Process Solution

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

% Computer : n021.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:14 EDT 2023

% Result   : Unsatisfiable 6.26s 1.20s
% Output   : CNFRefutation 6.26s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named product_9)

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

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(multiplicative_inverse(b),X,Y)
    | ~ product(a,Y,Z)
    | product(s,X,Z) ),
    inference(resolution,[],['1','2']) ).

cnf('4',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('5',plain,
    ~ sum(additive_identity,b,additive_identity),
    inference(cnf_transformation,[],[not_sum_7]) ).

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

cnf('7',plain,
    ( ~ product(a,multiplicative_identity,X)
    | product(s,b,X) ),
    inference(resolution,[then_simplify],['3','4','5','6']) ).

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

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

cnf('10',plain,
    product(multiplicative_identity,a,a),
    inference(resolution,[],['8','9']) ).

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

cnf('12',plain,
    product(a,multiplicative_identity,a),
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    product(c,multiplicative_inverse(d),s),
    inference(cnf_transformation,[],[product_10]) ).

cnf('14',plain,
    ( ~ product(multiplicative_inverse(d),X,Y)
    | ~ product(c,Y,Z)
    | product(s,X,Z) ),
    inference(resolution,[],['13','2']) ).

cnf('15',plain,
    ~ sum(additive_identity,d,additive_identity),
    inference(cnf_transformation,[],[not_sum_8]) ).

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

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

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

cnf('19',plain,
    product(multiplicative_identity,c,c),
    inference(resolution,[],['18','9']) ).

cnf('20',plain,
    product(c,multiplicative_identity,c),
    inference(resolution,[],['19','11']) ).

cnf('21',plain,
    product(s,d,c),
    inference(resolution,[],['17','20']) ).

cnf('22',plain,
    product(d,s,c),
    inference(resolution,[],['21','11']) ).

cnf('23',plain,
    product(a,d,k),
    inference(cnf_transformation,[],[product_11]) ).

cnf('24',plain,
    product(d,a,k),
    inference(resolution,[],['23','11']) ).

cnf('25',plain,
    ( ~ product(d,X,Y)
    | ~ product(X,Z,a)
    | product(Y,Z,k) ),
    inference(resolution,[],['24','2']) ).

cnf('26',plain,
    ( ~ product(s,X,a)
    | product(c,X,k) ),
    inference(resolution,[],['22','25']) ).

cnf('27',plain,
    ( product(c,X,k)
    | ~ product(X,s,a) ),
    inference(resolution,[],['26','11']) ).

cnf('28',plain,
    ~ product(b,c,k),
    inference(cnf_transformation,[],[not_product_12]) ).

cnf('29',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('30',plain,
    ( ~ product(b,X,Y)
    | ~ product(Y,Z,k)
    | ~ product(X,Z,c) ),
    inference(resolution,[],['28','29']) ).

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

cnf('32',plain,
    product(multiplicative_identity,b,b),
    inference(resolution,[],['31','9']) ).

cnf('33',plain,
    product(b,multiplicative_identity,b),
    inference(resolution,[],['32','11']) ).

cnf('34',plain,
    ( ~ product(b,X,k)
    | ~ product(multiplicative_identity,X,c) ),
    inference(resolution,[],['30','33']) ).

cnf('35',plain,
    ( ~ product(multiplicative_identity,X,c)
    | ~ product(X,b,k) ),
    inference(resolution,[],['34','11']) ).

cnf('36',plain,
    ( ~ product(X,b,k)
    | ~ product(X,multiplicative_identity,c) ),
    inference(resolution,[],['35','11']) ).

cnf('37',plain,
    product(c,multiplicative_identity,c),
    inference(resolution,[],['19','11']) ).

cnf('38',plain,
    ~ product(b,s,a),
    inference(resolution,[then_simplify],['27','36','37']) ).

cnf('39',plain,
    ~ product(s,b,a),
    inference(resolution,[],['38','11']) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD049-4 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n021.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon Aug 28 00:12:28 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.38  
% 0.13/0.38  input clause set summed statistics:
% 0.13/0.38  ----------------------------------
% 0.13/0.38  in_clause_count:                    38
% 0.13/0.38  in_rule_clause_count:               29
% 0.13/0.38  in_fact_clause_count:                9
% 0.13/0.38  in_answer_clause_count:              0
% 0.13/0.38  in_ground_clause_count:             15
% 0.13/0.38  in_unit_clause_count:               15
% 0.13/0.38  in_horn_clause_count:               35
% 0.13/0.38  in_pos_clause_count:                11
% 0.13/0.38  in_neg_clause_count:                 4
% 0.13/0.38  in_poseq_clause_count:               0
% 0.13/0.38  in_negeq_clause_count:               0
% 0.13/0.38  in_unitposeq_clause_count:           0
% 0.13/0.38  in_chain_clause_count:               0
% 0.13/0.38  in_min_length:             1
% 0.13/0.38  in_max_length:             5
% 0.13/0.38  in_min_depth:              1
% 0.13/0.38  in_max_depth:              2
% 0.13/0.38  in_min_size:               2
% 0.13/0.38  in_max_size:              20
% 0.13/0.38  in_min_vars:               0
% 0.13/0.38  in_max_vars:               7
% 0.13/0.38  in_extaxiom_count:                26
% 0.13/0.38  in_axiom_count:                    0
% 0.13/0.38  in_assumption_count:               6
% 0.13/0.38  in_goal_count:                     6
% 0.13/0.38  in_neg_goal_count:                 3
% 0.13/0.38  in_pos_goal_count:                 3
% 0.13/0.38  in_posunit_goal_count:             3
% 0.13/0.38  
% 0.13/0.38  auto guide:
% 0.13/0.38  -----------
% 0.13/0.38  {
% 0.13/0.38  "print":1,
% 0.13/0.38  "print_level": 15,
% 0.13/0.38  "max_size": 0,
% 0.13/0.38  "max_depth": 0,
% 0.13/0.38  "max_length": 0,
% 0.13/0.38  "max_dseconds": 0,
% 0.13/0.38  "equality":0,
% 0.13/0.38  "runs":[
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/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.13/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/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.13/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/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.13/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.13/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.13/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.13/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.13/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.13/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.13/0.39  
% 0.13/0.39  ]}
% 0.13/0.39  
% 0.13/0.39  
% 0.13/0.39  **** run 1 fork 0 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 2 fork 1 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 3 fork 2 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 4 fork 3 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 5 fork 4 starts with strategy
% 0.13/0.39  
% 0.13/0.39  **** run 6 fork 5 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.13/0.39  
% 0.13/0.39  **** run 7 fork 6 starts with strategy
% 0.13/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.40  
% 0.19/0.40  **** run 8 fork 7 starts with strategy
% 0.19/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.43  
% 0.19/0.43  fork 1: search finished without proof.
% 0.19/0.45  
% 0.19/0.45  **** run 10 fork 1 starts with strategy
% 0.19/0.45  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 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  fork 3: search finished without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  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.53  
% 0.19/0.53  
% 0.19/0.53  fork 7: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 12 fork 3 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 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  {"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 15 fork 6 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 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.58  
% 0.19/0.58  
% 0.19/0.58  fork 1: search terminated without proof.
% 0.19/0.60  
% 0.19/0.60  **** run 18 fork 1 starts with strategy
% 0.19/0.60  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 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 0: 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.66  
% 0.19/0.66  
% 0.19/0.66  fork 6: 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 2: 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.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 17 fork 0 starts with strategy
% 0.19/0.68  {"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 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 23 fork 6 starts with strategy
% 0.19/0.68  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.19/0.69  
% 0.19/0.69  **** run 21 fork 4 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.69  
% 0.19/0.69  **** run 19 fork 2 starts with strategy
% 0.19/0.69  {"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.73  
% 0.19/0.73  
% 0.19/0.73  fork 1: search terminated without proof.
% 0.19/0.75  
% 0.19/0.75  **** run 26 fork 1 starts with strategy
% 0.19/0.75  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 2: search terminated without proof.
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 6: search terminated without proof.
% 0.19/0.81  
% 0.19/0.81  fork 5: search finished without proof.
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 0: search terminated without proof.
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 3: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 4: search terminated without proof.
% 0.19/0.83  
% 0.19/0.83  **** run 27 fork 2 starts with strategy
% 0.19/0.83  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.19/0.83  
% 0.19/0.83  **** run 31 fork 6 starts with strategy
% 0.19/0.83  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.19/0.83  
% 0.19/0.83  **** run 25 fork 0 starts with strategy
% 0.19/0.83  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.83  
% 0.19/0.83  **** run 30 fork 5 starts with strategy
% 0.19/0.83  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.19/0.83  
% 0.19/0.83  **** run 28 fork 3 starts with strategy
% 0.19/0.83  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.19/0.84  
% 0.19/0.84  
% 0.19/0.84  fork 7: search terminated without proof.
% 0.19/0.84  
% 0.19/0.84  **** run 29 fork 4 starts with strategy
% 0.19/0.84  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.19/0.88  
% 0.19/0.88  
% 0.19/0.88  fork 1: search terminated without proof.
% 0.19/0.90  
% 0.19/0.90  **** run 32 fork 7 starts with strategy
% 0.19/0.90  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 0.19/0.90  
% 0.19/0.90  **** run 34 fork 1 starts with strategy
% 0.19/0.90  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 0.19/0.95  
% 0.19/0.95  
% 0.19/0.95  fork 6: search terminated without proof.
% 0.19/0.95  
% 0.19/0.95  
% 0.19/0.95  fork 0: search terminated without proof.
% 0.19/0.95  
% 0.19/0.95  
% 0.19/0.95  fork 5: search terminated without proof.
% 0.19/0.96  
% 0.19/0.96  
% 0.19/0.96  fork 3: search terminated without proof.
% 0.19/0.97  
% 0.19/0.97  **** run 33 fork 0 starts with strategy
% 0.19/0.97  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.19/0.97  
% 0.19/0.97  
% 0.19/0.97  fork 4: search terminated without proof.
% 0.19/0.97  
% 0.19/0.97  **** run 39 fork 6 starts with strategy
% 0.19/0.97  
% 0.19/0.97  **** run 38 fork 5 starts with strategy
% 0.19/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 0.19/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.97  
% 0.19/0.97  **** run 36 fork 3 starts with strategy
% 0.19/0.98  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 0.19/0.99  
% 0.19/0.99  **** run 37 fork 4 starts with strategy
% 4.01/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.01/1.00  
% 4.01/1.00  fork 5: search finished without proof.
% 4.95/1.01  
% 4.95/1.01  
% 4.95/1.01  fork 2: search terminated without proof.
% 4.95/1.02  
% 4.95/1.02  **** run 46 fork 5 starts with strategy
% 4.95/1.02  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 4.95/1.02  
% 4.95/1.02  
% 4.95/1.02  fork 1: search terminated without proof.
% 4.95/1.03  
% 4.95/1.03  **** run 35 fork 2 starts with strategy
% 4.95/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.95/1.05  
% 4.95/1.05  **** run 42 fork 1 starts with strategy
% 4.95/1.05  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.95/1.08  
% 4.95/1.08  
% 4.95/1.08  fork 7: search terminated without proof.
% 4.95/1.10  
% 4.95/1.10  **** run 40 fork 7 starts with strategy
% 4.95/1.10  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.95/1.10  
% 4.95/1.10  
% 4.95/1.10  fork 3: search terminated without proof.
% 5.66/1.11  
% 5.66/1.11  
% 5.66/1.11  fork 6: search terminated without proof.
% 5.66/1.11  
% 5.66/1.11  
% 5.66/1.11  fork 4: search terminated without proof.
% 5.66/1.12  
% 5.66/1.12  **** run 44 fork 3 starts with strategy
% 5.66/1.12  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.66/1.13  
% 5.66/1.13  **** run 47 fork 6 starts with strategy
% 5.66/1.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.66/1.13  
% 5.66/1.13  **** run 45 fork 4 starts with strategy
% 5.66/1.13  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.66/1.15  
% 5.66/1.15  
% 5.66/1.15  fork 2: search terminated without proof.
% 5.66/1.17  
% 5.66/1.17  **** run 43 fork 2 starts with strategy
% 5.66/1.17  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 6.26/1.20  
% 6.26/1.20  
% 6.26/1.20  result: proof found
% 6.26/1.20  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 6.26/1.20  by run 33 fork 0 strategy {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 6.26/1.20  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 6.26/1.20  
% 6.26/1.20  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 6.26/1.20  
% 6.26/1.20  run 33 fork 0 statistics:
% 6.26/1.20  ----------------------------------
% 6.26/1.20  this run seconds: 0.045382
% 6.26/1.20  total seconds: 0.648586
% 6.26/1.20  stat_given_used: 544
% 6.26/1.20  stat_given_used_at_endgame: 0
% 6.26/1.20  stat_given_candidates:   913
% 6.26/1.20  stat_given_candidates_at_endgame: 0
% 6.26/1.20  stat_given_candidates_h: 0
% 6.26/1.20  stat_binres_derived_cl:   7486
% 6.26/1.20  stat_binres_derived_cl_h: 0
% 6.26/1.20  stat_factor_derived_cl: 124
% 6.26/1.20  stat_para_derived_cl: 0
% 6.26/1.20  stat_tautologies_discarded: 330
% 6.26/1.20  stat_forward_subsumed: 345
% 6.26/1.20  stat_derived_cut: 560
% 6.26/1.20  stat_derived_rewritten: 0
% 6.26/1.20  stat_weight_discarded_building: 0
% 6.26/1.20  stat_weight_discarded_cl: 0
% 6.26/1.20  stat_internlimit_discarded_cl: 0
% 6.26/1.20  stat_simplified:  0 simplified 0 derived 0 given
% 6.26/1.20  stat_kept_cl: 6934
% 6.26/1.20  stat_built_cl: 8074
% 6.26/1.20  stat_hyperres_partial_cl: 0
% 6.26/1.20  stat_made_rewriters: 0
% 6.26/1.20  stat_backward_subsumed: 0
% 6.26/1.20  stat_propagated_subsumed: 0
% 6.26/1.20  stat_clsubs_attempted:                     12372
% 6.26/1.20  stat_clsubs_fact_groundunit_found:             8
% 6.26/1.20  stat_clsubs_rule_groundunit_found:             8
% 6.26/1.20  stat_clsubs_top_meta_attempted:             207505
% 6.26/1.20  stat_clsubs_top_meta_failed:                195133
% 6.26/1.20  stat_clsubs_top_meta_nonpref_attempted:              207505
% 6.26/1.20  stat_clsubs_top_meta_nonpref_succeeded:               56728
% 6.26/1.20  stat_clsubs_top_meta_pref_attempted:                  56728
% 6.26/1.20  stat_clsubs_top_meta_pref1_succeeded:                 27936
% 6.26/1.20  stat_clsubs_top_meta_pref2_succeeded:                 12754
% 6.26/1.20  stat_clsubs_top_meta_pref3_succeeded:                 12372
% 6.26/1.20  stat_clsubs_top_meta_pref_succeeded:                  12372
% 6.26/1.20  stat_clsubs_meta_attempted:                33042
% 6.26/1.20  stat_clsubs_meta_failed:                    8423
% 6.26/1.20  stat_clsubs_predsymbs_attempted:               0
% 6.26/1.20  stat_clsubs_unit_attempted:                    0
% 6.26/1.20  stat_clsubs_full_attempted:                12372
% 6.26/1.20  stat_forwardsubs_attempted:                 7280
% 6.26/1.20  stat_lit_hash_added:                   2529
% 6.26/1.20  stat_lit_hash_computed:               58879
% 6.26/1.20  stat_lit_hash_match_found:              986
% 6.26/1.20  stat_lit_hash_match_miss:             82551
% 6.26/1.20  stat_lit_hash_cut_ok:                   625
% 6.26/1.20  stat_lit_strong_cut_ok:                   0
% 6.26/1.20  stat_lit_hash_subsume_ok:               345
% 6.26/1.20  clqueue els 10000000 used 1
% 6.26/1.20  clactive els 10000000 used 571
% 6.26/1.20  clactivesubsume els 10000000 used 3013
% 6.26/1.20  queue_termbuf els 200000000 used 379499
% 6.26/1.20  hyper_termbuf els 100000000 used 1
% 6.26/1.20  active_termbuf els 100000000 used 15902
% 6.26/1.20  varstack els 5000 last used 1
% 6.26/1.20  given_termbuf els 10000000 last used 1
% 6.26/1.20  simplified_termbuf els 10000000 last used 1
% 6.26/1.20  derived_termbuf els 10000000 last used 23
% 6.26/1.20  wr_mallocs: 4366
% 6.26/1.20  wr_callocs: 21
% 6.26/1.20  wr_reallocs: 927
% 6.26/1.20  wr_frees: 2
% 6.26/1.20  wr_malloc_bytes: 4162740212
% 6.26/1.20  wr_calloc_bytes: 112065536
% 6.26/1.20  wr_realloc_bytes: 234080
% 6.26/1.20  wr_realloc_freebytes: 0
% 6.26/1.20  ----------------------------------
%------------------------------------------------------------------------------