TSTP Solution File: SET442-6 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : SET442-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n021.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 15:02:13 EDT 2023

% Result   : Unsatisfiable 34.31s 4.90s
% Output   : CNFRefutation 34.31s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_restriction2')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    intersection(cross_product(X,Y),Z) = restrict(Z,X,Y),
    inference(cnf_transformation,[],['$inc_restriction2']) ).

cnf('2',plain,
    ( member(not_subclass_element(X,Y),X)
    | subclass(X,Y) ),
    inference(cnf_transformation,[],['$inc_not_subclass_members1']) ).

cnf('3',plain,
    ( ~ member(X,intersection(Y,Z))
    | member(X,Z) ),
    inference(cnf_transformation,[],['$inc_intersection2']) ).

cnf('4',plain,
    ( member(not_subclass_element(intersection(X,Y),Z),Y)
    | subclass(intersection(X,Y),Z) ),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    ( ~ member(not_subclass_element(X,Y),Y)
    | subclass(X,Y) ),
    inference(cnf_transformation,[],['$inc_not_subclass_members2']) ).

cnf('6',plain,
    subclass(intersection(X,Y),Y),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    ( ~ member(X,Y)
    | ~ subclass(Y,Z)
    | member(X,Z) ),
    inference(cnf_transformation,[],['$inc_subclass_members']) ).

cnf('8',plain,
    ( subclass(X,cross_product(universal_class,universal_class))
    | ~ function(X) ),
    inference(cnf_transformation,[],['$inc_function1']) ).

cnf('9',plain,
    function(xf),
    inference(cnf_transformation,[],[prove_restrict_a_function_1]) ).

cnf('10',plain,
    subclass(xf,cross_product(universal_class,universal_class)),
    inference(resolution,[],['8','9']) ).

cnf('11',plain,
    ( member(X,cross_product(universal_class,universal_class))
    | ~ member(X,xf) ),
    inference(resolution,[],['7','10']) ).

cnf('12',plain,
    ( member(not_subclass_element(xf,X),cross_product(universal_class,universal_class))
    | subclass(xf,X) ),
    inference(resolution,[],['11','2']) ).

cnf('13',plain,
    ( member(X,intersection(Y,Z))
    | ~ member(X,Z)
    | ~ member(X,Y) ),
    inference(cnf_transformation,[],['$inc_intersection3']) ).

cnf('14',plain,
    ( member(not_subclass_element(xf,X3),intersection(Y3,cross_product(universal_class,universal_class)))
    | ~ member(not_subclass_element(xf,X3),Y3)
    | subclass(xf,X3) ),
    inference(resolution,[],['12','13']) ).

cnf('15',plain,
    intersection(X,cross_product(Y,Z)) = restrict(X,Y,Z),
    inference(cnf_transformation,[],['$inc_restriction1']) ).

cnf('16',plain,
    ( member(not_subclass_element(xf,X),restrict(Y,universal_class,universal_class))
    | ~ member(not_subclass_element(xf,X),Y)
    | subclass(xf,X) ),
    inference(simplify,[],['14','15']) ).

cnf('17',plain,
    ( member(not_subclass_element(xf,X),restrict(xf,universal_class,universal_class))
    | subclass(xf,X) ),
    inference(resolution,[],['16','2']) ).

cnf('18',plain,
    subclass(xf,restrict(xf,universal_class,universal_class)),
    inference(resolution,[],['17','5']) ).

cnf('19',plain,
    ( ~ subclass(X,Y)
    | ~ subclass(Y,X)
    | Y = X ),
    inference(cnf_transformation,[],['$inc_subclass_implies_equal']) ).

cnf('20',plain,
    restrict(xf,universal_class,universal_class) != xf,
    inference(cnf_transformation,[],[prove_restrict_a_function_2]) ).

cnf('21',plain,
    ~ subclass(restrict(xf,universal_class,universal_class),xf),
    inference(resolution,[then_simplify],['18','19','20']) ).

cnf('22',plain,
    $false,
    inference(paramodulation,[then_simplify],['1','6','21']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : SET442-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.14/0.15  % Command  : gkc %s
% 0.14/0.36  % Computer : n021.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Sat Aug 26 09:18:56 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.14/0.41  
% 0.14/0.41  input clause set summed statistics:
% 0.14/0.41  ----------------------------------
% 0.14/0.41  in_clause_count:                   114
% 0.14/0.41  in_rule_clause_count:              109
% 0.14/0.41  in_fact_clause_count:                5
% 0.14/0.41  in_answer_clause_count:              0
% 0.14/0.41  in_ground_clause_count:             13
% 0.14/0.41  in_unit_clause_count:               39
% 0.14/0.41  in_horn_clause_count:              106
% 0.14/0.41  in_pos_clause_count:                41
% 0.14/0.41  in_neg_clause_count:                 3
% 0.14/0.41  in_poseq_clause_count:              39
% 0.14/0.41  in_negeq_clause_count:               9
% 0.14/0.41  in_unitposeq_clause_count:          23
% 0.14/0.41  in_chain_clause_count:               2
% 0.14/0.41  in_min_length:             1
% 0.14/0.41  in_max_length:             5
% 0.14/0.41  in_min_depth:              1
% 0.14/0.41  in_max_depth:              6
% 0.14/0.41  in_min_size:               2
% 0.14/0.41  in_max_size:              41
% 0.14/0.41  in_min_vars:               0
% 0.14/0.41  in_max_vars:               5
% 0.14/0.41  in_extaxiom_count:               112
% 0.14/0.41  in_axiom_count:                    0
% 0.14/0.41  in_assumption_count:               0
% 0.14/0.41  in_goal_count:                     2
% 0.14/0.41  in_neg_goal_count:                 1
% 0.14/0.41  in_pos_goal_count:                 1
% 0.14/0.41  in_posunit_goal_count:             1
% 0.14/0.41  
% 0.14/0.41  auto guide:
% 0.14/0.41  -----------
% 0.14/0.41  {
% 0.14/0.41  "print":1,
% 0.14/0.41  "print_level": 15,
% 0.14/0.41  "max_size": 0,
% 0.14/0.41  "max_depth": 0,
% 0.14/0.41  "max_length": 0,
% 0.14/0.41  "max_dseconds": 0,
% 0.14/0.41  "runs":[
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.14/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1, "max_size":15},
% 0.14/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.14/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":1},
% 0.14/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.41  {"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.14/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.14/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.14/0.41  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.14/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.14/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.14/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.14/0.41  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.14/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.14/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.14/0.41  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.14/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.14/0.41  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.14/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.14/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.14/0.41  {"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.14/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.14/0.41  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.14/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.14/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.14/0.41  {"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.14/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.14/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.14/0.41  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.14/0.41  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.14/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.14/0.41  
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.14/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10, "max_size":15},
% 0.14/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.14/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":10},
% 0.14/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.41  {"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.14/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.14/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.14/0.41  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.14/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.14/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.14/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.14/0.41  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.14/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.14/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.14/0.41  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.14/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.14/0.41  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":10},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.14/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.14/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.14/0.41  {"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.14/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.14/0.41  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.14/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.14/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.14/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.14/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.14/0.41  {"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.14/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.14/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.14/0.41  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.14/0.41  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.14/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.14/0.41  
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.14/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50, "max_size":15},
% 0.14/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.14/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":50},
% 0.14/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.14/0.41  {"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.14/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.14/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.14/0.41  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.14/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.14/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.14/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.14/0.41  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.14/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.14/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.14/0.41  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.14/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.14/0.41  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":50},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.14/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.14/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.14/0.41  {"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.14/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.14/0.41  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.14/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.14/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.14/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.14/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.41  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.14/0.41  {"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.14/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.14/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.14/0.41  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.14/0.41  {"sine":2, "weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.14/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.14/0.41  
% 0.14/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":3},
% 0.14/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.14/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.14/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.14/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.14/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.14/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.14/0.41  
% 0.14/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":3},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.14/0.41  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.14/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.14/0.41  
% 0.14/0.41  ]}
% 0.14/0.41  
% 0.14/0.41  
% 0.14/0.41  **** run 1 fork 0 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.14/0.41  
% 0.14/0.41  **** run 2 fork 1 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.14/0.41  
% 0.14/0.41  **** run 3 fork 2 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.14/0.41  
% 0.14/0.41  **** run 4 fork 3 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.14/0.41  
% 0.14/0.41  **** run 5 fork 4 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.14/0.41  
% 0.14/0.41  **** run 6 fork 5 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.14/0.41  
% 0.14/0.41  **** run 7 fork 6 starts with strategy
% 0.14/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.14/0.42  
% 0.14/0.42  **** run 8 fork 7 starts with strategy
% 0.14/0.42  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.23/0.46  
% 0.23/0.46  fork 3: search finished without proof.
% 0.23/0.50  
% 0.23/0.50  **** run 12 fork 3 starts with strategy
% 0.23/0.50  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.23/0.54  
% 0.23/0.54  fork 1: search finished without proof.
% 0.23/0.55  
% 0.23/0.55  
% 0.23/0.55  fork 2: search terminated without proof.
% 0.23/0.55  
% 0.23/0.55  
% 0.23/0.55  fork 5: search terminated without proof.
% 0.23/0.56  
% 0.23/0.56  
% 0.23/0.56  fork 0: search terminated without proof.
% 0.23/0.56  
% 0.23/0.56  **** run 10 fork 1 starts with strategy
% 0.23/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.23/0.56  
% 0.23/0.56  
% 0.23/0.56  fork 6: search terminated without proof.
% 0.23/0.56  
% 0.23/0.56  
% 0.23/0.56  fork 4: search terminated without proof.
% 0.23/0.57  
% 0.23/0.57  **** run 14 fork 5 starts with strategy
% 0.23/0.57  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.23/0.58  
% 0.23/0.58  
% 0.23/0.58  fork 7: search terminated without proof.
% 0.23/0.58  
% 0.23/0.58  **** run 11 fork 2 starts with strategy
% 0.23/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.23/0.58  
% 0.23/0.58  **** run 9 fork 0 starts with strategy
% 0.23/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.23/0.59  
% 0.23/0.59  **** run 15 fork 6 starts with strategy
% 0.23/0.59  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.23/0.59  
% 0.23/0.59  **** run 13 fork 4 starts with strategy
% 0.23/0.59  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.23/0.60  
% 0.23/0.60  **** run 16 fork 7 starts with strategy
% 0.23/0.60  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.23/0.62  
% 0.23/0.62  
% 0.23/0.62  fork 3: search terminated without proof.
% 0.23/0.64  
% 0.23/0.64  **** run 20 fork 3 starts with strategy
% 0.23/0.64  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.23/0.71  
% 0.23/0.71  
% 0.23/0.71  fork 0: search terminated without proof.
% 0.23/0.71  
% 0.23/0.71  
% 0.23/0.71  fork 2: search terminated without proof.
% 0.23/0.72  
% 0.23/0.72  
% 0.23/0.72  fork 4: search terminated without proof.
% 0.23/0.72  
% 0.23/0.72  
% 0.23/0.72  fork 1: search terminated without proof.
% 0.23/0.72  
% 0.23/0.72  
% 0.23/0.72  fork 6: search terminated without proof.
% 0.23/0.73  
% 0.23/0.73  **** run 17 fork 0 starts with strategy
% 0.23/0.73  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.23/0.74  
% 0.23/0.74  **** run 19 fork 2 starts with strategy
% 0.23/0.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.23/0.74  
% 0.23/0.74  **** run 18 fork 1 starts with strategy
% 0.23/0.74  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 0.23/0.74  
% 0.23/0.74  
% 0.23/0.74  fork 5: search terminated without proof.
% 0.23/0.74  
% 0.23/0.74  **** run 21 fork 4 starts with strategy
% 0.23/0.74  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.23/0.75  
% 0.23/0.75  **** run 23 fork 6 starts with strategy
% 0.23/0.75  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 0.23/0.78  
% 0.23/0.78  
% 0.23/0.78  fork 3: search terminated without proof.
% 2.07/0.79  
% 2.07/0.79  **** run 22 fork 5 starts with strategy
% 2.07/0.79  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.07/0.79  
% 2.07/0.79  **** run 28 fork 3 starts with strategy
% 2.07/0.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 2.07/0.82  
% 2.07/0.82  
% 2.07/0.82  fork 7: search terminated without proof.
% 3.27/0.84  
% 3.27/0.84  **** run 24 fork 7 starts with strategy
% 3.27/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 3.27/0.86  
% 3.27/0.86  fork 4: search finished without proof.
% 3.27/0.87  
% 3.27/0.87  
% 3.27/0.87  fork 0: search terminated without proof.
% 3.27/0.88  
% 3.27/0.88  
% 3.27/0.88  fork 2: search terminated without proof.
% 3.27/0.88  
% 3.27/0.88  **** run 29 fork 4 starts with strategy
% 3.27/0.88  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.27/0.88  
% 3.27/0.88  
% 3.27/0.88  fork 1: search terminated without proof.
% 3.27/0.88  
% 3.27/0.88  
% 3.27/0.88  fork 6: search terminated without proof.
% 3.27/0.89  
% 3.27/0.89  **** run 25 fork 0 starts with strategy
% 3.27/0.89  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.27/0.90  
% 3.27/0.90  **** run 26 fork 1 starts with strategy
% 3.27/0.90  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 3.27/0.90  
% 3.27/0.90  **** run 27 fork 2 starts with strategy
% 3.27/0.90  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 3.27/0.91  
% 3.27/0.91  **** run 31 fork 6 starts with strategy
% 3.27/0.91  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 4.01/0.92  
% 4.01/0.92  
% 4.01/0.92  fork 3: search terminated without proof.
% 4.01/0.93  
% 4.01/0.93  
% 4.01/0.93  fork 5: search terminated without proof.
% 4.01/0.94  
% 4.01/0.94  **** run 36 fork 3 starts with strategy
% 4.01/0.94  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.01/0.94  
% 4.01/0.94  **** run 30 fork 5 starts with strategy
% 4.01/0.94  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 4.01/0.96  
% 4.01/0.96  
% 4.01/0.96  fork 7: search terminated without proof.
% 4.01/0.98  
% 4.01/0.98  **** run 32 fork 7 starts with strategy
% 4.01/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.58/1.00  
% 4.58/1.00  
% 4.58/1.00  fork 4: search terminated without proof.
% 4.58/1.02  
% 4.58/1.02  **** run 37 fork 4 starts with strategy
% 4.58/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.58/1.02  
% 4.58/1.02  
% 4.58/1.02  fork 0: search terminated without proof.
% 4.58/1.03  
% 4.58/1.03  
% 4.58/1.03  fork 1: search terminated without proof.
% 4.58/1.03  
% 4.58/1.03  
% 4.58/1.03  fork 6: search terminated without proof.
% 4.58/1.04  
% 4.58/1.04  
% 4.58/1.04  fork 2: search terminated without proof.
% 4.58/1.05  
% 4.58/1.05  **** run 33 fork 0 starts with strategy
% 4.58/1.05  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 4.58/1.05  
% 4.58/1.05  **** run 34 fork 1 starts with strategy
% 4.58/1.05  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 4.58/1.06  
% 4.58/1.06  **** run 39 fork 6 starts with strategy
% 4.58/1.06  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 4.58/1.06  
% 4.58/1.06  fork 4: search finished without proof.
% 4.58/1.06  
% 4.58/1.06  **** run 35 fork 2 starts with strategy
% 4.58/1.06  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.17/1.07  
% 5.17/1.07  fork 3: search finished without proof.
% 5.20/1.07  
% 5.20/1.07  
% 5.20/1.07  fork 5: search terminated without proof.
% 5.20/1.08  
% 5.20/1.08  **** run 45 fork 4 starts with strategy
% 5.20/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 5.20/1.09  
% 5.20/1.09  **** run 44 fork 3 starts with strategy
% 5.20/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 5.20/1.09  
% 5.20/1.09  **** run 38 fork 5 starts with strategy
% 5.20/1.09  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 5.45/1.11  
% 5.45/1.11  
% 5.45/1.11  fork 7: search terminated without proof.
% 5.45/1.12  
% 5.45/1.12  fork 5: search finished without proof.
% 5.66/1.13  
% 5.66/1.13  **** run 40 fork 7 starts with strategy
% 5.66/1.13  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1,"max_size":15}
% 5.66/1.14  
% 5.66/1.14  **** run 46 fork 5 starts with strategy
% 5.66/1.14  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.66/1.17  
% 5.66/1.17  
% 5.66/1.17  fork 0: search terminated without proof.
% 5.66/1.18  
% 5.66/1.18  
% 5.66/1.18  fork 1: search terminated without proof.
% 5.66/1.18  
% 5.66/1.18  
% 5.66/1.18  fork 6: search terminated without proof.
% 5.66/1.20  
% 5.66/1.20  **** run 41 fork 0 starts with strategy
% 5.66/1.20  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 5.66/1.20  
% 5.66/1.20  **** run 42 fork 1 starts with strategy
% 5.66/1.20  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara","prohibit_unordered_para"],"max_dseconds":1}
% 5.66/1.20  
% 5.66/1.20  
% 5.66/1.20  fork 4: search terminated without proof.
% 5.66/1.20  
% 5.66/1.20  
% 5.66/1.20  fork 2: search terminated without proof.
% 5.66/1.21  
% 5.66/1.21  **** run 47 fork 6 starts with strategy
% 5.66/1.21  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 5.66/1.21  
% 5.66/1.21  fork 3: search finished without proof.
% 6.37/1.22  
% 6.37/1.22  **** run 53 fork 4 starts with strategy
% 6.37/1.22  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 6.37/1.23  
% 6.37/1.23  **** run 43 fork 2 starts with strategy
% 6.37/1.23  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 6.37/1.23  
% 6.37/1.23  **** run 52 fork 3 starts with strategy
% 6.37/1.23  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 6.37/1.26  
% 6.37/1.26  fork 7: search finished without proof.
% 6.37/1.27  
% 6.37/1.27  
% 6.37/1.27  fork 5: search terminated without proof.
% 6.37/1.28  
% 6.37/1.28  **** run 48 fork 7 starts with strategy
% 6.37/1.28  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 6.37/1.29  
% 6.37/1.29  **** run 54 fork 5 starts with strategy
% 6.37/1.29  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.99/1.33  
% 6.99/1.33  
% 6.99/1.33  fork 0: search terminated without proof.
% 6.99/1.33  
% 6.99/1.33  
% 6.99/1.33  fork 1: search terminated without proof.
% 6.99/1.34  
% 6.99/1.34  
% 6.99/1.34  fork 6: search terminated without proof.
% 6.99/1.34  
% 6.99/1.34  fork 4: search finished without proof.
% 6.99/1.35  
% 6.99/1.35  **** run 49 fork 0 starts with strategy
% 6.99/1.35  {"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}
% 6.99/1.35  
% 6.99/1.35  **** run 50 fork 1 starts with strategy
% 6.99/1.35  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 6.99/1.36  
% 6.99/1.36  **** run 61 fork 4 starts with strategy
% 6.99/1.36  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.99/1.36  
% 6.99/1.36  **** run 55 fork 6 starts with strategy
% 6.99/1.36  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 6.99/1.36  
% 6.99/1.36  
% 6.99/1.36  fork 3: search terminated without proof.
% 6.99/1.36  
% 6.99/1.36  
% 6.99/1.36  fork 2: search terminated without proof.
% 7.56/1.38  
% 7.56/1.38  **** run 60 fork 3 starts with strategy
% 7.56/1.38  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.56/1.39  
% 7.56/1.39  **** run 51 fork 2 starts with strategy
% 7.56/1.39  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.56/1.45  
% 7.56/1.45  
% 7.56/1.45  fork 7: search terminated without proof.
% 7.56/1.46  
% 7.56/1.46  
% 7.56/1.46  fork 5: search terminated without proof.
% 7.56/1.47  
% 7.56/1.47  fork 4: search finished without proof.
% 7.56/1.48  
% 7.56/1.48  
% 7.56/1.48  fork 0: search terminated without proof.
% 7.56/1.48  
% 7.56/1.48  
% 7.56/1.48  fork 1: search terminated without proof.
% 7.56/1.49  
% 7.56/1.49  fork 6: search finished without proof.
% 7.56/1.49  
% 7.56/1.49  **** run 56 fork 7 starts with strategy
% 7.56/1.49  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 7.56/1.49  
% 7.56/1.49  **** run 69 fork 4 starts with strategy
% 7.56/1.49  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 7.56/1.49  
% 7.56/1.49  **** run 62 fork 5 starts with strategy
% 7.56/1.49  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 7.56/1.50  
% 7.56/1.50  **** run 57 fork 0 starts with strategy
% 7.56/1.50  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.56/1.50  
% 7.56/1.50  **** run 58 fork 1 starts with strategy
% 7.56/1.50  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 7.56/1.51  
% 7.56/1.51  
% 7.56/1.51  fork 3: search terminated without proof.
% 7.56/1.51  
% 7.56/1.51  **** run 63 fork 6 starts with strategy
% 7.56/1.51  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.94/1.53  
% 7.94/1.53  
% 7.94/1.53  fork 2: search terminated without proof.
% 7.94/1.53  
% 7.94/1.53  **** run 68 fork 3 starts with strategy
% 7.94/1.53  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.84/1.55  
% 8.84/1.55  **** run 59 fork 2 starts with strategy
% 8.84/1.55  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 9.43/1.63  
% 9.43/1.63  
% 9.43/1.63  fork 4: search terminated without proof.
% 9.43/1.63  
% 9.43/1.63  
% 9.43/1.63  fork 1: search terminated without proof.
% 9.43/1.64  
% 9.43/1.64  
% 9.43/1.64  fork 0: search terminated without proof.
% 9.43/1.64  
% 9.43/1.64  
% 9.43/1.64  fork 6: search terminated without proof.
% 9.61/1.65  
% 9.61/1.65  
% 9.61/1.65  fork 7: search terminated without proof.
% 9.61/1.65  
% 9.61/1.65  **** run 77 fork 4 starts with strategy
% 9.61/1.65  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 9.61/1.65  
% 9.61/1.65  **** run 66 fork 1 starts with strategy
% 9.61/1.65  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 9.61/1.65  
% 9.61/1.65  
% 9.61/1.65  fork 5: search terminated without proof.
% 9.61/1.66  
% 9.61/1.66  
% 9.61/1.66  fork 3: search terminated without proof.
% 9.61/1.66  
% 9.61/1.66  **** run 65 fork 0 starts with strategy
% 9.61/1.66  
% 9.61/1.66  **** run 71 fork 6 starts with strategy
% 9.61/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 9.61/1.66  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 9.61/1.67  
% 9.61/1.67  **** run 70 fork 5 starts with strategy
% 9.61/1.67  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 9.61/1.68  
% 9.61/1.68  **** run 64 fork 7 starts with strategy
% 9.61/1.68  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 9.61/1.68  
% 9.61/1.68  **** run 76 fork 3 starts with strategy
% 9.61/1.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 9.61/1.68  
% 9.61/1.68  
% 9.61/1.68  fork 2: search terminated without proof.
% 9.61/1.70  
% 9.61/1.70  **** run 67 fork 2 starts with strategy
% 9.61/1.70  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 10.24/1.74  
% 10.24/1.74  fork 2: search finished without proof.
% 10.24/1.76  
% 10.24/1.76  **** run 75 fork 2 starts with strategy
% 10.24/1.76  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 10.64/1.77  
% 10.64/1.77  
% 10.64/1.77  fork 4: search terminated without proof.
% 10.64/1.78  
% 10.64/1.78  
% 10.64/1.78  fork 1: search terminated without proof.
% 10.64/1.79  
% 10.64/1.79  
% 10.64/1.79  fork 6: search terminated without proof.
% 10.64/1.79  
% 10.64/1.79  **** run 85 fork 4 starts with strategy
% 10.64/1.79  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 10.64/1.80  
% 10.64/1.80  
% 10.64/1.80  fork 0: search terminated without proof.
% 10.64/1.80  
% 10.64/1.80  
% 10.64/1.80  fork 5: search terminated without proof.
% 10.64/1.81  
% 10.64/1.81  
% 10.64/1.81  fork 7: search terminated without proof.
% 10.64/1.81  
% 10.64/1.81  **** run 74 fork 1 starts with strategy
% 10.64/1.81  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 10.64/1.81  
% 10.64/1.81  
% 10.64/1.81  fork 3: search terminated without proof.
% 10.64/1.81  
% 10.64/1.81  **** run 79 fork 6 starts with strategy
% 10.64/1.81  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 10.64/1.82  
% 10.64/1.82  **** run 73 fork 0 starts with strategy
% 10.64/1.82  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 10.64/1.82  
% 10.64/1.82  **** run 78 fork 5 starts with strategy
% 10.64/1.82  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 10.64/1.83  
% 10.64/1.83  **** run 72 fork 7 starts with strategy
% 10.64/1.83  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 10.64/1.83  
% 10.64/1.83  **** run 84 fork 3 starts with strategy
% 10.64/1.83  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.23/1.86  
% 11.23/1.86  fork 3: search finished without proof.
% 11.40/1.88  
% 11.40/1.88  **** run 92 fork 3 starts with strategy
% 11.40/1.88  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_depth":2,"max_dseconds":1}
% 11.40/1.89  
% 11.40/1.89  
% 11.40/1.89  fork 2: search terminated without proof.
% 11.40/1.91  
% 11.40/1.91  **** run 83 fork 2 starts with strategy
% 11.40/1.91  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.81/1.93  
% 11.81/1.93  
% 11.81/1.93  fork 4: search terminated without proof.
% 12.02/1.95  
% 12.02/1.95  **** run 93 fork 4 starts with strategy
% 12.02/1.95  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 12.02/1.95  
% 12.02/1.95  
% 12.02/1.95  fork 1: search terminated without proof.
% 12.02/1.95  
% 12.02/1.95  
% 12.02/1.95  fork 0: search terminated without proof.
% 12.02/1.95  
% 12.02/1.95  
% 12.02/1.95  fork 6: search terminated without proof.
% 12.02/1.96  
% 12.02/1.96  
% 12.02/1.96  fork 7: search terminated without proof.
% 12.02/1.96  
% 12.02/1.96  
% 12.02/1.96  fork 5: search terminated without proof.
% 12.02/1.97  
% 12.02/1.97  **** run 87 fork 6 starts with strategy
% 12.02/1.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 12.02/1.97  
% 12.02/1.97  **** run 81 fork 0 starts with strategy
% 12.02/1.97  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.02/1.97  
% 12.02/1.97  **** run 82 fork 1 starts with strategy
% 12.02/1.97  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 12.02/1.98  
% 12.02/1.98  **** run 80 fork 7 starts with strategy
% 12.02/1.98  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 12.02/1.98  
% 12.02/1.98  **** run 86 fork 5 starts with strategy
% 12.02/1.98  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 12.02/1.99  
% 12.02/1.99  fork 3: search finished without proof.
% 12.02/2.01  
% 12.02/2.01  **** run 100 fork 3 starts with strategy
% 12.02/2.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"sine":1}
% 12.02/2.09  
% 12.02/2.09  
% 12.02/2.09  fork 2: search terminated without proof.
% 12.02/2.10  
% 12.02/2.10  
% 12.02/2.10  fork 6: search terminated without proof.
% 12.02/2.11  
% 12.02/2.11  
% 12.02/2.11  fork 4: search terminated without proof.
% 12.02/2.11  
% 12.02/2.11  
% 12.02/2.11  fork 0: search terminated without proof.
% 12.02/2.11  
% 12.02/2.11  
% 12.02/2.11  fork 1: search terminated without proof.
% 12.02/2.11  
% 12.02/2.11  
% 12.02/2.11  fork 7: search terminated without proof.
% 12.02/2.11  
% 12.02/2.11  
% 12.02/2.11  fork 5: search terminated without proof.
% 12.02/2.12  
% 12.02/2.12  **** run 91 fork 2 starts with strategy
% 12.02/2.12  {"sine":1,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":2,"strategy":["unit"],"max_dseconds":1}
% 12.02/2.12  
% 12.02/2.12  **** run 95 fork 6 starts with strategy
% 12.02/2.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2,"sine":1}
% 12.02/2.13  
% 12.02/2.13  **** run 89 fork 0 starts with strategy
% 12.02/2.13  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 12.02/2.13  
% 12.02/2.13  **** run 88 fork 7 starts with strategy
% 12.02/2.13  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 12.02/2.14  
% 12.02/2.14  **** run 94 fork 5 starts with strategy
% 12.02/2.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.02/2.14  
% 12.02/2.14  **** run 90 fork 1 starts with strategy
% 12.02/2.14  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 12.02/2.14  
% 12.02/2.14  
% 12.02/2.14  fork 3: search terminated without proof.
% 12.91/2.15  
% 12.91/2.15  **** run 101 fork 4 starts with strategy
% 12.91/2.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 12.91/2.16  
% 12.91/2.16  **** run 108 fork 3 starts with strategy
% 12.91/2.16  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 13.92/2.26  
% 13.92/2.26  
% 13.92/2.26  fork 0: search terminated without proof.
% 13.92/2.26  
% 13.92/2.26  
% 13.92/2.26  fork 6: search terminated without proof.
% 13.92/2.26  
% 13.92/2.26  
% 13.92/2.26  fork 2: search terminated without proof.
% 13.92/2.26  
% 13.92/2.26  
% 13.92/2.26  fork 7: search terminated without proof.
% 13.92/2.27  
% 13.92/2.27  
% 13.92/2.27  fork 5: search terminated without proof.
% 13.92/2.27  
% 13.92/2.27  
% 13.92/2.27  fork 1: search terminated without proof.
% 13.92/2.28  
% 13.92/2.28  **** run 97 fork 0 starts with strategy
% 13.92/2.28  
% 13.92/2.28  **** run 103 fork 6 starts with strategy
% 13.92/2.28  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 13.92/2.28  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 14.54/2.28  
% 14.54/2.28  **** run 99 fork 2 starts with strategy
% 14.54/2.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 14.54/2.28  
% 14.54/2.28  **** run 96 fork 7 starts with strategy
% 14.54/2.28  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 14.54/2.28  
% 14.54/2.28  **** run 102 fork 5 starts with strategy
% 14.54/2.28  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 14.54/2.30  
% 14.54/2.30  
% 14.54/2.30  fork 4: search terminated without proof.
% 14.54/2.30  
% 14.54/2.30  
% 14.54/2.30  fork 3: search terminated without proof.
% 14.54/2.30  
% 14.54/2.30  **** run 98 fork 1 starts with strategy
% 14.54/2.30  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 14.54/2.32  
% 14.54/2.32  **** run 116 fork 3 starts with strategy
% 14.54/2.32  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 14.54/2.32  
% 14.54/2.32  **** run 109 fork 4 starts with strategy
% 14.54/2.32  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 14.54/2.32  
% 14.54/2.32  fork 7: search finished without proof.
% 14.54/2.34  
% 14.54/2.34  **** run 104 fork 7 starts with strategy
% 14.54/2.34  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 15.46/2.41  
% 15.46/2.41  
% 15.46/2.41  fork 0: search terminated without proof.
% 15.46/2.41  
% 15.46/2.41  
% 15.46/2.41  fork 6: search terminated without proof.
% 15.46/2.41  
% 15.46/2.41  
% 15.46/2.41  fork 2: search terminated without proof.
% 15.67/2.42  
% 15.67/2.42  
% 15.67/2.42  fork 5: search terminated without proof.
% 15.67/2.42  
% 15.67/2.42  **** run 105 fork 0 starts with strategy
% 15.67/2.42  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 15.67/2.43  
% 15.67/2.43  **** run 111 fork 6 starts with strategy
% 15.67/2.43  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 15.67/2.43  
% 15.67/2.43  **** run 107 fork 2 starts with strategy
% 15.67/2.43  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 15.67/2.43  
% 15.67/2.43  
% 15.67/2.43  fork 1: search terminated without proof.
% 15.67/2.44  
% 15.67/2.44  **** run 110 fork 5 starts with strategy
% 15.67/2.44  {"sine":1,"rewrite":0,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 15.67/2.45  
% 15.67/2.45  
% 15.67/2.45  fork 3: search terminated without proof.
% 15.67/2.45  
% 15.67/2.45  
% 15.67/2.45  fork 4: search terminated without proof.
% 15.67/2.46  
% 15.67/2.46  **** run 106 fork 1 starts with strategy
% 15.67/2.46  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 15.67/2.47  
% 15.67/2.47  **** run 117 fork 4 starts with strategy
% 15.67/2.47  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 15.67/2.47  
% 15.67/2.47  **** run 124 fork 3 starts with strategy
% 15.67/2.47  {"sine":1,"rewrite":0,"depth_penalty":50,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 15.67/2.47  
% 15.67/2.47  
% 15.67/2.47  fork 7: search terminated without proof.
% 15.67/2.49  
% 15.67/2.49  **** run 112 fork 7 starts with strategy
% 15.67/2.49  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 16.32/2.55  
% 16.32/2.55  fork 0: search finished without proof.
% 16.32/2.56  
% 16.32/2.56  
% 16.32/2.56  fork 6: search terminated without proof.
% 16.32/2.57  
% 16.32/2.57  **** run 113 fork 0 starts with strategy
% 16.32/2.57  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 16.32/2.57  
% 16.32/2.57  
% 16.32/2.57  fork 2: search terminated without proof.
% 16.32/2.57  
% 16.32/2.57  
% 16.32/2.57  fork 5: search terminated without proof.
% 16.32/2.57  
% 16.32/2.57  **** run 119 fork 6 starts with strategy
% 16.32/2.57  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 16.94/2.59  
% 16.94/2.59  fork 1: search finished without proof.
% 16.94/2.59  
% 16.94/2.59  **** run 115 fork 2 starts with strategy
% 16.94/2.59  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 16.94/2.59  
% 16.94/2.59  **** run 118 fork 5 starts with strategy
% 16.94/2.59  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 16.94/2.60  
% 16.94/2.60  
% 16.94/2.60  fork 3: search terminated without proof.
% 16.94/2.60  
% 16.94/2.60  
% 16.94/2.60  fork 4: search terminated without proof.
% 16.94/2.61  
% 16.94/2.61  **** run 114 fork 1 starts with strategy
% 16.94/2.61  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1,"sine":1}
% 16.94/2.61  
% 16.94/2.61  **** run 132 fork 3 starts with strategy
% 16.94/2.61  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 16.94/2.62  
% 16.94/2.62  
% 16.94/2.62  fork 7: search terminated without proof.
% 16.94/2.62  
% 16.94/2.62  **** run 125 fork 4 starts with strategy
% 16.94/2.62  {"sine":2,"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 16.94/2.64  
% 16.94/2.64  **** run 120 fork 7 starts with strategy
% 16.94/2.64  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 17.85/2.69  
% 17.85/2.69  
% 17.85/2.69  fork 0: search terminated without proof.
% 17.85/2.71  
% 17.85/2.71  
% 17.85/2.71  fork 6: search terminated without proof.
% 17.85/2.71  
% 17.85/2.71  **** run 121 fork 0 starts with strategy
% 17.85/2.71  {"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}
% 17.85/2.72  
% 17.85/2.72  
% 17.85/2.72  fork 2: search terminated without proof.
% 17.85/2.72  
% 17.85/2.72  
% 17.85/2.72  fork 5: search terminated without proof.
% 17.85/2.73  
% 17.85/2.73  **** run 127 fork 6 starts with strategy
% 17.85/2.73  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 17.85/2.74  
% 17.85/2.74  **** run 123 fork 2 starts with strategy
% 17.85/2.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 17.85/2.74  
% 17.85/2.74  **** run 126 fork 5 starts with strategy
% 17.85/2.74  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1,"sine":2}
% 17.85/2.75  
% 17.85/2.75  
% 17.85/2.75  fork 1: search terminated without proof.
% 17.85/2.77  
% 17.85/2.77  
% 17.85/2.77  fork 7: search terminated without proof.
% 17.85/2.77  
% 17.85/2.77  **** run 122 fork 1 starts with strategy
% 17.85/2.77  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 17.85/2.78  
% 17.85/2.78  fork 5: search finished without proof.
% 17.85/2.79  
% 17.85/2.79  **** run 128 fork 7 starts with strategy
% 17.85/2.79  {"max_dseconds":10,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 17.85/2.79  
% 17.85/2.79  **** run 134 fork 5 starts with strategy
% 17.85/2.79  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 17.85/2.80  
% 17.85/2.80  
% 17.85/2.80  fork 4: search terminated without proof.
% 17.85/2.83  
% 17.85/2.83  **** run 133 fork 4 starts with strategy
% 17.85/2.83  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.85/2.85  
% 17.85/2.85  
% 17.85/2.85  fork 0: search terminated without proof.
% 19.06/2.87  
% 19.06/2.87  **** run 129 fork 0 starts with strategy
% 19.06/2.87  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 19.06/2.91  
% 19.06/2.91  
% 19.06/2.91  fork 1: search terminated without proof.
% 19.06/2.92  
% 19.06/2.92  
% 19.06/2.92  fork 2: search terminated without proof.
% 19.06/2.94  
% 19.06/2.94  **** run 130 fork 1 starts with strategy
% 19.06/2.94  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 19.06/2.94  
% 19.06/2.94  **** run 131 fork 2 starts with strategy
% 19.06/2.94  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 20.02/2.98  
% 20.02/2.98  fork 1: search finished without proof.
% 20.02/3.00  
% 20.02/3.00  **** run 138 fork 1 starts with strategy
% 20.02/3.00  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 25.17/3.64  
% 25.17/3.64  
% 25.17/3.64  fork 3: search terminated without proof.
% 25.43/3.68  
% 25.43/3.68  **** run 140 fork 3 starts with strategy
% 25.43/3.68  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 26.04/3.76  
% 26.04/3.76  
% 26.04/3.76  fork 6: search terminated without proof.
% 26.04/3.80  
% 26.04/3.80  **** run 135 fork 6 starts with strategy
% 26.04/3.80  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 26.59/3.82  
% 26.59/3.82  
% 26.59/3.82  fork 7: search terminated without proof.
% 26.59/3.82  
% 26.59/3.82  
% 26.59/3.82  fork 5: search terminated without proof.
% 26.59/3.84  
% 26.59/3.84  **** run 136 fork 7 starts with strategy
% 26.59/3.84  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 26.91/3.86  
% 26.91/3.86  **** run 142 fork 5 starts with strategy
% 26.91/3.86  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 26.91/3.89  
% 26.91/3.89  
% 26.91/3.89  fork 0: search terminated without proof.
% 26.91/3.91  
% 26.91/3.91  **** run 137 fork 0 starts with strategy
% 26.91/3.91  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 27.53/3.95  
% 27.53/3.95  
% 27.53/3.95  fork 4: search terminated without proof.
% 27.81/3.98  
% 27.81/3.98  **** run 141 fork 4 starts with strategy
% 27.81/3.98  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 27.81/4.04  
% 27.81/4.04  
% 27.81/4.04  fork 2: search terminated without proof.
% 27.81/4.07  
% 27.81/4.07  
% 27.81/4.07  fork 1: search terminated without proof.
% 27.81/4.08  
% 27.81/4.08  **** run 139 fork 2 starts with strategy
% 27.81/4.08  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 27.81/4.12  
% 27.81/4.12  **** run 146 fork 1 starts with strategy
% 27.81/4.12  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 33.14/4.71  
% 33.14/4.71  
% 33.14/4.71  fork 3: search terminated without proof.
% 33.14/4.74  
% 33.14/4.74  **** run 148 fork 3 starts with strategy
% 33.14/4.74  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 33.77/4.82  
% 33.77/4.82  
% 33.77/4.82  fork 6: search terminated without proof.
% 33.77/4.85  
% 33.77/4.85  **** run 143 fork 6 starts with strategy
% 33.77/4.85  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 33.77/4.87  
% 33.77/4.87  
% 33.77/4.87  fork 7: search terminated without proof.
% 34.31/4.89  
% 34.31/4.89  **** run 144 fork 7 starts with strategy
% 34.31/4.89  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 34.31/4.89  
% 34.31/4.89  
% 34.31/4.89  fork 5: search terminated without proof.
% 34.31/4.90  
% 34.31/4.90  
% 34.31/4.90  result: proof found
% 34.31/4.90  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 34.31/4.90  by run 139 fork 2 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 34.31/4.90  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 34.31/4.90  
% 34.31/4.90  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 34.31/4.91  
% 34.31/4.91  run 139 fork 2 statistics:
% 34.31/4.91  ----------------------------------
% 34.31/4.91  this run seconds: 0.765632
% 34.31/4.91  total seconds: 4.252953
% 34.31/4.91  stat_given_used: 1670
% 34.31/4.91  stat_given_used_at_endgame: 0
% 34.31/4.91  stat_given_candidates:   3560
% 34.31/4.91  stat_given_candidates_at_endgame: 0
% 34.31/4.91  stat_given_candidates_h: 0
% 34.31/4.91  stat_binres_derived_cl:   89270
% 34.31/4.91  stat_binres_derived_cl_h: 0
% 34.31/4.91  stat_factor_derived_cl: 359
% 34.31/4.91  stat_para_derived_cl: 21788
% 34.31/4.91  stat_tautologies_discarded: 16
% 34.31/4.91  stat_forward_subsumed: 961
% 34.31/4.91  stat_derived_cut: 227
% 34.31/4.91  stat_derived_rewritten: 175
% 34.31/4.91  stat_weight_discarded_building: 0
% 34.31/4.91  stat_weight_discarded_cl: 25570
% 34.31/4.91  stat_internlimit_discarded_cl: 0
% 34.31/4.91  stat_simplified:  176 simplified 0 derived 0 given
% 34.31/4.91  stat_kept_cl: 84448
% 34.31/4.91  stat_built_cl: 113534
% 34.31/4.91  stat_hyperres_partial_cl: 0
% 34.31/4.91  stat_made_rewriters: 149
% 34.31/4.91  stat_backward_subsumed: 0
% 34.31/4.91  stat_propagated_subsumed: 0
% 34.31/4.91  stat_clsubs_attempted:                     61229
% 34.31/4.91  stat_clsubs_fact_groundunit_found:            13
% 34.31/4.91  stat_clsubs_rule_groundunit_found:            15
% 34.31/4.91  stat_clsubs_top_meta_attempted:            1530327
% 34.31/4.91  stat_clsubs_top_meta_failed:               1469098
% 34.31/4.91  stat_clsubs_top_meta_nonpref_attempted:             1530327
% 34.31/4.91  stat_clsubs_top_meta_nonpref_succeeded:              299525
% 34.31/4.91  stat_clsubs_top_meta_pref_attempted:                 299525
% 34.31/4.91  stat_clsubs_top_meta_pref1_succeeded:                238817
% 34.31/4.91  stat_clsubs_top_meta_pref2_succeeded:                119726
% 34.31/4.91  stat_clsubs_top_meta_pref3_succeeded:                 61229
% 34.31/4.91  stat_clsubs_top_meta_pref_succeeded:                  61229
% 34.31/4.91  stat_clsubs_meta_attempted:               162932
% 34.31/4.91  stat_clsubs_meta_failed:                   72021
% 34.31/4.91  stat_clsubs_predsymbs_attempted:               0
% 34.31/4.91  stat_clsubs_unit_attempted:                 6954
% 34.31/4.91  stat_clsubs_full_attempted:                54275
% 34.31/4.91  stat_forwardsubs_attempted:               110980
% 34.31/4.91  stat_lit_hash_added:                  49724
% 34.31/4.91  stat_lit_hash_computed:              686810
% 34.31/4.91  stat_lit_hash_match_found:             1035
% 34.31/4.91  stat_lit_hash_match_miss:            974779
% 34.31/4.91  stat_lit_hash_cut_ok:                    25
% 34.31/4.91  stat_lit_strong_cut_ok:                 207
% 34.31/4.91  stat_lit_hash_subsume_ok:               961
% 34.31/4.91  clqueue els 10000000 used 1
% 34.31/4.91  clactive els 10000000 used 1671
% 34.31/4.91  clactivesubsume els 10000000 used 9319
% 34.31/4.91  queue_termbuf els 200000000 used 11961227
% 34.31/4.91  hyper_termbuf els 100000000 used 1
% 34.31/4.91  active_termbuf els 100000000 used 132859
% 34.31/4.91  varstack els 5000 last used 1
% 34.31/4.91  given_termbuf els 10000000 last used 1
% 34.31/4.91  simplified_termbuf els 10000000 last used 1
% 34.31/4.91  derived_termbuf els 10000000 last used 31
% 34.31/4.91  wr_mallocs: 89159
% 34.31/4.91  wr_callocs: 21
% 34.31/4.91  wr_reallocs: 7287
% 34.31/4.91  wr_frees: 4
% 34.31/4.91  wr_malloc_bytes: 4165953428
% 34.31/4.91  wr_calloc_bytes: 112065536
% 34.31/4.91  wr_realloc_bytes: 2811256
% 34.31/4.91  wr_realloc_freebytes: 0
% 34.31/4.91  ----------------------------------
%------------------------------------------------------------------------------