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

View Problem - Process Solution

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

% Computer : n008.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 06:13:41 EDT 2023

% Result   : Unsatisfiable 6.62s 1.30s
% Output   : CNFRefutation 6.62s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named associativity_of_join1)

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

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

cnf('3',plain,
    ( ~ meet(X,Y,Z)
    | meet(Y,X,Z) ),
    inference(cnf_transformation,[],[commutativity_of_meet]) ).

cnf('4',plain,
    meet(r2,b,e),
    inference(cnf_transformation,[],[meet_r2_and_b]) ).

cnf('5',plain,
    meet(b,r2,e),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( ~ meet(X,Y,Z)
    | join(X,Z,X) ),
    inference(cnf_transformation,[],[absorbtion1]) ).

cnf('7',plain,
    join(b,e,b),
    inference(resolution,[],['5','6']) ).

cnf('8',plain,
    ( ~ join(X,b,Y)
    | join(Y,e,Y) ),
    inference(resolution,[],['2','7']) ).

cnf('9',plain,
    ( ~ join(X,Y,Z)
    | join(Y,X,Z) ),
    inference(cnf_transformation,[],[commutativity_of_join]) ).

cnf('10',plain,
    join(a,b,c2),
    inference(cnf_transformation,[],[join_a_and_b]) ).

cnf('11',plain,
    join(b,a,c2),
    inference(resolution,[],['9','10']) ).

cnf('12',plain,
    ( ~ join(X,Y,Z)
    | meet(X,Z,X) ),
    inference(cnf_transformation,[],[absorbtion2]) ).

cnf('13',plain,
    meet(b,c2,b),
    inference(resolution,[],['11','12']) ).

cnf('14',plain,
    meet(c2,b,b),
    inference(resolution,[],['3','13']) ).

cnf('15',plain,
    join(c2,b,c2),
    inference(resolution,[],['14','6']) ).

cnf('16',plain,
    join(c2,e,c2),
    inference(resolution,[],['8','15']) ).

cnf('17',plain,
    join(e,c2,c2),
    inference(resolution,[],['16','9']) ).

cnf('18',plain,
    meet(e,c2,e),
    inference(resolution,[],['17','12']) ).

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

cnf('20',plain,
    ( ~ join(e,X,Y)
    | ~ join(e,Z,U)
    | meet(c2,U,Y)
    | ~ meet(Z,c2,X) ),
    inference(resolution,[],['18','19']) ).

cnf('21',plain,
    join(X,n0,X),
    inference(cnf_transformation,[],[join_x_and_0]) ).

cnf('22',plain,
    ( ~ join(e,X,Y)
    | meet(c2,Y,e)
    | ~ meet(X,c2,n0) ),
    inference(resolution,[],['20','21']) ).

cnf('23',plain,
    meet(c2,r1,n0),
    inference(cnf_transformation,[],[meet_c2_and_r1]) ).

cnf('24',plain,
    meet(r1,c2,n0),
    inference(resolution,[],['3','23']) ).

cnf('25',plain,
    ( ~ join(e,r1,X)
    | meet(c2,X,e) ),
    inference(resolution,[],['22','24']) ).

cnf('26',plain,
    join(r1,e,a2),
    inference(cnf_transformation,[],[join_r1_and_e]) ).

cnf('27',plain,
    join(e,r1,a2),
    inference(resolution,[],['9','26']) ).

cnf('28',plain,
    meet(c2,a2,e),
    inference(resolution,[],['25','27']) ).

cnf('29',plain,
    meet(a2,c2,e),
    inference(resolution,[],['28','3']) ).

cnf('30',plain,
    ( ~ meet(X,Y,Z)
    | ~ meet(U,Z,V)
    | ~ meet(U,X,W)
    | meet(W,Y,V) ),
    inference(cnf_transformation,[],[associativity_of_meet1]) ).

cnf('31',plain,
    meet(a,b,c),
    inference(cnf_transformation,[],[meet_a_and_b]) ).

cnf('32',plain,
    meet(b,a,c),
    inference(resolution,[],['3','31']) ).

cnf('33',plain,
    ( ~ meet(X,c,Y)
    | ~ meet(X,b,Z)
    | meet(Z,a,Y) ),
    inference(resolution,[],['30','32']) ).

cnf('34',plain,
    meet(c,r2,n0),
    inference(cnf_transformation,[],[meet_c_and_r2]) ).

cnf('35',plain,
    meet(r2,c,n0),
    inference(resolution,[],['3','34']) ).

cnf('36',plain,
    ( ~ meet(r2,b,X)
    | meet(X,a,n0) ),
    inference(resolution,[],['33','35']) ).

cnf('37',plain,
    meet(e,a,n0),
    inference(resolution,[],['36','4']) ).

cnf('38',plain,
    ( ~ meet(X,Y,Z)
    | ~ meet(U,Y,V)
    | ~ meet(W,U,X)
    | meet(W,V,Z) ),
    inference(cnf_transformation,[],[associativity_of_meet2]) ).

cnf('39',plain,
    meet(n0,X,n0),
    inference(cnf_transformation,[],[meet_0_and_x]) ).

cnf('40',plain,
    ( ~ meet(X,Y,n0)
    | ~ meet(Y,Z,U)
    | meet(X,U,n0) ),
    inference(resolution,[],['38','39']) ).

cnf('41',plain,
    ( ~ meet(a,X,Y)
    | meet(e,Y,n0) ),
    inference(resolution,[],['37','40']) ).

cnf('42',plain,
    meet(r2,a,d),
    inference(cnf_transformation,[],[meet_r2_and_a]) ).

cnf('43',plain,
    meet(a,r2,d),
    inference(resolution,[],['3','42']) ).

cnf('44',plain,
    join(a,d,a),
    inference(resolution,[],['43','6']) ).

cnf('45',plain,
    join(d,a,a),
    inference(resolution,[],['44','9']) ).

cnf('46',plain,
    meet(d,a,d),
    inference(resolution,[],['45','12']) ).

cnf('47',plain,
    meet(a,d,d),
    inference(resolution,[],['46','3']) ).

cnf('48',plain,
    meet(e,d,n0),
    inference(resolution,[],['41','47']) ).

cnf('49',plain,
    ( ~ meet(X,Y,e)
    | ~ meet(Y,d,Z)
    | meet(X,Z,n0) ),
    inference(resolution,[],['48','38']) ).

cnf('50',plain,
    ( ~ meet(c2,d,X)
    | meet(a2,X,n0) ),
    inference(resolution,[],['29','49']) ).

cnf('51',plain,
    ( ~ join(X,a,Y)
    | join(Y,d,Y) ),
    inference(resolution,[],['2','44']) ).

cnf('52',plain,
    meet(a,c2,a),
    inference(resolution,[],['12','10']) ).

cnf('53',plain,
    meet(c2,a,a),
    inference(resolution,[],['3','52']) ).

cnf('54',plain,
    join(c2,a,c2),
    inference(resolution,[],['53','6']) ).

cnf('55',plain,
    join(c2,d,c2),
    inference(resolution,[],['51','54']) ).

cnf('56',plain,
    join(d,c2,c2),
    inference(resolution,[],['55','9']) ).

cnf('57',plain,
    meet(d,c2,d),
    inference(resolution,[],['56','12']) ).

cnf('58',plain,
    meet(c2,d,d),
    inference(resolution,[],['57','3']) ).

cnf('59',plain,
    meet(a2,d,n0),
    inference(resolution,[],['50','58']) ).

cnf('60',plain,
    meet(d,a2,n0),
    inference(resolution,[],['59','3']) ).

cnf('61',plain,
    meet(r1,a2,r1),
    inference(resolution,[],['12','26']) ).

cnf('62',plain,
    ( ~ join(r1,X,Y)
    | ~ join(r1,Z,U)
    | meet(a2,U,Y)
    | ~ meet(Z,a2,X) ),
    inference(resolution,[],['19','61']) ).

cnf('63',plain,
    ( ~ join(r1,X,Y)
    | meet(a2,Y,r1)
    | ~ meet(X,a2,n0) ),
    inference(resolution,[],['62','21']) ).

cnf('64',plain,
    ( ~ join(r1,d,X)
    | meet(a2,X,r1) ),
    inference(resolution,[],['60','63']) ).

cnf('65',plain,
    join(r1,d,b2),
    inference(cnf_transformation,[],[join_r1_and_d]) ).

cnf('66',plain,
    ~ meet(a2,b2,r1),
    inference(cnf_transformation,[],[meet_a2_and_b2]) ).

cnf('67',plain,
    $false,
    inference(resolution,[then_simplify],['64','65','66']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LAT005-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.35  % Computer : n008.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Thu Aug 24 09:40:17 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.38  
% 0.20/0.38  input clause set summed statistics:
% 0.20/0.38  ----------------------------------
% 0.20/0.38  in_clause_count:                    31
% 0.20/0.38  in_rule_clause_count:               11
% 0.20/0.38  in_fact_clause_count:               20
% 0.20/0.38  in_answer_clause_count:              0
% 0.20/0.38  in_ground_clause_count:             11
% 0.20/0.38  in_unit_clause_count:               21
% 0.20/0.38  in_horn_clause_count:               31
% 0.20/0.38  in_pos_clause_count:                20
% 0.20/0.38  in_neg_clause_count:                 1
% 0.20/0.38  in_poseq_clause_count:               0
% 0.20/0.38  in_negeq_clause_count:               0
% 0.20/0.38  in_unitposeq_clause_count:           0
% 0.20/0.38  in_chain_clause_count:               0
% 0.20/0.38  in_min_length:             1
% 0.20/0.38  in_max_length:             5
% 0.20/0.38  in_min_depth:              1
% 0.20/0.38  in_max_depth:              1
% 0.20/0.38  in_min_size:               4
% 0.20/0.38  in_max_size:              20
% 0.20/0.38  in_min_vars:               0
% 0.20/0.38  in_max_vars:               6
% 0.20/0.38  in_extaxiom_count:                 0
% 0.20/0.38  in_axiom_count:                   20
% 0.20/0.38  in_assumption_count:               0
% 0.20/0.38  in_goal_count:                    11
% 0.20/0.38  in_neg_goal_count:                 1
% 0.20/0.38  in_pos_goal_count:                10
% 0.20/0.38  in_posunit_goal_count:            10
% 0.20/0.38  
% 0.20/0.38  auto guide:
% 0.20/0.38  -----------
% 0.20/0.38  {
% 0.20/0.38  "print":1,
% 0.20/0.38  "print_level": 15,
% 0.20/0.38  "max_size": 0,
% 0.20/0.38  "max_depth": 0,
% 0.20/0.38  "max_length": 0,
% 0.20/0.38  "max_dseconds": 0,
% 0.20/0.38  "equality":0,
% 0.20/0.38  "runs":[
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/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.20/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/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.20/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/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.20/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.20/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.20/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.20/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.20/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.20/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.20/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.20/0.38  
% 0.20/0.38  ]}
% 0.20/0.38  
% 0.20/0.38  
% 0.20/0.38  **** run 1 fork 0 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 2 fork 1 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 3 fork 2 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 4 fork 3 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 5 fork 4 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.38  
% 0.20/0.38  **** run 6 fork 5 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 7 fork 6 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.38  **** run 8 fork 7 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.38  
% 0.20/0.50  
% 0.20/0.50  fork 2: search finished without proof.
% 0.20/0.50  
% 0.20/0.50  fork 7: search finished without proof.
% 0.20/0.50  
% 0.20/0.50  fork 6: search finished without proof.
% 0.20/0.50  
% 0.20/0.50  fork 4: search finished without proof.
% 0.20/0.51  
% 0.20/0.51  fork 0: search finished without proof.
% 0.20/0.51  
% 0.20/0.51  fork 5: search finished without proof.
% 0.20/0.51  
% 0.20/0.51  fork 3: search finished without proof.
% 0.20/0.52  
% 0.20/0.52  fork 1: search finished without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 9 fork 0 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":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 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  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.20/0.53  
% 0.20/0.53  **** run 16 fork 7 starts with strategy
% 0.20/0.53  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 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.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 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.64  
% 0.20/0.64  fork 0: search finished without proof.
% 0.20/0.65  
% 0.20/0.65  fork 7: search finished without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 6: search terminated 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 2: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 4: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 3: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  **** run 17 fork 0 starts with strategy
% 0.20/0.66  {"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.66  
% 0.20/0.66  
% 0.20/0.66  fork 1: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 24 fork 7 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 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 19 fork 2 starts with strategy
% 0.20/0.68  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":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 20 fork 3 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.79  
% 0.20/0.79  fork 2: search finished without proof.
% 0.20/0.80  
% 0.20/0.80  fork 4: search finished without proof.
% 0.20/0.81  
% 0.20/0.81  **** run 27 fork 2 starts with strategy
% 0.20/0.81  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.20/0.81  
% 0.20/0.81  fork 7: search finished without proof.
% 0.20/0.82  
% 0.20/0.82  
% 0.20/0.82  fork 1: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  
% 0.20/0.82  fork 6: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  **** run 29 fork 4 starts with strategy
% 0.20/0.82  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.20/0.83  
% 0.20/0.83  
% 0.20/0.83  fork 0: search terminated without proof.
% 0.20/0.83  
% 0.20/0.83  **** run 32 fork 7 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 0.20/0.84  
% 0.20/0.84  **** run 26 fork 1 starts with strategy
% 0.20/0.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.20/0.84  
% 0.20/0.84  
% 0.20/0.84  fork 5: search terminated without proof.
% 0.20/0.84  
% 0.20/0.84  **** run 31 fork 6 starts with strategy
% 0.20/0.84  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.20/0.85  
% 0.20/0.85  
% 0.20/0.85  fork 3: search terminated without proof.
% 0.20/0.86  
% 0.20/0.86  **** run 30 fork 5 starts with strategy
% 0.20/0.86  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.20/0.86  
% 0.20/0.86  **** run 25 fork 0 starts with strategy
% 0.20/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 2.93/0.89  
% 2.93/0.89  **** run 28 fork 3 starts with strategy
% 2.93/0.89  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 4.22/0.94  
% 4.22/0.94  fork 2: search finished without proof.
% 4.22/0.95  
% 4.22/0.95  
% 4.22/0.95  fork 4: search terminated without proof.
% 4.22/0.95  
% 4.22/0.95  
% 4.22/0.95  fork 7: search terminated without proof.
% 4.22/0.95  
% 4.22/0.95  **** run 35 fork 2 starts with strategy
% 4.22/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.22/0.96  
% 4.22/0.96  
% 4.22/0.96  fork 1: search terminated without proof.
% 4.22/0.96  
% 4.22/0.96  fork 6: search finished without proof.
% 4.22/0.97  
% 4.22/0.97  **** run 37 fork 4 starts with strategy
% 4.22/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.22/0.97  
% 4.22/0.97  **** run 40 fork 7 starts with strategy
% 4.22/0.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.22/0.98  
% 4.22/0.98  **** run 34 fork 1 starts with strategy
% 4.22/0.98  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.22/0.98  
% 4.22/0.98  
% 4.22/0.98  fork 0: search terminated without proof.
% 4.22/0.98  
% 4.22/0.98  **** run 39 fork 6 starts with strategy
% 4.22/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.22/1.00  
% 4.22/1.00  **** run 33 fork 0 starts with strategy
% 4.22/1.00  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.22/1.00  
% 4.22/1.00  
% 4.22/1.00  fork 5: search terminated without proof.
% 4.99/1.02  
% 4.99/1.02  **** run 38 fork 5 starts with strategy
% 4.99/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.99/1.02  
% 4.99/1.02  
% 4.99/1.02  fork 3: search terminated without proof.
% 4.99/1.04  
% 4.99/1.04  **** run 36 fork 3 starts with strategy
% 4.99/1.04  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.99/1.05  
% 4.99/1.05  fork 5: search finished without proof.
% 4.99/1.06  
% 4.99/1.06  **** run 46 fork 5 starts with strategy
% 4.99/1.06  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 4.99/1.08  
% 4.99/1.08  
% 4.99/1.08  fork 2: search terminated without proof.
% 4.99/1.08  
% 4.99/1.08  fork 4: search finished without proof.
% 4.99/1.09  
% 4.99/1.09  **** run 43 fork 2 starts with strategy
% 4.99/1.09  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.61/1.10  
% 5.61/1.10  fork 6: search finished without proof.
% 5.61/1.10  
% 5.61/1.10  **** run 45 fork 4 starts with strategy
% 5.61/1.10  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.61/1.10  
% 5.61/1.10  
% 5.61/1.10  fork 1: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  **** run 42 fork 1 starts with strategy
% 5.61/1.12  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 0: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  **** run 47 fork 6 starts with strategy
% 5.61/1.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.61/1.14  
% 5.61/1.14  **** run 41 fork 0 starts with strategy
% 5.61/1.14  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 5.61/1.16  
% 5.61/1.16  fork 3: search finished without proof.
% 5.61/1.17  
% 5.61/1.17  **** run 44 fork 3 starts with strategy
% 5.61/1.17  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 6.62/1.30  
% 6.62/1.30  
% 6.62/1.30  result: proof found
% 6.62/1.30  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 6.62/1.30  by run 40 fork 7 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 6.62/1.30  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 6.62/1.30  
% 6.62/1.30  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 6.62/1.30  
% 6.62/1.30  run 40 fork 7 statistics:
% 6.62/1.30  ----------------------------------
% 6.62/1.30  this run seconds: 0.259140
% 6.62/1.30  total seconds: 0.848392
% 6.62/1.30  stat_given_used: 4000
% 6.62/1.30  stat_given_used_at_endgame: 0
% 6.62/1.30  stat_given_candidates:   11236
% 6.62/1.30  stat_given_candidates_at_endgame: 0
% 6.62/1.30  stat_given_candidates_h: 0
% 6.62/1.30  stat_binres_derived_cl:   19624
% 6.62/1.30  stat_binres_derived_cl_h: 0
% 6.62/1.30  stat_factor_derived_cl: 284
% 6.62/1.30  stat_para_derived_cl: 0
% 6.62/1.30  stat_tautologies_discarded: 478
% 6.62/1.30  stat_forward_subsumed: 9763
% 6.62/1.30  stat_derived_cut: 94
% 6.62/1.30  stat_derived_rewritten: 0
% 6.62/1.30  stat_weight_discarded_building: 0
% 6.62/1.30  stat_weight_discarded_cl: 0
% 6.62/1.30  stat_internlimit_discarded_cl: 0
% 6.62/1.30  stat_simplified:  0 simplified 0 derived 0 given
% 6.62/1.30  stat_kept_cl: 9666
% 6.62/1.30  stat_built_cl: 17666
% 6.62/1.30  stat_hyperres_partial_cl: 0
% 6.62/1.30  stat_made_rewriters: 0
% 6.62/1.30  stat_backward_subsumed: 0
% 6.62/1.30  stat_propagated_subsumed: 0
% 6.62/1.30  stat_clsubs_attempted:                    415784
% 6.62/1.30  stat_clsubs_fact_groundunit_found:           188
% 6.62/1.30  stat_clsubs_rule_groundunit_found:             1
% 6.62/1.30  stat_clsubs_top_meta_attempted:           15019202
% 6.62/1.30  stat_clsubs_top_meta_failed:              14603418
% 6.62/1.30  stat_clsubs_top_meta_nonpref_attempted:            15019202
% 6.62/1.30  stat_clsubs_top_meta_nonpref_succeeded:            10556579
% 6.62/1.30  stat_clsubs_top_meta_pref_attempted:               10556579
% 6.62/1.30  stat_clsubs_top_meta_pref1_succeeded:               3655536
% 6.62/1.30  stat_clsubs_top_meta_pref2_succeeded:                609536
% 6.62/1.30  stat_clsubs_top_meta_pref3_succeeded:                415784
% 6.62/1.30  stat_clsubs_top_meta_pref_succeeded:                 415784
% 6.62/1.30  stat_clsubs_meta_attempted:               738474
% 6.62/1.30  stat_clsubs_meta_failed:                  110260
% 6.62/1.30  stat_clsubs_predsymbs_attempted:               0
% 6.62/1.30  stat_clsubs_unit_attempted:                35462
% 6.62/1.30  stat_clsubs_full_attempted:               380322
% 6.62/1.30  stat_forwardsubs_attempted:                19430
% 6.62/1.30  stat_lit_hash_added:                  15656
% 6.62/1.30  stat_lit_hash_computed:              115597
% 6.62/1.30  stat_lit_hash_match_found:            10064
% 6.62/1.30  stat_lit_hash_match_miss:            119737
% 6.62/1.30  stat_lit_hash_cut_ok:                   112
% 6.62/1.30  stat_lit_strong_cut_ok:                   5
% 6.62/1.30  stat_lit_hash_subsume_ok:              9763
% 6.62/1.30  clqueue els 10000000 used 1
% 6.62/1.30  clactive els 10000000 used 4001
% 6.62/1.30  clactivesubsume els 10000000 used 22411
% 6.62/1.30  queue_termbuf els 200000000 used 354373
% 6.62/1.30  hyper_termbuf els 100000000 used 1
% 6.62/1.30  active_termbuf els 100000000 used 99357
% 6.62/1.30  varstack els 5000 last used 1
% 6.62/1.30  given_termbuf els 10000000 last used 1
% 6.62/1.30  simplified_termbuf els 10000000 last used 1
% 6.62/1.30  derived_termbuf els 10000000 last used 23
% 6.62/1.30  wr_mallocs: 13661
% 6.62/1.30  wr_callocs: 21
% 6.62/1.30  wr_reallocs: 2607
% 6.62/1.30  wr_frees: 2
% 6.62/1.30  wr_malloc_bytes: 4163036644
% 6.62/1.30  wr_calloc_bytes: 112065536
% 6.62/1.30  wr_realloc_bytes: 904768
% 6.62/1.30  wr_realloc_freebytes: 0
% 6.62/1.30  ----------------------------------
%------------------------------------------------------------------------------