TSTP Solution File: FLD054-4 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : FLD054-4 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n001.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 : Wed Aug 30 22:32:18 EDT 2023

% Result   : Unsatisfiable 143.10s 18.80s
% Output   : CNFRefutation 143.10s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_existence_of_inverse_multiplication')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( product(multiplicative_inverse(X),X,multiplicative_identity)
    | sum(additive_identity,X,additive_identity)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_inverse_multiplication']) ).

cnf('2',plain,
    ~ sum(additive_identity,b,additive_identity),
    inference(cnf_transformation,[],[not_sum_7]) ).

cnf('3',plain,
    defined(b),
    inference(cnf_transformation,[],[b_is_defined]) ).

cnf('4',plain,
    product(multiplicative_inverse(b),b,multiplicative_identity),
    inference(resolution,[then_simplify],['1','2','3']) ).

cnf('5',plain,
    ( sum(additive_inverse(X),X,additive_identity)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_inverse_addition']) ).

cnf('6',plain,
    defined(a),
    inference(cnf_transformation,[],[a_is_defined]) ).

cnf('7',plain,
    sum(additive_inverse(a),a,additive_identity),
    inference(resolution,[],['5','6']) ).

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

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

cnf('10',plain,
    ~ sum(additive_identity,a,additive_identity),
    inference(cnf_transformation,[],[not_sum_6]) ).

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

cnf('12',plain,
    ~ sum(a,a,a),
    inference(resolution,[],['7','11']) ).

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

cnf('14',plain,
    ( sum(additive_identity,X,X)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_identity_addition']) ).

cnf('15',plain,
    defined(additive_identity),
    inference(cnf_transformation,[],['$inc_well_definedness_of_additive_identity']) ).

cnf('16',plain,
    sum(additive_identity,additive_identity,additive_identity),
    inference(resolution,[],['14','15']) ).

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

cnf('18',plain,
    ~ product(additive_identity,X,a),
    inference(resolution,[],['12','17']) ).

cnf('19',plain,
    ( ~ product(X,Y,Z)
    | product(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_multiplication']) ).

cnf('20',plain,
    ~ product(X,additive_identity,a),
    inference(resolution,[],['18','19']) ).

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

cnf('22',plain,
    ( product(multiplicative_identity,X,X)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_identity_multiplication']) ).

cnf('23',plain,
    product(multiplicative_identity,a,a),
    inference(resolution,[],['22','6']) ).

cnf('24',plain,
    ( ~ product(X,Y,multiplicative_identity)
    | ~ product(Y,a,Z)
    | product(X,Z,a) ),
    inference(resolution,[],['21','23']) ).

cnf('25',plain,
    ( ~ product(X,a,additive_identity)
    | ~ product(Y,X,multiplicative_identity) ),
    inference(resolution,[],['20','24']) ).

cnf('26',plain,
    ~ product(b,a,additive_identity),
    inference(resolution,[],['4','25']) ).

cnf('27',plain,
    product(a,multiplicative_identity,a),
    inference(resolution,[],['23','19']) ).

cnf('28',plain,
    ( ~ product(X,a,Y)
    | ~ product(Y,multiplicative_identity,Z)
    | product(X,a,Z) ),
    inference(resolution,[],['21','27']) ).

cnf('29',plain,
    product(a,b,l),
    inference(cnf_transformation,[],[product_10]) ).

cnf('30',plain,
    product(b,a,l),
    inference(resolution,[],['19','29']) ).

cnf('31',plain,
    ( ~ product(l,multiplicative_identity,X)
    | product(b,a,X) ),
    inference(resolution,[],['28','30']) ).

cnf('32',plain,
    ~ product(l,multiplicative_identity,additive_identity),
    inference(resolution,[],['26','31']) ).

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

cnf('34',plain,
    defined(l),
    inference(cnf_transformation,[],[l_is_defined]) ).

cnf('35',plain,
    sum(additive_identity,l,l),
    inference(resolution,[],['14','34']) ).

cnf('36',plain,
    ( ~ product(l,X,Y)
    | ~ product(additive_identity,X,Z)
    | product(l,X,U)
    | ~ sum(Z,Y,U) ),
    inference(resolution,[],['33','35']) ).

cnf('37',plain,
    product(multiplicative_identity,l,l),
    inference(resolution,[],['22','34']) ).

cnf('38',plain,
    product(l,multiplicative_identity,l),
    inference(resolution,[],['37','19']) ).

cnf('39',plain,
    ( ~ product(additive_identity,multiplicative_identity,X)
    | product(l,multiplicative_identity,Y)
    | ~ sum(X,l,Y) ),
    inference(resolution,[],['36','38']) ).

cnf('40',plain,
    product(multiplicative_identity,additive_identity,additive_identity),
    inference(resolution,[],['22','15']) ).

cnf('41',plain,
    product(additive_identity,multiplicative_identity,additive_identity),
    inference(resolution,[],['40','19']) ).

cnf('42',plain,
    ( ~ sum(additive_identity,l,X)
    | product(l,multiplicative_identity,X) ),
    inference(resolution,[],['39','41']) ).

cnf('43',plain,
    ~ sum(additive_identity,l,additive_identity),
    inference(resolution,[],['32','42']) ).

cnf('44',plain,
    defined(l),
    inference(cnf_transformation,[],[l_is_defined]) ).

cnf('45',plain,
    product(multiplicative_inverse(l),l,multiplicative_identity),
    inference(resolution,[then_simplify],['43','1','44']) ).

cnf('46',plain,
    defined(u),
    inference(cnf_transformation,[],[u_is_defined]) ).

cnf('47',plain,
    product(multiplicative_identity,u,u),
    inference(resolution,[],['22','46']) ).

cnf('48',plain,
    ( ~ product(X,Y,multiplicative_identity)
    | ~ product(Y,u,Z)
    | product(X,Z,u) ),
    inference(resolution,[],['21','47']) ).

cnf('49',plain,
    ~ product(k,multiplicative_inverse(l),u),
    inference(cnf_transformation,[],[not_product_11]) ).

cnf('50',plain,
    ~ product(multiplicative_inverse(l),k,u),
    inference(resolution,[],['19','49']) ).

cnf('51',plain,
    ( ~ product(multiplicative_inverse(l),X,multiplicative_identity)
    | ~ product(X,u,k) ),
    inference(resolution,[],['48','50']) ).

cnf('52',plain,
    ~ product(l,u,k),
    inference(resolution,[],['45','51']) ).

cnf('53',plain,
    ~ product(u,l,k),
    inference(resolution,[],['52','19']) ).

cnf('54',plain,
    sum(a,b,k),
    inference(cnf_transformation,[],[sum_9]) ).

cnf('55',plain,
    ( ~ product(X,Y,a)
    | ~ product(Z,Y,b)
    | ~ sum(X,Z,U)
    | product(U,Y,k) ),
    inference(resolution,[],['33','54']) ).

cnf('56',plain,
    ( ~ product(X,l,b)
    | ~ product(Y,l,a)
    | ~ sum(Y,X,u) ),
    inference(resolution,[],['53','55']) ).

cnf('57',plain,
    ( ~ sum(X,Y,Z)
    | sum(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_addition']) ).

cnf('58',plain,
    sum(multiplicative_inverse(a),multiplicative_inverse(b),u),
    inference(cnf_transformation,[],[sum_8]) ).

cnf('59',plain,
    sum(multiplicative_inverse(b),multiplicative_inverse(a),u),
    inference(resolution,[],['57','58']) ).

cnf('60',plain,
    defined(a),
    inference(cnf_transformation,[],[a_is_defined]) ).

cnf('61',plain,
    product(multiplicative_inverse(a),a,multiplicative_identity),
    inference(resolution,[then_simplify],['1','10','60']) ).

cnf('62',plain,
    defined(b),
    inference(cnf_transformation,[],[b_is_defined]) ).

cnf('63',plain,
    product(multiplicative_identity,b,b),
    inference(resolution,[],['22','62']) ).

cnf('64',plain,
    ( ~ product(X,Y,multiplicative_identity)
    | ~ product(Y,b,Z)
    | product(X,Z,b) ),
    inference(resolution,[],['21','63']) ).

cnf('65',plain,
    ( ~ product(X,a,multiplicative_identity)
    | product(X,l,b) ),
    inference(resolution,[],['64','29']) ).

cnf('66',plain,
    product(multiplicative_inverse(a),l,b),
    inference(resolution,[],['61','65']) ).

cnf('67',plain,
    ( ~ product(X,b,multiplicative_identity)
    | product(X,l,a) ),
    inference(resolution,[],['24','30']) ).

cnf('68',plain,
    product(multiplicative_inverse(b),l,a),
    inference(resolution,[],['4','67']) ).

cnf('69',plain,
    $false,
    inference(resolution,[then_simplify],['56','59','66','68']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD054-4 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n001.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 : Mon Aug 28 00:12:33 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.39  
% 0.19/0.39  input clause set summed statistics:
% 0.19/0.39  ----------------------------------
% 0.19/0.39  in_clause_count:                    37
% 0.19/0.39  in_rule_clause_count:               28
% 0.19/0.39  in_fact_clause_count:                9
% 0.19/0.39  in_answer_clause_count:              0
% 0.19/0.39  in_ground_clause_count:             14
% 0.19/0.39  in_unit_clause_count:               14
% 0.19/0.39  in_horn_clause_count:               34
% 0.19/0.39  in_pos_clause_count:                10
% 0.19/0.39  in_neg_clause_count:                 4
% 0.19/0.39  in_poseq_clause_count:               0
% 0.19/0.39  in_negeq_clause_count:               0
% 0.19/0.39  in_unitposeq_clause_count:           0
% 0.19/0.39  in_chain_clause_count:               0
% 0.19/0.39  in_min_length:             1
% 0.19/0.39  in_max_length:             5
% 0.19/0.39  in_min_depth:              1
% 0.19/0.39  in_max_depth:              2
% 0.19/0.39  in_min_size:               2
% 0.19/0.39  in_max_size:              20
% 0.19/0.39  in_min_vars:               0
% 0.19/0.39  in_max_vars:               7
% 0.19/0.39  in_extaxiom_count:                26
% 0.19/0.39  in_axiom_count:                    0
% 0.19/0.39  in_assumption_count:               5
% 0.19/0.39  in_goal_count:                     6
% 0.19/0.39  in_neg_goal_count:                 3
% 0.19/0.39  in_pos_goal_count:                 3
% 0.19/0.39  in_posunit_goal_count:             3
% 0.19/0.39  
% 0.19/0.39  auto guide:
% 0.19/0.39  -----------
% 0.19/0.39  {
% 0.19/0.39  "print":1,
% 0.19/0.39  "print_level": 15,
% 0.19/0.39  "max_size": 0,
% 0.19/0.39  "max_depth": 0,
% 0.19/0.39  "max_length": 0,
% 0.19/0.39  "max_dseconds": 0,
% 0.19/0.39  "equality":0,
% 0.19/0.39  "runs":[
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/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.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/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.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/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.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.19/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.19/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.19/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.19/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.19/0.39  
% 0.19/0.39  ]}
% 0.19/0.39  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 2: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 3: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 5: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 6: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 4: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  fork 1: search finished without proof.
% 0.19/0.55  
% 0.19/0.55  **** run 10 fork 1 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 9 fork 0 starts with strategy
% 0.19/0.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 13 fork 4 starts with strategy
% 0.19/0.55  
% 0.19/0.55  **** run 15 fork 6 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 14 fork 5 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 11 fork 2 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 7: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 5: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 0: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 4: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 6: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 1: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 3: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 2: search terminated without proof.
% 0.19/0.69  
% 0.19/0.69  **** run 17 fork 0 starts with strategy
% 0.19/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.19/0.69  
% 0.19/0.69  **** run 18 fork 1 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.19/0.69  
% 0.19/0.69  **** run 23 fork 6 starts with strategy
% 0.19/0.69  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.19/0.69  
% 0.19/0.69  **** run 24 fork 7 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.69  **** run 22 fork 5 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.19/0.69  
% 0.19/0.69  
% 0.19/0.69  **** run 20 fork 3 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.70  
% 0.19/0.70  **** run 21 fork 4 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.70  
% 0.19/0.70  **** run 19 fork 2 starts with strategy
% 0.19/0.70  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 6: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 2: search terminated without proof.
% 0.19/0.83  
% 0.19/0.83  
% 0.19/0.83  fork 1: search terminated without proof.
% 0.19/0.83  
% 0.19/0.83  
% 0.19/0.83  fork 0: search terminated without proof.
% 0.19/0.83  
% 0.19/0.83  
% 0.19/0.83  fork 7: search terminated without proof.
% 0.19/0.84  
% 0.19/0.84  **** run 31 fork 6 starts with strategy
% 0.19/0.84  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.19/0.84  
% 0.19/0.84  fork 5: search finished without proof.
% 0.19/0.84  
% 0.19/0.84  **** run 27 fork 2 starts with strategy
% 0.19/0.84  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.19/0.84  
% 0.19/0.84  **** run 26 fork 1 starts with strategy
% 0.19/0.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.19/0.85  
% 0.19/0.85  **** run 25 fork 0 starts with strategy
% 0.19/0.85  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.85  
% 0.19/0.85  **** run 32 fork 7 starts with strategy
% 0.19/0.85  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 0.19/0.86  
% 0.19/0.86  
% 0.19/0.86  fork 3: search terminated without proof.
% 0.19/0.87  
% 0.19/0.87  
% 0.19/0.87  fork 4: search terminated without proof.
% 0.19/0.88  
% 0.19/0.88  **** run 30 fork 5 starts with strategy
% 0.19/0.88  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.19/0.89  
% 0.19/0.89  **** run 28 fork 3 starts with strategy
% 0.19/0.89  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.19/0.89  
% 0.19/0.89  **** run 29 fork 4 starts with strategy
% 0.19/0.89  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 4.17/0.96  
% 4.17/0.96  
% 4.17/0.96  fork 6: search terminated without proof.
% 4.17/0.97  
% 4.17/0.97  
% 4.17/0.97  fork 1: search terminated without proof.
% 4.17/0.97  
% 4.17/0.97  
% 4.17/0.97  fork 0: search terminated without proof.
% 4.17/0.98  
% 4.17/0.98  
% 4.17/0.98  fork 7: search terminated without proof.
% 4.17/0.98  
% 4.17/0.98  **** run 39 fork 6 starts with strategy
% 4.17/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.17/0.98  
% 4.17/0.98  
% 4.17/0.98  fork 2: search terminated without proof.
% 4.17/0.99  
% 4.17/0.99  **** run 34 fork 1 starts with strategy
% 4.17/0.99  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.17/0.99  
% 4.17/0.99  **** run 33 fork 0 starts with strategy
% 4.17/0.99  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.82/1.00  
% 4.82/1.00  **** run 35 fork 2 starts with strategy
% 4.82/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.82/1.00  
% 4.82/1.00  **** run 40 fork 7 starts with strategy
% 4.82/1.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.82/1.02  
% 4.82/1.02  
% 4.82/1.02  fork 5: search terminated without proof.
% 4.82/1.02  
% 4.82/1.02  
% 4.82/1.02  fork 3: search terminated without proof.
% 4.82/1.03  
% 4.82/1.03  
% 4.82/1.03  fork 4: search terminated without proof.
% 4.82/1.03  
% 4.82/1.03  **** run 38 fork 5 starts with strategy
% 4.82/1.03  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.82/1.04  
% 4.82/1.04  **** run 36 fork 3 starts with strategy
% 4.82/1.04  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.82/1.04  
% 4.82/1.04  **** run 37 fork 4 starts with strategy
% 4.82/1.04  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.82/1.06  
% 4.82/1.06  fork 5: search finished without proof.
% 4.82/1.07  
% 4.82/1.07  **** run 46 fork 5 starts with strategy
% 4.82/1.07  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 5.66/1.11  
% 5.66/1.11  
% 5.66/1.11  fork 1: search terminated without proof.
% 5.66/1.11  
% 5.66/1.11  
% 5.66/1.11  fork 0: search terminated without proof.
% 5.78/1.12  
% 5.78/1.12  
% 5.78/1.12  fork 2: search terminated without proof.
% 5.78/1.12  
% 5.78/1.12  
% 5.78/1.12  fork 6: search terminated without proof.
% 5.78/1.13  
% 5.78/1.13  **** run 42 fork 1 starts with strategy
% 5.78/1.13  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.78/1.13  
% 5.78/1.13  **** run 41 fork 0 starts with strategy
% 5.78/1.13  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 5.78/1.14  
% 5.78/1.14  **** run 43 fork 2 starts with strategy
% 5.78/1.14  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.78/1.14  
% 5.78/1.14  **** run 47 fork 6 starts with strategy
% 5.78/1.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.78/1.17  
% 5.78/1.17  
% 5.78/1.17  fork 4: search terminated without proof.
% 5.78/1.17  
% 5.78/1.17  
% 5.78/1.17  fork 3: search terminated without proof.
% 5.78/1.18  
% 5.78/1.18  **** run 44 fork 3 starts with strategy
% 5.78/1.18  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.78/1.18  
% 5.78/1.18  **** run 45 fork 4 starts with strategy
% 5.78/1.18  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 6.57/1.29  
% 6.57/1.29  fork 0: search finished without proof.
% 7.22/1.31  
% 7.22/1.31  **** run 49 fork 0 starts with strategy
% 7.22/1.31  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 12.71/2.01  
% 12.71/2.01  fork 7: search finished without proof.
% 12.71/2.09  
% 12.71/2.09  **** run 48 fork 7 starts with strategy
% 12.71/2.09  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 12.71/2.16  
% 12.71/2.16  
% 12.71/2.16  fork 2: search terminated without proof.
% 12.71/2.16  
% 12.71/2.16  
% 12.71/2.16  fork 1: search terminated without proof.
% 12.71/2.18  
% 12.71/2.18  **** run 51 fork 2 starts with strategy
% 12.71/2.18  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 12.71/2.19  
% 12.71/2.19  **** run 50 fork 1 starts with strategy
% 12.71/2.19  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.71/2.20  
% 12.71/2.20  
% 12.71/2.20  fork 3: search terminated without proof.
% 12.71/2.21  
% 12.71/2.21  
% 12.71/2.21  fork 5: search terminated without proof.
% 13.98/2.24  
% 13.98/2.24  **** run 52 fork 3 starts with strategy
% 13.98/2.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 13.98/2.25  
% 13.98/2.25  **** run 54 fork 5 starts with strategy
% 13.98/2.25  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 13.98/2.28  
% 13.98/2.28  
% 13.98/2.28  fork 6: search terminated without proof.
% 13.98/2.30  
% 13.98/2.30  **** run 55 fork 6 starts with strategy
% 13.98/2.30  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 14.94/2.33  
% 14.94/2.33  
% 14.94/2.33  fork 0: search terminated without proof.
% 14.94/2.33  
% 14.94/2.33  
% 14.94/2.33  fork 4: search terminated without proof.
% 14.94/2.35  
% 14.94/2.35  **** run 57 fork 0 starts with strategy
% 14.94/2.35  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 14.94/2.36  
% 14.94/2.36  **** run 53 fork 4 starts with strategy
% 14.94/2.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 21.88/3.22  
% 21.88/3.22  
% 21.88/3.22  fork 1: search terminated without proof.
% 21.88/3.24  
% 21.88/3.24  **** run 58 fork 1 starts with strategy
% 21.88/3.24  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 21.88/3.24  
% 21.88/3.24  
% 21.88/3.24  fork 2: search terminated without proof.
% 21.88/3.24  
% 21.88/3.24  
% 21.88/3.24  fork 7: search terminated without proof.
% 21.88/3.26  
% 21.88/3.26  **** run 59 fork 2 starts with strategy
% 21.88/3.26  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 21.88/3.27  
% 21.88/3.27  **** run 56 fork 7 starts with strategy
% 21.88/3.27  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 21.88/3.28  
% 21.88/3.28  
% 21.88/3.28  fork 3: search terminated without proof.
% 22.67/3.31  
% 22.67/3.31  **** run 60 fork 3 starts with strategy
% 22.67/3.31  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 22.67/3.32  
% 22.67/3.32  
% 22.67/3.32  fork 6: search terminated without proof.
% 22.67/3.35  
% 22.67/3.35  **** run 63 fork 6 starts with strategy
% 22.67/3.35  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 22.67/3.38  
% 22.67/3.38  
% 22.67/3.38  fork 5: search terminated without proof.
% 22.67/3.38  
% 22.67/3.38  
% 22.67/3.38  fork 4: search terminated without proof.
% 22.67/3.39  
% 22.67/3.39  
% 22.67/3.39  fork 0: search terminated without proof.
% 22.67/3.39  
% 22.67/3.39  **** run 62 fork 5 starts with strategy
% 22.67/3.39  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 23.42/3.41  
% 23.42/3.41  **** run 61 fork 4 starts with strategy
% 23.42/3.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 23.42/3.41  
% 23.42/3.41  **** run 65 fork 0 starts with strategy
% 23.42/3.41  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 30.29/4.29  
% 30.29/4.29  
% 30.29/4.29  fork 7: search terminated without proof.
% 30.29/4.31  
% 30.29/4.31  **** run 64 fork 7 starts with strategy
% 30.29/4.31  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 30.29/4.33  
% 30.29/4.33  
% 30.29/4.33  fork 3: search terminated without proof.
% 30.29/4.35  
% 30.29/4.35  
% 30.29/4.35  fork 1: search terminated without proof.
% 30.29/4.36  
% 30.29/4.36  **** run 68 fork 3 starts with strategy
% 30.29/4.36  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 30.29/4.37  
% 30.29/4.37  
% 30.29/4.37  fork 6: search terminated without proof.
% 30.29/4.38  
% 30.29/4.38  **** run 66 fork 1 starts with strategy
% 30.29/4.38  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 30.29/4.40  
% 30.29/4.40  **** run 71 fork 6 starts with strategy
% 30.29/4.40  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 30.29/4.45  
% 30.29/4.45  
% 30.29/4.45  fork 4: search terminated without proof.
% 30.29/4.45  
% 30.29/4.45  
% 30.29/4.45  fork 0: search terminated without proof.
% 30.29/4.46  
% 30.29/4.46  
% 30.29/4.46  fork 5: search terminated without proof.
% 30.29/4.46  
% 30.29/4.46  
% 30.29/4.46  fork 2: search terminated without proof.
% 30.29/4.47  
% 30.29/4.47  **** run 69 fork 4 starts with strategy
% 30.29/4.47  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 30.29/4.48  
% 30.29/4.48  **** run 73 fork 0 starts with strategy
% 30.29/4.48  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 30.29/4.48  
% 30.29/4.48  **** run 67 fork 2 starts with strategy
% 30.29/4.48  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 30.29/4.51  
% 30.29/4.51  **** run 70 fork 5 starts with strategy
% 30.29/4.51  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 38.55/5.38  
% 38.55/5.38  
% 38.55/5.38  fork 3: search terminated without proof.
% 38.55/5.38  
% 38.55/5.38  
% 38.55/5.38  fork 7: search terminated without proof.
% 38.55/5.40  
% 38.55/5.40  **** run 72 fork 7 starts with strategy
% 38.55/5.40  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 38.55/5.40  
% 38.55/5.40  **** run 76 fork 3 starts with strategy
% 38.55/5.40  {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 38.55/5.41  
% 38.55/5.41  
% 38.55/5.41  fork 1: search terminated without proof.
% 38.55/5.42  
% 38.55/5.42  
% 38.55/5.42  fork 6: search terminated without proof.
% 38.55/5.44  
% 38.55/5.44  **** run 74 fork 1 starts with strategy
% 38.55/5.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 38.55/5.44  
% 38.55/5.44  **** run 79 fork 6 starts with strategy
% 38.55/5.44  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 39.56/5.50  
% 39.56/5.50  
% 39.56/5.50  fork 4: search terminated without proof.
% 39.56/5.50  
% 39.56/5.50  fork 2: search finished without proof.
% 39.56/5.50  
% 39.56/5.50  
% 39.56/5.50  fork 0: search terminated without proof.
% 39.56/5.52  
% 39.56/5.52  **** run 77 fork 4 starts with strategy
% 39.56/5.52  {"max_dseconds":10,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 39.56/5.52  
% 39.56/5.52  **** run 75 fork 2 starts with strategy
% 39.56/5.52  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 39.56/5.52  
% 39.56/5.52  **** run 81 fork 0 starts with strategy
% 39.56/5.52  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 40.00/5.54  
% 40.00/5.54  fork 4: search finished without proof.
% 40.08/5.56  
% 40.08/5.56  **** run 85 fork 4 starts with strategy
% 40.08/5.56  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 40.95/5.67  
% 40.95/5.67  
% 40.95/5.67  fork 5: search terminated without proof.
% 40.95/5.70  
% 40.95/5.70  **** run 78 fork 5 starts with strategy
% 40.95/5.70  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 46.52/6.42  
% 46.52/6.42  
% 46.52/6.42  fork 7: search terminated without proof.
% 46.52/6.42  
% 46.52/6.42  
% 46.52/6.42  fork 3: search terminated without proof.
% 46.52/6.44  
% 46.52/6.44  **** run 80 fork 7 starts with strategy
% 46.52/6.44  {"max_dseconds":50,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 46.52/6.45  
% 46.52/6.45  **** run 84 fork 3 starts with strategy
% 46.52/6.45  {"max_dseconds":50,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 47.23/6.46  
% 47.23/6.46  
% 47.23/6.46  fork 1: search terminated without proof.
% 47.43/6.49  
% 47.43/6.49  **** run 82 fork 1 starts with strategy
% 47.43/6.49  {"max_dseconds":50,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 47.43/6.59  
% 47.43/6.59  fork 7: search finished without proof.
% 47.43/6.60  
% 47.43/6.60  **** run 88 fork 7 starts with strategy
% 47.43/6.60  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 47.43/6.62  
% 47.43/6.62  
% 47.43/6.62  fork 2: search terminated without proof.
% 48.46/6.65  
% 48.46/6.65  **** run 83 fork 2 starts with strategy
% 48.46/6.65  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 49.56/6.80  
% 49.56/6.80  
% 49.56/6.80  fork 5: search terminated without proof.
% 49.56/6.82  
% 49.56/6.82  **** run 86 fork 5 starts with strategy
% 49.56/6.82  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 77.94/10.48  
% 77.94/10.48  
% 77.94/10.48  fork 6: search terminated without proof.
% 78.67/10.54  
% 78.67/10.54  
% 78.67/10.54  fork 0: search terminated without proof.
% 79.34/10.68  
% 79.34/10.68  **** run 87 fork 6 starts with strategy
% 79.34/10.68  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 80.18/10.74  
% 80.18/10.74  **** run 89 fork 0 starts with strategy
% 80.18/10.74  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 80.18/10.81  
% 80.18/10.81  
% 80.18/10.81  fork 4: search terminated without proof.
% 82.44/11.07  
% 82.44/11.07  **** run 93 fork 4 starts with strategy
% 82.44/11.07  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 86.61/11.55  
% 86.61/11.55  fork 1: search finished without proof.
% 86.78/11.57  
% 86.78/11.57  **** run 90 fork 1 starts with strategy
% 86.78/11.57  {"max_dseconds":50,"strategy":["query_focus","double"],"query_preference":1}
% 87.32/11.65  
% 87.32/11.65  
% 87.32/11.65  fork 7: search terminated without proof.
% 87.69/11.72  
% 87.69/11.72  **** run 96 fork 7 starts with strategy
% 87.69/11.72  {"max_dseconds":50,"strategy":["positive_pref"],"query_preference":0}
% 87.69/11.73  
% 87.69/11.73  
% 87.69/11.73  fork 3: search terminated without proof.
% 89.17/11.85  
% 89.17/11.85  **** run 92 fork 3 starts with strategy
% 89.17/11.85  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 89.17/11.89  
% 89.17/11.89  
% 89.17/11.89  fork 2: search terminated without proof.
% 90.07/11.98  
% 90.07/11.98  
% 90.07/11.98  fork 5: search terminated without proof.
% 90.07/12.01  
% 90.07/12.01  **** run 91 fork 2 starts with strategy
% 90.07/12.01  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 90.07/12.07  
% 90.07/12.07  **** run 94 fork 5 starts with strategy
% 90.07/12.07  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":50}
% 119.57/15.77  
% 119.57/15.77  
% 119.57/15.77  fork 0: search terminated without proof.
% 119.57/15.80  
% 119.57/15.80  **** run 97 fork 0 starts with strategy
% 119.57/15.80  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":50}
% 119.57/15.80  
% 119.57/15.80  
% 119.57/15.80  fork 6: search terminated without proof.
% 120.58/15.90  
% 120.58/15.90  **** run 95 fork 6 starts with strategy
% 120.58/15.90  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":50}
% 121.94/16.12  
% 121.94/16.12  
% 121.94/16.12  fork 4: search terminated without proof.
% 122.60/16.14  
% 122.60/16.14  **** run 101 fork 4 starts with strategy
% 122.60/16.14  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":50}
% 128.13/16.86  
% 128.13/16.86  
% 128.13/16.86  fork 1: search terminated without proof.
% 128.13/16.88  
% 128.13/16.88  
% 128.13/16.88  fork 3: search terminated without proof.
% 128.13/16.96  
% 128.13/16.96  
% 128.13/16.96  fork 7: search terminated without proof.
% 128.13/16.96  
% 128.13/16.96  **** run 98 fork 1 starts with strategy
% 128.13/16.96  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 128.13/16.97  
% 128.13/16.97  **** run 104 fork 7 starts with strategy
% 128.13/16.97  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":2}
% 128.13/17.00  
% 128.13/17.00  **** run 100 fork 3 starts with strategy
% 128.13/17.00  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 128.13/17.09  
% 128.13/17.09  
% 128.13/17.09  fork 2: search terminated without proof.
% 130.74/17.23  
% 130.74/17.23  **** run 99 fork 2 starts with strategy
% 130.74/17.23  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 131.85/17.35  
% 131.85/17.35  
% 131.85/17.35  fork 5: search terminated without proof.
% 133.18/17.51  
% 133.18/17.51  **** run 102 fork 5 starts with strategy
% 133.18/17.51  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 143.10/18.80  
% 143.10/18.80  
% 143.10/18.80  result: proof found
% 143.10/18.80  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 143.10/18.80  by run 100 fork 3 strategy {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 143.10/18.80  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 143.10/18.80  
% 143.10/18.80  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 143.10/18.80  
% 143.10/18.80  run 100 fork 3 statistics:
% 143.10/18.80  ----------------------------------
% 143.10/18.80  this run seconds: 1.347426
% 143.10/18.80  total seconds: 17.647415
% 143.10/18.80  stat_given_used: 5319
% 143.10/18.80  stat_given_used_at_endgame: 0
% 143.10/18.80  stat_given_candidates:   17566
% 143.10/18.80  stat_given_candidates_at_endgame: 0
% 143.10/18.80  stat_given_candidates_h: 0
% 143.10/18.80  stat_binres_derived_cl:   49095
% 143.10/18.80  stat_binres_derived_cl_h: 0
% 143.10/18.80  stat_factor_derived_cl: 952
% 143.10/18.80  stat_para_derived_cl: 0
% 143.10/18.80  stat_tautologies_discarded: 2718
% 143.10/18.80  stat_forward_subsumed: 11781
% 143.10/18.80  stat_derived_cut: 298
% 143.10/18.80  stat_derived_rewritten: 0
% 143.10/18.80  stat_weight_discarded_building: 0
% 143.10/18.80  stat_weight_discarded_cl: 0
% 143.10/18.80  stat_internlimit_discarded_cl: 0
% 143.10/18.80  stat_simplified:  123 simplified 0 derived 0 given
% 143.10/18.80  stat_kept_cl: 35547
% 143.10/18.80  stat_built_cl: 46308
% 143.10/18.80  stat_hyperres_partial_cl: 0
% 143.10/18.80  stat_made_rewriters: 0
% 143.10/18.80  stat_backward_subsumed: 0
% 143.10/18.80  stat_propagated_subsumed: 0
% 143.10/18.80  stat_clsubs_attempted:                   3696449
% 143.10/18.80  stat_clsubs_fact_groundunit_found:            44
% 143.10/18.80  stat_clsubs_rule_groundunit_found:            46
% 143.10/18.80  stat_clsubs_top_meta_attempted:           35375671
% 143.10/18.80  stat_clsubs_top_meta_failed:              31679222
% 143.10/18.80  stat_clsubs_top_meta_nonpref_attempted:            35375671
% 143.10/18.80  stat_clsubs_top_meta_nonpref_succeeded:            14998975
% 143.10/18.80  stat_clsubs_top_meta_pref_attempted:               14998975
% 143.10/18.80  stat_clsubs_top_meta_pref1_succeeded:               6610690
% 143.10/18.80  stat_clsubs_top_meta_pref2_succeeded:               3803182
% 143.10/18.80  stat_clsubs_top_meta_pref3_succeeded:               3696449
% 143.10/18.80  stat_clsubs_top_meta_pref_succeeded:                3696449
% 143.10/18.80  stat_clsubs_meta_attempted:             10369382
% 143.10/18.80  stat_clsubs_meta_failed:                 3086051
% 143.10/18.80  stat_clsubs_predsymbs_attempted:               0
% 143.10/18.80  stat_clsubs_unit_attempted:                28169
% 143.10/18.80  stat_clsubs_full_attempted:              3668280
% 143.10/18.80  stat_forwardsubs_attempted:                47329
% 143.10/18.80  stat_lit_hash_added:                  43613
% 143.10/18.80  stat_lit_hash_computed:              283503
% 143.10/18.80  stat_lit_hash_match_found:            13677
% 143.10/18.80  stat_lit_hash_match_miss:            309547
% 143.10/18.80  stat_lit_hash_cut_ok:                  1170
% 143.10/18.80  stat_lit_strong_cut_ok:                   0
% 143.10/18.80  stat_lit_hash_subsume_ok:             11781
% 143.10/18.80  clqueue els 10000000 used 1
% 143.10/18.80  clactive els 10000000 used 5320
% 143.10/18.80  clactivesubsume els 10000000 used 29587
% 143.10/18.80  queue_termbuf els 200000000 used 1502410
% 143.10/18.80  hyper_termbuf els 100000000 used 1
% 143.10/18.80  active_termbuf els 100000000 used 151056
% 143.10/18.80  varstack els 5000 last used 1
% 143.10/18.80  given_termbuf els 10000000 last used 1
% 143.10/18.80  simplified_termbuf els 10000000 last used 1
% 143.10/18.80  derived_termbuf els 10000000 last used 46
% 143.10/18.80  wr_mallocs: 33652
% 143.10/18.80  wr_callocs: 19
% 143.10/18.80  wr_reallocs: 7309
% 143.10/18.80  wr_frees: 2
% 143.10/18.80  wr_malloc_bytes: 4163850148
% 143.10/18.80  wr_calloc_bytes: 96065504
% 143.10/18.80  wr_realloc_bytes: 2428888
% 143.10/18.80  wr_realloc_freebytes: 0
% 143.10/18.80  ----------------------------------
%------------------------------------------------------------------------------