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

View Problem - Process Solution

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

% Computer : n004.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:09 EDT 2023

% Result   : Unsatisfiable 25.43s 3.73s
% Output   : CNFRefutation 25.43s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_distributivity_1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',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('2',plain,
    ( ~ product(X,Y,Z)
    | ~ product(U,Y,V)
    | ~ sum(X,U,U)
    | sum(Z,V,V) ),
    inference(factorization,[],['1']) ).

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

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

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

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

cnf('7',plain,
    ~ sum(additive_identity,b,additive_identity),
    inference(cnf_transformation,[],[not_sum_5]) ).

cnf('8',plain,
    ~ sum(b,additive_identity,additive_identity),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( ~ sum(b,X,X)
    | ~ sum(X,Y,additive_identity) ),
    inference(resolution,[],['5','8']) ).

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

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

cnf('12',plain,
    ( ~ sum(b,X,X)
    | ~ defined(X) ),
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    ( ~ sum(X,b,X)
    | ~ defined(X) ),
    inference(resolution,[],['12','6']) ).

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

cnf('15',plain,
    ( ~ product(X,Y,b)
    | ~ sum(X,X,X) ),
    inference(resolution,[then_simplify],['3','13','14']) ).

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

cnf('18',plain,
    ( ~ product(X,Y,b)
    | ~ sum(Z,X,Z)
    | ~ sum(U,Z,X) ),
    inference(resolution,[],['15','17']) ).

cnf('19',plain,
    sum(additive_identity,c,additive_identity),
    inference(cnf_transformation,[],[sum_7]) ).

cnf('20',plain,
    ( ~ product(c,X,b)
    | ~ sum(Y,additive_identity,c) ),
    inference(resolution,[],['18','19']) ).

cnf('21',plain,
    ( ~ product(c,X,b)
    | ~ sum(additive_identity,Y,c) ),
    inference(resolution,[],['20','6']) ).

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

cnf('23',plain,
    defined(c),
    inference(cnf_transformation,[],[c_is_defined]) ).

cnf('24',plain,
    ~ product(c,X,b),
    inference(resolution,[then_simplify],['21','22','23']) ).

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

cnf('26',plain,
    ~ product(X,c,b),
    inference(resolution,[],['24','25']) ).

cnf('27',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('28',plain,
    ( ~ product(X,Y,Z)
    | ~ product(Y,U,c)
    | ~ product(Z,U,b) ),
    inference(resolution,[],['26','27']) ).

cnf('29',plain,
    product(a,b,c),
    inference(cnf_transformation,[],[product_6]) ).

cnf('30',plain,
    ( ~ product(X,b,b)
    | ~ product(Y,a,X) ),
    inference(resolution,[],['28','29']) ).

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

cnf('32',plain,
    ~ product(X,a,multiplicative_identity),
    inference(resolution,[then_simplify],['30','31','14']) ).

cnf('33',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('34',plain,
    ~ sum(additive_identity,a,additive_identity),
    inference(cnf_transformation,[],[not_sum_4]) ).

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

cnf('36',plain,
    $false,
    inference(resolution,[then_simplify],['32','33','34','35']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : FLD041-4 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n004.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:11:52 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    33
% 0.19/0.38  in_rule_clause_count:               26
% 0.19/0.38  in_fact_clause_count:                7
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:             10
% 0.19/0.38  in_unit_clause_count:               10
% 0.19/0.38  in_horn_clause_count:               30
% 0.19/0.38  in_pos_clause_count:                 7
% 0.19/0.38  in_neg_clause_count:                 3
% 0.19/0.38  in_poseq_clause_count:               0
% 0.19/0.38  in_negeq_clause_count:               0
% 0.19/0.38  in_unitposeq_clause_count:           0
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             5
% 0.19/0.38  in_min_depth:              1
% 0.19/0.38  in_max_depth:              2
% 0.19/0.38  in_min_size:               2
% 0.19/0.38  in_max_size:              20
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               7
% 0.19/0.38  in_extaxiom_count:                26
% 0.19/0.38  in_axiom_count:                    0
% 0.19/0.38  in_assumption_count:               3
% 0.19/0.38  in_goal_count:                     4
% 0.19/0.38  in_neg_goal_count:                 2
% 0.19/0.38  in_pos_goal_count:                 2
% 0.19/0.38  in_posunit_goal_count:             2
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "equality":0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.19/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":250},
% 0.19/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.19/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1250},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.38  
% 0.19/0.38  **** run 1 fork 0 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 4 fork 3 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 5 fork 4 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 6 fork 5 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 7 fork 6 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 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.43  
% 0.19/0.43  fork 1: search finished without proof.
% 0.19/0.45  
% 0.19/0.45  **** run 10 fork 1 starts with strategy
% 0.19/0.45  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 3: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 4: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 12 fork 3 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  **** run 15 fork 6 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.19/0.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  
% 0.19/0.54  fork 2: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 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  
% 0.19/0.55  **** run 13 fork 4 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.56  
% 0.19/0.56  **** run 11 fork 2 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.58  
% 0.19/0.58  
% 0.19/0.58  fork 1: search terminated without proof.
% 0.19/0.59  
% 0.19/0.59  **** run 18 fork 1 starts with strategy
% 0.19/0.59  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 6: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 3: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 5: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 7: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 23 fork 6 starts with strategy
% 0.19/0.67  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.19/0.67  
% 0.19/0.67  **** run 20 fork 3 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 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  **** run 22 fork 5 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.19/0.68  
% 0.19/0.68  **** run 17 fork 0 starts with strategy
% 0.19/0.68  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":1}
% 0.19/0.68  
% 0.19/0.68  **** run 24 fork 7 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.69  
% 0.19/0.69  
% 0.19/0.69  fork 2: search terminated without proof.
% 0.19/0.69  
% 0.19/0.69  **** run 21 fork 4 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.71  
% 0.19/0.71  **** run 19 fork 2 starts with strategy
% 0.19/0.71  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.19/0.73  
% 0.19/0.73  
% 0.19/0.73  fork 1: search terminated without proof.
% 0.19/0.74  
% 0.19/0.74  **** run 26 fork 1 starts with strategy
% 0.19/0.74  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.19/0.79  
% 0.19/0.79  fork 5: search finished without proof.
% 0.19/0.79  
% 0.19/0.79  
% 0.19/0.79  fork 6: search terminated without proof.
% 0.19/0.80  
% 0.19/0.80  
% 0.19/0.80  fork 7: search terminated without proof.
% 0.19/0.81  
% 0.19/0.81  **** run 30 fork 5 starts with strategy
% 0.19/0.81  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.19/0.81  
% 0.19/0.81  **** run 31 fork 6 starts with strategy
% 0.19/0.81  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 3.12/0.82  
% 3.12/0.82  **** run 32 fork 7 starts with strategy
% 3.12/0.82  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 3.12/0.82  
% 3.12/0.82  
% 3.12/0.82  fork 4: search terminated without proof.
% 3.12/0.83  
% 3.12/0.83  
% 3.12/0.83  fork 2: search terminated without proof.
% 3.12/0.84  
% 3.12/0.84  **** run 29 fork 4 starts with strategy
% 3.12/0.84  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 3.12/0.84  
% 3.12/0.84  
% 3.12/0.84  fork 3: search terminated without proof.
% 3.70/0.85  
% 3.70/0.85  **** run 27 fork 2 starts with strategy
% 3.70/0.85  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.77/0.87  
% 3.77/0.87  
% 3.77/0.87  fork 1: search terminated without proof.
% 3.77/0.87  
% 3.77/0.87  **** run 28 fork 3 starts with strategy
% 3.77/0.87  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.77/0.88  
% 3.77/0.88  **** run 34 fork 1 starts with strategy
% 3.77/0.88  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.15/0.91  
% 4.15/0.91  
% 4.15/0.91  fork 0: search terminated without proof.
% 4.15/0.93  
% 4.15/0.93  **** run 25 fork 0 starts with strategy
% 4.15/0.93  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 4.15/0.93  
% 4.15/0.93  
% 4.15/0.93  fork 5: search terminated without proof.
% 4.15/0.93  
% 4.15/0.93  
% 4.15/0.93  fork 6: search terminated without proof.
% 4.49/0.95  
% 4.49/0.95  **** run 38 fork 5 starts with strategy
% 4.49/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.49/0.95  
% 4.49/0.95  **** run 39 fork 6 starts with strategy
% 4.49/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.49/0.96  
% 4.49/0.96  
% 4.49/0.96  fork 7: search terminated without proof.
% 4.49/0.97  
% 4.49/0.97  
% 4.49/0.97  fork 4: search terminated without proof.
% 4.49/0.97  
% 4.49/0.97  fork 5: search finished without proof.
% 4.49/0.97  
% 4.49/0.97  **** run 40 fork 7 starts with strategy
% 4.49/0.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.49/0.98  
% 4.49/0.98  
% 4.49/0.98  fork 2: search terminated without proof.
% 4.49/0.99  
% 4.49/0.99  **** run 37 fork 4 starts with strategy
% 4.49/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.49/0.99  
% 4.49/0.99  **** run 46 fork 5 starts with strategy
% 4.49/0.99  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 4.49/0.99  
% 4.49/0.99  **** run 35 fork 2 starts with strategy
% 4.49/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.49/1.00  
% 4.49/1.00  
% 4.49/1.00  fork 3: search terminated without proof.
% 4.49/1.01  
% 4.49/1.01  
% 4.49/1.01  fork 1: search terminated without proof.
% 4.49/1.02  
% 4.49/1.02  **** run 36 fork 3 starts with strategy
% 4.49/1.02  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 4.49/1.02  
% 4.49/1.02  **** run 42 fork 1 starts with strategy
% 4.49/1.02  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.21/1.05  
% 5.21/1.05  
% 5.21/1.05  fork 0: search terminated without proof.
% 5.21/1.07  
% 5.21/1.07  **** run 33 fork 0 starts with strategy
% 5.21/1.07  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.62/1.10  
% 5.62/1.10  
% 5.62/1.10  fork 6: search terminated without proof.
% 5.62/1.11  
% 5.62/1.11  
% 5.62/1.11  fork 4: search terminated without proof.
% 5.62/1.12  
% 5.62/1.12  **** run 47 fork 6 starts with strategy
% 5.62/1.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.62/1.12  
% 5.62/1.12  **** run 45 fork 4 starts with strategy
% 5.62/1.12  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.62/1.13  
% 5.62/1.13  
% 5.62/1.13  fork 2: search terminated without proof.
% 5.62/1.14  
% 5.62/1.14  
% 5.62/1.14  fork 3: search terminated without proof.
% 6.11/1.15  
% 6.11/1.15  **** run 43 fork 2 starts with strategy
% 6.11/1.15  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 6.16/1.16  
% 6.16/1.16  **** run 44 fork 3 starts with strategy
% 6.16/1.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 6.16/1.20  
% 6.16/1.20  
% 6.16/1.20  fork 0: search terminated without proof.
% 6.53/1.22  
% 6.53/1.22  **** run 41 fork 0 starts with strategy
% 6.53/1.22  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 6.86/1.26  
% 6.86/1.26  fork 0: search finished without proof.
% 6.86/1.28  
% 6.86/1.28  **** run 49 fork 0 starts with strategy
% 6.86/1.28  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 12.12/2.01  
% 12.12/2.01  
% 12.12/2.01  fork 5: search terminated without proof.
% 12.12/2.03  
% 12.12/2.03  fork 7: search finished without proof.
% 12.12/2.03  
% 12.12/2.03  **** run 54 fork 5 starts with strategy
% 12.12/2.03  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 12.12/2.05  
% 12.12/2.05  
% 12.12/2.05  fork 1: search terminated without proof.
% 12.12/2.06  
% 12.12/2.06  **** run 48 fork 7 starts with strategy
% 12.12/2.06  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 12.12/2.08  
% 12.12/2.08  **** run 50 fork 1 starts with strategy
% 12.12/2.08  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.96/2.15  
% 12.96/2.15  
% 12.96/2.15  fork 4: search terminated without proof.
% 12.96/2.17  
% 12.96/2.17  **** run 53 fork 4 starts with strategy
% 12.96/2.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.96/2.18  
% 12.96/2.18  
% 12.96/2.18  fork 3: search terminated without proof.
% 12.96/2.18  
% 12.96/2.18  
% 12.96/2.18  fork 6: search terminated without proof.
% 14.16/2.20  
% 14.16/2.20  fork 2: search finished without proof.
% 14.16/2.20  
% 14.16/2.20  **** run 55 fork 6 starts with strategy
% 14.16/2.20  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 14.16/2.21  
% 14.16/2.21  **** run 52 fork 3 starts with strategy
% 14.16/2.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 14.16/2.21  
% 14.16/2.21  **** run 51 fork 2 starts with strategy
% 14.16/2.21  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 15.66/2.40  
% 15.66/2.40  
% 15.66/2.40  fork 0: search terminated without proof.
% 15.66/2.43  
% 15.66/2.43  **** run 57 fork 0 starts with strategy
% 15.66/2.43  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 21.25/3.08  
% 21.25/3.08  fork 5: search finished without proof.
% 21.25/3.10  
% 21.25/3.10  fork 1: search finished without proof.
% 21.25/3.10  
% 21.25/3.10  
% 21.25/3.10  fork 7: search terminated without proof.
% 21.25/3.10  
% 21.25/3.10  **** run 62 fork 5 starts with strategy
% 21.25/3.10  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 21.25/3.12  
% 21.25/3.12  **** run 58 fork 1 starts with strategy
% 21.25/3.12  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 21.25/3.13  
% 21.25/3.13  **** run 56 fork 7 starts with strategy
% 21.25/3.13  {"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.93/3.19  
% 21.93/3.19  
% 21.93/3.19  fork 4: search terminated without proof.
% 22.26/3.22  
% 22.26/3.22  **** run 61 fork 4 starts with strategy
% 22.26/3.22  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 22.26/3.22  
% 22.26/3.22  
% 22.26/3.22  fork 6: search terminated without proof.
% 22.26/3.23  
% 22.26/3.23  
% 22.26/3.23  fork 3: search terminated without proof.
% 22.50/3.25  
% 22.50/3.25  **** run 60 fork 3 starts with strategy
% 22.50/3.25  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 22.50/3.26  
% 22.50/3.26  **** run 63 fork 6 starts with strategy
% 22.50/3.26  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 23.10/3.33  
% 23.10/3.33  
% 23.10/3.33  fork 2: search terminated without proof.
% 23.10/3.35  
% 23.10/3.35  **** run 59 fork 2 starts with strategy
% 23.10/3.35  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 25.43/3.73  
% 25.43/3.73  
% 25.43/3.73  result: proof found
% 25.43/3.73  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 25.43/3.73  by run 57 fork 0 strategy {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 25.43/3.73  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 25.43/3.73  
% 25.43/3.73  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 25.43/3.73  
% 25.43/3.73  run 57 fork 0 statistics:
% 25.43/3.73  ----------------------------------
% 25.43/3.73  this run seconds: 0.783562
% 25.43/3.73  total seconds: 2.658574
% 25.43/3.73  stat_given_used: 2574
% 25.43/3.73  stat_given_used_at_endgame: 0
% 25.43/3.73  stat_given_candidates:   7501
% 25.43/3.73  stat_given_candidates_at_endgame: 0
% 25.43/3.73  stat_given_candidates_h: 0
% 25.43/3.73  stat_binres_derived_cl:   81251
% 25.43/3.73  stat_binres_derived_cl_h: 0
% 25.43/3.73  stat_factor_derived_cl: 3094
% 25.43/3.73  stat_para_derived_cl: 0
% 25.43/3.73  stat_tautologies_discarded: 58
% 25.43/3.73  stat_forward_subsumed: 15144
% 25.43/3.73  stat_derived_cut: 5421
% 25.43/3.73  stat_derived_rewritten: 0
% 25.43/3.73  stat_weight_discarded_building: 0
% 25.43/3.73  stat_weight_discarded_cl: 12879
% 25.43/3.73  stat_internlimit_discarded_cl: 0
% 25.43/3.73  stat_simplified:  94 simplified 0 derived 0 given
% 25.43/3.73  stat_kept_cl: 56263
% 25.43/3.73  stat_built_cl: 74384
% 25.43/3.73  stat_hyperres_partial_cl: 0
% 25.43/3.73  stat_made_rewriters: 0
% 25.43/3.73  stat_backward_subsumed: 0
% 25.43/3.73  stat_propagated_subsumed: 0
% 25.43/3.73  stat_clsubs_attempted:                    573643
% 25.43/3.73  stat_clsubs_fact_groundunit_found:             7
% 25.43/3.73  stat_clsubs_rule_groundunit_found:            19
% 25.43/3.73  stat_clsubs_top_meta_attempted:            6250274
% 25.43/3.73  stat_clsubs_top_meta_failed:               5676631
% 25.43/3.73  stat_clsubs_top_meta_nonpref_attempted:             6250274
% 25.43/3.73  stat_clsubs_top_meta_nonpref_succeeded:             1471562
% 25.43/3.73  stat_clsubs_top_meta_pref_attempted:                1471562
% 25.43/3.73  stat_clsubs_top_meta_pref1_succeeded:                903205
% 25.43/3.73  stat_clsubs_top_meta_pref2_succeeded:                586910
% 25.43/3.73  stat_clsubs_top_meta_pref3_succeeded:                573643
% 25.43/3.73  stat_clsubs_top_meta_pref_succeeded:                 573643
% 25.43/3.73  stat_clsubs_meta_attempted:              1975649
% 25.43/3.73  stat_clsubs_meta_failed:                  742335
% 25.43/3.73  stat_clsubs_predsymbs_attempted:               0
% 25.43/3.73  stat_clsubs_unit_attempted:                10734
% 25.43/3.73  stat_clsubs_full_attempted:               562909
% 25.43/3.73  stat_forwardsubs_attempted:                84287
% 25.43/3.73  stat_lit_hash_added:                   8278
% 25.43/3.73  stat_lit_hash_computed:              720112
% 25.43/3.73  stat_lit_hash_match_found:            21670
% 25.43/3.73  stat_lit_hash_match_miss:           1048461
% 25.43/3.73  stat_lit_hash_cut_ok:                  6533
% 25.43/3.73  stat_lit_strong_cut_ok:                 161
% 25.43/3.73  stat_lit_hash_subsume_ok:             15144
% 25.43/3.73  clqueue els 10000000 used 1
% 25.43/3.73  clactive els 10000000 used 2575
% 25.43/3.73  clactivesubsume els 10000000 used 13675
% 25.43/3.73  queue_termbuf els 200000000 used 3494360
% 25.43/3.73  hyper_termbuf els 100000000 used 1
% 25.43/3.73  active_termbuf els 100000000 used 85249
% 25.43/3.73  varstack els 5000 last used 1
% 25.43/3.73  given_termbuf els 10000000 last used 1
% 25.43/3.73  simplified_termbuf els 10000000 last used 1
% 25.43/3.73  derived_termbuf els 10000000 last used 32
% 25.43/3.73  wr_mallocs: 16308
% 25.43/3.73  wr_callocs: 21
% 25.43/3.73  wr_reallocs: 2301
% 25.43/3.73  wr_frees: 2
% 25.43/3.73  wr_malloc_bytes: 4163292692
% 25.43/3.73  wr_calloc_bytes: 112065536
% 25.43/3.73  wr_realloc_bytes: 1653568
% 25.43/3.73  wr_realloc_freebytes: 0
% 25.43/3.73  ----------------------------------
%------------------------------------------------------------------------------