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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : LAT005-6 : TPTP v8.1.2. Released v1.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n016.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 06:13:42 EDT 2023

% Result   : Unsatisfiable 49.00s 6.91s
% Output   : CNFRefutation 49.00s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_associativity_of_join1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ join(X,Y,Z)
    | ~ join(U,Z,V)
    | ~ join(U,X,W)
    | join(W,Y,V) ),
    inference(cnf_transformation,[],['$inc_associativity_of_join1']) ).

cnf('2',plain,
    ( ~ join(X,Y,Z)
    | ~ join(Y,U,Y)
    | join(Z,U,Z) ),
    inference(factorization,[],['1']) ).

cnf('3',plain,
    ( ~ meet(X,Y,Z)
    | meet(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_of_meet']) ).

cnf('4',plain,
    meet(r2,a,d),
    inference(cnf_transformation,[],[meet_r2_and_a]) ).

cnf('5',plain,
    meet(a,r2,d),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( ~ meet(X,Y,Z)
    | join(X,Z,X) ),
    inference(cnf_transformation,[],['$inc_absorbtion1']) ).

cnf('7',plain,
    join(a,d,a),
    inference(resolution,[],['5','6']) ).

cnf('8',plain,
    ( ~ join(X,a,Y)
    | join(Y,d,Y) ),
    inference(resolution,[],['2','7']) ).

cnf('9',plain,
    ( ~ join(X,Y,Z)
    | join(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_of_join']) ).

cnf('10',plain,
    join(a,b,c2),
    inference(cnf_transformation,[],[join_a_and_b]) ).

cnf('11',plain,
    join(b,a,c2),
    inference(resolution,[],['9','10']) ).

cnf('12',plain,
    join(c2,d,c2),
    inference(resolution,[],['8','11']) ).

cnf('13',plain,
    join(d,c2,c2),
    inference(resolution,[],['12','9']) ).

cnf('14',plain,
    ( ~ join(X,Y,Z)
    | meet(X,Z,X) ),
    inference(cnf_transformation,[],['$inc_absorbtion2']) ).

cnf('15',plain,
    meet(d,c2,d),
    inference(resolution,[],['13','14']) ).

cnf('16',plain,
    ( ~ meet(X,Y,Z)
    | ~ meet(U,Y,U)
    | ~ join(U,Z,V)
    | ~ join(U,X,W)
    | meet(Y,W,V) ),
    inference(cnf_transformation,[],['$inc_modularity2']) ).

cnf('17',plain,
    ( ~ join(d,X,Y)
    | ~ join(d,Z,U)
    | meet(c2,U,Y)
    | ~ meet(Z,c2,X) ),
    inference(resolution,[],['15','16']) ).

cnf('18',plain,
    join(X,n0,X),
    inference(cnf_transformation,[],[join_x_and_0]) ).

cnf('19',plain,
    ( ~ join(d,X,Y)
    | meet(c2,Y,d)
    | ~ meet(X,c2,n0) ),
    inference(resolution,[],['17','18']) ).

cnf('20',plain,
    meet(c2,r1,n0),
    inference(cnf_transformation,[],[meet_c2_and_r1]) ).

cnf('21',plain,
    meet(r1,c2,n0),
    inference(resolution,[],['3','20']) ).

cnf('22',plain,
    ( ~ join(d,r1,X)
    | meet(c2,X,d) ),
    inference(resolution,[],['19','21']) ).

cnf('23',plain,
    join(r1,d,b2),
    inference(cnf_transformation,[],[join_r1_and_d]) ).

cnf('24',plain,
    join(d,r1,b2),
    inference(resolution,[],['9','23']) ).

cnf('25',plain,
    meet(c2,b2,d),
    inference(resolution,[],['22','24']) ).

cnf('26',plain,
    meet(b2,c2,d),
    inference(resolution,[],['25','3']) ).

cnf('27',plain,
    ( ~ meet(X,Y,Z)
    | ~ meet(U,Z,V)
    | ~ meet(U,X,W)
    | meet(W,Y,V) ),
    inference(cnf_transformation,[],['$inc_associativity_of_meet1']) ).

cnf('28',plain,
    meet(a,b,c),
    inference(cnf_transformation,[],[meet_a_and_b]) ).

cnf('29',plain,
    meet(b,a,c),
    inference(resolution,[],['3','28']) ).

cnf('30',plain,
    ( ~ meet(X,c,Y)
    | ~ meet(X,b,Z)
    | meet(Z,a,Y) ),
    inference(resolution,[],['27','29']) ).

cnf('31',plain,
    meet(c,r2,n0),
    inference(cnf_transformation,[],[meet_c_and_r2]) ).

cnf('32',plain,
    meet(r2,c,n0),
    inference(resolution,[],['3','31']) ).

cnf('33',plain,
    ( ~ meet(r2,b,X)
    | meet(X,a,n0) ),
    inference(resolution,[],['30','32']) ).

cnf('34',plain,
    meet(r2,b,e),
    inference(cnf_transformation,[],[meet_r2_and_b]) ).

cnf('35',plain,
    meet(e,a,n0),
    inference(resolution,[],['33','34']) ).

cnf('36',plain,
    ( ~ meet(X,Y,Z)
    | ~ meet(U,Y,V)
    | ~ meet(W,U,X)
    | meet(W,V,Z) ),
    inference(cnf_transformation,[],['$inc_associativity_of_meet2']) ).

cnf('37',plain,
    meet(n0,X,n0),
    inference(cnf_transformation,[],['$inc_meet_0_and_x']) ).

cnf('38',plain,
    ( ~ meet(X,Y,n0)
    | ~ meet(Y,Z,U)
    | meet(X,U,n0) ),
    inference(resolution,[],['36','37']) ).

cnf('39',plain,
    ( ~ meet(a,X,Y)
    | meet(e,Y,n0) ),
    inference(resolution,[],['35','38']) ).

cnf('40',plain,
    join(d,a,a),
    inference(resolution,[],['9','7']) ).

cnf('41',plain,
    meet(d,a,d),
    inference(resolution,[],['40','14']) ).

cnf('42',plain,
    meet(a,d,d),
    inference(resolution,[],['41','3']) ).

cnf('43',plain,
    meet(e,d,n0),
    inference(resolution,[],['39','42']) ).

cnf('44',plain,
    meet(d,e,n0),
    inference(resolution,[],['43','3']) ).

cnf('45',plain,
    ( ~ meet(X,Y,d)
    | ~ meet(Y,e,Z)
    | meet(X,Z,n0) ),
    inference(resolution,[],['44','36']) ).

cnf('46',plain,
    ( ~ meet(c2,e,X)
    | meet(b2,X,n0) ),
    inference(resolution,[],['26','45']) ).

cnf('47',plain,
    meet(b,r2,e),
    inference(resolution,[],['3','34']) ).

cnf('48',plain,
    join(b,e,b),
    inference(resolution,[],['47','6']) ).

cnf('49',plain,
    ( ~ join(X,b,Y)
    | join(Y,e,Y) ),
    inference(resolution,[],['2','48']) ).

cnf('50',plain,
    meet(b,c2,b),
    inference(resolution,[],['11','14']) ).

cnf('51',plain,
    meet(c2,b,b),
    inference(resolution,[],['50','3']) ).

cnf('52',plain,
    join(c2,b,c2),
    inference(resolution,[],['51','6']) ).

cnf('53',plain,
    join(c2,e,c2),
    inference(resolution,[],['49','52']) ).

cnf('54',plain,
    join(e,c2,c2),
    inference(resolution,[],['53','9']) ).

cnf('55',plain,
    meet(e,c2,e),
    inference(resolution,[],['54','14']) ).

cnf('56',plain,
    meet(c2,e,e),
    inference(resolution,[],['55','3']) ).

cnf('57',plain,
    meet(b2,e,n0),
    inference(resolution,[],['46','56']) ).

cnf('58',plain,
    meet(e,b2,n0),
    inference(resolution,[],['57','3']) ).

cnf('59',plain,
    meet(r1,b2,r1),
    inference(resolution,[],['14','23']) ).

cnf('60',plain,
    ( ~ join(r1,X,Y)
    | ~ join(r1,Z,U)
    | meet(b2,U,Y)
    | ~ meet(Z,b2,X) ),
    inference(resolution,[],['16','59']) ).

cnf('61',plain,
    ( ~ join(r1,X,Y)
    | meet(b2,Y,r1)
    | ~ meet(X,b2,n0) ),
    inference(resolution,[],['60','18']) ).

cnf('62',plain,
    ( ~ join(r1,e,X)
    | meet(b2,X,r1) ),
    inference(resolution,[],['58','61']) ).

cnf('63',plain,
    join(r1,e,a2),
    inference(cnf_transformation,[],[join_r1_and_e]) ).

cnf('64',plain,
    meet(b2,a2,r1),
    inference(resolution,[],['62','63']) ).

cnf('65',plain,
    ~ meet(a2,b2,r1),
    inference(cnf_transformation,[],[meet_a2_and_b2]) ).

cnf('66',plain,
    $false,
    inference(resolution,[then_simplify],['64','3','65']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : LAT005-6 : TPTP v8.1.2. Released v1.1.0.
% 0.00/0.15  % Command  : gkc %s
% 0.13/0.37  % Computer : n016.cluster.edu
% 0.13/0.37  % Model    : x86_64 x86_64
% 0.13/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.37  % Memory   : 8042.1875MB
% 0.13/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.37  % CPULimit : 300
% 0.13/0.37  % WCLimit  : 300
% 0.13/0.37  % DateTime : Thu Aug 24 08:35:09 EDT 2023
% 0.13/0.37  % CPUTime  : 
% 0.22/0.41  
% 0.22/0.41  input clause set summed statistics:
% 0.22/0.41  ----------------------------------
% 0.22/0.41  in_clause_count:                    37
% 0.22/0.41  in_rule_clause_count:               17
% 0.22/0.41  in_fact_clause_count:               20
% 0.22/0.41  in_answer_clause_count:              0
% 0.22/0.41  in_ground_clause_count:             11
% 0.22/0.41  in_unit_clause_count:               23
% 0.22/0.41  in_horn_clause_count:               37
% 0.22/0.41  in_pos_clause_count:                22
% 0.22/0.41  in_neg_clause_count:                 1
% 0.22/0.41  in_poseq_clause_count:               2
% 0.22/0.41  in_negeq_clause_count:               0
% 0.22/0.41  in_unitposeq_clause_count:           0
% 0.22/0.41  in_chain_clause_count:               0
% 0.22/0.41  in_min_length:             1
% 0.22/0.41  in_max_length:             5
% 0.22/0.41  in_min_depth:              1
% 0.22/0.41  in_max_depth:              2
% 0.22/0.41  in_min_size:               4
% 0.22/0.41  in_max_size:              20
% 0.22/0.41  in_min_vars:               0
% 0.22/0.41  in_max_vars:               6
% 0.22/0.41  in_extaxiom_count:                20
% 0.22/0.41  in_axiom_count:                    6
% 0.22/0.41  in_assumption_count:               0
% 0.22/0.41  in_goal_count:                    11
% 0.22/0.41  in_neg_goal_count:                 1
% 0.22/0.41  in_pos_goal_count:                10
% 0.22/0.41  in_posunit_goal_count:            10
% 0.22/0.41  
% 0.22/0.41  auto guide:
% 0.22/0.41  -----------
% 0.22/0.41  {
% 0.22/0.41  "print":1,
% 0.22/0.41  "print_level": 15,
% 0.22/0.41  "max_size": 0,
% 0.22/0.41  "max_depth": 0,
% 0.22/0.41  "max_length": 0,
% 0.22/0.41  "max_dseconds": 0,
% 0.22/0.41  "runs":[
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.22/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.22/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.22/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.22/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.22/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.22/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.22/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.22/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.22/0.41  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.22/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.22/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.22/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.22/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.22/0.41  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.22/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.22/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.22/0.41  
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.22/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.22/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.22/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.22/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.22/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.22/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.22/0.41  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.22/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.22/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.22/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.22/0.41  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.22/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.22/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.22/0.41  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.22/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.22/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.22/0.41  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.22/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.22/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.22/0.41  
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.22/0.41  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.22/0.41  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.22/0.41  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.22/0.41  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.22/0.41  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.22/0.41  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.22/0.41  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.22/0.41  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.22/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.22/0.41  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.22/0.41  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.22/0.41  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.22/0.41  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.22/0.41  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.22/0.41  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.22/0.41  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.22/0.41  
% 0.22/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.22/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.22/0.41  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.22/0.41  
% 0.22/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.22/0.41  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.22/0.41  
% 0.22/0.41  ]}
% 0.22/0.41  
% 0.22/0.41  
% 0.22/0.41  **** run 1 fork 0 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.22/0.41  
% 0.22/0.41  **** run 2 fork 1 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.22/0.41  
% 0.22/0.41  **** run 3 fork 2 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.22/0.41  
% 0.22/0.41  **** run 4 fork 3 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.22/0.41  
% 0.22/0.41  **** run 5 fork 4 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.22/0.41  
% 0.22/0.41  **** run 6 fork 5 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.22/0.41  
% 0.22/0.41  **** run 7 fork 6 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.22/0.41  
% 0.22/0.41  **** run 8 fork 7 starts with strategy
% 0.22/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 0: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 4: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 2: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 5: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 6: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 7: search terminated without proof.
% 0.22/0.54  
% 0.22/0.54  fork 3: search finished without proof.
% 0.22/0.54  
% 0.22/0.54  
% 0.22/0.54  fork 1: search terminated without proof.
% 0.22/0.58  
% 0.22/0.58  **** run 9 fork 0 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.22/0.58  **** run 11 fork 2 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.22/0.58  
% 0.22/0.58  
% 0.22/0.58  **** run 13 fork 4 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.22/0.58  
% 0.22/0.58  **** run 15 fork 6 starts with strategy
% 0.22/0.58  
% 0.22/0.58  **** run 14 fork 5 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.22/0.58  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.22/0.58  
% 0.22/0.58  **** run 10 fork 1 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.22/0.58  **** run 16 fork 7 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.22/0.58  
% 0.22/0.58  
% 0.22/0.58  **** run 12 fork 3 starts with strategy
% 0.22/0.58  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.22/0.69  
% 0.22/0.69  
% 0.22/0.69  fork 2: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 4: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 0: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 5: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 6: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 1: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 7: search terminated without proof.
% 0.22/0.70  
% 0.22/0.70  
% 0.22/0.70  fork 3: search terminated without proof.
% 0.22/0.72  
% 0.22/0.72  **** run 21 fork 4 starts with strategy
% 0.22/0.72  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.22/0.72  
% 0.22/0.72  **** run 19 fork 2 starts with strategy
% 0.22/0.72  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.22/0.73  
% 0.22/0.73  **** run 17 fork 0 starts with strategy
% 0.22/0.73  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.22/0.73  
% 0.22/0.73  **** run 23 fork 6 starts with strategy
% 0.22/0.73  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.22/0.73  
% 0.22/0.73  **** run 22 fork 5 starts with strategy
% 0.22/0.73  
% 0.22/0.73  **** run 18 fork 1 starts with strategy
% 0.22/0.73  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.22/0.73  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.22/0.73  
% 0.22/0.73  **** run 20 fork 3 starts with strategy
% 0.22/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.22/0.73  
% 0.22/0.73  **** run 24 fork 7 starts with strategy
% 0.22/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.22/0.84  
% 0.22/0.84  
% 0.22/0.84  fork 4: search terminated without proof.
% 0.22/0.85  
% 0.22/0.85  
% 0.22/0.85  fork 5: search terminated without proof.
% 0.22/0.85  
% 0.22/0.85  
% 0.22/0.85  fork 3: search terminated without proof.
% 0.22/0.85  
% 0.22/0.85  
% 0.22/0.85  fork 7: search terminated without proof.
% 0.22/0.86  
% 0.22/0.86  
% 0.22/0.86  fork 1: search terminated without proof.
% 0.22/0.86  
% 0.22/0.86  **** run 29 fork 4 starts with strategy
% 0.22/0.86  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 0.22/0.86  
% 0.22/0.86  
% 0.22/0.86  fork 0: search terminated without proof.
% 0.22/0.87  
% 0.22/0.87  
% 0.22/0.87  fork 6: search terminated without proof.
% 0.22/0.87  
% 0.22/0.87  **** run 30 fork 5 starts with strategy
% 0.22/0.87  
% 0.22/0.87  **** run 28 fork 3 starts with strategy
% 0.22/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.22/0.87  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.22/0.87  
% 0.22/0.87  **** run 32 fork 7 starts with strategy
% 0.22/0.87  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 0.22/0.89  
% 0.22/0.89  **** run 26 fork 1 starts with strategy
% 0.22/0.89  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.22/0.89  
% 0.22/0.89  **** run 31 fork 6 starts with strategy
% 0.22/0.89  
% 0.22/0.89  **** run 25 fork 0 starts with strategy
% 0.22/0.89  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.22/0.89  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 0.22/0.92  
% 0.22/0.92  
% 0.22/0.92  fork 2: search terminated without proof.
% 0.22/0.95  
% 0.22/0.95  **** run 27 fork 2 starts with strategy
% 0.22/0.95  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.22/0.98  
% 0.22/0.98  
% 0.22/0.98  fork 4: search terminated without proof.
% 3.26/1.01  
% 3.26/1.01  
% 3.26/1.01  fork 3: search terminated without proof.
% 3.26/1.01  
% 3.26/1.01  **** run 37 fork 4 starts with strategy
% 3.26/1.01  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 3.26/1.01  
% 3.26/1.01  
% 3.26/1.01  fork 5: search terminated without proof.
% 3.26/1.01  
% 3.26/1.01  
% 3.26/1.01  fork 1: search terminated without proof.
% 4.75/1.01  
% 4.75/1.01  
% 4.75/1.01  fork 0: search terminated without proof.
% 4.75/1.03  
% 4.75/1.03  **** run 36 fork 3 starts with strategy
% 4.75/1.03  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.75/1.03  
% 4.75/1.03  **** run 38 fork 5 starts with strategy
% 4.75/1.03  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.75/1.04  
% 4.75/1.04  **** run 34 fork 1 starts with strategy
% 4.75/1.04  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.75/1.04  
% 4.75/1.04  **** run 33 fork 0 starts with strategy
% 4.75/1.04  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.75/1.05  
% 4.75/1.05  
% 4.75/1.05  fork 7: search terminated without proof.
% 5.18/1.07  
% 5.18/1.07  
% 5.18/1.07  fork 2: search terminated without proof.
% 5.18/1.07  
% 5.18/1.07  
% 5.18/1.07  fork 6: search terminated without proof.
% 5.18/1.07  
% 5.18/1.07  **** run 40 fork 7 starts with strategy
% 5.18/1.07  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 5.18/1.09  
% 5.18/1.09  **** run 35 fork 2 starts with strategy
% 5.18/1.09  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 5.18/1.09  
% 5.18/1.09  **** run 39 fork 6 starts with strategy
% 5.18/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.18/1.12  
% 5.18/1.12  
% 5.18/1.12  fork 4: search terminated without proof.
% 5.82/1.15  
% 5.82/1.15  **** run 45 fork 4 starts with strategy
% 5.82/1.15  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.82/1.16  
% 5.82/1.16  
% 5.82/1.16  fork 3: search terminated without proof.
% 5.82/1.16  
% 5.82/1.16  
% 5.82/1.16  fork 5: search terminated without proof.
% 5.82/1.16  
% 5.82/1.16  
% 5.82/1.16  fork 1: search terminated without proof.
% 5.82/1.17  
% 5.82/1.17  
% 5.82/1.17  fork 0: search terminated without proof.
% 5.82/1.18  
% 5.82/1.18  **** run 44 fork 3 starts with strategy
% 5.82/1.18  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 6.11/1.18  
% 6.11/1.18  **** run 46 fork 5 starts with strategy
% 6.11/1.18  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 6.11/1.19  
% 6.11/1.19  **** run 42 fork 1 starts with strategy
% 6.11/1.19  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 6.11/1.19  
% 6.11/1.19  **** run 41 fork 0 starts with strategy
% 6.11/1.19  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 6.11/1.21  
% 6.11/1.21  
% 6.11/1.21  fork 7: search terminated without proof.
% 6.11/1.21  
% 6.11/1.21  
% 6.11/1.21  fork 2: search terminated without proof.
% 6.11/1.22  
% 6.11/1.22  
% 6.11/1.22  fork 6: search terminated without proof.
% 6.49/1.23  
% 6.49/1.23  **** run 48 fork 7 starts with strategy
% 6.49/1.23  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 6.49/1.23  
% 6.49/1.23  **** run 43 fork 2 starts with strategy
% 6.49/1.23  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 6.49/1.24  
% 6.49/1.24  **** run 47 fork 6 starts with strategy
% 6.49/1.24  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 6.61/1.26  
% 6.61/1.26  fork 7: search finished without proof.
% 6.61/1.26  
% 6.61/1.26  
% 6.61/1.26  fork 4: search terminated without proof.
% 6.61/1.28  
% 6.61/1.28  **** run 56 fork 7 starts with strategy
% 6.61/1.28  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.61/1.29  
% 6.61/1.29  **** run 53 fork 4 starts with strategy
% 6.61/1.29  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.61/1.31  
% 6.61/1.31  
% 6.61/1.31  fork 5: search terminated without proof.
% 6.61/1.31  
% 6.61/1.31  
% 6.61/1.31  fork 3: search terminated without proof.
% 7.15/1.31  
% 7.15/1.31  
% 7.15/1.31  fork 0: search terminated without proof.
% 7.15/1.31  
% 7.15/1.31  
% 7.15/1.31  fork 1: search terminated without proof.
% 7.15/1.34  
% 7.15/1.34  **** run 54 fork 5 starts with strategy
% 7.15/1.34  
% 7.15/1.34  **** run 52 fork 3 starts with strategy
% 7.15/1.34  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 7.15/1.34  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 7.15/1.34  
% 7.15/1.34  **** run 49 fork 0 starts with strategy
% 7.15/1.34  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 7.15/1.34  
% 7.15/1.34  **** run 50 fork 1 starts with strategy
% 7.15/1.34  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 7.15/1.35  
% 7.15/1.35  
% 7.15/1.35  fork 2: search terminated without proof.
% 7.54/1.37  
% 7.54/1.37  
% 7.54/1.37  fork 6: search terminated without proof.
% 7.54/1.37  
% 7.54/1.37  **** run 51 fork 2 starts with strategy
% 7.54/1.37  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.54/1.39  
% 7.54/1.39  **** run 55 fork 6 starts with strategy
% 7.54/1.39  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 7.54/1.41  
% 7.54/1.41  
% 7.54/1.41  fork 7: search terminated without proof.
% 7.54/1.43  
% 7.54/1.43  
% 7.54/1.43  fork 4: search terminated without proof.
% 7.54/1.43  
% 7.54/1.43  **** run 64 fork 7 starts with strategy
% 7.54/1.43  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 8.21/1.45  
% 8.21/1.45  **** run 61 fork 4 starts with strategy
% 8.21/1.45  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 8.21/1.46  
% 8.21/1.46  
% 8.21/1.46  fork 5: search terminated without proof.
% 8.21/1.46  
% 8.21/1.46  
% 8.21/1.46  fork 0: search terminated without proof.
% 8.21/1.46  
% 8.21/1.46  
% 8.21/1.46  fork 3: search terminated without proof.
% 8.21/1.47  
% 8.21/1.47  
% 8.21/1.47  fork 1: search terminated without proof.
% 8.50/1.49  
% 8.50/1.49  
% 8.50/1.49  fork 2: search terminated without proof.
% 8.50/1.49  
% 8.50/1.49  **** run 60 fork 3 starts with strategy
% 8.50/1.49  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 8.50/1.49  
% 8.50/1.49  **** run 62 fork 5 starts with strategy
% 8.50/1.49  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 8.50/1.49  
% 8.50/1.49  **** run 58 fork 1 starts with strategy
% 8.50/1.49  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 8.50/1.49  
% 8.50/1.49  **** run 57 fork 0 starts with strategy
% 8.50/1.49  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 8.50/1.51  
% 8.50/1.51  
% 8.50/1.51  fork 6: search terminated without proof.
% 8.50/1.52  
% 8.50/1.52  **** run 59 fork 2 starts with strategy
% 8.50/1.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 8.50/1.52  
% 8.50/1.52  fork 5: search finished without proof.
% 8.50/1.54  
% 8.50/1.54  **** run 63 fork 6 starts with strategy
% 8.50/1.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.50/1.54  
% 8.50/1.54  **** run 70 fork 5 starts with strategy
% 8.50/1.54  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.50/1.58  
% 8.50/1.58  
% 8.50/1.58  fork 4: search terminated without proof.
% 8.50/1.59  
% 8.50/1.59  
% 8.50/1.59  fork 7: search terminated without proof.
% 8.50/1.60  
% 8.50/1.60  **** run 69 fork 4 starts with strategy
% 8.50/1.60  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.50/1.62  
% 8.50/1.62  
% 8.50/1.62  fork 1: search terminated without proof.
% 8.50/1.62  
% 8.50/1.62  
% 8.50/1.62  fork 0: search terminated without proof.
% 8.50/1.62  
% 8.50/1.62  
% 8.50/1.62  fork 3: search terminated without proof.
% 8.50/1.63  
% 8.50/1.63  
% 8.50/1.63  fork 2: search terminated without proof.
% 8.50/1.64  
% 8.50/1.64  **** run 66 fork 1 starts with strategy
% 8.50/1.64  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 8.50/1.64  
% 8.50/1.64  **** run 72 fork 7 starts with strategy
% 8.50/1.64  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.50/1.64  
% 8.50/1.64  **** run 68 fork 3 starts with strategy
% 8.50/1.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.50/1.65  
% 8.50/1.65  **** run 65 fork 0 starts with strategy
% 8.50/1.65  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 8.50/1.66  
% 8.50/1.66  fork 6: search finished without proof.
% 8.50/1.66  
% 8.50/1.66  **** run 67 fork 2 starts with strategy
% 8.50/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.50/1.67  
% 8.50/1.67  
% 8.50/1.67  fork 5: search terminated without proof.
% 8.50/1.68  
% 8.50/1.68  **** run 71 fork 6 starts with strategy
% 8.50/1.68  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.50/1.69  
% 8.50/1.69  **** run 78 fork 5 starts with strategy
% 8.50/1.69  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.50/1.71  
% 8.50/1.71  fork 6: search finished without proof.
% 8.50/1.72  
% 8.50/1.72  
% 8.50/1.72  fork 4: search terminated without proof.
% 8.50/1.73  
% 8.50/1.73  **** run 79 fork 6 starts with strategy
% 8.50/1.73  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.50/1.75  
% 8.50/1.75  **** run 77 fork 4 starts with strategy
% 8.50/1.75  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.50/1.77  
% 8.50/1.77  
% 8.50/1.77  fork 1: search terminated without proof.
% 8.50/1.77  
% 8.50/1.77  
% 8.50/1.77  fork 0: search terminated without proof.
% 8.50/1.77  
% 8.50/1.77  
% 8.50/1.77  fork 3: search terminated without proof.
% 8.50/1.79  
% 8.50/1.79  **** run 73 fork 0 starts with strategy
% 8.50/1.79  
% 8.50/1.79  **** run 74 fork 1 starts with strategy
% 8.50/1.79  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.50/1.79  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 8.50/1.79  
% 8.50/1.79  
% 8.50/1.79  fork 2: search terminated without proof.
% 8.50/1.79  
% 8.50/1.79  **** run 76 fork 3 starts with strategy
% 8.50/1.79  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 8.50/1.81  
% 8.50/1.81  
% 8.50/1.81  fork 5: search terminated without proof.
% 8.50/1.82  
% 8.50/1.82  **** run 75 fork 2 starts with strategy
% 8.50/1.82  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.50/1.84  
% 8.50/1.84  **** run 86 fork 5 starts with strategy
% 8.50/1.84  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 8.50/1.85  
% 8.50/1.85  
% 8.50/1.85  fork 6: search terminated without proof.
% 9.23/1.87  
% 9.23/1.87  
% 9.23/1.87  fork 4: search terminated without proof.
% 9.23/1.87  
% 9.23/1.87  **** run 87 fork 6 starts with strategy
% 9.23/1.87  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 11.49/1.89  
% 11.49/1.89  
% 11.49/1.89  fork 7: search terminated without proof.
% 11.49/1.89  
% 11.49/1.89  **** run 85 fork 4 starts with strategy
% 11.49/1.89  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 11.49/1.91  
% 11.49/1.91  **** run 80 fork 7 starts with strategy
% 11.49/1.91  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 11.49/1.91  
% 11.49/1.91  
% 11.49/1.91  fork 0: search terminated without proof.
% 11.49/1.92  
% 11.49/1.92  
% 11.49/1.92  fork 1: search terminated without proof.
% 11.49/1.92  
% 11.49/1.92  
% 11.49/1.92  fork 3: search terminated without proof.
% 11.49/1.94  
% 11.49/1.94  
% 11.49/1.94  fork 2: search terminated without proof.
% 11.49/1.94  
% 11.49/1.94  **** run 81 fork 0 starts with strategy
% 11.49/1.94  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 11.49/1.94  
% 11.49/1.94  **** run 82 fork 1 starts with strategy
% 11.49/1.94  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.49/1.94  
% 11.49/1.94  **** run 84 fork 3 starts with strategy
% 11.49/1.94  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 12.00/1.96  
% 12.00/1.96  **** run 83 fork 2 starts with strategy
% 12.00/1.96  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 12.16/1.96  
% 12.16/1.96  
% 12.16/1.96  fork 5: search terminated without proof.
% 12.16/1.99  
% 12.16/1.99  **** run 94 fork 5 starts with strategy
% 12.16/1.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.16/2.00  
% 12.16/2.00  
% 12.16/2.00  fork 6: search terminated without proof.
% 12.57/2.02  
% 12.57/2.02  
% 12.57/2.02  fork 4: search terminated without proof.
% 12.57/2.02  
% 12.57/2.02  **** run 95 fork 6 starts with strategy
% 12.57/2.02  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 12.57/2.04  
% 12.57/2.04  
% 12.57/2.04  fork 7: search terminated without proof.
% 12.57/2.04  
% 12.57/2.04  **** run 93 fork 4 starts with strategy
% 12.57/2.04  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 12.84/2.06  
% 12.84/2.06  **** run 88 fork 7 starts with strategy
% 12.84/2.06  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 12.84/2.06  
% 12.84/2.06  
% 12.84/2.06  fork 0: search terminated without proof.
% 12.84/2.06  
% 12.84/2.06  fork 1: search finished without proof.
% 12.84/2.07  
% 12.84/2.07  
% 12.84/2.07  fork 3: search terminated without proof.
% 12.84/2.08  
% 12.84/2.08  
% 12.84/2.08  fork 2: search terminated without proof.
% 12.84/2.09  
% 12.84/2.09  **** run 89 fork 0 starts with strategy
% 12.84/2.09  {"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}
% 12.84/2.09  
% 12.84/2.09  **** run 90 fork 1 starts with strategy
% 12.84/2.09  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 12.84/2.09  
% 12.84/2.09  **** run 92 fork 3 starts with strategy
% 12.84/2.09  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 12.84/2.10  
% 12.84/2.10  **** run 91 fork 2 starts with strategy
% 12.84/2.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 13.49/2.16  
% 13.49/2.16  fork 4: search finished without proof.
% 13.89/2.18  
% 13.89/2.18  **** run 101 fork 4 starts with strategy
% 13.89/2.18  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 13.89/2.19  
% 13.89/2.19  
% 13.89/2.19  fork 7: search terminated without proof.
% 13.89/2.21  
% 13.89/2.21  
% 13.89/2.21  fork 1: search terminated without proof.
% 13.89/2.21  
% 13.89/2.21  
% 13.89/2.21  fork 0: search terminated without proof.
% 13.89/2.21  
% 13.89/2.21  **** run 96 fork 7 starts with strategy
% 13.89/2.21  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 13.89/2.21  
% 13.89/2.21  
% 13.89/2.21  fork 3: search terminated without proof.
% 13.89/2.24  
% 13.89/2.24  **** run 98 fork 1 starts with strategy
% 13.89/2.24  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 13.89/2.24  
% 13.89/2.24  **** run 97 fork 0 starts with strategy
% 13.89/2.24  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 13.89/2.24  
% 13.89/2.24  **** run 100 fork 3 starts with strategy
% 13.89/2.24  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 13.89/2.24  
% 13.89/2.24  
% 13.89/2.24  fork 2: search terminated without proof.
% 14.53/2.26  
% 14.53/2.26  **** run 99 fork 2 starts with strategy
% 14.53/2.26  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.13/3.04  
% 20.13/3.04  
% 20.13/3.04  fork 6: search terminated without proof.
% 20.71/3.07  
% 20.71/3.07  **** run 103 fork 6 starts with strategy
% 20.71/3.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.71/3.08  
% 20.71/3.08  fork 5: search finished without proof.
% 20.71/3.10  
% 20.71/3.10  **** run 102 fork 5 starts with strategy
% 20.71/3.10  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.71/3.18  
% 20.71/3.18  fork 0: search finished without proof.
% 20.71/3.20  
% 20.71/3.20  **** run 105 fork 0 starts with strategy
% 20.71/3.20  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 20.71/3.21  
% 20.71/3.21  
% 20.71/3.21  fork 4: search terminated without proof.
% 20.71/3.24  
% 20.71/3.24  **** run 109 fork 4 starts with strategy
% 20.71/3.24  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 20.71/3.26  
% 20.71/3.26  
% 20.71/3.26  fork 1: search terminated without proof.
% 20.71/3.26  
% 20.71/3.26  
% 20.71/3.26  fork 3: search terminated without proof.
% 20.71/3.28  
% 20.71/3.28  **** run 106 fork 1 starts with strategy
% 20.71/3.28  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 20.71/3.29  
% 20.71/3.29  
% 20.71/3.29  fork 2: search terminated without proof.
% 20.71/3.29  
% 20.71/3.29  **** run 108 fork 3 starts with strategy
% 20.71/3.29  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.71/3.31  
% 20.71/3.31  **** run 107 fork 2 starts with strategy
% 20.71/3.31  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 23.96/3.54  
% 23.96/3.54  
% 23.96/3.54  fork 7: search terminated without proof.
% 23.96/3.57  
% 23.96/3.57  **** run 104 fork 7 starts with strategy
% 23.96/3.57  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 27.33/4.09  
% 27.33/4.09  
% 27.33/4.09  fork 6: search terminated without proof.
% 27.33/4.12  
% 27.33/4.12  **** run 111 fork 6 starts with strategy
% 27.33/4.12  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 27.33/4.12  
% 27.33/4.12  
% 27.33/4.12  fork 5: search terminated without proof.
% 27.33/4.15  
% 27.33/4.15  **** run 110 fork 5 starts with strategy
% 27.33/4.15  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.33/4.23  
% 27.33/4.23  
% 27.33/4.23  fork 0: search terminated without proof.
% 27.33/4.25  
% 27.33/4.25  **** run 113 fork 0 starts with strategy
% 27.33/4.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 27.91/4.26  
% 27.91/4.26  
% 27.91/4.26  fork 4: search terminated without proof.
% 27.91/4.29  
% 27.91/4.29  **** run 117 fork 4 starts with strategy
% 27.91/4.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 27.91/4.31  
% 27.91/4.31  
% 27.91/4.31  fork 1: search terminated without proof.
% 27.91/4.31  
% 27.91/4.31  
% 27.91/4.31  fork 3: search terminated without proof.
% 27.91/4.33  
% 27.91/4.33  **** run 114 fork 1 starts with strategy
% 27.91/4.33  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 27.91/4.34  
% 27.91/4.34  
% 27.91/4.34  fork 2: search terminated without proof.
% 27.91/4.34  
% 27.91/4.34  **** run 116 fork 3 starts with strategy
% 27.91/4.34  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 30.69/4.36  
% 30.69/4.36  **** run 115 fork 2 starts with strategy
% 30.69/4.36  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 34.09/4.78  
% 34.09/4.78  
% 34.09/4.78  fork 7: search terminated without proof.
% 34.09/4.80  
% 34.09/4.80  **** run 112 fork 7 starts with strategy
% 34.09/4.80  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 34.65/5.15  
% 34.65/5.15  
% 34.65/5.15  fork 6: search terminated without proof.
% 34.65/5.17  
% 34.65/5.17  **** run 119 fork 6 starts with strategy
% 34.65/5.17  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 34.65/5.18  
% 34.65/5.18  
% 34.65/5.18  fork 5: search terminated without proof.
% 34.65/5.21  
% 34.65/5.21  **** run 118 fork 5 starts with strategy
% 34.65/5.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 35.19/5.27  
% 35.19/5.27  
% 35.19/5.27  fork 0: search terminated without proof.
% 38.09/5.30  
% 38.09/5.30  **** run 121 fork 0 starts with strategy
% 38.09/5.30  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 38.09/5.32  
% 38.09/5.32  
% 38.09/5.32  fork 4: search terminated without proof.
% 38.34/5.34  
% 38.34/5.34  **** run 125 fork 4 starts with strategy
% 38.34/5.34  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 38.34/5.36  
% 38.34/5.36  
% 38.34/5.36  fork 1: search terminated without proof.
% 38.34/5.37  
% 38.34/5.37  
% 38.34/5.37  fork 3: search terminated without proof.
% 38.34/5.38  
% 38.34/5.38  **** run 122 fork 1 starts with strategy
% 38.34/5.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 38.34/5.38  
% 38.34/5.38  
% 38.34/5.38  fork 2: search terminated without proof.
% 38.34/5.40  
% 38.34/5.40  **** run 124 fork 3 starts with strategy
% 38.34/5.40  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 38.34/5.41  
% 38.34/5.41  **** run 123 fork 2 starts with strategy
% 38.34/5.41  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 42.04/6.19  
% 42.04/6.19  fork 6: search finished without proof.
% 43.04/6.21  
% 43.04/6.21  
% 43.04/6.21  fork 7: search terminated without proof.
% 45.14/6.22  
% 45.14/6.22  **** run 127 fork 6 starts with strategy
% 45.14/6.22  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 45.14/6.23  
% 45.14/6.23  
% 45.14/6.23  fork 5: search terminated without proof.
% 45.14/6.24  
% 45.14/6.24  **** run 120 fork 7 starts with strategy
% 45.14/6.24  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 45.42/6.26  
% 45.42/6.26  **** run 126 fork 5 starts with strategy
% 45.42/6.26  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 45.42/6.31  
% 45.42/6.31  fork 0: search finished without proof.
% 45.42/6.33  
% 45.42/6.33  fork 4: search finished without proof.
% 46.16/6.34  
% 46.16/6.34  **** run 129 fork 0 starts with strategy
% 46.16/6.34  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 46.16/6.35  
% 46.16/6.35  **** run 133 fork 4 starts with strategy
% 46.16/6.35  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 46.58/6.41  
% 46.58/6.41  
% 46.58/6.41  fork 1: search terminated without proof.
% 46.58/6.42  
% 46.58/6.42  
% 46.58/6.42  fork 3: search terminated without proof.
% 46.58/6.43  
% 46.58/6.43  **** run 130 fork 1 starts with strategy
% 46.58/6.43  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 46.58/6.44  
% 46.58/6.44  
% 46.58/6.44  fork 2: search terminated without proof.
% 47.15/6.45  
% 47.15/6.45  **** run 132 fork 3 starts with strategy
% 47.15/6.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 47.23/6.47  
% 47.23/6.47  **** run 131 fork 2 starts with strategy
% 47.23/6.47  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 49.00/6.91  
% 49.00/6.91  
% 49.00/6.91  result: proof found
% 49.00/6.91  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 49.00/6.91  by run 127 fork 6 strategy {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 49.00/6.91  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 49.00/6.91  
% 49.00/6.91  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 49.00/6.91  
% 49.00/6.91  run 127 fork 6 statistics:
% 49.00/6.91  ----------------------------------
% 49.00/6.91  this run seconds: 0.612523
% 49.00/6.91  total seconds: 6.380922
% 49.00/6.91  stat_given_used: 5199
% 49.00/6.91  stat_given_used_at_endgame: 0
% 49.00/6.91  stat_given_candidates:   12698
% 49.00/6.91  stat_given_candidates_at_endgame: 0
% 49.00/6.91  stat_given_candidates_h: 0
% 49.00/6.91  stat_binres_derived_cl:   28573
% 49.00/6.91  stat_binres_derived_cl_h: 0
% 49.00/6.91  stat_factor_derived_cl: 343
% 49.00/6.91  stat_para_derived_cl: 470
% 49.00/6.91  stat_tautologies_discarded: 501
% 49.00/6.91  stat_forward_subsumed: 11033
% 49.00/6.91  stat_derived_cut: 127
% 49.00/6.91  stat_derived_rewritten: 0
% 49.00/6.91  stat_weight_discarded_building: 0
% 49.00/6.91  stat_weight_discarded_cl: 428
% 49.00/6.91  stat_internlimit_discarded_cl: 0
% 49.00/6.91  stat_simplified:  0 simplified 0 derived 0 given
% 49.00/6.91  stat_kept_cl: 16715
% 49.00/6.91  stat_built_cl: 27541
% 49.00/6.91  stat_hyperres_partial_cl: 0
% 49.00/6.91  stat_made_rewriters: 146
% 49.00/6.91  stat_backward_subsumed: 0
% 49.00/6.91  stat_propagated_subsumed: 0
% 49.00/6.91  stat_clsubs_attempted:                    488085
% 49.00/6.91  stat_clsubs_fact_groundunit_found:            44
% 49.00/6.91  stat_clsubs_rule_groundunit_found:             1
% 49.00/6.91  stat_clsubs_top_meta_attempted:           22412130
% 49.00/6.91  stat_clsubs_top_meta_failed:              21924045
% 49.00/6.91  stat_clsubs_top_meta_nonpref_attempted:            22412130
% 49.00/6.91  stat_clsubs_top_meta_nonpref_succeeded:            15378627
% 49.00/6.91  stat_clsubs_top_meta_pref_attempted:               15378627
% 49.00/6.91  stat_clsubs_top_meta_pref1_succeeded:               4749157
% 49.00/6.91  stat_clsubs_top_meta_pref2_succeeded:                754234
% 49.00/6.91  stat_clsubs_top_meta_pref3_succeeded:                488085
% 49.00/6.91  stat_clsubs_top_meta_pref_succeeded:                 488085
% 49.00/6.91  stat_clsubs_meta_attempted:               912823
% 49.00/6.91  stat_clsubs_meta_failed:                  141753
% 49.00/6.91  stat_clsubs_predsymbs_attempted:               0
% 49.00/6.91  stat_clsubs_unit_attempted:                38276
% 49.00/6.91  stat_clsubs_full_attempted:               449809
% 49.00/6.91  stat_forwardsubs_attempted:                28177
% 49.00/6.91  stat_lit_hash_added:                  23898
% 49.00/6.91  stat_lit_hash_computed:              154837
% 49.00/6.91  stat_lit_hash_match_found:            11228
% 49.00/6.91  stat_lit_hash_match_miss:            155617
% 49.00/6.91  stat_lit_hash_cut_ok:                   150
% 49.00/6.91  stat_lit_strong_cut_ok:                  10
% 49.00/6.91  stat_lit_hash_subsume_ok:             11033
% 49.00/6.91  clqueue els 10000000 used 1
% 49.00/6.91  clactive els 10000000 used 5200
% 49.00/6.91  clactivesubsume els 10000000 used 28783
% 49.00/6.91  queue_termbuf els 200000000 used 611632
% 49.00/6.91  hyper_termbuf els 100000000 used 1
% 49.00/6.91  active_termbuf els 100000000 used 132009
% 49.00/6.91  varstack els 5000 last used 1
% 49.00/6.91  given_termbuf els 10000000 last used 1
% 49.00/6.91  simplified_termbuf els 10000000 last used 1
% 49.00/6.91  derived_termbuf els 10000000 last used 23
% 49.00/6.91  wr_mallocs: 40558
% 49.00/6.91  wr_callocs: 21
% 49.00/6.91  wr_reallocs: 3811
% 49.00/6.91  wr_frees: 2
% 49.00/6.91  wr_malloc_bytes: 4163948612
% 49.00/6.91  wr_calloc_bytes: 112065536
% 49.00/6.91  wr_realloc_bytes: 1286616
% 49.00/6.91  wr_realloc_freebytes: 0
% 49.00/6.91  ----------------------------------
%------------------------------------------------------------------------------