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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LAT005-1 : 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:40 EDT 2023

% Result   : Unsatisfiable 7.68s 1.50s
% Output   : CNFRefutation 7.68s
% 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,[],['13','3']) ).

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(n0,X,X),
    inference(cnf_transformation,[],[join_0_and_x]) ).

cnf('22',plain,
    meet(n0,X,n0),
    inference(resolution,[],['12','21']) ).

cnf('23',plain,
    meet(X,n0,n0),
    inference(resolution,[],['3','22']) ).

cnf('24',plain,
    join(X,n0,X),
    inference(resolution,[],['23','6']) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('43',plain,
    ( ~ meet(X,Y,n0)
    | ~ meet(Y,Z,U)
    | meet(X,U,n0) ),
    inference(resolution,[],['41','42']) ).

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

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

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

cnf('47',plain,
    join(a,d,a),
    inference(resolution,[],['46','6']) ).

cnf('48',plain,
    join(d,a,a),
    inference(resolution,[],['9','47']) ).

cnf('49',plain,
    meet(d,a,d),
    inference(resolution,[],['48','12']) ).

cnf('50',plain,
    meet(a,d,d),
    inference(resolution,[],['49','3']) ).

cnf('51',plain,
    meet(e,d,n0),
    inference(resolution,[],['44','50']) ).

cnf('52',plain,
    ( ~ meet(X,Y,e)
    | ~ meet(Y,d,Z)
    | meet(X,Z,n0) ),
    inference(resolution,[],['51','41']) ).

cnf('53',plain,
    ( ~ meet(c2,d,X)
    | meet(a2,X,n0) ),
    inference(resolution,[],['32','52']) ).

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

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

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,[],['53','58']) ).

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

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

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','24']) ).

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-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n008.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 : Thu Aug 24 08:38:47 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:                    29
% 0.13/0.39  in_rule_clause_count:               13
% 0.13/0.39  in_fact_clause_count:               16
% 0.13/0.39  in_answer_clause_count:              0
% 0.13/0.39  in_ground_clause_count:             11
% 0.13/0.39  in_unit_clause_count:               17
% 0.13/0.39  in_horn_clause_count:               29
% 0.13/0.39  in_pos_clause_count:                16
% 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:              1
% 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:               6
% 0.13/0.39  in_extaxiom_count:                 0
% 0.13/0.39  in_axiom_count:                   18
% 0.13/0.39  in_assumption_count:               0
% 0.13/0.39  in_goal_count:                    11
% 0.13/0.39  in_neg_goal_count:                 1
% 0.13/0.39  in_pos_goal_count:                10
% 0.13/0.39  in_posunit_goal_count:            10
% 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":["query_focus"], "query_preference":3},
% 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":["query_focus"], "query_preference":3},
% 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":["query_focus"], "query_preference":3},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.13/0.39  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":250},
% 0.13/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.13/0.39  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1250},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.13/0.39  
% 0.13/0.39  ]}
% 0.13/0.39  
% 0.13/0.39  
% 0.13/0.39  **** run 1 fork 0 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 2 fork 1 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 3 fork 2 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 4 fork 3 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 5 fork 4 starts with strategy
% 0.13/0.39  {"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 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  
% 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.50  
% 0.20/0.50  fork 6: search finished without proof.
% 0.20/0.50  
% 0.20/0.50  fork 2: search finished without proof.
% 0.20/0.51  
% 0.20/0.51  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 3: search finished without proof.
% 0.20/0.52  
% 0.20/0.52  **** run 15 fork 6 starts with strategy
% 0.20/0.52  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.20/0.52  
% 0.20/0.52  fork 5: search finished without proof.
% 0.20/0.53  
% 0.20/0.53  fork 1: search finished without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 13 fork 4 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 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 12 fork 3 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 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.54  
% 0.20/0.54  fork 7: search finished without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.20/0.64  
% 0.20/0.64  
% 0.20/0.64  fork 6: 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.65  
% 0.20/0.65  
% 0.20/0.65  fork 2: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  **** run 23 fork 6 starts with strategy
% 0.20/0.66  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.20/0.66  
% 0.20/0.66  fork 0: search finished without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 5: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  **** run 21 fork 4 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 1: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 19 fork 2 starts with strategy
% 0.20/0.67  {"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  fork 7: search finished without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 22 fork 5 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.20/0.69  
% 0.20/0.69  **** run 18 fork 1 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.69  
% 0.20/0.69  **** run 17 fork 0 starts with strategy
% 0.20/0.69  {"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.70  
% 0.20/0.70  
% 0.20/0.70  fork 3: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  **** run 24 fork 7 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.20/0.71  
% 0.20/0.71  **** run 20 fork 3 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.78  
% 0.20/0.78  
% 0.20/0.78  fork 6: search terminated without proof.
% 0.20/0.79  
% 0.20/0.79  
% 0.20/0.79  fork 2: search terminated without proof.
% 0.20/0.79  
% 0.20/0.79  **** run 31 fork 6 starts with strategy
% 0.20/0.79  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.20/0.79  
% 0.20/0.79  fork 4: search finished without proof.
% 2.55/0.81  
% 2.55/0.81  **** run 27 fork 2 starts with strategy
% 2.55/0.81  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 2.55/0.81  
% 2.55/0.81  
% 2.55/0.81  fork 5: search terminated without proof.
% 2.55/0.82  
% 2.55/0.82  **** run 29 fork 4 starts with strategy
% 2.55/0.82  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 2.55/0.82  
% 2.55/0.82  
% 2.55/0.82  fork 1: search terminated without proof.
% 2.55/0.83  
% 2.55/0.83  **** run 30 fork 5 starts with strategy
% 2.55/0.83  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 2.55/0.84  
% 2.55/0.84  
% 2.55/0.84  fork 0: search terminated without proof.
% 2.55/0.84  
% 2.55/0.84  **** run 26 fork 1 starts with strategy
% 2.55/0.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 2.55/0.85  
% 2.55/0.85  
% 2.55/0.85  fork 3: search terminated without proof.
% 2.55/0.86  
% 2.55/0.86  **** run 25 fork 0 starts with strategy
% 2.55/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 2.55/0.87  
% 2.55/0.87  **** run 28 fork 3 starts with strategy
% 2.55/0.87  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.87/0.91  
% 3.87/0.91  fork 7: search finished without proof.
% 3.87/0.92  
% 3.87/0.92  **** run 32 fork 7 starts with strategy
% 3.87/0.92  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 3.87/0.94  
% 3.87/0.94  
% 3.87/0.94  fork 4: search terminated without proof.
% 3.87/0.94  
% 3.87/0.94  fork 2: search finished without proof.
% 3.87/0.96  
% 3.87/0.96  fork 6: search finished without proof.
% 3.87/0.96  
% 3.87/0.96  **** run 37 fork 4 starts with strategy
% 3.87/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 3.87/0.96  
% 3.87/0.96  **** run 35 fork 2 starts with strategy
% 3.87/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 3.87/0.96  
% 3.87/0.96  
% 3.87/0.96  fork 5: search terminated without proof.
% 3.87/0.97  
% 3.87/0.97  
% 3.87/0.97  fork 1: search terminated without proof.
% 4.49/0.97  
% 4.49/0.97  
% 4.49/0.97  fork 0: search terminated without proof.
% 4.54/0.97  
% 4.54/0.97  **** run 39 fork 6 starts with strategy
% 4.54/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.54/0.98  
% 4.54/0.98  **** run 38 fork 5 starts with strategy
% 4.54/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.54/0.98  
% 4.54/0.98  **** run 34 fork 1 starts with strategy
% 4.54/0.98  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.54/0.99  
% 4.54/0.99  
% 4.54/0.99  fork 3: search terminated without proof.
% 4.54/0.99  
% 4.54/0.99  **** run 33 fork 0 starts with strategy
% 4.54/0.99  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.75/1.01  
% 4.75/1.01  fork 5: search finished without proof.
% 4.75/1.01  
% 4.75/1.01  **** run 36 fork 3 starts with strategy
% 4.75/1.01  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.91/1.02  
% 4.91/1.02  **** run 46 fork 5 starts with strategy
% 4.91/1.02  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 4.91/1.04  
% 4.91/1.04  
% 4.91/1.04  fork 7: search terminated without proof.
% 4.91/1.06  
% 4.91/1.06  **** run 40 fork 7 starts with strategy
% 4.91/1.06  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.91/1.07  
% 4.91/1.07  fork 4: search finished without proof.
% 4.91/1.08  
% 4.91/1.08  
% 4.91/1.08  fork 2: search terminated without proof.
% 4.91/1.09  
% 4.91/1.09  fork 6: search finished without proof.
% 4.91/1.09  
% 4.91/1.09  **** run 45 fork 4 starts with strategy
% 4.91/1.09  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 4.91/1.10  
% 4.91/1.10  **** run 43 fork 2 starts with strategy
% 4.91/1.10  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.91/1.11  
% 4.91/1.11  
% 4.91/1.11  fork 1: search terminated without proof.
% 4.91/1.11  
% 4.91/1.11  **** run 47 fork 6 starts with strategy
% 4.91/1.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.91/1.11  
% 4.91/1.11  
% 4.91/1.11  fork 0: search terminated without proof.
% 5.69/1.12  
% 5.69/1.12  **** run 42 fork 1 starts with strategy
% 5.69/1.12  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.69/1.13  
% 5.69/1.13  
% 5.69/1.13  fork 3: search terminated without proof.
% 5.69/1.13  
% 5.69/1.13  **** run 41 fork 0 starts with strategy
% 5.69/1.13  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 5.69/1.15  
% 5.69/1.15  **** run 44 fork 3 starts with strategy
% 5.69/1.15  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 7.68/1.50  
% 7.68/1.50  
% 7.68/1.50  result: proof found
% 7.68/1.50  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 7.68/1.50  by run 40 fork 7 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 7.68/1.50  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 7.68/1.50  
% 7.68/1.50  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 7.68/1.50  
% 7.68/1.50  run 40 fork 7 statistics:
% 7.68/1.50  ----------------------------------
% 7.68/1.50  this run seconds: 0.403218
% 7.68/1.50  total seconds: 0.967674
% 7.68/1.50  stat_given_used: 4787
% 7.68/1.50  stat_given_used_at_endgame: 0
% 7.68/1.50  stat_given_candidates:   12892
% 7.68/1.50  stat_given_candidates_at_endgame: 0
% 7.68/1.50  stat_given_candidates_h: 0
% 7.68/1.50  stat_binres_derived_cl:   21135
% 7.68/1.50  stat_binres_derived_cl_h: 0
% 7.68/1.50  stat_factor_derived_cl: 332
% 7.68/1.50  stat_para_derived_cl: 0
% 7.68/1.50  stat_tautologies_discarded: 457
% 7.68/1.50  stat_forward_subsumed: 9681
% 7.68/1.50  stat_derived_cut: 119
% 7.68/1.50  stat_derived_rewritten: 0
% 7.68/1.50  stat_weight_discarded_building: 0
% 7.68/1.50  stat_weight_discarded_cl: 0
% 7.68/1.50  stat_internlimit_discarded_cl: 0
% 7.68/1.50  stat_simplified:  0 simplified 0 derived 0 given
% 7.68/1.50  stat_kept_cl: 11328
% 7.68/1.50  stat_built_cl: 20902
% 7.68/1.50  stat_hyperres_partial_cl: 0
% 7.68/1.50  stat_made_rewriters: 0
% 7.68/1.50  stat_backward_subsumed: 0
% 7.68/1.50  stat_propagated_subsumed: 0
% 7.68/1.50  stat_clsubs_attempted:                    494275
% 7.68/1.50  stat_clsubs_fact_groundunit_found:           192
% 7.68/1.50  stat_clsubs_rule_groundunit_found:             1
% 7.68/1.50  stat_clsubs_top_meta_attempted:           20781370
% 7.68/1.50  stat_clsubs_top_meta_failed:              20287095
% 7.68/1.50  stat_clsubs_top_meta_nonpref_attempted:            20781370
% 7.68/1.50  stat_clsubs_top_meta_nonpref_succeeded:            15055039
% 7.68/1.50  stat_clsubs_top_meta_pref_attempted:               15055039
% 7.68/1.50  stat_clsubs_top_meta_pref1_succeeded:               4406478
% 7.68/1.50  stat_clsubs_top_meta_pref2_succeeded:                712839
% 7.68/1.50  stat_clsubs_top_meta_pref3_succeeded:                494275
% 7.68/1.50  stat_clsubs_top_meta_pref_succeeded:                 494275
% 7.68/1.50  stat_clsubs_meta_attempted:               917165
% 7.68/1.50  stat_clsubs_meta_failed:                  118947
% 7.68/1.50  stat_clsubs_predsymbs_attempted:               0
% 7.68/1.50  stat_clsubs_unit_attempted:                40817
% 7.68/1.50  stat_clsubs_full_attempted:               453458
% 7.68/1.50  stat_forwardsubs_attempted:                21010
% 7.68/1.50  stat_lit_hash_added:                  17082
% 7.68/1.50  stat_lit_hash_computed:              134066
% 7.68/1.50  stat_lit_hash_match_found:            10014
% 7.68/1.50  stat_lit_hash_match_miss:            139937
% 7.68/1.50  stat_lit_hash_cut_ok:                   140
% 7.68/1.50  stat_lit_strong_cut_ok:                   4
% 7.68/1.50  stat_lit_hash_subsume_ok:              9681
% 7.68/1.50  clqueue els 10000000 used 1
% 7.68/1.50  clactive els 10000000 used 4788
% 7.68/1.50  clactivesubsume els 10000000 used 27181
% 7.68/1.50  queue_termbuf els 200000000 used 423096
% 7.68/1.50  hyper_termbuf els 100000000 used 1
% 7.68/1.50  active_termbuf els 100000000 used 122373
% 7.68/1.50  varstack els 5000 last used 1
% 7.68/1.50  given_termbuf els 10000000 last used 1
% 7.68/1.50  simplified_termbuf els 10000000 last used 1
% 7.68/1.50  derived_termbuf els 10000000 last used 23
% 7.68/1.50  wr_mallocs: 15986
% 7.68/1.50  wr_callocs: 21
% 7.68/1.50  wr_reallocs: 2801
% 7.68/1.50  wr_frees: 2
% 7.68/1.50  wr_malloc_bytes: 4163112340
% 7.68/1.50  wr_calloc_bytes: 112065536
% 7.68/1.50  wr_realloc_bytes: 997016
% 7.68/1.50  wr_realloc_freebytes: 0
% 7.68/1.50  ----------------------------------
%------------------------------------------------------------------------------