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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : SWC323-1 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n006.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 20:39:18 EDT 2023

% Result   : Unsatisfiable 1.75s 0.74s
% Output   : CNFRefutation 1.75s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_clause100')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( neq(X,Y)
    | X = Y
    | ~ ssList(X)
    | ~ ssList(Y) ),
    inference(cnf_transformation,[],['$inc_clause100']) ).

cnf('2',plain,
    ( ~ neq(sk4,nil)
    | ssItem(sk5) ),
    inference(cnf_transformation,[],[co1_9]) ).

cnf('3',plain,
    ssList(sk4),
    inference(cnf_transformation,[],[co1_4]) ).

cnf('4',plain,
    ssList(nil),
    inference(cnf_transformation,[],['$inc_clause8']) ).

cnf('5',plain,
    ( sk4 = nil
    | ssItem(sk5) ),
    inference(resolution,[then_simplify],['1','2','3','4']) ).

cnf('6',plain,
    ( app(X,nil) = X
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause73']) ).

cnf('7',plain,
    ( app(X,Y) != nil
    | nil = X
    | ~ ssList(Y)
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause118']) ).

cnf('8',plain,
    ( nil = X
    | X != nil
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['6','7','4']) ).

cnf('9',plain,
    ( nil != sk4
    | nil = sk3 ),
    inference(cnf_transformation,[],[co1_8]) ).

cnf('10',plain,
    ( sk4 != nil
    | nil = sk3 ),
    inference(resolution,[then_simplify],['8','9','3']) ).

cnf('11',plain,
    ( ssItem(sk5)
    | nil = sk3 ),
    inference(resolution,[],['5','10']) ).

cnf('12',plain,
    ( ssList(cons(X,Y))
    | ~ ssItem(X)
    | ~ ssList(Y) ),
    inference(cnf_transformation,[],['$inc_clause86']) ).

cnf('13',plain,
    ( app(X1,X0) != sk1
    | app(X0,X1) != sk2
    | ~ ssList(X1)
    | ~ ssList(X0) ),
    inference(cnf_transformation,[],[co1_7]) ).

cnf('14',plain,
    sk1 = sk3,
    inference(cnf_transformation,[],[co1_6]) ).

cnf('15',plain,
    sk2 = sk4,
    inference(cnf_transformation,[],[co1_5]) ).

cnf('16',plain,
    ( app(X,Y) != sk3
    | app(Y,X) != sk4
    | ~ ssList(X)
    | ~ ssList(Y) ),
    inference(simplify,[then_simplify],['13','14','15']) ).

cnf('17',plain,
    ( ~ neq(sk4,nil)
    | app(sk6,cons(sk5,nil)) = sk3 ),
    inference(cnf_transformation,[],[co1_12]) ).

cnf('18',plain,
    ( app(cons(sk5,nil),sk6) != sk4
    | ~ ssList(cons(sk5,nil))
    | ~ neq(sk4,nil)
    | ~ ssList(sk6) ),
    inference(resolution,[],['16','17']) ).

cnf('19',plain,
    ( ~ neq(sk4,nil)
    | app(cons(sk5,nil),sk6) = sk4 ),
    inference(cnf_transformation,[],[co1_11]) ).

cnf('20',plain,
    ( ~ ssList(cons(sk5,nil))
    | ~ neq(sk4,nil)
    | ~ ssList(sk6) ),
    inference(resolution,[],['18','19']) ).

cnf('21',plain,
    ( ~ neq(sk4,nil)
    | ssList(sk6) ),
    inference(cnf_transformation,[],[co1_10]) ).

cnf('22',plain,
    ( ~ ssList(cons(sk5,nil))
    | ~ neq(sk4,nil) ),
    inference(simplify,[],['20','21']) ).

cnf('23',plain,
    ( ~ neq(sk4,nil)
    | ~ ssItem(sk5) ),
    inference(resolution,[then_simplify],['12','22','4']) ).

cnf('24',plain,
    ( ~ ssItem(sk5)
    | sk4 = nil ),
    inference(resolution,[then_simplify],['1','23','3','4']) ).

cnf('25',plain,
    ( ~ ssItem(sk5)
    | nil = sk3 ),
    inference(resolution,[],['24','10']) ).

cnf('26',plain,
    nil = sk3,
    inference(simplify,[],['11','25']) ).

cnf('27',plain,
    ( app(nil,X) = X
    | ~ ssList(X) ),
    inference(cnf_transformation,[],['$inc_clause74']) ).

cnf('28',plain,
    ( app(X,nil) != sk4
    | X != sk3
    | ~ ssList(X) ),
    inference(paramodulation,[then_simplify],['27','16','4']) ).

cnf('29',plain,
    sk4 != sk3,
    inference(resolution,[then_simplify],['6','28','3']) ).

cnf('30',plain,
    ssItem(sk5),
    inference(paramodulation,[then_simplify],['26','5','29']) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : SWC323-1 : TPTP v8.1.2. Released v2.4.0.
% 0.10/0.12  % Command  : gkc %s
% 0.11/0.32  % Computer : n006.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 300
% 0.11/0.32  % DateTime : Mon Aug 28 17:34:36 EDT 2023
% 0.11/0.33  % CPUTime  : 
% 0.11/0.36  
% 0.11/0.36  input clause set summed statistics:
% 0.11/0.36  ----------------------------------
% 0.11/0.36  in_clause_count:                   197
% 0.11/0.36  in_rule_clause_count:              181
% 0.11/0.36  in_fact_clause_count:               16
% 0.11/0.36  in_answer_clause_count:              0
% 0.11/0.36  in_ground_clause_count:             23
% 0.11/0.36  in_unit_clause_count:               60
% 0.11/0.36  in_horn_clause_count:              164
% 0.11/0.36  in_pos_clause_count:                58
% 0.11/0.36  in_neg_clause_count:                14
% 0.11/0.36  in_poseq_clause_count:              61
% 0.11/0.36  in_negeq_clause_count:              36
% 0.11/0.36  in_unitposeq_clause_count:           2
% 0.11/0.36  in_chain_clause_count:               0
% 0.11/0.36  in_min_length:             1
% 0.11/0.36  in_max_length:            10
% 0.11/0.36  in_min_depth:              1
% 0.11/0.36  in_max_depth:              5
% 0.11/0.36  in_min_size:               2
% 0.11/0.36  in_max_size:              31
% 0.11/0.36  in_min_vars:               0
% 0.11/0.36  in_max_vars:               6
% 0.11/0.36  in_extaxiom_count:               185
% 0.11/0.36  in_axiom_count:                    0
% 0.11/0.36  in_assumption_count:               0
% 0.11/0.36  in_goal_count:                    12
% 0.11/0.36  in_neg_goal_count:                 1
% 0.11/0.36  in_pos_goal_count:                 6
% 0.11/0.36  in_posunit_goal_count:             6
% 0.11/0.36  
% 0.11/0.36  auto guide:
% 0.11/0.36  -----------
% 0.11/0.36  {
% 0.11/0.36  "print":1,
% 0.11/0.36  "print_level": 15,
% 0.11/0.36  "max_size": 0,
% 0.11/0.36  "max_depth": 0,
% 0.11/0.36  "max_length": 0,
% 0.11/0.36  "max_dseconds": 0,
% 0.11/0.36  "runs":[
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.11/0.36  {"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.11/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.11/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":1},
% 0.11/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.36  {"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.11/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.11/0.36  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.11/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.11/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":1},
% 0.11/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.11/0.36  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.11/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.11/0.36  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":1},
% 0.11/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.36  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":1},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.11/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.11/0.36  {"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.11/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.11/0.36  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.11/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.11/0.36  {"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.11/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.11/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.36  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.11/0.36  {"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.11/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1, "sine":2},
% 0.11/0.36  
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.11/0.36  {"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.11/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.11/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":10},
% 0.11/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.36  {"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.11/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.11/0.36  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.11/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.11/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":10},
% 0.11/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.11/0.36  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.11/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.11/0.36  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":10},
% 0.11/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.36  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":10},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.11/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.11/0.36  {"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.11/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.11/0.36  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.11/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.11/0.36  {"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.11/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.11/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.36  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.11/0.36  {"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.11/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10, "sine":2},
% 0.11/0.36  
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "sine":3, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":0, "rewrite":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.11/0.36  {"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.11/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.11/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara","prohibit_unordered_para"], "max_dseconds":50},
% 0.11/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50,  "sine":3, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.36  {"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.11/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "sine":4, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":1},
% 0.11/0.36  {"weight_select_ratio":20, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.11/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.11/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_depth":2, "max_dseconds":50},
% 0.11/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.11/0.36  {"depth_penalty":50, "sine":3, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.11/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["unit"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.11/0.36  {"sine":2, "query_preference":0, "strategy":["unit"], "max_dseconds":50},
% 0.11/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "sine":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100, "sine":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.36  {"max_dseconds":50, "sine":5, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_dseconds":50},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":2, "strategy":["unit"], "max_depth":2, "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "depth_penalty":100, "sine":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2, "sine":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0, "sine":2},
% 0.11/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "sine":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "sine":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100, "sine":2},
% 0.11/0.36  {"sine":1, "var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.11/0.36  {"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.11/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.11/0.36  {"sine":1, "rewrite":0, "length_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.11/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1, "sine":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.11/0.36  {"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.11/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.11/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.36  {"sine":1, "rewrite":0, "depth_penalty":50, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.11/0.36  {"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.11/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50, "sine":2},
% 0.11/0.36  
% 0.11/0.36  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":3},
% 0.11/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.11/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.11/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":250},
% 0.17/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.37  
% 0.17/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":3},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "sine":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "sine":2},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "sine":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1, "sine":2},
% 0.17/0.37  {"sine":1, "var_weight":70, "repeat_var_weight":70, "query_preference":2, "strategy":["unit"], "max_dseconds":1250},
% 0.17/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "max_depth":2} 
% 0.17/0.37  
% 0.17/0.37  ]}
% 0.17/0.37  
% 0.17/0.37  
% 0.17/0.37  **** run 1 fork 0 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 0.17/0.37  
% 0.17/0.37  **** run 2 fork 1 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"sine":3,"strategy":["hardness_pref"],"query_preference":0}
% 0.17/0.37  
% 0.17/0.37  **** run 3 fork 2 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref"],"query_preference":0}
% 0.17/0.37  
% 0.17/0.37  **** run 4 fork 3 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":0}
% 0.17/0.37  
% 0.17/0.37  **** run 5 fork 4 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.37  
% 0.17/0.37  **** run 6 fork 5 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.37  
% 0.17/0.37  **** run 7 fork 6 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.17/0.37  
% 0.17/0.37  **** run 8 fork 7 starts with strategy
% 0.17/0.37  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 3: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 1: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 2: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 4: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 5: search terminated without proof.
% 0.17/0.50  
% 0.17/0.50  
% 0.17/0.50  fork 6: search terminated without proof.
% 0.17/0.52  
% 0.17/0.52  **** run 12 fork 3 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.17/0.52  
% 0.17/0.52  **** run 11 fork 2 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.52  
% 0.17/0.52  **** run 10 fork 1 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.17/0.53  
% 0.17/0.53  **** run 15 fork 6 starts with strategy
% 0.17/0.53  
% 0.17/0.53  **** run 13 fork 4 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 0.17/0.53  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.17/0.53  
% 0.17/0.53  **** run 14 fork 5 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.17/0.65  
% 0.17/0.65  
% 0.17/0.65  fork 2: search terminated without proof.
% 0.17/0.65  
% 0.17/0.65  
% 0.17/0.65  fork 3: search terminated without proof.
% 0.17/0.66  
% 0.17/0.66  
% 0.17/0.66  fork 5: search terminated without proof.
% 1.75/0.67  
% 1.75/0.67  
% 1.75/0.67  fork 6: search terminated without proof.
% 1.75/0.68  
% 1.75/0.68  **** run 20 fork 3 starts with strategy
% 1.75/0.68  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 1.75/0.68  
% 1.75/0.68  **** run 19 fork 2 starts with strategy
% 1.75/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 1.75/0.69  
% 1.75/0.69  **** run 22 fork 5 starts with strategy
% 1.75/0.69  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 1.75/0.69  
% 1.75/0.69  **** run 23 fork 6 starts with strategy
% 1.75/0.69  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"sine":1}
% 1.75/0.74  
% 1.75/0.74  
% 1.75/0.74  result: proof found
% 1.75/0.74  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 1.75/0.74  by run 8 fork 7 strategy {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para"],"query_preference":1}
% 1.75/0.74  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 1.75/0.74  
% 1.75/0.74  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 1.75/0.74  
% 1.75/0.74  run 8 fork 7 statistics:
% 1.75/0.74  ----------------------------------
% 1.75/0.74  this run seconds: 0.023417
% 1.75/0.74  total seconds: 0.056976
% 1.75/0.74  stat_given_used: 239
% 1.75/0.74  stat_given_used_at_endgame: 0
% 1.75/0.74  stat_given_candidates:   472
% 1.75/0.74  stat_given_candidates_at_endgame: 0
% 1.75/0.74  stat_given_candidates_h: 0
% 1.75/0.74  stat_binres_derived_cl:   124
% 1.75/0.74  stat_binres_derived_cl_h: 0
% 1.75/0.74  stat_factor_derived_cl: 150
% 1.75/0.74  stat_para_derived_cl: 666
% 1.75/0.74  stat_tautologies_discarded: 58
% 1.75/0.74  stat_forward_subsumed: 66
% 1.75/0.74  stat_derived_cut: 243
% 1.75/0.74  stat_derived_rewritten: 2
% 1.75/0.74  stat_weight_discarded_building: 0
% 1.75/0.74  stat_weight_discarded_cl: 0
% 1.75/0.74  stat_internlimit_discarded_cl: 0
% 1.75/0.74  stat_simplified:  27 simplified 0 derived 0 given
% 1.75/0.74  stat_kept_cl: 728
% 1.75/0.74  stat_built_cl: 1233
% 1.75/0.74  stat_hyperres_partial_cl: 0
% 1.75/0.74  stat_made_rewriters: 3
% 1.75/0.74  stat_backward_subsumed: 0
% 1.75/0.74  stat_propagated_subsumed: 0
% 1.75/0.74  stat_clsubs_attempted:                       889
% 1.75/0.74  stat_clsubs_fact_groundunit_found:             5
% 1.75/0.74  stat_clsubs_rule_groundunit_found:             4
% 1.75/0.74  stat_clsubs_top_meta_attempted:              34397
% 1.75/0.74  stat_clsubs_top_meta_failed:                 33508
% 1.75/0.74  stat_clsubs_top_meta_nonpref_attempted:               34397
% 1.75/0.74  stat_clsubs_top_meta_nonpref_succeeded:               12485
% 1.75/0.74  stat_clsubs_top_meta_pref_attempted:                  12485
% 1.75/0.74  stat_clsubs_top_meta_pref1_succeeded:                  2542
% 1.75/0.74  stat_clsubs_top_meta_pref2_succeeded:                  1033
% 1.75/0.74  stat_clsubs_top_meta_pref3_succeeded:                   889
% 1.75/0.74  stat_clsubs_top_meta_pref_succeeded:                    889
% 1.75/0.74  stat_clsubs_meta_attempted:                 3095
% 1.75/0.74  stat_clsubs_meta_failed:                    1196
% 1.75/0.74  stat_clsubs_predsymbs_attempted:               0
% 1.75/0.74  stat_clsubs_unit_attempted:                   13
% 1.75/0.74  stat_clsubs_full_attempted:                  876
% 1.75/0.74  stat_forwardsubs_attempted:                  795
% 1.75/0.74  stat_lit_hash_added:                    416
% 1.75/0.74  stat_lit_hash_computed:                8026
% 1.75/0.74  stat_lit_hash_match_found:              311
% 1.75/0.74  stat_lit_hash_match_miss:             12002
% 1.75/0.74  stat_lit_hash_cut_ok:                   259
% 1.75/0.74  stat_lit_strong_cut_ok:                  12
% 1.75/0.74  stat_lit_hash_subsume_ok:                66
% 1.75/0.74  clqueue els 10000000 used 1
% 1.75/0.74  clactive els 10000000 used 240
% 1.75/0.74  clactivesubsume els 10000000 used 1279
% 1.75/0.74  queue_termbuf els 200000000 used 49358
% 1.75/0.74  hyper_termbuf els 100000000 used 1
% 1.75/0.74  active_termbuf els 100000000 used 8197
% 1.75/0.74  varstack els 5000 last used 1
% 1.75/0.74  given_termbuf els 10000000 last used 1
% 1.75/0.74  simplified_termbuf els 10000000 last used 1
% 1.75/0.74  derived_termbuf els 10000000 last used 32
% 1.75/0.74  wr_mallocs: 1899
% 1.75/0.74  wr_callocs: 21
% 1.75/0.74  wr_reallocs: 117
% 1.75/0.74  wr_frees: 4
% 1.75/0.74  wr_malloc_bytes: 4162661652
% 1.75/0.74  wr_calloc_bytes: 112065536
% 1.75/0.74  wr_realloc_bytes: 30248
% 1.75/0.74  wr_realloc_freebytes: 0
% 1.75/0.74  ----------------------------------
%------------------------------------------------------------------------------