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

View Problem - Process Solution

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

% Computer : n005.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:36:45 EDT 2023

% Result   : Unsatisfiable 34.51s 4.82s
% Output   : CNFRefutation 34.51s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named condensed_detachment)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ is_a_theorem(equivalent(X,Y))
    | ~ is_a_theorem(X)
    | is_a_theorem(Y) ),
    inference(cnf_transformation,[],[condensed_detachment]) ).

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

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

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

cnf('5',plain,
    ( ~ is_a_theorem(equivalent(X,Y))
    | ~ is_a_theorem(equivalent(Z,Y))
    | ~ is_a_theorem(X)
    | is_a_theorem(Z) ),
    inference(resolution,[],['4','1']) ).

cnf('6',plain,
    ( ~ is_a_theorem(equivalent(X,equivalent(equivalent(Y,Z),U)))
    | ~ is_a_theorem(equivalent(U,Z))
    | ~ is_a_theorem(Y)
    | is_a_theorem(X) ),
    inference(resolution,[],['5','3']) ).

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

cnf('8',plain,
    ( ~ is_a_theorem(equivalent(equivalent(X,Y),Z))
    | ~ is_a_theorem(equivalent(Y,U))
    | is_a_theorem(equivalent(U,Z))
    | ~ is_a_theorem(X) ),
    inference(resolution,[],['7','4']) ).

cnf('9',plain,
    ( is_a_theorem(equivalent(equivalent(equivalent(X,Y),Y),X))
    | ~ is_a_theorem(equivalent(X,Y)) ),
    inference(factorization,[],['4']) ).

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

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

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

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

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

cnf('15',plain,
    ( ~ is_a_theorem(equivalent(equivalent(X,Y),Z))
    | ~ is_a_theorem(equivalent(Y,U))
    | ~ is_a_theorem(equivalent(U,Z))
    | is_a_theorem(X) ),
    inference(resolution,[],['14','4']) ).

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

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

cnf('18',plain,
    ( ~ is_a_theorem(equivalent(equivalent(X,Y),Z))
    | ~ is_a_theorem(equivalent(Y,U))
    | ~ is_a_theorem(equivalent(Z,X))
    | is_a_theorem(U) ),
    inference(resolution,[],['17','4']) ).

cnf('19',plain,
    ( ~ is_a_theorem(equivalent(equivalent(X,equivalent(equivalent(X,Y),Z)),Z))
    | ~ is_a_theorem(equivalent(Y,U))
    | is_a_theorem(U) ),
    inference(resolution,[],['18','2']) ).

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

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

cnf('22',plain,
    ( ~ is_a_theorem(equivalent(X,equivalent(Y,X)))
    | is_a_theorem(Y) ),
    inference(resolution,[],['16','2']) ).

cnf('23',plain,
    is_a_theorem(equivalent(equivalent(equivalent(X,Y),Y),X)),
    inference(resolution,[],['21','22']) ).

cnf('24',plain,
    is_a_theorem(equivalent(X,X)),
    inference(resolution,[],['23','20']) ).

cnf('25',plain,
    ( ~ is_a_theorem(equivalent(X,Y))
    | is_a_theorem(equivalent(Y,X)) ),
    inference(resolution,[],['24','10']) ).

cnf('26',plain,
    is_a_theorem(equivalent(X,equivalent(equivalent(X,Y),Y))),
    inference(resolution,[],['25','23']) ).

cnf('27',plain,
    ( ~ is_a_theorem(equivalent(equivalent(equivalent(X,Y),Y),Z))
    | is_a_theorem(equivalent(Z,X)) ),
    inference(resolution,[],['26','10']) ).

cnf('28',plain,
    ( is_a_theorem(equivalent(equivalent(X,Y),equivalent(equivalent(Y,Z),Z)))
    | ~ is_a_theorem(X) ),
    inference(resolution,[],['21','1']) ).

cnf('29',plain,
    ( ~ is_a_theorem(equivalent(equivalent(X,Y),Y))
    | is_a_theorem(equivalent(equivalent(X,Z),Z)) ),
    inference(resolution,[],['28','20']) ).

cnf('30',plain,
    is_a_theorem(equivalent(equivalent(equivalent(X,X),Y),Y)),
    inference(resolution,[],['29','23']) ).

cnf('31',plain,
    ( ~ is_a_theorem(equivalent(equivalent(X,Y),X))
    | is_a_theorem(Y) ),
    inference(resolution,[],['30','17']) ).

cnf('32',plain,
    is_a_theorem(equivalent(equivalent(equivalent(X,Y),equivalent(equivalent(Z,Y),X)),Z)),
    inference(resolution,[],['31','12']) ).

cnf('33',plain,
    ( is_a_theorem(equivalent(equivalent(X,Y),equivalent(Z,X)))
    | ~ is_a_theorem(equivalent(Y,Z)) ),
    inference(resolution,[],['32','17']) ).

cnf('34',plain,
    ( is_a_theorem(equivalent(equivalent(X,Y),equivalent(Y,Z)))
    | ~ is_a_theorem(equivalent(Z,X)) ),
    inference(resolution,[],['33','25']) ).

cnf('35',plain,
    ( is_a_theorem(equivalent(equivalent(X,Y),Z))
    | ~ is_a_theorem(equivalent(Y,equivalent(Z,X))) ),
    inference(resolution,[],['27','34']) ).

cnf('36',plain,
    ( ~ is_a_theorem(equivalent(X,equivalent(Y,Z)))
    | is_a_theorem(equivalent(Y,equivalent(Z,X))) ),
    inference(resolution,[],['35','25']) ).

cnf('37',plain,
    is_a_theorem(equivalent(X,equivalent(equivalent(Y,Z),equivalent(equivalent(X,Z),Y)))),
    inference(resolution,[],['32','25']) ).

cnf('38',plain,
    is_a_theorem(equivalent(equivalent(X,Y),equivalent(equivalent(equivalent(Z,Y),X),Z))),
    inference(resolution,[],['36','37']) ).

cnf('39',plain,
    is_a_theorem(equivalent(equivalent(equivalent(X,Y),Z),equivalent(X,equivalent(Z,Y)))),
    inference(resolution,[],['38','36']) ).

cnf('40',plain,
    is_a_theorem(equivalent(equivalent(X,equivalent(Y,Z)),equivalent(equivalent(X,Z),Y))),
    inference(resolution,[],['39','25']) ).

cnf('41',plain,
    is_a_theorem(equivalent(equivalent(equivalent(X,Y),equivalent(X,Z)),equivalent(Y,Z))),
    inference(resolution,[],['40','11']) ).

cnf('42',plain,
    is_a_theorem(equivalent(equivalent(X,Y),equivalent(equivalent(Z,X),equivalent(Z,Y)))),
    inference(resolution,[],['41','25']) ).

cnf('43',plain,
    is_a_theorem(equivalent(equivalent(X,Y),equivalent(equivalent(X,Z),equivalent(Y,Z)))),
    inference(resolution,[],['42','36']) ).

cnf('44',plain,
    is_a_theorem(equivalent(equivalent(equivalent(equivalent(X,Y),Z),equivalent(Y,Z)),X)),
    inference(resolution,[],['43','27']) ).

cnf('45',plain,
    ( is_a_theorem(equivalent(X,equivalent(equivalent(Y,Z),Z)))
    | ~ is_a_theorem(equivalent(Y,X)) ),
    inference(resolution,[],['23','10']) ).

cnf('46',plain,
    ( is_a_theorem(equivalent(equivalent(X,Y),equivalent(Y,Z)))
    | ~ is_a_theorem(equivalent(X,Z)) ),
    inference(resolution,[],['36','45']) ).

cnf('47',plain,
    ( ~ is_a_theorem(equivalent(equivalent(X,Y),Z))
    | is_a_theorem(equivalent(equivalent(Y,Z),X)) ),
    inference(resolution,[],['46','27']) ).

cnf('48',plain,
    is_a_theorem(equivalent(equivalent(equivalent(X,Y),Z),equivalent(equivalent(Z,X),Y))),
    inference(resolution,[],['44','47']) ).

cnf('49',plain,
    ~ is_a_theorem(equivalent(equivalent(a,b),equivalent(c,equivalent(equivalent(b,c),a)))),
    inference(cnf_transformation,[],[prove_yrm]) ).

cnf('50',plain,
    $false,
    inference(resolution,[then_simplify],['48','36','49']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : LCL016-1 : TPTP v8.1.2. Released v1.0.0.
% 0.11/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n005.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Fri Aug 25 06:35:38 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.12/0.38  
% 0.12/0.38  input clause set summed statistics:
% 0.12/0.38  ----------------------------------
% 0.12/0.38  in_clause_count:                     3
% 0.12/0.38  in_rule_clause_count:                3
% 0.12/0.38  in_fact_clause_count:                0
% 0.12/0.38  in_answer_clause_count:              0
% 0.12/0.38  in_ground_clause_count:              1
% 0.12/0.38  in_unit_clause_count:                2
% 0.12/0.38  in_horn_clause_count:                3
% 0.12/0.38  in_pos_clause_count:                 1
% 0.12/0.38  in_neg_clause_count:                 1
% 0.12/0.38  in_poseq_clause_count:               0
% 0.12/0.38  in_negeq_clause_count:               0
% 0.12/0.38  in_unitposeq_clause_count:           0
% 0.12/0.38  in_chain_clause_count:               0
% 0.12/0.38  in_min_length:             1
% 0.12/0.38  in_max_length:             3
% 0.12/0.38  in_min_depth:              2
% 0.12/0.38  in_max_depth:              5
% 0.12/0.38  in_min_size:               8
% 0.12/0.38  in_max_size:              12
% 0.12/0.38  in_min_vars:               0
% 0.12/0.38  in_max_vars:               3
% 0.12/0.38  in_extaxiom_count:                 0
% 0.12/0.38  in_axiom_count:                    2
% 0.12/0.38  in_assumption_count:               0
% 0.12/0.38  in_goal_count:                     1
% 0.12/0.38  in_neg_goal_count:                 1
% 0.12/0.38  in_pos_goal_count:                 0
% 0.12/0.38  in_posunit_goal_count:             0
% 0.12/0.38  
% 0.12/0.38  auto guide:
% 0.12/0.38  -----------
% 0.12/0.38  {
% 0.12/0.38  "print":1,
% 0.12/0.38  "print_level": 15,
% 0.12/0.38  "max_size": 0,
% 0.12/0.38  "max_depth": 0,
% 0.12/0.38  "max_length": 0,
% 0.12/0.38  "max_dseconds": 0,
% 0.12/0.38  "equality":0,
% 0.12/0.38  "runs":[
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.12/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.12/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.12/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.12/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.12/0.38  
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.12/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1} 
% 0.12/0.38  
% 0.12/0.38  ]}
% 0.12/0.38  
% 0.12/0.38  
% 0.12/0.38  **** run 1 fork 0 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 2 fork 1 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 3 fork 2 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.12/0.38  
% 0.12/0.38  **** run 4 fork 3 starts with strategy
% 0.12/0.38  
% 0.12/0.38  **** run 5 fork 4 starts with strategy
% 0.12/0.38  
% 0.12/0.38  **** run 8 fork 7 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.12/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.12/0.38  
% 0.12/0.38  **** run 6 fork 5 starts with strategy
% 0.12/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.12/0.39  
% 0.12/0.39  **** run 7 fork 6 starts with strategy
% 0.12/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 2: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  fork 7: search finished without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 4: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 3: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 5: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  fork 1: search finished without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 0: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 6: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  **** run 12 fork 3 starts with strategy
% 0.18/0.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.52  
% 0.18/0.52  **** run 11 fork 2 starts with strategy
% 0.18/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.18/0.53  
% 0.18/0.53  **** run 16 fork 7 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  **** run 14 fork 5 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  **** run 13 fork 4 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  **** run 10 fork 1 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.18/0.54  
% 0.18/0.54  **** run 9 fork 0 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.54  
% 0.18/0.54  **** run 15 fork 6 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 2: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  fork 7: search finished without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 4: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 5: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 1: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 0: search terminated without proof.
% 0.18/0.66  
% 0.18/0.66  **** run 24 fork 7 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.18/0.66  
% 0.18/0.66  **** run 19 fork 2 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.18/0.66  
% 0.18/0.66  **** run 22 fork 5 starts with strategy
% 0.18/0.66  
% 0.18/0.66  **** run 21 fork 4 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.18/0.66  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.66  
% 0.18/0.66  **** run 18 fork 1 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 2.40/0.67  
% 2.40/0.67  **** run 17 fork 0 starts with strategy
% 2.40/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 2.40/0.68  
% 2.40/0.68  
% 2.40/0.68  fork 3: search terminated without proof.
% 2.47/0.69  
% 2.47/0.69  fork 6: search finished without proof.
% 2.47/0.71  
% 2.47/0.71  **** run 20 fork 3 starts with strategy
% 2.47/0.71  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 2.47/0.72  
% 2.47/0.72  **** run 23 fork 6 starts with strategy
% 2.47/0.72  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 2.47/0.75  
% 2.47/0.75  fork 3: search finished without proof.
% 2.47/0.77  
% 2.47/0.77  fork 4: search finished without proof.
% 2.47/0.78  
% 2.47/0.78  **** run 28 fork 3 starts with strategy
% 2.47/0.78  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 2.47/0.78  
% 2.47/0.78  fork 7: search finished without proof.
% 3.21/0.79  
% 3.21/0.79  **** run 29 fork 4 starts with strategy
% 3.21/0.79  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":1}
% 3.21/0.79  
% 3.21/0.79  
% 3.21/0.79  fork 2: search terminated without proof.
% 3.21/0.79  
% 3.21/0.79  
% 3.21/0.79  fork 0: search terminated without proof.
% 3.21/0.79  
% 3.21/0.79  fork 5: search finished without proof.
% 3.34/0.80  
% 3.34/0.80  
% 3.34/0.80  fork 1: search terminated without proof.
% 3.34/0.80  
% 3.34/0.80  **** run 32 fork 7 starts with strategy
% 3.34/0.80  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 3.34/0.80  
% 3.34/0.80  fork 4: search finished without proof.
% 3.42/0.81  
% 3.42/0.81  **** run 25 fork 0 starts with strategy
% 3.42/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.42/0.81  
% 3.42/0.81  **** run 27 fork 2 starts with strategy
% 3.42/0.81  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 3.43/0.81  
% 3.43/0.81  **** run 30 fork 5 starts with strategy
% 3.43/0.81  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 3.43/0.82  
% 3.43/0.82  **** run 26 fork 1 starts with strategy
% 3.43/0.82  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 3.43/0.82  
% 3.43/0.82  **** run 37 fork 4 starts with strategy
% 3.43/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 3.43/0.83  
% 3.43/0.83  
% 3.43/0.83  fork 6: search terminated without proof.
% 3.43/0.85  
% 3.43/0.85  **** run 31 fork 6 starts with strategy
% 3.43/0.85  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 3.43/0.89  
% 3.43/0.89  
% 3.43/0.89  fork 3: search terminated without proof.
% 4.14/0.91  
% 4.14/0.91  **** run 36 fork 3 starts with strategy
% 4.14/0.91  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.14/0.92  
% 4.14/0.92  fork 7: search finished without proof.
% 4.14/0.92  
% 4.14/0.92  
% 4.14/0.92  fork 0: search terminated without proof.
% 4.14/0.93  
% 4.14/0.93  fork 5: search finished without proof.
% 4.14/0.93  
% 4.14/0.93  
% 4.14/0.93  fork 2: search terminated without proof.
% 4.14/0.93  
% 4.14/0.93  
% 4.14/0.93  fork 4: search terminated without proof.
% 4.14/0.94  
% 4.14/0.94  **** run 40 fork 7 starts with strategy
% 4.14/0.94  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.14/0.94  
% 4.14/0.94  **** run 33 fork 0 starts with strategy
% 4.14/0.94  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 4.14/0.94  
% 4.14/0.94  
% 4.14/0.94  fork 1: search terminated without proof.
% 4.14/0.95  
% 4.14/0.95  **** run 38 fork 5 starts with strategy
% 4.14/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.14/0.95  
% 4.14/0.95  **** run 35 fork 2 starts with strategy
% 4.14/0.95  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.14/0.95  
% 4.14/0.95  **** run 45 fork 4 starts with strategy
% 4.14/0.95  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 4.14/0.96  
% 4.14/0.96  fork 0: search finished without proof.
% 4.14/0.96  
% 4.14/0.96  fork 6: search finished without proof.
% 4.14/0.96  
% 4.14/0.96  **** run 34 fork 1 starts with strategy
% 4.14/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.14/0.97  
% 4.14/0.97  fork 5: search finished without proof.
% 4.14/0.97  
% 4.14/0.97  **** run 41 fork 0 starts with strategy
% 4.14/0.97  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.14/0.98  
% 4.14/0.98  **** run 39 fork 6 starts with strategy
% 4.14/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.84/0.99  
% 4.84/0.99  **** run 46 fork 5 starts with strategy
% 4.84/0.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 4.84/0.99  
% 4.84/0.99  fork 6: search finished without proof.
% 4.84/1.01  
% 4.84/1.01  **** run 47 fork 6 starts with strategy
% 4.84/1.01  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.84/1.05  
% 4.84/1.05  
% 4.84/1.05  fork 3: search terminated without proof.
% 4.84/1.05  
% 4.84/1.05  fork 7: search finished without proof.
% 4.84/1.07  
% 4.84/1.07  fork 2: search finished without proof.
% 4.84/1.07  
% 4.84/1.07  **** run 44 fork 3 starts with strategy
% 4.84/1.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 4.84/1.07  
% 4.84/1.07  **** run 48 fork 7 starts with strategy
% 4.84/1.07  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.84/1.08  
% 4.84/1.08  
% 4.84/1.08  fork 1: search terminated without proof.
% 5.60/1.09  
% 5.60/1.09  **** run 43 fork 2 starts with strategy
% 5.60/1.09  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.71/1.10  
% 5.71/1.10  **** run 42 fork 1 starts with strategy
% 5.71/1.10  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 12.37/1.97  
% 12.37/1.97  
% 12.37/1.97  fork 4: search terminated without proof.
% 12.37/1.99  
% 12.37/1.99  **** run 53 fork 4 starts with strategy
% 12.37/1.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.37/2.01  
% 12.37/2.01  
% 12.37/2.01  fork 5: search terminated without proof.
% 12.37/2.02  
% 12.37/2.02  
% 12.37/2.02  fork 6: search terminated without proof.
% 12.37/2.03  
% 12.37/2.03  **** run 54 fork 5 starts with strategy
% 12.37/2.03  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 13.05/2.05  
% 13.05/2.05  **** run 55 fork 6 starts with strategy
% 13.05/2.05  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 13.05/2.05  
% 13.05/2.05  
% 13.05/2.05  fork 0: search terminated without proof.
% 13.05/2.05  
% 13.05/2.05  fork 1: search finished without proof.
% 13.05/2.08  
% 13.05/2.08  **** run 50 fork 1 starts with strategy
% 13.05/2.08  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 13.05/2.08  
% 13.05/2.08  **** run 49 fork 0 starts with strategy
% 13.05/2.08  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 13.43/2.09  
% 13.43/2.09  fork 7: search finished without proof.
% 13.43/2.11  
% 13.43/2.11  
% 13.43/2.11  fork 2: search terminated without proof.
% 13.43/2.12  
% 13.43/2.12  **** run 56 fork 7 starts with strategy
% 13.43/2.12  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 13.43/2.13  
% 13.43/2.13  **** run 51 fork 2 starts with strategy
% 13.43/2.13  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 14.01/2.17  
% 14.01/2.17  
% 14.01/2.17  fork 3: search terminated without proof.
% 14.01/2.19  
% 14.01/2.19  **** run 52 fork 3 starts with strategy
% 14.01/2.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 20.13/3.00  
% 20.13/3.00  fork 6: search finished without proof.
% 20.76/3.02  
% 20.76/3.02  **** run 63 fork 6 starts with strategy
% 20.76/3.02  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 20.76/3.06  
% 20.76/3.06  
% 20.76/3.06  fork 5: search terminated without proof.
% 20.76/3.06  
% 20.76/3.06  fork 7: search finished without proof.
% 20.76/3.08  
% 20.76/3.08  **** run 62 fork 5 starts with strategy
% 20.76/3.08  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.76/3.09  
% 20.76/3.09  
% 20.76/3.09  fork 4: search terminated without proof.
% 20.76/3.10  
% 20.76/3.10  
% 20.76/3.10  fork 1: search terminated without proof.
% 20.76/3.11  
% 20.76/3.11  **** run 61 fork 4 starts with strategy
% 20.76/3.11  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 20.76/3.11  
% 20.76/3.11  
% 20.76/3.11  fork 0: search terminated without proof.
% 20.76/3.11  
% 20.76/3.11  **** run 64 fork 7 starts with strategy
% 20.76/3.11  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 20.76/3.12  
% 20.76/3.12  **** run 58 fork 1 starts with strategy
% 20.76/3.12  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 20.76/3.14  
% 20.76/3.14  **** run 57 fork 0 starts with strategy
% 20.76/3.14  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 20.76/3.15  
% 20.76/3.15  
% 20.76/3.15  fork 2: search terminated without proof.
% 21.94/3.20  
% 21.94/3.20  **** run 59 fork 2 starts with strategy
% 21.94/3.20  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 22.59/3.27  
% 22.59/3.27  
% 22.59/3.27  fork 3: search terminated without proof.
% 22.79/3.29  
% 22.79/3.29  **** run 60 fork 3 starts with strategy
% 22.79/3.29  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 22.79/3.31  
% 22.79/3.31  fork 3: search finished without proof.
% 23.10/3.32  
% 23.10/3.32  **** run 68 fork 3 starts with strategy
% 23.10/3.32  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 28.40/4.01  
% 28.40/4.01  fork 5: search finished without proof.
% 28.40/4.03  
% 28.40/4.03  **** run 70 fork 5 starts with strategy
% 28.40/4.03  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.40/4.04  
% 28.40/4.04  
% 28.40/4.04  fork 6: search terminated without proof.
% 28.40/4.06  
% 28.40/4.06  fork 7: search finished without proof.
% 28.40/4.06  
% 28.40/4.06  **** run 71 fork 6 starts with strategy
% 28.40/4.06  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 28.40/4.07  
% 28.40/4.07  fork 4: search finished without proof.
% 28.40/4.08  
% 28.40/4.08  **** run 72 fork 7 starts with strategy
% 28.40/4.08  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 29.06/4.09  
% 29.06/4.09  **** run 69 fork 4 starts with strategy
% 29.06/4.09  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 29.06/4.11  
% 29.06/4.11  fork 4: search finished without proof.
% 29.06/4.13  
% 29.06/4.13  **** run 77 fork 4 starts with strategy
% 29.06/4.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 29.06/4.14  
% 29.06/4.14  
% 29.06/4.14  fork 1: search terminated without proof.
% 29.06/4.16  
% 29.06/4.16  **** run 66 fork 1 starts with strategy
% 29.06/4.16  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 29.86/4.19  
% 29.86/4.19  
% 29.86/4.19  fork 0: search terminated without proof.
% 30.01/4.21  
% 30.01/4.21  **** run 65 fork 0 starts with strategy
% 30.01/4.21  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 30.15/4.22  
% 30.15/4.22  
% 30.15/4.22  fork 2: search terminated without proof.
% 30.15/4.24  
% 30.15/4.24  **** run 67 fork 2 starts with strategy
% 30.15/4.24  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 31.59/4.43  
% 31.59/4.43  
% 31.59/4.43  fork 3: search terminated without proof.
% 31.59/4.45  
% 31.59/4.45  **** run 76 fork 3 starts with strategy
% 31.59/4.45  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 34.51/4.82  
% 34.51/4.82  
% 34.51/4.82  result: proof found
% 34.51/4.82  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 34.51/4.82  by run 65 fork 0 strategy {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 34.51/4.82  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 34.51/4.82  
% 34.51/4.82  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 34.51/4.82  
% 34.51/4.82  run 65 fork 0 statistics:
% 34.51/4.82  ----------------------------------
% 34.51/4.82  this run seconds: 0.141684
% 34.51/4.82  total seconds: 3.900736
% 34.51/4.82  stat_given_used: 248
% 34.51/4.82  stat_given_used_at_endgame: 0
% 34.51/4.82  stat_given_candidates:   981
% 34.51/4.82  stat_given_candidates_at_endgame: 0
% 34.51/4.82  stat_given_candidates_h: 0
% 34.51/4.82  stat_binres_derived_cl:   8107
% 34.51/4.82  stat_binres_derived_cl_h: 0
% 34.51/4.82  stat_factor_derived_cl: 33
% 34.51/4.82  stat_para_derived_cl: 0
% 34.51/4.82  stat_tautologies_discarded: 141
% 34.51/4.82  stat_forward_subsumed: 3212
% 34.51/4.82  stat_derived_cut: 478
% 34.51/4.82  stat_derived_rewritten: 0
% 34.51/4.82  stat_weight_discarded_building: 0
% 34.51/4.82  stat_weight_discarded_cl: 0
% 34.51/4.82  stat_internlimit_discarded_cl: 0
% 34.51/4.82  stat_simplified:  17 simplified 0 derived 0 given
% 34.51/4.82  stat_kept_cl: 4786
% 34.51/4.82  stat_built_cl: 5299
% 34.51/4.82  stat_hyperres_partial_cl: 0
% 34.51/4.82  stat_made_rewriters: 0
% 34.51/4.82  stat_backward_subsumed: 0
% 34.51/4.82  stat_propagated_subsumed: 0
% 34.51/4.82  stat_clsubs_attempted:                     14170
% 34.51/4.82  stat_clsubs_fact_groundunit_found:             0
% 34.51/4.82  stat_clsubs_rule_groundunit_found:             1
% 34.51/4.82  stat_clsubs_top_meta_attempted:              77860
% 34.51/4.82  stat_clsubs_top_meta_failed:                 63690
% 34.51/4.82  stat_clsubs_top_meta_nonpref_attempted:               77860
% 34.51/4.82  stat_clsubs_top_meta_nonpref_succeeded:               14188
% 34.51/4.82  stat_clsubs_top_meta_pref_attempted:                  14188
% 34.51/4.82  stat_clsubs_top_meta_pref1_succeeded:                 14170
% 34.51/4.82  stat_clsubs_top_meta_pref2_succeeded:                 14170
% 34.51/4.82  stat_clsubs_top_meta_pref3_succeeded:                 14170
% 34.51/4.82  stat_clsubs_top_meta_pref_succeeded:                  14170
% 34.51/4.82  stat_clsubs_meta_attempted:                19913
% 34.51/4.82  stat_clsubs_meta_failed:                    7016
% 34.51/4.82  stat_clsubs_predsymbs_attempted:               0
% 34.51/4.82  stat_clsubs_unit_attempted:                 6036
% 34.51/4.82  stat_clsubs_full_attempted:                 8134
% 34.51/4.82  stat_forwardsubs_attempted:                 7999
% 34.51/4.82  stat_lit_hash_added:                   4384
% 34.51/4.82  stat_lit_hash_computed:               35216
% 34.51/4.82  stat_lit_hash_match_found:             3716
% 34.51/4.82  stat_lit_hash_match_miss:             33645
% 34.51/4.82  stat_lit_hash_cut_ok:                   510
% 34.51/4.82  stat_lit_strong_cut_ok:                 234
% 34.51/4.82  stat_lit_hash_subsume_ok:              3212
% 34.51/4.82  clqueue els 10000000 used 1
% 34.51/4.82  clactive els 10000000 used 249
% 34.51/4.82  clactivesubsume els 10000000 used 1483
% 34.51/4.82  queue_termbuf els 200000000 used 332038
% 34.51/4.82  hyper_termbuf els 100000000 used 1
% 34.51/4.82  active_termbuf els 100000000 used 11965
% 34.51/4.82  varstack els 5000 last used 1
% 34.51/4.82  given_termbuf els 10000000 last used 1
% 34.51/4.82  simplified_termbuf els 10000000 last used 1
% 34.51/4.82  derived_termbuf els 10000000 last used 56
% 34.51/4.82  wr_mallocs: 3854
% 34.51/4.82  wr_callocs: 21
% 34.51/4.82  wr_reallocs: 836
% 34.51/4.82  wr_frees: 2
% 34.51/4.82  wr_malloc_bytes: 4162722468
% 34.51/4.82  wr_calloc_bytes: 112065536
% 34.51/4.82  wr_realloc_bytes: 288000
% 34.51/4.82  wr_realloc_freebytes: 0
% 34.51/4.82  ----------------------------------
%------------------------------------------------------------------------------