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

View Problem - Process Solution

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

% Computer : n007.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:41 EDT 2023

% Result   : Unsatisfiable 77.45s 10.32s
% Output   : CNFRefutation 77.45s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named an_CAMerideth)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    is_a_theorem(or(not(or(not(or(not(X),Y)),or(Z,or(U,V)))),or(not(or(not(U),X)),or(Z,or(V,X))))),
    inference(cnf_transformation,[],[an_CAMerideth]) ).

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

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

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

cnf('5',plain,
    is_a_theorem(or(not(or(not(or(X,Y)),Z)),or(not(or(not(U),Y)),or(or(not(Y),V),Z)))),
    inference(resolution,[],['4','3']) ).

cnf('6',plain,
    is_a_theorem(or(not(or(not(or(not(X),Y)),or(Z,X))),or(not(or(not(U),X)),or(V,or(Z,X))))),
    inference(resolution,[],['5','3']) ).

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

cnf('8',plain,
    is_a_theorem(or(not(or(not(X),or(not(Y),or(Z,Y)))),or(U,or(not(or(not(V),Y)),or(not(Y),or(Z,Y)))))),
    inference(resolution,[],['7','6']) ).

cnf('9',plain,
    ( is_a_theorem(or(X,or(not(or(not(Y),Z)),or(not(Z),or(U,Z)))))
    | ~ is_a_theorem(or(not(V),or(not(Z),or(U,Z)))) ),
    inference(resolution,[],['8','2']) ).

cnf('10',plain,
    is_a_theorem(or(X,or(not(or(not(Y),or(not(Z),U))),or(not(or(not(Z),U)),or(V,or(not(Z),U)))))),
    inference(resolution,[],['9','6']) ).

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

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

cnf('13',plain,
    is_a_theorem(or(not(or(not(X),or(Y,or(not(Z),U)))),or(V,or(not(or(not(Z),U)),or(Y,or(not(Z),U)))))),
    inference(resolution,[],['12','7']) ).

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

cnf('15',plain,
    is_a_theorem(or(not(or(not(X),Y)),or(not(or(not(Z),U)),or(or(not(Z),U),Y)))),
    inference(resolution,[],['12','3']) ).

cnf('16',plain,
    is_a_theorem(or(not(or(not(or(not(X),Y)),Z)),or(not(or(not(X),Y)),or(U,Z)))),
    inference(resolution,[],['15','3']) ).

cnf('17',plain,
    is_a_theorem(or(X,or(not(or(not(Y),Z)),or(not(or(not(U),V)),or(not(Y),Z))))),
    inference(resolution,[],['14','16']) ).

cnf('18',plain,
    ( is_a_theorem(or(not(or(not(X),Y)),or(not(or(not(Z),U)),or(not(X),Y))))
    | ~ is_a_theorem(V) ),
    inference(resolution,[],['17','2']) ).

cnf('19',plain,
    is_a_theorem(or(not(or(not(X),Y)),or(not(or(not(Z),U)),or(not(X),Y)))),
    inference(resolution,[],['18','17']) ).

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

cnf('21',plain,
    is_a_theorem(or(not(or(not(X),Y)),or(Z,or(not(or(not(U),V)),or(not(X),Y))))),
    inference(resolution,[],['19','20']) ).

cnf('22',plain,
    is_a_theorem(or(not(or(not(not(or(not(X),Y))),Z)),or(U,or(or(not(Z),V),Z)))),
    inference(resolution,[],['21','3']) ).

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

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

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

cnf('26',plain,
    is_a_theorem(or(not(or(not(or(not(X),Y)),Z)),or(not(X),or(X,Z)))),
    inference(resolution,[],['25','3']) ).

cnf('27',plain,
    is_a_theorem(or(X,or(not(or(not(Y),Z)),or(not(Z),or(Z,Z))))),
    inference(resolution,[],['26','9']) ).

cnf('28',plain,
    ( is_a_theorem(or(not(or(not(X),Y)),or(not(Y),or(Y,Y))))
    | ~ is_a_theorem(Z) ),
    inference(resolution,[],['27','2']) ).

cnf('29',plain,
    is_a_theorem(or(not(or(not(X),Y)),or(not(Y),or(Y,Y)))),
    inference(resolution,[],['28','27']) ).

cnf('30',plain,
    is_a_theorem(or(not(or(not(X),Y)),or(not(X),or(X,Y)))),
    inference(resolution,[],['29','3']) ).

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

cnf('32',plain,
    is_a_theorem(or(X,or(not(or(not(Y),Z)),or(not(Z),or(U,Z))))),
    inference(resolution,[],['31','9']) ).

cnf('33',plain,
    ( is_a_theorem(or(not(or(not(X),Y)),or(not(Y),or(Z,Y))))
    | ~ is_a_theorem(U) ),
    inference(resolution,[],['32','2']) ).

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

cnf('35',plain,
    is_a_theorem(or(not(or(not(X),Y)),or(Z,or(not(Y),or(U,Y))))),
    inference(resolution,[],['34','20']) ).

cnf('36',plain,
    is_a_theorem(or(not(or(not(not(X)),Y)),or(Z,or(or(U,X),Y)))),
    inference(resolution,[],['35','3']) ).

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

cnf('38',plain,
    is_a_theorem(or(not(or(not(X),or(Y,Z))),or(U,or(not(Z),or(Y,Z))))),
    inference(resolution,[],['34','7']) ).

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

cnf('40',plain,
    is_a_theorem(or(X,or(not(or(Y,not(Z))),or(U,or(Y,not(Z)))))),
    inference(resolution,[],['37','39']) ).

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

cnf('42',plain,
    is_a_theorem(or(not(or(X,not(Y))),or(Z,or(X,not(Y))))),
    inference(resolution,[],['41','40']) ).

cnf('43',plain,
    is_a_theorem(or(not(or(not(not(X)),X)),or(Y,or(not(Z),X)))),
    inference(resolution,[],['42','3']) ).

cnf('44',plain,
    is_a_theorem(or(X,or(not(or(not(Y),Z)),or(U,or(not(Y),Z))))),
    inference(resolution,[],['43','39']) ).

cnf('45',plain,
    ( is_a_theorem(or(not(or(not(X),Y)),or(Z,or(not(X),Y))))
    | ~ is_a_theorem(U) ),
    inference(resolution,[],['44','2']) ).

cnf('46',plain,
    is_a_theorem(or(not(or(not(X),Y)),or(Z,or(not(X),Y)))),
    inference(resolution,[],['45','44']) ).

cnf('47',plain,
    is_a_theorem(or(not(or(not(not(X)),X)),or(Y,or(Z,X)))),
    inference(resolution,[],['46','3']) ).

cnf('48',plain,
    is_a_theorem(or(not(or(not(X),Y)),or(not(Z),or(Z,Y)))),
    inference(resolution,[],['34','3']) ).

cnf('49',plain,
    is_a_theorem(or(not(or(not(X),Y)),or(not(X),or(Z,Y)))),
    inference(resolution,[],['48','3']) ).

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

cnf('51',plain,
    is_a_theorem(or(not(or(not(not(X)),X)),or(Y,or(Z,or(U,X))))),
    inference(resolution,[],['47','50']) ).

cnf('52',plain,
    is_a_theorem(or(not(or(not(X),not(Y))),or(Z,or(or(U,Y),not(Y))))),
    inference(resolution,[],['51','3']) ).

cnf('53',plain,
    is_a_theorem(or(not(or(not(or(X,Y)),Z)),or(U,or(not(Y),Z)))),
    inference(resolution,[],['52','3']) ).

cnf('54',plain,
    is_a_theorem(or(not(or(not(not(X)),or(Y,X))),or(Z,or(U,or(Y,X))))),
    inference(resolution,[],['53','3']) ).

cnf('55',plain,
    ( ~ is_a_theorem(or(not(not(X)),or(Y,X)))
    | is_a_theorem(or(Z,or(U,or(Y,X)))) ),
    inference(resolution,[],['54','2']) ).

cnf('56',plain,
    is_a_theorem(or(not(or(not(X),or(Y,Z))),or(U,or(not(Y),or(Y,Z))))),
    inference(resolution,[],['48','7']) ).

cnf('57',plain,
    ( is_a_theorem(or(X,or(not(Y),or(Y,Z))))
    | ~ is_a_theorem(or(not(U),or(Y,Z))) ),
    inference(resolution,[],['56','2']) ).

cnf('58',plain,
    is_a_theorem(or(X,or(not(Y),or(Y,or(Z,U))))),
    inference(resolution,[],['47','57']) ).

cnf('59',plain,
    ( is_a_theorem(or(not(X),or(X,or(Y,Z))))
    | ~ is_a_theorem(U) ),
    inference(resolution,[],['58','2']) ).

cnf('60',plain,
    is_a_theorem(or(not(X),or(X,or(Y,Z)))),
    inference(resolution,[],['59','58']) ).

cnf('61',plain,
    is_a_theorem(or(X,or(Y,or(not(or(Z,U)),or(Z,U))))),
    inference(resolution,[],['55','60']) ).

cnf('62',plain,
    ( is_a_theorem(or(X,or(not(or(Y,Z)),or(Y,Z))))
    | ~ is_a_theorem(U) ),
    inference(resolution,[],['61','2']) ).

cnf('63',plain,
    is_a_theorem(or(X,or(not(or(Y,Z)),or(Y,Z)))),
    inference(resolution,[],['62','61']) ).

cnf('64',plain,
    is_a_theorem(or(not(or(not(X),Y)),or(not(or(X,Z)),or(Z,Y)))),
    inference(resolution,[],['63','3']) ).

cnf('65',plain,
    ( is_a_theorem(or(not(or(X,Y)),or(Y,Z)))
    | ~ is_a_theorem(or(not(X),Z)) ),
    inference(resolution,[],['64','2']) ).

cnf('66',plain,
    ( is_a_theorem(or(not(or(X,Y)),or(X,Y)))
    | ~ is_a_theorem(Z) ),
    inference(resolution,[],['63','2']) ).

cnf('67',plain,
    is_a_theorem(or(not(or(X,Y)),or(X,Y))),
    inference(resolution,[],['66','63']) ).

cnf('68',plain,
    is_a_theorem(or(X,or(not(Y),or(Y,Z)))),
    inference(resolution,[],['67','57']) ).

cnf('69',plain,
    ( is_a_theorem(or(not(X),or(X,Y)))
    | ~ is_a_theorem(Z) ),
    inference(resolution,[],['68','2']) ).

cnf('70',plain,
    is_a_theorem(or(not(X),or(X,Y))),
    inference(resolution,[],['69','68']) ).

cnf('71',plain,
    is_a_theorem(or(X,or(Y,or(not(Z),Z)))),
    inference(resolution,[],['70','55']) ).

cnf('72',plain,
    ( is_a_theorem(or(X,or(not(Y),Y)))
    | ~ is_a_theorem(Z) ),
    inference(resolution,[],['71','2']) ).

cnf('73',plain,
    is_a_theorem(or(X,or(not(Y),Y))),
    inference(resolution,[],['72','71']) ).

cnf('74',plain,
    ( is_a_theorem(or(not(X),X))
    | ~ is_a_theorem(Y) ),
    inference(resolution,[],['73','2']) ).

cnf('75',plain,
    is_a_theorem(or(not(X),X)),
    inference(resolution,[],['74','73']) ).

cnf('76',plain,
    is_a_theorem(or(not(or(X,Y)),or(Y,X))),
    inference(resolution,[],['65','75']) ).

cnf('77',plain,
    ( ~ is_a_theorem(or(not(or(X,Y)),Z))
    | is_a_theorem(or(U,or(not(Y),Z))) ),
    inference(resolution,[],['53','2']) ).

cnf('78',plain,
    is_a_theorem(or(X,or(not(Y),or(Z,Y)))),
    inference(resolution,[],['67','77']) ).

cnf('79',plain,
    ( is_a_theorem(or(not(X),or(Y,X)))
    | ~ is_a_theorem(Z) ),
    inference(resolution,[],['78','2']) ).

cnf('80',plain,
    is_a_theorem(or(not(X),or(Y,X))),
    inference(resolution,[],['79','68']) ).

cnf('81',plain,
    ( is_a_theorem(or(X,Y))
    | ~ is_a_theorem(Y) ),
    inference(resolution,[],['80','2']) ).

cnf('82',plain,
    is_a_theorem(or(X,or(not(or(Y,Z)),or(Z,Y)))),
    inference(resolution,[],['76','81']) ).

cnf('83',plain,
    is_a_theorem(or(not(or(not(X),Y)),or(not(or(Z,X)),or(Z,Y)))),
    inference(resolution,[],['82','3']) ).

cnf('84',plain,
    ~ is_a_theorem(or(not(or(not(b),c)),or(not(or(a,b)),or(a,c)))),
    inference(cnf_transformation,[],[an_1]) ).

cnf('85',plain,
    $false,
    inference(resolution,[],['83','84']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : LCL002-1 : TPTP v8.1.2. Released v1.0.0.
% 0.12/0.12  % Command  : gkc %s
% 0.13/0.33  % Computer : n007.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Thu Aug 24 18:42:40 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.18/0.38  
% 0.18/0.38  input clause set summed statistics:
% 0.18/0.38  ----------------------------------
% 0.18/0.38  in_clause_count:                     3
% 0.18/0.38  in_rule_clause_count:                3
% 0.18/0.38  in_fact_clause_count:                0
% 0.18/0.38  in_answer_clause_count:              0
% 0.18/0.38  in_ground_clause_count:              1
% 0.18/0.38  in_unit_clause_count:                2
% 0.18/0.38  in_horn_clause_count:                3
% 0.18/0.38  in_pos_clause_count:                 1
% 0.18/0.38  in_neg_clause_count:                 1
% 0.18/0.38  in_poseq_clause_count:               0
% 0.18/0.38  in_negeq_clause_count:               0
% 0.18/0.38  in_unitposeq_clause_count:           0
% 0.18/0.38  in_chain_clause_count:               0
% 0.18/0.38  in_min_length:             1
% 0.18/0.38  in_max_length:             3
% 0.18/0.38  in_min_depth:              3
% 0.18/0.38  in_max_depth:              7
% 0.18/0.38  in_min_size:               9
% 0.18/0.38  in_max_size:              25
% 0.18/0.38  in_min_vars:               0
% 0.18/0.38  in_max_vars:               5
% 0.18/0.38  in_extaxiom_count:                 0
% 0.18/0.38  in_axiom_count:                    2
% 0.18/0.38  in_assumption_count:               0
% 0.18/0.38  in_goal_count:                     1
% 0.18/0.38  in_neg_goal_count:                 1
% 0.18/0.38  in_pos_goal_count:                 0
% 0.18/0.38  in_posunit_goal_count:             0
% 0.18/0.38  
% 0.18/0.38  auto guide:
% 0.18/0.38  -----------
% 0.18/0.38  {
% 0.18/0.38  "print":1,
% 0.18/0.38  "print_level": 15,
% 0.18/0.38  "max_size": 0,
% 0.18/0.38  "max_depth": 0,
% 0.18/0.38  "max_length": 0,
% 0.18/0.38  "max_dseconds": 0,
% 0.18/0.38  "equality":0,
% 0.18/0.38  "runs":[
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.18/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.18/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.38  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.18/0.38  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1} 
% 0.18/0.38  
% 0.18/0.38  ]}
% 0.18/0.38  
% 0.18/0.38  
% 0.18/0.38  **** run 1 fork 0 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 2 fork 1 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 3 fork 2 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.38  
% 0.18/0.38  **** run 4 fork 3 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 5 fork 4 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.18/0.38  
% 0.18/0.38  **** run 6 fork 5 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.18/0.38  
% 0.18/0.38  **** run 7 fork 6 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.18/0.39  
% 0.18/0.39  **** run 8 fork 7 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 0: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 3: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 4: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 5: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 2: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 1: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 6: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 7: search terminated without proof.
% 0.18/0.53  
% 0.18/0.53  **** run 12 fork 3 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.53  
% 0.18/0.53  **** run 13 fork 4 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  **** run 11 fork 2 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.18/0.53  
% 0.18/0.53  **** run 14 fork 5 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.54  
% 0.18/0.54  **** run 9 fork 0 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.54  
% 0.18/0.54  **** run 15 fork 6 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.18/0.54  
% 0.18/0.54  **** run 10 fork 1 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 0.18/0.54  
% 0.18/0.54  **** run 16 fork 7 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 3: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  fork 6: search finished without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 2: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 4: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 5: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 0: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 1: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  fork 7: search finished without proof.
% 0.18/0.66  
% 0.18/0.66  **** run 23 fork 6 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.18/0.66  
% 0.18/0.66  **** run 20 fork 3 starts with strategy
% 0.18/0.66  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.18/0.67  
% 0.18/0.67  **** run 19 fork 2 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.18/0.67  
% 0.18/0.67  **** run 21 fork 4 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.18/0.67  
% 0.18/0.67  **** run 22 fork 5 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.67  
% 0.18/0.67  **** run 17 fork 0 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.18/0.67  
% 0.18/0.67  **** run 24 fork 7 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.18/0.68  
% 0.18/0.68  fork 3: search finished without proof.
% 0.18/0.68  
% 0.18/0.68  **** run 18 fork 1 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.18/0.70  
% 0.18/0.70  **** run 28 fork 3 starts with strategy
% 0.18/0.70  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 0.18/0.71  
% 0.18/0.71  fork 7: search finished without proof.
% 0.18/0.74  
% 0.18/0.74  **** run 32 fork 7 starts with strategy
% 0.18/0.74  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 2.97/0.77  
% 2.97/0.77  fork 4: search finished without proof.
% 2.97/0.78  
% 2.97/0.78  
% 2.97/0.78  fork 6: search terminated without proof.
% 3.17/0.79  
% 3.17/0.79  **** run 29 fork 4 starts with strategy
% 3.17/0.79  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":1}
% 3.17/0.79  
% 3.17/0.79  **** run 31 fork 6 starts with strategy
% 3.17/0.79  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 3.17/0.80  
% 3.17/0.80  fork 5: search finished without proof.
% 3.17/0.80  
% 3.17/0.80  
% 3.17/0.80  fork 2: search terminated without proof.
% 3.17/0.80  
% 3.17/0.80  
% 3.17/0.80  fork 0: search terminated without proof.
% 3.17/0.81  
% 3.17/0.81  fork 4: search finished without proof.
% 3.17/0.81  
% 3.17/0.81  **** run 27 fork 2 starts with strategy
% 3.17/0.81  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 3.17/0.81  
% 3.17/0.81  **** run 30 fork 5 starts with strategy
% 3.17/0.81  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 3.17/0.82  
% 3.17/0.82  **** run 25 fork 0 starts with strategy
% 3.17/0.82  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.17/0.82  
% 3.17/0.82  **** run 37 fork 4 starts with strategy
% 3.17/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 3.54/0.84  
% 3.54/0.84  fork 7: search finished without proof.
% 3.69/0.86  
% 3.69/0.86  **** run 40 fork 7 starts with strategy
% 3.69/0.86  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 3.69/0.86  
% 3.69/0.86  
% 3.69/0.86  fork 3: search terminated without proof.
% 3.69/0.87  
% 3.69/0.87  
% 3.69/0.87  fork 1: search terminated without proof.
% 3.69/0.88  
% 3.69/0.88  **** run 36 fork 3 starts with strategy
% 3.69/0.88  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.69/0.89  
% 3.69/0.89  **** run 26 fork 1 starts with strategy
% 3.69/0.89  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 3.69/0.90  
% 3.69/0.90  fork 6: search finished without proof.
% 4.25/0.92  
% 4.25/0.92  **** run 39 fork 6 starts with strategy
% 4.25/0.92  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.25/0.93  
% 4.25/0.93  fork 5: search finished without proof.
% 4.25/0.93  
% 4.25/0.93  
% 4.25/0.93  fork 2: search terminated without proof.
% 4.25/0.94  
% 4.25/0.94  fork 6: search finished without proof.
% 4.25/0.94  
% 4.25/0.94  
% 4.25/0.94  fork 4: search terminated without proof.
% 4.25/0.94  
% 4.25/0.94  
% 4.25/0.94  fork 0: search terminated without proof.
% 4.25/0.95  
% 4.25/0.95  **** run 38 fork 5 starts with strategy
% 4.25/0.95  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.25/0.95  
% 4.25/0.95  **** run 35 fork 2 starts with strategy
% 4.25/0.95  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.25/0.95  
% 4.25/0.95  **** run 47 fork 6 starts with strategy
% 4.25/0.95  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.25/0.95  
% 4.25/0.95  **** run 45 fork 4 starts with strategy
% 4.25/0.95  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 4.25/0.96  
% 4.25/0.96  **** run 33 fork 0 starts with strategy
% 4.25/0.96  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 4.66/0.97  
% 4.66/0.97  fork 5: search finished without proof.
% 4.66/0.98  
% 4.66/0.98  fork 0: search finished without proof.
% 4.66/0.98  
% 4.66/0.98  fork 7: search finished without proof.
% 4.66/0.99  
% 4.66/0.99  **** run 46 fork 5 starts with strategy
% 4.66/0.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 4.66/1.00  
% 4.66/1.00  **** run 41 fork 0 starts with strategy
% 4.66/1.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.66/1.00  
% 4.66/1.00  **** run 48 fork 7 starts with strategy
% 4.66/1.00  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 4.66/1.01  
% 4.66/1.01  
% 4.66/1.01  fork 3: search terminated without proof.
% 4.66/1.01  
% 4.66/1.01  
% 4.66/1.01  fork 1: search terminated without proof.
% 4.66/1.03  
% 4.66/1.03  **** run 44 fork 3 starts with strategy
% 4.66/1.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 4.66/1.03  
% 4.66/1.03  **** run 34 fork 1 starts with strategy
% 4.66/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.31/1.06  
% 5.31/1.06  fork 2: search finished without proof.
% 5.55/1.08  
% 5.55/1.08  **** run 43 fork 2 starts with strategy
% 5.55/1.08  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 6.08/1.15  
% 6.08/1.15  
% 6.08/1.15  fork 1: search terminated without proof.
% 6.08/1.18  
% 6.08/1.18  **** run 42 fork 1 starts with strategy
% 6.08/1.18  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 11.68/1.96  
% 11.68/1.96  
% 11.68/1.96  fork 6: search terminated without proof.
% 11.68/1.97  
% 11.68/1.97  
% 11.68/1.97  fork 4: search terminated without proof.
% 11.90/2.00  
% 11.90/2.00  **** run 55 fork 6 starts with strategy
% 11.90/2.00  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 11.90/2.00  
% 11.90/2.00  **** run 53 fork 4 starts with strategy
% 11.90/2.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.90/2.02  
% 11.90/2.02  
% 11.90/2.02  fork 0: search terminated without proof.
% 12.87/2.03  
% 12.87/2.03  
% 12.87/2.03  fork 5: search terminated without proof.
% 13.05/2.05  
% 13.05/2.05  
% 13.05/2.05  fork 3: search terminated without proof.
% 13.05/2.05  
% 13.05/2.05  **** run 49 fork 0 starts with strategy
% 13.05/2.05  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 13.05/2.07  
% 13.05/2.07  **** run 54 fork 5 starts with strategy
% 13.05/2.07  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 13.05/2.07  
% 13.05/2.07  **** run 52 fork 3 starts with strategy
% 13.05/2.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 13.05/2.10  
% 13.05/2.10  
% 13.05/2.10  fork 2: search terminated without proof.
% 13.05/2.10  
% 13.05/2.10  
% 13.05/2.10  fork 7: search terminated without proof.
% 13.65/2.13  
% 13.65/2.13  **** run 56 fork 7 starts with strategy
% 13.65/2.13  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 13.65/2.13  
% 13.65/2.13  **** run 51 fork 2 starts with strategy
% 13.65/2.13  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 14.77/2.27  
% 14.77/2.27  
% 14.77/2.27  fork 1: search terminated without proof.
% 14.93/2.29  
% 14.93/2.29  **** run 50 fork 1 starts with strategy
% 14.93/2.29  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 20.15/2.94  
% 20.15/2.94  fork 6: search finished without proof.
% 20.28/2.96  
% 20.28/2.96  **** run 63 fork 6 starts with strategy
% 20.28/2.96  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 20.78/3.03  
% 20.78/3.03  
% 20.78/3.03  fork 4: search terminated without proof.
% 20.78/3.05  
% 20.78/3.05  **** run 61 fork 4 starts with strategy
% 20.78/3.05  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 21.11/3.06  
% 21.11/3.06  fork 7: search finished without proof.
% 21.11/3.07  
% 21.11/3.07  
% 21.11/3.07  fork 0: search terminated without proof.
% 21.11/3.08  
% 21.11/3.08  **** run 64 fork 7 starts with strategy
% 21.11/3.08  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 21.11/3.08  
% 21.11/3.08  
% 21.11/3.08  fork 5: search terminated without proof.
% 21.11/3.09  
% 21.11/3.09  
% 21.11/3.09  fork 3: search terminated without proof.
% 21.11/3.10  
% 21.11/3.10  fork 7: search finished without proof.
% 21.11/3.10  
% 21.11/3.10  **** run 57 fork 0 starts with strategy
% 21.11/3.10  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 21.11/3.11  
% 21.11/3.11  **** run 60 fork 3 starts with strategy
% 21.11/3.11  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 21.11/3.12  
% 21.11/3.12  **** run 72 fork 7 starts with strategy
% 21.11/3.12  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 21.11/3.12  
% 21.11/3.12  **** run 62 fork 5 starts with strategy
% 21.11/3.12  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 21.11/3.13  
% 21.11/3.13  fork 3: search finished without proof.
% 21.76/3.14  
% 21.76/3.14  **** run 68 fork 3 starts with strategy
% 21.76/3.14  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 22.09/3.23  
% 22.09/3.23  
% 22.09/3.23  fork 2: search terminated without proof.
% 22.09/3.30  
% 22.09/3.30  **** run 59 fork 2 starts with strategy
% 22.09/3.31  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 22.09/3.31  
% 22.09/3.31  
% 22.09/3.31  fork 1: search terminated without proof.
% 22.09/3.33  
% 22.09/3.33  **** run 58 fork 1 starts with strategy
% 22.09/3.33  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 27.61/3.98  
% 27.61/3.98  
% 27.61/3.98  fork 6: search terminated without proof.
% 27.61/3.98  
% 27.61/3.98  fork 4: search finished without proof.
% 27.61/3.99  
% 27.61/3.99  **** run 69 fork 4 starts with strategy
% 27.61/3.99  {"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.00  
% 27.61/4.00  **** run 71 fork 6 starts with strategy
% 27.61/4.00  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 27.61/4.02  
% 27.61/4.02  fork 4: search finished without proof.
% 28.63/4.03  
% 28.63/4.03  **** run 77 fork 4 starts with strategy
% 28.63/4.03  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 28.85/4.05  
% 28.85/4.05  fork 7: search finished without proof.
% 28.85/4.06  
% 28.85/4.06  fork 5: search finished without proof.
% 28.85/4.07  
% 28.85/4.07  **** run 80 fork 7 starts with strategy
% 28.85/4.07  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 28.85/4.07  
% 28.85/4.07  **** run 70 fork 5 starts with strategy
% 28.85/4.07  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 29.45/4.12  
% 29.45/4.12  
% 29.45/4.12  fork 0: search terminated without proof.
% 29.45/4.14  
% 29.45/4.14  **** run 65 fork 0 starts with strategy
% 29.45/4.14  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 29.83/4.19  
% 29.83/4.19  
% 29.83/4.19  fork 3: search terminated without proof.
% 29.83/4.22  
% 29.83/4.22  **** run 76 fork 3 starts with strategy
% 29.83/4.22  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 31.24/4.37  
% 31.24/4.37  
% 31.24/4.37  fork 1: search terminated without proof.
% 31.24/4.39  
% 31.24/4.39  **** run 66 fork 1 starts with strategy
% 31.24/4.39  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 31.83/4.42  
% 31.83/4.42  
% 31.83/4.42  fork 2: search terminated without proof.
% 31.83/4.44  
% 31.83/4.44  **** run 67 fork 2 starts with strategy
% 31.83/4.44  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 35.92/4.95  
% 35.92/4.95  fork 6: search finished without proof.
% 35.92/4.97  
% 35.92/4.97  **** run 79 fork 6 starts with strategy
% 35.92/4.97  {"max_dseconds":10,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 35.92/4.99  
% 35.92/4.99  fork 6: search finished without proof.
% 35.92/5.00  
% 35.92/5.00  **** run 87 fork 6 starts with strategy
% 35.92/5.00  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 35.92/5.01  
% 35.92/5.01  fork 5: search finished without proof.
% 36.48/5.02  
% 36.48/5.02  **** run 78 fork 5 starts with strategy
% 36.48/5.02  {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 36.48/5.04  
% 36.48/5.04  fork 5: search finished without proof.
% 36.48/5.05  
% 36.48/5.05  
% 36.48/5.05  fork 4: search terminated without proof.
% 36.48/5.06  
% 36.48/5.06  **** run 86 fork 5 starts with strategy
% 36.48/5.06  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 36.93/5.07  
% 36.93/5.07  **** run 85 fork 4 starts with strategy
% 36.93/5.07  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":20}
% 36.93/5.09  
% 36.93/5.09  fork 7: search finished without proof.
% 36.93/5.11  
% 36.93/5.11  **** run 88 fork 7 starts with strategy
% 36.93/5.11  {"max_dseconds":50,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 37.57/5.16  
% 37.57/5.16  
% 37.57/5.16  fork 0: search terminated without proof.
% 37.57/5.18  
% 37.57/5.18  **** run 73 fork 0 starts with strategy
% 37.57/5.18  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 37.81/5.20  
% 37.81/5.20  fork 0: search finished without proof.
% 37.81/5.21  
% 37.81/5.21  **** run 81 fork 0 starts with strategy
% 37.81/5.21  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 37.81/5.24  
% 37.81/5.24  
% 37.81/5.24  fork 3: search terminated without proof.
% 37.81/5.27  
% 37.81/5.27  **** run 84 fork 3 starts with strategy
% 37.81/5.27  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 39.34/5.41  
% 39.34/5.41  
% 39.34/5.41  fork 1: search terminated without proof.
% 39.34/5.42  
% 39.34/5.42  **** run 74 fork 1 starts with strategy
% 39.34/5.42  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 39.91/5.47  
% 39.91/5.47  
% 39.91/5.47  fork 2: search terminated without proof.
% 40.03/5.50  
% 40.03/5.50  **** run 75 fork 2 starts with strategy
% 40.03/5.50  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 47.36/6.43  
% 47.36/6.43  fork 2: search finished without proof.
% 47.36/6.44  
% 47.36/6.44  
% 47.36/6.44  fork 1: search terminated without proof.
% 47.36/6.45  
% 47.36/6.45  **** run 83 fork 2 starts with strategy
% 47.36/6.45  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 47.74/6.46  
% 47.74/6.46  **** run 82 fork 1 starts with strategy
% 47.74/6.46  {"max_dseconds":50,"strategy":["hardness_pref"],"query_preference":0}
% 75.04/10.02  
% 75.04/10.02  
% 75.04/10.02  fork 6: search terminated without proof.
% 75.54/10.09  
% 75.54/10.09  **** run 95 fork 6 starts with strategy
% 75.54/10.09  {"max_dseconds":50,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 76.51/10.14  
% 76.51/10.14  
% 76.51/10.14  fork 5: search terminated without proof.
% 76.65/10.21  
% 76.65/10.21  **** run 94 fork 5 starts with strategy
% 76.65/10.21  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 77.12/10.23  
% 77.12/10.23  
% 77.12/10.23  fork 4: search terminated without proof.
% 77.12/10.23  
% 77.12/10.23  
% 77.12/10.23  fork 0: search terminated without proof.
% 77.45/10.30  
% 77.45/10.30  **** run 93 fork 4 starts with strategy
% 77.45/10.30  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 77.45/10.31  
% 77.45/10.31  **** run 89 fork 0 starts with strategy
% 77.45/10.31  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 77.45/10.32  
% 77.45/10.32  
% 77.45/10.32  result: proof found
% 77.45/10.32  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 77.45/10.32  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}
% 77.45/10.32  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 77.45/10.32  
% 77.45/10.32  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 77.45/10.32  
% 77.45/10.32  run 83 fork 2 statistics:
% 77.45/10.32  ----------------------------------
% 77.45/10.32  this run seconds: 3.551747
% 77.45/10.32  total seconds: 9.410063
% 77.45/10.32  stat_given_used: 4012
% 77.45/10.32  stat_given_used_at_endgame: 0
% 77.45/10.32  stat_given_candidates:   8494
% 77.45/10.32  stat_given_candidates_at_endgame: 0
% 77.45/10.32  stat_given_candidates_h: 0
% 77.45/10.32  stat_binres_derived_cl:   1370235
% 77.45/10.32  stat_binres_derived_cl_h: 0
% 77.45/10.32  stat_factor_derived_cl: 0
% 77.45/10.32  stat_para_derived_cl: 0
% 77.45/10.32  stat_tautologies_discarded: 2
% 77.45/10.32  stat_forward_subsumed: 963869
% 77.45/10.32  stat_derived_cut: 2
% 77.45/10.32  stat_derived_rewritten: 0
% 77.45/10.32  stat_weight_discarded_building: 0
% 77.45/10.32  stat_weight_discarded_cl: 41455
% 77.45/10.32  stat_internlimit_discarded_cl: 0
% 77.45/10.32  stat_simplified:  1 simplified 0 derived 0 given
% 77.45/10.32  stat_kept_cl: 364908
% 77.45/10.32  stat_built_cl: 414388
% 77.45/10.32  stat_hyperres_partial_cl: 0
% 77.45/10.32  stat_made_rewriters: 0
% 77.45/10.32  stat_backward_subsumed: 0
% 77.45/10.32  stat_propagated_subsumed: 0
% 77.45/10.32  stat_clsubs_attempted:                   2183589
% 77.45/10.32  stat_clsubs_fact_groundunit_found:             0
% 77.45/10.32  stat_clsubs_rule_groundunit_found:             1
% 77.45/10.32  stat_clsubs_top_meta_attempted:           11627793
% 77.45/10.32  stat_clsubs_top_meta_failed:               9444204
% 77.45/10.32  stat_clsubs_top_meta_nonpref_attempted:            11627793
% 77.45/10.32  stat_clsubs_top_meta_nonpref_succeeded:             3426503
% 77.45/10.32  stat_clsubs_top_meta_pref_attempted:                3426503
% 77.45/10.32  stat_clsubs_top_meta_pref1_succeeded:               3426503
% 77.45/10.32  stat_clsubs_top_meta_pref2_succeeded:               3385367
% 77.45/10.32  stat_clsubs_top_meta_pref3_succeeded:               2183589
% 77.45/10.32  stat_clsubs_top_meta_pref_succeeded:                2183589
% 77.45/10.32  stat_clsubs_meta_attempted:              2309537
% 77.45/10.32  stat_clsubs_meta_failed:                  315058
% 77.45/10.32  stat_clsubs_predsymbs_attempted:               0
% 77.45/10.32  stat_clsubs_unit_attempted:              2030153
% 77.45/10.32  stat_clsubs_full_attempted:               153436
% 77.45/10.32  stat_forwardsubs_attempted:              1370232
% 77.45/10.32  stat_lit_hash_added:                 366115
% 77.45/10.32  stat_lit_hash_computed:             1751993
% 77.45/10.32  stat_lit_hash_match_found:           963872
% 77.45/10.32  stat_lit_hash_match_miss:            831249
% 77.45/10.32  stat_lit_hash_cut_ok:                     2
% 77.45/10.32  stat_lit_strong_cut_ok:                   0
% 77.45/10.32  stat_lit_hash_subsume_ok:            963869
% 77.45/10.32  clqueue els 10000000 used 1
% 77.45/10.32  clactive els 10000000 used 4013
% 77.45/10.32  clactivesubsume els 10000000 used 24067
% 77.45/10.32  queue_termbuf els 200000000 used 34690870
% 77.45/10.32  hyper_termbuf els 100000000 used 1
% 77.45/10.32  active_termbuf els 100000000 used 229880
% 77.45/10.32  varstack els 5000 last used 1
% 77.45/10.32  given_termbuf els 10000000 last used 1
% 77.45/10.32  simplified_termbuf els 10000000 last used 1
% 77.45/10.32  derived_termbuf els 10000000 last used 5
% 77.45/10.32  wr_mallocs: 237783
% 77.45/10.32  wr_callocs: 19
% 77.45/10.32  wr_reallocs: 95725
% 77.45/10.32  wr_frees: 2
% 77.45/10.32  wr_malloc_bytes: 4173826324
% 77.45/10.32  wr_calloc_bytes: 96065504
% 77.45/10.32  wr_realloc_bytes: 16214352
% 77.45/10.32  wr_realloc_freebytes: 0
% 77.45/10.32  ----------------------------------
%------------------------------------------------------------------------------