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

View Problem - Process Solution

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

% Computer : n015.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:19 EDT 2023

% Result   : Unsatisfiable 45.44s 6.32s
% Output   : CNFRefutation 45.44s
% 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(X,Y),implies(not(Y),not(X)))),
    inference(resolution,[],['16','39']) ).

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

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

cnf('43',plain,
    $false,
    inference(resolution,[then_simplify],['41','19','42']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : LCL116-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.15  % Command  : gkc %s
% 0.19/0.37  % Computer : n015.cluster.edu
% 0.19/0.37  % Model    : x86_64 x86_64
% 0.19/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.19/0.37  % Memory   : 8042.1875MB
% 0.19/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.19/0.37  % CPULimit : 300
% 0.19/0.37  % WCLimit  : 300
% 0.19/0.37  % DateTime : Thu Aug 24 18:50:06 EDT 2023
% 0.19/0.37  % CPUTime  : 
% 0.19/0.41  
% 0.19/0.41  input clause set summed statistics:
% 0.19/0.41  ----------------------------------
% 0.19/0.41  in_clause_count:                     6
% 0.19/0.41  in_rule_clause_count:                6
% 0.19/0.41  in_fact_clause_count:                0
% 0.19/0.41  in_answer_clause_count:              0
% 0.19/0.41  in_ground_clause_count:              1
% 0.19/0.41  in_unit_clause_count:                5
% 0.19/0.41  in_horn_clause_count:                6
% 0.19/0.41  in_pos_clause_count:                 4
% 0.19/0.41  in_neg_clause_count:                 1
% 0.19/0.41  in_poseq_clause_count:               0
% 0.19/0.41  in_negeq_clause_count:               0
% 0.19/0.41  in_unitposeq_clause_count:           0
% 0.19/0.41  in_chain_clause_count:               0
% 0.19/0.41  in_min_length:             1
% 0.19/0.41  in_max_length:             3
% 0.19/0.41  in_min_depth:              2
% 0.19/0.41  in_max_depth:              5
% 0.19/0.41  in_min_size:               6
% 0.19/0.41  in_max_size:              12
% 0.19/0.41  in_min_vars:               0
% 0.19/0.41  in_max_vars:               3
% 0.19/0.41  in_extaxiom_count:                 0
% 0.19/0.41  in_axiom_count:                    5
% 0.19/0.41  in_assumption_count:               0
% 0.19/0.41  in_goal_count:                     1
% 0.19/0.41  in_neg_goal_count:                 1
% 0.19/0.41  in_pos_goal_count:                 0
% 0.19/0.41  in_posunit_goal_count:             0
% 0.19/0.41  
% 0.19/0.41  auto guide:
% 0.19/0.41  -----------
% 0.19/0.41  {
% 0.19/0.41  "print":1,
% 0.19/0.41  "print_level": 15,
% 0.19/0.41  "max_size": 0,
% 0.19/0.41  "max_depth": 0,
% 0.19/0.41  "max_length": 0,
% 0.19/0.41  "max_dseconds": 0,
% 0.19/0.41  "equality":0,
% 0.19/0.41  "runs":[
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.41  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.41  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.41  
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.41  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.41  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.19/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.41  
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.41  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.41  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.41  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.19/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.41  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.19/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.19/0.41  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.41  
% 0.19/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.41  
% 0.19/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.19/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.19/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.41  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1} 
% 0.19/0.41  
% 0.19/0.41  ]}
% 0.19/0.41  
% 0.19/0.41  
% 0.19/0.41  **** run 1 fork 0 starts with strategy
% 0.19/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.41  
% 0.19/0.41  **** run 2 fork 1 starts with strategy
% 0.19/0.41  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.19/0.41  
% 0.19/0.41  **** run 3 fork 2 starts with strategy
% 0.19/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.41  
% 0.19/0.41  **** run 4 fork 3 starts with strategy
% 0.19/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.41  
% 0.19/0.41  **** run 5 fork 4 starts with strategy
% 0.19/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.19/0.41  
% 0.19/0.41  **** run 6 fork 5 starts with strategy
% 0.19/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.19/0.41  
% 0.19/0.41  **** run 7 fork 6 starts with strategy
% 0.19/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.19/0.41  
% 0.19/0.41  **** run 8 fork 7 starts with strategy
% 0.19/0.41  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.22/0.53  
% 0.22/0.53  fork 1: search finished without proof.
% 0.22/0.53  
% 0.22/0.53  fork 7: search finished without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 0: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 2: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 4: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 5: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 6: search terminated without proof.
% 0.22/0.53  
% 0.22/0.53  
% 0.22/0.53  fork 3: search terminated without proof.
% 0.22/0.56  
% 0.22/0.56  **** run 16 fork 7 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.22/0.56  
% 0.22/0.56  **** run 10 fork 1 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.22/0.56  
% 0.22/0.56  **** run 9 fork 0 starts with strategy
% 0.22/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.22/0.57  
% 0.22/0.57  **** run 12 fork 3 starts with strategy
% 0.22/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.22/0.57  
% 0.22/0.57  **** run 15 fork 6 starts with strategy
% 0.22/0.57  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.22/0.57  
% 0.22/0.57  **** run 13 fork 4 starts with strategy
% 0.22/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.22/0.57  
% 0.22/0.57  **** run 14 fork 5 starts with strategy
% 0.22/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.22/0.57  
% 0.22/0.57  **** run 11 fork 2 starts with strategy
% 0.22/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.22/0.67  
% 0.22/0.67  fork 7: search finished without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 1: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  fork 6: search finished without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 0: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 3: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 5: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 2: search terminated without proof.
% 0.22/0.68  
% 0.22/0.68  
% 0.22/0.68  fork 4: search terminated without proof.
% 0.22/0.69  
% 0.22/0.69  **** run 24 fork 7 starts with strategy
% 0.22/0.69  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.22/0.70  
% 0.22/0.70  **** run 23 fork 6 starts with strategy
% 0.22/0.70  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.22/0.70  
% 0.22/0.70  **** run 18 fork 1 starts with strategy
% 0.22/0.70  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.22/0.70  
% 0.22/0.70  **** run 17 fork 0 starts with strategy
% 0.22/0.70  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.22/0.71  
% 0.22/0.71  **** run 20 fork 3 starts with strategy
% 0.22/0.71  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.22/0.71  
% 0.22/0.71  **** run 22 fork 5 starts with strategy
% 0.22/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.71  
% 0.22/0.71  **** run 21 fork 4 starts with strategy
% 0.22/0.71  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.22/0.71  
% 0.22/0.71  **** run 19 fork 2 starts with strategy
% 0.22/0.71  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.22/0.81  
% 0.22/0.81  
% 0.22/0.81  fork 6: search terminated without proof.
% 0.22/0.82  
% 0.22/0.82  fork 4: search finished without proof.
% 0.22/0.82  
% 0.22/0.82  
% 0.22/0.82  fork 0: search terminated without proof.
% 0.22/0.83  
% 0.22/0.83  fork 7: search finished without proof.
% 0.22/0.83  
% 0.22/0.83  fork 5: search finished without proof.
% 0.22/0.84  
% 0.22/0.84  
% 0.22/0.84  fork 1: search terminated without proof.
% 0.22/0.84  
% 0.22/0.84  **** run 31 fork 6 starts with strategy
% 0.22/0.84  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.22/0.84  
% 0.22/0.84  
% 0.22/0.84  fork 2: search terminated without proof.
% 0.22/0.84  
% 0.22/0.84  **** run 25 fork 0 starts with strategy
% 0.22/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.22/0.84  
% 0.22/0.84  **** run 29 fork 4 starts with strategy
% 0.22/0.84  {"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.22/0.85  
% 0.22/0.85  **** run 32 fork 7 starts with strategy
% 0.22/0.85  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 0.22/0.86  
% 0.22/0.86  **** run 30 fork 5 starts with strategy
% 0.22/0.86  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.22/0.86  
% 0.22/0.86  **** run 26 fork 1 starts with strategy
% 0.22/0.86  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 0.22/0.87  
% 0.22/0.87  **** run 27 fork 2 starts with strategy
% 0.22/0.87  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 0.22/0.88  
% 0.22/0.88  fork 3: search finished without proof.
% 0.22/0.92  
% 0.22/0.92  **** run 28 fork 3 starts with strategy
% 0.22/0.92  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.22/0.95  
% 0.22/0.95  fork 6: search finished without proof.
% 0.22/0.96  
% 0.22/0.96  
% 0.22/0.96  fork 0: search terminated without proof.
% 0.22/0.96  
% 0.22/0.96  
% 0.22/0.96  fork 4: search terminated without proof.
% 0.22/0.97  
% 0.22/0.97  fork 7: search finished without proof.
% 0.22/0.97  
% 0.22/0.97  fork 5: search finished without proof.
% 0.22/0.98  
% 0.22/0.98  **** run 39 fork 6 starts with strategy
% 0.22/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 0.22/0.98  
% 0.22/0.98  fork 1: search finished without proof.
% 0.22/0.98  
% 0.22/0.98  **** run 37 fork 4 starts with strategy
% 0.22/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.22/0.98  
% 0.22/0.98  **** run 33 fork 0 starts with strategy
% 0.22/0.98  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.22/0.98  
% 0.22/0.98  
% 0.22/0.98  fork 2: search terminated without proof.
% 0.22/0.99  
% 0.22/0.99  **** run 40 fork 7 starts with strategy
% 0.22/0.99  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.22/0.99  
% 0.22/0.99  fork 6: search finished without proof.
% 0.22/0.99  
% 0.22/0.99  **** run 38 fork 5 starts with strategy
% 0.22/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 0.22/1.00  
% 0.22/1.00  fork 0: search finished without proof.
% 0.22/1.00  
% 0.22/1.00  **** run 34 fork 1 starts with strategy
% 0.22/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.22/1.01  
% 0.22/1.01  **** run 35 fork 2 starts with strategy
% 0.22/1.01  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.22/1.01  
% 0.22/1.01  **** run 47 fork 6 starts with strategy
% 0.22/1.01  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.22/1.02  
% 0.22/1.02  **** run 41 fork 0 starts with strategy
% 0.22/1.02  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 5.45/1.09  
% 5.45/1.09  
% 5.45/1.09  fork 4: search terminated without proof.
% 5.45/1.09  
% 5.45/1.09  
% 5.45/1.09  fork 3: search terminated without proof.
% 5.45/1.11  
% 5.45/1.11  
% 5.45/1.11  fork 5: search terminated without proof.
% 5.45/1.11  
% 5.45/1.11  fork 7: search finished without proof.
% 5.45/1.12  
% 5.45/1.12  **** run 36 fork 3 starts with strategy
% 5.45/1.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 5.45/1.12  
% 5.45/1.12  **** run 45 fork 4 starts with strategy
% 5.45/1.12  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 5.45/1.12  
% 5.45/1.12  fork 2: search finished without proof.
% 5.45/1.12  
% 5.45/1.12  
% 5.45/1.12  fork 1: search terminated without proof.
% 5.45/1.13  
% 5.45/1.13  **** run 46 fork 5 starts with strategy
% 5.45/1.13  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 5.45/1.13  
% 5.45/1.13  **** run 48 fork 7 starts with strategy
% 5.45/1.13  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.45/1.14  
% 5.45/1.14  **** run 43 fork 2 starts with strategy
% 5.45/1.14  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.45/1.15  
% 5.45/1.15  **** run 42 fork 1 starts with strategy
% 5.45/1.15  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 6.55/1.23  
% 6.55/1.23  
% 6.55/1.23  fork 3: search terminated without proof.
% 6.55/1.26  
% 6.55/1.26  **** run 44 fork 3 starts with strategy
% 6.55/1.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 12.41/2.03  
% 12.41/2.03  
% 12.41/2.03  fork 6: search terminated without proof.
% 12.41/2.04  
% 12.41/2.04  
% 12.41/2.04  fork 0: search terminated without proof.
% 12.41/2.06  
% 12.41/2.06  **** run 55 fork 6 starts with strategy
% 12.41/2.06  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 13.03/2.07  
% 13.03/2.07  **** run 49 fork 0 starts with strategy
% 13.03/2.07  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 13.44/2.12  
% 13.44/2.12  fork 7: search finished without proof.
% 13.44/2.13  
% 13.44/2.13  
% 13.44/2.13  fork 4: search terminated without proof.
% 13.61/2.14  
% 13.61/2.14  **** run 56 fork 7 starts with strategy
% 13.61/2.14  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 13.61/2.15  
% 13.61/2.15  
% 13.61/2.15  fork 5: search terminated without proof.
% 13.61/2.15  
% 13.61/2.15  fork 1: search finished without proof.
% 13.61/2.16  
% 13.61/2.16  
% 13.61/2.16  fork 2: search terminated without proof.
% 13.61/2.17  
% 13.61/2.17  **** run 53 fork 4 starts with strategy
% 13.61/2.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 13.61/2.17  
% 13.61/2.17  **** run 50 fork 1 starts with strategy
% 13.61/2.17  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 13.61/2.18  
% 13.61/2.18  **** run 54 fork 5 starts with strategy
% 13.61/2.18  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 13.61/2.19  
% 13.61/2.19  **** run 51 fork 2 starts with strategy
% 13.61/2.19  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 15.52/2.51  
% 15.52/2.51  
% 15.52/2.51  fork 3: search terminated without proof.
% 15.52/2.57  
% 15.52/2.57  **** run 52 fork 3 starts with strategy
% 15.52/2.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 20.59/3.05  
% 20.59/3.05  fork 6: search finished without proof.
% 20.59/3.08  
% 20.59/3.08  **** run 63 fork 6 starts with strategy
% 20.59/3.08  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 21.06/3.09  
% 21.06/3.09  fork 7: search finished without proof.
% 21.06/3.11  
% 21.06/3.11  
% 21.06/3.11  fork 0: search terminated without proof.
% 21.06/3.12  
% 21.06/3.12  **** run 64 fork 7 starts with strategy
% 21.06/3.12  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 21.06/3.14  
% 21.06/3.14  **** run 57 fork 0 starts with strategy
% 21.06/3.14  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 21.63/3.19  
% 21.63/3.19  
% 21.63/3.19  fork 1: search terminated without proof.
% 21.63/3.20  
% 21.63/3.20  
% 21.63/3.20  fork 4: search terminated without proof.
% 21.63/3.22  
% 21.63/3.22  **** run 58 fork 1 starts with strategy
% 21.63/3.22  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 21.63/3.23  
% 21.63/3.23  **** run 61 fork 4 starts with strategy
% 21.63/3.23  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 21.63/3.24  
% 21.63/3.24  
% 21.63/3.24  fork 2: search terminated without proof.
% 21.63/3.24  
% 21.63/3.24  
% 21.63/3.24  fork 5: search terminated without proof.
% 21.63/3.27  
% 21.63/3.27  **** run 59 fork 2 starts with strategy
% 21.63/3.27  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 21.63/3.27  
% 21.63/3.27  **** run 62 fork 5 starts with strategy
% 21.63/3.27  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 24.54/3.59  
% 24.54/3.59  
% 24.54/3.59  fork 3: search terminated without proof.
% 24.54/3.61  
% 24.54/3.61  **** run 60 fork 3 starts with strategy
% 24.54/3.61  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 28.11/4.06  
% 28.11/4.06  fork 7: search finished without proof.
% 28.11/4.08  
% 28.11/4.08  **** run 72 fork 7 starts with strategy
% 28.11/4.08  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 28.11/4.17  
% 28.11/4.17  
% 28.11/4.17  fork 0: search terminated without proof.
% 28.11/4.18  
% 28.11/4.18  fork 4: search finished without proof.
% 28.11/4.20  
% 28.11/4.20  **** run 65 fork 0 starts with strategy
% 28.11/4.20  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 28.11/4.20  
% 28.11/4.20  **** run 69 fork 4 starts with strategy
% 28.11/4.20  {"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.11/4.24  
% 28.11/4.24  fork 5: search finished without proof.
% 28.11/4.24  
% 28.11/4.24  
% 28.11/4.24  fork 1: search terminated without proof.
% 28.11/4.26  
% 28.11/4.26  **** run 70 fork 5 starts with strategy
% 28.11/4.26  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.11/4.26  
% 28.11/4.26  **** run 66 fork 1 starts with strategy
% 28.11/4.26  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 28.11/4.29  
% 28.11/4.29  
% 28.11/4.29  fork 2: search terminated without proof.
% 28.11/4.31  
% 28.11/4.31  **** run 67 fork 2 starts with strategy
% 28.11/4.31  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 31.24/4.42  
% 31.24/4.42  
% 31.24/4.42  fork 6: search terminated without proof.
% 31.57/4.44  
% 31.57/4.44  **** run 71 fork 6 starts with strategy
% 31.57/4.44  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 31.57/4.50  
% 31.57/4.50  fork 3: search finished without proof.
% 31.57/4.52  
% 31.57/4.52  **** run 68 fork 3 starts with strategy
% 31.57/4.52  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 34.75/5.03  
% 34.75/5.03  fork 7: search finished without proof.
% 34.75/5.05  
% 34.75/5.05  **** run 80 fork 7 starts with strategy
% 34.75/5.05  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 36.13/5.21  
% 36.13/5.21  fork 5: search finished without proof.
% 36.13/5.22  
% 36.13/5.22  
% 36.13/5.22  fork 0: search terminated without proof.
% 36.13/5.23  
% 36.13/5.23  
% 36.13/5.23  fork 4: search terminated without proof.
% 36.13/5.23  
% 36.13/5.23  **** run 78 fork 5 starts with strategy
% 36.13/5.23  {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 36.13/5.23  
% 36.13/5.23  fork 1: search finished without proof.
% 37.82/5.25  
% 37.82/5.25  **** run 73 fork 0 starts with strategy
% 37.82/5.25  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 37.82/5.25  
% 37.82/5.25  **** run 77 fork 4 starts with strategy
% 37.82/5.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 37.82/5.25  
% 37.82/5.25  **** run 74 fork 1 starts with strategy
% 37.82/5.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 37.82/5.28  
% 37.82/5.28  fork 0: search finished without proof.
% 37.82/5.30  
% 37.82/5.30  **** run 81 fork 0 starts with strategy
% 37.82/5.30  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 38.29/5.33  
% 38.29/5.33  
% 38.29/5.33  fork 2: search terminated without proof.
% 38.72/5.36  
% 38.72/5.36  **** run 75 fork 2 starts with strategy
% 38.72/5.36  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 39.86/5.54  
% 39.86/5.54  
% 39.86/5.54  fork 3: search terminated without proof.
% 40.22/5.57  
% 40.22/5.57  **** run 76 fork 3 starts with strategy
% 40.22/5.57  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 40.22/5.58  
% 40.22/5.58  fork 6: search finished without proof.
% 40.22/5.60  
% 40.22/5.60  **** run 79 fork 6 starts with strategy
% 40.22/5.60  {"max_dseconds":10,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 40.22/5.63  
% 40.22/5.63  fork 6: search finished without proof.
% 41.02/5.65  
% 41.02/5.65  **** run 87 fork 6 starts with strategy
% 41.02/5.65  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 43.14/6.01  
% 43.14/6.01  fork 7: search finished without proof.
% 43.14/6.04  
% 43.14/6.04  **** run 88 fork 7 starts with strategy
% 43.14/6.04  {"max_dseconds":50,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 45.44/6.27  
% 45.44/6.27  
% 45.44/6.27  fork 4: search terminated without proof.
% 45.44/6.28  
% 45.44/6.28  
% 45.44/6.28  fork 1: search terminated without proof.
% 45.44/6.30  
% 45.44/6.30  **** run 85 fork 4 starts with strategy
% 45.44/6.30  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 45.44/6.30  
% 45.44/6.30  **** run 82 fork 1 starts with strategy
% 45.44/6.30  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 45.44/6.31  
% 45.44/6.31  fork 2: search finished without proof.
% 45.44/6.32  
% 45.44/6.32  
% 45.44/6.32  result: proof found
% 45.44/6.32  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 45.44/6.32  by run 78 fork 5 strategy {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 45.44/6.32  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 45.44/6.32  
% 45.44/6.32  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 45.44/6.32  
% 45.44/6.32  run 78 fork 5 statistics:
% 45.44/6.32  ----------------------------------
% 45.44/6.32  this run seconds: 0.541414
% 45.44/6.32  total seconds: 5.354940
% 45.44/6.32  stat_given_used: 1194
% 45.44/6.32  stat_given_used_at_endgame: 0
% 45.44/6.32  stat_given_candidates:   2627
% 45.44/6.32  stat_given_candidates_at_endgame: 0
% 45.44/6.32  stat_given_candidates_h: 0
% 45.44/6.32  stat_binres_derived_cl:   107266
% 45.44/6.32  stat_binres_derived_cl_h: 0
% 45.44/6.32  stat_factor_derived_cl: 0
% 45.44/6.32  stat_para_derived_cl: 0
% 45.44/6.32  stat_tautologies_discarded: 1
% 45.44/6.32  stat_forward_subsumed: 17033
% 45.44/6.32  stat_derived_cut: 1
% 45.44/6.32  stat_derived_rewritten: 0
% 45.44/6.32  stat_weight_discarded_building: 0
% 45.44/6.32  stat_weight_discarded_cl: 86054
% 45.44/6.32  stat_internlimit_discarded_cl: 0
% 45.44/6.32  stat_simplified:  0 simplified 0 derived 0 given
% 45.44/6.32  stat_kept_cl: 4177
% 45.44/6.32  stat_built_cl: 92619
% 45.44/6.32  stat_hyperres_partial_cl: 0
% 45.44/6.32  stat_made_rewriters: 0
% 45.44/6.32  stat_backward_subsumed: 0
% 45.44/6.32  stat_propagated_subsumed: 0
% 45.44/6.32  stat_clsubs_attempted:                    207379
% 45.44/6.32  stat_clsubs_fact_groundunit_found:             0
% 45.44/6.32  stat_clsubs_rule_groundunit_found:             1
% 45.44/6.32  stat_clsubs_top_meta_attempted:             887862
% 45.44/6.32  stat_clsubs_top_meta_failed:                680483
% 45.44/6.32  stat_clsubs_top_meta_nonpref_attempted:              887862
% 45.44/6.32  stat_clsubs_top_meta_nonpref_succeeded:              328495
% 45.44/6.32  stat_clsubs_top_meta_pref_attempted:                 328495
% 45.44/6.32  stat_clsubs_top_meta_pref1_succeeded:                328495
% 45.44/6.32  stat_clsubs_top_meta_pref2_succeeded:                298106
% 45.44/6.32  stat_clsubs_top_meta_pref3_succeeded:                207379
% 45.44/6.32  stat_clsubs_top_meta_pref_succeeded:                 207379
% 45.44/6.32  stat_clsubs_meta_attempted:               235758
% 45.44/6.32  stat_clsubs_meta_failed:                   74183
% 45.44/6.32  stat_clsubs_predsymbs_attempted:               0
% 45.44/6.32  stat_clsubs_unit_attempted:               155357
% 45.44/6.32  stat_clsubs_full_attempted:                52022
% 45.44/6.32  stat_forwardsubs_attempted:               107265
% 45.44/6.32  stat_lit_hash_added:                   4823
% 45.44/6.32  stat_lit_hash_computed:              118765
% 45.44/6.32  stat_lit_hash_match_found:            17034
% 45.44/6.32  stat_lit_hash_match_miss:            188629
% 45.44/6.32  stat_lit_hash_cut_ok:                     0
% 45.44/6.32  stat_lit_strong_cut_ok:                   1
% 45.44/6.32  stat_lit_hash_subsume_ok:             17033
% 45.44/6.32  clqueue els 10000000 used 1
% 45.44/6.32  clactive els 10000000 used 1195
% 45.44/6.32  clactivesubsume els 10000000 used 7159
% 45.44/6.32  queue_termbuf els 200000000 used 292534
% 45.44/6.32  hyper_termbuf els 100000000 used 1
% 45.44/6.32  active_termbuf els 100000000 used 63818
% 45.44/6.32  varstack els 5000 last used 1
% 45.44/6.32  given_termbuf els 10000000 last used 1
% 45.44/6.32  simplified_termbuf els 10000000 last used 1
% 45.44/6.32  derived_termbuf els 10000000 last used 54
% 45.44/6.32  wr_mallocs: 16494
% 45.44/6.32  wr_callocs: 21
% 45.44/6.32  wr_reallocs: 1290
% 45.44/6.32  wr_frees: 2
% 45.44/6.32  wr_malloc_bytes: 4163152340
% 45.44/6.32  wr_calloc_bytes: 112065536
% 45.44/6.32  wr_realloc_bytes: 202672
% 45.44/6.32  wr_realloc_freebytes: 0
% 45.44/6.32  ----------------------------------
%------------------------------------------------------------------------------