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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL114-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n008.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:18 EDT 2023

% Result   : Unsatisfiable 43.37s 6.15s
% Output   : CNFRefutation 43.37s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named mv_3)

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

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

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

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

cnf('5',plain,
    is_a_theorem(implies(X,implies(Y,X))),
    inference(cnf_transformation,[],[mv_1]) ).

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

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

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

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

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

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

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

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

cnf('14',plain,
    is_a_theorem(implies(implies(not(X),not(Y)),implies(Y,X))),
    inference(cnf_transformation,[],[mv_5]) ).

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

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

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

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

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

cnf('20',plain,
    is_a_theorem(implies(implies(implies(X,Y),Z),implies(implies(not(Y),not(X)),Z))),
    inference(resolution,[],['4','14']) ).

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

cnf('22',plain,
    ( is_a_theorem(implies(implies(X,Y),Y))
    | ~ is_a_theorem(X) ),
    inference(resolution,[],['8','3']) ).

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

cnf('24',plain,
    is_a_theorem(implies(X,X)),
    inference(resolution,[],['23','7']) ).

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

cnf('26',plain,
    ( ~ is_a_theorem(implies(implies(X,X),Y))
    | is_a_theorem(Y) ),
    inference(resolution,[],['25','3']) ).

cnf('27',plain,
    is_a_theorem(implies(implies(not(X),not(implies(Y,Y))),X)),
    inference(resolution,[],['21','26']) ).

cnf('28',plain,
    is_a_theorem(implies(not(X),implies(X,Y))),
    inference(resolution,[],['7','14']) ).

cnf('29',plain,
    is_a_theorem(implies(implies(implies(X,Y),Z),implies(not(X),Z))),
    inference(resolution,[],['28','4']) ).

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

cnf('31',plain,
    is_a_theorem(implies(not(not(X)),X)),
    inference(resolution,[],['27','30']) ).

cnf('32',plain,
    ( ~ is_a_theorem(implies(not(X),not(Y)))
    | is_a_theorem(implies(Y,X)) ),
    inference(resolution,[],['14','3']) ).

cnf('33',plain,
    is_a_theorem(implies(X,not(not(X)))),
    inference(resolution,[],['31','32']) ).

cnf('34',plain,
    is_a_theorem(implies(implies(X,Y),implies(X,not(not(Y))))),
    inference(resolution,[],['13','33']) ).

cnf('35',plain,
    is_a_theorem(implies(X,implies(implies(X,Y),not(not(Y))))),
    inference(resolution,[],['34','10']) ).

cnf('36',plain,
    is_a_theorem(implies(implies(X,Y),implies(not(not(X)),Y))),
    inference(resolution,[],['31','4']) ).

cnf('37',plain,
    ( is_a_theorem(implies(not(not(X)),Y))
    | ~ is_a_theorem(implies(X,Y)) ),
    inference(resolution,[],['36','3']) ).

cnf('38',plain,
    is_a_theorem(implies(not(not(X)),implies(implies(X,Y),not(not(Y))))),
    inference(resolution,[],['35','37']) ).

cnf('39',plain,
    is_a_theorem(implies(implies(X,Y),implies(not(not(X)),not(not(Y))))),
    inference(resolution,[],['19','38']) ).

cnf('40',plain,
    ~ is_a_theorem(implies(implies(a,b),implies(not(b),not(a)))),
    inference(cnf_transformation,[],[prove_mv_36]) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : LCL114-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.14/0.35  % Computer : n008.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Fri Aug 25 04:34:47 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.40  
% 0.14/0.40  input clause set summed statistics:
% 0.14/0.40  ----------------------------------
% 0.14/0.40  in_clause_count:                     6
% 0.14/0.40  in_rule_clause_count:                6
% 0.14/0.40  in_fact_clause_count:                0
% 0.14/0.40  in_answer_clause_count:              0
% 0.14/0.40  in_ground_clause_count:              1
% 0.14/0.40  in_unit_clause_count:                5
% 0.14/0.40  in_horn_clause_count:                6
% 0.14/0.40  in_pos_clause_count:                 4
% 0.14/0.40  in_neg_clause_count:                 1
% 0.14/0.40  in_poseq_clause_count:               0
% 0.14/0.40  in_negeq_clause_count:               0
% 0.14/0.40  in_unitposeq_clause_count:           0
% 0.14/0.40  in_chain_clause_count:               0
% 0.14/0.40  in_min_length:             1
% 0.14/0.40  in_max_length:             3
% 0.14/0.40  in_min_depth:              2
% 0.14/0.40  in_max_depth:              4
% 0.14/0.40  in_min_size:               6
% 0.14/0.40  in_max_size:              12
% 0.14/0.40  in_min_vars:               0
% 0.14/0.40  in_max_vars:               3
% 0.14/0.40  in_extaxiom_count:                 0
% 0.14/0.40  in_axiom_count:                    5
% 0.14/0.40  in_assumption_count:               0
% 0.14/0.40  in_goal_count:                     1
% 0.14/0.40  in_neg_goal_count:                 1
% 0.14/0.40  in_pos_goal_count:                 0
% 0.14/0.40  in_posunit_goal_count:             0
% 0.14/0.40  
% 0.14/0.40  auto guide:
% 0.14/0.40  -----------
% 0.14/0.40  {
% 0.14/0.40  "print":1,
% 0.14/0.40  "print_level": 15,
% 0.14/0.40  "max_size": 0,
% 0.14/0.40  "max_depth": 0,
% 0.14/0.40  "max_length": 0,
% 0.14/0.40  "max_dseconds": 0,
% 0.14/0.40  "equality":0,
% 0.14/0.40  "runs":[
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.14/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.14/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.14/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.14/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.14/0.40  
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.14/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.14/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.14/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.14/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.14/0.40  
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.14/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.14/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.14/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.14/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.14/0.40  
% 0.14/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.14/0.40  
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1} 
% 0.14/0.40  
% 0.14/0.40  ]}
% 0.14/0.40  
% 0.14/0.41  
% 0.14/0.41  **** run 1 fork 0 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.14/0.41  
% 0.14/0.41  **** run 2 fork 1 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.14/0.41  
% 0.14/0.41  **** run 3 fork 2 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.14/0.41  
% 0.14/0.41  **** run 4 fork 3 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.14/0.41  
% 0.14/0.41  **** run 5 fork 4 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.14/0.41  
% 0.14/0.41  **** run 6 fork 5 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.14/0.41  
% 0.14/0.41  **** run 7 fork 6 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.14/0.42  
% 0.14/0.42  **** run 8 fork 7 starts with strategy
% 0.14/0.42  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 2: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 3: search terminated without proof.
% 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 4: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 0: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 6: 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":["negative_pref"],"query_preference":1}
% 0.21/0.55  
% 0.21/0.55  **** run 12 fork 3 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.55  
% 0.21/0.55  **** run 11 fork 2 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.21/0.55  
% 0.21/0.55  **** run 9 fork 0 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.21/0.55  
% 0.21/0.55  **** run 13 fork 4 starts with strategy
% 0.21/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.56  
% 0.21/0.56  **** run 15 fork 6 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.21/0.62  
% 0.21/0.62  fork 1: search finished without proof.
% 0.21/0.63  
% 0.21/0.63  **** run 10 fork 1 starts with strategy
% 0.21/0.63  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.21/0.65  
% 0.21/0.65  fork 7: search finished without proof.
% 0.21/0.66  
% 0.21/0.66  
% 0.21/0.66  fork 5: 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 4: search terminated without proof.
% 0.21/0.67  
% 0.21/0.67  
% 0.21/0.67  fork 0: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  
% 0.21/0.68  fork 2: search terminated without proof.
% 0.21/0.68  
% 0.21/0.68  **** run 20 fork 3 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.21/0.68  
% 0.21/0.68  **** run 22 fork 5 starts with strategy
% 0.21/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.69  
% 0.21/0.69  **** run 21 fork 4 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.21/0.69  
% 0.21/0.69  **** run 17 fork 0 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.21/0.69  
% 0.21/0.69  **** run 16 fork 7 starts with strategy
% 0.21/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.21/0.70  
% 0.21/0.70  **** run 19 fork 2 starts with strategy
% 0.21/0.70  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.21/0.71  
% 0.21/0.71  fork 6: search finished without proof.
% 0.21/0.75  
% 0.21/0.75  **** run 23 fork 6 starts with strategy
% 0.21/0.75  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.21/0.77  
% 0.21/0.77  
% 0.21/0.77  fork 1: search terminated without proof.
% 2.49/0.80  
% 2.49/0.80  **** run 18 fork 1 starts with strategy
% 2.49/0.80  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 2.49/0.80  
% 2.49/0.80  fork 4: search finished without proof.
% 2.49/0.81  
% 2.49/0.81  fork 3: search finished without proof.
% 2.49/0.82  
% 2.49/0.82  **** run 29 fork 4 starts with strategy
% 2.49/0.82  {"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.49/0.82  
% 2.49/0.82  
% 2.49/0.82  fork 0: search terminated without proof.
% 2.49/0.83  
% 2.49/0.83  fork 5: search finished without proof.
% 2.49/0.84  
% 2.49/0.84  **** run 28 fork 3 starts with strategy
% 2.49/0.84  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 2.49/0.84  
% 2.49/0.84  
% 2.49/0.84  fork 2: search terminated without proof.
% 2.49/0.84  
% 2.49/0.84  fork 7: search finished without proof.
% 2.49/0.84  
% 2.49/0.84  **** run 25 fork 0 starts with strategy
% 2.49/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 2.49/0.85  
% 2.49/0.85  **** run 30 fork 5 starts with strategy
% 2.49/0.85  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 2.49/0.85  
% 2.49/0.85  **** run 27 fork 2 starts with strategy
% 2.49/0.85  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 2.49/0.86  
% 2.49/0.86  **** run 24 fork 7 starts with strategy
% 2.49/0.86  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 3.35/0.87  
% 3.35/0.87  
% 3.35/0.87  fork 6: search terminated without proof.
% 3.35/0.89  
% 3.35/0.89  **** run 31 fork 6 starts with strategy
% 3.35/0.89  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 3.74/0.93  
% 3.74/0.93  fork 4: search finished without proof.
% 3.74/0.94  
% 3.74/0.94  
% 3.74/0.94  fork 1: search terminated without proof.
% 3.74/0.95  
% 3.74/0.95  **** run 37 fork 4 starts with strategy
% 3.74/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.01/0.95  
% 4.01/0.95  
% 4.01/0.95  fork 3: search terminated without proof.
% 4.01/0.96  
% 4.01/0.96  **** run 26 fork 1 starts with strategy
% 4.01/0.96  
% 4.01/0.96  
% 4.01/0.96  fork 0: search terminated without proof.
% 4.01/0.96  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 4.01/0.96  
% 4.01/0.96  fork 5: search finished without proof.
% 4.01/0.97  
% 4.01/0.97  **** run 36 fork 3 starts with strategy
% 4.01/0.97  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.01/0.98  
% 4.01/0.98  **** run 33 fork 0 starts with strategy
% 4.01/0.98  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 4.01/0.98  
% 4.01/0.98  **** run 38 fork 5 starts with strategy
% 4.01/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.01/0.98  
% 4.01/0.98  fork 7: search finished without proof.
% 4.01/0.99  
% 4.01/0.99  
% 4.01/0.99  fork 2: search terminated without proof.
% 4.01/1.00  
% 4.01/1.00  fork 6: search finished without proof.
% 4.01/1.00  
% 4.01/1.00  fork 0: search finished without proof.
% 4.01/1.00  
% 4.01/1.00  **** run 32 fork 7 starts with strategy
% 4.01/1.00  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.01/1.01  
% 4.01/1.01  **** run 35 fork 2 starts with strategy
% 4.01/1.01  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.01/1.02  
% 4.01/1.02  **** run 41 fork 0 starts with strategy
% 4.01/1.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.01/1.02  
% 4.01/1.02  **** run 39 fork 6 starts with strategy
% 4.01/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.71/1.03  
% 4.71/1.03  fork 6: search finished without proof.
% 4.71/1.05  
% 4.71/1.05  **** run 47 fork 6 starts with strategy
% 4.71/1.05  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.71/1.06  
% 4.71/1.06  
% 4.71/1.06  fork 4: search terminated without proof.
% 4.71/1.07  
% 4.71/1.07  fork 1: search finished without proof.
% 4.71/1.08  
% 4.71/1.08  **** run 45 fork 4 starts with strategy
% 4.71/1.08  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 5.09/1.09  
% 5.09/1.09  fork 5: search finished without proof.
% 5.09/1.09  
% 5.09/1.09  **** run 34 fork 1 starts with strategy
% 5.09/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.09/1.10  
% 5.09/1.10  
% 5.09/1.10  fork 3: search terminated without proof.
% 5.09/1.11  
% 5.09/1.11  **** run 46 fork 5 starts with strategy
% 5.09/1.11  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 5.09/1.12  
% 5.09/1.12  **** run 44 fork 3 starts with strategy
% 5.09/1.12  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 5.09/1.12  
% 5.09/1.12  fork 7: search finished without proof.
% 5.09/1.12  
% 5.09/1.12  fork 2: search finished without proof.
% 5.09/1.13  
% 5.09/1.13  **** run 40 fork 7 starts with strategy
% 5.09/1.13  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 5.09/1.14  
% 5.09/1.14  **** run 43 fork 2 starts with strategy
% 5.09/1.14  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 6.14/1.22  
% 6.14/1.22  
% 6.14/1.22  fork 1: search terminated without proof.
% 6.14/1.24  
% 6.14/1.24  **** run 42 fork 1 starts with strategy
% 6.14/1.24  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 6.45/1.25  
% 6.45/1.25  fork 7: search finished without proof.
% 6.45/1.27  
% 6.45/1.27  **** run 48 fork 7 starts with strategy
% 6.45/1.27  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 11.69/2.04  
% 11.69/2.04  
% 11.69/2.04  fork 0: search terminated without proof.
% 11.69/2.06  
% 11.69/2.06  **** run 49 fork 0 starts with strategy
% 11.69/2.06  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 11.69/2.12  
% 11.69/2.12  
% 11.69/2.12  fork 4: search terminated without proof.
% 11.69/2.12  
% 11.69/2.12  
% 11.69/2.12  fork 6: search terminated without proof.
% 11.69/2.12  
% 11.69/2.12  
% 11.69/2.12  fork 5: search terminated without proof.
% 11.69/2.14  
% 11.69/2.14  **** run 53 fork 4 starts with strategy
% 11.69/2.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.69/2.16  
% 11.69/2.16  **** run 54 fork 5 starts with strategy
% 11.69/2.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 13.17/2.17  
% 13.17/2.17  
% 13.17/2.17  fork 3: search terminated without proof.
% 13.17/2.18  
% 13.17/2.18  **** run 55 fork 6 starts with strategy
% 13.17/2.18  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 13.17/2.19  
% 13.17/2.19  **** run 52 fork 3 starts with strategy
% 13.17/2.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 13.17/2.22  
% 13.17/2.22  
% 13.17/2.22  fork 2: search terminated without proof.
% 13.92/2.25  
% 13.92/2.25  **** run 51 fork 2 starts with strategy
% 13.92/2.25  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 13.92/2.31  
% 13.92/2.31  fork 7: search finished without proof.
% 14.51/2.33  
% 14.51/2.33  **** run 56 fork 7 starts with strategy
% 14.51/2.33  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 14.96/2.42  
% 14.96/2.42  fork 1: search finished without proof.
% 14.96/2.45  
% 14.96/2.45  **** run 50 fork 1 starts with strategy
% 14.96/2.45  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 19.96/3.11  
% 19.96/3.11  
% 19.96/3.11  fork 0: search terminated without proof.
% 20.60/3.13  
% 20.60/3.13  **** run 57 fork 0 starts with strategy
% 20.60/3.13  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 20.60/3.17  
% 20.60/3.17  
% 20.60/3.17  fork 4: search terminated without proof.
% 21.05/3.19  
% 21.05/3.19  **** run 61 fork 4 starts with strategy
% 21.05/3.19  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 21.05/3.20  
% 21.05/3.20  
% 21.05/3.20  fork 5: search terminated without proof.
% 21.05/3.22  
% 21.05/3.22  
% 21.05/3.22  fork 3: search terminated without proof.
% 21.05/3.23  
% 21.05/3.23  **** run 62 fork 5 starts with strategy
% 21.05/3.23  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 21.05/3.25  
% 21.05/3.25  **** run 60 fork 3 starts with strategy
% 21.05/3.25  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 21.64/3.27  
% 21.64/3.27  fork 7: search finished without proof.
% 21.79/3.29  
% 21.79/3.29  **** run 64 fork 7 starts with strategy
% 21.79/3.29  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 21.79/3.30  
% 21.79/3.30  fork 6: search finished without proof.
% 21.79/3.31  
% 21.79/3.31  **** run 63 fork 6 starts with strategy
% 21.79/3.31  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 22.34/3.36  
% 22.34/3.36  
% 22.34/3.36  fork 2: search terminated without proof.
% 22.34/3.38  
% 22.34/3.38  **** run 59 fork 2 starts with strategy
% 22.34/3.38  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 22.34/3.51  
% 22.34/3.51  
% 22.34/3.51  fork 1: search terminated without proof.
% 22.34/3.53  
% 22.34/3.53  **** run 58 fork 1 starts with strategy
% 22.34/3.53  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 27.52/4.05  
% 27.52/4.05  fork 3: search finished without proof.
% 27.52/4.07  
% 27.52/4.07  **** run 68 fork 3 starts with strategy
% 27.52/4.07  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 27.89/4.14  
% 27.89/4.14  fork 4: search finished without proof.
% 28.45/4.15  
% 28.45/4.15  
% 28.45/4.15  fork 0: search terminated without proof.
% 28.45/4.16  
% 28.45/4.16  **** run 69 fork 4 starts with strategy
% 28.45/4.16  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 28.45/4.17  
% 28.45/4.17  **** run 65 fork 0 starts with strategy
% 28.45/4.17  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 28.45/4.22  
% 28.45/4.22  fork 5: search finished without proof.
% 28.45/4.23  
% 28.45/4.23  **** run 70 fork 5 starts with strategy
% 28.45/4.23  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.45/4.24  
% 28.45/4.24  fork 7: search finished without proof.
% 28.45/4.26  
% 28.45/4.26  **** run 72 fork 7 starts with strategy
% 28.45/4.26  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 30.55/4.49  
% 30.55/4.49  
% 30.55/4.49  fork 6: search terminated without proof.
% 30.55/4.51  
% 30.55/4.51  **** run 71 fork 6 starts with strategy
% 30.55/4.51  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 31.30/4.54  
% 31.30/4.54  
% 31.30/4.54  fork 2: search terminated without proof.
% 31.30/4.55  
% 31.30/4.55  
% 31.30/4.55  fork 1: search terminated without proof.
% 31.30/4.56  
% 31.30/4.56  **** run 67 fork 2 starts with strategy
% 31.30/4.56  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 31.30/4.57  
% 31.30/4.57  **** run 66 fork 1 starts with strategy
% 31.30/4.57  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 36.10/5.18  
% 36.10/5.18  
% 36.10/5.18  fork 3: search terminated without proof.
% 36.10/5.18  
% 36.10/5.18  fork 5: search finished without proof.
% 36.10/5.20  
% 36.10/5.20  **** run 78 fork 5 starts with strategy
% 36.10/5.20  {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 36.61/5.20  
% 36.61/5.20  **** run 76 fork 3 starts with strategy
% 36.61/5.20  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 36.61/5.22  
% 36.61/5.22  
% 36.61/5.22  fork 4: search terminated without proof.
% 36.61/5.23  
% 36.61/5.23  **** run 77 fork 4 starts with strategy
% 36.61/5.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 37.02/5.28  
% 37.02/5.28  fork 7: search finished without proof.
% 37.02/5.29  
% 37.02/5.29  
% 37.02/5.29  fork 0: search terminated without proof.
% 37.02/5.30  
% 37.02/5.30  **** run 80 fork 7 starts with strategy
% 37.02/5.30  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 37.02/5.31  
% 37.02/5.31  **** run 73 fork 0 starts with strategy
% 37.02/5.31  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 37.02/5.34  
% 37.02/5.34  fork 0: search finished without proof.
% 37.75/5.35  
% 37.75/5.35  **** run 81 fork 0 starts with strategy
% 37.75/5.35  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 38.51/5.47  
% 38.51/5.47  fork 6: search finished without proof.
% 38.51/5.50  
% 38.51/5.50  **** run 79 fork 6 starts with strategy
% 38.51/5.50  {"max_dseconds":10,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 38.98/5.52  
% 38.98/5.52  fork 6: search finished without proof.
% 38.98/5.54  
% 38.98/5.54  fork 1: search finished without proof.
% 38.98/5.54  
% 38.98/5.54  **** run 87 fork 6 starts with strategy
% 38.98/5.54  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 38.98/5.55  
% 38.98/5.55  **** run 74 fork 1 starts with strategy
% 38.98/5.55  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 39.41/5.58  
% 39.41/5.58  
% 39.41/5.58  fork 2: search terminated without proof.
% 39.41/5.60  
% 39.41/5.60  **** run 75 fork 2 starts with strategy
% 39.41/5.60  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 43.37/6.15  
% 43.37/6.15  
% 43.37/6.15  result: proof found
% 43.37/6.15  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 43.37/6.15  by run 78 fork 5 strategy {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 43.37/6.15  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 43.37/6.15  
% 43.37/6.15  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 43.37/6.15  
% 43.37/6.15  run 78 fork 5 statistics:
% 43.37/6.15  ----------------------------------
% 43.37/6.15  this run seconds: 0.327684
% 43.37/6.15  total seconds: 5.098334
% 43.37/6.15  stat_given_used: 1191
% 43.37/6.15  stat_given_used_at_endgame: 0
% 43.37/6.15  stat_given_candidates:   2633
% 43.37/6.15  stat_given_candidates_at_endgame: 0
% 43.37/6.15  stat_given_candidates_h: 0
% 43.37/6.15  stat_binres_derived_cl:   106742
% 43.37/6.15  stat_binres_derived_cl_h: 0
% 43.37/6.15  stat_factor_derived_cl: 0
% 43.37/6.15  stat_para_derived_cl: 0
% 43.37/6.15  stat_tautologies_discarded: 1
% 43.37/6.15  stat_forward_subsumed: 16932
% 43.37/6.15  stat_derived_cut: 1
% 43.37/6.15  stat_derived_rewritten: 0
% 43.37/6.15  stat_weight_discarded_building: 0
% 43.37/6.15  stat_weight_discarded_cl: 85528
% 43.37/6.15  stat_internlimit_discarded_cl: 0
% 43.37/6.15  stat_simplified:  0 simplified 0 derived 0 given
% 43.37/6.15  stat_kept_cl: 4280
% 43.37/6.15  stat_built_cl: 92190
% 43.37/6.15  stat_hyperres_partial_cl: 0
% 43.37/6.15  stat_made_rewriters: 0
% 43.37/6.15  stat_backward_subsumed: 0
% 43.37/6.15  stat_propagated_subsumed: 0
% 43.37/6.15  stat_clsubs_attempted:                    210362
% 43.37/6.15  stat_clsubs_fact_groundunit_found:             0
% 43.37/6.15  stat_clsubs_rule_groundunit_found:             1
% 43.37/6.15  stat_clsubs_top_meta_attempted:             890061
% 43.37/6.15  stat_clsubs_top_meta_failed:                679699
% 43.37/6.15  stat_clsubs_top_meta_nonpref_attempted:              890061
% 43.37/6.15  stat_clsubs_top_meta_nonpref_succeeded:              332703
% 43.37/6.15  stat_clsubs_top_meta_pref_attempted:                 332703
% 43.37/6.15  stat_clsubs_top_meta_pref1_succeeded:                332703
% 43.37/6.15  stat_clsubs_top_meta_pref2_succeeded:                302275
% 43.37/6.15  stat_clsubs_top_meta_pref3_succeeded:                210362
% 43.37/6.15  stat_clsubs_top_meta_pref_succeeded:                 210362
% 43.37/6.15  stat_clsubs_meta_attempted:               238741
% 43.37/6.15  stat_clsubs_meta_failed:                   74339
% 43.37/6.15  stat_clsubs_predsymbs_attempted:               0
% 43.37/6.15  stat_clsubs_unit_attempted:               158340
% 43.37/6.15  stat_clsubs_full_attempted:                52022
% 43.37/6.15  stat_forwardsubs_attempted:               106741
% 43.37/6.15  stat_lit_hash_added:                   4928
% 43.37/6.15  stat_lit_hash_computed:              118346
% 43.37/6.15  stat_lit_hash_match_found:            16933
% 43.37/6.15  stat_lit_hash_match_miss:            187784
% 43.37/6.15  stat_lit_hash_cut_ok:                     0
% 43.37/6.15  stat_lit_strong_cut_ok:                   1
% 43.37/6.15  stat_lit_hash_subsume_ok:             16932
% 43.37/6.15  clqueue els 10000000 used 1
% 43.37/6.15  clactive els 10000000 used 1192
% 43.37/6.15  clactivesubsume els 10000000 used 7141
% 43.37/6.15  queue_termbuf els 200000000 used 301474
% 43.37/6.15  hyper_termbuf els 100000000 used 1
% 43.37/6.15  active_termbuf els 100000000 used 63711
% 43.37/6.15  varstack els 5000 last used 1
% 43.37/6.15  given_termbuf els 10000000 last used 1
% 43.37/6.15  simplified_termbuf els 10000000 last used 1
% 43.37/6.15  derived_termbuf els 10000000 last used 54
% 43.37/6.15  wr_mallocs: 16857
% 43.37/6.15  wr_callocs: 21
% 43.37/6.15  wr_reallocs: 1322
% 43.37/6.15  wr_frees: 2
% 43.37/6.15  wr_malloc_bytes: 4163164916
% 43.37/6.15  wr_calloc_bytes: 112065536
% 43.37/6.15  wr_realloc_bytes: 206656
% 43.37/6.15  wr_realloc_freebytes: 0
% 43.37/6.15  ----------------------------------
%------------------------------------------------------------------------------