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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL067-1 : TPTP v8.1.2. Released v1.0.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 : Thu Aug 31 07:37:01 EDT 2023

% Result   : Unsatisfiable 35.48s 7.44s
% Output   : CNFRefutation 35.48s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named cn_59)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    is_a_theorem(implies(implies(not(X),Y),implies(implies(Z,Y),implies(implies(X,Z),Y)))),
    inference(cnf_transformation,[],[cn_59]) ).

cnf('2',plain,
    ( ~ is_a_theorem(implies(X,Y))
    | ~ is_a_theorem(X)
    | is_a_theorem(Y) ),
    inference(cnf_transformation,[],[condensed_detachment]) ).

cnf('3',plain,
    ( is_a_theorem(implies(implies(X,Y),implies(implies(Z,X),Y)))
    | ~ is_a_theorem(implies(not(Z),Y)) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    is_a_theorem(implies(implies(implies(X,Y),Z),implies(not(X),Z))),
    inference(cnf_transformation,[],[cn_37]) ).

cnf('5',plain,
    ( ~ is_a_theorem(implies(implies(X,Y),Z))
    | is_a_theorem(implies(not(X),Z)) ),
    inference(resolution,[],['4','2']) ).

cnf('6',plain,
    is_a_theorem(implies(implies(implies(X,Y),Z),implies(Y,Z))),
    inference(cnf_transformation,[],[cn_19]) ).

cnf('7',plain,
    ( ~ is_a_theorem(implies(implies(X,Y),Z))
    | is_a_theorem(implies(Y,Z)) ),
    inference(resolution,[],['6','2']) ).

cnf('8',plain,
    is_a_theorem(implies(X,implies(Y,X))),
    inference(resolution,[],['7','6']) ).

cnf('9',plain,
    is_a_theorem(implies(not(X),implies(Y,implies(X,Z)))),
    inference(resolution,[],['5','8']) ).

cnf('10',plain,
    is_a_theorem(implies(implies(X,implies(Y,implies(Z,U))),implies(implies(Z,X),implies(Y,implies(Z,U))))),
    inference(resolution,[],['3','9']) ).

cnf('11',plain,
    ( is_a_theorem(implies(implies(X,Y),implies(Z,implies(X,U))))
    | ~ is_a_theorem(implies(Y,implies(Z,implies(X,U)))) ),
    inference(resolution,[],['10','2']) ).

cnf('12',plain,
    is_a_theorem(implies(not(implies(X,Y)),implies(Y,Z))),
    inference(resolution,[],['5','6']) ).

cnf('13',plain,
    is_a_theorem(implies(implies(X,implies(Y,Z)),implies(implies(implies(U,Y),X),implies(Y,Z)))),
    inference(resolution,[],['3','12']) ).

cnf('14',plain,
    ( is_a_theorem(implies(implies(implies(X,Y),Z),implies(Y,U)))
    | ~ is_a_theorem(implies(Z,implies(Y,U))) ),
    inference(resolution,[],['13','2']) ).

cnf('15',plain,
    is_a_theorem(implies(implies(implies(X,Y),implies(implies(Z,Y),U)),implies(Y,U))),
    inference(resolution,[],['14','6']) ).

cnf('16',plain,
    ( ~ is_a_theorem(implies(implies(X,Y),implies(implies(Z,Y),U)))
    | is_a_theorem(implies(Y,U)) ),
    inference(resolution,[],['15','2']) ).

cnf('17',plain,
    is_a_theorem(implies(implies(implies(X,Y),not(Z)),implies(Y,implies(Z,U)))),
    inference(resolution,[],['14','9']) ).

cnf('18',plain,
    is_a_theorem(implies(not(X),implies(X,Y))),
    inference(resolution,[],['16','17']) ).

cnf('19',plain,
    is_a_theorem(implies(implies(X,implies(Y,Z)),implies(implies(Y,X),implies(Y,Z)))),
    inference(resolution,[],['18','3']) ).

cnf('20',plain,
    ( is_a_theorem(implies(implies(X,Y),implies(X,Z)))
    | ~ is_a_theorem(implies(Y,implies(X,Z))) ),
    inference(resolution,[],['19','2']) ).

cnf('21',plain,
    is_a_theorem(implies(X,implies(Y,implies(Z,X)))),
    inference(resolution,[],['8','7']) ).

cnf('22',plain,
    is_a_theorem(implies(implies(X,Y),implies(X,implies(Z,Y)))),
    inference(resolution,[],['20','21']) ).

cnf('23',plain,
    is_a_theorem(implies(implies(X,implies(Y,Z)),implies(Y,implies(X,Z)))),
    inference(resolution,[],['11','22']) ).

cnf('24',plain,
    ( ~ is_a_theorem(implies(X,implies(Y,Z)))
    | is_a_theorem(implies(Y,implies(X,Z))) ),
    inference(resolution,[],['23','2']) ).

cnf('25',plain,
    is_a_theorem(implies(X,implies(implies(X,Y),implies(Z,Y)))),
    inference(resolution,[],['24','22']) ).

cnf('26',plain,
    ~ is_a_theorem(implies(implies(a,b),implies(implies(b,c),implies(a,c)))),
    inference(cnf_transformation,[],[prove_cn_1]) ).

cnf('27',plain,
    $false,
    inference(resolution,[then_simplify],['25','11','26']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL067-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.12  % Command  : gkc %s
% 0.07/0.33  % Computer : n004.cluster.edu
% 0.07/0.33  % Model    : x86_64 x86_64
% 0.07/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.33  % Memory   : 8042.1875MB
% 0.07/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.33  % CPULimit : 300
% 0.07/0.33  % WCLimit  : 300
% 0.07/0.33  % DateTime : Thu Aug 24 18:24:23 EDT 2023
% 0.07/0.33  % CPUTime  : 
% 0.12/0.37  
% 0.12/0.37  input clause set summed statistics:
% 0.12/0.37  ----------------------------------
% 0.12/0.37  in_clause_count:                     5
% 0.12/0.37  in_rule_clause_count:                5
% 0.12/0.37  in_fact_clause_count:                0
% 0.12/0.37  in_answer_clause_count:              0
% 0.12/0.37  in_ground_clause_count:              1
% 0.12/0.37  in_unit_clause_count:                4
% 0.12/0.37  in_horn_clause_count:                5
% 0.12/0.37  in_pos_clause_count:                 3
% 0.12/0.37  in_neg_clause_count:                 1
% 0.12/0.37  in_poseq_clause_count:               0
% 0.12/0.37  in_negeq_clause_count:               0
% 0.12/0.37  in_unitposeq_clause_count:           0
% 0.12/0.37  in_chain_clause_count:               0
% 0.12/0.37  in_min_length:             1
% 0.12/0.37  in_max_length:             3
% 0.12/0.37  in_min_depth:              2
% 0.12/0.37  in_max_depth:              5
% 0.12/0.37  in_min_size:               8
% 0.12/0.37  in_max_size:              15
% 0.12/0.37  in_min_vars:               0
% 0.12/0.37  in_max_vars:               3
% 0.12/0.37  in_extaxiom_count:                 0
% 0.12/0.37  in_axiom_count:                    4
% 0.12/0.37  in_assumption_count:               0
% 0.12/0.37  in_goal_count:                     1
% 0.12/0.37  in_neg_goal_count:                 1
% 0.12/0.37  in_pos_goal_count:                 0
% 0.12/0.37  in_posunit_goal_count:             0
% 0.12/0.37  
% 0.12/0.37  auto guide:
% 0.12/0.37  -----------
% 0.12/0.37  {
% 0.12/0.37  "print":1,
% 0.12/0.37  "print_level": 15,
% 0.12/0.37  "max_size": 0,
% 0.12/0.37  "max_depth": 0,
% 0.12/0.37  "max_length": 0,
% 0.12/0.37  "max_dseconds": 0,
% 0.12/0.37  "equality":0,
% 0.12/0.37  "runs":[
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.37  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.37  {"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.12/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.37  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.12/0.37  
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.37  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/0.37  {"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.12/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.37  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.12/0.37  
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.37  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/0.37  {"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.12/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.37  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.37  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.12/0.37  
% 0.12/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.37  
% 0.12/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.37  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1} 
% 0.12/0.37  
% 0.12/0.37  ]}
% 0.12/0.37  
% 0.12/0.37  
% 0.12/0.37  **** run 1 fork 0 starts with strategy
% 0.12/0.37  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.12/0.37  
% 0.12/0.37  **** run 2 fork 1 starts with strategy
% 0.12/0.37  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.12/0.37  
% 0.12/0.37  **** run 8 fork 7 starts with strategy
% 0.12/0.37  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 6 fork 5 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.12/0.38  
% 0.12/0.38  **** run 5 fork 4 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.12/0.38  
% 0.12/0.38  **** run 7 fork 6 starts with strategy
% 0.12/0.38  
% 0.12/0.38  **** run 4 fork 3 starts with strategy
% 0.12/0.38  
% 0.12/0.38  **** run 3 fork 2 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}{"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}{"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  
% 0.12/0.49  
% 0.12/0.49  fork 7: search finished without proof.
% 0.12/0.51  
% 0.12/0.51  **** run 16 fork 7 starts with strategy
% 0.12/0.51  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.12/0.51  
% 0.12/0.51  fork 1: search finished without proof.
% 0.12/0.54  
% 0.12/0.54  **** run 10 fork 1 starts with strategy
% 0.12/0.54  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.12/0.57  
% 0.12/0.57  
% 0.12/0.57  fork 2: search terminated without proof.
% 0.12/0.59  
% 0.12/0.59  **** run 11 fork 2 starts with strategy
% 0.12/0.59  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.12/0.59  
% 0.12/0.59  
% 0.12/0.59  fork 3: search terminated without proof.
% 0.12/0.59  
% 0.12/0.59  
% 0.12/0.59  fork 5: search terminated without proof.
% 0.12/0.60  
% 0.12/0.60  
% 0.12/0.60  fork 6: search terminated without proof.
% 0.12/0.61  
% 0.12/0.61  **** run 12 fork 3 starts with strategy
% 0.12/0.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.12/0.61  
% 0.12/0.61  
% 0.12/0.61  fork 0: search terminated without proof.
% 0.12/0.62  
% 0.12/0.62  fork 7: search finished without proof.
% 0.12/0.62  
% 0.12/0.62  
% 0.12/0.62  fork 4: search terminated without proof.
% 0.12/0.63  
% 0.12/0.63  **** run 15 fork 6 starts with strategy
% 0.12/0.63  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.12/0.63  
% 0.12/0.63  **** run 14 fork 5 starts with strategy
% 0.12/0.63  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.12/0.64  
% 0.12/0.64  **** run 9 fork 0 starts with strategy
% 0.12/0.64  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.12/0.64  
% 0.12/0.64  **** run 24 fork 7 starts with strategy
% 0.12/0.64  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.12/0.66  
% 0.12/0.66  **** run 13 fork 4 starts with strategy
% 0.12/0.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.12/0.72  
% 0.12/0.72  
% 0.12/0.72  fork 3: search terminated without proof.
% 0.12/0.74  
% 0.12/0.74  **** run 20 fork 3 starts with strategy
% 0.12/0.74  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.12/0.76  
% 0.12/0.76  
% 0.12/0.76  fork 1: search terminated without proof.
% 0.12/0.78  
% 0.12/0.78  **** run 18 fork 1 starts with strategy
% 0.12/0.78  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.12/0.81  
% 0.12/0.81  
% 0.12/0.81  fork 2: search terminated without proof.
% 1.73/0.84  
% 1.73/0.84  
% 1.73/0.84  fork 5: search terminated without proof.
% 1.73/0.84  
% 1.73/0.84  **** run 19 fork 2 starts with strategy
% 1.73/0.84  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 1.73/0.84  
% 1.73/0.84  fork 3: search finished without proof.
% 1.73/0.85  
% 1.73/0.85  fork 6: search finished without proof.
% 1.73/0.86  
% 1.73/0.86  
% 1.73/0.86  fork 4: search terminated without proof.
% 1.73/0.87  
% 1.73/0.87  **** run 28 fork 3 starts with strategy
% 1.73/0.87  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 2.52/0.88  
% 2.52/0.88  
% 2.52/0.88  fork 0: search terminated without proof.
% 2.52/0.88  
% 2.52/0.88  **** run 22 fork 5 starts with strategy
% 2.52/0.88  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.52/0.88  
% 2.52/0.88  **** run 23 fork 6 starts with strategy
% 2.52/0.88  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 2.52/0.89  
% 2.52/0.89  fork 7: search finished without proof.
% 2.52/0.90  
% 2.52/0.90  **** run 21 fork 4 starts with strategy
% 2.52/0.90  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 2.52/0.91  
% 2.52/0.91  **** run 17 fork 0 starts with strategy
% 2.52/0.91  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 2.52/0.91  
% 2.52/0.91  
% 2.52/0.91  fork 1: search terminated without proof.
% 2.52/0.92  
% 2.52/0.92  **** run 32 fork 7 starts with strategy
% 2.52/0.92  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 2.52/0.93  
% 2.52/0.93  **** run 26 fork 1 starts with strategy
% 2.52/0.93  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 2.98/0.98  
% 2.98/0.98  
% 2.98/0.98  fork 3: search terminated without proof.
% 2.98/1.00  
% 2.98/1.00  **** run 36 fork 3 starts with strategy
% 2.98/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.29/1.05  
% 3.29/1.05  fork 1: search finished without proof.
% 3.29/1.06  
% 3.29/1.06  **** run 34 fork 1 starts with strategy
% 3.29/1.06  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 3.51/1.11  
% 3.51/1.11  
% 3.51/1.11  fork 2: search terminated without proof.
% 3.51/1.11  
% 3.51/1.11  
% 3.51/1.11  fork 6: search terminated without proof.
% 3.51/1.12  
% 3.51/1.12  
% 3.51/1.12  fork 3: search terminated without proof.
% 3.51/1.12  
% 3.51/1.12  fork 5: search finished without proof.
% 3.86/1.14  
% 3.86/1.14  **** run 31 fork 6 starts with strategy
% 3.86/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 3.86/1.14  
% 3.86/1.14  fork 7: search finished without proof.
% 3.86/1.14  
% 3.86/1.14  **** run 27 fork 2 starts with strategy
% 3.86/1.14  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 3.86/1.14  
% 3.86/1.14  **** run 44 fork 3 starts with strategy
% 3.86/1.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 3.86/1.16  
% 3.86/1.16  fork 4: search finished without proof.
% 3.86/1.17  
% 3.86/1.17  **** run 30 fork 5 starts with strategy
% 3.86/1.17  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 4.03/1.17  
% 4.03/1.17  
% 4.03/1.17  fork 0: search terminated without proof.
% 4.03/1.17  
% 4.03/1.17  **** run 40 fork 7 starts with strategy
% 4.03/1.17  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.03/1.18  
% 4.03/1.18  
% 4.03/1.18  fork 1: search terminated without proof.
% 4.03/1.19  
% 4.03/1.19  **** run 29 fork 4 starts with strategy
% 4.03/1.19  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":1}
% 4.03/1.20  
% 4.03/1.20  **** run 42 fork 1 starts with strategy
% 4.03/1.20  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 4.03/1.21  
% 4.03/1.21  **** run 25 fork 0 starts with strategy
% 4.03/1.21  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 4.33/1.23  
% 4.33/1.23  fork 4: search finished without proof.
% 4.47/1.26  
% 4.47/1.26  **** run 37 fork 4 starts with strategy
% 4.47/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.82/1.37  
% 4.82/1.37  
% 4.82/1.37  fork 2: search terminated without proof.
% 4.82/1.38  
% 4.82/1.38  fork 5: search finished without proof.
% 4.82/1.40  
% 4.82/1.40  fork 6: search finished without proof.
% 4.82/1.40  
% 4.82/1.40  **** run 35 fork 2 starts with strategy
% 4.82/1.40  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.82/1.40  
% 4.82/1.40  fork 7: search finished without proof.
% 4.82/1.43  
% 4.82/1.43  **** run 38 fork 5 starts with strategy
% 4.82/1.43  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.82/1.43  
% 4.82/1.43  **** run 48 fork 7 starts with strategy
% 4.82/1.43  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.82/1.44  
% 4.82/1.44  **** run 39 fork 6 starts with strategy
% 4.82/1.44  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.82/1.44  
% 4.82/1.44  
% 4.82/1.44  fork 0: search terminated without proof.
% 4.82/1.48  
% 4.82/1.48  **** run 33 fork 0 starts with strategy
% 4.82/1.48  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 4.82/1.49  
% 4.82/1.49  fork 6: search finished without proof.
% 4.82/1.50  
% 4.82/1.50  
% 4.82/1.50  fork 4: search terminated without proof.
% 4.82/1.51  
% 4.82/1.51  fork 0: search finished without proof.
% 4.82/1.52  
% 4.82/1.52  **** run 47 fork 6 starts with strategy
% 4.82/1.52  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.82/1.54  
% 4.82/1.54  **** run 45 fork 4 starts with strategy
% 4.82/1.54  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 4.82/1.54  
% 4.82/1.54  **** run 41 fork 0 starts with strategy
% 4.82/1.54  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 6.35/1.65  
% 6.35/1.65  
% 6.35/1.65  fork 5: search terminated without proof.
% 6.35/1.66  
% 6.35/1.66  fork 2: search finished without proof.
% 6.51/1.69  
% 6.51/1.69  **** run 46 fork 5 starts with strategy
% 6.51/1.69  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 6.51/1.69  
% 6.51/1.69  **** run 43 fork 2 starts with strategy
% 6.51/1.69  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 8.45/2.16  
% 8.45/2.16  
% 8.45/2.16  fork 3: search terminated without proof.
% 8.45/2.19  
% 8.45/2.19  **** run 52 fork 3 starts with strategy
% 8.45/2.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 9.94/2.46  
% 9.94/2.46  fork 1: search finished without proof.
% 10.42/2.49  
% 10.42/2.49  **** run 50 fork 1 starts with strategy
% 10.42/2.49  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 13.98/3.19  
% 13.98/3.19  
% 13.98/3.19  fork 5: search terminated without proof.
% 13.98/3.22  
% 13.98/3.22  
% 13.98/3.22  fork 3: search terminated without proof.
% 14.24/3.24  
% 14.24/3.24  **** run 54 fork 5 starts with strategy
% 14.24/3.24  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 14.24/3.25  
% 14.24/3.25  **** run 60 fork 3 starts with strategy
% 14.24/3.25  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 14.37/3.29  
% 14.37/3.29  fork 7: search finished without proof.
% 14.37/3.32  
% 14.37/3.32  **** run 56 fork 7 starts with strategy
% 14.37/3.32  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 14.79/3.36  
% 14.79/3.36  
% 14.79/3.36  fork 2: search terminated without proof.
% 15.04/3.39  
% 15.04/3.39  **** run 51 fork 2 starts with strategy
% 15.04/3.39  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 15.45/3.48  
% 15.45/3.48  
% 15.45/3.48  fork 4: search terminated without proof.
% 15.45/3.49  
% 15.45/3.49  
% 15.45/3.49  fork 6: search terminated without proof.
% 15.45/3.51  
% 15.45/3.51  
% 15.45/3.51  fork 0: search terminated without proof.
% 15.45/3.53  
% 15.45/3.53  **** run 53 fork 4 starts with strategy
% 15.45/3.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 15.45/3.54  
% 15.45/3.54  **** run 55 fork 6 starts with strategy
% 15.45/3.54  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 15.45/3.56  
% 15.45/3.56  **** run 49 fork 0 starts with strategy
% 15.45/3.56  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 18.40/4.17  
% 18.40/4.17  fork 3: search finished without proof.
% 18.40/4.19  
% 18.40/4.19  **** run 68 fork 3 starts with strategy
% 18.40/4.19  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 20.14/4.41  
% 20.14/4.41  
% 20.14/4.41  fork 1: search terminated without proof.
% 20.14/4.45  
% 20.14/4.45  **** run 58 fork 1 starts with strategy
% 20.14/4.45  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 21.30/4.65  
% 21.30/4.65  
% 21.30/4.65  fork 2: search terminated without proof.
% 21.30/4.68  
% 21.30/4.68  **** run 59 fork 2 starts with strategy
% 21.30/4.68  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 22.17/4.95  
% 22.17/4.95  fork 7: search finished without proof.
% 22.17/5.00  
% 22.17/5.00  **** run 64 fork 7 starts with strategy
% 22.17/5.00  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 24.32/5.22  
% 24.32/5.22  
% 24.32/5.22  fork 3: search terminated without proof.
% 24.32/5.23  
% 24.32/5.23  
% 24.32/5.23  fork 5: search terminated without proof.
% 24.32/5.24  
% 24.32/5.24  **** run 76 fork 3 starts with strategy
% 24.32/5.24  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 24.32/5.24  
% 24.32/5.24  fork 6: search finished without proof.
% 24.74/5.27  
% 24.74/5.27  **** run 62 fork 5 starts with strategy
% 24.74/5.27  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 24.75/5.28  
% 24.75/5.28  **** run 63 fork 6 starts with strategy
% 24.75/5.28  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 25.54/5.43  
% 25.54/5.43  
% 25.54/5.43  fork 0: search terminated without proof.
% 25.54/5.46  
% 25.54/5.46  **** run 57 fork 0 starts with strategy
% 25.54/5.46  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 25.54/5.46  
% 25.54/5.46  
% 25.54/5.46  fork 4: search terminated without proof.
% 25.89/5.51  
% 25.89/5.51  **** run 61 fork 4 starts with strategy
% 25.89/5.51  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 27.95/5.90  
% 27.95/5.90  
% 27.95/5.90  fork 1: search terminated without proof.
% 27.95/5.92  
% 27.95/5.92  **** run 66 fork 1 starts with strategy
% 27.95/5.92  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 29.20/6.14  
% 29.20/6.14  
% 29.20/6.14  fork 2: search terminated without proof.
% 29.20/6.17  
% 29.20/6.17  **** run 67 fork 2 starts with strategy
% 29.20/6.17  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 29.58/6.26  
% 29.58/6.26  
% 29.58/6.26  fork 3: search terminated without proof.
% 29.58/6.29  
% 29.58/6.29  **** run 84 fork 3 starts with strategy
% 29.58/6.29  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 31.74/6.64  
% 31.74/6.64  
% 31.74/6.64  fork 0: search terminated without proof.
% 31.74/6.67  
% 31.74/6.67  **** run 65 fork 0 starts with strategy
% 31.74/6.67  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 32.03/6.70  
% 32.03/6.70  fork 7: search finished without proof.
% 32.03/6.74  
% 32.03/6.74  **** run 72 fork 7 starts with strategy
% 32.03/6.74  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 33.75/7.06  
% 33.75/7.06  fork 5: search finished without proof.
% 33.75/7.10  
% 33.75/7.10  **** run 70 fork 5 starts with strategy
% 33.75/7.10  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 34.19/7.16  
% 34.19/7.16  fork 4: search finished without proof.
% 34.19/7.18  
% 34.19/7.18  **** run 69 fork 4 starts with strategy
% 34.19/7.18  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 34.38/7.20  
% 34.38/7.20  fork 4: search finished without proof.
% 34.38/7.21  
% 34.38/7.21  **** run 77 fork 4 starts with strategy
% 34.38/7.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 34.38/7.23  
% 34.38/7.23  
% 34.38/7.23  fork 6: search terminated without proof.
% 34.71/7.27  
% 34.71/7.27  **** run 71 fork 6 starts with strategy
% 34.71/7.27  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 35.11/7.35  
% 35.11/7.35  fork 1: search finished without proof.
% 35.11/7.38  
% 35.11/7.38  **** run 74 fork 1 starts with strategy
% 35.11/7.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 35.48/7.44  
% 35.48/7.44  
% 35.48/7.44  result: proof found
% 35.48/7.44  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 35.48/7.44  by run 67 fork 2 strategy {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 35.48/7.44  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 35.48/7.44  
% 35.48/7.44  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 35.48/7.44  
% 35.48/7.44  run 67 fork 2 statistics:
% 35.48/7.44  ----------------------------------
% 35.48/7.44  this run seconds: 0.270312
% 35.48/7.44  total seconds: 4.118156
% 35.48/7.44  stat_given_used: 596
% 35.48/7.44  stat_given_used_at_endgame: 0
% 35.48/7.44  stat_given_candidates:   994
% 35.48/7.44  stat_given_candidates_at_endgame: 0
% 35.48/7.44  stat_given_candidates_h: 0
% 35.48/7.44  stat_binres_derived_cl:   32624
% 35.48/7.44  stat_binres_derived_cl_h: 0
% 35.48/7.44  stat_factor_derived_cl: 0
% 35.48/7.44  stat_para_derived_cl: 0
% 35.48/7.44  stat_tautologies_discarded: 1
% 35.48/7.44  stat_forward_subsumed: 9527
% 35.48/7.44  stat_derived_cut: 1
% 35.48/7.44  stat_derived_rewritten: 0
% 35.48/7.44  stat_weight_discarded_building: 0
% 35.48/7.44  stat_weight_discarded_cl: 0
% 35.48/7.44  stat_internlimit_discarded_cl: 0
% 35.48/7.44  stat_simplified:  0 simplified 0 derived 0 given
% 35.48/7.44  stat_kept_cl: 23095
% 35.48/7.44  stat_built_cl: 24287
% 35.48/7.44  stat_hyperres_partial_cl: 0
% 35.48/7.44  stat_made_rewriters: 0
% 35.48/7.44  stat_backward_subsumed: 0
% 35.48/7.44  stat_propagated_subsumed: 0
% 35.48/7.44  stat_clsubs_attempted:                     30226
% 35.48/7.44  stat_clsubs_fact_groundunit_found:             0
% 35.48/7.44  stat_clsubs_rule_groundunit_found:             1
% 35.48/7.44  stat_clsubs_top_meta_attempted:             216225
% 35.48/7.44  stat_clsubs_top_meta_failed:                185999
% 35.48/7.44  stat_clsubs_top_meta_nonpref_attempted:              216225
% 35.48/7.44  stat_clsubs_top_meta_nonpref_succeeded:               48546
% 35.48/7.44  stat_clsubs_top_meta_pref_attempted:                  48546
% 35.48/7.44  stat_clsubs_top_meta_pref1_succeeded:                 48546
% 35.48/7.44  stat_clsubs_top_meta_pref2_succeeded:                 35192
% 35.48/7.44  stat_clsubs_top_meta_pref3_succeeded:                 30226
% 35.48/7.44  stat_clsubs_top_meta_pref_succeeded:                  30226
% 35.48/7.44  stat_clsubs_meta_attempted:                35212
% 35.48/7.44  stat_clsubs_meta_failed:                    8180
% 35.48/7.44  stat_clsubs_predsymbs_attempted:               0
% 35.48/7.44  stat_clsubs_unit_attempted:                26348
% 35.48/7.44  stat_clsubs_full_attempted:                 3878
% 35.48/7.44  stat_forwardsubs_attempted:                32623
% 35.48/7.44  stat_lit_hash_added:                  23446
% 35.48/7.44  stat_lit_hash_computed:               59118
% 35.48/7.44  stat_lit_hash_match_found:             9528
% 35.48/7.44  stat_lit_hash_match_miss:             50103
% 35.48/7.44  stat_lit_hash_cut_ok:                     0
% 35.48/7.44  stat_lit_strong_cut_ok:                   1
% 35.48/7.44  stat_lit_hash_subsume_ok:              9527
% 35.48/7.44  clqueue els 10000000 used 1
% 35.48/7.44  clactive els 10000000 used 597
% 35.48/7.44  clactivesubsume els 10000000 used 3571
% 35.48/7.44  queue_termbuf els 200000000 used 2273123
% 35.48/7.44  hyper_termbuf els 100000000 used 1
% 35.48/7.44  active_termbuf els 100000000 used 29918
% 35.48/7.44  varstack els 5000 last used 1
% 35.48/7.44  given_termbuf els 10000000 last used 1
% 35.48/7.44  simplified_termbuf els 10000000 last used 1
% 35.48/7.44  derived_termbuf els 10000000 last used 56
% 35.48/7.44  wr_mallocs: 77415
% 35.48/7.44  wr_callocs: 21
% 35.48/7.44  wr_reallocs: 6883
% 35.48/7.44  wr_frees: 2
% 35.48/7.44  wr_malloc_bytes: 4165283316
% 35.48/7.44  wr_calloc_bytes: 112065536
% 35.48/7.44  wr_realloc_bytes: 1052592
% 35.48/7.44  wr_realloc_freebytes: 0
% 35.48/7.44  ----------------------------------
%------------------------------------------------------------------------------