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

View Problem - Process Solution

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

% Computer : n006.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:30 EDT 2023

% Result   : Unsatisfiable 13.14s 2.30s
% Output   : CNFRefutation 13.14s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named distributivity2)

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

cnf('2',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(Z,Z,U)
    | ~ sum(Y,Y,V)
    | product(X,V,U) ),
    inference(factorization,[],['1']) ).

cnf('3',plain,
    ~ product(a,additive_identity,additive_identity),
    inference(cnf_transformation,[],[theorem]) ).

cnf('4',plain,
    ( ~ product(a,X,Y)
    | ~ sum(Y,Y,additive_identity)
    | ~ sum(X,X,additive_identity) ),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    sum(X,additive_identity,X),
    inference(cnf_transformation,[],[additive_identity2]) ).

cnf('6',plain,
    ( ~ product(a,additive_identity,X)
    | ~ sum(X,X,additive_identity) ),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    ( ~ sum(X,Y,Z)
    | sum(X,Y,U)
    | ~ equalish(Z,U) ),
    inference(cnf_transformation,[],[sum_substitution3]) ).

cnf('8',plain,
    ( ~ product(a,additive_identity,X)
    | ~ sum(X,X,Y)
    | ~ equalish(Y,additive_identity) ),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    sum(X,Y,add(X,Y)),
    inference(cnf_transformation,[],[closure_of_addition]) ).

cnf('10',plain,
    ( ~ equalish(add(X,X),additive_identity)
    | ~ product(a,additive_identity,X) ),
    inference(resolution,[],['8','9']) ).

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

cnf('12',plain,
    ( ~ sum(X,Y,add(Z,Z))
    | ~ product(a,additive_identity,Z)
    | ~ sum(X,Y,additive_identity) ),
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    ( ~ sum(add(X,X),additive_identity,additive_identity)
    | ~ product(a,additive_identity,X) ),
    inference(resolution,[],['12','5']) ).

cnf('14',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Y,V)
    | ~ sum(W,U,X)
    | sum(W,V,Z) ),
    inference(cnf_transformation,[],[associativity_of_addition1]) ).

cnf('15',plain,
    ( ~ sum(X,Y,Y)
    | ~ sum(Y,Z,U)
    | sum(X,U,U) ),
    inference(factorization,[],['14']) ).

cnf('16',plain,
    ( ~ sum(add(X,X),Y,Y)
    | ~ product(a,additive_identity,X)
    | ~ sum(Y,Z,additive_identity) ),
    inference(resolution,[],['13','15']) ).

cnf('17',plain,
    sum(X,additive_inverse(X),additive_identity),
    inference(cnf_transformation,[],[additive_inverse2]) ).

cnf('18',plain,
    ( ~ sum(add(X,X),Y,Y)
    | ~ product(a,additive_identity,X) ),
    inference(resolution,[],['16','17']) ).

cnf('19',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Z,V)
    | ~ sum(U,X,W)
    | sum(W,Y,V) ),
    inference(cnf_transformation,[],[associativity_of_addition2]) ).

cnf('20',plain,
    ( ~ sum(X,Y,Y)
    | ~ sum(X,X,Z)
    | sum(Z,Y,Y) ),
    inference(factorization,[],['19']) ).

cnf('21',plain,
    ( ~ sum(X,X,add(Y,Y))
    | ~ product(a,additive_identity,Y)
    | ~ sum(X,Z,Z) ),
    inference(resolution,[],['18','20']) ).

cnf('22',plain,
    ( ~ product(a,additive_identity,X)
    | ~ sum(X,Y,Y) ),
    inference(resolution,[],['21','9']) ).

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

cnf('24',plain,
    ~ sum(multiply(a,additive_identity),X,X),
    inference(resolution,[],['22','23']) ).

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

cnf('26',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ sum(Y,U,U)
    | sum(Z,V,V) ),
    inference(factorization,[],['25']) ).

cnf('27',plain,
    ( ~ product(X,Y,Z)
    | ~ sum(Y,Y,Y)
    | sum(Z,Z,Z) ),
    inference(factorization,[],['26']) ).

cnf('28',plain,
    ( ~ product(X,Y,multiply(a,additive_identity))
    | ~ sum(Y,Y,Y) ),
    inference(resolution,[],['24','27']) ).

cnf('29',plain,
    sum(X0,additive_identity,X0),
    inference(cnf_transformation,[],[additive_identity2]) ).

cnf('30',plain,
    $false,
    inference(resolution,[then_simplify],['28','23','29']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : RNG001-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n006.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 02:00:22 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.39  
% 0.13/0.39  input clause set summed statistics:
% 0.13/0.39  ----------------------------------
% 0.13/0.39  in_clause_count:                    18
% 0.13/0.39  in_rule_clause_count:               16
% 0.13/0.39  in_fact_clause_count:                2
% 0.13/0.39  in_answer_clause_count:              0
% 0.13/0.39  in_ground_clause_count:              1
% 0.13/0.39  in_unit_clause_count:                7
% 0.13/0.39  in_horn_clause_count:               18
% 0.13/0.39  in_pos_clause_count:                 6
% 0.13/0.39  in_neg_clause_count:                 1
% 0.13/0.39  in_poseq_clause_count:               0
% 0.13/0.39  in_negeq_clause_count:               0
% 0.13/0.39  in_unitposeq_clause_count:           0
% 0.13/0.39  in_chain_clause_count:               0
% 0.13/0.39  in_min_length:             1
% 0.13/0.39  in_max_length:             5
% 0.13/0.39  in_min_depth:              1
% 0.13/0.39  in_max_depth:              2
% 0.13/0.39  in_min_size:               4
% 0.13/0.39  in_max_size:              20
% 0.13/0.39  in_min_vars:               0
% 0.13/0.39  in_max_vars:               7
% 0.13/0.39  in_extaxiom_count:                 0
% 0.13/0.39  in_axiom_count:                   17
% 0.13/0.39  in_assumption_count:               0
% 0.13/0.39  in_goal_count:                     1
% 0.13/0.39  in_neg_goal_count:                 1
% 0.13/0.39  in_pos_goal_count:                 0
% 0.13/0.39  in_posunit_goal_count:             0
% 0.13/0.39  
% 0.13/0.39  auto guide:
% 0.13/0.39  -----------
% 0.13/0.39  {
% 0.13/0.39  "print":1,
% 0.13/0.39  "print_level": 15,
% 0.13/0.39  "max_size": 0,
% 0.13/0.39  "max_depth": 0,
% 0.13/0.39  "max_length": 0,
% 0.13/0.39  "max_dseconds": 0,
% 0.13/0.39  "equality":0,
% 0.13/0.39  "runs":[
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"],  "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  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 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.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "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":1},
% 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":1},
% 0.13/0.39  {"max_dseconds":1, "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":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "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":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "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  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "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":10},
% 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":10},
% 0.13/0.39  {"max_dseconds":10, "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":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "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":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "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":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "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  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "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":50},
% 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":50},
% 0.13/0.39  {"max_dseconds":50, "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":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "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":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 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.13/0.40  
% 0.13/0.40  **** run 8 fork 7 starts with strategy
% 0.13/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.43  
% 0.20/0.43  fork 1: search finished without proof.
% 0.20/0.48  
% 0.20/0.48  **** run 10 fork 1 starts with strategy
% 0.20/0.48  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  fork 3: search finished without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  fork 6: search finished without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 0: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 12 fork 3 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.53  
% 0.20/0.53  **** run 11 fork 2 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.53  
% 0.20/0.53  **** run 15 fork 6 starts with strategy
% 0.20/0.53  
% 0.20/0.53  **** run 14 fork 5 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.53  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.57  
% 0.20/0.57  
% 0.20/0.57  fork 7: search terminated without proof.
% 0.20/0.59  
% 0.20/0.59  **** run 16 fork 7 starts with strategy
% 0.20/0.59  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.20/0.59  
% 0.20/0.59  
% 0.20/0.59  fork 1: search terminated without proof.
% 0.20/0.62  
% 0.20/0.62  **** run 18 fork 1 starts with strategy
% 0.20/0.62  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.65  
% 0.20/0.65  fork 3: search finished without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 6: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 4: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 0: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  **** run 20 fork 3 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.67  
% 0.20/0.67  **** run 23 fork 6 starts with strategy
% 0.20/0.67  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.20/0.67  
% 0.20/0.67  **** run 22 fork 5 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 17 fork 0 starts with strategy
% 0.20/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.20/0.68  
% 0.20/0.68  fork 2: search finished without proof.
% 0.20/0.71  
% 0.20/0.71  
% 0.20/0.71  fork 7: search terminated without proof.
% 0.20/0.72  
% 0.20/0.72  **** run 24 fork 7 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.20/0.73  
% 0.20/0.73  **** run 19 fork 2 starts with strategy
% 0.20/0.73  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.20/0.75  
% 0.20/0.75  
% 0.20/0.75  fork 1: search terminated without proof.
% 0.20/0.78  
% 0.20/0.78  **** run 26 fork 1 starts with strategy
% 0.20/0.78  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.20/0.78  
% 0.20/0.78  
% 0.20/0.78  fork 5: search terminated without proof.
% 0.20/0.79  
% 0.20/0.79  
% 0.20/0.79  fork 6: search terminated without proof.
% 0.20/0.80  
% 0.20/0.80  
% 0.20/0.80  fork 0: search terminated without proof.
% 0.20/0.80  
% 0.20/0.80  **** run 30 fork 5 starts with strategy
% 0.20/0.80  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.20/0.81  
% 0.20/0.81  **** run 31 fork 6 starts with strategy
% 0.20/0.81  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 4: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  **** run 25 fork 0 starts with strategy
% 0.20/0.82  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.83  
% 0.20/0.83  **** run 29 fork 4 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 2.29/0.83  
% 2.29/0.83  fork 3: search finished without proof.
% 2.29/0.84  
% 2.29/0.84  
% 2.29/0.84  fork 7: search terminated without proof.
% 2.29/0.85  
% 2.29/0.85  fork 4: search finished without proof.
% 2.29/0.86  
% 2.29/0.86  **** run 32 fork 7 starts with strategy
% 2.29/0.86  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 2.29/0.87  
% 2.29/0.87  **** run 37 fork 4 starts with strategy
% 2.29/0.87  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 2.29/0.88  
% 2.29/0.88  **** run 28 fork 3 starts with strategy
% 2.29/0.88  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 2.29/0.89  
% 2.29/0.89  fork 4: search finished without proof.
% 2.29/0.90  
% 2.29/0.90  fork 1: search finished without proof.
% 2.29/0.91  
% 2.29/0.91  **** run 45 fork 4 starts with strategy
% 2.29/0.91  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 4.06/0.92  
% 4.06/0.92  fork 5: search finished without proof.
% 4.06/0.92  
% 4.06/0.92  **** run 34 fork 1 starts with strategy
% 4.06/0.92  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.06/0.92  
% 4.06/0.92  
% 4.06/0.92  fork 2: search terminated without proof.
% 4.06/0.93  
% 4.06/0.93  
% 4.06/0.93  fork 0: search terminated without proof.
% 4.06/0.93  
% 4.06/0.93  **** run 38 fork 5 starts with strategy
% 4.06/0.93  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.06/0.94  
% 4.06/0.94  
% 4.06/0.94  fork 6: search terminated without proof.
% 4.06/0.95  
% 4.06/0.95  **** run 27 fork 2 starts with strategy
% 4.06/0.95  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 4.06/0.95  
% 4.06/0.95  **** run 33 fork 0 starts with strategy
% 4.06/0.95  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.06/0.96  
% 4.06/0.96  **** run 39 fork 6 starts with strategy
% 4.06/0.96  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.06/0.97  
% 4.06/0.97  fork 7: search finished without proof.
% 4.56/0.99  
% 4.56/0.99  **** run 40 fork 7 starts with strategy
% 4.56/0.99  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 4.56/0.99  
% 4.56/0.99  
% 4.56/0.99  fork 3: search terminated without proof.
% 4.56/1.01  
% 4.56/1.01  **** run 36 fork 3 starts with strategy
% 4.56/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.56/1.02  
% 4.56/1.02  fork 7: search finished without proof.
% 4.56/1.04  
% 4.56/1.04  **** run 48 fork 7 starts with strategy
% 4.56/1.04  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 4.56/1.04  
% 4.56/1.04  
% 4.56/1.04  fork 1: search terminated without proof.
% 4.56/1.05  
% 4.56/1.05  
% 4.56/1.05  fork 5: search terminated without proof.
% 5.25/1.06  
% 5.25/1.06  
% 5.25/1.06  fork 2: search terminated without proof.
% 5.25/1.07  
% 5.25/1.07  **** run 42 fork 1 starts with strategy
% 5.25/1.07  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.25/1.07  
% 5.25/1.07  **** run 46 fork 5 starts with strategy
% 5.25/1.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.25/1.08  
% 5.25/1.08  fork 0: search finished without proof.
% 5.25/1.08  
% 5.25/1.08  **** run 35 fork 2 starts with strategy
% 5.25/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.43/1.10  
% 5.43/1.10  **** run 41 fork 0 starts with strategy
% 5.43/1.10  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.71/1.13  
% 5.71/1.13  
% 5.71/1.13  fork 3: search terminated without proof.
% 5.83/1.14  
% 5.83/1.14  **** run 44 fork 3 starts with strategy
% 5.83/1.14  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.83/1.20  
% 5.83/1.20  
% 5.83/1.20  fork 2: search terminated without proof.
% 6.47/1.22  
% 6.47/1.22  **** run 43 fork 2 starts with strategy
% 6.47/1.22  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 11.51/1.93  
% 11.51/1.93  
% 11.51/1.93  fork 4: search terminated without proof.
% 11.51/1.95  
% 11.51/1.95  **** run 53 fork 4 starts with strategy
% 11.51/1.95  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 11.51/1.95  
% 11.51/1.95  fork 6: search finished without proof.
% 12.15/1.97  
% 12.15/1.97  **** run 47 fork 6 starts with strategy
% 12.15/1.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 12.64/2.02  
% 12.64/2.02  fork 7: search finished without proof.
% 12.64/2.06  
% 12.64/2.06  **** run 56 fork 7 starts with strategy
% 12.64/2.06  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 12.64/2.10  
% 12.64/2.10  
% 12.64/2.10  fork 5: search terminated without proof.
% 12.64/2.12  
% 12.64/2.12  
% 12.64/2.12  fork 0: search terminated without proof.
% 12.64/2.12  
% 12.64/2.12  **** run 54 fork 5 starts with strategy
% 12.64/2.12  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 12.64/2.14  
% 12.64/2.14  **** run 49 fork 0 starts with strategy
% 12.64/2.14  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.64/2.21  
% 12.64/2.21  
% 12.64/2.21  fork 1: search terminated without proof.
% 12.64/2.23  
% 12.64/2.23  **** run 50 fork 1 starts with strategy
% 12.64/2.23  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 13.14/2.28  
% 13.14/2.28  
% 13.14/2.28  fork 2: search terminated without proof.
% 13.14/2.30  
% 13.14/2.30  
% 13.14/2.30  fork 3: search terminated without proof.
% 13.14/2.30  
% 13.14/2.30  **** run 51 fork 2 starts with strategy
% 13.14/2.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 13.14/2.30  
% 13.14/2.30  
% 13.14/2.30  result: proof found
% 13.14/2.30  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 13.14/2.30  by run 56 fork 7 strategy {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 13.14/2.30  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 13.14/2.30  
% 13.14/2.30  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 13.14/2.30  
% 13.14/2.30  run 56 fork 7 statistics:
% 13.14/2.30  ----------------------------------
% 13.14/2.30  this run seconds: 0.120647
% 13.14/2.30  total seconds: 1.759268
% 13.14/2.30  stat_given_used: 554
% 13.14/2.30  stat_given_used_at_endgame: 0
% 13.14/2.30  stat_given_candidates:   1630
% 13.14/2.30  stat_given_candidates_at_endgame: 0
% 13.14/2.30  stat_given_candidates_h: 0
% 13.14/2.30  stat_binres_derived_cl:   16456
% 13.14/2.30  stat_binres_derived_cl_h: 0
% 13.14/2.30  stat_factor_derived_cl: 854
% 13.14/2.30  stat_para_derived_cl: 0
% 13.14/2.30  stat_tautologies_discarded: 10
% 13.14/2.30  stat_forward_subsumed: 445
% 13.14/2.30  stat_derived_cut: 124
% 13.14/2.30  stat_derived_rewritten: 0
% 13.14/2.30  stat_weight_discarded_building: 0
% 13.14/2.30  stat_weight_discarded_cl: 0
% 13.14/2.30  stat_internlimit_discarded_cl: 0
% 13.14/2.30  stat_simplified:  0 simplified 0 derived 0 given
% 13.14/2.30  stat_kept_cl: 16854
% 13.14/2.30  stat_built_cl: 17962
% 13.14/2.30  stat_hyperres_partial_cl: 0
% 13.14/2.30  stat_made_rewriters: 0
% 13.14/2.30  stat_backward_subsumed: 0
% 13.14/2.30  stat_propagated_subsumed: 0
% 13.14/2.30  stat_clsubs_attempted:                     27051
% 13.14/2.30  stat_clsubs_fact_groundunit_found:             0
% 13.14/2.30  stat_clsubs_rule_groundunit_found:             1
% 13.14/2.30  stat_clsubs_top_meta_attempted:             310418
% 13.14/2.30  stat_clsubs_top_meta_failed:                283367
% 13.14/2.30  stat_clsubs_top_meta_nonpref_attempted:              310418
% 13.14/2.30  stat_clsubs_top_meta_nonpref_succeeded:               79434
% 13.14/2.30  stat_clsubs_top_meta_pref_attempted:                  79434
% 13.14/2.30  stat_clsubs_top_meta_pref1_succeeded:                 43205
% 13.14/2.30  stat_clsubs_top_meta_pref2_succeeded:                 29754
% 13.14/2.30  stat_clsubs_top_meta_pref3_succeeded:                 27051
% 13.14/2.30  stat_clsubs_top_meta_pref_succeeded:                  27051
% 13.14/2.30  stat_clsubs_meta_attempted:                99770
% 13.14/2.30  stat_clsubs_meta_failed:                   28001
% 13.14/2.30  stat_clsubs_predsymbs_attempted:               0
% 13.14/2.30  stat_clsubs_unit_attempted:                  170
% 13.14/2.30  stat_clsubs_full_attempted:                26881
% 13.14/2.30  stat_forwardsubs_attempted:                17300
% 13.14/2.30  stat_lit_hash_added:                   1457
% 13.14/2.30  stat_lit_hash_computed:              174396
% 13.14/2.30  stat_lit_hash_match_found:              451
% 13.14/2.30  stat_lit_hash_match_miss:            259739
% 13.14/2.30  stat_lit_hash_cut_ok:                     0
% 13.14/2.30  stat_lit_strong_cut_ok:                 124
% 13.14/2.30  stat_lit_hash_subsume_ok:               445
% 13.14/2.30  clqueue els 10000000 used 1
% 13.14/2.30  clactive els 10000000 used 555
% 13.14/2.30  clactivesubsume els 10000000 used 3235
% 13.14/2.30  queue_termbuf els 200000000 used 1132640
% 13.14/2.30  hyper_termbuf els 100000000 used 1
% 13.14/2.30  active_termbuf els 100000000 used 20875
% 13.14/2.30  varstack els 5000 last used 1
% 13.14/2.30  given_termbuf els 10000000 last used 1
% 13.14/2.30  simplified_termbuf els 10000000 last used 1
% 13.14/2.30  derived_termbuf els 10000000 last used 23
% 13.14/2.30  wr_mallocs: 4004
% 13.14/2.30  wr_callocs: 21
% 13.14/2.30  wr_reallocs: 873
% 13.14/2.30  wr_frees: 2
% 13.14/2.30  wr_malloc_bytes: 4162753524
% 13.14/2.30  wr_calloc_bytes: 112065536
% 13.14/2.30  wr_realloc_bytes: 433880
% 13.14/2.30  wr_realloc_freebytes: 0
% 13.14/2.30  ----------------------------------
%------------------------------------------------------------------------------