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

View Problem - Process Solution

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

% Computer : n008.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:59 EDT 2023

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

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

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

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

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

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

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

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

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

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

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

cnf('11',plain,
    ( is_a_theorem(implies(not(X),Y))
    | ~ is_a_theorem(X) ),
    inference(resolution,[],['2','6']) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('25',plain,
    is_a_theorem(implies(X,implies(implies(Y,Z),implies(not(X),Z)))),
    inference(resolution,[],['8','1']) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('47',plain,
    is_a_theorem(implies(implies(implies(X,X),not(Y)),implies(Y,implies(Z,U)))),
    inference(resolution,[],['45','46']) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('61',plain,
    is_a_theorem(implies(X,implies(not(Y),implies(Y,Z)))),
    inference(resolution,[],['52','60']) ).

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

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

cnf('64',plain,
    is_a_theorem(implies(X,implies(Y,implies(implies(implies(Z,U),Z),Z)))),
    inference(resolution,[],['24','63']) ).

cnf('65',plain,
    is_a_theorem(implies(implies(X,Y),implies(implies(implies(Z,implies(U,U)),X),Y))),
    inference(resolution,[],['55','42']) ).

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

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

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

cnf('69',plain,
    is_a_theorem(implies(X,implies(implies(implies(not(implies(Y,Y)),Z),U),U))),
    inference(resolution,[],['67','57']) ).

cnf('70',plain,
    is_a_theorem(implies(X,implies(implies(implies(not(not(Y)),Z),Y),Y))),
    inference(resolution,[],['67','29']) ).

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

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

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

cnf('74',plain,
    is_a_theorem(implies(implies(implies(not(implies(X,X)),Y),Z),Z)),
    inference(resolution,[],['69','73']) ).

cnf('75',plain,
    is_a_theorem(implies(implies(implies(not(implies(not(implies(X,X)),Y)),Z),U),U)),
    inference(resolution,[],['68','74']) ).

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

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

cnf('78',plain,
    is_a_theorem(implies(implies(implies(X,implies(Y,Y)),implies(implies(Z,implies(U,U)),V)),V)),
    inference(resolution,[],['66','77']) ).

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

cnf('80',plain,
    is_a_theorem(implies(implies(implies(X,Y),X),X)),
    inference(resolution,[],['64','79']) ).

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

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

cnf('83',plain,
    is_a_theorem(implies(X,implies(Y,implies(implies(X,Z),Z)))),
    inference(resolution,[],['24','44']) ).

cnf('84',plain,
    is_a_theorem(implies(X,implies(implies(X,Y),Y))),
    inference(resolution,[],['82','83']) ).

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

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

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

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

cnf('89',plain,
    is_a_theorem(implies(implies(implies(implies(implies(X,Y),X),X),Z),Z)),
    inference(resolution,[],['88','80']) ).

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

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

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

cnf('93',plain,
    is_a_theorem(implies(implies(implies(X,Y),Z),implies(implies(X,Z),Z))),
    inference(resolution,[],['87','92']) ).

cnf('94',plain,
    is_a_theorem(implies(implies(X,Y),implies(implies(not(X),Y),Y))),
    inference(resolution,[],['93','42']) ).

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

cnf('96',plain,
    $false,
    inference(resolution,[],['94','95']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL060-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.35  % Computer : n008.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Thu Aug 24 21:48:47 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.40  
% 0.20/0.40  input clause set summed statistics:
% 0.20/0.40  ----------------------------------
% 0.20/0.40  in_clause_count:                     5
% 0.20/0.40  in_rule_clause_count:                5
% 0.20/0.40  in_fact_clause_count:                0
% 0.20/0.40  in_answer_clause_count:              0
% 0.20/0.40  in_ground_clause_count:              1
% 0.20/0.40  in_unit_clause_count:                4
% 0.20/0.40  in_horn_clause_count:                5
% 0.20/0.40  in_pos_clause_count:                 3
% 0.20/0.40  in_neg_clause_count:                 1
% 0.20/0.40  in_poseq_clause_count:               0
% 0.20/0.40  in_negeq_clause_count:               0
% 0.20/0.40  in_unitposeq_clause_count:           0
% 0.20/0.40  in_chain_clause_count:               0
% 0.20/0.40  in_min_length:             1
% 0.20/0.40  in_max_length:             3
% 0.20/0.40  in_min_depth:              2
% 0.20/0.40  in_max_depth:              5
% 0.20/0.40  in_min_size:               7
% 0.20/0.40  in_max_size:              12
% 0.20/0.40  in_min_vars:               0
% 0.20/0.40  in_max_vars:               3
% 0.20/0.40  in_extaxiom_count:                 0
% 0.20/0.40  in_axiom_count:                    4
% 0.20/0.40  in_assumption_count:               0
% 0.20/0.40  in_goal_count:                     1
% 0.20/0.40  in_neg_goal_count:                 1
% 0.20/0.40  in_pos_goal_count:                 0
% 0.20/0.40  in_posunit_goal_count:             0
% 0.20/0.40  
% 0.20/0.40  auto guide:
% 0.20/0.40  -----------
% 0.20/0.40  {
% 0.20/0.40  "print":1,
% 0.20/0.40  "print_level": 15,
% 0.20/0.40  "max_size": 0,
% 0.20/0.40  "max_depth": 0,
% 0.20/0.40  "max_length": 0,
% 0.20/0.40  "max_dseconds": 0,
% 0.20/0.40  "equality":0,
% 0.20/0.40  "runs":[
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"],  "weight_select_ratio":100, "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"],  "weight_select_ratio":100, "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"length_penalty":100, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.40  {"strategy":["hardness_pref", "max_weight"], "length_penalty":100, "depth_penalty":50, "max_depth":3, "var_weight":10, "repeat_var_weight":10, "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "max_depth":3, "query_preference":0, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "max_depth":5, "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "max_weight":40, "query_preference":0},
% 0.20/0.40  {"weight_select_ratio":100, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "weight_select_ratio":20},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "var_weight":70, "repeat_var_weight":70},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1} 
% 0.20/0.40  
% 0.20/0.40  ]}
% 0.20/0.40  
% 0.20/0.40  
% 0.20/0.40  **** run 1 fork 0 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 2 fork 1 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 3 fork 2 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.40  
% 0.20/0.40  **** run 4 fork 3 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 6 fork 5 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.40  
% 0.20/0.40  **** run 7 fork 6 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.41  
% 0.20/0.41  **** run 8 fork 7 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  fork 1: search finished without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 3: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 0: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 2: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 6: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  fork 7: search finished without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 5: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 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.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 13 fork 4 starts with strategy
% 0.20/0.56  
% 0.20/0.56  **** run 12 fork 3 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 15 fork 6 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.20/0.56  
% 0.20/0.56  **** run 11 fork 2 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 0.20/0.57  
% 0.20/0.57  **** run 14 fork 5 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 1: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 2: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 3: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  fork 7: search finished without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 0: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  fork 6: search finished without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 4: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  **** run 18 fork 1 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 0.20/0.70  
% 0.20/0.70  **** run 19 fork 2 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 5: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  **** run 24 fork 7 starts with strategy
% 0.20/0.70  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.20/0.71  
% 0.20/0.71  **** run 17 fork 0 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 0.20/0.71  
% 0.20/0.71  **** run 23 fork 6 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 0.20/0.71  
% 0.20/0.71  **** run 21 fork 4 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 0.20/0.71  
% 0.20/0.71  **** run 20 fork 3 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 0.20/0.73  
% 0.20/0.73  **** run 22 fork 5 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.07/0.78  
% 2.07/0.78  fork 3: search finished without proof.
% 2.07/0.80  
% 2.07/0.80  **** run 28 fork 3 starts with strategy
% 2.07/0.80  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 2.07/0.83  
% 2.07/0.83  
% 2.07/0.83  fork 1: search terminated without proof.
% 3.45/0.83  
% 3.45/0.83  
% 3.45/0.83  fork 6: search terminated without proof.
% 3.45/0.84  
% 3.45/0.84  
% 3.45/0.84  fork 2: search terminated without proof.
% 3.45/0.84  
% 3.45/0.84  fork 7: search finished without proof.
% 3.45/0.85  
% 3.45/0.85  **** run 26 fork 1 starts with strategy
% 3.45/0.85  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 3.45/0.85  
% 3.45/0.85  fork 4: search finished without proof.
% 3.45/0.85  
% 3.45/0.85  **** run 27 fork 2 starts with strategy
% 3.45/0.85  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 3.45/0.85  
% 3.45/0.85  
% 3.45/0.85  fork 0: search terminated without proof.
% 3.45/0.86  
% 3.45/0.86  **** run 31 fork 6 starts with strategy
% 3.45/0.86  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 3.45/0.86  
% 3.45/0.86  **** run 32 fork 7 starts with strategy
% 3.45/0.86  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 3.45/0.86  
% 3.45/0.86  fork 5: search finished without proof.
% 3.45/0.87  
% 3.45/0.87  **** run 29 fork 4 starts with strategy
% 3.45/0.87  {"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.45/0.88  
% 3.45/0.88  **** run 25 fork 0 starts with strategy
% 3.45/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.45/0.88  
% 3.45/0.88  **** run 30 fork 5 starts with strategy
% 3.45/0.88  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 3.45/0.91  
% 3.45/0.91  
% 3.45/0.91  fork 3: search terminated without proof.
% 4.17/0.93  
% 4.17/0.93  **** run 36 fork 3 starts with strategy
% 4.17/0.93  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.17/0.96  
% 4.17/0.96  fork 1: search finished without proof.
% 4.17/0.97  
% 4.17/0.97  fork 6: search finished without proof.
% 4.17/0.98  
% 4.17/0.98  
% 4.17/0.98  fork 2: search terminated without proof.
% 4.17/0.98  
% 4.17/0.98  fork 7: search finished without proof.
% 4.17/0.98  
% 4.17/0.98  **** run 34 fork 1 starts with strategy
% 4.17/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 4.17/0.98  
% 4.17/0.98  
% 4.17/0.98  fork 4: search terminated without proof.
% 4.17/0.99  
% 4.17/0.99  
% 4.17/0.99  fork 0: search terminated without proof.
% 4.72/0.99  
% 4.72/0.99  **** run 39 fork 6 starts with strategy
% 4.72/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 4.72/0.99  
% 4.72/0.99  **** run 40 fork 7 starts with strategy
% 4.72/0.99  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.72/0.99  
% 4.72/0.99  **** run 35 fork 2 starts with strategy
% 4.72/0.99  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 4.72/1.00  
% 4.72/1.00  fork 5: search finished without proof.
% 4.72/1.00  
% 4.72/1.00  **** run 37 fork 4 starts with strategy
% 4.72/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 4.72/1.01  
% 4.72/1.01  **** run 33 fork 0 starts with strategy
% 4.72/1.01  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":1}
% 4.72/1.02  
% 4.72/1.02  **** run 38 fork 5 starts with strategy
% 4.72/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 4.72/1.02  
% 4.72/1.02  fork 6: search finished without proof.
% 4.72/1.02  
% 4.72/1.02  fork 0: search finished without proof.
% 4.72/1.04  
% 4.72/1.04  **** run 41 fork 0 starts with strategy
% 4.72/1.04  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 4.72/1.04  
% 4.72/1.04  **** run 47 fork 6 starts with strategy
% 4.72/1.04  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.29/1.06  
% 5.29/1.06  
% 5.29/1.06  fork 3: search terminated without proof.
% 5.33/1.08  
% 5.33/1.08  **** run 44 fork 3 starts with strategy
% 5.33/1.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 5.33/1.10  
% 5.33/1.10  
% 5.33/1.10  fork 1: search terminated without proof.
% 5.61/1.11  
% 5.61/1.11  fork 2: search finished without proof.
% 5.61/1.11  
% 5.61/1.11  fork 7: search finished without proof.
% 5.61/1.12  
% 5.61/1.12  **** run 42 fork 1 starts with strategy
% 5.61/1.12  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 4: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  **** run 43 fork 2 starts with strategy
% 5.61/1.13  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 5.81/1.13  
% 5.81/1.13  **** run 48 fork 7 starts with strategy
% 5.81/1.13  {"max_dseconds":10,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 5.81/1.14  
% 5.81/1.14  
% 5.81/1.14  fork 5: search terminated without proof.
% 5.81/1.14  
% 5.81/1.14  **** run 45 fork 4 starts with strategy
% 5.81/1.14  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":20}
% 5.81/1.16  
% 5.81/1.16  **** run 46 fork 5 starts with strategy
% 5.81/1.16  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 12.37/2.08  
% 12.37/2.08  
% 12.37/2.08  fork 0: search terminated without proof.
% 12.37/2.08  
% 12.37/2.08  
% 12.37/2.08  fork 6: search terminated without proof.
% 12.37/2.10  
% 12.37/2.10  **** run 55 fork 6 starts with strategy
% 12.37/2.10  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 12.37/2.11  
% 12.37/2.11  **** run 49 fork 0 starts with strategy
% 12.37/2.11  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 12.37/2.14  
% 12.37/2.14  fork 1: search finished without proof.
% 12.37/2.16  
% 12.37/2.16  
% 12.37/2.16  fork 3: search terminated without proof.
% 12.37/2.16  
% 12.37/2.16  
% 12.37/2.16  fork 2: search terminated without proof.
% 12.37/2.16  
% 12.37/2.16  **** run 50 fork 1 starts with strategy
% 12.37/2.16  {"max_dseconds":10,"strategy":["unit"],"weight_select_ratio":100,"query_preference":0}
% 12.37/2.18  
% 12.37/2.18  fork 7: search finished without proof.
% 12.37/2.18  
% 12.37/2.18  
% 12.37/2.18  fork 5: search terminated without proof.
% 12.37/2.18  
% 12.37/2.18  **** run 52 fork 3 starts with strategy
% 12.37/2.18  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 13.39/2.20  
% 13.39/2.20  **** run 56 fork 7 starts with strategy
% 13.39/2.20  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 13.39/2.20  
% 13.39/2.20  **** run 51 fork 2 starts with strategy
% 13.39/2.20  {"max_dseconds":10,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0,"var_weight":70,"repeat_var_weight":70}
% 13.39/2.21  
% 13.39/2.21  **** run 54 fork 5 starts with strategy
% 13.39/2.21  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 13.39/2.21  
% 13.39/2.21  
% 13.39/2.21  fork 4: search terminated without proof.
% 14.33/2.24  
% 14.33/2.24  **** run 53 fork 4 starts with strategy
% 14.33/2.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 20.23/3.07  
% 20.23/3.07  fork 6: search finished without proof.
% 21.03/3.09  
% 21.03/3.09  **** run 63 fork 6 starts with strategy
% 21.03/3.09  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":2}
% 21.19/3.16  
% 21.19/3.16  fork 7: search finished without proof.
% 21.19/3.18  
% 21.19/3.18  **** run 64 fork 7 starts with strategy
% 21.19/3.18  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 21.19/3.20  
% 21.19/3.20  
% 21.19/3.20  fork 0: search terminated without proof.
% 21.19/3.20  
% 21.19/3.20  
% 21.19/3.20  fork 1: search terminated without proof.
% 21.99/3.22  
% 21.99/3.22  **** run 58 fork 1 starts with strategy
% 21.99/3.22  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 21.99/3.23  
% 21.99/3.23  
% 21.99/3.23  fork 2: search terminated without proof.
% 21.99/3.23  
% 21.99/3.23  **** run 57 fork 0 starts with strategy
% 21.99/3.23  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 21.99/3.23  
% 21.99/3.23  
% 21.99/3.23  fork 3: search terminated without proof.
% 21.99/3.25  
% 21.99/3.25  **** run 59 fork 2 starts with strategy
% 21.99/3.25  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 21.99/3.25  
% 21.99/3.25  **** run 60 fork 3 starts with strategy
% 21.99/3.25  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 21.99/3.26  
% 21.99/3.26  
% 21.99/3.26  fork 5: search terminated without proof.
% 21.99/3.29  
% 21.99/3.29  **** run 62 fork 5 starts with strategy
% 21.99/3.29  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 22.70/3.30  
% 22.70/3.30  fork 3: search finished without proof.
% 22.70/3.30  
% 22.70/3.30  
% 22.70/3.30  fork 4: search terminated without proof.
% 22.70/3.31  
% 22.70/3.31  **** run 68 fork 3 starts with strategy
% 22.70/3.31  {"length_penalty":100,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 22.70/3.32  
% 22.70/3.32  **** run 61 fork 4 starts with strategy
% 22.70/3.32  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 28.58/4.11  
% 28.58/4.11  
% 28.58/4.11  fork 6: search terminated without proof.
% 28.58/4.13  
% 28.58/4.13  **** run 71 fork 6 starts with strategy
% 28.58/4.13  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 29.29/4.14  
% 29.29/4.14  fork 7: search finished without proof.
% 29.29/4.16  
% 29.29/4.16  **** run 72 fork 7 starts with strategy
% 29.29/4.16  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 30.14/4.27  
% 30.14/4.27  
% 30.14/4.27  fork 0: search terminated without proof.
% 30.14/4.28  
% 30.14/4.28  
% 30.14/4.28  fork 1: search terminated without proof.
% 30.14/4.28  
% 30.14/4.28  fork 5: search finished without proof.
% 30.14/4.29  
% 30.14/4.29  **** run 65 fork 0 starts with strategy
% 30.14/4.29  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 30.14/4.29  
% 30.14/4.29  
% 30.14/4.29  fork 2: search terminated without proof.
% 30.14/4.30  
% 30.14/4.30  **** run 66 fork 1 starts with strategy
% 30.14/4.30  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 30.14/4.30  
% 30.14/4.30  fork 4: search finished without proof.
% 30.14/4.30  
% 30.14/4.30  **** run 70 fork 5 starts with strategy
% 30.14/4.30  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 30.14/4.32  
% 30.14/4.32  **** run 67 fork 2 starts with strategy
% 30.14/4.32  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 30.14/4.32  
% 30.14/4.32  **** run 69 fork 4 starts with strategy
% 30.14/4.32  {"strategy":["hardness_pref","max_weight"],"length_penalty":100,"depth_penalty":50,"max_depth":3,"var_weight":10,"repeat_var_weight":10,"max_dseconds":10}
% 30.14/4.34  
% 30.14/4.34  
% 30.14/4.34  fork 3: search terminated without proof.
% 30.14/4.36  
% 30.14/4.36  **** run 76 fork 3 starts with strategy
% 30.14/4.36  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 35.64/5.10  
% 35.64/5.10  fork 6: search finished without proof.
% 36.71/5.12  
% 36.71/5.12  **** run 79 fork 6 starts with strategy
% 36.71/5.12  {"max_dseconds":10,"strategy":["negative_pref"],"max_weight":40,"query_preference":0}
% 36.71/5.16  
% 36.71/5.16  fork 6: search finished without proof.
% 36.71/5.16  
% 36.71/5.16  fork 7: search finished without proof.
% 36.71/5.17  
% 36.71/5.17  **** run 87 fork 6 starts with strategy
% 36.71/5.17  {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 36.71/5.18  
% 36.71/5.18  **** run 80 fork 7 starts with strategy
% 36.71/5.18  {"weight_select_ratio":100,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 37.37/5.27  
% 37.37/5.27  fork 1: search finished without proof.
% 38.10/5.29  
% 38.10/5.29  **** run 74 fork 1 starts with strategy
% 38.10/5.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 38.10/5.30  
% 38.10/5.30  fork 5: search finished without proof.
% 38.10/5.31  
% 38.10/5.31  **** run 78 fork 5 starts with strategy
% 38.10/5.31  {"max_dseconds":10,"strategy":["negative_pref"],"max_depth":5,"query_preference":0}
% 38.10/5.36  
% 38.10/5.36  
% 38.10/5.36  fork 2: search terminated without proof.
% 38.88/5.38  
% 38.88/5.38  **** run 75 fork 2 starts with strategy
% 38.88/5.38  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 38.88/5.39  
% 38.88/5.39  
% 38.88/5.39  fork 4: search terminated without proof.
% 38.97/5.40  
% 38.97/5.40  
% 38.97/5.40  fork 0: search terminated without proof.
% 38.97/5.41  
% 38.97/5.41  **** run 77 fork 4 starts with strategy
% 38.97/5.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 39.07/5.42  
% 39.07/5.42  **** run 73 fork 0 starts with strategy
% 39.07/5.42  {"var_weight":70,"repeat_var_weight":70,"max_depth":3,"query_preference":0,"strategy":["negative_pref"],"max_dseconds":10}
% 39.07/5.42  
% 39.07/5.42  
% 39.07/5.42  fork 3: search terminated without proof.
% 39.07/5.44  
% 39.07/5.44  fork 0: search finished without proof.
% 39.07/5.45  
% 39.07/5.45  **** run 84 fork 3 starts with strategy
% 39.07/5.45  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 39.07/5.46  
% 39.07/5.46  **** run 81 fork 0 starts with strategy
% 39.07/5.46  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":0}
% 44.45/6.14  
% 44.45/6.14  fork 7: search finished without proof.
% 44.91/6.16  
% 44.91/6.16  **** run 88 fork 7 starts with strategy
% 44.91/6.16  {"max_dseconds":50,"strategy":["hardness_pref"],"weight_select_ratio":100,"query_preference":0}
% 45.60/6.32  
% 45.60/6.32  
% 45.60/6.32  result: proof found
% 45.60/6.32  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 45.60/6.32  by run 87 fork 6 strategy {"max_dseconds":50,"strategy":["negative_pref"],"weight_select_ratio":100,"query_preference":0}
% 45.60/6.32  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 45.60/6.32  
% 45.60/6.32  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 45.60/6.32  
% 45.60/6.32  run 87 fork 6 statistics:
% 45.60/6.32  ----------------------------------
% 45.60/6.32  this run seconds: 1.112437
% 45.60/6.32  total seconds: 5.843946
% 45.60/6.32  stat_given_used: 2061
% 45.60/6.32  stat_given_used_at_endgame: 0
% 45.60/6.32  stat_given_candidates:   3391
% 45.60/6.32  stat_given_candidates_at_endgame: 0
% 45.60/6.32  stat_given_candidates_h: 0
% 45.60/6.32  stat_binres_derived_cl:   354203
% 45.60/6.32  stat_binres_derived_cl_h: 0
% 45.60/6.32  stat_factor_derived_cl: 0
% 45.60/6.32  stat_para_derived_cl: 0
% 45.60/6.32  stat_tautologies_discarded: 1
% 45.60/6.32  stat_forward_subsumed: 158526
% 45.60/6.32  stat_derived_cut: 0
% 45.60/6.32  stat_derived_rewritten: 0
% 45.60/6.32  stat_weight_discarded_building: 0
% 45.60/6.32  stat_weight_discarded_cl: 0
% 45.60/6.32  stat_internlimit_discarded_cl: 0
% 45.60/6.32  stat_simplified:  0 simplified 0 derived 0 given
% 45.60/6.32  stat_kept_cl: 195675
% 45.60/6.32  stat_built_cl: 199797
% 45.60/6.32  stat_hyperres_partial_cl: 0
% 45.60/6.32  stat_made_rewriters: 0
% 45.60/6.32  stat_backward_subsumed: 0
% 45.60/6.32  stat_propagated_subsumed: 0
% 45.60/6.32  stat_clsubs_attempted:                    200034
% 45.60/6.32  stat_clsubs_fact_groundunit_found:             0
% 45.60/6.32  stat_clsubs_rule_groundunit_found:             1
% 45.60/6.32  stat_clsubs_top_meta_attempted:            2779358
% 45.60/6.32  stat_clsubs_top_meta_failed:               2579324
% 45.60/6.32  stat_clsubs_top_meta_nonpref_attempted:             2779358
% 45.60/6.32  stat_clsubs_top_meta_nonpref_succeeded:              344160
% 45.60/6.32  stat_clsubs_top_meta_pref_attempted:                 344160
% 45.60/6.32  stat_clsubs_top_meta_pref1_succeeded:                344160
% 45.60/6.32  stat_clsubs_top_meta_pref2_succeeded:                251705
% 45.60/6.32  stat_clsubs_top_meta_pref3_succeeded:                200034
% 45.60/6.32  stat_clsubs_top_meta_pref_succeeded:                 200034
% 45.60/6.32  stat_clsubs_meta_attempted:               229473
% 45.60/6.32  stat_clsubs_meta_failed:                   65842
% 45.60/6.32  stat_clsubs_predsymbs_attempted:               0
% 45.60/6.32  stat_clsubs_unit_attempted:               174784
% 45.60/6.32  stat_clsubs_full_attempted:                25250
% 45.60/6.32  stat_forwardsubs_attempted:               354201
% 45.60/6.32  stat_lit_hash_added:                 196865
% 45.60/6.32  stat_lit_hash_computed:              561276
% 45.60/6.32  stat_lit_hash_match_found:           158527
% 45.60/6.32  stat_lit_hash_match_miss:            403648
% 45.60/6.32  stat_lit_hash_cut_ok:                     0
% 45.60/6.32  stat_lit_strong_cut_ok:                   0
% 45.60/6.32  stat_lit_hash_subsume_ok:            158526
% 45.60/6.32  clqueue els 10000000 used 1
% 45.60/6.32  clactive els 10000000 used 2062
% 45.60/6.32  clactivesubsume els 10000000 used 12361
% 45.60/6.32  queue_termbuf els 200000000 used 19531492
% 45.60/6.32  hyper_termbuf els 100000000 used 1
% 45.60/6.32  active_termbuf els 100000000 used 109361
% 45.60/6.32  varstack els 5000 last used 1
% 45.60/6.32  given_termbuf els 10000000 last used 1
% 45.60/6.32  simplified_termbuf els 10000000 last used 1
% 45.60/6.32  derived_termbuf els 10000000 last used 53
% 45.60/6.32  wr_mallocs: 118568
% 45.60/6.32  wr_callocs: 19
% 45.60/6.32  wr_reallocs: 50589
% 45.60/6.32  wr_frees: 2
% 45.60/6.32  wr_malloc_bytes: 4168187028
% 45.60/6.32  wr_calloc_bytes: 96065504
% 45.60/6.32  wr_realloc_bytes: 9247768
% 45.60/6.32  wr_realloc_freebytes: 0
% 45.60/6.32  ----------------------------------
% 45.60/6.32  
% 45.60/6.32  
% 45.60/6.32  fork 1: search terminated without proof.
%------------------------------------------------------------------------------