TSTP Solution File: GRP039-6 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP039-6 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n010.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 : Thu Aug 31 00:52:04 EDT 2023

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

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

cnf('2',plain,
    product(identity,X,X),
    inference(cnf_transformation,[],[left_identity]) ).

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

cnf('4',plain,
    product(X,inverse(X),identity),
    inference(cnf_transformation,[],[right_inverse]) ).

cnf('5',plain,
    ( ~ product(inverse(X),Y,Z)
    | product(X,Z,Y) ),
    inference(resolution,[],['3','4']) ).

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

cnf('7',plain,
    ( ~ product(X,identity,Y)
    | ~ product(X,Z,U)
    | product(Y,Z,U) ),
    inference(resolution,[],['6','2']) ).

cnf('8',plain,
    ( ~ product(X,Y,Z)
    | product(X,Y,U)
    | ~ equalish(Z,U) ),
    inference(cnf_transformation,[],[product_substitution3]) ).

cnf('9',plain,
    product(X,identity,X),
    inference(cnf_transformation,[],[right_identity]) ).

cnf('10',plain,
    ( product(X,identity,Y)
    | ~ equalish(X,Y) ),
    inference(resolution,[],['8','9']) ).

cnf('11',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,Z)
    | equalish(X,U) ),
    inference(cnf_transformation,[],[product_left_cancellation]) ).

cnf('12',plain,
    ( ~ product(X,inverse(Y),identity)
    | equalish(Y,X) ),
    inference(resolution,[],['11','4']) ).

cnf('13',plain,
    product(inverse(X),X,identity),
    inference(cnf_transformation,[],[left_inverse]) ).

cnf('14',plain,
    equalish(X,inverse(inverse(X))),
    inference(resolution,[],['12','13']) ).

cnf('15',plain,
    product(X,identity,inverse(inverse(X))),
    inference(resolution,[],['10','14']) ).

cnf('16',plain,
    ( product(inverse(inverse(X)),Y,Z)
    | ~ product(X,Y,Z) ),
    inference(resolution,[],['7','15']) ).

cnf('17',plain,
    ( ~ product(X,inverse(Y),Z)
    | ~ product(X,identity,U)
    | product(Z,Y,U) ),
    inference(resolution,[],['6','13']) ).

cnf('18',plain,
    product(b,inverse(a),c),
    inference(cnf_transformation,[],[b_times_a_inverse_is_c]) ).

cnf('19',plain,
    ( ~ product(b,identity,X)
    | product(c,a,X) ),
    inference(resolution,[],['17','18']) ).

cnf('20',plain,
    ( ~ product(X,Y,Z)
    | equalish(X,X) ),
    inference(factorization,[],['11']) ).

cnf('21',plain,
    equalish(X,X),
    inference(resolution,[],['20','4']) ).

cnf('22',plain,
    product(X,identity,X),
    inference(resolution,[],['10','21']) ).

cnf('23',plain,
    product(c,a,b),
    inference(resolution,[],['19','22']) ).

cnf('24',plain,
    product(inverse(inverse(c)),a,b),
    inference(resolution,[],['16','23']) ).

cnf('25',plain,
    product(inverse(c),b,a),
    inference(resolution,[],['5','24']) ).

cnf('26',plain,
    ( ~ product(X,Y,Z)
    | ~ subgroup_member(Y)
    | ~ subgroup_member(X)
    | subgroup_member(Z) ),
    inference(cnf_transformation,[],[closure_of_product]) ).

cnf('27',plain,
    subgroup_member(b),
    inference(cnf_transformation,[],[b_is_in_subgroup]) ).

cnf('28',plain,
    ( ~ subgroup_member(inverse(c))
    | subgroup_member(a) ),
    inference(resolution,[then_simplify],['25','26','27']) ).

cnf('29',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,Z)
    | equalish(Y,U) ),
    inference(cnf_transformation,[],[product_right_cancellation]) ).

cnf('30',plain,
    product(a,c,d),
    inference(cnf_transformation,[],[a_times_c_is_d]) ).

cnf('31',plain,
    ( ~ product(a,X,d)
    | equalish(c,X) ),
    inference(resolution,[],['29','30']) ).

cnf('32',plain,
    ( product(X,element_in_O2(X,Y),Y)
    | subgroup_member(Y)
    | subgroup_member(X) ),
    inference(cnf_transformation,[],[property_of_O2]) ).

cnf('33',plain,
    ~ subgroup_member(d),
    inference(cnf_transformation,[],[prove_d_is_in_subgroup]) ).

cnf('34',plain,
    ( equalish(c,element_in_O2(a,d))
    | subgroup_member(a) ),
    inference(resolution,[then_simplify],['31','32','33']) ).

cnf('35',plain,
    ( product(c,identity,element_in_O2(a,d))
    | subgroup_member(a) ),
    inference(resolution,[],['10','34']) ).

cnf('36',plain,
    product(X,identity,X),
    inference(cnf_transformation,[],[right_identity]) ).

cnf('37',plain,
    ( ~ product(X,identity,Y)
    | equalish(Y,X) ),
    inference(resolution,[],['11','36']) ).

cnf('38',plain,
    ( equalish(element_in_O2(a,d),c)
    | subgroup_member(a) ),
    inference(resolution,[],['35','37']) ).

cnf('39',plain,
    ( ~ equalish(X,Y)
    | ~ subgroup_member(X)
    | subgroup_member(Y) ),
    inference(cnf_transformation,[],[subgroup_member_substitution]) ).

cnf('40',plain,
    ( ~ subgroup_member(element_in_O2(a,d))
    | subgroup_member(c)
    | subgroup_member(a) ),
    inference(resolution,[],['38','39']) ).

cnf('41',plain,
    ( subgroup_member(element_in_O2(X,Y))
    | subgroup_member(Y)
    | subgroup_member(X) ),
    inference(cnf_transformation,[],[an_element_in_O2]) ).

cnf('42',plain,
    ( subgroup_member(c)
    | subgroup_member(a) ),
    inference(resolution,[then_simplify],['40','41','33']) ).

cnf('43',plain,
    ( subgroup_member(inverse(X))
    | ~ subgroup_member(X) ),
    inference(cnf_transformation,[],[closure_of_inverse]) ).

cnf('44',plain,
    ( subgroup_member(inverse(c))
    | subgroup_member(a) ),
    inference(resolution,[],['42','43']) ).

cnf('45',plain,
    subgroup_member(a),
    inference(simplify,[],['28','44']) ).

cnf('46',plain,
    subgroup_member(inverse(a)),
    inference(resolution,[],['45','43']) ).

cnf('47',plain,
    ( ~ subgroup_member(inverse(a))
    | subgroup_member(c) ),
    inference(resolution,[then_simplify],['26','18','27']) ).

cnf('48',plain,
    subgroup_member(c),
    inference(resolution,[],['46','47']) ).

cnf('49',plain,
    ( ~ subgroup_member(c)
    | ~ subgroup_member(a) ),
    inference(resolution,[then_simplify],['26','30','33']) ).

cnf('50',plain,
    ~ subgroup_member(a),
    inference(resolution,[],['48','49']) ).

cnf('51',plain,
    $false,
    inference(resolution,[],['50','45']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : GRP039-6 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.14  % Command  : gkc %s
% 0.14/0.35  % Computer : n010.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Tue Aug 29 01:10:34 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.39  
% 0.14/0.39  input clause set summed statistics:
% 0.14/0.39  ----------------------------------
% 0.14/0.39  in_clause_count:                    22
% 0.14/0.39  in_rule_clause_count:               17
% 0.14/0.39  in_fact_clause_count:                5
% 0.14/0.39  in_answer_clause_count:              0
% 0.14/0.39  in_ground_clause_count:              5
% 0.14/0.39  in_unit_clause_count:                9
% 0.14/0.39  in_horn_clause_count:               20
% 0.14/0.39  in_pos_clause_count:                10
% 0.14/0.39  in_neg_clause_count:                 1
% 0.14/0.39  in_poseq_clause_count:               0
% 0.14/0.39  in_negeq_clause_count:               0
% 0.14/0.39  in_unitposeq_clause_count:           0
% 0.14/0.39  in_chain_clause_count:               0
% 0.14/0.39  in_min_length:             1
% 0.14/0.39  in_max_length:             4
% 0.14/0.39  in_min_depth:              1
% 0.14/0.39  in_max_depth:              2
% 0.14/0.39  in_min_size:               2
% 0.14/0.39  in_max_size:              16
% 0.14/0.39  in_min_vars:               0
% 0.14/0.39  in_max_vars:               6
% 0.14/0.39  in_extaxiom_count:                 0
% 0.14/0.39  in_axiom_count:                   18
% 0.14/0.39  in_assumption_count:               0
% 0.14/0.39  in_goal_count:                     4
% 0.14/0.39  in_neg_goal_count:                 1
% 0.14/0.39  in_pos_goal_count:                 3
% 0.14/0.39  in_posunit_goal_count:             3
% 0.14/0.39  
% 0.14/0.39  auto guide:
% 0.14/0.39  -----------
% 0.14/0.39  {
% 0.14/0.39  "print":1,
% 0.14/0.39  "print_level": 15,
% 0.14/0.39  "max_size": 0,
% 0.14/0.39  "max_depth": 0,
% 0.14/0.39  "max_length": 0,
% 0.14/0.39  "max_dseconds": 0,
% 0.14/0.39  "equality":0,
% 0.14/0.39  "runs":[
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.14/0.39  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.14/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.14/0.39  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.14/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.14/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.14/0.39  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.14/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.14/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.39  
% 0.14/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.14/0.39  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":250},
% 0.14/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.14/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.14/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.39  
% 0.14/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.14/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.14/0.39  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1250},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.14/0.40  
% 0.14/0.40  ]}
% 0.14/0.40  
% 0.14/0.40  
% 0.14/0.40  **** run 1 fork 0 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.14/0.40  
% 0.14/0.40  **** run 2 fork 1 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.14/0.40  
% 0.14/0.40  **** run 3 fork 2 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.14/0.40  
% 0.14/0.40  **** run 4 fork 3 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.14/0.40  
% 0.14/0.40  **** run 5 fork 4 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.14/0.40  
% 0.14/0.40  **** run 6 fork 5 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.14/0.40  
% 0.14/0.40  **** run 7 fork 6 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.21/0.41  
% 0.21/0.41  **** run 8 fork 7 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.51  
% 0.21/0.51  fork 6: search finished without proof.
% 0.21/0.51  
% 0.21/0.51  fork 3: search finished without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 0: search terminated without proof.
% 0.21/0.52  
% 0.21/0.52  
% 0.21/0.52  fork 2: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 5: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 1: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  **** run 15 fork 6 starts with strategy
% 0.21/0.53  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 7: search terminated without proof.
% 0.21/0.54  
% 0.21/0.54  **** run 9 fork 0 starts with strategy
% 0.21/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.55  
% 0.21/0.55  **** run 12 fork 3 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.21/0.55  
% 0.21/0.55  **** run 11 fork 2 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.55  
% 0.21/0.55  **** run 14 fork 5 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.55  
% 0.21/0.55  **** run 13 fork 4 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.56  
% 0.21/0.56  **** run 10 fork 1 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 16 fork 7 starts with strategy
% 0.21/0.56  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.21/0.64  
% 0.21/0.64  fork 6: search finished without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 0: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  **** run 23 fork 6 starts with strategy
% 0.21/0.66  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 3: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 2: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 5: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 4: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 7: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  **** run 17 fork 0 starts with strategy
% 0.21/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.21/0.69  
% 0.21/0.69  **** run 19 fork 2 starts with strategy
% 0.21/0.69  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.21/0.69  
% 0.21/0.69  **** run 22 fork 5 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.21/0.69  
% 0.21/0.69  **** run 21 fork 4 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.21/0.69  
% 0.21/0.69  **** run 24 fork 7 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  fork 1: search terminated without proof.
% 0.21/0.71  
% 0.21/0.71  **** run 20 fork 3 starts with strategy
% 0.21/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.21/0.72  
% 0.21/0.72  **** run 18 fork 1 starts with strategy
% 0.21/0.72  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 2.96/0.81  
% 2.96/0.81  
% 2.96/0.81  fork 6: search terminated without proof.
% 2.96/0.82  
% 2.96/0.82  
% 2.96/0.82  fork 7: search terminated without proof.
% 2.96/0.82  
% 2.96/0.82  
% 2.96/0.82  fork 0: search terminated without proof.
% 2.96/0.82  
% 2.96/0.82  
% 2.96/0.82  fork 4: search terminated without proof.
% 2.96/0.83  
% 2.96/0.83  
% 2.96/0.83  fork 2: search terminated without proof.
% 2.96/0.83  
% 2.96/0.83  **** run 31 fork 6 starts with strategy
% 2.96/0.83  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 3.49/0.83  
% 3.49/0.83  **** run 32 fork 7 starts with strategy
% 3.49/0.83  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 3.49/0.84  
% 3.49/0.84  **** run 25 fork 0 starts with strategy
% 3.49/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 3.49/0.84  
% 3.49/0.84  **** run 29 fork 4 starts with strategy
% 3.49/0.84  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 3.49/0.85  
% 3.49/0.85  **** run 27 fork 2 starts with strategy
% 3.49/0.85  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.49/0.85  
% 3.49/0.85  
% 3.49/0.85  fork 5: search terminated without proof.
% 3.49/0.86  
% 3.49/0.86  
% 3.49/0.86  fork 1: search terminated without proof.
% 3.49/0.86  
% 3.49/0.86  
% 3.49/0.86  fork 3: search terminated without proof.
% 3.49/0.87  
% 3.49/0.87  **** run 30 fork 5 starts with strategy
% 3.49/0.87  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.49/0.88  
% 3.49/0.88  **** run 26 fork 1 starts with strategy
% 3.49/0.88  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 3.49/0.88  
% 3.49/0.88  **** run 28 fork 3 starts with strategy
% 3.49/0.88  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 4.43/0.95  
% 4.43/0.95  
% 4.43/0.95  fork 7: search terminated without proof.
% 4.43/0.95  
% 4.43/0.95  
% 4.43/0.95  fork 6: search terminated without proof.
% 4.43/0.96  
% 4.43/0.96  
% 4.43/0.96  fork 0: search terminated without proof.
% 4.55/0.96  
% 4.55/0.96  **** run 40 fork 7 starts with strategy
% 4.55/0.96  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.55/0.97  
% 4.55/0.97  **** run 39 fork 6 starts with strategy
% 4.55/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.55/0.97  
% 4.55/0.97  
% 4.55/0.97  fork 2: search terminated without proof.
% 4.55/0.97  
% 4.55/0.97  
% 4.55/0.97  fork 4: search terminated without proof.
% 4.55/0.98  
% 4.55/0.98  **** run 33 fork 0 starts with strategy
% 4.55/0.98  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.55/0.99  
% 4.55/0.99  **** run 35 fork 2 starts with strategy
% 4.55/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.55/0.99  
% 4.55/0.99  **** run 37 fork 4 starts with strategy
% 4.55/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.55/0.99  
% 4.55/0.99  
% 4.55/0.99  fork 5: search terminated without proof.
% 4.55/1.00  
% 4.55/1.00  
% 4.55/1.00  fork 1: search terminated without proof.
% 4.55/1.00  
% 4.55/1.00  
% 4.55/1.00  fork 3: search terminated without proof.
% 4.94/1.02  
% 4.94/1.02  **** run 38 fork 5 starts with strategy
% 4.94/1.02  
% 4.94/1.02  **** run 34 fork 1 starts with strategy
% 4.94/1.02  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.94/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.94/1.02  
% 4.94/1.02  **** run 36 fork 3 starts with strategy
% 4.94/1.02  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.94/1.04  
% 4.94/1.04  fork 5: search finished without proof.
% 5.19/1.06  
% 5.19/1.06  **** run 46 fork 5 starts with strategy
% 5.19/1.06  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 5.19/1.09  
% 5.19/1.09  
% 5.19/1.09  fork 6: search terminated without proof.
% 5.19/1.10  
% 5.19/1.10  
% 5.19/1.10  fork 0: search terminated without proof.
% 5.19/1.11  
% 5.19/1.11  **** run 47 fork 6 starts with strategy
% 5.19/1.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.19/1.11  
% 5.19/1.11  
% 5.19/1.11  fork 2: search terminated without proof.
% 5.19/1.11  
% 5.19/1.11  
% 5.19/1.11  fork 4: search terminated without proof.
% 5.19/1.12  
% 5.19/1.12  **** run 41 fork 0 starts with strategy
% 5.19/1.12  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 5.19/1.12  
% 5.19/1.12  **** run 43 fork 2 starts with strategy
% 5.19/1.12  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.85/1.13  
% 5.85/1.13  **** run 45 fork 4 starts with strategy
% 5.85/1.13  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.85/1.14  
% 5.85/1.14  
% 5.85/1.14  fork 1: search terminated without proof.
% 5.85/1.14  
% 5.85/1.14  
% 5.85/1.14  fork 3: search terminated without proof.
% 5.85/1.16  
% 5.85/1.16  **** run 42 fork 1 starts with strategy
% 5.85/1.16  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.85/1.17  
% 5.85/1.17  **** run 44 fork 3 starts with strategy
% 5.85/1.17  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.41/1.97  
% 10.41/1.97  
% 10.41/1.97  result: proof found
% 10.41/1.97  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 10.41/1.97  by run 40 fork 7 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 10.41/1.97  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 10.41/1.97  
% 10.41/1.97  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 10.41/1.97  
% 10.41/1.97  run 40 fork 7 statistics:
% 10.41/1.97  ----------------------------------
% 10.41/1.97  this run seconds: 0.127958
% 10.41/1.97  total seconds: 0.692137
% 10.41/1.97  stat_given_used: 619
% 10.41/1.97  stat_given_used_at_endgame: 0
% 10.41/1.97  stat_given_candidates:   1618
% 10.41/1.97  stat_given_candidates_at_endgame: 0
% 10.41/1.97  stat_given_candidates_h: 0
% 10.41/1.97  stat_binres_derived_cl:   13791
% 10.41/1.97  stat_binres_derived_cl_h: 0
% 10.41/1.97  stat_factor_derived_cl: 43
% 10.41/1.97  stat_para_derived_cl: 0
% 10.41/1.97  stat_tautologies_discarded: 219
% 10.41/1.97  stat_forward_subsumed: 6809
% 10.41/1.97  stat_derived_cut: 123
% 10.41/1.97  stat_derived_rewritten: 0
% 10.41/1.97  stat_weight_discarded_building: 0
% 10.41/1.97  stat_weight_discarded_cl: 0
% 10.41/1.97  stat_internlimit_discarded_cl: 0
% 10.41/1.97  stat_simplified:  7 simplified 0 derived 0 given
% 10.41/1.97  stat_kept_cl: 6805
% 10.41/1.97  stat_built_cl: 8050
% 10.41/1.97  stat_hyperres_partial_cl: 0
% 10.41/1.97  stat_made_rewriters: 0
% 10.41/1.97  stat_backward_subsumed: 0
% 10.41/1.97  stat_propagated_subsumed: 0
% 10.41/1.97  stat_clsubs_attempted:                      9829
% 10.41/1.97  stat_clsubs_fact_groundunit_found:            14
% 10.41/1.97  stat_clsubs_rule_groundunit_found:            19
% 10.41/1.97  stat_clsubs_top_meta_attempted:             249685
% 10.41/1.97  stat_clsubs_top_meta_failed:                239856
% 10.41/1.97  stat_clsubs_top_meta_nonpref_attempted:              249685
% 10.41/1.97  stat_clsubs_top_meta_nonpref_succeeded:               41125
% 10.41/1.97  stat_clsubs_top_meta_pref_attempted:                  41125
% 10.41/1.97  stat_clsubs_top_meta_pref1_succeeded:                 17655
% 10.41/1.97  stat_clsubs_top_meta_pref2_succeeded:                 10614
% 10.41/1.97  stat_clsubs_top_meta_pref3_succeeded:                  9829
% 10.41/1.97  stat_clsubs_top_meta_pref_succeeded:                   9829
% 10.41/1.97  stat_clsubs_meta_attempted:                15117
% 10.41/1.97  stat_clsubs_meta_failed:                    4781
% 10.41/1.97  stat_clsubs_predsymbs_attempted:               0
% 10.41/1.97  stat_clsubs_unit_attempted:                 5923
% 10.41/1.97  stat_clsubs_full_attempted:                 3906
% 10.41/1.97  stat_forwardsubs_attempted:                13614
% 10.41/1.97  stat_lit_hash_added:                   9333
% 10.41/1.97  stat_lit_hash_computed:               47908
% 10.41/1.97  stat_lit_hash_match_found:             7119
% 10.41/1.97  stat_lit_hash_match_miss:             42243
% 10.41/1.97  stat_lit_hash_cut_ok:                   277
% 10.41/1.97  stat_lit_strong_cut_ok:                   2
% 10.41/1.97  stat_lit_hash_subsume_ok:              6809
% 10.41/1.97  clqueue els 10000000 used 1
% 10.41/1.97  clactive els 10000000 used 620
% 10.41/1.97  clactivesubsume els 10000000 used 2701
% 10.41/1.97  queue_termbuf els 200000000 used 396660
% 10.41/1.97  hyper_termbuf els 100000000 used 1
% 10.41/1.97  active_termbuf els 100000000 used 20575
% 10.41/1.97  varstack els 5000 last used 1
% 10.41/1.97  given_termbuf els 10000000 last used 13
% 10.41/1.97  simplified_termbuf els 10000000 last used 1
% 10.41/1.97  derived_termbuf els 10000000 last used 3
% 10.41/1.97  wr_mallocs: 10494
% 10.41/1.97  wr_callocs: 21
% 10.41/1.97  wr_reallocs: 2054
% 10.41/1.97  wr_frees: 2
% 10.41/1.97  wr_malloc_bytes: 4162973764
% 10.41/1.97  wr_calloc_bytes: 112065536
% 10.41/1.97  wr_realloc_bytes: 470360
% 10.41/1.97  wr_realloc_freebytes: 0
% 10.41/1.97  ----------------------------------
%------------------------------------------------------------------------------