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

View Problem - Process Solution

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

% Computer : n011.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:01:09 EDT 2023

% Result   : Unsatisfiable 13.29s 3.35s
% Output   : CNFRefutation 13.29s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named prove_cross_product_with_null_class2_1)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    cross_product(null_class,y) != null_class,
    inference(cnf_transformation,[],[prove_cross_product_with_null_class2_1]) ).

cnf('2',plain,
    ( member(regular(X),X)
    | X = null_class ),
    inference(cnf_transformation,[],['$inc_regularity1']) ).

cnf('3',plain,
    member(regular(cross_product(null_class,y)),cross_product(null_class,y)),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    ( ordered_pair(first(X),second(X)) = X
    | ~ member(X,cross_product(Y,Z)) ),
    inference(cnf_transformation,[],['$inc_cartesian_product4']) ).

cnf('5',plain,
    ordered_pair(first(regular(cross_product(null_class,y))),second(regular(cross_product(null_class,y)))) = regular(cross_product(null_class,y)),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( member(regular(cross_product(X,y)),cross_product(null_class,y))
    | member(regular(X),X) ),
    inference(paramodulation,[],['2','3']) ).

cnf('7',plain,
    ( intersection(X,regular(X)) = null_class
    | X = null_class ),
    inference(cnf_transformation,[],['$inc_regularity2']) ).

cnf('8',plain,
    intersection(cross_product(null_class,y),regular(cross_product(null_class,y))) = null_class,
    inference(resolution,[],['1','7']) ).

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

cnf('10',plain,
    ( member(X,cross_product(null_class,y))
    | ~ member(X,null_class) ),
    inference(paramodulation,[],['8','9']) ).

cnf('11',plain,
    ( ordered_pair(first(X),second(X)) = X
    | ~ member(X,null_class) ),
    inference(resolution,[],['10','4']) ).

cnf('12',plain,
    ( ~ member(ordered_pair(X,Y),cross_product(Z,U))
    | member(X,Z) ),
    inference(cnf_transformation,[],['$inc_cartesian_product1']) ).

cnf('13',plain,
    ( ~ member(ordered_pair(X,Y),null_class)
    | member(X,null_class) ),
    inference(resolution,[],['10','12']) ).

cnf('14',plain,
    ( member(first(X),null_class)
    | ~ member(X,null_class) ),
    inference(paramodulation,[],['11','13']) ).

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

cnf('16',plain,
    ( member(first(X),Y)
    | ~ subclass(null_class,Y)
    | ~ member(X,null_class) ),
    inference(resolution,[],['14','15']) ).

cnf('17',plain,
    subclass(X,universal_class),
    inference(cnf_transformation,[],['$inc_class_elements_are_sets']) ).

cnf('18',plain,
    ( member(first(X),universal_class)
    | ~ member(X,null_class) ),
    inference(resolution,[],['16','17']) ).

cnf('19',plain,
    ( ~ member(X,complement(Y))
    | ~ member(X,Y) ),
    inference(cnf_transformation,[],['$inc_complement1']) ).

cnf('20',plain,
    ( ~ member(first(X),complement(universal_class))
    | ~ member(X,null_class) ),
    inference(resolution,[],['18','19']) ).

cnf('21',plain,
    ( ~ subclass(null_class,complement(universal_class))
    | ~ member(X,null_class) ),
    inference(resolution,[],['20','16']) ).

cnf('22',plain,
    ( X != Y
    | subclass(Y,X) ),
    inference(cnf_transformation,[],['$inc_equal_implies_subclass2']) ).

cnf('23',plain,
    ( complement(universal_class) != null_class
    | ~ member(X,null_class) ),
    inference(resolution,[],['21','22']) ).

cnf('24',plain,
    ( member(regular(complement(universal_class)),complement(universal_class))
    | ~ member(X,null_class) ),
    inference(resolution,[],['23','2']) ).

cnf('25',plain,
    ( ~ member(regular(complement(universal_class)),universal_class)
    | ~ member(X,null_class) ),
    inference(resolution,[],['24','19']) ).

cnf('26',plain,
    ( ~ member(regular(complement(universal_class)),X)
    | ~ member(Y,null_class) ),
    inference(resolution,[then_simplify],['25','15','17']) ).

cnf('27',plain,
    ( ~ member(X,null_class)
    | ~ member(Y,null_class) ),
    inference(resolution,[],['26','24']) ).

cnf('28',plain,
    ~ member(X,null_class),
    inference(factorization,[],['27']) ).

cnf('29',plain,
    ~ member(ordered_pair(X3,Y3),cross_product(null_class,Z3)),
    inference(resolution,[],['28','12']) ).

cnf('30',plain,
    ~ member(X3,null_class),
    inference(factorization,[],['27']) ).

cnf('31',plain,
    $false,
    inference(paramodulation,[then_simplify],['5','6','29','30']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.26  % Problem  : SET206-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.07/0.26  % Command  : gkc %s
% 0.10/0.46  % Computer : n011.cluster.edu
% 0.10/0.46  % Model    : x86_64 x86_64
% 0.10/0.46  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.46  % Memory   : 8042.1875MB
% 0.10/0.46  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.46  % CPULimit : 300
% 0.10/0.46  % WCLimit  : 300
% 0.10/0.46  % DateTime : Sat Aug 26 12:15:54 EDT 2023
% 0.10/0.46  % CPUTime  : 
% 0.16/0.49  
% 0.16/0.49  input clause set summed statistics:
% 0.16/0.49  ----------------------------------
% 0.16/0.49  in_clause_count:                   113
% 0.16/0.49  in_rule_clause_count:              109
% 0.16/0.49  in_fact_clause_count:                4
% 0.16/0.49  in_answer_clause_count:              0
% 0.16/0.49  in_ground_clause_count:             12
% 0.16/0.49  in_unit_clause_count:               38
% 0.16/0.49  in_horn_clause_count:              105
% 0.16/0.49  in_pos_clause_count:                40
% 0.16/0.49  in_neg_clause_count:                 3
% 0.16/0.49  in_poseq_clause_count:              39
% 0.16/0.49  in_negeq_clause_count:               9
% 0.16/0.49  in_unitposeq_clause_count:          23
% 0.16/0.49  in_chain_clause_count:               2
% 0.16/0.49  in_min_length:             1
% 0.16/0.49  in_max_length:             5
% 0.16/0.49  in_min_depth:              1
% 0.16/0.49  in_max_depth:              6
% 0.16/0.49  in_min_size:               2
% 0.16/0.49  in_max_size:              41
% 0.16/0.49  in_min_vars:               0
% 0.16/0.49  in_max_vars:               5
% 0.16/0.49  in_extaxiom_count:               112
% 0.16/0.49  in_axiom_count:                    0
% 0.16/0.49  in_assumption_count:               0
% 0.16/0.49  in_goal_count:                     1
% 0.16/0.49  in_neg_goal_count:                 1
% 0.16/0.49  in_pos_goal_count:                 0
% 0.16/0.49  in_posunit_goal_count:             0
% 0.16/0.49  
% 0.16/0.49  auto guide:
% 0.16/0.49  -----------
% 0.16/0.49  {
% 0.16/0.49  "print":1,
% 0.16/0.49  "print_level": 15,
% 0.16/0.49  "max_size": 0,
% 0.16/0.49  "max_depth": 0,
% 0.16/0.49  "max_length": 0,
% 0.16/0.49  "max_dseconds": 0,
% 0.16/0.49  "runs":[
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.16/0.49  {"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.16/0.49  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.16/0.49  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.49  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.16/0.49  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.16/0.49  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.16/0.49  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.16/0.49  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.16/0.49  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.16/0.49  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.49  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.16/0.49  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.16/0.49  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.49  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.49  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.16/0.49  {"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.16/0.49  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.16/0.49  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.16/0.49  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.49  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.16/0.49  {"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.16/0.49  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.16/0.49  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.49  {"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.16/0.49  
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.16/0.49  {"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.16/0.49  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.16/0.49  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.49  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.16/0.49  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.16/0.49  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.16/0.49  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.16/0.49  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.16/0.49  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.16/0.49  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.49  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.16/0.49  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.16/0.49  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.49  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.49  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.16/0.49  {"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.16/0.49  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.16/0.49  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.16/0.49  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.16/0.49  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.49  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.16/0.49  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.16/0.49  {"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.16/0.49  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.16/0.49  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.49  {"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.16/0.49  
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.16/0.49  {"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.16/0.49  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.16/0.49  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.49  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.16/0.49  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.16/0.49  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.16/0.49  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.16/0.49  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.16/0.49  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.16/0.49  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.49  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.16/0.49  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.16/0.49  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.49  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.49  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.16/0.49  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.16/0.49  {"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.16/0.49  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.16/0.49  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.16/0.49  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.16/0.49  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.49  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.16/0.49  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.49  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.16/0.49  {"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.16/0.49  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.16/0.49  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.49  {"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.16/0.49  
% 0.16/0.49  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.49  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.16/0.49  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.49  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.49  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.49  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.16/0.49  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.49  
% 0.16/0.49  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.16/0.49  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.16/0.49  
% 0.16/0.49  ]}
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  **** run 2 fork 1 starts with strategy
% 0.16/0.49  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.16/0.50  
% 0.16/0.50  **** run 1 fork 0 starts with strategy
% 0.16/0.50  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.16/0.50  
% 0.16/0.50  **** run 8 fork 7 starts with strategy
% 0.16/0.50  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.16/0.51  
% 0.16/0.51  **** run 4 fork 3 starts with strategy
% 0.16/0.51  
% 0.16/0.51  **** run 3 fork 2 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}{"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.16/0.51  
% 0.16/0.51  
% 0.16/0.51  **** run 7 fork 6 starts with strategy
% 0.16/0.51  
% 0.16/0.51  **** run 5 fork 4 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}{"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.16/0.51  
% 0.16/0.51  
% 0.16/0.51  **** run 6 fork 5 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.56  
% 0.16/0.56  fork 3: search finished without proof.
% 0.16/0.58  
% 0.16/0.58  **** run 12 fork 3 starts with strategy
% 0.16/0.58  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.16/0.63  
% 0.16/0.63  
% 0.16/0.63  fork 0: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  **** run 9 fork 0 starts with strategy
% 0.16/0.65  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.16/0.68  
% 0.16/0.68  fork 1: search finished without proof.
% 0.16/0.71  
% 0.16/0.71  
% 0.16/0.71  fork 2: search terminated without proof.
% 0.16/0.71  
% 0.16/0.71  **** run 10 fork 1 starts with strategy
% 0.16/0.71  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.16/0.73  
% 0.16/0.73  
% 0.16/0.73  fork 5: search terminated without proof.
% 0.16/0.74  
% 0.16/0.74  **** run 11 fork 2 starts with strategy
% 0.16/0.74  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.74  
% 0.16/0.74  
% 0.16/0.74  fork 6: search terminated without proof.
% 0.16/0.74  
% 0.16/0.74  
% 0.16/0.74  fork 7: search terminated without proof.
% 0.16/0.75  
% 0.16/0.75  
% 0.16/0.75  fork 4: search terminated without proof.
% 0.16/0.78  
% 0.16/0.78  
% 0.16/0.78  fork 0: search terminated without proof.
% 0.16/0.78  
% 0.16/0.78  **** run 15 fork 6 starts with strategy
% 0.16/0.78  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.16/0.78  
% 0.16/0.78  **** run 14 fork 5 starts with strategy
% 0.16/0.78  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.16/0.79  
% 0.16/0.79  **** run 16 fork 7 starts with strategy
% 0.16/0.79  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 0.16/0.80  
% 0.16/0.80  **** run 13 fork 4 starts with strategy
% 0.16/0.80  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.16/0.80  
% 0.16/0.80  **** run 17 fork 0 starts with strategy
% 0.16/0.80  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.16/0.83  
% 0.16/0.83  
% 0.16/0.83  fork 3: search terminated without proof.
% 0.16/0.87  
% 0.16/0.87  **** run 20 fork 3 starts with strategy
% 0.16/0.87  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.16/0.94  
% 0.16/0.94  
% 0.16/0.94  fork 0: search terminated without proof.
% 0.16/0.96  
% 0.16/0.96  
% 0.16/0.96  fork 1: search terminated without proof.
% 0.16/0.96  
% 0.16/0.96  **** run 25 fork 0 starts with strategy
% 0.16/0.96  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":2}
% 0.16/0.97  
% 0.16/0.97  
% 0.16/0.97  fork 2: search terminated without proof.
% 0.16/0.99  
% 0.16/0.99  **** run 18 fork 1 starts with strategy
% 0.16/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.16/1.00  
% 0.16/1.00  
% 0.16/1.00  fork 7: search terminated without proof.
% 0.16/1.00  
% 0.16/1.00  fork 0: search finished without proof.
% 2.36/1.02  
% 2.36/1.02  **** run 19 fork 2 starts with strategy
% 2.36/1.02  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.36/1.02  
% 2.36/1.02  **** run 33 fork 0 starts with strategy
% 2.36/1.02  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 2.58/1.03  
% 2.58/1.03  **** run 24 fork 7 starts with strategy
% 2.58/1.03  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 2.58/1.03  
% 2.58/1.03  
% 2.58/1.03  fork 5: search terminated without proof.
% 2.66/1.04  
% 2.66/1.04  
% 2.66/1.04  fork 6: search terminated without proof.
% 2.66/1.04  
% 2.66/1.04  
% 2.66/1.04  fork 4: search terminated without proof.
% 2.66/1.06  
% 2.66/1.06  **** run 23 fork 6 starts with strategy
% 2.66/1.06  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 2.66/1.08  
% 2.66/1.08  **** run 22 fork 5 starts with strategy
% 2.66/1.08  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 2.66/1.09  
% 2.66/1.09  **** run 21 fork 4 starts with strategy
% 2.66/1.09  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 2.97/1.13  
% 2.97/1.13  fork 3: search finished without proof.
% 2.97/1.15  
% 2.97/1.15  
% 2.97/1.15  fork 0: search terminated without proof.
% 2.97/1.16  
% 2.97/1.16  **** run 28 fork 3 starts with strategy
% 2.97/1.16  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.27/1.18  
% 3.27/1.18  **** run 41 fork 0 starts with strategy
% 3.27/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 3.66/1.26  
% 3.66/1.26  
% 3.66/1.26  fork 7: search terminated without proof.
% 3.66/1.27  
% 3.66/1.27  
% 3.66/1.27  fork 1: search terminated without proof.
% 3.66/1.28  
% 3.66/1.28  **** run 32 fork 7 starts with strategy
% 3.66/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 3.80/1.29  
% 3.80/1.29  
% 3.80/1.29  fork 2: search terminated without proof.
% 3.80/1.30  
% 3.80/1.30  **** run 26 fork 1 starts with strategy
% 3.80/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 3.80/1.31  
% 3.80/1.31  
% 3.80/1.31  fork 0: search terminated without proof.
% 3.80/1.32  
% 3.80/1.32  
% 3.80/1.32  fork 6: search terminated without proof.
% 3.98/1.33  
% 3.98/1.33  **** run 49 fork 0 starts with strategy
% 3.98/1.33  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 3.98/1.33  
% 3.98/1.33  **** run 27 fork 2 starts with strategy
% 3.98/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 4.03/1.34  
% 4.03/1.34  
% 4.03/1.34  fork 5: search terminated without proof.
% 4.03/1.35  
% 4.03/1.35  
% 4.03/1.35  fork 4: search terminated without proof.
% 4.03/1.37  
% 4.03/1.37  **** run 31 fork 6 starts with strategy
% 4.03/1.37  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 4.03/1.38  
% 4.03/1.38  **** run 30 fork 5 starts with strategy
% 4.03/1.38  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":0,"rewrite":0}
% 4.03/1.39  
% 4.03/1.39  **** run 29 fork 4 starts with strategy
% 4.03/1.39  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 4.39/1.42  
% 4.39/1.42  
% 4.39/1.42  fork 3: search terminated without proof.
% 4.39/1.45  
% 4.39/1.45  
% 4.39/1.45  fork 7: search terminated without proof.
% 4.39/1.46  
% 4.39/1.46  **** run 36 fork 3 starts with strategy
% 4.39/1.46  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 4.39/1.46  
% 4.39/1.46  fork 0: search finished without proof.
% 4.68/1.47  
% 4.68/1.47  **** run 40 fork 7 starts with strategy
% 4.68/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 4.68/1.48  
% 4.68/1.48  **** run 57 fork 0 starts with strategy
% 4.68/1.48  {"depth_penalty":50,"sine":3,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 4.68/1.53  
% 4.68/1.53  fork 3: search finished without proof.
% 4.68/1.56  
% 4.68/1.56  
% 4.68/1.56  fork 1: search terminated without proof.
% 4.68/1.57  
% 4.68/1.57  **** run 44 fork 3 starts with strategy
% 4.68/1.57  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 4.68/1.59  
% 4.68/1.59  **** run 34 fork 1 starts with strategy
% 4.68/1.59  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 4.68/1.59  
% 4.68/1.59  
% 4.68/1.59  fork 2: search terminated without proof.
% 4.68/1.61  
% 4.68/1.61  fork 0: search finished without proof.
% 4.68/1.63  
% 4.68/1.63  
% 4.68/1.63  fork 6: search terminated without proof.
% 4.68/1.63  
% 4.68/1.63  
% 4.68/1.63  fork 5: search terminated without proof.
% 4.68/1.64  
% 4.68/1.64  
% 4.68/1.64  fork 4: search terminated without proof.
% 4.68/1.64  
% 4.68/1.64  **** run 65 fork 0 starts with strategy
% 4.68/1.64  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 4.68/1.64  
% 4.68/1.64  **** run 35 fork 2 starts with strategy
% 4.68/1.64  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 4.68/1.66  
% 4.68/1.66  fork 7: search finished without proof.
% 4.68/1.67  
% 4.68/1.67  **** run 39 fork 6 starts with strategy
% 4.68/1.67  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 4.68/1.68  
% 4.68/1.68  **** run 38 fork 5 starts with strategy
% 4.68/1.68  {"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}
% 4.68/1.68  
% 4.68/1.68  **** run 37 fork 4 starts with strategy
% 4.68/1.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":2}
% 5.53/1.70  
% 5.53/1.70  **** run 48 fork 7 starts with strategy
% 5.53/1.70  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 5.84/1.74  
% 5.84/1.74  fork 4: search finished without proof.
% 6.05/1.78  
% 6.05/1.78  
% 6.05/1.78  fork 0: search terminated without proof.
% 6.05/1.78  
% 6.05/1.78  **** run 45 fork 4 starts with strategy
% 6.05/1.78  {"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.05/1.80  
% 6.05/1.80  **** run 73 fork 0 starts with strategy
% 6.05/1.80  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100,"sine":1}
% 6.05/1.83  
% 6.05/1.83  
% 6.05/1.83  fork 7: search terminated without proof.
% 6.47/1.85  
% 6.47/1.85  
% 6.47/1.85  fork 1: search terminated without proof.
% 6.47/1.85  
% 6.47/1.85  
% 6.47/1.85  fork 3: search terminated without proof.
% 6.47/1.86  
% 6.47/1.86  **** run 42 fork 1 starts with strategy
% 6.47/1.86  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.47/1.86  **** run 56 fork 7 starts with strategy
% 6.47/1.86  
% 6.47/1.86  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 6.47/1.87  
% 6.47/1.87  fork 2: search finished without proof.
% 6.65/1.89  
% 6.65/1.89  **** run 52 fork 3 starts with strategy
% 6.65/1.89  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":1}
% 6.65/1.91  
% 6.65/1.91  **** run 43 fork 2 starts with strategy
% 6.65/1.91  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"sine":3,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 6.65/1.93  
% 6.65/1.93  
% 6.65/1.93  fork 6: search terminated without proof.
% 6.97/1.94  
% 6.97/1.94  
% 6.97/1.94  fork 0: search terminated without proof.
% 6.97/1.94  
% 6.97/1.94  
% 6.97/1.94  fork 5: search terminated without proof.
% 7.05/1.96  
% 7.05/1.96  **** run 47 fork 6 starts with strategy
% 7.05/1.96  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.05/1.97  
% 7.05/1.97  **** run 81 fork 0 starts with strategy
% 7.05/1.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 7.05/1.99  
% 7.05/1.99  **** run 46 fork 5 starts with strategy
% 7.05/1.99  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.05/2.01  
% 7.05/2.01  
% 7.05/2.01  fork 1: search terminated without proof.
% 7.35/2.02  
% 7.35/2.02  
% 7.35/2.02  fork 4: search terminated without proof.
% 7.35/2.04  
% 7.35/2.04  **** run 50 fork 1 starts with strategy
% 7.35/2.04  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.56/2.07  
% 7.56/2.07  **** run 53 fork 4 starts with strategy
% 7.56/2.07  {"weight_select_ratio":20,"length_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 7.56/2.08  
% 7.56/2.08  
% 7.56/2.08  fork 3: search terminated without proof.
% 7.56/2.10  
% 7.56/2.10  
% 7.56/2.10  fork 0: search terminated without proof.
% 7.56/2.12  
% 7.56/2.12  **** run 60 fork 3 starts with strategy
% 7.56/2.12  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["unit"],"max_dseconds":1}
% 7.56/2.12  
% 7.56/2.12  
% 7.56/2.12  fork 7: search terminated without proof.
% 7.56/2.12  
% 7.56/2.12  **** run 89 fork 0 starts with strategy
% 7.56/2.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 7.95/2.16  
% 7.95/2.16  **** run 64 fork 7 starts with strategy
% 7.95/2.16  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.95/2.16  
% 7.95/2.16  
% 7.95/2.16  fork 2: search terminated without proof.
% 8.14/2.18  
% 8.14/2.18  
% 8.14/2.18  fork 6: search terminated without proof.
% 8.14/2.21  
% 8.14/2.21  **** run 51 fork 2 starts with strategy
% 8.14/2.21  {"max_dseconds":1,"sine":4,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 8.14/2.23  
% 8.14/2.23  **** run 55 fork 6 starts with strategy
% 8.14/2.23  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_depth":2,"max_dseconds":1}
% 8.14/2.25  
% 8.14/2.25  
% 8.14/2.25  fork 5: search terminated without proof.
% 8.14/2.25  
% 8.14/2.25  
% 8.14/2.25  fork 0: search terminated without proof.
% 8.14/2.28  
% 8.14/2.28  **** run 97 fork 0 starts with strategy
% 8.14/2.28  {"sine":1,"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 8.14/2.28  
% 8.14/2.28  **** run 54 fork 5 starts with strategy
% 8.14/2.28  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.14/2.30  
% 8.14/2.30  
% 8.14/2.30  fork 4: search terminated without proof.
% 8.14/2.32  
% 8.14/2.32  
% 8.14/2.32  fork 1: search terminated without proof.
% 8.14/2.33  
% 8.14/2.33  **** run 61 fork 4 starts with strategy
% 8.14/2.33  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 8.14/2.36  
% 8.14/2.36  **** run 58 fork 1 starts with strategy
% 8.14/2.36  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 8.79/2.39  
% 8.79/2.39  
% 8.79/2.39  fork 3: search terminated without proof.
% 9.07/2.42  
% 9.07/2.42  
% 9.07/2.42  fork 0: search terminated without proof.
% 9.07/2.43  
% 9.07/2.43  
% 9.07/2.43  fork 7: search terminated without proof.
% 9.07/2.43  
% 9.07/2.43  **** run 68 fork 3 starts with strategy
% 9.07/2.43  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 9.07/2.44  
% 9.07/2.44  **** run 105 fork 0 starts with strategy
% 9.07/2.44  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 9.34/2.45  
% 9.34/2.45  fork 2: search finished without proof.
% 9.38/2.47  
% 9.38/2.47  
% 9.38/2.47  fork 6: search terminated without proof.
% 9.38/2.47  
% 9.38/2.47  **** run 72 fork 7 starts with strategy
% 9.38/2.47  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"sine":1}
% 9.38/2.48  
% 9.38/2.48  **** run 59 fork 2 starts with strategy
% 9.38/2.48  {"sine":1,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.57/2.50  
% 9.57/2.50  **** run 63 fork 6 starts with strategy
% 9.57/2.50  {"sine":2,"query_preference":0,"strategy":["unit"],"max_dseconds":1}
% 9.57/2.54  
% 9.57/2.54  
% 9.57/2.54  fork 5: search terminated without proof.
% 9.78/2.57  
% 9.78/2.57  fork 6: search finished without proof.
% 9.78/2.57  
% 9.78/2.57  
% 9.78/2.57  fork 0: search terminated without proof.
% 9.78/2.58  
% 9.78/2.58  **** run 62 fork 5 starts with strategy
% 9.78/2.58  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 9.78/2.59  
% 9.78/2.59  **** run 113 fork 0 starts with strategy
% 9.78/2.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 9.78/2.60  
% 9.78/2.60  
% 9.78/2.60  fork 4: search terminated without proof.
% 9.78/2.61  
% 9.78/2.61  
% 9.78/2.61  fork 1: search terminated without proof.
% 9.78/2.61  
% 9.78/2.61  **** run 71 fork 6 starts with strategy
% 9.78/2.61  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 10.19/2.64  
% 10.19/2.64  **** run 66 fork 1 starts with strategy
% 10.19/2.64  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 10.19/2.65  
% 10.19/2.65  **** run 69 fork 4 starts with strategy
% 10.19/2.65  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 10.19/2.69  
% 10.19/2.69  
% 10.19/2.69  fork 2: search terminated without proof.
% 10.45/2.70  
% 10.45/2.70  
% 10.45/2.70  fork 3: search terminated without proof.
% 10.45/2.71  
% 10.45/2.71  **** run 67 fork 2 starts with strategy
% 10.45/2.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 10.45/2.71  
% 10.45/2.71  
% 10.45/2.71  fork 7: search terminated without proof.
% 10.45/2.73  
% 10.45/2.73  
% 10.45/2.73  fork 0: search terminated without proof.
% 10.45/2.74  
% 10.45/2.74  **** run 76 fork 3 starts with strategy
% 10.45/2.74  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.79/2.75  
% 10.79/2.75  **** run 121 fork 0 starts with strategy
% 10.79/2.75  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 10.79/2.76  
% 10.79/2.76  **** run 80 fork 7 starts with strategy
% 10.79/2.76  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 11.04/2.82  
% 11.04/2.82  
% 11.04/2.82  fork 6: search terminated without proof.
% 11.04/2.84  
% 11.04/2.84  
% 11.04/2.84  fork 2: search terminated without proof.
% 11.04/2.84  
% 11.04/2.84  **** run 79 fork 6 starts with strategy
% 11.04/2.84  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 11.04/2.84  
% 11.04/2.84  
% 11.04/2.84  fork 5: search terminated without proof.
% 11.04/2.87  
% 11.04/2.87  **** run 70 fork 5 starts with strategy
% 11.04/2.87  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 11.04/2.89  
% 11.04/2.89  
% 11.04/2.89  fork 1: search terminated without proof.
% 11.04/2.90  
% 11.04/2.90  **** run 75 fork 2 starts with strategy
% 11.04/2.90  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 11.04/2.90  
% 11.04/2.90  
% 11.04/2.90  fork 4: search terminated without proof.
% 11.04/2.91  
% 11.04/2.91  fork 6: search finished without proof.
% 11.50/2.94  
% 11.50/2.94  **** run 87 fork 6 starts with strategy
% 11.50/2.94  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0,"sine":2}
% 11.50/2.95  
% 11.50/2.95  **** run 74 fork 1 starts with strategy
% 11.50/2.95  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 11.50/2.95  
% 11.50/2.95  **** run 77 fork 4 starts with strategy
% 11.50/2.95  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 11.50/2.99  
% 11.50/2.99  fork 6: search finished without proof.
% 11.50/2.99  
% 11.50/2.99  
% 11.50/2.99  fork 3: search terminated without proof.
% 11.50/3.00  
% 11.50/3.00  
% 11.50/3.00  fork 5: search terminated without proof.
% 11.50/3.01  
% 11.50/3.01  **** run 95 fork 6 starts with strategy
% 11.50/3.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 11.50/3.01  
% 11.50/3.01  
% 11.50/3.01  fork 7: search terminated without proof.
% 11.50/3.02  
% 11.50/3.02  **** run 84 fork 3 starts with strategy
% 11.50/3.02  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 12.03/3.03  
% 12.03/3.03  **** run 78 fork 5 starts with strategy
% 12.03/3.03  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 12.03/3.06  
% 12.03/3.06  **** run 88 fork 7 starts with strategy
% 12.03/3.06  {"sine":1,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 12.27/3.14  
% 12.27/3.14  
% 12.27/3.14  fork 3: search terminated without proof.
% 12.58/3.17  
% 12.58/3.17  **** run 92 fork 3 starts with strategy
% 12.58/3.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"sine":1}
% 12.69/3.18  
% 12.69/3.18  
% 12.69/3.18  fork 4: search terminated without proof.
% 12.69/3.20  
% 12.69/3.20  
% 12.69/3.20  fork 1: search terminated without proof.
% 12.69/3.22  
% 12.69/3.22  **** run 85 fork 4 starts with strategy
% 12.69/3.22  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 12.98/3.25  
% 12.98/3.25  
% 12.98/3.25  fork 5: search terminated without proof.
% 12.98/3.25  
% 12.98/3.25  **** run 82 fork 1 starts with strategy
% 12.98/3.25  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 12.98/3.26  
% 12.98/3.26  fork 6: search finished without proof.
% 12.98/3.28  
% 12.98/3.28  **** run 86 fork 5 starts with strategy
% 12.98/3.29  
% 12.98/3.29  
% 12.98/3.29  fork 7: search terminated without proof.
% 12.98/3.29  
% 12.98/3.29  **** run 103 fork 6 starts with strategy
% 12.98/3.29  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"depth_penalty":100,"sine":1}
% 12.98/3.31  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 13.29/3.33  
% 13.29/3.33  **** run 96 fork 7 starts with strategy
% 13.29/3.33  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100,"sine":2}
% 13.29/3.35  
% 13.29/3.35  
% 13.29/3.35  result: proof found
% 13.29/3.35  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 13.29/3.35  by run 75 fork 2 strategy {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 13.29/3.35  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 13.29/3.35  
% 13.29/3.35  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 13.29/3.35  
% 13.29/3.35  run 75 fork 2 statistics:
% 13.29/3.35  ----------------------------------
% 13.29/3.35  this run seconds: 0.018096
% 13.29/3.35  total seconds: 1.370238
% 13.29/3.35  stat_given_used: 122
% 13.29/3.35  stat_given_used_at_endgame: 0
% 13.29/3.35  stat_given_candidates:   180
% 13.29/3.35  stat_given_candidates_at_endgame: 0
% 13.29/3.35  stat_given_candidates_h: 0
% 13.29/3.35  stat_binres_derived_cl:   1619
% 13.29/3.35  stat_binres_derived_cl_h: 0
% 13.29/3.35  stat_factor_derived_cl: 4
% 13.29/3.35  stat_para_derived_cl: 1223
% 13.29/3.35  stat_tautologies_discarded: 14
% 13.29/3.35  stat_forward_subsumed: 120
% 13.29/3.35  stat_derived_cut: 8
% 13.29/3.35  stat_derived_rewritten: 0
% 13.29/3.35  stat_weight_discarded_building: 0
% 13.29/3.35  stat_weight_discarded_cl: 0
% 13.29/3.35  stat_internlimit_discarded_cl: 0
% 13.29/3.35  stat_simplified:  0 simplified 0 derived 0 given
% 13.29/3.35  stat_kept_cl: 2669
% 13.29/3.35  stat_built_cl: 3137
% 13.29/3.35  stat_hyperres_partial_cl: 0
% 13.29/3.35  stat_made_rewriters: 0
% 13.29/3.35  stat_backward_subsumed: 0
% 13.29/3.35  stat_propagated_subsumed: 0
% 13.29/3.35  stat_clsubs_attempted:                       877
% 13.29/3.35  stat_clsubs_fact_groundunit_found:             0
% 13.29/3.35  stat_clsubs_rule_groundunit_found:             4
% 13.29/3.35  stat_clsubs_top_meta_attempted:              27193
% 13.29/3.35  stat_clsubs_top_meta_failed:                 26316
% 13.29/3.35  stat_clsubs_top_meta_nonpref_attempted:               27193
% 13.29/3.35  stat_clsubs_top_meta_nonpref_succeeded:                8371
% 13.29/3.35  stat_clsubs_top_meta_pref_attempted:                   8371
% 13.29/3.35  stat_clsubs_top_meta_pref1_succeeded:                  2620
% 13.29/3.35  stat_clsubs_top_meta_pref2_succeeded:                   981
% 13.29/3.35  stat_clsubs_top_meta_pref3_succeeded:                   877
% 13.29/3.35  stat_clsubs_top_meta_pref_succeeded:                    877
% 13.29/3.35  stat_clsubs_meta_attempted:                 1613
% 13.29/3.35  stat_clsubs_meta_failed:                     789
% 13.29/3.35  stat_clsubs_predsymbs_attempted:               0
% 13.29/3.35  stat_clsubs_unit_attempted:                   15
% 13.29/3.35  stat_clsubs_full_attempted:                  862
% 13.29/3.35  stat_forwardsubs_attempted:                 2790
% 13.29/3.35  stat_lit_hash_added:                   2654
% 13.29/3.35  stat_lit_hash_computed:               14027
% 13.29/3.35  stat_lit_hash_match_found:              127
% 13.29/3.35  stat_lit_hash_match_miss:             17236
% 13.29/3.35  stat_lit_hash_cut_ok:                     3
% 13.29/3.35  stat_lit_strong_cut_ok:                   6
% 13.29/3.35  stat_lit_hash_subsume_ok:               120
% 13.29/3.35  clqueue els 10000000 used 1
% 13.29/3.35  clactive els 10000000 used 235
% 13.29/3.35  clactivesubsume els 10000000 used 1255
% 13.29/3.35  queue_termbuf els 200000000 used 196194
% 13.29/3.35  hyper_termbuf els 100000000 used 1
% 13.29/3.35  active_termbuf els 100000000 used 9069
% 13.29/3.35  varstack els 5000 last used 1
% 13.29/3.35  given_termbuf els 10000000 last used 1
% 13.29/3.35  simplified_termbuf els 10000000 last used 1
% 13.29/3.35  derived_termbuf els 10000000 last used 91
% 13.29/3.35  wr_mallocs: 4317
% 13.29/3.35  wr_callocs: 21
% 13.29/3.35  wr_reallocs: 540
% 13.29/3.35  wr_frees: 4
% 13.29/3.35  wr_malloc_bytes: 4162756964
% 13.29/3.35  wr_calloc_bytes: 112065536
% 13.29/3.35  wr_realloc_bytes: 128816
% 13.29/3.35  wr_realloc_freebytes: 0
% 13.29/3.35  ----------------------------------
%------------------------------------------------------------------------------