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

View Problem - Process Solution

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

% Computer : n004.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 07:36:57 EDT 2023

% Result   : Unsatisfiable 59.26s 8.11s
% Output   : CNFRefutation 59.26s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named cn_1)

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

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

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

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

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

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

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

cnf('8',plain,
    is_a_theorem(implies(implies(not(X),X),X)),
    inference(cnf_transformation,[],[cn_2]) ).

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

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

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

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

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

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

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

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

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

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

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

cnf('20',plain,
    is_a_theorem(implies(X,X)),
    inference(resolution,[],['17','8']) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('39',plain,
    is_a_theorem(implies(implies(X,Y),implies(not(Y),implies(X,Z)))),
    inference(resolution,[],['36','7']) ).

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

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

cnf('42',plain,
    ( ~ is_a_theorem(implies(not(X),X))
    | is_a_theorem(X) ),
    inference(resolution,[],['2','8']) ).

cnf('43',plain,
    is_a_theorem(implies(implies(implies(X,X),Y),Y)),
    inference(resolution,[],['41','42']) ).

cnf('44',plain,
    ( ~ is_a_theorem(implies(implies(X,X),Y))
    | is_a_theorem(Y) ),
    inference(resolution,[],['43','2']) ).

cnf('45',plain,
    is_a_theorem(implies(implies(implies(X,Y),X),X)),
    inference(resolution,[],['38','44']) ).

cnf('46',plain,
    is_a_theorem(implies(implies(X,implies(X,Y)),implies(X,Y))),
    inference(resolution,[],['45','5']) ).

cnf('47',plain,
    is_a_theorem(implies(implies(implies(X,Y),X),implies(implies(X,Y),Y))),
    inference(resolution,[],['46','5']) ).

cnf('48',plain,
    is_a_theorem(implies(X,implies(implies(X,Y),Y))),
    inference(resolution,[],['47','32']) ).

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

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

cnf('51',plain,
    is_a_theorem(implies(implies(X,Y),implies(implies(Z,X),implies(Z,Y)))),
    inference(resolution,[],['50','1']) ).

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

cnf('53',plain,
    is_a_theorem(implies(implies(X,implies(implies(Y,Z),Y)),implies(X,Y))),
    inference(resolution,[],['52','45']) ).

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

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

cnf('56',plain,
    is_a_theorem(implies(implies(implies(X,Y),Z),implies(implies(X,Z),Z))),
    inference(resolution,[],['55','50']) ).

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

cnf('58',plain,
    is_a_theorem(implies(implies(X,implies(Y,Z)),implies(implies(Y,X),implies(Y,Z)))),
    inference(resolution,[],['57','50']) ).

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

cnf('60',plain,
    is_a_theorem(implies(implies(X,implies(Y,Z)),implies(implies(X,Y),implies(X,Z)))),
    inference(resolution,[],['59','50']) ).

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

cnf('62',plain,
    $false,
    inference(resolution,[],['60','61']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL054-1 : TPTP v8.1.2. Released v1.0.0.
% 0.12/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n004.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Fri Aug 25 06:46:08 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.20/0.40  
% 0.20/0.40  input clause set summed statistics:
% 0.20/0.40  ----------------------------------
% 0.20/0.40  in_clause_count:                     5
% 0.20/0.40  in_rule_clause_count:                5
% 0.20/0.40  in_fact_clause_count:                0
% 0.20/0.40  in_answer_clause_count:              0
% 0.20/0.40  in_ground_clause_count:              1
% 0.20/0.40  in_unit_clause_count:                4
% 0.20/0.40  in_horn_clause_count:                5
% 0.20/0.40  in_pos_clause_count:                 3
% 0.20/0.40  in_neg_clause_count:                 1
% 0.20/0.40  in_poseq_clause_count:               0
% 0.20/0.40  in_negeq_clause_count:               0
% 0.20/0.40  in_unitposeq_clause_count:           0
% 0.20/0.40  in_chain_clause_count:               0
% 0.20/0.40  in_min_length:             1
% 0.20/0.40  in_max_length:             3
% 0.20/0.40  in_min_depth:              2
% 0.20/0.40  in_max_depth:              4
% 0.20/0.40  in_min_size:               7
% 0.20/0.40  in_max_size:              14
% 0.20/0.40  in_min_vars:               0
% 0.20/0.40  in_max_vars:               3
% 0.20/0.40  in_extaxiom_count:                 0
% 0.20/0.40  in_axiom_count:                    4
% 0.20/0.40  in_assumption_count:               0
% 0.20/0.40  in_goal_count:                     1
% 0.20/0.40  in_neg_goal_count:                 1
% 0.20/0.40  in_pos_goal_count:                 0
% 0.20/0.40  in_posunit_goal_count:             0
% 0.20/0.40  
% 0.20/0.40  auto guide:
% 0.20/0.40  -----------
% 0.20/0.40  {
% 0.20/0.40  "print":1,
% 0.20/0.40  "print_level": 15,
% 0.20/0.40  "max_size": 0,
% 0.20/0.40  "max_depth": 0,
% 0.20/0.40  "max_length": 0,
% 0.20/0.40  "max_dseconds": 0,
% 0.20/0.40  "equality":0,
% 0.20/0.40  "runs":[
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1} 
% 0.20/0.40  
% 0.20/0.40  ]}
% 0.20/0.40  
% 0.20/0.40  
% 0.20/0.40  **** run 1 fork 0 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 2 fork 1 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 3 fork 2 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.40  
% 0.20/0.40  **** run 4 fork 3 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 6 fork 5 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.40  
% 0.20/0.40  **** run 7 fork 6 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 0: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 1: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 3: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 5: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 7: search terminated without proof.
% 0.20/0.57  
% 0.20/0.57  **** run 15 fork 6 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.20/0.57  
% 0.20/0.57  **** run 12 fork 3 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.57  
% 0.20/0.57  **** run 9 fork 0 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.57  
% 0.20/0.57  **** run 13 fork 4 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.57  
% 0.20/0.57  **** run 10 fork 1 starts with strategy
% 0.20/0.57  
% 0.20/0.57  **** run 16 fork 7 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.57  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.57  
% 0.20/0.57  **** run 11 fork 2 starts with strategy
% 0.20/0.57  
% 0.20/0.57  **** run 14 fork 5 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 0: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 3: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 4: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  fork 7: search finished without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 1: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 5: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 2: search terminated without proof.
% 0.20/0.71  
% 0.20/0.71  **** run 17 fork 0 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.20/0.72  
% 0.20/0.72  **** run 24 fork 7 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.72  
% 0.20/0.72  **** run 18 fork 1 starts with strategy
% 0.20/0.72  
% 0.20/0.72  **** run 20 fork 3 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.20/0.72  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.20/0.72  
% 0.20/0.72  **** run 21 fork 4 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.20/0.72  
% 0.20/0.72  **** run 22 fork 5 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.72  
% 0.20/0.72  **** run 19 fork 2 starts with strategy
% 0.20/0.72  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.20/0.75  
% 0.20/0.75  fork 6: search finished without proof.
% 0.20/0.76  
% 0.20/0.76  fork 3: search finished without proof.
% 0.20/0.79  
% 0.20/0.79  **** run 28 fork 3 starts with strategy
% 0.20/0.79  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.20/0.80  
% 0.20/0.80  **** run 23 fork 6 starts with strategy
% 0.20/0.80  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.20/0.83  
% 0.20/0.83  fork 4: search finished without proof.
% 0.20/0.84  
% 0.20/0.84  fork 5: search finished without proof.
% 0.20/0.84  
% 0.20/0.84  
% 0.20/0.84  fork 2: search terminated without proof.
% 0.20/0.85  
% 0.20/0.85  
% 0.20/0.85  fork 0: search terminated without proof.
% 0.20/0.85  
% 0.20/0.85  fork 7: search finished without proof.
% 0.20/0.85  
% 0.20/0.85  
% 0.20/0.85  fork 1: search terminated without proof.
% 0.20/0.86  
% 0.20/0.86  **** run 29 fork 4 starts with strategy
% 0.20/0.86  {"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.20/0.86  
% 0.20/0.86  **** run 30 fork 5 starts with strategy
% 0.20/0.86  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.86  
% 0.20/0.86  **** run 27 fork 2 starts with strategy
% 0.20/0.86  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 0.20/0.88  
% 0.20/0.88  **** run 32 fork 7 starts with strategy
% 0.20/0.88  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 0.20/0.88  
% 0.20/0.88  **** run 25 fork 0 starts with strategy
% 0.20/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.20/0.88  
% 0.20/0.88  **** run 26 fork 1 starts with strategy
% 0.20/0.88  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 2.25/0.90  
% 2.25/0.90  
% 2.25/0.90  fork 3: search terminated without proof.
% 2.25/0.93  
% 2.25/0.93  **** run 36 fork 3 starts with strategy
% 2.25/0.93  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.27/0.96  
% 4.27/0.96  
% 4.27/0.96  fork 6: search terminated without proof.
% 4.27/0.97  
% 4.27/0.97  fork 5: search finished without proof.
% 4.27/0.97  
% 4.27/0.97  
% 4.27/0.97  fork 4: search terminated without proof.
% 4.27/0.98  
% 4.27/0.98  
% 4.27/0.98  fork 2: search terminated without proof.
% 4.27/0.99  
% 4.27/0.99  **** run 31 fork 6 starts with strategy
% 4.27/0.99  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 4.27/0.99  
% 4.27/0.99  
% 4.27/0.99  fork 0: search terminated without proof.
% 4.27/1.00  
% 4.27/1.00  fork 1: search finished without proof.
% 4.27/1.00  
% 4.27/1.00  fork 7: search finished without proof.
% 4.27/1.00  
% 4.27/1.00  **** run 38 fork 5 starts with strategy
% 4.27/1.00  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.27/1.00  
% 4.27/1.00  **** run 37 fork 4 starts with strategy
% 4.27/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.84/1.00  
% 4.84/1.00  **** run 35 fork 2 starts with strategy
% 4.84/1.00  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.84/1.02  
% 4.84/1.02  **** run 33 fork 0 starts with strategy
% 4.84/1.02  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 4.84/1.02  
% 4.84/1.02  **** run 34 fork 1 starts with strategy
% 4.84/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.84/1.02  
% 4.84/1.02  **** run 40 fork 7 starts with strategy
% 4.84/1.02  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.84/1.04  
% 4.84/1.04  fork 0: search finished without proof.
% 4.84/1.06  
% 4.84/1.06  **** run 41 fork 0 starts with strategy
% 4.84/1.06  
% 4.84/1.06  
% 4.84/1.06  fork 3: search terminated without proof.
% 4.84/1.06  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 5.41/1.08  
% 5.41/1.08  **** run 44 fork 3 starts with strategy
% 5.41/1.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 5.41/1.10  
% 5.41/1.10  
% 5.41/1.10  fork 6: search terminated without proof.
% 5.41/1.11  
% 5.41/1.11  
% 5.41/1.11  fork 5: search terminated without proof.
% 5.41/1.11  
% 5.41/1.11  
% 5.41/1.11  fork 4: search terminated without proof.
% 5.41/1.12  
% 5.41/1.12  fork 2: search finished without proof.
% 5.41/1.13  
% 5.41/1.13  **** run 39 fork 6 starts with strategy
% 5.41/1.13  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 5.41/1.14  
% 5.41/1.14  **** run 46 fork 5 starts with strategy
% 5.41/1.14  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 5.41/1.14  
% 5.41/1.14  **** run 45 fork 4 starts with strategy
% 5.41/1.14  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 5.41/1.14  
% 5.41/1.14  **** run 43 fork 2 starts with strategy
% 5.41/1.14  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.41/1.14  
% 5.41/1.14  
% 5.41/1.14  fork 1: search terminated without proof.
% 5.41/1.14  
% 5.41/1.14  fork 7: search finished without proof.
% 5.41/1.14  
% 5.41/1.14  fork 6: search finished without proof.
% 5.41/1.17  
% 5.41/1.17  **** run 42 fork 1 starts with strategy
% 5.41/1.17  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 6.15/1.17  
% 6.15/1.17  **** run 48 fork 7 starts with strategy
% 6.15/1.17  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 6.15/1.17  
% 6.15/1.17  **** run 47 fork 6 starts with strategy
% 6.15/1.17  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 13.15/2.07  
% 13.15/2.07  
% 13.15/2.07  fork 0: search terminated without proof.
% 13.50/2.10  
% 13.50/2.10  
% 13.50/2.10  fork 3: search terminated without proof.
% 13.50/2.11  
% 13.50/2.11  **** run 49 fork 0 starts with strategy
% 13.50/2.11  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 13.50/2.13  
% 13.50/2.13  **** run 52 fork 3 starts with strategy
% 13.50/2.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 13.84/2.15  
% 13.84/2.15  
% 13.84/2.15  fork 5: search terminated without proof.
% 13.84/2.15  
% 13.84/2.15  
% 13.84/2.15  fork 4: search terminated without proof.
% 13.84/2.16  
% 13.84/2.16  
% 13.84/2.16  fork 2: search terminated without proof.
% 13.84/2.16  
% 13.84/2.16  fork 1: search finished without proof.
% 13.84/2.17  
% 13.84/2.17  fork 7: search finished without proof.
% 13.84/2.18  
% 13.84/2.18  **** run 50 fork 1 starts with strategy
% 13.84/2.18  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 13.84/2.18  
% 13.84/2.18  **** run 54 fork 5 starts with strategy
% 13.84/2.18  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 13.84/2.19  
% 13.84/2.19  **** run 53 fork 4 starts with strategy
% 13.84/2.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 13.84/2.19  
% 13.84/2.19  **** run 51 fork 2 starts with strategy
% 13.84/2.19  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 13.84/2.19  
% 13.84/2.19  **** run 56 fork 7 starts with strategy
% 13.84/2.19  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 13.84/2.41  
% 13.84/2.41  
% 13.84/2.41  fork 6: search terminated without proof.
% 13.84/2.48  
% 13.84/2.48  **** run 55 fork 6 starts with strategy
% 13.84/2.48  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 21.03/3.15  
% 21.03/3.15  
% 21.03/3.15  fork 0: search terminated without proof.
% 21.03/3.15  
% 21.03/3.15  fork 7: search finished without proof.
% 21.03/3.15  
% 21.03/3.15  
% 21.03/3.15  fork 3: search terminated without proof.
% 21.03/3.17  
% 21.03/3.17  **** run 64 fork 7 starts with strategy
% 21.03/3.17  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 21.03/3.18  
% 21.03/3.18  **** run 60 fork 3 starts with strategy
% 21.03/3.18  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 21.03/3.18  
% 21.03/3.18  **** run 57 fork 0 starts with strategy
% 21.03/3.18  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 21.03/3.21  
% 21.03/3.21  
% 21.03/3.21  fork 1: search terminated without proof.
% 21.03/3.22  
% 21.03/3.22  
% 21.03/3.22  fork 5: search terminated without proof.
% 21.03/3.22  
% 21.03/3.22  
% 21.03/3.22  fork 4: search terminated without proof.
% 21.03/3.23  
% 21.03/3.23  
% 21.03/3.23  fork 2: search terminated without proof.
% 21.03/3.23  
% 21.03/3.23  **** run 58 fork 1 starts with strategy
% 21.03/3.23  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 21.03/3.24  
% 21.03/3.24  fork 3: search finished without proof.
% 21.03/3.25  
% 21.03/3.25  **** run 61 fork 4 starts with strategy
% 21.03/3.25  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 21.03/3.26  
% 21.03/3.26  **** run 62 fork 5 starts with strategy
% 21.03/3.26  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 21.03/3.26  
% 21.03/3.26  **** run 59 fork 2 starts with strategy
% 21.03/3.26  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 21.03/3.28  
% 21.03/3.28  **** run 68 fork 3 starts with strategy
% 21.03/3.28  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 24.45/3.60  
% 24.45/3.60  fork 6: search finished without proof.
% 25.22/3.63  
% 25.22/3.63  **** run 63 fork 6 starts with strategy
% 25.22/3.63  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 27.61/4.14  
% 27.61/4.14  fork 7: search finished without proof.
% 27.61/4.17  
% 27.61/4.17  **** run 72 fork 7 starts with strategy
% 27.61/4.17  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 27.61/4.22  
% 27.61/4.22  
% 27.61/4.22  fork 0: search terminated without proof.
% 27.61/4.23  
% 27.61/4.23  fork 4: search finished without proof.
% 27.61/4.23  
% 27.61/4.23  fork 5: search finished without proof.
% 27.61/4.24  
% 27.61/4.24  **** run 65 fork 0 starts with strategy
% 27.61/4.24  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 27.61/4.25  
% 27.61/4.25  **** run 69 fork 4 starts with strategy
% 27.61/4.25  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 27.61/4.25  
% 27.61/4.25  
% 27.61/4.25  fork 1: search terminated without proof.
% 27.61/4.25  
% 27.61/4.25  **** run 70 fork 5 starts with strategy
% 27.61/4.25  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.74/4.28  
% 28.74/4.28  **** run 66 fork 1 starts with strategy
% 28.74/4.28  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 28.74/4.30  
% 28.74/4.30  
% 28.74/4.30  fork 2: search terminated without proof.
% 28.74/4.30  
% 28.74/4.30  
% 28.74/4.30  fork 3: search terminated without proof.
% 28.74/4.32  
% 28.74/4.32  **** run 67 fork 2 starts with strategy
% 28.74/4.32  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 28.74/4.33  
% 28.74/4.33  **** run 76 fork 3 starts with strategy
% 28.74/4.33  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 34.55/4.81  
% 34.55/4.81  
% 34.55/4.81  fork 6: search terminated without proof.
% 34.55/4.83  
% 34.55/4.83  **** run 71 fork 6 starts with strategy
% 34.55/4.83  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 35.30/5.12  
% 35.30/5.12  fork 7: search finished without proof.
% 35.30/5.15  
% 35.30/5.15  **** run 80 fork 7 starts with strategy
% 35.30/5.15  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 37.75/5.22  
% 37.75/5.22  fork 5: search finished without proof.
% 38.07/5.24  
% 38.07/5.24  **** run 78 fork 5 starts with strategy
% 38.07/5.24  {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 38.07/5.25  
% 38.07/5.25  fork 1: search finished without proof.
% 38.07/5.26  
% 38.07/5.26  
% 38.07/5.26  fork 0: search terminated without proof.
% 38.07/5.27  
% 38.07/5.27  **** run 74 fork 1 starts with strategy
% 38.07/5.27  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 38.07/5.28  
% 38.07/5.28  
% 38.07/5.28  fork 4: search terminated without proof.
% 38.07/5.28  
% 38.07/5.28  **** run 73 fork 0 starts with strategy
% 38.07/5.28  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 38.07/5.30  
% 38.07/5.30  **** run 77 fork 4 starts with strategy
% 38.07/5.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 38.07/5.30  
% 38.07/5.30  fork 0: search finished without proof.
% 38.07/5.32  
% 38.07/5.32  **** run 81 fork 0 starts with strategy
% 38.07/5.32  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 38.80/5.35  
% 38.80/5.35  
% 38.80/5.35  fork 2: search terminated without proof.
% 38.80/5.35  
% 38.80/5.35  
% 38.80/5.35  fork 3: search terminated without proof.
% 38.80/5.38  
% 38.80/5.38  **** run 75 fork 2 starts with strategy
% 38.80/5.38  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 38.80/5.39  
% 38.80/5.39  **** run 84 fork 3 starts with strategy
% 38.80/5.39  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 44.05/6.08  
% 44.05/6.08  fork 6: search finished without proof.
% 44.79/6.11  
% 44.79/6.11  **** run 79 fork 6 starts with strategy
% 44.79/6.11  {"max_dseconds":10,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 44.79/6.12  
% 44.79/6.12  fork 7: search finished without proof.
% 44.79/6.14  
% 44.79/6.14  fork 6: search finished without proof.
% 44.79/6.14  
% 44.79/6.14  **** run 88 fork 7 starts with strategy
% 44.79/6.14  {"max_dseconds":50,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 44.79/6.16  
% 44.79/6.16  **** run 87 fork 6 starts with strategy
% 44.79/6.16  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 45.50/6.28  
% 45.50/6.28  
% 45.50/6.28  fork 5: search terminated without proof.
% 46.28/6.29  
% 46.28/6.29  
% 46.28/6.29  fork 1: search terminated without proof.
% 46.37/6.30  
% 46.37/6.30  **** run 86 fork 5 starts with strategy
% 46.37/6.30  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 46.44/6.32  
% 46.44/6.32  **** run 82 fork 1 starts with strategy
% 46.44/6.32  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 46.44/6.32  
% 46.44/6.32  
% 46.44/6.32  fork 4: search terminated without proof.
% 46.44/6.34  
% 46.44/6.34  fork 2: search finished without proof.
% 46.44/6.35  
% 46.44/6.35  **** run 85 fork 4 starts with strategy
% 46.44/6.35  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 46.44/6.37  
% 46.44/6.37  **** run 83 fork 2 starts with strategy
% 46.44/6.37  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 59.26/8.11  
% 59.26/8.11  
% 59.26/8.11  result: proof found
% 59.26/8.11  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 59.26/8.11  by run 83 fork 2 strategy {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 59.26/8.11  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 59.26/8.11  
% 59.26/8.11  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 59.26/8.11  
% 59.26/8.11  run 83 fork 2 statistics:
% 59.26/8.11  ----------------------------------
% 59.26/8.11  this run seconds: 1.406715
% 59.26/8.11  total seconds: 7.405282
% 59.26/8.11  stat_given_used: 1878
% 59.26/8.11  stat_given_used_at_endgame: 0
% 59.26/8.11  stat_given_candidates:   3524
% 59.26/8.11  stat_given_candidates_at_endgame: 0
% 59.26/8.11  stat_given_candidates_h: 0
% 59.26/8.11  stat_binres_derived_cl:   265928
% 59.26/8.11  stat_binres_derived_cl_h: 0
% 59.26/8.11  stat_factor_derived_cl: 0
% 59.26/8.11  stat_para_derived_cl: 0
% 59.26/8.11  stat_tautologies_discarded: 1
% 59.26/8.11  stat_forward_subsumed: 115180
% 59.26/8.11  stat_derived_cut: 0
% 59.26/8.11  stat_derived_rewritten: 0
% 59.26/8.11  stat_weight_discarded_building: 0
% 59.26/8.11  stat_weight_discarded_cl: 0
% 59.26/8.11  stat_internlimit_discarded_cl: 0
% 59.26/8.11  stat_simplified:  0 simplified 0 derived 0 given
% 59.26/8.11  stat_kept_cl: 150746
% 59.26/8.11  stat_built_cl: 154502
% 59.26/8.11  stat_hyperres_partial_cl: 0
% 59.26/8.11  stat_made_rewriters: 0
% 59.26/8.11  stat_backward_subsumed: 0
% 59.26/8.11  stat_propagated_subsumed: 0
% 59.26/8.11  stat_clsubs_attempted:                    394687
% 59.26/8.11  stat_clsubs_fact_groundunit_found:             0
% 59.26/8.11  stat_clsubs_rule_groundunit_found:             1
% 59.26/8.11  stat_clsubs_top_meta_attempted:            2075144
% 59.26/8.11  stat_clsubs_top_meta_failed:               1680457
% 59.26/8.11  stat_clsubs_top_meta_nonpref_attempted:             2075144
% 59.26/8.11  stat_clsubs_top_meta_nonpref_succeeded:              639877
% 59.26/8.11  stat_clsubs_top_meta_pref_attempted:                 639877
% 59.26/8.11  stat_clsubs_top_meta_pref1_succeeded:                639877
% 59.26/8.11  stat_clsubs_top_meta_pref2_succeeded:                562149
% 59.26/8.11  stat_clsubs_top_meta_pref3_succeeded:                394687
% 59.26/8.11  stat_clsubs_top_meta_pref_succeeded:                 394687
% 59.26/8.11  stat_clsubs_meta_attempted:               447343
% 59.26/8.11  stat_clsubs_meta_failed:                  153281
% 59.26/8.11  stat_clsubs_predsymbs_attempted:               0
% 59.26/8.11  stat_clsubs_unit_attempted:               287163
% 59.26/8.11  stat_clsubs_full_attempted:               107524
% 59.26/8.11  stat_forwardsubs_attempted:               265926
% 59.26/8.11  stat_lit_hash_added:                 151740
% 59.26/8.11  stat_lit_hash_computed:              427088
% 59.26/8.11  stat_lit_hash_match_found:           115181
% 59.26/8.11  stat_lit_hash_match_miss:            312848
% 59.26/8.11  stat_lit_hash_cut_ok:                     0
% 59.26/8.11  stat_lit_strong_cut_ok:                   0
% 59.26/8.11  stat_lit_hash_subsume_ok:            115180
% 59.26/8.11  clqueue els 10000000 used 1
% 59.26/8.11  clactive els 10000000 used 1879
% 59.26/8.11  clactivesubsume els 10000000 used 11263
% 59.26/8.11  queue_termbuf els 200000000 used 13803497
% 59.26/8.11  hyper_termbuf els 100000000 used 1
% 59.26/8.11  active_termbuf els 100000000 used 98293
% 59.26/8.11  varstack els 5000 last used 1
% 59.26/8.11  given_termbuf els 10000000 last used 1
% 59.26/8.11  simplified_termbuf els 10000000 last used 1
% 59.26/8.11  derived_termbuf els 10000000 last used 60
% 59.26/8.11  wr_mallocs: 98397
% 59.26/8.11  wr_callocs: 19
% 59.26/8.11  wr_reallocs: 40418
% 59.26/8.11  wr_frees: 2
% 59.26/8.11  wr_malloc_bytes: 4167227972
% 59.26/8.11  wr_calloc_bytes: 96065504
% 59.26/8.11  wr_realloc_bytes: 6767824
% 59.26/8.11  wr_realloc_freebytes: 0
% 59.26/8.11  ----------------------------------
%------------------------------------------------------------------------------