TSTP Solution File: FLD043-5 by GKC---0.8

View Problem - Process Solution

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

% Computer : n021.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:10 EDT 2023

% Result   : Unsatisfiable 31.38s 4.46s
% Output   : CNFRefutation 31.38s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_totality_of_multiplication')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( product(X,Y,multiply(X,Y))
    | ~ defined(Y)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_totality_of_multiplication']) ).

cnf('2',plain,
    ( product(X,X,multiply(X,X))
    | ~ defined(X) ),
    inference(factorization,[],['1']) ).

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

cnf('4',plain,
    product(additive_identity,additive_identity,multiply(additive_identity,additive_identity)),
    inference(resolution,[],['2','3']) ).

cnf('5',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('6',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ sum(X,U,X)
    | sum(Z,V,Z) ),
    inference(factorization,[],['5']) ).

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

cnf('8',plain,
    product(multiplicative_identity,additive_identity,additive_identity),
    inference(resolution,[],['7','3']) ).

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

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

cnf('11',plain,
    defined(multiplicative_identity),
    inference(cnf_transformation,[],['$inc_well_definedness_of_multiplicative_identity']) ).

cnf('12',plain,
    sum(additive_identity,multiplicative_identity,multiplicative_identity),
    inference(resolution,[],['10','11']) ).

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

cnf('14',plain,
    sum(multiplicative_identity,additive_identity,multiplicative_identity),
    inference(resolution,[],['12','13']) ).

cnf('15',plain,
    sum(additive_identity,multiply(additive_identity,additive_identity),additive_identity),
    inference(resolution,[then_simplify],['4','9','14']) ).

cnf('16',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Y,V)
    | ~ less_or_equal(U,X)
    | less_or_equal(V,Z) ),
    inference(cnf_transformation,[],['$inc_compatibility_of_order_relation_and_addition']) ).

cnf('17',plain,
    ( less_or_equal(X,Y)
    | less_or_equal(Y,X)
    | ~ defined(X)
    | ~ defined(Y) ),
    inference(cnf_transformation,[],['$inc_totality_of_order_relation']) ).

cnf('18',plain,
    ( less_or_equal(X,X)
    | ~ defined(X) ),
    inference(factorization,[],['17']) ).

cnf('19',plain,
    less_or_equal(additive_identity,additive_identity),
    inference(resolution,[],['18','3']) ).

cnf('20',plain,
    ( ~ sum(additive_identity,X,Y)
    | ~ sum(additive_identity,X,Z)
    | less_or_equal(Y,Z) ),
    inference(resolution,[],['16','19']) ).

cnf('21',plain,
    ( ~ sum(additive_identity,multiply(additive_identity,additive_identity),X)
    | less_or_equal(X,additive_identity) ),
    inference(resolution,[],['15','20']) ).

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

cnf('23',plain,
    ( product(X,a,multiply(X,a))
    | ~ defined(X) ),
    inference(resolution,[],['1','22']) ).

cnf('24',plain,
    product(additive_identity,a,multiply(additive_identity,a)),
    inference(resolution,[],['23','3']) ).

cnf('25',plain,
    product(multiplicative_identity,a,a),
    inference(resolution,[],['7','22']) ).

cnf('26',plain,
    ( ~ sum(multiplicative_identity,X,multiplicative_identity)
    | sum(a,Y,a)
    | ~ product(X,a,Y) ),
    inference(resolution,[],['6','25']) ).

cnf('27',plain,
    sum(a,multiply(additive_identity,a),a),
    inference(resolution,[then_simplify],['24','26','14']) ).

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

cnf('29',plain,
    sum(additive_inverse(a),a,additive_identity),
    inference(resolution,[],['28','22']) ).

cnf('30',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('31',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(Y,U,Y)
    | sum(Z,U,Z) ),
    inference(factorization,[],['30']) ).

cnf('32',plain,
    ( ~ sum(a,X,a)
    | sum(additive_identity,X,additive_identity) ),
    inference(resolution,[],['29','31']) ).

cnf('33',plain,
    sum(additive_identity,multiply(additive_identity,a),additive_identity),
    inference(resolution,[],['27','32']) ).

cnf('34',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('35',plain,
    sum(additive_identity,a,a),
    inference(resolution,[],['10','22']) ).

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

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

cnf('38',plain,
    ~ product(additive_identity,a,additive_identity),
    inference(cnf_transformation,[],[not_product_2]) ).

cnf('39',plain,
    ~ product(a,additive_identity,additive_identity),
    inference(resolution,[],['37','38']) ).

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

cnf('41',plain,
    product(a,additive_identity,multiply(additive_identity,a)),
    inference(resolution,[],['24','37']) ).

cnf('42',plain,
    ~ product(additive_identity,additive_identity,additive_identity),
    inference(resolution,[then_simplify],['33','40','41']) ).

cnf('43',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('44',plain,
    product(additive_identity,multiplicative_identity,additive_identity),
    inference(resolution,[],['8','37']) ).

cnf('45',plain,
    ( ~ product(X,additive_identity,Y)
    | ~ product(Y,multiplicative_identity,Z)
    | product(X,additive_identity,Z) ),
    inference(resolution,[],['43','44']) ).

cnf('46',plain,
    ( ~ product(additive_identity,additive_identity,X)
    | ~ product(X,multiplicative_identity,additive_identity) ),
    inference(resolution,[],['42','45']) ).

cnf('47',plain,
    ~ product(multiply(additive_identity,additive_identity),multiplicative_identity,additive_identity),
    inference(resolution,[],['46','4']) ).

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

cnf('49',plain,
    ( ~ sum(additive_identity,additive_identity,X)
    | ~ sum(additive_identity,additive_identity,Y)
    | product(X,multiplicative_identity,Y) ),
    inference(resolution,[],['48','44']) ).

cnf('50',plain,
    sum(additive_identity,additive_identity,additive_identity),
    inference(resolution,[],['10','3']) ).

cnf('51',plain,
    ~ sum(additive_identity,additive_identity,multiply(additive_identity,additive_identity)),
    inference(resolution,[then_simplify],['47','49','50']) ).

cnf('52',plain,
    ( sum(additive_identity,X,Y)
    | ~ less_or_equal(Y,X)
    | ~ less_or_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_antisymmetry_of_order_relation']) ).

cnf('53',plain,
    ( ~ product(X,Y,Z)
    | ~ less_or_equal(additive_identity,Y)
    | ~ less_or_equal(additive_identity,X)
    | less_or_equal(additive_identity,Z) ),
    inference(cnf_transformation,[],['$inc_compatibility_of_order_relation_and_multiplication']) ).

cnf('54',plain,
    ( ~ product(X,additive_identity,Y)
    | ~ less_or_equal(additive_identity,X)
    | less_or_equal(additive_identity,Y) ),
    inference(resolution,[],['53','19']) ).

cnf('55',plain,
    less_or_equal(additive_identity,additive_identity),
    inference(resolution,[],['18','3']) ).

cnf('56',plain,
    less_or_equal(additive_identity,multiply(additive_identity,additive_identity)),
    inference(resolution,[then_simplify],['4','54','55']) ).

cnf('57',plain,
    ~ less_or_equal(multiply(additive_identity,additive_identity),additive_identity),
    inference(resolution,[then_simplify],['51','52','56']) ).

cnf('58',plain,
    ( defined(multiply(X,Y))
    | ~ defined(Y)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_well_definedness_of_multiplication']) ).

cnf('59',plain,
    ( defined(multiply(X,X))
    | ~ defined(X) ),
    inference(factorization,[],['58']) ).

cnf('60',plain,
    defined(multiply(additive_identity,additive_identity)),
    inference(resolution,[],['59','3']) ).

cnf('61',plain,
    sum(additive_identity,multiply(additive_identity,additive_identity),multiply(additive_identity,additive_identity)),
    inference(resolution,[],['60','10']) ).

cnf('62',plain,
    $false,
    inference(resolution,[then_simplify],['21','57','61']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD043-5 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n021.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Sun Aug 27 23:36:13 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                    28
% 0.20/0.39  in_rule_clause_count:               25
% 0.20/0.39  in_fact_clause_count:                3
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              5
% 0.20/0.39  in_unit_clause_count:                5
% 0.20/0.39  in_horn_clause_count:               25
% 0.20/0.39  in_pos_clause_count:                 3
% 0.20/0.39  in_neg_clause_count:                 2
% 0.20/0.39  in_poseq_clause_count:               0
% 0.20/0.39  in_negeq_clause_count:               0
% 0.20/0.39  in_unitposeq_clause_count:           0
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             5
% 0.20/0.39  in_min_depth:              1
% 0.20/0.39  in_max_depth:              2
% 0.20/0.39  in_min_size:               2
% 0.20/0.39  in_max_size:              20
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               7
% 0.20/0.39  in_extaxiom_count:                26
% 0.20/0.39  in_axiom_count:                    0
% 0.20/0.39  in_assumption_count:               1
% 0.20/0.39  in_goal_count:                     1
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 0
% 0.20/0.39  in_posunit_goal_count:             0
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "equality":0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/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.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/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.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/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.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.20/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.20/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.20/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.20/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.20/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.43  
% 0.20/0.43  fork 1: search finished without proof.
% 0.20/0.46  
% 0.20/0.46  **** run 10 fork 1 starts with strategy
% 0.20/0.46  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.52  
% 0.20/0.52  fork 3: search finished without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 5: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 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.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.55  
% 0.20/0.55  **** run 15 fork 6 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 0: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 7: search terminated without proof.
% 0.20/0.57  
% 0.20/0.57  **** run 9 fork 0 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.58  
% 0.20/0.58  **** run 16 fork 7 starts with strategy
% 0.20/0.58  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.20/0.59  
% 0.20/0.59  
% 0.20/0.59  fork 1: search terminated without proof.
% 0.20/0.60  
% 0.20/0.60  **** run 18 fork 1 starts with strategy
% 0.20/0.60  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 3: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 4: search terminated 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  
% 0.20/0.66  fork 6: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 2: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 20 fork 3 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 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  
% 0.20/0.69  fork 0: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  **** run 23 fork 6 starts with strategy
% 0.20/0.69  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.20/0.69  
% 0.20/0.69  **** run 19 fork 2 starts with strategy
% 0.20/0.69  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.20/0.71  
% 0.20/0.71  **** run 17 fork 0 starts with strategy
% 0.20/0.71  {"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.71  
% 0.20/0.71  
% 0.20/0.71  fork 7: search terminated without proof.
% 0.20/0.73  
% 0.20/0.73  **** run 24 fork 7 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 2.69/0.78  
% 2.69/0.78  
% 2.69/0.78  fork 1: search terminated without proof.
% 2.69/0.80  
% 2.69/0.80  fork 5: search finished without proof.
% 2.69/0.80  
% 2.69/0.80  
% 2.69/0.80  fork 2: search terminated without proof.
% 2.69/0.81  
% 2.69/0.81  
% 2.69/0.81  fork 4: search terminated without proof.
% 2.69/0.81  
% 2.69/0.81  
% 2.69/0.81  fork 6: search terminated without proof.
% 3.31/0.82  
% 3.31/0.82  **** run 30 fork 5 starts with strategy
% 3.31/0.82  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 3.31/0.82  
% 3.31/0.82  **** run 26 fork 1 starts with strategy
% 3.31/0.82  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.31/0.82  
% 3.31/0.82  **** run 27 fork 2 starts with strategy
% 3.31/0.82  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.31/0.82  
% 3.31/0.82  **** run 29 fork 4 starts with strategy
% 3.31/0.82  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.31/0.83  
% 3.31/0.83  **** run 31 fork 6 starts with strategy
% 3.31/0.83  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 3.31/0.84  
% 3.31/0.84  
% 3.31/0.84  fork 0: search terminated without proof.
% 3.31/0.84  
% 3.31/0.84  
% 3.31/0.84  fork 3: search terminated without proof.
% 3.31/0.86  
% 3.31/0.86  **** run 25 fork 0 starts with strategy
% 3.31/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 3.31/0.86  
% 3.31/0.86  
% 3.31/0.86  fork 7: search terminated without proof.
% 3.31/0.86  
% 3.31/0.86  **** run 28 fork 3 starts with strategy
% 3.31/0.86  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 3.70/0.88  
% 3.70/0.88  **** run 32 fork 7 starts with strategy
% 3.70/0.88  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 3.70/0.94  
% 3.70/0.94  
% 3.70/0.94  fork 5: search terminated without proof.
% 4.32/0.94  
% 4.32/0.94  
% 4.32/0.94  fork 2: search terminated without proof.
% 4.32/0.95  
% 4.32/0.95  
% 4.32/0.95  fork 6: search terminated without proof.
% 4.32/0.95  
% 4.32/0.95  
% 4.32/0.95  fork 1: search terminated without proof.
% 4.32/0.96  
% 4.32/0.96  **** run 38 fork 5 starts with strategy
% 4.32/0.96  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.32/0.96  
% 4.32/0.96  
% 4.32/0.96  fork 4: search terminated without proof.
% 4.32/0.96  
% 4.32/0.96  **** run 35 fork 2 starts with strategy
% 4.32/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.32/0.96  
% 4.32/0.96  **** run 39 fork 6 starts with strategy
% 4.32/0.96  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 4.32/0.97  
% 4.32/0.97  **** run 34 fork 1 starts with strategy
% 4.32/0.97  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.61/0.98  
% 4.61/0.98  
% 4.61/0.98  fork 0: search terminated without proof.
% 4.61/0.98  
% 4.61/0.98  **** run 37 fork 4 starts with strategy
% 4.61/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.61/0.99  
% 4.61/0.99  
% 4.61/0.99  fork 3: search terminated without proof.
% 4.61/0.99  
% 4.61/0.99  fork 6: search finished without proof.
% 4.61/1.00  
% 4.61/1.00  **** run 33 fork 0 starts with strategy
% 4.61/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.61/1.00  
% 4.61/1.00  **** run 36 fork 3 starts with strategy
% 4.61/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.61/1.01  
% 4.61/1.01  **** run 47 fork 6 starts with strategy
% 4.61/1.01  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 4.61/1.01  
% 4.61/1.01  
% 4.61/1.01  fork 7: search terminated without proof.
% 4.61/1.03  
% 4.61/1.03  fork 3: search finished without proof.
% 4.61/1.03  
% 4.61/1.03  **** run 40 fork 7 starts with strategy
% 4.61/1.03  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.04/1.04  
% 5.04/1.04  **** run 44 fork 3 starts with strategy
% 5.04/1.04  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 5.19/1.08  
% 5.19/1.08  
% 5.19/1.08  fork 2: search terminated without proof.
% 5.19/1.09  
% 5.19/1.09  **** run 43 fork 2 starts with strategy
% 5.19/1.09  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.19/1.10  
% 5.19/1.10  
% 5.19/1.10  fork 1: search terminated without proof.
% 5.19/1.11  
% 5.19/1.11  
% 5.19/1.11  fork 4: search terminated without proof.
% 5.19/1.11  
% 5.19/1.11  
% 5.19/1.11  fork 0: search terminated without proof.
% 5.71/1.12  
% 5.71/1.12  **** run 42 fork 1 starts with strategy
% 5.71/1.12  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.71/1.12  
% 5.71/1.12  **** run 45 fork 4 starts with strategy
% 5.71/1.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.71/1.13  
% 5.71/1.13  **** run 41 fork 0 starts with strategy
% 5.71/1.13  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 12.34/1.98  
% 12.34/1.98  
% 12.34/1.98  fork 5: search terminated without proof.
% 12.76/2.02  
% 12.76/2.02  **** run 46 fork 5 starts with strategy
% 12.76/2.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 12.76/2.03  
% 12.76/2.03  
% 12.76/2.03  fork 6: search terminated without proof.
% 12.76/2.05  
% 12.76/2.05  **** run 55 fork 6 starts with strategy
% 12.76/2.05  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 12.76/2.06  
% 12.76/2.06  
% 12.76/2.06  fork 3: search terminated without proof.
% 12.76/2.09  
% 12.76/2.09  **** run 52 fork 3 starts with strategy
% 12.76/2.09  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 12.76/2.13  
% 12.76/2.13  
% 12.76/2.13  fork 2: search terminated without proof.
% 12.76/2.16  
% 12.76/2.16  **** run 51 fork 2 starts with strategy
% 12.76/2.16  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.76/2.16  
% 12.76/2.16  
% 12.76/2.16  fork 0: search terminated without proof.
% 12.76/2.18  
% 12.76/2.18  
% 12.76/2.18  fork 7: search terminated without proof.
% 12.76/2.18  
% 12.76/2.18  **** run 49 fork 0 starts with strategy
% 12.76/2.18  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 12.76/2.20  
% 12.76/2.20  **** run 48 fork 7 starts with strategy
% 12.76/2.20  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.76/2.22  
% 12.76/2.22  
% 12.76/2.22  fork 4: search terminated without proof.
% 12.76/2.24  
% 12.76/2.24  **** run 53 fork 4 starts with strategy
% 12.76/2.24  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 15.30/2.38  
% 15.30/2.38  
% 15.30/2.38  fork 1: search terminated without proof.
% 15.68/2.41  
% 15.68/2.41  **** run 50 fork 1 starts with strategy
% 15.68/2.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.76/3.05  
% 20.76/3.05  
% 20.76/3.05  fork 5: search terminated without proof.
% 20.76/3.08  
% 20.76/3.08  **** run 54 fork 5 starts with strategy
% 20.76/3.08  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 20.76/3.09  
% 20.76/3.09  
% 20.76/3.09  fork 6: search terminated without proof.
% 21.13/3.11  
% 21.13/3.11  **** run 63 fork 6 starts with strategy
% 21.13/3.11  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 21.54/3.17  
% 21.54/3.17  
% 21.54/3.17  fork 3: search terminated without proof.
% 21.54/3.19  
% 21.54/3.19  **** run 60 fork 3 starts with strategy
% 21.54/3.19  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 21.54/3.19  
% 21.54/3.19  
% 21.54/3.19  fork 2: search terminated without proof.
% 21.97/3.21  
% 21.97/3.21  
% 21.97/3.21  fork 0: search terminated without proof.
% 21.97/3.22  
% 21.97/3.22  **** run 59 fork 2 starts with strategy
% 21.97/3.22  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 21.97/3.22  
% 21.97/3.22  **** run 57 fork 0 starts with strategy
% 21.97/3.22  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 22.37/3.25  
% 22.37/3.25  
% 22.37/3.25  fork 7: search terminated without proof.
% 22.37/3.27  
% 22.37/3.27  **** run 56 fork 7 starts with strategy
% 22.37/3.27  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 22.37/3.32  
% 22.37/3.32  
% 22.37/3.32  fork 4: search terminated without proof.
% 23.15/3.35  
% 23.15/3.35  **** run 61 fork 4 starts with strategy
% 23.15/3.35  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 23.89/3.45  
% 23.89/3.45  
% 23.89/3.45  fork 1: search terminated without proof.
% 23.89/3.47  
% 23.89/3.47  **** run 58 fork 1 starts with strategy
% 23.89/3.47  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 29.07/4.12  
% 29.07/4.12  
% 29.07/4.12  fork 5: search terminated without proof.
% 29.07/4.13  
% 29.07/4.13  **** run 62 fork 5 starts with strategy
% 29.07/4.13  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 29.07/4.24  
% 29.07/4.24  
% 29.07/4.24  fork 6: search terminated without proof.
% 29.07/4.24  
% 29.07/4.24  
% 29.07/4.24  fork 3: search terminated without proof.
% 29.07/4.25  
% 29.07/4.25  
% 29.07/4.25  fork 0: search terminated without proof.
% 29.07/4.26  
% 29.07/4.26  **** run 71 fork 6 starts with strategy
% 29.07/4.26  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 29.07/4.27  
% 29.07/4.27  **** run 65 fork 0 starts with strategy
% 29.07/4.27  
% 29.07/4.27  **** run 68 fork 3 starts with strategy
% 29.07/4.27  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 29.07/4.27  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 29.99/4.29  
% 29.99/4.29  
% 29.99/4.29  fork 7: search terminated without proof.
% 29.99/4.31  
% 29.99/4.31  **** run 64 fork 7 starts with strategy
% 29.99/4.31  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 29.99/4.37  
% 29.99/4.37  
% 29.99/4.37  fork 4: search terminated without proof.
% 30.90/4.40  
% 30.90/4.40  **** run 69 fork 4 starts with strategy
% 30.90/4.40  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 31.38/4.46  
% 31.38/4.46  
% 31.38/4.46  result: proof found
% 31.38/4.46  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 31.38/4.46  by run 59 fork 2 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 31.38/4.46  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 31.38/4.46  
% 31.38/4.46  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 31.38/4.46  
% 31.38/4.46  run 59 fork 2 statistics:
% 31.38/4.46  ----------------------------------
% 31.38/4.46  this run seconds: 0.814082
% 31.38/4.46  total seconds: 3.635621
% 31.38/4.46  stat_given_used: 3725
% 31.38/4.46  stat_given_used_at_endgame: 0
% 31.38/4.46  stat_given_candidates:   7013
% 31.38/4.46  stat_given_candidates_at_endgame: 0
% 31.38/4.46  stat_given_candidates_h: 0
% 31.38/4.46  stat_binres_derived_cl:   65642
% 31.38/4.46  stat_binres_derived_cl_h: 0
% 31.38/4.46  stat_factor_derived_cl: 316
% 31.38/4.46  stat_para_derived_cl: 0
% 31.38/4.46  stat_tautologies_discarded: 1467
% 31.38/4.46  stat_forward_subsumed: 23645
% 31.38/4.46  stat_derived_cut: 434
% 31.38/4.46  stat_derived_rewritten: 0
% 31.38/4.46  stat_weight_discarded_building: 0
% 31.38/4.46  stat_weight_discarded_cl: 9767
% 31.38/4.46  stat_internlimit_discarded_cl: 0
% 31.38/4.46  stat_simplified:  112 simplified 0 derived 0 given
% 31.38/4.46  stat_kept_cl: 31078
% 31.38/4.46  stat_built_cl: 48407
% 31.38/4.46  stat_hyperres_partial_cl: 0
% 31.38/4.46  stat_made_rewriters: 0
% 31.38/4.46  stat_backward_subsumed: 0
% 31.38/4.46  stat_propagated_subsumed: 0
% 31.38/4.46  stat_clsubs_attempted:                    371552
% 31.38/4.46  stat_clsubs_fact_groundunit_found:            16
% 31.38/4.46  stat_clsubs_rule_groundunit_found:            21
% 31.38/4.46  stat_clsubs_top_meta_attempted:            6479042
% 31.38/4.46  stat_clsubs_top_meta_failed:               6107490
% 31.38/4.46  stat_clsubs_top_meta_nonpref_attempted:             6479042
% 31.38/4.46  stat_clsubs_top_meta_nonpref_succeeded:             1725978
% 31.38/4.46  stat_clsubs_top_meta_pref_attempted:                1725978
% 31.38/4.46  stat_clsubs_top_meta_pref1_succeeded:                646513
% 31.38/4.46  stat_clsubs_top_meta_pref2_succeeded:                393345
% 31.38/4.46  stat_clsubs_top_meta_pref3_succeeded:                371552
% 31.38/4.46  stat_clsubs_top_meta_pref_succeeded:                 371552
% 31.38/4.46  stat_clsubs_meta_attempted:               877648
% 31.38/4.46  stat_clsubs_meta_failed:                  336607
% 31.38/4.46  stat_clsubs_predsymbs_attempted:               0
% 31.38/4.46  stat_clsubs_unit_attempted:                22879
% 31.38/4.46  stat_clsubs_full_attempted:               348673
% 31.38/4.46  stat_forwardsubs_attempted:                64491
% 31.38/4.46  stat_lit_hash_added:                  35641
% 31.38/4.46  stat_lit_hash_computed:              274325
% 31.38/4.46  stat_lit_hash_match_found:            25857
% 31.38/4.46  stat_lit_hash_match_miss:            277705
% 31.38/4.46  stat_lit_hash_cut_ok:                  2021
% 31.38/4.46  stat_lit_strong_cut_ok:                  17
% 31.38/4.46  stat_lit_hash_subsume_ok:             23645
% 31.38/4.46  clqueue els 10000000 used 1
% 31.38/4.46  clactive els 10000000 used 3726
% 31.38/4.46  clactivesubsume els 10000000 used 15961
% 31.38/4.46  queue_termbuf els 200000000 used 1438042
% 31.38/4.46  hyper_termbuf els 100000000 used 1
% 31.38/4.46  active_termbuf els 100000000 used 104573
% 31.38/4.46  varstack els 5000 last used 1
% 31.38/4.46  given_termbuf els 10000000 last used 1
% 31.38/4.46  simplified_termbuf els 10000000 last used 1
% 31.38/4.46  derived_termbuf els 10000000 last used 37
% 31.38/4.46  wr_mallocs: 27135
% 31.38/4.46  wr_callocs: 21
% 31.38/4.46  wr_reallocs: 5285
% 31.38/4.46  wr_frees: 2
% 31.38/4.46  wr_malloc_bytes: 4163547204
% 31.38/4.46  wr_calloc_bytes: 112065536
% 31.38/4.46  wr_realloc_bytes: 2248264
% 31.38/4.46  wr_realloc_freebytes: 0
% 31.38/4.46  ----------------------------------
%------------------------------------------------------------------------------