TSTP Solution File: LCL337-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LCL337-3 : TPTP v8.1.2. Released v2.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

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

% Result   : Unsatisfiable 34.24s 4.85s
% Output   : CNFRefutation 34.24s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_equivalent_defn')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    equivalent(X,Y) = and(implies(X,Y),implies(Y,X)),
    inference(cnf_transformation,[],['$inc_equivalent_defn']) ).

cnf('2',plain,
    and(X0,X1) = not(or(not(X0),not(X1))),
    inference(cnf_transformation,[],['$inc_and_defn']) ).

cnf('3',plain,
    implies(X,Y) = or(not(X),Y),
    inference(cnf_transformation,[],['$inc_implies_definition']) ).

cnf('4',plain,
    and(X,Y) = not(implies(X,not(Y))),
    inference(simplify,[],['2','3']) ).

cnf('5',plain,
    implies(implies(X,not(Y)),Z) = or(and(X,Y),Z),
    inference(paramodulation,[],['4','3']) ).

cnf('6',plain,
    axiom(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(cnf_transformation,[],['$inc_axiom_1_6']) ).

cnf('7',plain,
    ( ~ axiom(X)
    | theorem(X) ),
    inference(cnf_transformation,[],['$inc_rule_1']) ).

cnf('8',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( ~ theorem(implies(X,Y))
    | ~ theorem(X)
    | theorem(Y) ),
    inference(cnf_transformation,[],['$inc_rule_2']) ).

cnf('10',plain,
    ( theorem(implies(or(X,Y),or(X,Z)))
    | ~ theorem(implies(Y,Z)) ),
    inference(resolution,[],['8','9']) ).

cnf('11',plain,
    axiom(implies(or(X,Y),or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_4']) ).

cnf('12',plain,
    theorem(implies(or(X,Y),or(Y,X))),
    inference(resolution,[],['11','7']) ).

cnf('13',plain,
    theorem(implies(or(X,or(Y,Z)),or(X,or(Z,Y)))),
    inference(resolution,[],['10','12']) ).

cnf('14',plain,
    ( ~ theorem(or(X,or(Y,Z)))
    | theorem(or(X,or(Z,Y))) ),
    inference(resolution,[],['13','9']) ).

cnf('15',plain,
    axiom(implies(or(X,X),X)),
    inference(cnf_transformation,[],['$inc_axiom_1_2']) ).

cnf('16',plain,
    theorem(implies(or(X,X),X)),
    inference(resolution,[],['15','7']) ).

cnf('17',plain,
    theorem(implies(or(X,or(Y,Y)),or(X,Y))),
    inference(resolution,[],['10','16']) ).

cnf('18',plain,
    ( ~ theorem(or(X,or(Y,Y)))
    | theorem(or(X,Y)) ),
    inference(resolution,[],['17','9']) ).

cnf('19',plain,
    axiom(implies(X,or(Y,X))),
    inference(cnf_transformation,[],['$inc_axiom_1_3']) ).

cnf('20',plain,
    theorem(implies(X,or(Y,X))),
    inference(resolution,[],['19','7']) ).

cnf('21',plain,
    theorem(implies(or(X,Y),or(X,or(Z,Y)))),
    inference(resolution,[],['10','20']) ).

cnf('22',plain,
    ( theorem(or(X,or(Y,Z)))
    | ~ theorem(or(X,Z)) ),
    inference(resolution,[],['21','9']) ).

cnf('23',plain,
    ( ~ theorem(or(X,Y))
    | theorem(or(Y,X)) ),
    inference(resolution,[],['9','12']) ).

cnf('24',plain,
    ( theorem(or(X,not(Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(paramodulation,[],['3','23']) ).

cnf('25',plain,
    theorem(or(or(X,Y),not(Y))),
    inference(resolution,[],['24','20']) ).

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

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

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

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

cnf('30',plain,
    theorem(or(X3,or(not(X3),Y3))),
    inference(resolution,[],['14','29']) ).

cnf('31',plain,
    theorem(or(X,implies(X,Y))),
    inference(simplify,[],['30','3']) ).

cnf('32',plain,
    theorem(or(implies(X,Y),X)),
    inference(resolution,[],['31','23']) ).

cnf('33',plain,
    theorem(or(implies(X,Y),or(Z,X))),
    inference(resolution,[],['32','22']) ).

cnf('34',plain,
    theorem(or(implies(X,Y),or(X,Z))),
    inference(resolution,[],['33','14']) ).

cnf('35',plain,
    theorem(implies(implies(X3,or(Y3,Y3)),or(not(X3),Y3))),
    inference(paramodulation,[],['3','17']) ).

cnf('36',plain,
    theorem(implies(implies(X,or(Y,Y)),implies(X,Y))),
    inference(simplify,[],['35','3']) ).

cnf('37',plain,
    ( ~ theorem(implies(X,or(Y,Y)))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['36','9']) ).

cnf('38',plain,
    theorem(implies(X,implies(Y,X))),
    inference(paramodulation,[],['3','20']) ).

cnf('39',plain,
    theorem(implies(or(X,Y),or(X,implies(Z,Y)))),
    inference(resolution,[],['10','38']) ).

cnf('40',plain,
    theorem(implies(or(implies(X,Y),Y),implies(X,Y))),
    inference(resolution,[],['37','39']) ).

cnf('41',plain,
    ( ~ theorem(or(implies(X,Y),Y))
    | theorem(implies(X,Y)) ),
    inference(resolution,[],['40','9']) ).

cnf('42',plain,
    theorem(implies(X,or(X,Y))),
    inference(resolution,[],['34','41']) ).

cnf('43',plain,
    theorem(implies(not(X),implies(X,Y))),
    inference(paramodulation,[],['3','42']) ).

cnf('44',plain,
    theorem(implies(or(X,not(Y)),or(X,implies(Y,Z)))),
    inference(resolution,[],['43','10']) ).

cnf('45',plain,
    ( theorem(or(X,implies(Y,Z)))
    | ~ theorem(or(X,not(Y))) ),
    inference(resolution,[],['44','9']) ).

cnf('46',plain,
    theorem(implies(implies(X3,Y3),or(not(X3),implies(Z3,Y3)))),
    inference(paramodulation,[],['3','39']) ).

cnf('47',plain,
    theorem(implies(implies(X,Y),implies(X,implies(Z,Y)))),
    inference(simplify,[],['46','3']) ).

cnf('48',plain,
    theorem(or(implies(X,implies(Y,Z)),not(implies(X,Z)))),
    inference(resolution,[],['47','24']) ).

cnf('49',plain,
    theorem(or(implies(X,implies(Y,Z)),implies(implies(X,Z),U))),
    inference(resolution,[],['45','48']) ).

cnf('50',plain,
    theorem(implies(X,implies(implies(X,Y),Y))),
    inference(resolution,[],['49','41']) ).

cnf('51',plain,
    theorem(or(implies(implies(X,Y),Y),not(X))),
    inference(resolution,[],['50','24']) ).

cnf('52',plain,
    theorem(or(implies(implies(X,Y),Y),implies(X,Z))),
    inference(resolution,[],['51','45']) ).

cnf('53',plain,
    theorem(or(implies(X,Y),implies(implies(X,Z),Z))),
    inference(resolution,[],['52','23']) ).

cnf('54',plain,
    theorem(or(implies(X,Y),or(and(X,Z),not(Z)))),
    inference(paramodulation,[],['5','53']) ).

cnf('55',plain,
    axiom(implies(or(X,or(Y,Z)),or(Y,or(X,Z)))),
    inference(cnf_transformation,[],['$inc_axiom_1_5']) ).

cnf('56',plain,
    theorem(implies(or(X,or(Y,Z)),or(Y,or(X,Z)))),
    inference(resolution,[],['55','7']) ).

cnf('57',plain,
    ( ~ theorem(or(X,or(Y,Z)))
    | theorem(or(Y,or(X,Z))) ),
    inference(resolution,[],['56','9']) ).

cnf('58',plain,
    theorem(or(and(X,Y),or(implies(X,Z),not(Y)))),
    inference(resolution,[],['54','57']) ).

cnf('59',plain,
    theorem(or(and(X3,Y3),or(not(Y3),implies(X3,Z3)))),
    inference(resolution,[],['58','14']) ).

cnf('60',plain,
    theorem(or(and(X,Y),implies(Y,implies(X,Z)))),
    inference(simplify,[],['59','3']) ).

cnf('61',plain,
    theorem(or(implies(X,implies(Y,Z)),and(Y,X))),
    inference(resolution,[],['60','23']) ).

cnf('62',plain,
    ( theorem(or(X,implies(Y,Z)))
    | ~ theorem(or(X,Z)) ),
    inference(resolution,[],['39','9']) ).

cnf('63',plain,
    theorem(or(implies(X,implies(Y,Z)),implies(U,and(Y,X)))),
    inference(resolution,[],['61','62']) ).

cnf('64',plain,
    theorem(implies(X,implies(Y,and(Y,X)))),
    inference(resolution,[],['63','41']) ).

cnf('65',plain,
    theorem(implies(implies(X,Y),implies(implies(Y,X),equivalent(Y,X)))),
    inference(paramodulation,[],['1','64']) ).

cnf('66',plain,
    ( theorem(implies(implies(X,Y),equivalent(X,Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(resolution,[],['65','9']) ).

cnf('67',plain,
    theorem(implies(implies(implies(X,Y),Y),equivalent(implies(X,Y),Y))),
    inference(resolution,[],['66','38']) ).

cnf('68',plain,
    ( ~ theorem(implies(implies(X,Y),Y))
    | theorem(equivalent(implies(X,Y),Y)) ),
    inference(resolution,[],['67','9']) ).

cnf('69',plain,
    theorem(implies(implies(X,implies(X,Y)),implies(X,Y))),
    inference(resolution,[],['52','41']) ).

cnf('70',plain,
    ~ theorem(equivalent(implies(p,implies(p,q)),implies(p,q))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('71',plain,
    $false,
    inference(resolution,[then_simplify],['68','69','70']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL337-3 : TPTP v8.1.2. Released v2.3.0.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.33  % Computer : n022.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 21:11:55 EDT 2023
% 0.13/0.33  % CPUTime  : 
% 0.19/0.39  
% 0.19/0.39  input clause set summed statistics:
% 0.19/0.39  ----------------------------------
% 0.19/0.39  in_clause_count:                    11
% 0.19/0.39  in_rule_clause_count:               11
% 0.19/0.39  in_fact_clause_count:                0
% 0.19/0.39  in_answer_clause_count:              0
% 0.19/0.39  in_ground_clause_count:              1
% 0.19/0.39  in_unit_clause_count:                9
% 0.19/0.39  in_horn_clause_count:               11
% 0.19/0.39  in_pos_clause_count:                 8
% 0.19/0.39  in_neg_clause_count:                 1
% 0.19/0.39  in_poseq_clause_count:               3
% 0.19/0.39  in_negeq_clause_count:               0
% 0.19/0.39  in_unitposeq_clause_count:           3
% 0.19/0.39  in_chain_clause_count:               1
% 0.19/0.39  in_min_length:             1
% 0.19/0.39  in_max_length:             3
% 0.19/0.39  in_min_depth:              1
% 0.19/0.39  in_max_depth:              4
% 0.19/0.39  in_min_size:               4
% 0.19/0.39  in_max_size:              12
% 0.19/0.39  in_min_vars:               0
% 0.19/0.39  in_max_vars:               3
% 0.19/0.39  in_extaxiom_count:                10
% 0.19/0.39  in_axiom_count:                    0
% 0.19/0.39  in_assumption_count:               0
% 0.19/0.39  in_goal_count:                     1
% 0.19/0.39  in_neg_goal_count:                 1
% 0.19/0.39  in_pos_goal_count:                 0
% 0.19/0.39  in_posunit_goal_count:             0
% 0.19/0.39  
% 0.19/0.39  auto guide:
% 0.19/0.39  -----------
% 0.19/0.39  {
% 0.19/0.39  "print":1,
% 0.19/0.39  "print_level": 15,
% 0.19/0.39  "max_size": 0,
% 0.19/0.39  "max_depth": 0,
% 0.19/0.39  "max_length": 0,
% 0.19/0.39  "max_dseconds": 0,
% 0.19/0.39  "runs":[
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.19/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.19/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.39  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.19/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.19/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.39  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.39  
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.19/0.39  
% 0.19/0.39  ]}
% 0.19/0.39  
% 0.19/0.39  
% 0.19/0.39  **** run 1 fork 0 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 2 fork 1 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 3 fork 2 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 4 fork 3 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 5 fork 4 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 6 fork 5 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 7 fork 6 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 4: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 2: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 5: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 6: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 1: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 3: search terminated without proof.
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  
% 0.19/0.54  **** run 11 fork 2 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 15 fork 6 starts with strategy
% 0.19/0.54  
% 0.19/0.54  **** run 16 fork 7 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 13 fork 4 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 10 fork 1 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 2: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 5: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 6: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 7: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 3: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 1: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  **** run 19 fork 2 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.19/0.68  
% 0.19/0.68  **** run 22 fork 5 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.19/0.68  
% 0.19/0.68  **** run 24 fork 7 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.68  
% 0.19/0.68  **** run 23 fork 6 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.68  
% 0.19/0.68  **** run 17 fork 0 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.69  
% 0.19/0.69  **** run 20 fork 3 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.19/0.70  
% 0.19/0.70  **** run 18 fork 1 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.19/0.71  
% 0.19/0.71  
% 0.19/0.71  fork 4: search terminated without proof.
% 0.19/0.74  
% 0.19/0.74  **** run 21 fork 4 starts with strategy
% 0.19/0.74  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.19/0.80  
% 0.19/0.80  
% 0.19/0.80  fork 5: search terminated without proof.
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 1: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 7: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  **** run 30 fork 5 starts with strategy
% 0.19/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 6: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  
% 0.19/0.82  fork 0: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  fork 2: search finished without proof.
% 0.19/0.83  
% 0.19/0.83  
% 0.19/0.83  fork 3: search terminated without proof.
% 0.19/0.84  
% 0.19/0.84  **** run 32 fork 7 starts with strategy
% 0.19/0.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.36/0.84  
% 3.36/0.84  **** run 26 fork 1 starts with strategy
% 3.36/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.36/0.84  
% 3.36/0.84  **** run 31 fork 6 starts with strategy
% 3.36/0.84  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.36/0.84  
% 3.36/0.84  **** run 25 fork 0 starts with strategy
% 3.36/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.36/0.85  
% 3.36/0.85  **** run 28 fork 3 starts with strategy
% 3.36/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.36/0.86  
% 3.36/0.86  fork 7: search finished without proof.
% 3.36/0.87  
% 3.36/0.87  **** run 27 fork 2 starts with strategy
% 3.36/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.36/0.88  
% 3.36/0.88  **** run 40 fork 7 starts with strategy
% 3.36/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.08/0.93  
% 4.08/0.93  
% 4.08/0.93  fork 4: search terminated without proof.
% 4.08/0.94  
% 4.08/0.94  **** run 29 fork 4 starts with strategy
% 4.08/0.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.51/0.96  
% 4.51/0.96  
% 4.51/0.96  fork 5: search terminated without proof.
% 4.51/0.96  
% 4.51/0.96  
% 4.51/0.96  fork 1: search terminated without proof.
% 4.51/0.97  
% 4.51/0.97  
% 4.51/0.97  fork 0: search terminated without proof.
% 4.51/0.97  
% 4.51/0.97  
% 4.51/0.97  fork 3: search terminated without proof.
% 4.51/0.97  
% 4.51/0.97  
% 4.51/0.97  fork 6: search terminated without proof.
% 4.51/0.97  
% 4.51/0.97  **** run 38 fork 5 starts with strategy
% 4.51/0.97  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.51/0.98  
% 4.51/0.98  **** run 34 fork 1 starts with strategy
% 4.51/0.98  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.51/0.99  
% 4.51/0.99  **** run 33 fork 0 starts with strategy
% 4.51/0.99  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.51/0.99  
% 4.51/0.99  **** run 36 fork 3 starts with strategy
% 4.51/0.99  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.51/1.00  
% 4.51/1.00  **** run 39 fork 6 starts with strategy
% 4.51/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.51/1.00  
% 4.51/1.00  
% 4.51/1.00  fork 2: search terminated without proof.
% 4.51/1.00  
% 4.51/1.00  
% 4.51/1.00  fork 7: search terminated without proof.
% 4.51/1.02  
% 4.51/1.02  **** run 48 fork 7 starts with strategy
% 4.51/1.02  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 4.51/1.02  
% 4.51/1.02  **** run 35 fork 2 starts with strategy
% 4.51/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 5.29/1.08  
% 5.29/1.08  
% 5.29/1.08  fork 4: search terminated without proof.
% 5.29/1.09  
% 5.29/1.09  **** run 37 fork 4 starts with strategy
% 5.29/1.09  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 5.29/1.09  
% 5.29/1.09  
% 5.29/1.09  fork 1: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  
% 5.61/1.10  fork 5: search terminated without proof.
% 5.61/1.11  
% 5.61/1.11  **** run 42 fork 1 starts with strategy
% 5.61/1.11  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.61/1.11  
% 5.61/1.11  
% 5.61/1.11  fork 0: search terminated without proof.
% 5.61/1.11  
% 5.61/1.11  
% 5.61/1.11  fork 3: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  fork 6: search finished without proof.
% 5.61/1.12  
% 5.61/1.12  **** run 46 fork 5 starts with strategy
% 5.61/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.61/1.13  
% 5.61/1.13  **** run 44 fork 3 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.61/1.13  
% 5.61/1.13  **** run 41 fork 0 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.61/1.13  
% 5.61/1.13  **** run 47 fork 6 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 6.00/1.15  
% 6.00/1.15  fork 7: search finished without proof.
% 6.00/1.15  
% 6.00/1.15  
% 6.00/1.15  fork 2: search terminated without proof.
% 6.00/1.17  
% 6.00/1.17  **** run 56 fork 7 starts with strategy
% 6.00/1.17  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 6.00/1.17  
% 6.00/1.17  **** run 43 fork 2 starts with strategy
% 6.00/1.17  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 6.00/1.19  
% 6.00/1.19  fork 7: search finished without proof.
% 6.45/1.21  
% 6.45/1.21  **** run 64 fork 7 starts with strategy
% 6.45/1.21  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 6.45/1.21  
% 6.45/1.21  
% 6.45/1.21  fork 4: search terminated without proof.
% 6.45/1.23  
% 6.45/1.23  **** run 45 fork 4 starts with strategy
% 6.45/1.23  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.45/1.25  
% 6.45/1.25  
% 6.45/1.25  fork 5: search terminated without proof.
% 6.45/1.25  
% 6.45/1.25  
% 6.45/1.25  fork 1: search terminated without proof.
% 6.90/1.25  
% 6.90/1.25  
% 6.90/1.25  fork 0: search terminated without proof.
% 6.90/1.26  
% 6.90/1.26  
% 6.90/1.26  fork 6: search terminated without proof.
% 6.90/1.26  
% 6.90/1.26  
% 6.90/1.26  fork 3: search terminated without proof.
% 6.90/1.27  
% 6.90/1.27  **** run 54 fork 5 starts with strategy
% 6.90/1.27  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.90/1.27  
% 6.90/1.27  **** run 49 fork 0 starts with strategy
% 6.90/1.27  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.90/1.28  
% 6.90/1.28  **** run 55 fork 6 starts with strategy
% 6.90/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.90/1.28  
% 6.90/1.28  **** run 50 fork 1 starts with strategy
% 6.90/1.28  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.90/1.28  
% 6.90/1.28  **** run 52 fork 3 starts with strategy
% 6.90/1.28  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.90/1.29  
% 6.90/1.29  
% 6.90/1.29  fork 2: search terminated without proof.
% 6.90/1.32  
% 6.90/1.32  **** run 51 fork 2 starts with strategy
% 6.90/1.32  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.90/1.33  
% 6.90/1.33  
% 6.90/1.33  fork 7: search terminated without proof.
% 6.90/1.35  
% 6.90/1.35  **** run 72 fork 7 starts with strategy
% 6.90/1.35  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.90/1.35  
% 6.90/1.35  
% 6.90/1.35  fork 4: search terminated without proof.
% 7.68/1.37  
% 7.68/1.37  **** run 53 fork 4 starts with strategy
% 7.68/1.37  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 7.68/1.39  
% 7.68/1.39  
% 7.68/1.39  fork 5: search terminated without proof.
% 7.68/1.39  
% 7.68/1.39  
% 7.68/1.39  fork 0: search terminated without proof.
% 8.01/1.40  
% 8.01/1.40  
% 8.01/1.40  fork 6: search terminated without proof.
% 8.01/1.41  
% 8.01/1.41  
% 8.01/1.41  fork 1: search terminated without proof.
% 8.01/1.41  
% 8.01/1.41  
% 8.01/1.41  fork 3: search terminated without proof.
% 8.01/1.41  
% 8.01/1.41  **** run 62 fork 5 starts with strategy
% 8.01/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.01/1.41  
% 8.01/1.41  **** run 57 fork 0 starts with strategy
% 8.01/1.41  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 8.01/1.42  
% 8.01/1.42  **** run 63 fork 6 starts with strategy
% 8.01/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.01/1.43  
% 8.01/1.43  **** run 58 fork 1 starts with strategy
% 8.01/1.43  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 8.01/1.43  
% 8.01/1.43  **** run 60 fork 3 starts with strategy
% 8.01/1.43  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.01/1.44  
% 8.01/1.44  fork 5: search finished without proof.
% 8.01/1.44  
% 8.01/1.44  
% 8.01/1.44  fork 2: search terminated without proof.
% 8.01/1.46  
% 8.01/1.46  **** run 70 fork 5 starts with strategy
% 8.01/1.46  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.01/1.46  
% 8.01/1.46  fork 3: search finished without proof.
% 8.01/1.46  
% 8.01/1.46  fork 1: search finished without proof.
% 8.01/1.47  
% 8.01/1.47  
% 8.01/1.47  fork 7: search terminated without proof.
% 8.01/1.47  
% 8.01/1.47  **** run 59 fork 2 starts with strategy
% 8.01/1.47  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 8.01/1.48  
% 8.01/1.48  **** run 66 fork 1 starts with strategy
% 8.01/1.48  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.01/1.49  
% 8.01/1.49  **** run 80 fork 7 starts with strategy
% 8.01/1.49  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 8.01/1.49  
% 8.01/1.49  **** run 68 fork 3 starts with strategy
% 8.01/1.49  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 8.01/1.50  
% 8.01/1.50  
% 8.01/1.50  fork 4: search terminated without proof.
% 8.01/1.52  
% 8.01/1.52  **** run 61 fork 4 starts with strategy
% 8.01/1.52  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 8.01/1.55  
% 8.01/1.55  
% 8.01/1.55  fork 0: search terminated without proof.
% 9.29/1.57  
% 9.29/1.57  
% 9.29/1.57  fork 6: search terminated without proof.
% 9.29/1.57  
% 9.29/1.57  **** run 65 fork 0 starts with strategy
% 9.29/1.57  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.29/1.58  
% 9.29/1.58  
% 9.29/1.58  fork 5: search terminated without proof.
% 9.29/1.59  
% 9.29/1.59  **** run 71 fork 6 starts with strategy
% 9.29/1.59  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.29/1.59  
% 9.29/1.59  **** run 78 fork 5 starts with strategy
% 9.29/1.59  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.29/1.60  
% 9.29/1.60  
% 9.29/1.60  fork 2: search terminated without proof.
% 9.29/1.61  
% 9.29/1.61  
% 9.29/1.61  fork 7: search terminated without proof.
% 9.29/1.62  
% 9.29/1.62  
% 9.29/1.62  fork 1: search terminated without proof.
% 9.29/1.62  
% 9.29/1.62  **** run 67 fork 2 starts with strategy
% 9.29/1.62  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 9.76/1.63  
% 9.76/1.63  
% 9.76/1.63  fork 3: search terminated without proof.
% 9.76/1.63  
% 9.76/1.63  **** run 88 fork 7 starts with strategy
% 9.76/1.63  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.76/1.64  
% 9.76/1.64  **** run 74 fork 1 starts with strategy
% 9.76/1.64  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.76/1.65  
% 9.76/1.65  
% 9.76/1.65  fork 4: search terminated without proof.
% 9.76/1.65  
% 9.76/1.65  **** run 76 fork 3 starts with strategy
% 9.76/1.65  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 9.98/1.67  
% 9.98/1.67  **** run 69 fork 4 starts with strategy
% 9.98/1.67  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.98/1.69  
% 9.98/1.69  
% 9.98/1.69  fork 0: search terminated without proof.
% 9.98/1.71  
% 9.98/1.71  **** run 73 fork 0 starts with strategy
% 9.98/1.71  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.98/1.71  
% 9.98/1.71  
% 9.98/1.71  fork 6: search terminated without proof.
% 9.98/1.71  
% 9.98/1.71  
% 9.98/1.71  fork 5: search terminated without proof.
% 10.55/1.73  
% 10.55/1.73  **** run 79 fork 6 starts with strategy
% 10.55/1.73  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.55/1.73  
% 10.55/1.73  **** run 86 fork 5 starts with strategy
% 10.55/1.73  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.55/1.75  
% 10.55/1.75  
% 10.55/1.75  fork 2: search terminated without proof.
% 10.55/1.75  
% 10.55/1.75  
% 10.55/1.75  fork 7: search terminated without proof.
% 10.55/1.76  
% 10.55/1.76  
% 10.55/1.76  fork 1: search terminated without proof.
% 10.55/1.77  
% 10.55/1.77  
% 10.55/1.77  fork 3: search terminated without proof.
% 10.89/1.77  
% 10.89/1.77  **** run 96 fork 7 starts with strategy
% 10.89/1.77  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 10.89/1.77  
% 10.89/1.77  **** run 75 fork 2 starts with strategy
% 10.89/1.77  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 10.89/1.78  
% 10.89/1.78  **** run 82 fork 1 starts with strategy
% 10.89/1.78  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.89/1.78  
% 10.89/1.78  **** run 84 fork 3 starts with strategy
% 10.89/1.78  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 10.89/1.79  
% 10.89/1.79  
% 10.89/1.79  fork 4: search terminated without proof.
% 10.89/1.80  
% 10.89/1.80  fork 2: search finished without proof.
% 10.89/1.80  
% 10.89/1.80  **** run 77 fork 4 starts with strategy
% 10.89/1.80  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 10.89/1.83  
% 10.89/1.83  **** run 83 fork 2 starts with strategy
% 10.89/1.83  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.89/1.83  
% 10.89/1.83  
% 10.89/1.83  fork 0: search terminated without proof.
% 11.46/1.85  
% 11.46/1.85  **** run 81 fork 0 starts with strategy
% 11.46/1.85  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.46/1.85  
% 11.46/1.85  
% 11.46/1.85  fork 6: search terminated without proof.
% 11.46/1.86  
% 11.46/1.86  
% 11.46/1.86  fork 5: search terminated without proof.
% 11.68/1.88  
% 11.68/1.88  **** run 87 fork 6 starts with strategy
% 11.68/1.88  
% 11.68/1.88  **** run 94 fork 5 starts with strategy
% 11.68/1.88  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 11.68/1.88  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.68/1.90  
% 11.68/1.90  
% 11.68/1.90  fork 1: search terminated without proof.
% 11.68/1.91  
% 11.68/1.91  
% 11.68/1.91  fork 3: search terminated without proof.
% 11.68/1.92  
% 11.68/1.92  **** run 90 fork 1 starts with strategy
% 11.68/1.92  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 12.11/1.92  
% 12.11/1.92  
% 12.11/1.92  fork 4: search terminated without proof.
% 12.11/1.94  
% 12.11/1.94  **** run 92 fork 3 starts with strategy
% 12.11/1.94  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 12.11/1.94  
% 12.11/1.94  **** run 85 fork 4 starts with strategy
% 12.11/1.94  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 12.11/1.95  
% 12.11/1.95  
% 12.11/1.95  fork 2: search terminated without proof.
% 12.35/1.97  
% 12.35/1.97  
% 12.35/1.97  fork 0: search terminated without proof.
% 12.35/1.98  
% 12.35/1.98  **** run 91 fork 2 starts with strategy
% 12.35/1.98  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 12.35/1.99  
% 12.35/1.99  **** run 89 fork 0 starts with strategy
% 12.35/1.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.35/2.00  
% 12.35/2.00  
% 12.35/2.00  fork 6: search terminated without proof.
% 12.35/2.02  
% 12.35/2.02  **** run 95 fork 6 starts with strategy
% 12.35/2.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 12.94/2.06  
% 12.94/2.06  
% 12.94/2.06  fork 4: search terminated without proof.
% 12.94/2.08  
% 12.94/2.08  **** run 93 fork 4 starts with strategy
% 12.94/2.08  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 18.62/2.79  
% 18.62/2.79  
% 18.62/2.79  fork 7: search terminated without proof.
% 18.62/2.81  
% 18.62/2.81  **** run 104 fork 7 starts with strategy
% 18.62/2.81  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 18.62/2.90  
% 18.62/2.90  
% 18.62/2.90  fork 5: search terminated without proof.
% 18.62/2.92  
% 18.62/2.92  **** run 102 fork 5 starts with strategy
% 18.62/2.92  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 18.62/2.93  
% 18.62/2.93  fork 1: search finished without proof.
% 18.62/2.96  
% 18.62/2.96  **** run 98 fork 1 starts with strategy
% 18.62/2.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 18.62/2.97  
% 18.62/2.97  
% 18.62/2.97  fork 3: search terminated without proof.
% 18.62/3.00  
% 18.62/3.00  **** run 100 fork 3 starts with strategy
% 18.62/3.00  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 18.62/3.00  
% 18.62/3.00  
% 18.62/3.00  fork 2: search terminated without proof.
% 18.62/3.01  
% 18.62/3.01  
% 18.62/3.01  fork 0: search terminated without proof.
% 18.62/3.04  
% 18.62/3.04  **** run 99 fork 2 starts with strategy
% 18.62/3.04  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 20.13/3.04  
% 20.13/3.04  **** run 97 fork 0 starts with strategy
% 20.13/3.04  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.16/3.10  
% 21.16/3.10  
% 21.16/3.10  fork 4: search terminated without proof.
% 21.16/3.13  
% 21.16/3.13  **** run 101 fork 4 starts with strategy
% 21.16/3.13  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 22.41/3.27  
% 22.41/3.27  
% 22.41/3.27  fork 6: search terminated without proof.
% 22.41/3.31  
% 22.41/3.31  **** run 103 fork 6 starts with strategy
% 22.41/3.31  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 26.97/3.83  
% 26.97/3.83  
% 26.97/3.83  fork 7: search terminated without proof.
% 26.97/3.86  
% 26.97/3.86  **** run 112 fork 7 starts with strategy
% 26.97/3.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.44/3.94  
% 27.44/3.94  
% 27.44/3.94  fork 5: search terminated without proof.
% 28.01/3.96  
% 28.01/3.96  **** run 110 fork 5 starts with strategy
% 28.01/3.96  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 28.15/3.98  
% 28.15/3.98  
% 28.15/3.98  fork 1: search terminated without proof.
% 28.15/4.01  
% 28.15/4.01  **** run 106 fork 1 starts with strategy
% 28.15/4.01  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.48/4.02  
% 28.48/4.02  
% 28.48/4.02  fork 3: search terminated without proof.
% 28.65/4.05  
% 28.65/4.05  **** run 108 fork 3 starts with strategy
% 28.65/4.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 28.65/4.06  
% 28.65/4.06  
% 28.65/4.06  fork 2: search terminated without proof.
% 28.65/4.06  
% 28.65/4.06  
% 28.65/4.06  fork 0: search terminated without proof.
% 28.65/4.09  
% 28.65/4.09  **** run 107 fork 2 starts with strategy
% 28.65/4.09  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 28.65/4.10  
% 28.65/4.10  **** run 105 fork 0 starts with strategy
% 28.65/4.10  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 29.36/4.15  
% 29.36/4.15  
% 29.36/4.15  fork 4: search terminated without proof.
% 29.36/4.17  
% 29.36/4.17  **** run 109 fork 4 starts with strategy
% 29.36/4.17  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 32.13/4.51  
% 32.13/4.51  
% 32.13/4.51  fork 6: search terminated without proof.
% 32.13/4.54  
% 32.13/4.54  **** run 111 fork 6 starts with strategy
% 32.13/4.54  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 34.24/4.85  
% 34.24/4.85  
% 34.24/4.85  result: proof found
% 34.24/4.85  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 34.24/4.85  by run 107 fork 2 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 34.24/4.85  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 34.24/4.85  
% 34.24/4.85  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 34.24/4.85  
% 34.24/4.85  run 107 fork 2 statistics:
% 34.24/4.85  ----------------------------------
% 34.24/4.85  this run seconds: 0.414629
% 34.24/4.85  total seconds: 4.085369
% 34.24/4.85  stat_given_used: 2033
% 34.24/4.85  stat_given_used_at_endgame: 0
% 34.24/4.85  stat_given_candidates:   3788
% 34.24/4.85  stat_given_candidates_at_endgame: 0
% 34.24/4.85  stat_given_candidates_h: 0
% 34.24/4.85  stat_binres_derived_cl:   149580
% 34.24/4.85  stat_binres_derived_cl_h: 0
% 34.24/4.85  stat_factor_derived_cl: 0
% 34.24/4.85  stat_para_derived_cl: 6110
% 34.24/4.85  stat_tautologies_discarded: 2
% 34.24/4.85  stat_forward_subsumed: 14509
% 34.24/4.85  stat_derived_cut: 4
% 34.24/4.85  stat_derived_rewritten: 65
% 34.24/4.85  stat_weight_discarded_building: 0
% 34.24/4.85  stat_weight_discarded_cl: 136179
% 34.24/4.85  stat_internlimit_discarded_cl: 0
% 34.24/4.85  stat_simplified:  66 simplified 0 derived 0 given
% 34.24/4.85  stat_kept_cl: 4987
% 34.24/4.85  stat_built_cl: 145298
% 34.24/4.85  stat_hyperres_partial_cl: 0
% 34.24/4.85  stat_made_rewriters: 6
% 34.24/4.85  stat_backward_subsumed: 0
% 34.24/4.85  stat_propagated_subsumed: 0
% 34.24/4.85  stat_clsubs_attempted:                    250699
% 34.24/4.85  stat_clsubs_fact_groundunit_found:             0
% 34.24/4.85  stat_clsubs_rule_groundunit_found:             1
% 34.24/4.85  stat_clsubs_top_meta_attempted:            2670301
% 34.24/4.85  stat_clsubs_top_meta_failed:               2419602
% 34.24/4.85  stat_clsubs_top_meta_nonpref_attempted:             2670301
% 34.24/4.85  stat_clsubs_top_meta_nonpref_succeeded:             1297093
% 34.24/4.85  stat_clsubs_top_meta_pref_attempted:                1297093
% 34.24/4.85  stat_clsubs_top_meta_pref1_succeeded:               1255870
% 34.24/4.85  stat_clsubs_top_meta_pref2_succeeded:                496455
% 34.24/4.85  stat_clsubs_top_meta_pref3_succeeded:                250699
% 34.24/4.85  stat_clsubs_top_meta_pref_succeeded:                 250699
% 34.24/4.85  stat_clsubs_meta_attempted:               261940
% 34.24/4.85  stat_clsubs_meta_failed:                   33795
% 34.24/4.85  stat_clsubs_predsymbs_attempted:               0
% 34.24/4.85  stat_clsubs_unit_attempted:               233395
% 34.24/4.85  stat_clsubs_full_attempted:                17304
% 34.24/4.85  stat_forwardsubs_attempted:               155676
% 34.24/4.85  stat_lit_hash_added:                   5814
% 34.24/4.85  stat_lit_hash_computed:              169120
% 34.24/4.85  stat_lit_hash_match_found:            14769
% 34.24/4.85  stat_lit_hash_match_miss:            291344
% 34.24/4.85  stat_lit_hash_cut_ok:                     3
% 34.24/4.85  stat_lit_strong_cut_ok:                   3
% 34.24/4.85  stat_lit_hash_subsume_ok:             14509
% 34.24/4.85  clqueue els 10000000 used 1
% 34.24/4.85  clactive els 10000000 used 2034
% 34.24/4.85  clactivesubsume els 10000000 used 12193
% 34.24/4.85  queue_termbuf els 200000000 used 303696
% 34.24/4.85  hyper_termbuf els 100000000 used 1
% 34.24/4.85  active_termbuf els 100000000 used 88807
% 34.24/4.85  varstack els 5000 last used 1
% 34.24/4.85  given_termbuf els 10000000 last used 1
% 34.24/4.85  simplified_termbuf els 10000000 last used 1
% 34.24/4.85  derived_termbuf els 10000000 last used 49
% 34.24/4.85  wr_mallocs: 30615
% 34.24/4.85  wr_callocs: 21
% 34.24/4.85  wr_reallocs: 962
% 34.24/4.85  wr_frees: 2
% 34.24/4.85  wr_malloc_bytes: 4163627524
% 34.24/4.85  wr_calloc_bytes: 112065536
% 34.24/4.85  wr_realloc_bytes: 220688
% 34.24/4.85  wr_realloc_freebytes: 0
% 34.24/4.85  ----------------------------------
%------------------------------------------------------------------------------