TSTP Solution File: RNG039-2 by GKC---0.8

View Problem - Process Solution

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

% Computer : n016.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 13:53:53 EDT 2023

% Result   : Unsatisfiable 4.96s 1.11s
% Output   : CNFRefutation 4.96s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named multiplication_is_well_defined)

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

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

cnf('3',plain,
    equalish(multiply(X,X),X),
    inference(cnf_transformation,[],[clause35]) ).

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

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

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

cnf('7',plain,
    product(a,multiply(b,X),multiply(Y,X)),
    inference(cnf_transformation,[],[clause44]) ).

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

cnf('9',plain,
    product(a,b,b),
    inference(resolution,[],['4','8']) ).

cnf('10',plain,
    ( ~ product(a,b,X)
    | equalish(X,b) ),
    inference(resolution,[],['1','9']) ).

cnf('11',plain,
    product(additive_identity,X,additive_identity),
    inference(cnf_transformation,[],[multiplicative_identity1]) ).

cnf('12',plain,
    ( product(additive_identity,X,Y)
    | ~ equalish(additive_identity,Y) ),
    inference(resolution,[],['5','11']) ).

cnf('13',plain,
    equalish(X,X),
    inference(cnf_transformation,[],[reflexivity]) ).

cnf('14',plain,
    product(additive_identity,X,additive_identity),
    inference(resolution,[],['12','13']) ).

cnf('15',plain,
    ( ~ product(additive_identity,X,Y)
    | equalish(Y,additive_identity) ),
    inference(resolution,[],['1','14']) ).

cnf('16',plain,
    product(X,Y,multiply(X,Y)),
    inference(cnf_transformation,[],[closure_of_multiplication]) ).

cnf('17',plain,
    ( ~ equalish(multiply(X,Y),Z)
    | product(X,Y,Z) ),
    inference(resolution,[],['5','16']) ).

cnf('18',plain,
    ( equalish(multiply(X,Y),multiply(X,Z))
    | ~ equalish(Y,Z) ),
    inference(cnf_transformation,[],[multiply_substitution2]) ).

cnf('19',plain,
    equalish(add(X,additive_identity),X),
    inference(cnf_transformation,[],[clause33]) ).

cnf('20',plain,
    equalish(multiply(X,add(Y,additive_identity)),multiply(X,Y)),
    inference(resolution,[],['18','19']) ).

cnf('21',plain,
    product(X,add(Y,additive_identity),multiply(X,Y)),
    inference(resolution,[],['17','20']) ).

cnf('22',plain,
    equalish(multiply(additive_identity,X),additive_identity),
    inference(resolution,[],['15','21']) ).

cnf('23',plain,
    product(a,b,multiply(X,b)),
    inference(resolution,[],['4','7']) ).

cnf('24',plain,
    ( ~ equalish(multiply(X,b),Y)
    | product(a,b,Y) ),
    inference(resolution,[],['23','5']) ).

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

cnf('26',plain,
    equalish(additive_identity,b),
    inference(resolution,[],['10','25']) ).

cnf('27',plain,
    product(X,additive_identity,additive_identity),
    inference(cnf_transformation,[],[multiplicative_identity2]) ).

cnf('28',plain,
    ( product(X,additive_identity,Y)
    | ~ equalish(additive_identity,Y) ),
    inference(resolution,[],['5','27']) ).

cnf('29',plain,
    product(X,additive_identity,additive_identity),
    inference(resolution,[],['28','13']) ).

cnf('30',plain,
    ( product(X,Y,additive_identity)
    | ~ equalish(additive_identity,Y) ),
    inference(resolution,[],['2','29']) ).

cnf('31',plain,
    product(X,b,additive_identity),
    inference(resolution,[],['26','30']) ).

cnf('32',plain,
    product(X,X,X),
    inference(cnf_transformation,[],[clause71]) ).

cnf('33',plain,
    ( ~ product(X,X,Y)
    | equalish(X,Y) ),
    inference(resolution,[],['1','32']) ).

cnf('34',plain,
    equalish(b,additive_identity),
    inference(resolution,[],['31','33']) ).

cnf('35',plain,
    product(a,b,c),
    inference(cnf_transformation,[],[a_times_b]) ).

cnf('36',plain,
    ( product(a,X,c)
    | ~ equalish(b,X) ),
    inference(resolution,[],['2','35']) ).

cnf('37',plain,
    product(a,additive_identity,c),
    inference(resolution,[],['34','36']) ).

cnf('38',plain,
    ( ~ product(X,additive_identity,Y)
    | equalish(additive_identity,Y) ),
    inference(resolution,[],['1','29']) ).

cnf('39',plain,
    equalish(additive_identity,c),
    inference(resolution,[],['37','38']) ).

cnf('40',plain,
    ( ~ product(X,X,Y)
    | equalish(Y,X) ),
    inference(resolution,[],['1','32']) ).

cnf('41',plain,
    ~ equalish(c,d),
    inference(cnf_transformation,[],[prove_c_equals_d]) ).

cnf('42',plain,
    ~ product(d,d,c),
    inference(resolution,[],['40','41']) ).

cnf('43',plain,
    product(X,X,X),
    inference(cnf_transformation,[],[clause71]) ).

cnf('44',plain,
    ( product(X,X,Y)
    | ~ equalish(X,Y) ),
    inference(resolution,[],['5','43']) ).

cnf('45',plain,
    ~ equalish(d,c),
    inference(resolution,[],['42','44']) ).

cnf('46',plain,
    ( ~ equalish(X,Y)
    | ~ equalish(Z,X)
    | equalish(Z,Y) ),
    inference(cnf_transformation,[],[transitivity]) ).

cnf('47',plain,
    ( ~ equalish(d,X)
    | ~ equalish(X,c) ),
    inference(resolution,[],['45','46']) ).

cnf('48',plain,
    ~ equalish(d,additive_identity),
    inference(resolution,[],['39','47']) ).

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

cnf('50',plain,
    product(b,d,d),
    inference(cnf_transformation,[],[clause40]) ).

cnf('51',plain,
    ( product(X,d,d)
    | ~ equalish(b,X) ),
    inference(resolution,[],['49','50']) ).

cnf('52',plain,
    product(additive_identity,d,d),
    inference(resolution,[],['34','51']) ).

cnf('53',plain,
    $false,
    inference(resolution,[then_simplify],['48','15','52']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : RNG039-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n016.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 : Sun Aug 27 03:09:28 EDT 2023
% 0.19/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    74
% 0.19/0.38  in_rule_clause_count:               61
% 0.19/0.38  in_fact_clause_count:               13
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:             29
% 0.19/0.38  in_unit_clause_count:               50
% 0.19/0.38  in_horn_clause_count:               74
% 0.19/0.38  in_pos_clause_count:                49
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:               0
% 0.19/0.38  in_negeq_clause_count:               0
% 0.19/0.38  in_unitposeq_clause_count:           0
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             5
% 0.19/0.38  in_min_depth:              1
% 0.19/0.38  in_max_depth:              2
% 0.19/0.38  in_min_size:               3
% 0.19/0.38  in_max_size:              20
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               7
% 0.19/0.38  in_extaxiom_count:                 0
% 0.19/0.38  in_axiom_count:                   71
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     3
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 2
% 0.19/0.38  in_posunit_goal_count:             2
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "equality":0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.19/0.38  {"sine":2, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1, "sine":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.19/0.38  {"sine":2, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1, "sine":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.19/0.38  {"sine":2, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1, "sine":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.19/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":250},
% 0.19/0.38  {"sine":2, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.19/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.19/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1250},
% 0.19/0.38  {"sine":2, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.19/0.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.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 3: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: 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 1: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 12 fork 3 starts with strategy
% 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}{"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.54  
% 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 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.55  
% 0.19/0.55  **** run 10 fork 1 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 9 fork 0 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 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 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.67  
% 0.19/0.67  
% 0.19/0.67  fork 2: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 1: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  **** run 23 fork 6 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 22 fork 5 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.68  
% 0.19/0.68  **** run 20 fork 3 starts with strategy
% 0.19/0.68  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.19/0.68  
% 0.19/0.68  **** run 21 fork 4 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["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 19 fork 2 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.19/0.69  
% 0.19/0.69  **** run 18 fork 1 starts with strategy
% 0.19/0.69  {"sine":2,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 0.19/0.80  
% 0.19/0.80  
% 0.19/0.80  fork 2: search terminated without proof.
% 0.19/0.80  
% 0.19/0.80  
% 0.19/0.80  fork 4: search terminated without proof.
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 5: 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  
% 0.19/0.81  fork 1: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 3: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 0: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  **** run 27 fork 2 starts with strategy
% 0.19/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.19/0.82  
% 0.19/0.82  **** run 29 fork 4 starts with strategy
% 0.19/0.82  {"max_dseconds":1,"strategy":["query_focus","positive_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","unit"],"query_preference":1}
% 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","max_ground_weight"],"query_preference":1}
% 0.19/0.83  
% 0.19/0.83  **** run 25 fork 0 starts with strategy
% 0.19/0.83  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.84  
% 0.19/0.84  **** run 26 fork 1 starts with strategy
% 0.19/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.84  
% 0.19/0.84  **** run 28 fork 3 starts with strategy
% 0.19/0.84  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 2.25/0.94  
% 2.25/0.94  
% 2.25/0.94  fork 2: search terminated without proof.
% 2.25/0.94  
% 2.25/0.94  
% 2.25/0.94  fork 4: search terminated without proof.
% 4.18/0.95  
% 4.18/0.95  
% 4.18/0.95  fork 5: search terminated without proof.
% 4.18/0.96  
% 4.18/0.96  
% 4.18/0.96  fork 6: search terminated without proof.
% 4.18/0.96  
% 4.18/0.96  **** run 35 fork 2 starts with strategy
% 4.18/0.96  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 4.18/0.96  
% 4.18/0.96  **** run 37 fork 4 starts with strategy
% 4.18/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 4.18/0.96  
% 4.18/0.96  
% 4.18/0.96  fork 3: search terminated without proof.
% 4.18/0.97  
% 4.18/0.97  
% 4.18/0.97  fork 0: search terminated without proof.
% 4.18/0.97  
% 4.18/0.97  
% 4.18/0.97  fork 1: search terminated without proof.
% 4.18/0.97  
% 4.18/0.97  **** run 39 fork 6 starts with strategy
% 4.18/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.18/0.97  
% 4.18/0.97  **** run 38 fork 5 starts with strategy
% 4.18/0.97  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.18/0.98  
% 4.18/0.98  **** run 36 fork 3 starts with strategy
% 4.18/0.98  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.18/0.99  
% 4.18/0.99  **** run 33 fork 0 starts with strategy
% 4.18/0.99  
% 4.18/0.99  **** run 34 fork 1 starts with strategy
% 4.18/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 4.18/0.99  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1,"sine":1}
% 4.96/1.07  
% 4.96/1.07  fork 2: search finished without proof.
% 4.96/1.08  
% 4.96/1.08  
% 4.96/1.08  fork 4: search terminated without proof.
% 4.96/1.09  
% 4.96/1.09  **** run 43 fork 2 starts with strategy
% 4.96/1.09  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.96/1.10  
% 4.96/1.10  
% 4.96/1.10  fork 6: search terminated without proof.
% 4.96/1.10  
% 4.96/1.10  **** run 45 fork 4 starts with strategy
% 4.96/1.10  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.96/1.10  
% 4.96/1.10  
% 4.96/1.10  fork 5: search terminated without proof.
% 4.96/1.11  
% 4.96/1.11  
% 4.96/1.11  fork 3: search terminated without proof.
% 4.96/1.11  
% 4.96/1.11  
% 4.96/1.11  result: proof found
% 4.96/1.11  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 4.96/1.11  by run 8 fork 7 strategy {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.96/1.11  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 4.96/1.11  
% 4.96/1.11  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 4.96/1.11  
% 4.96/1.11  run 8 fork 7 statistics:
% 4.96/1.11  ----------------------------------
% 4.96/1.11  this run seconds: 0.093375
% 4.96/1.11  total seconds: 0.120677
% 4.96/1.11  stat_given_used: 790
% 4.96/1.11  stat_given_used_at_endgame: 0
% 4.96/1.11  stat_given_candidates:   1147
% 4.96/1.11  stat_given_candidates_at_endgame: 0
% 4.96/1.11  stat_given_candidates_h: 0
% 4.96/1.11  stat_binres_derived_cl:   11308
% 4.96/1.11  stat_binres_derived_cl_h: 0
% 4.96/1.11  stat_factor_derived_cl: 2
% 4.96/1.11  stat_para_derived_cl: 0
% 4.96/1.11  stat_tautologies_discarded: 81
% 4.96/1.11  stat_forward_subsumed: 3522
% 4.96/1.11  stat_derived_cut: 1
% 4.96/1.11  stat_derived_rewritten: 0
% 4.96/1.11  stat_weight_discarded_building: 0
% 4.96/1.11  stat_weight_discarded_cl: 1469
% 4.96/1.11  stat_internlimit_discarded_cl: 0
% 4.96/1.11  stat_simplified:  0 simplified 0 derived 0 given
% 4.96/1.11  stat_kept_cl: 6237
% 4.96/1.11  stat_built_cl: 9286
% 4.96/1.11  stat_hyperres_partial_cl: 0
% 4.96/1.11  stat_made_rewriters: 0
% 4.96/1.11  stat_backward_subsumed: 0
% 4.96/1.11  stat_propagated_subsumed: 0
% 4.96/1.11  stat_clsubs_attempted:                     19728
% 4.96/1.11  stat_clsubs_fact_groundunit_found:             3
% 4.96/1.11  stat_clsubs_rule_groundunit_found:             1
% 4.96/1.11  stat_clsubs_top_meta_attempted:             278266
% 4.96/1.11  stat_clsubs_top_meta_failed:                258538
% 4.96/1.11  stat_clsubs_top_meta_nonpref_attempted:              278266
% 4.96/1.11  stat_clsubs_top_meta_nonpref_succeeded:               57465
% 4.96/1.11  stat_clsubs_top_meta_pref_attempted:                  57465
% 4.96/1.11  stat_clsubs_top_meta_pref1_succeeded:                 30482
% 4.96/1.11  stat_clsubs_top_meta_pref2_succeeded:                 20162
% 4.96/1.11  stat_clsubs_top_meta_pref3_succeeded:                 19728
% 4.96/1.11  stat_clsubs_top_meta_pref_succeeded:                  19728
% 4.96/1.11  stat_clsubs_meta_attempted:                21965
% 4.96/1.11  stat_clsubs_meta_failed:                    4031
% 4.96/1.11  stat_clsubs_predsymbs_attempted:               0
% 4.96/1.11  stat_clsubs_unit_attempted:                18130
% 4.96/1.11  stat_clsubs_full_attempted:                 1598
% 4.96/1.11  stat_forwardsubs_attempted:                11229
% 4.96/1.11  stat_lit_hash_added:                   8418
% 4.96/1.11  stat_lit_hash_computed:               29269
% 4.96/1.11  stat_lit_hash_match_found:             3526
% 4.96/1.11  stat_lit_hash_match_miss:             26198
% 4.96/1.11  stat_lit_hash_cut_ok:                     0
% 4.96/1.11  stat_lit_strong_cut_ok:                   1
% 4.96/1.11  stat_lit_hash_subsume_ok:              3522
% 4.96/1.11  clqueue els 10000000 used 1
% 4.96/1.11  clactive els 10000000 used 791
% 4.96/1.11  clactivesubsume els 10000000 used 3235
% 4.96/1.11  queue_termbuf els 200000000 used 291015
% 4.96/1.11  hyper_termbuf els 100000000 used 1
% 4.96/1.11  active_termbuf els 100000000 used 19107
% 4.96/1.11  varstack els 5000 last used 1
% 4.96/1.11  given_termbuf els 10000000 last used 1
% 4.96/1.11  simplified_termbuf els 10000000 last used 1
% 4.96/1.11  derived_termbuf els 10000000 last used 23
% 4.96/1.11  wr_mallocs: 18963
% 4.96/1.11  wr_callocs: 21
% 4.96/1.11  wr_reallocs: 1449
% 4.96/1.11  wr_frees: 2
% 4.96/1.11  wr_malloc_bytes: 4163281764
% 4.96/1.11  wr_calloc_bytes: 112065536
% 4.96/1.11  wr_realloc_bytes: 283496
% 4.96/1.11  wr_realloc_freebytes: 0
% 4.96/1.11  ----------------------------------
%------------------------------------------------------------------------------