TSTP Solution File: FLD011-3 by GKC---0.8

View Problem - Process Solution

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

% Computer : n028.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:31:52 EDT 2023

% Result   : Unsatisfiable 20.93s 4.44s
% Output   : CNFRefutation 20.93s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_associativity_multiplication_1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',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('2',plain,
    ( product(multiplicative_identity,X,X)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_identity_multiplication']) ).

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

cnf('4',plain,
    product(multiplicative_identity,a,a),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    ( ~ product(X,Y,multiplicative_identity)
    | ~ product(Y,a,Z)
    | product(X,Z,a) ),
    inference(resolution,[],['1','4']) ).

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

cnf('7',plain,
    ~ product(multiplicative_identity,multiplicative_inverse(multiplicative_inverse(a)),a),
    inference(cnf_transformation,[],[not_product_3]) ).

cnf('8',plain,
    ~ product(multiplicative_inverse(multiplicative_inverse(a)),multiplicative_identity,a),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( ~ product(multiplicative_inverse(multiplicative_inverse(a)),X,multiplicative_identity)
    | ~ product(X,a,multiplicative_identity) ),
    inference(resolution,[],['5','8']) ).

cnf('10',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('11',plain,
    ~ sum(additive_identity,a,additive_identity),
    inference(cnf_transformation,[],[not_sum_2]) ).

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

cnf('13',plain,
    product(multiplicative_inverse(a),a,multiplicative_identity),
    inference(resolution,[then_simplify],['10','11','12']) ).

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

cnf('15',plain,
    sum(additive_inverse(a),a,additive_identity),
    inference(resolution,[],['14','3']) ).

cnf('16',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('17',plain,
    ( sum(additive_identity,X,X)
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_existence_of_identity_addition']) ).

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

cnf('19',plain,
    sum(additive_identity,multiplicative_identity,multiplicative_identity),
    inference(resolution,[],['17','18']) ).

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

cnf('21',plain,
    sum(multiplicative_identity,additive_identity,multiplicative_identity),
    inference(resolution,[],['19','20']) ).

cnf('22',plain,
    ( ~ sum(X,Y,multiplicative_identity)
    | ~ sum(Y,additive_identity,Z)
    | sum(X,Z,multiplicative_identity) ),
    inference(resolution,[],['16','21']) ).

cnf('23',plain,
    ( ~ sum(multiplicative_identity,additive_identity,X)
    | sum(additive_identity,X,multiplicative_identity) ),
    inference(resolution,[],['22','19']) ).

cnf('24',plain,
    ~ sum(additive_identity,additive_identity,multiplicative_identity),
    inference(cnf_transformation,[],['$inc_different_identities']) ).

cnf('25',plain,
    ~ sum(multiplicative_identity,additive_identity,additive_identity),
    inference(resolution,[],['23','24']) ).

cnf('26',plain,
    ~ sum(additive_identity,multiplicative_identity,additive_identity),
    inference(resolution,[],['25','20']) ).

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

cnf('29',plain,
    ( ~ sum(X,multiplicative_identity,X)
    | ~ sum(Y,X,additive_identity) ),
    inference(resolution,[],['26','28']) ).

cnf('30',plain,
    ~ sum(a,multiplicative_identity,a),
    inference(resolution,[],['15','29']) ).

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

cnf('33',plain,
    ( ~ sum(multiplicative_identity,X,multiplicative_identity)
    | sum(a,Y,a)
    | ~ product(X,a,Y) ),
    inference(resolution,[],['32','4']) ).

cnf('34',plain,
    ( ~ sum(multiplicative_identity,X,multiplicative_identity)
    | ~ product(X,a,multiplicative_identity) ),
    inference(resolution,[],['30','33']) ).

cnf('35',plain,
    ~ sum(multiplicative_identity,multiplicative_inverse(a),multiplicative_identity),
    inference(resolution,[],['13','34']) ).

cnf('36',plain,
    ( ~ sum(additive_identity,X,additive_identity)
    | sum(multiplicative_identity,X,multiplicative_identity) ),
    inference(resolution,[],['28','21']) ).

cnf('37',plain,
    ~ sum(additive_identity,multiplicative_inverse(a),additive_identity),
    inference(resolution,[],['35','36']) ).

cnf('38',plain,
    ( sum(additive_identity,X,additive_identity)
    | defined(multiplicative_inverse(X))
    | ~ defined(X) ),
    inference(cnf_transformation,[],['$inc_well_definedness_of_multiplicative_inverse']) ).

cnf('39',plain,
    defined(multiplicative_inverse(a)),
    inference(resolution,[then_simplify],['38','11','12']) ).

cnf('40',plain,
    product(multiplicative_inverse(multiplicative_inverse(a)),multiplicative_inverse(a),multiplicative_identity),
    inference(resolution,[then_simplify],['37','10','39']) ).

cnf('41',plain,
    $false,
    inference(resolution,[then_simplify],['9','13','40']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : FLD011-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.14  % Command  : gkc %s
% 0.14/0.36  % Computer : n028.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Mon Aug 28 00:01:39 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.21/0.40  
% 0.21/0.40  input clause set summed statistics:
% 0.21/0.40  ----------------------------------
% 0.21/0.40  in_clause_count:                    29
% 0.21/0.40  in_rule_clause_count:               26
% 0.21/0.40  in_fact_clause_count:                3
% 0.21/0.40  in_answer_clause_count:              0
% 0.21/0.40  in_ground_clause_count:              6
% 0.21/0.40  in_unit_clause_count:                6
% 0.21/0.40  in_horn_clause_count:               26
% 0.21/0.40  in_pos_clause_count:                 3
% 0.21/0.40  in_neg_clause_count:                 3
% 0.21/0.40  in_poseq_clause_count:               0
% 0.21/0.40  in_negeq_clause_count:               0
% 0.21/0.40  in_unitposeq_clause_count:           0
% 0.21/0.40  in_chain_clause_count:               0
% 0.21/0.40  in_min_length:             1
% 0.21/0.40  in_max_length:             5
% 0.21/0.40  in_min_depth:              1
% 0.21/0.40  in_max_depth:              3
% 0.21/0.40  in_min_size:               2
% 0.21/0.40  in_max_size:              20
% 0.21/0.40  in_min_vars:               0
% 0.21/0.40  in_max_vars:               7
% 0.21/0.40  in_extaxiom_count:                26
% 0.21/0.40  in_axiom_count:                    0
% 0.21/0.40  in_assumption_count:               1
% 0.21/0.40  in_goal_count:                     2
% 0.21/0.40  in_neg_goal_count:                 2
% 0.21/0.40  in_pos_goal_count:                 0
% 0.21/0.40  in_posunit_goal_count:             0
% 0.21/0.40  
% 0.21/0.40  auto guide:
% 0.21/0.40  -----------
% 0.21/0.40  {
% 0.21/0.40  "print":1,
% 0.21/0.40  "print_level": 15,
% 0.21/0.40  "max_size": 0,
% 0.21/0.40  "max_depth": 0,
% 0.21/0.40  "max_length": 0,
% 0.21/0.40  "max_dseconds": 0,
% 0.21/0.40  "equality":0,
% 0.21/0.40  "runs":[
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.21/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.21/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.21/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":250},
% 0.21/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":250},
% 0.21/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.21/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.21/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1250},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.21/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1250},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 0.21/0.40  
% 0.21/0.40  **** run 1 fork 0 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 2 fork 1 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 6 fork 5 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.21/0.41  
% 0.21/0.41  **** run 3 fork 2 starts with strategy
% 0.21/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.21/0.42  
% 0.21/0.42  **** run 4 fork 3 starts with strategy
% 0.21/0.42  
% 0.21/0.42  **** run 5 fork 4 starts with strategy
% 0.21/0.42  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}{"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.21/0.42  
% 0.21/0.42  
% 0.21/0.42  **** run 7 fork 6 starts with strategy
% 0.21/0.42  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.21/0.42  
% 0.21/0.42  **** run 8 fork 7 starts with strategy
% 0.21/0.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.46  
% 0.21/0.46  fork 1: search finished without proof.
% 0.21/0.49  
% 0.21/0.49  **** run 10 fork 1 starts with strategy
% 0.21/0.49  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 5: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 2: search terminated without proof.
% 0.21/0.55  
% 0.21/0.55  **** run 14 fork 5 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 11 fork 2 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.57  
% 0.21/0.57  
% 0.21/0.57  fork 4: search terminated without proof.
% 0.21/0.59  
% 0.21/0.59  **** run 13 fork 4 starts with strategy
% 0.21/0.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.60  
% 0.21/0.60  
% 0.21/0.60  fork 0: search terminated without proof.
% 0.21/0.62  
% 0.21/0.62  
% 0.21/0.62  fork 6: search terminated without proof.
% 0.21/0.65  
% 0.21/0.65  **** run 9 fork 0 starts with strategy
% 0.21/0.65  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.21/0.65  
% 0.21/0.65  **** run 15 fork 6 starts with strategy
% 0.21/0.65  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 7: search terminated without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 3: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 5: search terminated without proof.
% 0.21/0.69  
% 0.21/0.69  **** run 16 fork 7 starts with strategy
% 0.21/0.69  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.21/0.69  
% 0.21/0.69  **** run 22 fork 5 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.21/0.69  
% 0.21/0.69  **** run 12 fork 3 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.21/0.70  
% 0.21/0.70  
% 0.21/0.70  fork 1: search terminated without proof.
% 0.21/0.73  
% 0.21/0.73  **** run 18 fork 1 starts with strategy
% 0.21/0.73  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.21/0.73  
% 0.21/0.73  
% 0.21/0.73  fork 4: search terminated without proof.
% 0.21/0.75  
% 0.21/0.75  
% 0.21/0.75  fork 2: search terminated without proof.
% 0.21/0.76  
% 0.21/0.76  **** run 19 fork 2 starts with strategy
% 0.21/0.76  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 2.01/0.78  
% 2.01/0.78  **** run 21 fork 4 starts with strategy
% 2.01/0.78  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.01/0.80  
% 2.01/0.80  fork 5: search finished without proof.
% 2.01/0.81  
% 2.01/0.81  
% 2.01/0.81  fork 0: search terminated without proof.
% 2.01/0.82  
% 2.01/0.82  **** run 30 fork 5 starts with strategy
% 2.01/0.82  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 2.41/0.83  
% 2.41/0.83  **** run 17 fork 0 starts with strategy
% 2.41/0.83  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":1}
% 2.41/0.88  
% 2.41/0.88  
% 2.41/0.88  fork 2: search terminated without proof.
% 2.41/0.89  
% 2.41/0.89  
% 2.41/0.89  fork 6: search terminated without proof.
% 2.41/0.89  
% 2.41/0.89  
% 2.41/0.89  fork 3: search terminated without proof.
% 2.41/0.90  
% 2.41/0.90  
% 2.41/0.90  fork 7: search terminated without proof.
% 2.41/0.90  
% 2.41/0.90  **** run 27 fork 2 starts with strategy
% 2.41/0.90  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 2.86/0.92  
% 2.86/0.92  **** run 24 fork 7 starts with strategy
% 2.86/0.92  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 2.86/0.92  
% 2.86/0.92  **** run 23 fork 6 starts with strategy
% 2.86/0.92  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 2.86/0.92  
% 2.86/0.92  **** run 20 fork 3 starts with strategy
% 2.86/0.92  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 2.86/0.94  
% 2.86/0.94  
% 2.86/0.94  fork 5: search terminated without proof.
% 2.86/0.96  
% 2.86/0.96  **** run 38 fork 5 starts with strategy
% 2.86/0.96  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 3.27/0.98  
% 3.27/0.98  
% 3.27/0.98  fork 4: search terminated without proof.
% 3.27/0.99  
% 3.27/0.99  
% 3.27/0.99  fork 0: search terminated without proof.
% 3.27/0.99  
% 3.27/0.99  
% 3.27/0.99  fork 1: search terminated without proof.
% 3.27/1.01  
% 3.27/1.01  **** run 29 fork 4 starts with strategy
% 3.27/1.01  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 3.27/1.02  
% 3.27/1.02  **** run 25 fork 0 starts with strategy
% 3.27/1.02  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 3.27/1.03  
% 3.27/1.03  **** run 26 fork 1 starts with strategy
% 3.27/1.03  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 3.27/1.04  
% 3.27/1.04  
% 3.27/1.04  fork 7: search terminated without proof.
% 3.27/1.04  
% 3.27/1.04  
% 3.27/1.04  fork 2: search terminated without proof.
% 3.27/1.05  
% 3.27/1.05  **** run 32 fork 7 starts with strategy
% 3.27/1.05  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 3.81/1.07  
% 3.81/1.07  **** run 35 fork 2 starts with strategy
% 3.81/1.07  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 3.98/1.10  
% 3.98/1.10  
% 3.98/1.10  fork 6: search terminated without proof.
% 3.98/1.12  
% 3.98/1.12  **** run 31 fork 6 starts with strategy
% 3.98/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.18/1.19  
% 4.18/1.19  
% 4.18/1.19  fork 3: search terminated without proof.
% 4.18/1.19  
% 4.18/1.19  
% 4.18/1.19  fork 7: search terminated without proof.
% 4.18/1.19  
% 4.18/1.19  
% 4.18/1.19  fork 0: search terminated without proof.
% 4.58/1.21  
% 4.58/1.21  **** run 40 fork 7 starts with strategy
% 4.58/1.21  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.58/1.22  
% 4.58/1.22  **** run 33 fork 0 starts with strategy
% 4.58/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.58/1.23  
% 4.58/1.23  **** run 28 fork 3 starts with strategy
% 4.58/1.23  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 4.58/1.23  
% 4.58/1.23  
% 4.58/1.23  fork 4: search terminated without proof.
% 4.58/1.25  
% 4.58/1.25  
% 4.58/1.25  fork 2: search terminated without proof.
% 4.58/1.25  
% 4.58/1.25  
% 4.58/1.25  fork 1: search terminated without proof.
% 4.58/1.26  
% 4.58/1.26  **** run 37 fork 4 starts with strategy
% 4.58/1.26  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.01/1.27  
% 5.01/1.27  **** run 43 fork 2 starts with strategy
% 5.01/1.27  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 5.01/1.28  
% 5.01/1.28  **** run 34 fork 1 starts with strategy
% 5.01/1.28  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.01/1.30  
% 5.01/1.30  
% 5.01/1.30  fork 6: search terminated without proof.
% 5.01/1.32  
% 5.01/1.32  **** run 39 fork 6 starts with strategy
% 5.01/1.32  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 5.48/1.38  
% 5.48/1.38  fork 6: search finished without proof.
% 5.48/1.42  
% 5.48/1.42  **** run 47 fork 6 starts with strategy
% 5.48/1.42  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 5.48/1.43  
% 5.48/1.43  
% 5.48/1.43  fork 0: search terminated without proof.
% 5.48/1.47  
% 5.48/1.47  
% 5.48/1.47  fork 3: search terminated without proof.
% 5.48/1.48  
% 5.48/1.48  **** run 41 fork 0 starts with strategy
% 5.48/1.48  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.48/1.50  
% 5.48/1.50  
% 5.48/1.50  fork 1: search terminated without proof.
% 5.48/1.51  
% 5.48/1.51  
% 5.48/1.51  fork 4: search terminated without proof.
% 5.48/1.51  
% 5.48/1.51  **** run 36 fork 3 starts with strategy
% 5.48/1.51  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 6.16/1.53  
% 6.16/1.53  **** run 42 fork 1 starts with strategy
% 6.16/1.53  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 6.36/1.55  
% 6.36/1.55  **** run 45 fork 4 starts with strategy
% 6.36/1.55  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 6.39/1.56  
% 6.39/1.56  fork 3: search finished without proof.
% 6.39/1.59  
% 6.39/1.59  **** run 44 fork 3 starts with strategy
% 6.39/1.59  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 8.47/1.98  
% 8.47/1.98  
% 8.47/1.98  fork 5: search terminated without proof.
% 8.47/2.02  
% 8.47/2.02  **** run 46 fork 5 starts with strategy
% 8.47/2.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.27/2.47  
% 11.27/2.47  
% 11.27/2.47  fork 2: search terminated without proof.
% 11.47/2.50  
% 11.47/2.50  **** run 51 fork 2 starts with strategy
% 11.47/2.50  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 13.08/2.93  
% 13.08/2.93  
% 13.08/2.93  fork 4: search terminated without proof.
% 13.08/2.99  
% 13.08/2.99  **** run 53 fork 4 starts with strategy
% 13.08/2.99  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 14.27/3.06  
% 14.27/3.06  
% 14.27/3.06  fork 5: search terminated without proof.
% 14.27/3.09  
% 14.27/3.09  **** run 54 fork 5 starts with strategy
% 14.27/3.09  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 14.85/3.16  
% 14.85/3.16  
% 14.85/3.16  fork 6: search terminated without proof.
% 14.85/3.20  
% 14.85/3.20  **** run 55 fork 6 starts with strategy
% 14.85/3.20  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 15.50/3.30  
% 15.50/3.30  
% 15.50/3.30  fork 7: search terminated without proof.
% 15.75/3.34  
% 15.75/3.34  **** run 48 fork 7 starts with strategy
% 15.75/3.34  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 15.87/3.39  
% 15.87/3.39  
% 15.87/3.39  fork 3: search terminated without proof.
% 15.87/3.40  
% 15.87/3.40  fork 0: search finished without proof.
% 16.17/3.42  
% 16.17/3.42  **** run 52 fork 3 starts with strategy
% 16.17/3.42  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 16.17/3.43  
% 16.17/3.43  **** run 49 fork 0 starts with strategy
% 16.17/3.43  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 16.17/3.44  
% 16.17/3.44  
% 16.17/3.44  fork 1: search terminated without proof.
% 16.43/3.49  
% 16.43/3.49  **** run 50 fork 1 starts with strategy
% 16.43/3.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 19.24/4.03  
% 19.24/4.03  
% 19.24/4.03  fork 2: search terminated without proof.
% 19.87/4.08  
% 19.87/4.08  **** run 59 fork 2 starts with strategy
% 19.87/4.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 20.14/4.13  
% 20.14/4.13  
% 20.14/4.13  fork 5: search terminated without proof.
% 20.25/4.15  
% 20.25/4.15  **** run 62 fork 5 starts with strategy
% 20.25/4.15  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 20.93/4.38  
% 20.93/4.38  
% 20.93/4.38  fork 4: search terminated without proof.
% 20.93/4.41  
% 20.93/4.41  **** run 61 fork 4 starts with strategy
% 20.93/4.41  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 20.93/4.44  
% 20.93/4.44  
% 20.93/4.44  result: proof found
% 20.93/4.44  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 20.93/4.44  by run 59 fork 2 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 20.93/4.44  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 20.93/4.44  
% 20.93/4.44  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 20.93/4.44  
% 20.93/4.44  run 59 fork 2 statistics:
% 20.93/4.44  ----------------------------------
% 20.93/4.44  this run seconds: 0.160540
% 20.93/4.44  total seconds: 3.014050
% 20.93/4.44  stat_given_used: 1378
% 20.93/4.44  stat_given_used_at_endgame: 0
% 20.93/4.44  stat_given_candidates:   3516
% 20.93/4.44  stat_given_candidates_at_endgame: 0
% 20.93/4.44  stat_given_candidates_h: 0
% 20.93/4.44  stat_binres_derived_cl:   14834
% 20.93/4.44  stat_binres_derived_cl_h: 0
% 20.93/4.44  stat_factor_derived_cl: 312
% 20.93/4.44  stat_para_derived_cl: 0
% 20.93/4.44  stat_tautologies_discarded: 686
% 20.93/4.44  stat_forward_subsumed: 4143
% 20.93/4.44  stat_derived_cut: 198
% 20.93/4.44  stat_derived_rewritten: 0
% 20.93/4.44  stat_weight_discarded_building: 0
% 20.93/4.44  stat_weight_discarded_cl: 0
% 20.93/4.44  stat_internlimit_discarded_cl: 0
% 20.93/4.44  stat_simplified:  36 simplified 0 derived 0 given
% 20.93/4.44  stat_kept_cl: 10316
% 20.93/4.44  stat_built_cl: 13108
% 20.93/4.44  stat_hyperres_partial_cl: 0
% 20.93/4.44  stat_made_rewriters: 0
% 20.93/4.44  stat_backward_subsumed: 0
% 20.93/4.44  stat_propagated_subsumed: 0
% 20.93/4.44  stat_clsubs_attempted:                    162254
% 20.93/4.44  stat_clsubs_fact_groundunit_found:            16
% 20.93/4.44  stat_clsubs_rule_groundunit_found:            21
% 20.93/4.44  stat_clsubs_top_meta_attempted:            1721889
% 20.93/4.44  stat_clsubs_top_meta_failed:               1559635
% 20.93/4.44  stat_clsubs_top_meta_nonpref_attempted:             1721889
% 20.93/4.44  stat_clsubs_top_meta_nonpref_succeeded:              558236
% 20.93/4.44  stat_clsubs_top_meta_pref_attempted:                 558236
% 20.93/4.44  stat_clsubs_top_meta_pref1_succeeded:                250443
% 20.93/4.44  stat_clsubs_top_meta_pref2_succeeded:                168974
% 20.93/4.44  stat_clsubs_top_meta_pref3_succeeded:                162254
% 20.93/4.44  stat_clsubs_top_meta_pref_succeeded:                 162254
% 20.93/4.44  stat_clsubs_meta_attempted:               468910
% 20.93/4.44  stat_clsubs_meta_failed:                  156654
% 20.93/4.44  stat_clsubs_predsymbs_attempted:               0
% 20.93/4.44  stat_clsubs_unit_attempted:                 1450
% 20.93/4.44  stat_clsubs_full_attempted:               160804
% 20.93/4.44  stat_forwardsubs_attempted:                14460
% 20.93/4.44  stat_lit_hash_added:                  12026
% 20.93/4.44  stat_lit_hash_computed:               79032
% 20.93/4.44  stat_lit_hash_match_found:             4707
% 20.93/4.44  stat_lit_hash_match_miss:             85537
% 20.93/4.44  stat_lit_hash_cut_ok:                   493
% 20.93/4.44  stat_lit_strong_cut_ok:                  18
% 20.93/4.44  stat_lit_hash_subsume_ok:              4143
% 20.93/4.44  clqueue els 10000000 used 1
% 20.93/4.44  clactive els 10000000 used 1379
% 20.93/4.44  clactivesubsume els 10000000 used 6889
% 20.93/4.44  queue_termbuf els 200000000 used 458393
% 20.93/4.44  hyper_termbuf els 100000000 used 1
% 20.93/4.44  active_termbuf els 100000000 used 38911
% 20.93/4.44  varstack els 5000 last used 1
% 20.93/4.44  given_termbuf els 10000000 last used 1
% 20.93/4.44  simplified_termbuf els 10000000 last used 1
% 20.93/4.44  derived_termbuf els 10000000 last used 41
% 20.93/4.44  wr_mallocs: 13051
% 20.93/4.44  wr_callocs: 21
% 20.93/4.44  wr_reallocs: 2021
% 20.93/4.44  wr_frees: 2
% 20.93/4.44  wr_malloc_bytes: 4163050020
% 20.93/4.44  wr_calloc_bytes: 112065536
% 20.93/4.44  wr_realloc_bytes: 674192
% 20.93/4.44  wr_realloc_freebytes: 0
% 20.93/4.44  ----------------------------------
%------------------------------------------------------------------------------