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

View Problem - Process Solution

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

% Computer : n008.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:50 EDT 2023

% Result   : Unsatisfiable 72.66s 9.75s
% Output   : CNFRefutation 72.66s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_commutativity_of_meet')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    meet(X,Y) = meet(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_meet']) ).

cnf('2',plain,
    meet(f(aa,dd),f(bb,dd)) = meet(f(cc,dd),f(bb,dd)),
    inference(cnf_transformation,[],[lhs2]) ).

cnf('3',plain,
    meet(f(bb,dd),f(aa,dd)) = meet(f(cc,dd),f(bb,dd)),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    join(X,meet(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_absorption2']) ).

cnf('5',plain,
    join(f(bb,dd),meet(f(cc,dd),f(bb,dd))) = f(bb,dd),
    inference(paramodulation,[],['3','4']) ).

cnf('6',plain,
    join(X,Y) = join(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_join']) ).

cnf('7',plain,
    join(meet(f(cc,dd),f(bb,dd)),f(bb,dd)) = f(bb,dd),
    inference(paramodulation,[],['5','6']) ).

cnf('8',plain,
    meet(X,join(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_absorption1']) ).

cnf('9',plain,
    meet(meet(f(cc,dd),f(bb,dd)),f(bb,dd)) = meet(f(cc,dd),f(bb,dd)),
    inference(paramodulation,[],['7','8']) ).

cnf('10',plain,
    meet(f(bb,dd),meet(f(cc,dd),f(bb,dd))) = meet(f(cc,dd),f(bb,dd)),
    inference(paramodulation,[],['9','1']) ).

cnf('11',plain,
    join(X,meet(Y,Z)) = meet(join(X,Y),join(X,Z)),
    inference(cnf_transformation,[],[dist_join]) ).

cnf('12',plain,
    join(X3,meet(Y3,meet(X3,Z3))) = meet(join(X3,Y3),X3),
    inference(paramodulation,[],['4','11']) ).

cnf('13',plain,
    join(X,X) = X,
    inference(cnf_transformation,[],['$inc_idempotence_of_join']) ).

cnf('14',plain,
    join(X,meet(Y,X)) = meet(join(X,Y),X),
    inference(paramodulation,[],['13','11']) ).

cnf('15',plain,
    join(X,meet(Y,meet(X,Z))) = join(X,meet(Y,X)),
    inference(simplify,[],['12','14']) ).

cnf('16',plain,
    join(f(cc,dd),meet(f(cc,dd),f(bb,dd))) = join(f(cc,dd),meet(f(bb,dd),f(cc,dd))),
    inference(paramodulation,[],['10','15']) ).

cnf('17',plain,
    f(cc,dd) = join(f(cc,dd),meet(f(bb,dd),f(cc,dd))),
    inference(simplify,[],['16','4']) ).

cnf('18',plain,
    join(meet(f(bb,dd),f(cc,dd)),f(cc,dd)) = f(cc,dd),
    inference(paramodulation,[],['17','6']) ).

cnf('19',plain,
    join(meet(f(cc,dd),f(bb,dd)),f(cc,dd)) = f(cc,dd),
    inference(paramodulation,[],['1','18']) ).

cnf('20',plain,
    meet(X,join(Y,Z)) = join(meet(X,Y),meet(X,Z)),
    inference(cnf_transformation,[],[dist_meet]) ).

cnf('21',plain,
    meet(f(aa,dd),join(f(bb,dd),X)) = join(meet(f(cc,dd),f(bb,dd)),meet(f(aa,dd),X)),
    inference(paramodulation,[],['2','20']) ).

cnf('22',plain,
    meet(f(aa,dd),join(f(bb,dd),X3)) = meet(join(meet(f(cc,dd),f(bb,dd)),f(aa,dd)),join(meet(f(cc,dd),f(bb,dd)),X3)),
    inference(paramodulation,[],['21','11']) ).

cnf('23',plain,
    f(join(X,Y),Z) = join(f(X,Z),f(Y,Z)),
    inference(cnf_transformation,[],[f_on_left_join]) ).

cnf('24',plain,
    meet(X,X) = X,
    inference(cnf_transformation,[],['$inc_idempotence_of_meet']) ).

cnf('25',plain,
    meet(f(aa,dd),join(f(bb,dd),f(aa,dd))) = join(meet(f(cc,dd),f(bb,dd)),f(aa,dd)),
    inference(paramodulation,[],['24','21']) ).

cnf('26',plain,
    meet(f(aa,dd),f(join(bb,aa),dd)) = join(meet(f(cc,dd),f(bb,dd)),f(aa,dd)),
    inference(paramodulation,[],['23','25']) ).

cnf('27',plain,
    f(join(aa,bb),dd) = f(join(cc,bb),dd),
    inference(cnf_transformation,[],[lhs1]) ).

cnf('28',plain,
    f(join(bb,aa),dd) = f(join(cc,bb),dd),
    inference(paramodulation,[],['6','27']) ).

cnf('29',plain,
    meet(f(aa,dd),join(X,f(bb,dd))) = join(meet(f(aa,dd),X),meet(f(cc,dd),f(bb,dd))),
    inference(paramodulation,[],['2','20']) ).

cnf('30',plain,
    meet(f(aa,dd),join(join(f(aa,dd),X3),f(bb,dd))) = join(f(aa,dd),meet(f(cc,dd),f(bb,dd))),
    inference(paramodulation,[],['8','29']) ).

cnf('31',plain,
    join(f(aa,dd),meet(f(cc,dd),f(bb,dd))) = f(aa,dd),
    inference(paramodulation,[],['2','4']) ).

cnf('32',plain,
    meet(f(aa,dd),join(join(f(aa,dd),X),f(bb,dd))) = f(aa,dd),
    inference(simplify,[],['30','31']) ).

cnf('33',plain,
    meet(f(aa,dd),join(f(join(aa,X3),dd),f(bb,dd))) = f(aa,dd),
    inference(paramodulation,[],['23','32']) ).

cnf('34',plain,
    meet(f(aa,dd),f(join(join(aa,X),bb),dd)) = f(aa,dd),
    inference(simplify,[],['33','23']) ).

cnf('35',plain,
    meet(f(aa,dd),f(join(aa,bb),dd)) = f(aa,dd),
    inference(paramodulation,[],['4','34']) ).

cnf('36',plain,
    meet(f(aa,dd),f(join(cc,bb),dd)) = f(aa,dd),
    inference(simplify,[],['35','27']) ).

cnf('37',plain,
    meet(f(aa,dd),join(f(bb,dd),X)) = meet(f(aa,dd),join(meet(f(cc,dd),f(bb,dd)),X)),
    inference(simplify,[then_simplify],['22','26','28','36']) ).

cnf('38',plain,
    meet(f(aa,dd),join(f(bb,dd),f(cc,dd))) = meet(f(aa,dd),f(cc,dd)),
    inference(paramodulation,[],['19','37']) ).

cnf('39',plain,
    f(join(bb,aa),dd) = f(join(bb,cc),dd),
    inference(paramodulation,[],['6','28']) ).

cnf('40',plain,
    f(join(cc,bb),dd) = f(join(bb,cc),dd),
    inference(simplify,[],['39','28']) ).

cnf('41',plain,
    f(aa,dd) = meet(f(aa,dd),f(cc,dd)),
    inference(simplify,[then_simplify],['38','23','40','36']) ).

cnf('42',plain,
    meet(f(cc,dd),f(aa,dd)) = f(aa,dd),
    inference(paramodulation,[],['41','1']) ).

cnf('43',plain,
    join(f(cc,dd),f(aa,dd)) = f(cc,dd),
    inference(paramodulation,[],['42','4']) ).

cnf('44',plain,
    f(join(cc,aa),dd) = f(cc,dd),
    inference(simplify,[],['43','23']) ).

cnf('45',plain,
    f(aa,dd) = meet(join(f(aa,dd),f(cc,dd)),join(f(aa,dd),f(bb,dd))),
    inference(paramodulation,[],['31','11']) ).

cnf('46',plain,
    meet(meet(X,Y),Z) = meet(X,meet(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity_of_meet']) ).

cnf('47',plain,
    join(f(aa,dd),meet(meet(f(cc,dd),f(bb,dd)),X3)) = meet(f(aa,dd),join(f(aa,dd),X3)),
    inference(paramodulation,[],['31','11']) ).

cnf('48',plain,
    join(f(aa,dd),meet(meet(f(cc,dd),f(bb,dd)),X)) = f(aa,dd),
    inference(simplify,[],['47','8']) ).

cnf('49',plain,
    join(f(aa,dd),meet(f(cc,dd),meet(f(bb,dd),X))) = f(aa,dd),
    inference(paramodulation,[],['46','48']) ).

cnf('50',plain,
    join(f(aa,dd),meet(f(cc,dd),meet(f(cc,dd),f(bb,dd)))) = f(aa,dd),
    inference(paramodulation,[],['10','49']) ).

cnf('51',plain,
    join(f(aa,dd),meet(X,meet(f(cc,dd),f(bb,dd)))) = meet(join(f(aa,dd),X),f(aa,dd)),
    inference(paramodulation,[],['31','11']) ).

cnf('52',plain,
    meet(f(join(aa,cc),dd),f(aa,dd)) = f(aa,dd),
    inference(simplify,[then_simplify],['50','51','23']) ).

cnf('53',plain,
    join(f(join(aa,cc),dd),f(aa,dd)) = f(join(aa,cc),dd),
    inference(paramodulation,[],['52','4']) ).

cnf('54',plain,
    f(join(join(aa,cc),aa),dd) = f(join(aa,cc),dd),
    inference(simplify,[],['53','23']) ).

cnf('55',plain,
    f(join(join(aa,cc),aa),dd) = f(join(cc,aa),dd),
    inference(paramodulation,[],['6','54']) ).

cnf('56',plain,
    f(join(aa,cc),dd) = f(join(cc,aa),dd),
    inference(simplify,[],['55','54']) ).

cnf('57',plain,
    f(aa,dd) = meet(f(join(cc,aa),dd),f(join(cc,bb),dd)),
    inference(simplify,[then_simplify],['45','23','56','23','27']) ).

cnf('58',plain,
    meet(f(join(cc,bb),dd),f(join(cc,aa),dd)) = f(aa,dd),
    inference(paramodulation,[],['57','1']) ).

cnf('59',plain,
    meet(f(join(cc,bb),dd),f(cc,dd)) = f(aa,dd),
    inference(paramodulation,[],['44','58']) ).

cnf('60',plain,
    f(cc,dd) = meet(join(f(cc,dd),f(bb,dd)),f(cc,dd)),
    inference(paramodulation,[],['17','14']) ).

cnf('61',plain,
    f(cc,dd) = meet(f(join(cc,bb),dd),f(cc,dd)),
    inference(simplify,[],['60','23']) ).

cnf('62',plain,
    f(cc,dd) = f(aa,dd),
    inference(simplify,[],['59','61']) ).

cnf('63',plain,
    f(aa,dd) != f(cc,dd),
    inference(cnf_transformation,[],[rhs]) ).

cnf('64',plain,
    $false,
    inference(paramodulation,[],['62','63']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LAT038-1 : TPTP v8.1.2. Released v2.4.0.
% 0.00/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n008.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Thu Aug 24 07:04:32 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    17
% 0.19/0.38  in_rule_clause_count:               17
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              3
% 0.19/0.38  in_unit_clause_count:               17
% 0.19/0.38  in_horn_clause_count:               17
% 0.19/0.38  in_pos_clause_count:                16
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:              16
% 0.19/0.38  in_negeq_clause_count:               1
% 0.19/0.38  in_unitposeq_clause_count:          16
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             1
% 0.19/0.38  in_min_depth:              2
% 0.19/0.38  in_max_depth:              3
% 0.19/0.38  in_min_size:               5
% 0.19/0.38  in_max_size:              15
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                 8
% 0.19/0.38  in_axiom_count:                    4
% 0.19/0.38  in_assumption_count:               4
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.38  
% 0.19/0.38  **** run 1 fork 0 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.38  
% 0.19/0.38  **** run 4 fork 3 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 5 fork 4 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 6 fork 5 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.38  
% 0.19/0.38  **** run 7 fork 6 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 0: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 5: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 6: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 3: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 1: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 7: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 9 fork 0 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.55  
% 0.19/0.55  **** run 10 fork 1 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.55  
% 0.19/0.55  **** run 15 fork 6 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.56  
% 0.19/0.56  
% 0.19/0.56  fork 4: search terminated without proof.
% 0.19/0.59  
% 0.19/0.59  **** run 13 fork 4 starts with strategy
% 0.19/0.59  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 2: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 5: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 1: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 17 fork 0 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.68  
% 0.19/0.68  **** run 22 fork 5 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.68  
% 0.19/0.68  **** run 19 fork 2 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.19/0.69  
% 0.19/0.69  **** run 18 fork 1 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 6: search terminated without proof.
% 0.19/0.70  
% 0.19/0.70  
% 0.19/0.70  fork 4: search terminated without proof.
% 0.19/0.71  
% 0.19/0.71  
% 0.19/0.71  fork 3: search terminated without proof.
% 0.19/0.71  
% 0.19/0.71  
% 0.19/0.71  fork 7: search terminated without proof.
% 0.19/0.72  
% 0.19/0.72  **** run 21 fork 4 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.73  
% 0.19/0.73  **** run 20 fork 3 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.19/0.73  
% 0.19/0.73  **** run 24 fork 7 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.74  
% 0.19/0.74  **** run 23 fork 6 starts with strategy
% 0.19/0.74  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.70/0.81  
% 2.70/0.81  
% 2.70/0.81  fork 0: search terminated without proof.
% 2.70/0.81  
% 2.70/0.81  
% 2.70/0.81  fork 5: search terminated without proof.
% 2.70/0.82  
% 2.70/0.82  
% 2.70/0.82  fork 1: search terminated without proof.
% 3.22/0.83  
% 3.22/0.83  **** run 30 fork 5 starts with strategy
% 3.22/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.22/0.83  
% 3.22/0.83  **** run 25 fork 0 starts with strategy
% 3.22/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.22/0.84  
% 3.22/0.84  **** run 26 fork 1 starts with strategy
% 3.22/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.22/0.84  
% 3.22/0.84  
% 3.22/0.84  fork 3: search terminated without proof.
% 3.22/0.85  
% 3.22/0.85  
% 3.22/0.85  fork 4: search terminated without proof.
% 3.22/0.86  
% 3.22/0.86  
% 3.22/0.86  fork 2: search terminated without proof.
% 3.22/0.86  
% 3.22/0.86  **** run 28 fork 3 starts with strategy
% 3.22/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.22/0.86  
% 3.22/0.86  
% 3.22/0.86  fork 7: search terminated without proof.
% 3.22/0.87  
% 3.22/0.87  **** run 29 fork 4 starts with strategy
% 3.22/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.68/0.88  
% 3.68/0.88  **** run 27 fork 2 starts with strategy
% 3.68/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.68/0.88  
% 3.68/0.88  **** run 32 fork 7 starts with strategy
% 3.68/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.68/0.89  
% 3.68/0.89  
% 3.68/0.89  fork 6: search terminated without proof.
% 3.68/0.91  
% 3.68/0.91  **** run 31 fork 6 starts with strategy
% 3.68/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.68/0.95  
% 3.68/0.95  
% 3.68/0.95  fork 5: search terminated without proof.
% 3.68/0.95  
% 3.68/0.95  
% 3.68/0.95  fork 0: search terminated without proof.
% 4.30/0.96  
% 4.30/0.96  
% 4.30/0.96  fork 1: search terminated without proof.
% 4.30/0.96  
% 4.30/0.96  **** run 38 fork 5 starts with strategy
% 4.30/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.30/0.97  
% 4.30/0.97  **** run 33 fork 0 starts with strategy
% 4.30/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.48/0.98  
% 4.48/0.98  **** run 34 fork 1 starts with strategy
% 4.48/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.48/0.99  
% 4.48/0.99  
% 4.48/0.99  fork 4: search terminated without proof.
% 4.48/0.99  
% 4.48/0.99  
% 4.48/0.99  fork 3: search terminated without proof.
% 4.48/1.00  
% 4.48/1.00  
% 4.48/1.00  fork 2: search terminated without proof.
% 4.48/1.00  
% 4.48/1.00  
% 4.48/1.00  fork 7: search terminated without proof.
% 4.48/1.01  
% 4.48/1.01  **** run 37 fork 4 starts with strategy
% 4.48/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.48/1.01  
% 4.48/1.01  **** run 36 fork 3 starts with strategy
% 4.48/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.82/1.02  
% 4.82/1.02  **** run 35 fork 2 starts with strategy
% 4.82/1.02  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.82/1.03  
% 4.82/1.03  **** run 40 fork 7 starts with strategy
% 4.82/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.82/1.03  
% 4.82/1.03  
% 4.82/1.03  fork 6: search terminated without proof.
% 4.98/1.05  
% 4.98/1.05  **** run 39 fork 6 starts with strategy
% 4.98/1.05  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.98/1.08  
% 4.98/1.08  
% 4.98/1.08  fork 5: search terminated without proof.
% 4.98/1.10  
% 4.98/1.10  
% 4.98/1.10  fork 1: search terminated without proof.
% 4.98/1.10  
% 4.98/1.10  **** run 46 fork 5 starts with strategy
% 4.98/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 4.98/1.11  
% 4.98/1.11  
% 4.98/1.11  fork 0: search terminated without proof.
% 4.98/1.12  
% 4.98/1.12  **** run 42 fork 1 starts with strategy
% 4.98/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.61/1.12  
% 5.61/1.12  fork 5: search finished without proof.
% 5.61/1.13  
% 5.61/1.13  
% 5.61/1.13  fork 4: search terminated without proof.
% 5.61/1.13  
% 5.61/1.13  **** run 41 fork 0 starts with strategy
% 5.61/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.61/1.13  
% 5.61/1.13  
% 5.61/1.13  fork 3: search terminated without proof.
% 5.61/1.14  
% 5.61/1.14  **** run 54 fork 5 starts with strategy
% 5.61/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.61/1.14  
% 5.61/1.14  
% 5.61/1.14  fork 2: search terminated without proof.
% 5.61/1.15  
% 5.61/1.15  
% 5.61/1.15  fork 7: search terminated without proof.
% 5.61/1.15  
% 5.61/1.15  **** run 45 fork 4 starts with strategy
% 5.61/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.61/1.15  
% 5.61/1.15  **** run 44 fork 3 starts with strategy
% 5.61/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.61/1.16  
% 5.61/1.16  **** run 43 fork 2 starts with strategy
% 5.61/1.16  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.61/1.17  
% 5.61/1.17  **** run 48 fork 7 starts with strategy
% 5.61/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.61/1.17  
% 5.61/1.17  
% 5.61/1.17  fork 6: search terminated without proof.
% 6.09/1.19  
% 6.09/1.19  **** run 47 fork 6 starts with strategy
% 6.09/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 6.09/1.24  
% 6.09/1.24  
% 6.09/1.24  fork 1: search terminated without proof.
% 6.09/1.25  
% 6.09/1.25  
% 6.09/1.25  fork 0: search terminated without proof.
% 6.09/1.25  
% 6.09/1.25  **** run 50 fork 1 starts with strategy
% 6.09/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.72/1.26  
% 6.72/1.26  
% 6.72/1.26  fork 5: search terminated without proof.
% 6.72/1.27  
% 6.72/1.27  
% 6.72/1.27  fork 4: search terminated without proof.
% 6.72/1.28  
% 6.72/1.28  
% 6.72/1.28  fork 3: search terminated without proof.
% 6.88/1.28  
% 6.88/1.28  **** run 49 fork 0 starts with strategy
% 6.88/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.88/1.28  
% 6.88/1.28  **** run 62 fork 5 starts with strategy
% 6.88/1.28  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.88/1.29  
% 6.88/1.29  
% 6.88/1.29  fork 7: search terminated without proof.
% 6.88/1.29  
% 6.88/1.29  
% 6.88/1.29  fork 2: search terminated without proof.
% 6.88/1.29  
% 6.88/1.29  **** run 53 fork 4 starts with strategy
% 6.88/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.88/1.30  
% 6.88/1.30  **** run 52 fork 3 starts with strategy
% 6.88/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.88/1.31  
% 6.88/1.31  **** run 56 fork 7 starts with strategy
% 6.88/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.88/1.31  
% 6.88/1.31  **** run 51 fork 2 starts with strategy
% 6.88/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.88/1.31  
% 6.88/1.31  
% 6.88/1.31  fork 6: search terminated without proof.
% 6.88/1.34  
% 6.88/1.34  fork 2: search finished without proof.
% 6.88/1.35  
% 6.88/1.35  **** run 59 fork 2 starts with strategy
% 6.88/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.88/1.37  
% 6.88/1.37  
% 6.88/1.37  fork 1: search terminated without proof.
% 6.88/1.38  
% 6.88/1.38  **** run 55 fork 6 starts with strategy
% 6.88/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.88/1.39  
% 6.88/1.39  **** run 58 fork 1 starts with strategy
% 6.88/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 6.88/1.40  
% 6.88/1.40  
% 6.88/1.40  fork 0: search terminated without proof.
% 6.88/1.40  
% 6.88/1.40  
% 6.88/1.40  fork 5: search terminated without proof.
% 6.88/1.41  
% 6.88/1.41  
% 6.88/1.41  fork 4: search terminated without proof.
% 6.88/1.42  
% 6.88/1.42  
% 6.88/1.42  fork 3: search terminated without proof.
% 6.88/1.42  
% 6.88/1.42  **** run 70 fork 5 starts with strategy
% 6.88/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 6.88/1.43  
% 6.88/1.43  
% 6.88/1.43  fork 7: search terminated without proof.
% 6.88/1.43  
% 6.88/1.43  **** run 57 fork 0 starts with strategy
% 6.88/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 6.88/1.43  
% 6.88/1.43  **** run 61 fork 4 starts with strategy
% 6.88/1.43  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 6.88/1.44  
% 6.88/1.44  **** run 60 fork 3 starts with strategy
% 6.88/1.44  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.88/1.45  
% 6.88/1.45  **** run 64 fork 7 starts with strategy
% 6.88/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 6.88/1.47  
% 6.88/1.47  
% 6.88/1.47  fork 2: search terminated without proof.
% 6.88/1.49  
% 6.88/1.49  **** run 67 fork 2 starts with strategy
% 6.88/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 6.88/1.51  
% 6.88/1.51  
% 6.88/1.51  fork 1: search terminated without proof.
% 6.88/1.53  
% 6.88/1.53  **** run 66 fork 1 starts with strategy
% 6.88/1.53  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 6.88/1.55  
% 6.88/1.55  
% 6.88/1.55  fork 0: search terminated without proof.
% 6.88/1.55  
% 6.88/1.55  
% 6.88/1.55  fork 5: search terminated without proof.
% 6.88/1.56  
% 6.88/1.56  
% 6.88/1.56  fork 4: search terminated without proof.
% 6.88/1.56  
% 6.88/1.56  
% 6.88/1.56  fork 3: search terminated without proof.
% 8.42/1.57  
% 8.42/1.57  
% 8.42/1.57  fork 7: search terminated without proof.
% 8.42/1.57  
% 8.42/1.57  **** run 78 fork 5 starts with strategy
% 8.42/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 8.42/1.57  
% 8.42/1.57  **** run 65 fork 0 starts with strategy
% 8.42/1.57  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.42/1.57  
% 8.42/1.57  **** run 69 fork 4 starts with strategy
% 8.42/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.42/1.58  
% 8.42/1.58  **** run 68 fork 3 starts with strategy
% 8.42/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.19/1.59  
% 9.19/1.59  **** run 72 fork 7 starts with strategy
% 9.19/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.19/1.59  
% 9.19/1.59  
% 9.19/1.59  fork 6: search terminated without proof.
% 9.19/1.61  
% 9.19/1.61  **** run 63 fork 6 starts with strategy
% 9.19/1.61  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 9.19/1.62  
% 9.19/1.62  
% 9.19/1.62  fork 2: search terminated without proof.
% 9.19/1.64  
% 9.19/1.64  **** run 75 fork 2 starts with strategy
% 9.19/1.64  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.19/1.65  
% 9.19/1.65  
% 9.19/1.65  fork 1: search terminated without proof.
% 9.83/1.67  
% 9.83/1.67  **** run 74 fork 1 starts with strategy
% 9.83/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 9.95/1.69  
% 9.95/1.69  
% 9.95/1.69  fork 0: search terminated without proof.
% 9.95/1.69  
% 9.95/1.69  
% 9.95/1.69  fork 5: search terminated without proof.
% 9.95/1.70  
% 9.95/1.70  
% 9.95/1.70  fork 4: search terminated without proof.
% 9.95/1.71  
% 9.95/1.71  
% 9.95/1.71  fork 3: search terminated without proof.
% 10.22/1.71  
% 10.22/1.71  **** run 86 fork 5 starts with strategy
% 10.22/1.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.22/1.71  
% 10.22/1.71  
% 10.22/1.71  fork 7: search terminated without proof.
% 10.22/1.72  
% 10.22/1.72  **** run 73 fork 0 starts with strategy
% 10.22/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.22/1.72  
% 10.22/1.72  **** run 77 fork 4 starts with strategy
% 10.22/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.22/1.73  
% 10.22/1.73  **** run 76 fork 3 starts with strategy
% 10.22/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.37/1.73  
% 10.37/1.73  
% 10.37/1.73  fork 6: search terminated without proof.
% 10.37/1.73  
% 10.37/1.73  **** run 80 fork 7 starts with strategy
% 10.37/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.37/1.75  
% 10.37/1.75  **** run 71 fork 6 starts with strategy
% 10.37/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 10.37/1.76  
% 10.37/1.76  
% 10.37/1.76  fork 2: search terminated without proof.
% 10.37/1.78  
% 10.37/1.78  **** run 83 fork 2 starts with strategy
% 10.37/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.37/1.79  
% 10.37/1.79  
% 10.37/1.79  fork 1: search terminated without proof.
% 10.37/1.81  
% 10.37/1.81  **** run 82 fork 1 starts with strategy
% 10.37/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.06/1.84  
% 11.06/1.84  
% 11.06/1.84  fork 0: search terminated without proof.
% 11.06/1.85  
% 11.06/1.85  
% 11.06/1.85  fork 4: search terminated without proof.
% 11.06/1.86  
% 11.06/1.86  
% 11.06/1.86  fork 3: search terminated without proof.
% 11.06/1.86  
% 11.06/1.86  
% 11.06/1.86  fork 7: search terminated without proof.
% 11.06/1.86  
% 11.06/1.86  **** run 81 fork 0 starts with strategy
% 11.06/1.86  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.06/1.87  
% 11.06/1.87  **** run 85 fork 4 starts with strategy
% 11.06/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.06/1.87  
% 11.06/1.87  **** run 84 fork 3 starts with strategy
% 11.06/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.06/1.88  
% 11.06/1.88  
% 11.06/1.88  fork 6: search terminated without proof.
% 11.06/1.88  
% 11.06/1.88  **** run 88 fork 7 starts with strategy
% 11.06/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.61/1.90  
% 11.61/1.90  **** run 79 fork 6 starts with strategy
% 11.61/1.90  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 12.30/2.00  
% 12.30/2.00  
% 12.30/2.00  fork 0: search terminated without proof.
% 12.59/2.02  
% 12.59/2.02  **** run 89 fork 0 starts with strategy
% 12.59/2.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 12.59/2.03  
% 12.59/2.03  
% 12.59/2.03  fork 6: search terminated without proof.
% 12.59/2.07  
% 12.59/2.07  **** run 87 fork 6 starts with strategy
% 12.59/2.07  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 18.03/2.73  
% 18.03/2.73  
% 18.03/2.73  fork 5: search terminated without proof.
% 18.03/2.78  
% 18.03/2.78  **** run 94 fork 5 starts with strategy
% 18.03/2.78  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 18.03/2.83  
% 18.03/2.83  
% 18.03/2.83  fork 1: search terminated without proof.
% 18.03/2.88  
% 18.03/2.88  **** run 90 fork 1 starts with strategy
% 18.03/2.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 18.03/2.89  
% 18.03/2.89  
% 18.03/2.89  fork 4: search terminated without proof.
% 18.03/2.89  
% 18.03/2.89  
% 18.03/2.89  fork 3: search terminated without proof.
% 19.16/2.94  
% 19.16/2.94  **** run 93 fork 4 starts with strategy
% 19.16/2.94  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 19.16/2.95  
% 19.16/2.95  **** run 92 fork 3 starts with strategy
% 19.16/2.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 19.16/2.97  
% 19.16/2.97  
% 19.16/2.97  fork 7: search terminated without proof.
% 19.98/3.00  
% 19.98/3.00  
% 19.98/3.00  fork 2: search terminated without proof.
% 20.34/3.04  
% 20.34/3.04  **** run 96 fork 7 starts with strategy
% 20.34/3.04  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.44/3.05  
% 20.44/3.05  
% 20.44/3.05  fork 0: search terminated without proof.
% 20.44/3.06  
% 20.44/3.06  **** run 91 fork 2 starts with strategy
% 20.44/3.06  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 20.44/3.10  
% 20.44/3.10  **** run 97 fork 0 starts with strategy
% 20.44/3.10  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 21.46/3.20  
% 21.46/3.20  
% 21.46/3.20  fork 6: search terminated without proof.
% 21.46/3.25  
% 21.46/3.25  **** run 95 fork 6 starts with strategy
% 21.46/3.25  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 25.79/3.80  
% 25.79/3.80  
% 25.79/3.80  fork 5: search terminated without proof.
% 26.52/3.85  
% 26.52/3.85  **** run 102 fork 5 starts with strategy
% 26.52/3.85  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.05/3.90  
% 27.05/3.90  
% 27.05/3.90  fork 1: search terminated without proof.
% 27.05/3.95  
% 27.05/3.95  **** run 98 fork 1 starts with strategy
% 27.05/3.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 27.05/3.96  
% 27.05/3.96  
% 27.05/3.96  fork 4: search terminated without proof.
% 27.70/3.98  
% 27.70/3.98  
% 27.70/3.98  fork 3: search terminated without proof.
% 28.04/4.02  
% 28.04/4.02  **** run 101 fork 4 starts with strategy
% 28.04/4.02  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.19/4.03  
% 28.19/4.03  **** run 100 fork 3 starts with strategy
% 28.19/4.03  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 28.19/4.07  
% 28.19/4.07  
% 28.19/4.07  fork 7: search terminated without proof.
% 28.89/4.12  
% 28.89/4.12  **** run 104 fork 7 starts with strategy
% 28.89/4.12  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 28.89/4.13  
% 28.89/4.13  
% 28.89/4.13  fork 2: search terminated without proof.
% 28.89/4.15  
% 28.89/4.15  
% 28.89/4.15  fork 0: search terminated without proof.
% 28.89/4.19  
% 28.89/4.19  **** run 99 fork 2 starts with strategy
% 28.89/4.19  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.89/4.20  
% 28.89/4.20  **** run 105 fork 0 starts with strategy
% 28.89/4.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 28.89/4.32  
% 28.89/4.32  
% 28.89/4.32  fork 6: search terminated without proof.
% 30.52/4.38  
% 30.52/4.38  **** run 103 fork 6 starts with strategy
% 30.52/4.38  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 34.64/4.89  
% 34.64/4.89  
% 34.64/4.89  fork 5: search terminated without proof.
% 34.64/4.94  
% 34.64/4.94  **** run 110 fork 5 starts with strategy
% 34.64/4.94  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 34.64/4.96  
% 34.64/4.96  
% 34.64/4.96  fork 1: search terminated without proof.
% 34.64/5.01  
% 34.64/5.01  **** run 106 fork 1 starts with strategy
% 34.64/5.01  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 34.64/5.05  
% 34.64/5.05  
% 34.64/5.05  fork 4: search terminated without proof.
% 34.64/5.06  
% 34.64/5.06  
% 34.64/5.06  fork 3: search terminated without proof.
% 34.64/5.11  
% 34.64/5.11  **** run 109 fork 4 starts with strategy
% 34.64/5.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 34.64/5.11  
% 34.64/5.11  **** run 108 fork 3 starts with strategy
% 34.64/5.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 37.42/5.23  
% 37.42/5.23  
% 37.42/5.23  fork 2: search terminated without proof.
% 37.42/5.23  
% 37.42/5.23  
% 37.42/5.23  fork 0: search terminated without proof.
% 37.67/5.27  
% 37.67/5.27  **** run 107 fork 2 starts with strategy
% 37.67/5.27  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 37.67/5.29  
% 37.67/5.29  **** run 113 fork 0 starts with strategy
% 37.67/5.29  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 38.34/5.36  
% 38.34/5.36  
% 38.34/5.36  fork 7: search terminated without proof.
% 38.70/5.40  
% 38.70/5.40  
% 38.70/5.40  fork 6: search terminated without proof.
% 38.70/5.41  
% 38.70/5.41  **** run 112 fork 7 starts with strategy
% 38.70/5.41  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 39.18/5.46  
% 39.18/5.46  **** run 111 fork 6 starts with strategy
% 39.18/5.46  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 42.86/6.00  
% 42.86/6.00  
% 42.86/6.00  fork 5: search terminated without proof.
% 43.65/6.04  
% 43.65/6.04  **** run 118 fork 5 starts with strategy
% 43.65/6.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 43.65/6.07  
% 43.65/6.07  
% 43.65/6.07  fork 1: search terminated without proof.
% 44.31/6.10  
% 44.31/6.10  **** run 114 fork 1 starts with strategy
% 44.31/6.10  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 44.31/6.13  
% 44.31/6.13  
% 44.31/6.13  fork 4: search terminated without proof.
% 44.31/6.14  
% 44.31/6.14  
% 44.31/6.14  fork 3: search terminated without proof.
% 44.95/6.19  
% 44.95/6.19  **** run 117 fork 4 starts with strategy
% 44.95/6.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 44.95/6.19  
% 44.95/6.19  **** run 116 fork 3 starts with strategy
% 44.95/6.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 45.27/6.31  
% 45.27/6.31  
% 45.27/6.31  fork 0: search terminated without proof.
% 46.08/6.36  
% 46.08/6.36  **** run 121 fork 0 starts with strategy
% 46.08/6.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 46.71/6.40  
% 46.71/6.40  
% 46.71/6.40  fork 2: search terminated without proof.
% 46.71/6.45  
% 46.71/6.45  
% 46.71/6.45  fork 7: search terminated without proof.
% 46.71/6.45  
% 46.71/6.45  **** run 115 fork 2 starts with strategy
% 46.71/6.45  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 46.71/6.47  
% 46.71/6.47  
% 46.71/6.47  fork 6: search terminated without proof.
% 46.71/6.53  
% 46.71/6.53  **** run 119 fork 6 starts with strategy
% 46.71/6.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 46.71/6.54  
% 46.71/6.54  **** run 120 fork 7 starts with strategy
% 46.71/6.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 51.72/7.06  
% 51.72/7.06  
% 51.72/7.06  fork 5: search terminated without proof.
% 51.72/7.11  
% 51.72/7.11  **** run 126 fork 5 starts with strategy
% 51.72/7.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 51.72/7.12  
% 51.72/7.12  
% 51.72/7.12  fork 1: search terminated without proof.
% 51.72/7.17  
% 51.72/7.17  **** run 122 fork 1 starts with strategy
% 51.72/7.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 51.72/7.21  
% 51.72/7.21  
% 51.72/7.21  fork 3: search terminated without proof.
% 51.72/7.22  
% 51.72/7.22  
% 51.72/7.22  fork 4: search terminated without proof.
% 51.72/7.26  
% 51.72/7.26  **** run 124 fork 3 starts with strategy
% 51.72/7.26  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 53.34/7.30  
% 53.34/7.30  **** run 125 fork 4 starts with strategy
% 53.34/7.30  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 54.06/7.42  
% 54.06/7.42  
% 54.06/7.42  fork 0: search terminated without proof.
% 55.07/7.48  
% 55.07/7.48  **** run 129 fork 0 starts with strategy
% 55.07/7.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 55.62/7.55  
% 55.62/7.55  
% 55.62/7.55  fork 6: search terminated without proof.
% 55.79/7.57  
% 55.79/7.57  
% 55.79/7.57  fork 2: search terminated without proof.
% 55.79/7.60  
% 55.79/7.60  **** run 127 fork 6 starts with strategy
% 55.79/7.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 56.22/7.62  
% 56.22/7.62  **** run 123 fork 2 starts with strategy
% 56.22/7.62  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 56.22/7.62  
% 56.22/7.62  fork 6: search finished without proof.
% 56.22/7.63  
% 56.22/7.63  
% 56.22/7.63  fork 7: search terminated without proof.
% 56.22/7.64  
% 56.22/7.64  **** run 135 fork 6 starts with strategy
% 56.22/7.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 56.48/7.69  
% 56.48/7.69  **** run 128 fork 7 starts with strategy
% 56.48/7.69  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 60.44/8.18  
% 60.44/8.18  
% 60.44/8.18  fork 5: search terminated without proof.
% 60.44/8.23  
% 60.44/8.23  **** run 134 fork 5 starts with strategy
% 60.44/8.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 60.98/8.23  
% 60.98/8.23  
% 60.98/8.23  fork 1: search terminated without proof.
% 61.26/8.28  
% 61.26/8.28  **** run 130 fork 1 starts with strategy
% 61.26/8.28  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 61.80/8.34  
% 61.80/8.34  
% 61.80/8.34  fork 4: search terminated without proof.
% 61.80/8.34  
% 61.80/8.34  
% 61.80/8.34  fork 3: search terminated without proof.
% 62.07/8.39  
% 62.07/8.39  **** run 133 fork 4 starts with strategy
% 62.07/8.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 62.07/8.39  
% 62.07/8.39  **** run 132 fork 3 starts with strategy
% 62.07/8.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 62.07/8.42  
% 62.07/8.42  fork 3: search finished without proof.
% 62.58/8.44  
% 62.58/8.44  **** run 140 fork 3 starts with strategy
% 62.58/8.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 62.82/8.50  
% 62.82/8.50  
% 62.82/8.50  fork 0: search terminated without proof.
% 62.82/8.54  
% 62.82/8.54  **** run 137 fork 0 starts with strategy
% 62.82/8.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 62.82/8.64  
% 62.82/8.64  
% 62.82/8.64  fork 2: search terminated without proof.
% 62.82/8.66  
% 62.82/8.66  
% 62.82/8.66  fork 6: search terminated without proof.
% 62.82/8.69  
% 62.82/8.69  **** run 143 fork 6 starts with strategy
% 62.82/8.69  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 62.82/8.70  
% 62.82/8.70  **** run 131 fork 2 starts with strategy
% 62.82/8.70  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 62.82/8.71  
% 62.82/8.71  
% 62.82/8.71  fork 7: search terminated without proof.
% 62.82/8.73  
% 62.82/8.73  **** run 136 fork 7 starts with strategy
% 62.82/8.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 68.41/9.25  
% 68.41/9.25  
% 68.41/9.25  fork 5: search terminated without proof.
% 69.14/9.28  
% 69.14/9.28  **** run 142 fork 5 starts with strategy
% 69.14/9.28  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 69.32/9.41  
% 69.32/9.41  
% 69.32/9.41  fork 4: search terminated without proof.
% 69.32/9.43  
% 69.32/9.43  **** run 141 fork 4 starts with strategy
% 69.32/9.43  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 69.32/9.47  
% 69.32/9.47  
% 69.32/9.47  fork 1: search terminated without proof.
% 70.33/9.49  
% 70.33/9.49  
% 70.33/9.49  fork 3: search terminated without proof.
% 70.84/9.53  
% 70.84/9.53  **** run 138 fork 1 starts with strategy
% 70.84/9.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 70.84/9.54  
% 70.84/9.54  **** run 148 fork 3 starts with strategy
% 70.84/9.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 70.84/9.56  
% 70.84/9.56  
% 70.84/9.56  fork 0: search terminated without proof.
% 71.68/9.60  
% 71.68/9.60  **** run 145 fork 0 starts with strategy
% 71.68/9.60  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 71.87/9.71  
% 71.87/9.71  
% 71.87/9.71  fork 6: search terminated without proof.
% 72.66/9.75  
% 72.66/9.75  
% 72.66/9.75  result: proof found
% 72.66/9.75  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 72.66/9.75  by run 145 fork 0 strategy {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 72.66/9.75  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 72.66/9.75  
% 72.66/9.75  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 72.66/9.75  
% 72.66/9.75  run 145 fork 0 statistics:
% 72.66/9.75  ----------------------------------
% 72.66/9.75  this run seconds: 0.124216
% 72.66/9.75  total seconds: 9.282537
% 72.66/9.75  stat_given_used: 389
% 72.66/9.75  stat_given_used_at_endgame: 0
% 72.66/9.75  stat_given_candidates:   1373
% 72.66/9.75  stat_given_candidates_at_endgame: 0
% 72.66/9.75  stat_given_candidates_h: 0
% 72.66/9.75  stat_binres_derived_cl:   0
% 72.66/9.75  stat_binres_derived_cl_h: 0
% 72.66/9.75  stat_factor_derived_cl: 0
% 72.66/9.75  stat_para_derived_cl: 17750
% 72.66/9.75  stat_tautologies_discarded: 0
% 72.66/9.75  stat_forward_subsumed: 5350
% 72.66/9.75  stat_derived_cut: 0
% 72.66/9.75  stat_derived_rewritten: 61
% 72.66/9.75  stat_weight_discarded_building: 0
% 72.66/9.75  stat_weight_discarded_cl: 0
% 72.66/9.75  stat_internlimit_discarded_cl: 0
% 72.66/9.75  stat_simplified:  61 simplified 0 derived 0 given
% 72.66/9.75  stat_kept_cl: 11119
% 72.66/9.75  stat_built_cl: 11958
% 72.66/9.75  stat_hyperres_partial_cl: 0
% 72.66/9.75  stat_made_rewriters: 384
% 72.66/9.75  stat_backward_subsumed: 0
% 72.66/9.75  stat_propagated_subsumed: 0
% 72.66/9.75  stat_clsubs_attempted:                      3499
% 72.66/9.75  stat_clsubs_fact_groundunit_found:             0
% 72.66/9.75  stat_clsubs_rule_groundunit_found:             1
% 72.66/9.75  stat_clsubs_top_meta_attempted:              41094
% 72.66/9.75  stat_clsubs_top_meta_failed:                 37595
% 72.66/9.75  stat_clsubs_top_meta_nonpref_attempted:               41094
% 72.66/9.75  stat_clsubs_top_meta_nonpref_succeeded:               10162
% 72.66/9.75  stat_clsubs_top_meta_pref_attempted:                  10162
% 72.66/9.75  stat_clsubs_top_meta_pref1_succeeded:                 10162
% 72.66/9.75  stat_clsubs_top_meta_pref2_succeeded:                  4300
% 72.66/9.75  stat_clsubs_top_meta_pref3_succeeded:                  3499
% 72.66/9.75  stat_clsubs_top_meta_pref_succeeded:                   3499
% 72.66/9.75  stat_clsubs_meta_attempted:                 3499
% 72.66/9.75  stat_clsubs_meta_failed:                      14
% 72.66/9.75  stat_clsubs_predsymbs_attempted:               0
% 72.66/9.75  stat_clsubs_unit_attempted:                 3499
% 72.66/9.75  stat_clsubs_full_attempted:                    0
% 72.66/9.75  stat_forwardsubs_attempted:                16469
% 72.66/9.75  stat_lit_hash_added:                  11317
% 72.66/9.75  stat_lit_hash_computed:               28416
% 72.66/9.75  stat_lit_hash_match_found:             5359
% 72.66/9.75  stat_lit_hash_match_miss:             22920
% 72.66/9.75  stat_lit_hash_cut_ok:                     0
% 72.66/9.75  stat_lit_strong_cut_ok:                   0
% 72.66/9.75  stat_lit_hash_subsume_ok:              5350
% 72.66/9.75  clqueue els 10000000 used 1
% 72.66/9.75  clactive els 10000000 used 390
% 72.66/9.75  clactivesubsume els 10000000 used 1249
% 72.66/9.75  queue_termbuf els 200000000 used 1367032
% 72.66/9.75  hyper_termbuf els 100000000 used 1
% 72.66/9.75  active_termbuf els 100000000 used 24406
% 72.66/9.75  varstack els 5000 last used 1
% 72.66/9.75  given_termbuf els 10000000 last used 1
% 72.66/9.75  simplified_termbuf els 10000000 last used 1
% 72.66/9.75  derived_termbuf els 10000000 last used 36
% 72.66/9.75  wr_mallocs: 50811
% 72.66/9.75  wr_callocs: 21
% 72.66/9.75  wr_reallocs: 1518
% 72.66/9.75  wr_frees: 2
% 72.66/9.75  wr_malloc_bytes: 4164363812
% 72.66/9.75  wr_calloc_bytes: 112065536
% 72.66/9.75  wr_realloc_bytes: 344432
% 72.66/9.75  wr_realloc_freebytes: 0
% 72.66/9.75  ----------------------------------
% 72.66/9.75  
% 72.66/9.75  **** run 151 fork 6 starts with strategy
% 72.66/9.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
%------------------------------------------------------------------------------