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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 13.86s 2.36s
% Output   : CNFRefutation 13.86s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named xgj)

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

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

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

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

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

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

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

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

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

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

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

cnf('12',plain,
    ( ~ is_a_theorem(equivalent(X,Y))
    | ~ is_a_theorem(Y)
    | is_a_theorem(X) ),
    inference(resolution,[],['8','11']) ).

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

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

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

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

cnf('17',plain,
    is_a_theorem(equivalent(equivalent(X,equivalent(Y,Y)),X)),
    inference(resolution,[],['16','1']) ).

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

cnf('19',plain,
    is_a_theorem(equivalent(equivalent(X,X),equivalent(Y,Y))),
    inference(resolution,[],['18','17']) ).

cnf('20',plain,
    is_a_theorem(equivalent(X,X)),
    inference(resolution,[],['19','18']) ).

cnf('21',plain,
    ( ~ is_a_theorem(equivalent(X,Y))
    | is_a_theorem(equivalent(Y,X)) ),
    inference(resolution,[],['20','6']) ).

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

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

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

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

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

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

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

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

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

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

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

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

cnf('34',plain,
    ( ~ is_a_theorem(equivalent(equivalent(X,X),Y))
    | is_a_theorem(Y) ),
    inference(resolution,[],['19','15']) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('48',plain,
    ~ is_a_theorem(equivalent(equivalent(b,c),equivalent(a,equivalent(c,equivalent(b,a))))),
    inference(resolution,[],['46','47']) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL119-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n029.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Fri Aug 25 06:25:53 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39  input clause set summed statistics:
% 0.20/0.39  ----------------------------------
% 0.20/0.39  in_clause_count:                     3
% 0.20/0.39  in_rule_clause_count:                3
% 0.20/0.39  in_fact_clause_count:                0
% 0.20/0.39  in_answer_clause_count:              0
% 0.20/0.39  in_ground_clause_count:              1
% 0.20/0.39  in_unit_clause_count:                2
% 0.20/0.39  in_horn_clause_count:                3
% 0.20/0.39  in_pos_clause_count:                 1
% 0.20/0.39  in_neg_clause_count:                 1
% 0.20/0.39  in_poseq_clause_count:               0
% 0.20/0.39  in_negeq_clause_count:               0
% 0.20/0.39  in_unitposeq_clause_count:           0
% 0.20/0.39  in_chain_clause_count:               0
% 0.20/0.39  in_min_length:             1
% 0.20/0.39  in_max_length:             3
% 0.20/0.39  in_min_depth:              2
% 0.20/0.39  in_max_depth:              5
% 0.20/0.39  in_min_size:               8
% 0.20/0.39  in_max_size:              12
% 0.20/0.39  in_min_vars:               0
% 0.20/0.39  in_max_vars:               3
% 0.20/0.39  in_extaxiom_count:                 0
% 0.20/0.39  in_axiom_count:                    2
% 0.20/0.39  in_assumption_count:               0
% 0.20/0.39  in_goal_count:                     1
% 0.20/0.39  in_neg_goal_count:                 1
% 0.20/0.39  in_pos_goal_count:                 0
% 0.20/0.39  in_posunit_goal_count:             0
% 0.20/0.39  
% 0.20/0.39  auto guide:
% 0.20/0.39  -----------
% 0.20/0.39  {
% 0.20/0.39  "print":1,
% 0.20/0.39  "print_level": 15,
% 0.20/0.39  "max_size": 0,
% 0.20/0.39  "max_depth": 0,
% 0.20/0.39  "max_length": 0,
% 0.20/0.39  "max_dseconds": 0,
% 0.20/0.39  "equality":0,
% 0.20/0.39  "runs":[
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"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.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.39  {"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.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.39  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.39  {"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.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.39  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.39  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.39  
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1} 
% 0.20/0.39  
% 0.20/0.39  ]}
% 0.20/0.39  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  {"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.51  
% 0.20/0.51  fork 1: search finished without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 6: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 10 fork 1 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  **** run 12 fork 3 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.53  
% 0.20/0.53  **** run 13 fork 4 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.53  
% 0.20/0.53  fork 7: search finished without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 15 fork 6 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.20/0.53  
% 0.20/0.53  **** run 14 fork 5 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 0: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 9 fork 0 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.64  
% 0.20/0.64  
% 0.20/0.64  fork 1: search terminated without proof.
% 0.20/0.64  
% 0.20/0.64  fork 6: search finished without proof.
% 0.20/0.64  
% 0.20/0.64  
% 0.20/0.64  fork 3: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 4: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 2: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  **** run 18 fork 1 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.20/0.66  
% 0.20/0.66  **** run 20 fork 3 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.20/0.66  
% 0.20/0.66  **** run 23 fork 6 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.20/0.66  
% 0.20/0.66  **** run 21 fork 4 starts with strategy
% 0.20/0.66  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.20/0.67  
% 0.20/0.67  fork 7: search finished without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 22 fork 5 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 0: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 19 fork 2 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.20/0.69  
% 0.20/0.69  **** run 24 fork 7 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.69  
% 0.20/0.69  **** run 17 fork 0 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.20/0.70  
% 0.20/0.70  fork 3: search finished without proof.
% 0.20/0.71  
% 0.20/0.71  **** run 28 fork 3 starts with strategy
% 0.20/0.71  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.20/0.72  
% 0.20/0.72  fork 7: search finished without proof.
% 0.20/0.74  
% 0.20/0.74  **** run 32 fork 7 starts with strategy
% 0.20/0.74  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 0.20/0.77  
% 0.20/0.77  fork 4: search finished without proof.
% 0.20/0.78  
% 0.20/0.78  
% 0.20/0.78  fork 6: search terminated without proof.
% 0.20/0.79  
% 0.20/0.79  
% 0.20/0.79  fork 2: search terminated without proof.
% 0.20/0.79  
% 0.20/0.79  **** run 29 fork 4 starts with strategy
% 0.20/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}
% 0.20/0.80  
% 0.20/0.80  **** run 31 fork 6 starts with strategy
% 0.20/0.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.20/0.80  
% 0.20/0.80  fork 5: search finished without proof.
% 0.20/0.81  
% 0.20/0.81  **** run 27 fork 2 starts with strategy
% 0.20/0.81  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 0.20/0.82  
% 0.20/0.82  **** run 30 fork 5 starts with strategy
% 0.20/0.82  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.20/0.82  
% 0.20/0.82  
% 0.20/0.82  fork 1: search terminated without proof.
% 0.20/0.83  
% 0.20/0.83  
% 0.20/0.83  fork 0: search terminated without proof.
% 0.20/0.83  
% 0.20/0.83  fork 4: search finished without proof.
% 0.20/0.83  
% 0.20/0.83  
% 0.20/0.83  fork 3: search terminated without proof.
% 0.20/0.84  
% 0.20/0.84  **** run 37 fork 4 starts with strategy
% 0.20/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.20/0.85  
% 0.20/0.85  **** run 25 fork 0 starts with strategy
% 0.20/0.85  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.20/0.85  
% 0.20/0.85  **** run 36 fork 3 starts with strategy
% 0.20/0.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.86  
% 0.20/0.86  fork 7: search finished without proof.
% 0.20/0.87  
% 0.20/0.87  **** run 26 fork 1 starts with strategy
% 0.20/0.87  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 0.20/0.88  
% 0.20/0.88  **** run 40 fork 7 starts with strategy
% 0.20/0.88  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.20/0.93  
% 0.20/0.93  
% 0.20/0.93  fork 2: search terminated without proof.
% 0.20/0.93  
% 0.20/0.93  fork 6: search finished without proof.
% 0.20/0.93  
% 0.20/0.93  fork 5: search finished without proof.
% 0.20/0.95  
% 0.20/0.95  **** run 39 fork 6 starts with strategy
% 0.20/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 0.20/0.95  
% 0.20/0.95  **** run 35 fork 2 starts with strategy
% 0.20/0.95  
% 0.20/0.95  **** run 38 fork 5 starts with strategy
% 0.20/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 0.20/0.95  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.20/0.97  
% 0.20/0.97  
% 0.20/0.97  fork 4: search terminated without proof.
% 0.20/0.97  
% 0.20/0.97  fork 0: search finished without proof.
% 0.20/0.97  
% 0.20/0.97  fork 6: search finished without proof.
% 0.20/0.97  
% 0.20/0.97  fork 5: search finished without proof.
% 0.20/0.97  
% 0.20/0.97  
% 0.20/0.97  fork 3: search terminated without proof.
% 0.20/0.99  
% 0.20/0.99  **** run 45 fork 4 starts with strategy
% 0.20/0.99  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.20/0.99  
% 0.20/0.99  **** run 33 fork 0 starts with strategy
% 0.20/0.99  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.20/0.99  
% 0.20/0.99  **** run 47 fork 6 starts with strategy
% 0.20/0.99  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.99  
% 0.20/0.99  **** run 46 fork 5 starts with strategy
% 0.20/0.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.99  
% 0.20/0.99  **** run 44 fork 3 starts with strategy
% 0.20/0.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 0.20/0.99  
% 0.20/0.99  fork 7: search finished without proof.
% 0.20/1.01  
% 0.20/1.01  **** run 48 fork 7 starts with strategy
% 0.20/1.01  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.28/1.03  
% 4.28/1.03  fork 0: search finished without proof.
% 4.28/1.05  
% 4.28/1.05  **** run 41 fork 0 starts with strategy
% 4.28/1.05  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 5.24/1.07  
% 5.24/1.07  fork 1: search finished without proof.
% 5.47/1.08  
% 5.47/1.08  fork 2: search finished without proof.
% 5.47/1.09  
% 5.47/1.09  **** run 34 fork 1 starts with strategy
% 5.47/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.47/1.11  
% 5.47/1.11  **** run 43 fork 2 starts with strategy
% 5.47/1.11  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.95/1.21  
% 5.95/1.21  
% 5.95/1.21  fork 1: search terminated without proof.
% 6.50/1.22  
% 6.50/1.22  **** run 42 fork 1 starts with strategy
% 6.50/1.22  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 11.86/2.00  
% 11.86/2.00  
% 11.86/2.00  fork 4: search terminated without proof.
% 11.86/2.00  
% 11.86/2.00  
% 11.86/2.00  fork 6: search terminated without proof.
% 12.42/2.01  
% 12.42/2.01  
% 12.42/2.01  fork 5: search terminated without proof.
% 12.42/2.01  
% 12.42/2.01  
% 12.42/2.01  fork 3: search terminated without proof.
% 12.42/2.02  
% 12.42/2.02  **** run 53 fork 4 starts with strategy
% 12.42/2.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.42/2.03  
% 12.42/2.03  **** run 55 fork 6 starts with strategy
% 12.42/2.03  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 12.42/2.03  
% 12.42/2.03  **** run 52 fork 3 starts with strategy
% 12.42/2.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 12.42/2.04  
% 12.42/2.04  **** run 54 fork 5 starts with strategy
% 12.42/2.04  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 12.42/2.07  
% 12.42/2.07  
% 12.42/2.07  fork 0: search terminated without proof.
% 12.88/2.10  
% 12.88/2.10  **** run 49 fork 0 starts with strategy
% 12.88/2.10  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 12.88/2.13  
% 12.88/2.13  
% 12.88/2.13  fork 2: search terminated without proof.
% 12.88/2.15  
% 12.88/2.15  **** run 51 fork 2 starts with strategy
% 12.88/2.15  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 13.86/2.25  
% 13.86/2.25  fork 1: search finished without proof.
% 13.86/2.26  
% 13.86/2.26  **** run 50 fork 1 starts with strategy
% 13.86/2.26  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 13.86/2.36  
% 13.86/2.36  
% 13.86/2.36  result: proof found
% 13.86/2.36  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 13.86/2.36  by run 48 fork 7 strategy {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 13.86/2.36  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 13.86/2.36  
% 13.86/2.36  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 13.86/2.36  
% 13.86/2.36  run 48 fork 7 statistics:
% 13.86/2.36  ----------------------------------
% 13.86/2.36  this run seconds: 0.571503
% 13.86/2.36  total seconds: 1.185517
% 13.86/2.36  stat_given_used: 330
% 13.86/2.36  stat_given_used_at_endgame: 0
% 13.86/2.36  stat_given_candidates:   4961
% 13.86/2.36  stat_given_candidates_at_endgame: 0
% 13.86/2.36  stat_given_candidates_h: 0
% 13.86/2.36  stat_binres_derived_cl:   16783
% 13.86/2.36  stat_binres_derived_cl_h: 0
% 13.86/2.36  stat_factor_derived_cl: 37
% 13.86/2.36  stat_para_derived_cl: 0
% 13.86/2.36  stat_tautologies_discarded: 1366
% 13.86/2.36  stat_forward_subsumed: 4793
% 13.86/2.36  stat_derived_cut: 729
% 13.86/2.36  stat_derived_rewritten: 0
% 13.86/2.36  stat_weight_discarded_building: 0
% 13.86/2.36  stat_weight_discarded_cl: 691
% 13.86/2.36  stat_internlimit_discarded_cl: 0
% 13.86/2.36  stat_simplified:  3 simplified 0 derived 0 given
% 13.86/2.36  stat_kept_cl: 9969
% 13.86/2.36  stat_built_cl: 11323
% 13.86/2.36  stat_hyperres_partial_cl: 0
% 13.86/2.36  stat_made_rewriters: 0
% 13.86/2.36  stat_backward_subsumed: 0
% 13.86/2.36  stat_propagated_subsumed: 0
% 13.86/2.36  stat_clsubs_attempted:                    119359
% 13.86/2.36  stat_clsubs_fact_groundunit_found:             0
% 13.86/2.36  stat_clsubs_rule_groundunit_found:             1
% 13.86/2.36  stat_clsubs_top_meta_attempted:             359148
% 13.86/2.36  stat_clsubs_top_meta_failed:                239789
% 13.86/2.36  stat_clsubs_top_meta_nonpref_attempted:              359148
% 13.86/2.36  stat_clsubs_top_meta_nonpref_succeeded:              119394
% 13.86/2.36  stat_clsubs_top_meta_pref_attempted:                 119394
% 13.86/2.36  stat_clsubs_top_meta_pref1_succeeded:                119359
% 13.86/2.36  stat_clsubs_top_meta_pref2_succeeded:                119359
% 13.86/2.36  stat_clsubs_top_meta_pref3_succeeded:                119359
% 13.86/2.36  stat_clsubs_top_meta_pref_succeeded:                 119359
% 13.86/2.36  stat_clsubs_meta_attempted:               180284
% 13.86/2.36  stat_clsubs_meta_failed:                  110493
% 13.86/2.36  stat_clsubs_predsymbs_attempted:               0
% 13.86/2.36  stat_clsubs_unit_attempted:                22977
% 13.86/2.36  stat_clsubs_full_attempted:                96382
% 13.86/2.36  stat_forwardsubs_attempted:                15454
% 13.86/2.36  stat_lit_hash_added:                  11924
% 13.86/2.36  stat_lit_hash_computed:               89829
% 13.86/2.36  stat_lit_hash_match_found:             6095
% 13.86/2.36  stat_lit_hash_match_miss:             78303
% 13.86/2.36  stat_lit_hash_cut_ok:                  1285
% 13.86/2.36  stat_lit_strong_cut_ok:                   7
% 13.86/2.36  stat_lit_hash_subsume_ok:              4793
% 13.86/2.36  clqueue els 10000000 used 1
% 13.86/2.36  clactive els 10000000 used 331
% 13.86/2.36  clactivesubsume els 10000000 used 1975
% 13.86/2.36  queue_termbuf els 200000000 used 602747
% 13.86/2.36  hyper_termbuf els 100000000 used 1
% 13.86/2.36  active_termbuf els 100000000 used 15414
% 13.86/2.36  varstack els 5000 last used 1
% 13.86/2.36  given_termbuf els 10000000 last used 1
% 13.86/2.36  simplified_termbuf els 10000000 last used 1
% 13.86/2.36  derived_termbuf els 10000000 last used 56
% 13.86/2.36  wr_mallocs: 3085
% 13.86/2.36  wr_callocs: 21
% 13.86/2.36  wr_reallocs: 1448
% 13.86/2.36  wr_frees: 2
% 13.86/2.36  wr_malloc_bytes: 4162697524
% 13.86/2.36  wr_calloc_bytes: 112065536
% 13.86/2.36  wr_realloc_bytes: 790120
% 13.86/2.36  wr_realloc_freebytes: 0
% 13.86/2.36  ----------------------------------
%------------------------------------------------------------------------------