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

View Problem - Process Solution

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

% Computer : n023.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:17 EDT 2023

% Result   : Unsatisfiable 38.29s 5.26s
% Output   : CNFRefutation 38.29s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_implies_definition')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    implies(X,Y) = or(not(X),Y),
    inference(cnf_transformation,[],['$inc_implies_definition']) ).

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

cnf('3',plain,
    axiom(implies(or(X3,implies(Y3,Z3)),or(not(Y3),or(X3,Z3)))),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    axiom(implies(or(X,implies(Y,Z)),implies(Y,or(X,Z)))),
    inference(simplify,[],['3','1']) ).

cnf('5',plain,
    axiom(implies(or(not(X3),implies(Y3,Z3)),implies(Y3,implies(X3,Z3)))),
    inference(paramodulation,[],['1','4']) ).

cnf('6',plain,
    axiom(implies(implies(X,implies(Y,Z)),implies(Y,implies(X,Z)))),
    inference(simplify,[],['5','1']) ).

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

cnf('8',plain,
    theorem(implies(implies(X,implies(Y,Z)),implies(Y,implies(X,Z)))),
    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(X,implies(Y,Z)))
    | theorem(implies(Y,implies(X,Z))) ),
    inference(resolution,[],['8','9']) ).

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

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

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

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

cnf('15',plain,
    ( theorem(implies(implies(X3,Y3),or(not(Z3),Y3)))
    | ~ theorem(implies(Z3,X3)) ),
    inference(paramodulation,[],['1','14']) ).

cnf('16',plain,
    ( theorem(implies(implies(X,Y),implies(Z,Y)))
    | ~ theorem(implies(Z,X)) ),
    inference(simplify,[],['15','1']) ).

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

cnf('18',plain,
    and(X,Y) = not(implies(X,not(Y))),
    inference(simplify,[],['17','1']) ).

cnf('19',plain,
    implies(implies(X,not(Y)),Z) = or(and(X,Y),Z),
    inference(paramodulation,[],['18','1']) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('34',plain,
    ( theorem(or(X,not(Y)))
    | ~ theorem(implies(Y,X)) ),
    inference(paramodulation,[],['1','33']) ).

cnf('35',plain,
    theorem(or(or(X,Y),not(Y))),
    inference(resolution,[],['34','30']) ).

cnf('36',plain,
    theorem(or(or(X,Y),or(Z,not(Y)))),
    inference(resolution,[],['32','35']) ).

cnf('37',plain,
    theorem(or(or(X,not(Y)),or(Z,Y))),
    inference(resolution,[],['36','33']) ).

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

cnf('39',plain,
    theorem(or(X,or(Y,not(X)))),
    inference(resolution,[],['38','33']) ).

cnf('40',plain,
    theorem(or(X3,or(not(X3),Y3))),
    inference(resolution,[],['24','39']) ).

cnf('41',plain,
    theorem(or(X,implies(X,Y))),
    inference(simplify,[],['40','1']) ).

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

cnf('43',plain,
    theorem(implies(or(and(X,Y),Z),or(X,Z))),
    inference(paramodulation,[],['19','42']) ).

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

cnf('45',plain,
    theorem(or(X,not(X))),
    inference(resolution,[],['39','28']) ).

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

cnf('47',plain,
    theorem(implies(or(X,not(Y)),implies(Y,X))),
    inference(paramodulation,[],['1','22']) ).

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

cnf('49',plain,
    theorem(implies(and(X,Y),X)),
    inference(resolution,[],['46','48']) ).

cnf('50',plain,
    ~ theorem(implies(implies(p,r),implies(and(p,q),r))),
    inference(cnf_transformation,[],[prove_this]) ).

cnf('51',plain,
    $false,
    inference(resolution,[then_simplify],['16','49','50']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : LCL249-3 : TPTP v8.1.2. Released v2.3.0.
% 0.07/0.12  % Command  : gkc %s
% 0.13/0.33  % Computer : n023.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 : Fri Aug 25 01:59:57 EDT 2023
% 0.13/0.33  % CPUTime  : 
% 0.13/0.39  
% 0.13/0.39  input clause set summed statistics:
% 0.13/0.39  ----------------------------------
% 0.13/0.39  in_clause_count:                    10
% 0.13/0.39  in_rule_clause_count:               10
% 0.13/0.39  in_fact_clause_count:                0
% 0.13/0.39  in_answer_clause_count:              0
% 0.13/0.39  in_ground_clause_count:              1
% 0.13/0.39  in_unit_clause_count:                8
% 0.13/0.39  in_horn_clause_count:               10
% 0.13/0.39  in_pos_clause_count:                 7
% 0.13/0.39  in_neg_clause_count:                 1
% 0.13/0.39  in_poseq_clause_count:               2
% 0.13/0.39  in_negeq_clause_count:               0
% 0.13/0.39  in_unitposeq_clause_count:           2
% 0.13/0.39  in_chain_clause_count:               1
% 0.13/0.39  in_min_length:             1
% 0.13/0.39  in_max_length:             3
% 0.13/0.39  in_min_depth:              1
% 0.13/0.39  in_max_depth:              4
% 0.13/0.39  in_min_size:               4
% 0.13/0.39  in_max_size:              12
% 0.13/0.39  in_min_vars:               0
% 0.13/0.39  in_max_vars:               3
% 0.13/0.39  in_extaxiom_count:                 9
% 0.13/0.39  in_axiom_count:                    0
% 0.13/0.39  in_assumption_count:               0
% 0.13/0.39  in_goal_count:                     1
% 0.13/0.39  in_neg_goal_count:                 1
% 0.13/0.39  in_pos_goal_count:                 0
% 0.13/0.39  in_posunit_goal_count:             0
% 0.13/0.39  
% 0.13/0.39  auto guide:
% 0.13/0.39  -----------
% 0.13/0.39  {
% 0.13/0.39  "print":1,
% 0.13/0.39  "print_level": 15,
% 0.13/0.39  "max_size": 0,
% 0.13/0.39  "max_depth": 0,
% 0.13/0.39  "max_length": 0,
% 0.13/0.39  "max_dseconds": 0,
% 0.13/0.39  "runs":[
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.13/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.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.13/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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.13/0.39  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.13/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.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.13/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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.13/0.39  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/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.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.13/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.13/0.39  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.13/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.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.13/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.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.13/0.39  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.13/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.13/0.39  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.13/0.39  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.13/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.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.13/0.39  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.13/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.13/0.39  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.13/0.39  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.13/0.39  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.13/0.39  
% 0.13/0.39  ]}
% 0.13/0.39  
% 0.13/0.39  
% 0.13/0.39  **** run 1 fork 0 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 2 fork 1 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 3 fork 2 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 4 fork 3 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 5 fork 4 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 6 fork 5 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 7 fork 6 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 8 fork 7 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 0: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 5: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 7: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  fork 1: search finished without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 3: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 16 fork 7 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.55  
% 0.20/0.55  **** run 12 fork 3 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 10 fork 1 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 2.03/0.66  
% 2.03/0.66  fork 4: search finished without proof.
% 2.03/0.66  
% 2.03/0.66  fork 5: search finished without proof.
% 2.03/0.66  
% 2.03/0.66  
% 2.03/0.66  fork 7: search terminated without proof.
% 2.03/0.66  
% 2.03/0.66  
% 2.03/0.66  fork 2: search terminated without proof.
% 2.03/0.66  
% 2.03/0.66  
% 2.03/0.66  fork 6: search terminated without proof.
% 2.03/0.66  
% 2.03/0.66  
% 2.03/0.66  fork 3: search terminated without proof.
% 2.03/0.67  
% 2.03/0.67  
% 2.03/0.67  fork 0: search terminated without proof.
% 2.03/0.67  
% 2.03/0.67  
% 2.03/0.67  fork 1: search terminated without proof.
% 2.03/0.68  
% 2.03/0.68  **** run 21 fork 4 starts with strategy
% 2.03/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 2.03/0.68  
% 2.03/0.68  **** run 22 fork 5 starts with strategy
% 2.03/0.68  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 2.03/0.68  
% 2.03/0.68  **** run 24 fork 7 starts with strategy
% 2.03/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 2.03/0.68  
% 2.03/0.68  **** run 19 fork 2 starts with strategy
% 2.03/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 2.03/0.68  
% 2.03/0.68  **** run 23 fork 6 starts with strategy
% 2.03/0.68  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 2.03/0.69  
% 2.03/0.69  **** run 20 fork 3 starts with strategy
% 2.03/0.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 2.03/0.69  
% 2.03/0.69  **** run 17 fork 0 starts with strategy
% 2.03/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.03/0.69  
% 2.03/0.69  **** run 18 fork 1 starts with strategy
% 2.03/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 3.22/0.80  
% 3.22/0.80  
% 3.22/0.80  fork 4: search terminated without proof.
% 3.22/0.80  
% 3.22/0.80  
% 3.22/0.80  fork 5: search terminated without proof.
% 3.22/0.80  
% 3.22/0.80  
% 3.22/0.80  fork 3: search terminated without proof.
% 3.22/0.81  
% 3.22/0.81  
% 3.22/0.81  fork 1: search terminated without proof.
% 3.22/0.81  
% 3.22/0.81  fork 2: search finished without proof.
% 3.22/0.81  
% 3.22/0.81  **** run 29 fork 4 starts with strategy
% 3.22/0.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.22/0.82  
% 3.22/0.82  **** run 30 fork 5 starts with strategy
% 3.22/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.22/0.82  
% 3.22/0.82  
% 3.22/0.82  fork 7: search terminated without proof.
% 3.22/0.82  
% 3.22/0.82  
% 3.22/0.82  fork 6: search terminated without proof.
% 3.22/0.82  
% 3.22/0.82  **** run 28 fork 3 starts with strategy
% 3.22/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.22/0.83  
% 3.22/0.83  
% 3.22/0.83  fork 0: search terminated without proof.
% 3.22/0.83  
% 3.22/0.83  **** run 26 fork 1 starts with strategy
% 3.22/0.83  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.22/0.83  
% 3.22/0.83  **** run 27 fork 2 starts with strategy
% 3.22/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.22/0.84  
% 3.22/0.84  **** run 32 fork 7 starts with strategy
% 3.22/0.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.22/0.84  
% 3.22/0.84  **** run 31 fork 6 starts with strategy
% 3.22/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.22/0.85  
% 3.22/0.85  **** run 25 fork 0 starts with strategy
% 3.22/0.85  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.22/0.87  
% 3.22/0.87  fork 7: search finished without proof.
% 4.01/0.88  
% 4.01/0.88  **** run 40 fork 7 starts with strategy
% 4.01/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.42/0.95  
% 4.42/0.95  
% 4.42/0.95  fork 4: search terminated without proof.
% 4.42/0.95  
% 4.42/0.95  
% 4.42/0.95  fork 1: search terminated without proof.
% 4.42/0.96  
% 4.42/0.96  
% 4.42/0.96  fork 5: search terminated without proof.
% 4.42/0.96  
% 4.42/0.96  
% 4.42/0.96  fork 2: search terminated without proof.
% 4.42/0.96  
% 4.42/0.96  
% 4.42/0.96  fork 3: search terminated without proof.
% 4.42/0.97  
% 4.42/0.97  **** run 37 fork 4 starts with strategy
% 4.42/0.97  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.42/0.97  
% 4.42/0.97  **** run 34 fork 1 starts with strategy
% 4.42/0.97  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.42/0.97  
% 4.42/0.97  
% 4.42/0.97  fork 6: search terminated without proof.
% 4.42/0.97  
% 4.42/0.97  
% 4.42/0.97  fork 0: search terminated without proof.
% 4.42/0.97  
% 4.42/0.97  **** run 38 fork 5 starts with strategy
% 4.42/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.42/0.98  
% 4.42/0.98  **** run 35 fork 2 starts with strategy
% 4.42/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.42/0.98  
% 4.42/0.98  **** run 36 fork 3 starts with strategy
% 4.42/0.98  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.42/0.99  
% 4.42/0.99  **** run 33 fork 0 starts with strategy
% 4.42/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}
% 5.01/1.00  
% 5.01/1.00  **** run 39 fork 6 starts with strategy
% 5.01/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.01/1.00  
% 5.01/1.00  
% 5.01/1.00  fork 7: search terminated without proof.
% 5.01/1.02  
% 5.01/1.02  **** run 48 fork 7 starts with strategy
% 5.01/1.02  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.01/1.05  
% 5.01/1.05  fork 7: search finished without proof.
% 5.01/1.07  
% 5.01/1.07  **** run 56 fork 7 starts with strategy
% 5.01/1.07  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 5.61/1.08  
% 5.61/1.08  
% 5.61/1.08  fork 1: search terminated without proof.
% 5.61/1.09  
% 5.61/1.09  
% 5.61/1.09  fork 4: search terminated without proof.
% 5.61/1.09  
% 5.61/1.09  fork 7: search finished without proof.
% 5.61/1.10  
% 5.61/1.10  
% 5.61/1.10  fork 3: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  
% 5.61/1.10  fork 2: search terminated without proof.
% 5.61/1.10  
% 5.61/1.10  **** run 42 fork 1 starts with strategy
% 5.61/1.10  
% 5.61/1.10  
% 5.61/1.10  fork 5: search terminated without proof.
% 5.61/1.10  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.61/1.11  
% 5.61/1.11  **** run 45 fork 4 starts with strategy
% 5.61/1.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.61/1.11  
% 5.61/1.11  **** run 64 fork 7 starts with strategy
% 5.61/1.11  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.61/1.12  
% 5.61/1.12  **** run 43 fork 2 starts with strategy
% 5.61/1.12  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.61/1.12  
% 5.61/1.12  **** run 44 fork 3 starts with strategy
% 5.61/1.12  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 0: search terminated without proof.
% 5.61/1.12  
% 5.61/1.12  
% 5.61/1.12  fork 6: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  **** run 46 fork 5 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.61/1.14  
% 5.61/1.14  **** run 47 fork 6 starts with strategy
% 5.61/1.14  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.61/1.14  
% 5.61/1.14  **** run 41 fork 0 starts with strategy
% 5.61/1.14  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.61/1.15  
% 5.61/1.15  fork 1: search finished without proof.
% 5.61/1.17  
% 5.61/1.17  **** run 50 fork 1 starts with strategy
% 5.61/1.17  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 6.86/1.23  
% 6.86/1.23  
% 6.86/1.23  fork 4: search terminated without proof.
% 6.86/1.23  
% 6.86/1.23  
% 6.86/1.23  fork 7: search terminated without proof.
% 6.86/1.24  
% 6.86/1.24  
% 6.86/1.24  fork 2: search terminated without proof.
% 6.86/1.25  
% 6.86/1.25  
% 6.86/1.25  fork 3: search terminated without proof.
% 6.86/1.25  
% 6.86/1.25  **** run 53 fork 4 starts with strategy
% 6.86/1.25  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.86/1.25  
% 6.86/1.25  **** run 72 fork 7 starts with strategy
% 6.86/1.25  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.86/1.25  
% 6.86/1.25  
% 6.86/1.25  fork 5: search terminated without proof.
% 6.86/1.26  
% 6.86/1.26  **** run 51 fork 2 starts with strategy
% 6.86/1.26  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.86/1.26  
% 6.86/1.26  
% 6.86/1.26  fork 6: search terminated without proof.
% 6.86/1.27  
% 6.86/1.27  **** run 52 fork 3 starts with strategy
% 6.86/1.27  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.86/1.27  
% 6.86/1.27  
% 6.86/1.27  fork 0: search terminated without proof.
% 6.86/1.27  
% 6.86/1.27  **** run 54 fork 5 starts with strategy
% 6.86/1.27  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.86/1.28  
% 6.86/1.28  **** run 55 fork 6 starts with strategy
% 6.86/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.86/1.29  
% 6.86/1.29  
% 6.86/1.29  fork 1: search terminated without proof.
% 6.86/1.29  
% 6.86/1.29  **** run 49 fork 0 starts with strategy
% 6.86/1.29  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.86/1.31  
% 6.86/1.31  **** run 58 fork 1 starts with strategy
% 6.86/1.31  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.59/1.34  
% 7.59/1.34  fork 1: search finished without proof.
% 7.59/1.36  
% 7.59/1.36  **** run 66 fork 1 starts with strategy
% 7.59/1.36  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 7.59/1.37  
% 7.59/1.37  
% 7.59/1.37  fork 4: search terminated without proof.
% 7.59/1.37  
% 7.59/1.37  
% 7.59/1.37  fork 7: search terminated without proof.
% 7.59/1.38  
% 7.59/1.38  fork 2: search finished without proof.
% 7.59/1.39  
% 7.59/1.39  **** run 61 fork 4 starts with strategy
% 7.59/1.39  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 8.12/1.39  
% 8.12/1.39  **** run 80 fork 7 starts with strategy
% 8.12/1.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 8.12/1.39  
% 8.12/1.39  
% 8.12/1.39  fork 3: search terminated without proof.
% 8.12/1.39  
% 8.12/1.39  
% 8.12/1.39  fork 5: search terminated without proof.
% 8.12/1.40  
% 8.12/1.40  
% 8.12/1.40  fork 6: search terminated without proof.
% 8.12/1.41  
% 8.12/1.41  **** run 59 fork 2 starts with strategy
% 8.12/1.41  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 8.12/1.41  
% 8.12/1.41  
% 8.12/1.41  fork 0: search terminated without proof.
% 8.12/1.42  
% 8.12/1.42  **** run 60 fork 3 starts with strategy
% 8.12/1.42  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.12/1.42  
% 8.12/1.42  **** run 62 fork 5 starts with strategy
% 8.12/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.12/1.42  
% 8.12/1.42  **** run 63 fork 6 starts with strategy
% 8.12/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.12/1.43  
% 8.12/1.43  **** run 57 fork 0 starts with strategy
% 8.12/1.43  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 8.12/1.44  
% 8.12/1.44  fork 3: search finished without proof.
% 8.12/1.44  
% 8.12/1.44  fork 5: search finished without proof.
% 8.12/1.46  
% 8.12/1.46  **** run 68 fork 3 starts with strategy
% 8.12/1.46  {"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.12/1.46  
% 8.12/1.46  **** run 70 fork 5 starts with strategy
% 8.12/1.46  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.79/1.48  
% 8.79/1.48  
% 8.79/1.48  fork 1: search terminated without proof.
% 8.79/1.50  
% 8.79/1.50  **** run 74 fork 1 starts with strategy
% 8.79/1.50  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.04/1.51  
% 9.04/1.51  
% 9.04/1.51  fork 4: search terminated without proof.
% 9.04/1.51  
% 9.04/1.51  
% 9.04/1.51  fork 7: search terminated without proof.
% 9.26/1.53  
% 9.26/1.53  
% 9.26/1.53  fork 2: search terminated without proof.
% 9.26/1.53  
% 9.26/1.53  **** run 69 fork 4 starts with strategy
% 9.26/1.53  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.26/1.53  
% 9.26/1.53  **** run 88 fork 7 starts with strategy
% 9.26/1.53  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.26/1.54  
% 9.26/1.54  
% 9.26/1.54  fork 6: search terminated without proof.
% 9.26/1.55  
% 9.26/1.55  **** run 67 fork 2 starts with strategy
% 9.26/1.55  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 9.26/1.56  
% 9.26/1.56  
% 9.26/1.56  fork 0: search terminated without proof.
% 9.26/1.56  
% 9.26/1.56  **** run 71 fork 6 starts with strategy
% 9.26/1.56  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.26/1.58  
% 9.26/1.58  
% 9.26/1.58  fork 3: search terminated without proof.
% 9.26/1.58  
% 9.26/1.58  **** run 65 fork 0 starts with strategy
% 9.26/1.58  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.26/1.58  
% 9.26/1.58  
% 9.26/1.58  fork 5: search terminated without proof.
% 9.26/1.60  
% 9.26/1.60  **** run 76 fork 3 starts with strategy
% 9.26/1.60  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 9.26/1.60  
% 9.26/1.60  **** run 78 fork 5 starts with strategy
% 9.26/1.60  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.98/1.62  
% 9.98/1.62  
% 9.98/1.62  fork 1: search terminated without proof.
% 9.98/1.64  
% 9.98/1.64  **** run 82 fork 1 starts with strategy
% 9.98/1.64  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.98/1.65  
% 9.98/1.65  
% 9.98/1.65  fork 7: search terminated without proof.
% 9.98/1.65  
% 9.98/1.65  
% 9.98/1.65  fork 4: search terminated without proof.
% 9.98/1.67  
% 9.98/1.67  **** run 96 fork 7 starts with strategy
% 9.98/1.67  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 9.98/1.67  
% 9.98/1.67  **** run 77 fork 4 starts with strategy
% 9.98/1.67  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 9.98/1.67  
% 9.98/1.67  
% 9.98/1.67  fork 2: search terminated without proof.
% 9.98/1.68  
% 9.98/1.68  
% 9.98/1.68  fork 6: search terminated without proof.
% 10.52/1.69  
% 10.52/1.69  **** run 75 fork 2 starts with strategy
% 10.52/1.69  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 10.52/1.70  
% 10.52/1.70  
% 10.52/1.70  fork 0: search terminated without proof.
% 10.52/1.70  
% 10.52/1.70  **** run 79 fork 6 starts with strategy
% 10.52/1.70  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.52/1.72  
% 10.52/1.72  
% 10.52/1.72  fork 3: search terminated without proof.
% 10.52/1.72  
% 10.52/1.72  **** run 73 fork 0 starts with strategy
% 10.52/1.72  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.52/1.72  
% 10.52/1.72  fork 2: search finished without proof.
% 10.52/1.72  
% 10.52/1.72  
% 10.52/1.72  fork 5: search terminated without proof.
% 10.52/1.73  
% 10.52/1.73  **** run 84 fork 3 starts with strategy
% 10.52/1.73  {"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.52/1.74  
% 10.52/1.74  **** run 83 fork 2 starts with strategy
% 10.52/1.74  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.52/1.74  
% 10.52/1.74  **** run 86 fork 5 starts with strategy
% 10.52/1.74  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.52/1.76  
% 10.52/1.76  
% 10.52/1.76  fork 1: search terminated without proof.
% 11.26/1.78  
% 11.26/1.78  **** run 90 fork 1 starts with strategy
% 11.26/1.78  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.26/1.79  
% 11.26/1.79  
% 11.26/1.79  fork 4: search terminated without proof.
% 11.26/1.81  
% 11.26/1.81  **** run 85 fork 4 starts with strategy
% 11.26/1.81  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 11.51/1.82  
% 11.51/1.82  
% 11.51/1.82  fork 6: search terminated without proof.
% 11.65/1.84  
% 11.65/1.84  **** run 87 fork 6 starts with strategy
% 11.65/1.84  
% 11.65/1.84  
% 11.65/1.84  fork 0: search terminated without proof.
% 11.65/1.84  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.65/1.86  
% 11.65/1.86  
% 11.65/1.86  fork 3: search terminated without proof.
% 11.65/1.86  
% 11.65/1.86  **** run 81 fork 0 starts with strategy
% 11.65/1.86  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.65/1.86  
% 11.65/1.86  
% 11.65/1.86  fork 2: search terminated without proof.
% 11.65/1.86  
% 11.65/1.86  
% 11.65/1.86  fork 5: search terminated without proof.
% 11.65/1.88  
% 11.65/1.88  **** run 91 fork 2 starts with strategy
% 11.65/1.88  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 11.65/1.88  
% 11.65/1.88  **** run 92 fork 3 starts with strategy
% 11.65/1.88  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.65/1.88  
% 11.65/1.88  **** run 94 fork 5 starts with strategy
% 11.65/1.88  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.33/1.93  
% 12.33/1.93  
% 12.33/1.93  fork 4: search terminated without proof.
% 12.33/1.95  
% 12.33/1.95  **** run 93 fork 4 starts with strategy
% 12.33/1.95  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 12.33/1.96  
% 12.33/1.96  
% 12.33/1.96  fork 6: search terminated without proof.
% 12.84/1.98  
% 12.84/1.98  **** run 95 fork 6 starts with strategy
% 12.84/1.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 12.84/1.99  
% 12.84/1.99  
% 12.84/1.99  fork 0: search terminated without proof.
% 12.84/2.01  
% 12.84/2.01  **** run 89 fork 0 starts with strategy
% 12.84/2.01  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 18.50/2.69  
% 18.50/2.69  
% 18.50/2.69  fork 7: search terminated without proof.
% 18.50/2.71  
% 18.50/2.71  **** run 104 fork 7 starts with strategy
% 18.50/2.71  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 18.75/2.78  
% 18.75/2.78  fork 1: search finished without proof.
% 19.48/2.82  
% 19.48/2.82  **** run 98 fork 1 starts with strategy
% 19.48/2.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.09/2.90  
% 20.09/2.90  
% 20.09/2.90  fork 2: search terminated without proof.
% 20.09/2.90  
% 20.09/2.90  
% 20.09/2.90  fork 5: search terminated without proof.
% 20.09/2.91  
% 20.09/2.91  
% 20.09/2.91  fork 3: search terminated without proof.
% 20.09/2.93  
% 20.09/2.93  **** run 102 fork 5 starts with strategy
% 20.09/2.93  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 20.09/2.94  
% 20.09/2.94  **** run 99 fork 2 starts with strategy
% 20.09/2.94  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 20.09/2.94  
% 20.09/2.94  **** run 100 fork 3 starts with strategy
% 20.09/2.94  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 20.09/2.97  
% 20.09/2.97  
% 20.09/2.97  fork 4: search terminated without proof.
% 20.90/3.00  
% 20.90/3.00  **** run 101 fork 4 starts with strategy
% 20.90/3.00  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.90/3.00  
% 20.90/3.00  
% 20.90/3.00  fork 6: search terminated without proof.
% 21.06/3.03  
% 21.06/3.03  **** run 103 fork 6 starts with strategy
% 21.06/3.03  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 21.06/3.05  
% 21.06/3.05  
% 21.06/3.05  fork 0: search terminated without proof.
% 21.06/3.07  
% 21.06/3.07  **** run 97 fork 0 starts with strategy
% 21.06/3.07  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 26.68/3.73  
% 26.68/3.73  
% 26.68/3.73  fork 7: search terminated without proof.
% 26.68/3.76  
% 26.68/3.76  **** run 112 fork 7 starts with strategy
% 26.68/3.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.34/3.86  
% 27.34/3.86  
% 27.34/3.86  fork 1: search terminated without proof.
% 27.34/3.88  
% 27.34/3.88  **** run 106 fork 1 starts with strategy
% 27.34/3.88  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 28.03/3.95  
% 28.03/3.95  
% 28.03/3.95  fork 5: search terminated without proof.
% 28.03/3.96  
% 28.03/3.96  
% 28.03/3.96  fork 2: search terminated without proof.
% 28.03/3.96  
% 28.03/3.96  
% 28.03/3.96  fork 3: search terminated without proof.
% 28.03/3.97  
% 28.03/3.97  **** run 110 fork 5 starts with strategy
% 28.03/3.97  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 28.81/3.98  
% 28.81/3.98  **** run 108 fork 3 starts with strategy
% 28.81/3.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 28.81/3.99  
% 28.81/3.99  **** run 107 fork 2 starts with strategy
% 28.81/3.99  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 28.98/4.02  
% 28.98/4.02  
% 28.98/4.02  fork 4: search terminated without proof.
% 29.12/4.04  
% 29.12/4.04  **** run 109 fork 4 starts with strategy
% 29.12/4.04  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 29.12/4.05  
% 29.12/4.05  
% 29.12/4.05  fork 6: search terminated without proof.
% 29.12/4.07  
% 29.12/4.07  **** run 111 fork 6 starts with strategy
% 29.12/4.07  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 29.12/4.09  
% 29.12/4.09  
% 29.12/4.09  fork 0: search terminated without proof.
% 29.73/4.12  
% 29.73/4.12  **** run 105 fork 0 starts with strategy
% 29.73/4.12  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 34.73/4.78  
% 34.73/4.78  
% 34.73/4.78  fork 7: search terminated without proof.
% 35.21/4.81  
% 35.21/4.81  **** run 120 fork 7 starts with strategy
% 35.21/4.81  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 35.21/4.84  
% 35.21/4.84  fork 7: search finished without proof.
% 35.21/4.85  
% 35.21/4.85  **** run 128 fork 7 starts with strategy
% 35.21/4.85  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 36.02/4.92  
% 36.02/4.92  
% 36.02/4.92  fork 1: search terminated without proof.
% 36.20/4.94  
% 36.20/4.94  **** run 114 fork 1 starts with strategy
% 36.20/4.94  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 36.20/4.99  
% 36.20/4.99  
% 36.20/4.99  fork 5: search terminated without proof.
% 36.20/5.00  
% 36.20/5.00  
% 36.20/5.00  fork 3: search terminated without proof.
% 36.20/5.02  
% 36.20/5.02  **** run 118 fork 5 starts with strategy
% 36.20/5.02  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 36.83/5.02  
% 36.83/5.02  **** run 116 fork 3 starts with strategy
% 36.83/5.02  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 36.83/5.06  
% 36.83/5.06  
% 36.83/5.06  fork 4: search terminated without proof.
% 36.83/5.08  
% 36.83/5.08  **** run 117 fork 4 starts with strategy
% 36.83/5.08  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 36.83/5.08  
% 36.83/5.08  fork 6: search finished without proof.
% 37.29/5.11  
% 37.29/5.11  **** run 119 fork 6 starts with strategy
% 37.29/5.11  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 37.29/5.12  
% 37.29/5.12  fork 0: search finished without proof.
% 37.29/5.15  
% 37.29/5.15  **** run 113 fork 0 starts with strategy
% 37.29/5.15  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 38.29/5.26  
% 38.29/5.26  
% 38.29/5.26  result: proof found
% 38.29/5.26  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 38.29/5.26  by run 107 fork 2 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 38.29/5.26  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 38.29/5.26  
% 38.29/5.26  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 38.29/5.26  
% 38.29/5.26  run 107 fork 2 statistics:
% 38.29/5.26  ----------------------------------
% 38.29/5.26  this run seconds: 0.725867
% 38.29/5.26  total seconds: 4.346837
% 38.29/5.26  stat_given_used: 2773
% 38.29/5.26  stat_given_used_at_endgame: 0
% 38.29/5.26  stat_given_candidates:   5300
% 38.29/5.26  stat_given_candidates_at_endgame: 0
% 38.29/5.26  stat_given_candidates_h: 0
% 38.29/5.26  stat_binres_derived_cl:   244197
% 38.29/5.26  stat_binres_derived_cl_h: 0
% 38.29/5.26  stat_factor_derived_cl: 0
% 38.29/5.26  stat_para_derived_cl: 8817
% 38.29/5.26  stat_tautologies_discarded: 2
% 38.29/5.26  stat_forward_subsumed: 31518
% 38.29/5.26  stat_derived_cut: 1
% 38.29/5.26  stat_derived_rewritten: 155
% 38.29/5.26  stat_weight_discarded_building: 0
% 38.29/5.26  stat_weight_discarded_cl: 215704
% 38.29/5.26  stat_internlimit_discarded_cl: 0
% 38.29/5.26  stat_simplified:  155 simplified 0 derived 0 given
% 38.29/5.26  stat_kept_cl: 5779
% 38.29/5.26  stat_built_cl: 227184
% 38.29/5.26  stat_hyperres_partial_cl: 0
% 38.29/5.26  stat_made_rewriters: 5
% 38.29/5.26  stat_backward_subsumed: 0
% 38.29/5.26  stat_propagated_subsumed: 0
% 38.29/5.26  stat_clsubs_attempted:                    536726
% 38.29/5.26  stat_clsubs_fact_groundunit_found:             0
% 38.29/5.26  stat_clsubs_rule_groundunit_found:             1
% 38.29/5.26  stat_clsubs_top_meta_attempted:            4923416
% 38.29/5.26  stat_clsubs_top_meta_failed:               4386690
% 38.29/5.26  stat_clsubs_top_meta_nonpref_attempted:             4923416
% 38.29/5.26  stat_clsubs_top_meta_nonpref_succeeded:             2216785
% 38.29/5.26  stat_clsubs_top_meta_pref_attempted:                2216785
% 38.29/5.26  stat_clsubs_top_meta_pref1_succeeded:               2161023
% 38.29/5.26  stat_clsubs_top_meta_pref2_succeeded:               1114654
% 38.29/5.26  stat_clsubs_top_meta_pref3_succeeded:                536726
% 38.29/5.26  stat_clsubs_top_meta_pref_succeeded:                 536726
% 38.29/5.26  stat_clsubs_meta_attempted:               573111
% 38.29/5.26  stat_clsubs_meta_failed:                  137043
% 38.29/5.26  stat_clsubs_predsymbs_attempted:               0
% 38.29/5.26  stat_clsubs_unit_attempted:               471853
% 38.29/5.26  stat_clsubs_full_attempted:                64873
% 38.29/5.26  stat_forwardsubs_attempted:               253002
% 38.29/5.26  stat_lit_hash_added:                   7048
% 38.29/5.26  stat_lit_hash_computed:              273314
% 38.29/5.26  stat_lit_hash_match_found:            31930
% 38.29/5.26  stat_lit_hash_match_miss:            459669
% 38.29/5.26  stat_lit_hash_cut_ok:                     0
% 38.29/5.26  stat_lit_strong_cut_ok:                   1
% 38.29/5.26  stat_lit_hash_subsume_ok:             31518
% 38.29/5.26  clqueue els 10000000 used 1
% 38.29/5.26  clactive els 10000000 used 2774
% 38.29/5.26  clactivesubsume els 10000000 used 16633
% 38.29/5.26  queue_termbuf els 200000000 used 364891
% 38.29/5.26  hyper_termbuf els 100000000 used 1
% 38.29/5.26  active_termbuf els 100000000 used 126399
% 38.29/5.26  varstack els 5000 last used 1
% 38.29/5.26  given_termbuf els 10000000 last used 1
% 38.29/5.26  simplified_termbuf els 10000000 last used 1
% 38.29/5.26  derived_termbuf els 10000000 last used 49
% 38.29/5.26  wr_mallocs: 37036
% 38.29/5.26  wr_callocs: 21
% 38.29/5.26  wr_reallocs: 1333
% 38.29/5.26  wr_frees: 2
% 38.29/5.26  wr_malloc_bytes: 4163837908
% 38.29/5.26  wr_calloc_bytes: 112065536
% 38.29/5.26  wr_realloc_bytes: 276264
% 38.29/5.26  wr_realloc_freebytes: 0
% 38.29/5.26  ----------------------------------
%------------------------------------------------------------------------------