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

View Problem - Process Solution

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

% Computer : n029.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:45 EDT 2023

% Result   : Unsatisfiable 217.23s 28.48s
% Output   : CNFRefutation 217.23s
% 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(join(X,meet(Y,Z)),join(X,Y)) = join(X,meet(Y,Z)),
    inference(cnf_transformation,[],['$inc_quasi_lattice2']) ).

cnf('3',plain,
    meet(join(X3,meet(Y3,Z3)),join(X3,Y3)) = join(X3,meet(Z3,Y3)),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    join(X,meet(Y,Z)) = join(X,meet(Z,Y)),
    inference(simplify,[],['3','2']) ).

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

cnf('6',plain,
    join(meet(X,Y),meet(Y,X)) = meet(X,Y),
    inference(paramodulation,[],['4','5']) ).

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

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

cnf('9',plain,
    join(join(X,Y),Z) = join(X,join(Z,Y)),
    inference(paramodulation,[],['7','8']) ).

cnf('10',plain,
    join(join(X,Y),Y) = join(X,Y),
    inference(paramodulation,[],['5','8']) ).

cnf('11',plain,
    join(join(X,join(Y,Z)),Z) = join(X,join(Y,Z)),
    inference(paramodulation,[],['10','8']) ).

cnf('12',plain,
    join(join(join(X,Y),Z),Y) = join(Z,join(X,Y)),
    inference(paramodulation,[],['7','11']) ).

cnf('13',plain,
    join(join(join(X3,Y3),Z3),Y3) = join(join(Z3,Y3),X3),
    inference(paramodulation,[],['9','12']) ).

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

cnf('15',plain,
    join(meet(X3,Y3),join(Z3,meet(Y3,X3))) = join(meet(X3,Y3),Z3),
    inference(paramodulation,[],['6','14']) ).

cnf('16',plain,
    join(X,Y) = join(X,join(X,Y)),
    inference(paramodulation,[],['5','8']) ).

cnf('17',plain,
    join(join(X,Y),X) = join(X,Y),
    inference(paramodulation,[],['16','7']) ).

cnf('18',plain,
    join(join(X,Y),Z) = join(join(X,Y),join(X,Z)),
    inference(paramodulation,[],['17','8']) ).

cnf('19',plain,
    join(X3,join(Y3,Z3)) = join(X3,join(join(X3,Y3),Z3)),
    inference(paramodulation,[],['8','16']) ).

cnf('20',plain,
    join(join(X,Y),Z) = join(X,join(join(X,Y),Z)),
    inference(paramodulation,[],['16','8']) ).

cnf('21',plain,
    join(X,join(Y,Z)) = join(join(X,Y),Z),
    inference(simplify,[],['19','20']) ).

cnf('22',plain,
    join(X3,join(Y3,join(X3,Z3))) = join(join(X3,Y3),Z3),
    inference(paramodulation,[],['18','21']) ).

cnf('23',plain,
    join(join(X,Y),Z) = join(X,join(Z,join(X,Y))),
    inference(paramodulation,[],['7','20']) ).

cnf('24',plain,
    join(join(X,Y),Z) = join(join(X,Z),Y),
    inference(simplify,[],['22','23']) ).

cnf('25',plain,
    join(join(join(X3,Y3),Z3),Y3) = join(join(X3,Z3),Y3),
    inference(paramodulation,[],['24','10']) ).

cnf('26',plain,
    join(X,join(Y,Z)) = join(join(Y,X),Z),
    inference(simplify,[],['25','12']) ).

cnf('27',plain,
    join(meet(X,Y),join(Z,U)) = join(join(Z,meet(Y,X)),U),
    inference(paramodulation,[],['4','26']) ).

cnf('28',plain,
    join(X,meet(Y,Z)) = join(meet(Z,Y),X),
    inference(simplify,[then_simplify],['15','27','10']) ).

cnf('29',plain,
    join(meet(X,join(Y,Z)),meet(X,Y)) = meet(X,join(Y,Z)),
    inference(cnf_transformation,[],['$inc_quasi_lattice1']) ).

cnf('30',plain,
    join(meet(X3,join(Y3,Z3)),meet(X3,Y3)) = meet(X3,join(Z3,Y3)),
    inference(paramodulation,[],['7','29']) ).

cnf('31',plain,
    meet(X,join(Y,Z)) = meet(X,join(Z,Y)),
    inference(simplify,[],['30','29']) ).

cnf('32',plain,
    join(meet(X,join(Y,Z)),meet(Y,X)) = meet(X,join(Y,Z)),
    inference(paramodulation,[],['1','29']) ).

cnf('33',plain,
    join(meet(X,join(Y,Z)),meet(Z,X)) = meet(X,join(Z,Y)),
    inference(paramodulation,[],['31','32']) ).

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

cnf('35',plain,
    meet(join(X,Y),join(Y,X)) = join(X,Y),
    inference(paramodulation,[],['31','34']) ).

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

cnf('37',plain,
    meet(X,Y) = meet(X,meet(X,Y)),
    inference(paramodulation,[],['34','36']) ).

cnf('38',plain,
    meet(meet(X,Y),X) = meet(X,Y),
    inference(paramodulation,[],['37','1']) ).

cnf('39',plain,
    meet(meet(X,Y),Z) = meet(meet(X,Y),meet(X,Z)),
    inference(paramodulation,[],['38','36']) ).

cnf('40',plain,
    meet(X3,meet(Y3,Z3)) = meet(X3,meet(meet(X3,Y3),Z3)),
    inference(paramodulation,[],['36','37']) ).

cnf('41',plain,
    meet(meet(X,Y),Z) = meet(X,meet(meet(X,Y),Z)),
    inference(paramodulation,[],['37','36']) ).

cnf('42',plain,
    meet(X,meet(Y,Z)) = meet(meet(X,Y),Z),
    inference(simplify,[],['40','41']) ).

cnf('43',plain,
    meet(X3,meet(Y3,meet(X3,Z3))) = meet(meet(X3,Y3),Z3),
    inference(paramodulation,[],['39','42']) ).

cnf('44',plain,
    meet(meet(X,Y),Z) = meet(X,meet(Z,meet(X,Y))),
    inference(paramodulation,[],['1','41']) ).

cnf('45',plain,
    meet(meet(X,Y),Z) = meet(meet(X,Z),Y),
    inference(simplify,[],['43','44']) ).

cnf('46',plain,
    meet(meet(X,Y),Y) = meet(X,Y),
    inference(paramodulation,[],['34','36']) ).

cnf('47',plain,
    meet(meet(meet(X3,Y3),Z3),Y3) = meet(meet(X3,Z3),Y3),
    inference(paramodulation,[],['45','46']) ).

cnf('48',plain,
    meet(meet(X,meet(Y,Z)),Z) = meet(X,meet(Y,Z)),
    inference(paramodulation,[],['46','36']) ).

cnf('49',plain,
    meet(meet(meet(X,Y),Z),Y) = meet(Z,meet(X,Y)),
    inference(paramodulation,[],['1','48']) ).

cnf('50',plain,
    meet(X,meet(Y,Z)) = meet(meet(Y,X),Z),
    inference(simplify,[],['47','49']) ).

cnf('51',plain,
    meet(join(X3,Y3),meet(join(Y3,X3),Z3)) = meet(join(Y3,X3),Z3),
    inference(paramodulation,[],['35','50']) ).

cnf('52',plain,
    meet(meet(X3,join(Y3,Z3)),join(Y3,Z3)) = meet(X3,join(Z3,Y3)),
    inference(paramodulation,[],['31','46']) ).

cnf('53',plain,
    meet(X,Y) = meet(X,meet(Y,X)),
    inference(paramodulation,[],['1','37']) ).

cnf('54',plain,
    meet(meet(X,Y),Z) = meet(X,meet(meet(Y,X),Z)),
    inference(paramodulation,[],['53','36']) ).

cnf('55',plain,
    meet(meet(meet(X3,Y3),Z3),Y3) = meet(meet(Y3,X3),Z3),
    inference(paramodulation,[],['54','1']) ).

cnf('56',plain,
    meet(X,meet(Y,Z)) = meet(meet(Z,Y),X),
    inference(simplify,[],['55','49']) ).

cnf('57',plain,
    meet(join(X,Y),meet(Z,U)) = meet(meet(U,Z),join(Y,X)),
    inference(paramodulation,[],['31','56']) ).

cnf('58',plain,
    meet(join(X,Y),meet(join(Y,X),Z)) = meet(Z,join(X,Y)),
    inference(simplify,[],['52','57']) ).

cnf('59',plain,
    meet(X,join(Y,Z)) = meet(join(Z,Y),X),
    inference(simplify,[],['51','58']) ).

cnf('60',plain,
    join(meet(X,Y),meet(X,join(Y,Z))) = meet(X,join(Y,Z)),
    inference(paramodulation,[],['7','29']) ).

cnf('61',plain,
    join(meet(X,Y),meet(Y,join(X,Z))) = meet(Y,join(X,Z)),
    inference(paramodulation,[],['1','60']) ).

cnf('62',plain,
    join(meet(X,Y),meet(join(Z,X),Y)) = meet(Y,join(X,Z)),
    inference(paramodulation,[],['59','61']) ).

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

cnf('64',plain,
    join(X,join(meet(Y,Z),meet(join(X,Y),Z))) = join(X,meet(Y,Z)),
    inference(paramodulation,[],['8','63']) ).

cnf('65',plain,
    join(X,meet(Y,join(Z,X))) = join(X,meet(Z,Y)),
    inference(paramodulation,[],['62','64']) ).

cnf('66',plain,
    join(X,meet(Y,Z)) = join(meet(join(Y,X),Z),X),
    inference(paramodulation,[],['65','28']) ).

cnf('67',plain,
    join(X,meet(Y,Z)) = join(meet(Z,join(X,Y)),X),
    inference(paramodulation,[],['59','66']) ).

cnf('68',plain,
    join(meet(X,join(meet(X,Y),Z)),meet(X,Y)) = meet(X,join(meet(X,Y),Z)),
    inference(paramodulation,[],['37','29']) ).

cnf('69',plain,
    join(meet(X,Y),meet(Z,X)) = meet(X,join(meet(X,Y),Z)),
    inference(paramodulation,[],['67','68']) ).

cnf('70',plain,
    meet(X3,join(Y3,Z3)) = meet(X3,join(meet(X3,join(Z3,Y3)),Y3)),
    inference(paramodulation,[],['33','69']) ).

cnf('71',plain,
    join(meet(X,join(Y,Z)),Z) = join(Z,meet(Y,X)),
    inference(paramodulation,[],['65','7']) ).

cnf('72',plain,
    meet(X,join(Y,Z)) = meet(X,join(Y,meet(Z,X))),
    inference(simplify,[],['70','71']) ).

cnf('73',plain,
    meet(X3,join(Y3,Z3)) = meet(X3,join(meet(X3,Z3),Y3)),
    inference(paramodulation,[],['28','72']) ).

cnf('74',plain,
    meet(X,join(Y,Z)) = join(meet(X,Z),meet(Y,X)),
    inference(simplify,[],['73','69']) ).

cnf('75',plain,
    meet(X,join(Y,Z)) = join(meet(X,Y),meet(X,Z)),
    inference(paramodulation,[],['74','28']) ).

cnf('76',plain,
    meet(a,join(b,c)) != join(meet(a,b),meet(a,c)),
    inference(cnf_transformation,[],[prove_distributivity]) ).

cnf('77',plain,
    $false,
    inference(resolution,[],['75','76']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LAT021-1 : TPTP v8.1.2. Released v2.2.0.
% 0.00/0.13  % Command  : gkc %s
% 0.18/0.34  % Computer : n029.cluster.edu
% 0.18/0.34  % Model    : x86_64 x86_64
% 0.18/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.18/0.34  % Memory   : 8042.1875MB
% 0.18/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.18/0.34  % CPULimit : 300
% 0.18/0.34  % WCLimit  : 300
% 0.18/0.34  % DateTime : Thu Aug 24 08:51:38 EDT 2023
% 0.18/0.34  % CPUTime  : 
% 0.20/0.38  
% 0.20/0.38  input clause set summed statistics:
% 0.20/0.38  ----------------------------------
% 0.20/0.38  in_clause_count:                    10
% 0.20/0.38  in_rule_clause_count:               10
% 0.20/0.38  in_fact_clause_count:                0
% 0.20/0.38  in_answer_clause_count:              0
% 0.20/0.38  in_ground_clause_count:              1
% 0.20/0.38  in_unit_clause_count:               10
% 0.20/0.38  in_horn_clause_count:               10
% 0.20/0.38  in_pos_clause_count:                 9
% 0.20/0.38  in_neg_clause_count:                 1
% 0.20/0.38  in_poseq_clause_count:               9
% 0.20/0.38  in_negeq_clause_count:               1
% 0.20/0.38  in_unitposeq_clause_count:           9
% 0.20/0.38  in_chain_clause_count:               0
% 0.20/0.38  in_min_length:             1
% 0.20/0.38  in_max_length:             1
% 0.20/0.38  in_min_depth:              2
% 0.20/0.38  in_max_depth:              4
% 0.20/0.38  in_min_size:               5
% 0.20/0.38  in_max_size:              17
% 0.20/0.38  in_min_vars:               0
% 0.20/0.38  in_max_vars:               3
% 0.20/0.38  in_extaxiom_count:                 8
% 0.20/0.38  in_axiom_count:                    0
% 0.20/0.38  in_assumption_count:               1
% 0.20/0.38  in_goal_count:                     1
% 0.20/0.38  in_neg_goal_count:                 1
% 0.20/0.38  in_pos_goal_count:                 0
% 0.20/0.38  in_posunit_goal_count:             0
% 0.20/0.38  
% 0.20/0.38  auto guide:
% 0.20/0.38  -----------
% 0.20/0.38  {
% 0.20/0.38  "print":1,
% 0.20/0.38  "print_level": 15,
% 0.20/0.38  "max_size": 0,
% 0.20/0.38  "max_depth": 0,
% 0.20/0.38  "max_length": 0,
% 0.20/0.38  "max_dseconds": 0,
% 0.20/0.38  "runs":[
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/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.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/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.20/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.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.20/0.38  
% 0.20/0.38  ]}
% 0.20/0.38  
% 0.20/0.38  
% 0.20/0.38  **** run 1 fork 0 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.38  
% 0.20/0.38  **** run 2 fork 1 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.38  
% 0.20/0.38  **** run 3 fork 2 starts with strategy
% 0.20/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 0: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 4: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 6: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 7: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 1: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/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.20/0.54  
% 0.20/0.54  **** run 16 fork 7 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 6: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 4: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 3: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 0: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 5: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 7: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 1: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 2: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 23 fork 6 starts with strategy
% 0.20/0.67  {"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.20/0.68  
% 0.20/0.68  **** run 20 fork 3 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 22 fork 5 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.68  
% 0.20/0.68  **** run 17 fork 0 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.68  
% 0.20/0.68  **** run 19 fork 2 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  **** run 24 fork 7 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 5: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 0: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 1: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 4: search terminated without proof.
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  fork 2: search terminated without proof.
% 0.20/0.82  
% 0.20/0.82  
% 0.20/0.82  fork 7: search terminated without proof.
% 0.20/0.83  
% 0.20/0.83  **** run 30 fork 5 starts with strategy
% 0.20/0.83  
% 0.20/0.83  **** run 25 fork 0 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/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}
% 0.20/0.83  
% 0.20/0.83  **** run 26 fork 1 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.83  
% 0.20/0.83  **** run 29 fork 4 starts with strategy
% 0.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.84  
% 0.20/0.84  **** run 32 fork 7 starts with strategy
% 0.20/0.84  {"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.20/0.84  
% 0.20/0.84  **** run 27 fork 2 starts with strategy
% 0.20/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.18/0.90  
% 3.18/0.90  
% 3.18/0.90  fork 6: search terminated without proof.
% 3.18/0.91  
% 3.18/0.91  
% 3.18/0.91  fork 3: search terminated without proof.
% 3.18/0.92  
% 3.18/0.92  **** run 28 fork 3 starts with strategy
% 3.18/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.18/0.93  
% 3.18/0.93  **** run 31 fork 6 starts with strategy
% 3.18/0.93  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 4.28/0.95  
% 4.28/0.95  
% 4.28/0.95  fork 0: search terminated without proof.
% 4.28/0.95  
% 4.28/0.95  
% 4.28/0.95  fork 5: search terminated without proof.
% 4.28/0.95  
% 4.28/0.95  
% 4.28/0.95  fork 1: search terminated without proof.
% 4.28/0.95  
% 4.28/0.95  
% 4.28/0.95  fork 4: search terminated without proof.
% 4.47/0.97  
% 4.47/0.97  **** run 38 fork 5 starts with strategy
% 4.47/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.47/0.97  
% 4.47/0.97  **** run 33 fork 0 starts with strategy
% 4.47/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.47/0.97  
% 4.47/0.97  **** run 34 fork 1 starts with strategy
% 4.47/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.47/0.98  
% 4.47/0.98  **** run 37 fork 4 starts with strategy
% 4.47/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.47/0.99  
% 4.47/0.99  
% 4.47/0.99  fork 7: search terminated without proof.
% 4.47/0.99  
% 4.47/0.99  
% 4.47/0.99  fork 2: search terminated without proof.
% 4.47/1.01  
% 4.47/1.01  **** run 40 fork 7 starts with strategy
% 4.47/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.47/1.01  
% 4.47/1.01  **** run 35 fork 2 starts with strategy
% 4.47/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 5.17/1.05  
% 5.17/1.05  
% 5.17/1.05  fork 3: search terminated without proof.
% 5.17/1.06  
% 5.17/1.06  
% 5.17/1.06  fork 6: search terminated without proof.
% 5.17/1.07  
% 5.17/1.07  **** run 36 fork 3 starts with strategy
% 5.17/1.07  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 5.17/1.08  
% 5.17/1.08  **** run 39 fork 6 starts with strategy
% 5.17/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 5.17/1.09  
% 5.17/1.09  
% 5.17/1.09  fork 5: search terminated without proof.
% 5.17/1.09  
% 5.17/1.09  
% 5.17/1.09  fork 0: search terminated without proof.
% 5.17/1.09  
% 5.17/1.09  
% 5.17/1.09  fork 1: search terminated without proof.
% 5.17/1.10  
% 5.17/1.10  
% 5.17/1.10  fork 4: search terminated without proof.
% 5.17/1.11  
% 5.17/1.11  **** run 46 fork 5 starts with strategy
% 5.17/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.17/1.11  
% 5.17/1.11  **** run 41 fork 0 starts with strategy
% 5.17/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.17/1.11  
% 5.17/1.11  **** run 42 fork 1 starts with strategy
% 5.17/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.17/1.12  
% 5.17/1.12  **** run 45 fork 4 starts with strategy
% 5.17/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.75/1.13  
% 5.75/1.13  
% 5.75/1.13  fork 7: search terminated without proof.
% 5.75/1.13  
% 5.75/1.13  
% 5.75/1.13  fork 2: search terminated without proof.
% 5.75/1.13  
% 5.75/1.13  fork 5: search finished without proof.
% 5.75/1.15  
% 5.75/1.15  **** run 48 fork 7 starts with strategy
% 5.75/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.75/1.15  
% 5.75/1.15  **** run 54 fork 5 starts with strategy
% 5.75/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.75/1.15  
% 5.75/1.15  **** run 43 fork 2 starts with strategy
% 5.75/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.10/1.19  
% 6.10/1.19  
% 6.10/1.19  fork 3: search terminated without proof.
% 6.10/1.20  
% 6.10/1.20  
% 6.10/1.20  fork 6: search terminated without proof.
% 6.10/1.21  
% 6.10/1.21  **** run 44 fork 3 starts with strategy
% 6.10/1.21  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.10/1.22  
% 6.10/1.22  **** run 47 fork 6 starts with strategy
% 6.10/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 6.10/1.23  
% 6.10/1.23  
% 6.10/1.23  fork 0: search terminated without proof.
% 6.10/1.24  
% 6.10/1.24  
% 6.10/1.24  fork 1: search terminated without proof.
% 6.10/1.24  
% 6.10/1.24  
% 6.10/1.24  fork 4: search terminated without proof.
% 6.66/1.25  
% 6.66/1.25  **** run 49 fork 0 starts with strategy
% 6.66/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.66/1.26  
% 6.66/1.26  **** run 50 fork 1 starts with strategy
% 6.66/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.66/1.26  
% 6.66/1.26  **** run 53 fork 4 starts with strategy
% 6.66/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.86/1.27  
% 6.86/1.27  
% 6.86/1.27  fork 5: search terminated without proof.
% 6.86/1.27  
% 6.86/1.27  
% 6.86/1.27  fork 7: search terminated without proof.
% 6.86/1.27  
% 6.86/1.27  
% 6.86/1.27  fork 2: search terminated without proof.
% 6.86/1.29  
% 6.86/1.29  **** run 62 fork 5 starts with strategy
% 6.86/1.29  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.86/1.29  
% 6.86/1.29  **** run 56 fork 7 starts with strategy
% 6.86/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.86/1.29  
% 6.86/1.29  **** run 51 fork 2 starts with strategy
% 6.86/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.86/1.32  
% 6.86/1.32  fork 2: search finished without proof.
% 7.32/1.33  
% 7.32/1.33  
% 7.32/1.33  fork 3: search terminated without proof.
% 7.32/1.33  
% 7.32/1.33  **** run 59 fork 2 starts with strategy
% 7.32/1.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.32/1.34  
% 7.32/1.34  
% 7.32/1.34  fork 6: search terminated without proof.
% 7.32/1.35  
% 7.32/1.35  **** run 52 fork 3 starts with strategy
% 7.32/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.55/1.36  
% 7.55/1.36  **** run 55 fork 6 starts with strategy
% 7.55/1.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.55/1.37  
% 7.55/1.37  
% 7.55/1.37  fork 0: search terminated without proof.
% 7.55/1.38  
% 7.55/1.38  
% 7.55/1.38  fork 1: search terminated without proof.
% 7.55/1.38  
% 7.55/1.38  
% 7.55/1.38  fork 4: search terminated without proof.
% 7.55/1.39  
% 7.55/1.39  **** run 57 fork 0 starts with strategy
% 7.55/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.55/1.39  
% 7.55/1.39  **** run 58 fork 1 starts with strategy
% 7.55/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.55/1.40  
% 7.55/1.40  **** run 61 fork 4 starts with strategy
% 7.55/1.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.55/1.41  
% 7.55/1.41  
% 7.55/1.41  fork 5: search terminated without proof.
% 7.55/1.41  
% 7.55/1.41  
% 7.55/1.41  fork 7: search terminated without proof.
% 7.55/1.43  
% 7.55/1.43  **** run 70 fork 5 starts with strategy
% 7.55/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.55/1.43  
% 7.55/1.43  **** run 64 fork 7 starts with strategy
% 7.55/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.55/1.45  
% 7.55/1.45  
% 7.55/1.45  fork 2: search terminated without proof.
% 7.55/1.47  
% 7.55/1.47  
% 7.55/1.47  fork 3: search terminated without proof.
% 7.55/1.48  
% 7.55/1.48  **** run 67 fork 2 starts with strategy
% 7.55/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.55/1.48  
% 7.55/1.48  
% 7.55/1.48  fork 6: search terminated without proof.
% 7.55/1.49  
% 7.55/1.49  **** run 60 fork 3 starts with strategy
% 7.55/1.49  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.55/1.50  
% 7.55/1.50  **** run 63 fork 6 starts with strategy
% 7.55/1.50  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.55/1.53  
% 7.55/1.53  
% 7.55/1.53  fork 0: search terminated without proof.
% 7.55/1.53  
% 7.55/1.53  
% 7.55/1.53  fork 1: search terminated without proof.
% 7.55/1.54  
% 7.55/1.54  
% 7.55/1.54  fork 4: search terminated without proof.
% 7.55/1.55  
% 7.55/1.55  **** run 65 fork 0 starts with strategy
% 7.55/1.55  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 7.55/1.56  
% 7.55/1.56  **** run 66 fork 1 starts with strategy
% 7.55/1.56  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.55/1.56  
% 7.55/1.56  **** run 69 fork 4 starts with strategy
% 7.55/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 7.55/1.57  
% 7.55/1.57  
% 7.55/1.57  fork 5: search terminated without proof.
% 7.55/1.58  
% 7.55/1.58  
% 7.55/1.58  fork 7: search terminated without proof.
% 7.55/1.59  
% 7.55/1.59  **** run 78 fork 5 starts with strategy
% 7.55/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 8.84/1.61  
% 8.84/1.61  **** run 72 fork 7 starts with strategy
% 8.84/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 8.84/1.61  
% 8.84/1.61  
% 8.84/1.61  fork 2: search terminated without proof.
% 8.84/1.63  
% 8.84/1.63  
% 8.84/1.63  fork 3: search terminated without proof.
% 8.84/1.63  
% 8.84/1.63  **** run 75 fork 2 starts with strategy
% 8.84/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.84/1.64  
% 8.84/1.64  
% 8.84/1.64  fork 6: search terminated without proof.
% 9.67/1.65  
% 9.67/1.65  **** run 68 fork 3 starts with strategy
% 9.67/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.67/1.66  
% 9.67/1.66  **** run 71 fork 6 starts with strategy
% 9.67/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.67/1.68  
% 9.67/1.68  
% 9.67/1.68  fork 0: search terminated without proof.
% 9.67/1.68  
% 9.67/1.68  
% 9.67/1.68  fork 1: search terminated without proof.
% 9.67/1.69  
% 9.67/1.69  **** run 73 fork 0 starts with strategy
% 9.67/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 9.67/1.70  
% 9.67/1.70  
% 9.67/1.70  fork 4: search terminated without proof.
% 9.67/1.70  
% 9.67/1.70  **** run 74 fork 1 starts with strategy
% 9.67/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.24/1.72  
% 10.24/1.72  **** run 77 fork 4 starts with strategy
% 10.24/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.24/1.72  
% 10.24/1.72  
% 10.24/1.72  fork 5: search terminated without proof.
% 10.24/1.74  
% 10.24/1.74  
% 10.24/1.74  fork 7: search terminated without proof.
% 10.24/1.74  
% 10.24/1.74  **** run 86 fork 5 starts with strategy
% 10.24/1.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.24/1.76  
% 10.24/1.76  **** run 80 fork 7 starts with strategy
% 10.24/1.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.24/1.76  
% 10.24/1.76  
% 10.24/1.76  fork 2: search terminated without proof.
% 10.68/1.78  
% 10.68/1.78  
% 10.68/1.78  fork 3: search terminated without proof.
% 10.68/1.78  
% 10.68/1.78  **** run 83 fork 2 starts with strategy
% 10.68/1.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.68/1.79  
% 10.68/1.79  
% 10.68/1.79  fork 6: search terminated without proof.
% 10.68/1.79  
% 10.68/1.79  **** run 76 fork 3 starts with strategy
% 10.68/1.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.68/1.81  
% 10.68/1.81  **** run 79 fork 6 starts with strategy
% 10.68/1.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.68/1.82  
% 10.68/1.82  
% 10.68/1.82  fork 0: search terminated without proof.
% 10.68/1.83  
% 10.68/1.83  
% 10.68/1.83  fork 1: search terminated without proof.
% 10.68/1.84  
% 10.68/1.84  **** run 81 fork 0 starts with strategy
% 10.68/1.84  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 10.68/1.84  
% 10.68/1.84  
% 10.68/1.84  fork 4: search terminated without proof.
% 10.68/1.85  
% 10.68/1.85  **** run 82 fork 1 starts with strategy
% 10.68/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.35/1.86  
% 11.35/1.86  **** run 85 fork 4 starts with strategy
% 11.35/1.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.60/1.88  
% 11.60/1.88  
% 11.60/1.88  fork 7: search terminated without proof.
% 11.60/1.90  
% 11.60/1.90  **** run 88 fork 7 starts with strategy
% 11.60/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.60/1.92  
% 11.60/1.92  
% 11.60/1.92  fork 3: search terminated without proof.
% 11.98/1.93  
% 11.98/1.93  
% 11.98/1.93  fork 6: search terminated without proof.
% 11.98/1.94  
% 11.98/1.94  **** run 84 fork 3 starts with strategy
% 11.98/1.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.07/1.95  
% 12.07/1.95  **** run 87 fork 6 starts with strategy
% 12.07/1.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 12.07/1.96  
% 12.07/1.96  
% 12.07/1.96  fork 0: search terminated without proof.
% 12.07/1.98  
% 12.07/1.98  **** run 89 fork 0 starts with strategy
% 12.07/1.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.10/2.80  
% 18.10/2.80  
% 18.10/2.80  fork 2: search terminated without proof.
% 18.86/2.83  
% 18.86/2.83  
% 18.86/2.83  fork 5: search terminated without proof.
% 18.86/2.84  
% 18.86/2.84  **** run 91 fork 2 starts with strategy
% 18.86/2.84  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 18.86/2.87  
% 18.86/2.87  **** run 94 fork 5 starts with strategy
% 18.86/2.87  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 18.86/2.88  
% 18.86/2.88  
% 18.86/2.88  fork 1: search terminated without proof.
% 18.86/2.88  
% 18.86/2.88  
% 18.86/2.88  fork 4: search terminated without proof.
% 19.51/2.92  
% 19.51/2.92  **** run 90 fork 1 starts with strategy
% 19.51/2.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 19.51/2.94  
% 19.51/2.94  **** run 93 fork 4 starts with strategy
% 19.51/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.51/2.96  
% 19.51/2.96  
% 19.51/2.96  fork 3: search terminated without proof.
% 19.51/2.97  
% 19.51/2.97  
% 19.51/2.97  fork 6: search terminated without proof.
% 19.51/3.00  
% 19.51/3.00  
% 19.51/3.00  fork 0: search terminated without proof.
% 19.51/3.03  
% 19.51/3.03  
% 19.51/3.03  fork 7: search terminated without proof.
% 19.51/3.04  
% 19.51/3.04  **** run 95 fork 6 starts with strategy
% 19.51/3.04  {"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}
% 19.51/3.04  
% 19.51/3.04  **** run 92 fork 3 starts with strategy
% 19.51/3.04  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 19.51/3.07  
% 19.51/3.07  **** run 97 fork 0 starts with strategy
% 19.51/3.07  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 19.51/3.10  
% 19.51/3.10  **** run 96 fork 7 starts with strategy
% 19.51/3.10  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 26.63/3.90  
% 26.63/3.90  
% 26.63/3.90  fork 5: search terminated without proof.
% 27.28/3.93  
% 27.28/3.93  **** run 102 fork 5 starts with strategy
% 27.28/3.93  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 27.28/3.96  
% 27.28/3.96  
% 27.28/3.96  fork 4: search terminated without proof.
% 27.78/4.00  
% 27.78/4.00  **** run 101 fork 4 starts with strategy
% 27.78/4.00  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 27.78/4.00  
% 27.78/4.00  
% 27.78/4.00  fork 1: search terminated without proof.
% 27.78/4.04  
% 27.78/4.04  **** run 98 fork 1 starts with strategy
% 27.78/4.04  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 27.78/4.06  
% 27.78/4.06  
% 27.78/4.06  fork 2: search terminated without proof.
% 28.56/4.09  
% 28.56/4.09  
% 28.56/4.09  fork 0: search terminated without proof.
% 28.56/4.10  
% 28.56/4.10  
% 28.56/4.10  fork 3: search terminated without proof.
% 28.56/4.10  
% 28.56/4.10  
% 28.56/4.10  fork 6: search terminated without proof.
% 28.56/4.11  
% 28.56/4.11  **** run 99 fork 2 starts with strategy
% 28.56/4.11  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 29.04/4.14  
% 29.04/4.14  
% 29.04/4.14  fork 7: search terminated without proof.
% 29.04/4.15  
% 29.04/4.15  **** run 105 fork 0 starts with strategy
% 29.04/4.15  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 29.04/4.16  
% 29.04/4.16  **** run 100 fork 3 starts with strategy
% 29.04/4.16  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 29.04/4.16  
% 29.04/4.16  **** run 103 fork 6 starts with strategy
% 29.04/4.16  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 29.04/4.20  
% 29.04/4.20  **** run 104 fork 7 starts with strategy
% 29.04/4.20  {"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}
% 35.22/4.95  
% 35.22/4.95  
% 35.22/4.95  fork 5: search terminated without proof.
% 35.22/5.00  
% 35.22/5.00  **** run 110 fork 5 starts with strategy
% 35.22/5.00  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 35.88/5.02  
% 35.88/5.02  
% 35.88/5.02  fork 4: search terminated without proof.
% 35.88/5.07  
% 35.88/5.07  
% 35.88/5.07  fork 1: search terminated without proof.
% 35.88/5.07  
% 35.88/5.07  **** run 109 fork 4 starts with strategy
% 35.88/5.07  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 36.42/5.11  
% 36.42/5.11  **** run 106 fork 1 starts with strategy
% 36.42/5.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 36.42/5.16  
% 36.42/5.16  
% 36.42/5.16  fork 2: search terminated without proof.
% 36.42/5.18  
% 36.42/5.18  
% 36.42/5.18  fork 3: search terminated without proof.
% 36.42/5.20  
% 36.42/5.20  **** run 107 fork 2 starts with strategy
% 36.42/5.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 36.42/5.22  
% 36.42/5.22  
% 36.42/5.22  fork 0: search terminated without proof.
% 36.42/5.26  
% 36.42/5.26  **** run 108 fork 3 starts with strategy
% 36.42/5.26  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 36.42/5.27  
% 36.42/5.27  
% 36.42/5.27  fork 6: search terminated without proof.
% 36.42/5.30  
% 36.42/5.30  **** run 113 fork 0 starts with strategy
% 36.42/5.30  {"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}
% 36.42/5.30  
% 36.42/5.30  
% 36.42/5.30  fork 7: search terminated without proof.
% 36.42/5.32  
% 36.42/5.32  **** run 111 fork 6 starts with strategy
% 36.42/5.32  {"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}
% 38.42/5.36  
% 38.42/5.36  **** run 112 fork 7 starts with strategy
% 38.42/5.36  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 43.59/6.09  
% 43.59/6.09  
% 43.59/6.09  fork 4: search terminated without proof.
% 43.59/6.09  
% 43.59/6.09  
% 43.59/6.09  fork 5: search terminated without proof.
% 44.33/6.13  
% 44.33/6.13  **** run 118 fork 5 starts with strategy
% 44.33/6.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.33/6.14  
% 44.33/6.14  **** run 117 fork 4 starts with strategy
% 44.33/6.14  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 44.33/6.16  
% 44.33/6.16  
% 44.33/6.16  fork 1: search terminated without proof.
% 44.94/6.20  
% 44.94/6.20  **** run 114 fork 1 starts with strategy
% 44.94/6.20  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 45.72/6.29  
% 45.72/6.29  
% 45.72/6.29  fork 2: search terminated without proof.
% 45.72/6.29  
% 45.72/6.29  
% 45.72/6.29  fork 3: search terminated without proof.
% 46.00/6.34  
% 46.00/6.34  **** run 115 fork 2 starts with strategy
% 46.00/6.34  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 46.00/6.34  
% 46.00/6.34  **** run 116 fork 3 starts with strategy
% 46.00/6.34  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.00/6.35  
% 46.00/6.35  
% 46.00/6.35  fork 0: search terminated without proof.
% 46.00/6.36  
% 46.00/6.36  
% 46.00/6.36  fork 6: search terminated without proof.
% 46.00/6.39  
% 46.00/6.39  
% 46.00/6.39  fork 7: search terminated without proof.
% 46.00/6.40  
% 46.00/6.40  **** run 121 fork 0 starts with strategy
% 46.00/6.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 46.70/6.41  
% 46.70/6.41  **** run 119 fork 6 starts with strategy
% 46.70/6.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 46.70/6.44  
% 46.70/6.44  **** run 120 fork 7 starts with strategy
% 46.70/6.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 52.36/7.16  
% 52.36/7.16  
% 52.36/7.16  fork 4: search terminated without proof.
% 52.36/7.18  
% 52.36/7.18  
% 52.36/7.18  fork 5: search terminated without proof.
% 52.36/7.18  
% 52.36/7.18  **** run 125 fork 4 starts with strategy
% 52.36/7.18  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 52.36/7.22  
% 52.36/7.22  **** run 126 fork 5 starts with strategy
% 52.36/7.22  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 52.36/7.29  
% 52.36/7.29  
% 52.36/7.29  fork 1: search terminated without proof.
% 52.36/7.37  
% 52.36/7.37  **** run 122 fork 1 starts with strategy
% 52.36/7.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 53.60/7.38  
% 53.60/7.38  
% 53.60/7.38  fork 3: search terminated without proof.
% 53.60/7.40  
% 53.60/7.40  
% 53.60/7.40  fork 2: search terminated without proof.
% 54.57/7.44  
% 54.57/7.44  **** run 124 fork 3 starts with strategy
% 54.57/7.44  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 54.57/7.45  
% 54.57/7.45  **** run 123 fork 2 starts with strategy
% 54.57/7.45  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 54.57/7.46  
% 54.57/7.46  
% 54.57/7.46  fork 0: search terminated without proof.
% 54.57/7.47  
% 54.57/7.47  
% 54.57/7.47  fork 7: search terminated without proof.
% 54.57/7.51  
% 54.57/7.51  **** run 129 fork 0 starts with strategy
% 54.57/7.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 55.18/7.51  
% 55.18/7.51  **** run 128 fork 7 starts with strategy
% 55.18/7.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 55.18/7.52  
% 55.18/7.52  
% 55.18/7.52  fork 6: search terminated without proof.
% 55.18/7.55  
% 55.18/7.55  **** run 127 fork 6 starts with strategy
% 55.18/7.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 55.70/7.58  
% 55.70/7.58  fork 6: search finished without proof.
% 55.70/7.59  
% 55.70/7.59  **** run 135 fork 6 starts with strategy
% 55.70/7.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 60.67/8.22  
% 60.67/8.22  
% 60.67/8.22  fork 4: search terminated without proof.
% 60.78/8.24  
% 60.78/8.24  **** run 133 fork 4 starts with strategy
% 60.78/8.24  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 61.42/8.35  
% 61.42/8.35  
% 61.42/8.35  fork 5: search terminated without proof.
% 61.95/8.39  
% 61.95/8.39  
% 61.95/8.39  fork 1: search terminated without proof.
% 61.95/8.39  
% 61.95/8.39  **** run 134 fork 5 starts with strategy
% 61.95/8.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 61.95/8.43  
% 61.95/8.43  **** run 130 fork 1 starts with strategy
% 61.95/8.43  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 62.63/8.47  
% 62.63/8.47  
% 62.63/8.47  fork 3: search terminated without proof.
% 62.63/8.47  
% 62.63/8.47  
% 62.63/8.47  fork 2: search terminated without proof.
% 62.79/8.48  
% 62.79/8.48  **** run 132 fork 3 starts with strategy
% 62.79/8.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 62.79/8.51  
% 62.79/8.51  fork 3: search finished without proof.
% 62.79/8.51  
% 62.79/8.51  **** run 131 fork 2 starts with strategy
% 62.79/8.51  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 63.05/8.52  
% 63.05/8.52  **** run 140 fork 3 starts with strategy
% 63.05/8.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 63.16/8.54  
% 63.16/8.54  
% 63.16/8.54  fork 7: search terminated without proof.
% 63.16/8.56  
% 63.16/8.56  **** run 136 fork 7 starts with strategy
% 63.16/8.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 63.80/8.61  
% 63.80/8.61  
% 63.80/8.61  fork 6: search terminated without proof.
% 63.80/8.63  
% 63.80/8.63  
% 63.80/8.63  fork 0: search terminated without proof.
% 63.80/8.63  
% 63.80/8.63  **** run 143 fork 6 starts with strategy
% 63.80/8.63  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 63.80/8.67  
% 63.80/8.67  **** run 137 fork 0 starts with strategy
% 63.80/8.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 68.81/9.30  
% 68.81/9.30  
% 68.81/9.30  fork 4: search terminated without proof.
% 68.81/9.31  
% 68.81/9.31  **** run 141 fork 4 starts with strategy
% 68.81/9.31  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 69.78/9.43  
% 69.78/9.43  
% 69.78/9.43  fork 5: search terminated without proof.
% 69.78/9.45  
% 69.78/9.45  **** run 142 fork 5 starts with strategy
% 69.78/9.45  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 69.78/9.45  
% 69.78/9.45  
% 69.78/9.45  fork 1: search terminated without proof.
% 69.78/9.49  
% 69.78/9.49  **** run 138 fork 1 starts with strategy
% 69.78/9.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 69.78/9.55  
% 69.78/9.55  
% 69.78/9.55  fork 2: search terminated without proof.
% 70.83/9.59  
% 70.83/9.59  **** run 139 fork 2 starts with strategy
% 70.83/9.59  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 71.44/9.61  
% 71.44/9.61  
% 71.44/9.61  fork 3: search terminated without proof.
% 71.44/9.61  
% 71.44/9.61  
% 71.44/9.61  fork 7: search terminated without proof.
% 71.44/9.64  
% 71.44/9.64  **** run 148 fork 3 starts with strategy
% 71.44/9.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 71.44/9.64  
% 71.44/9.64  **** run 144 fork 7 starts with strategy
% 71.44/9.64  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 71.87/9.71  
% 71.87/9.71  
% 71.87/9.71  fork 0: search terminated without proof.
% 71.87/9.73  
% 71.87/9.73  
% 71.87/9.73  fork 6: search terminated without proof.
% 71.87/9.74  
% 71.87/9.74  **** run 145 fork 0 starts with strategy
% 71.87/9.74  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 72.65/9.78  
% 72.65/9.78  **** run 151 fork 6 starts with strategy
% 72.65/9.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 77.39/10.39  
% 77.39/10.39  
% 77.39/10.39  fork 4: search terminated without proof.
% 77.39/10.41  
% 77.39/10.41  **** run 149 fork 4 starts with strategy
% 77.39/10.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 78.17/10.50  
% 78.17/10.50  
% 78.17/10.50  fork 5: search terminated without proof.
% 78.17/10.52  
% 78.17/10.52  
% 78.17/10.52  fork 1: search terminated without proof.
% 78.17/10.53  
% 78.17/10.53  **** run 150 fork 5 starts with strategy
% 78.17/10.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 78.82/10.57  
% 78.82/10.57  **** run 146 fork 1 starts with strategy
% 78.82/10.57  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 79.19/10.64  
% 79.19/10.64  
% 79.19/10.64  fork 2: search terminated without proof.
% 79.77/10.67  
% 79.77/10.67  **** run 147 fork 2 starts with strategy
% 79.77/10.67  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 79.77/10.68  
% 79.77/10.68  
% 79.77/10.68  fork 7: search terminated without proof.
% 79.77/10.70  
% 79.77/10.70  
% 79.77/10.70  fork 3: search terminated without proof.
% 80.21/10.73  
% 80.21/10.73  **** run 152 fork 7 starts with strategy
% 80.21/10.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 80.21/10.73  
% 80.21/10.73  **** run 156 fork 3 starts with strategy
% 80.21/10.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 80.51/10.76  
% 80.51/10.76  
% 80.51/10.76  fork 0: search terminated without proof.
% 80.51/10.80  
% 80.51/10.80  **** run 153 fork 0 starts with strategy
% 80.51/10.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 80.51/10.81  
% 80.51/10.81  
% 80.51/10.81  fork 6: search terminated without proof.
% 81.20/10.85  
% 81.20/10.85  **** run 159 fork 6 starts with strategy
% 81.20/10.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 85.71/11.48  
% 85.71/11.48  
% 85.71/11.48  fork 4: search terminated without proof.
% 85.71/11.52  
% 85.71/11.52  **** run 157 fork 4 starts with strategy
% 85.71/11.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 85.71/11.56  
% 85.71/11.56  
% 85.71/11.56  fork 5: search terminated without proof.
% 85.71/11.60  
% 85.71/11.60  **** run 158 fork 5 starts with strategy
% 85.71/11.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 86.89/11.63  
% 86.89/11.63  
% 86.89/11.63  fork 1: search terminated without proof.
% 86.89/11.66  
% 86.89/11.66  **** run 154 fork 1 starts with strategy
% 86.89/11.66  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":3}
% 87.76/11.74  
% 87.76/11.74  
% 87.76/11.74  fork 2: search terminated without proof.
% 87.76/11.77  
% 87.76/11.77  **** run 155 fork 2 starts with strategy
% 87.76/11.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 88.46/11.79  
% 88.46/11.79  
% 88.46/11.79  fork 3: search terminated without proof.
% 88.46/11.83  
% 88.46/11.83  
% 88.46/11.83  fork 7: search terminated without proof.
% 88.46/11.84  
% 88.46/11.84  **** run 164 fork 3 starts with strategy
% 88.46/11.84  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 88.46/11.87  
% 88.46/11.87  **** run 160 fork 7 starts with strategy
% 88.46/11.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 89.22/11.89  
% 89.22/11.89  
% 89.22/11.89  fork 0: search terminated without proof.
% 89.46/11.92  
% 89.46/11.92  
% 89.46/11.92  fork 6: search terminated without proof.
% 89.46/11.93  
% 89.46/11.93  **** run 161 fork 0 starts with strategy
% 89.46/11.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 89.46/11.96  
% 89.46/11.96  **** run 167 fork 6 starts with strategy
% 89.46/11.96  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 94.82/12.60  
% 94.82/12.60  
% 94.82/12.60  fork 4: search terminated without proof.
% 94.82/12.64  
% 94.82/12.64  
% 94.82/12.64  fork 5: search terminated without proof.
% 94.82/12.64  
% 94.82/12.64  **** run 165 fork 4 starts with strategy
% 94.82/12.64  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 95.16/12.68  
% 95.16/12.68  **** run 166 fork 5 starts with strategy
% 95.16/12.68  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 95.16/12.72  
% 95.16/12.72  
% 95.16/12.72  fork 1: search terminated without proof.
% 95.95/12.76  
% 95.95/12.76  **** run 162 fork 1 starts with strategy
% 95.95/12.76  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 96.36/12.79  
% 96.36/12.79  
% 96.36/12.79  fork 2: search terminated without proof.
% 96.36/12.84  
% 96.36/12.84  **** run 163 fork 2 starts with strategy
% 96.36/12.84  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 96.82/12.92  
% 96.82/12.92  
% 96.82/12.92  fork 7: search terminated without proof.
% 96.82/12.95  
% 96.82/12.95  
% 96.82/12.95  fork 0: search terminated without proof.
% 96.82/12.97  
% 96.82/12.97  **** run 168 fork 7 starts with strategy
% 96.82/12.97  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 96.82/13.01  
% 96.82/13.01  **** run 169 fork 0 starts with strategy
% 96.82/13.01  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 103.43/13.79  
% 103.43/13.79  
% 103.43/13.79  fork 1: search terminated without proof.
% 104.27/13.82  
% 104.27/13.82  **** run 170 fork 1 starts with strategy
% 104.27/13.82  {"max_dseconds":50,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 129.05/17.03  
% 129.05/17.03  
% 129.05/17.03  fork 3: search terminated without proof.
% 129.05/17.08  
% 129.05/17.08  **** run 172 fork 3 starts with strategy
% 129.05/17.08  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 131.50/17.35  
% 131.50/17.35  
% 131.50/17.35  fork 6: search terminated without proof.
% 131.50/17.41  
% 131.50/17.41  **** run 175 fork 6 starts with strategy
% 131.50/17.41  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 134.57/17.75  
% 134.57/17.75  
% 134.57/17.75  fork 4: search terminated without proof.
% 135.02/17.81  
% 135.02/17.81  **** run 173 fork 4 starts with strategy
% 135.02/17.81  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 135.02/17.82  
% 135.02/17.82  
% 135.02/17.82  fork 5: search terminated without proof.
% 135.58/17.86  
% 135.58/17.86  **** run 174 fork 5 starts with strategy
% 135.58/17.86  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 137.02/18.06  
% 137.02/18.06  
% 137.02/18.06  fork 7: search terminated without proof.
% 137.25/18.12  
% 137.25/18.12  **** run 176 fork 7 starts with strategy
% 137.25/18.12  {"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}
% 137.60/18.14  
% 137.60/18.14  
% 137.60/18.14  fork 0: search terminated without proof.
% 137.72/18.17  
% 137.72/18.17  
% 137.72/18.17  fork 2: search terminated without proof.
% 137.72/18.21  
% 137.72/18.21  **** run 177 fork 0 starts with strategy
% 137.72/18.21  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 138.27/18.22  
% 138.27/18.22  **** run 171 fork 2 starts with strategy
% 138.27/18.22  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 144.35/19.00  
% 144.35/19.00  
% 144.35/19.00  fork 1: search terminated without proof.
% 144.48/19.06  
% 144.48/19.06  **** run 178 fork 1 starts with strategy
% 144.48/19.06  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 168.20/22.27  
% 168.20/22.27  
% 168.20/22.27  fork 3: search terminated without proof.
% 169.45/22.32  
% 169.45/22.32  **** run 180 fork 3 starts with strategy
% 169.45/22.32  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 172.58/22.67  
% 172.58/22.67  
% 172.58/22.67  fork 6: search terminated without proof.
% 173.02/22.72  
% 173.02/22.72  **** run 183 fork 6 starts with strategy
% 173.02/22.72  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 174.83/22.99  
% 174.83/22.99  
% 174.83/22.99  fork 4: search terminated without proof.
% 175.51/23.04  
% 175.51/23.04  **** run 181 fork 4 starts with strategy
% 175.51/23.04  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 176.17/23.12  
% 176.17/23.12  
% 176.17/23.12  fork 5: search terminated without proof.
% 176.17/23.17  
% 176.17/23.17  **** run 182 fork 5 starts with strategy
% 176.17/23.17  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 177.12/23.23  
% 177.12/23.23  
% 177.12/23.23  fork 7: search terminated without proof.
% 177.12/23.27  
% 177.12/23.27  **** run 184 fork 7 starts with strategy
% 177.12/23.27  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 177.92/23.32  
% 177.92/23.32  
% 177.92/23.32  fork 2: search terminated without proof.
% 177.92/23.34  
% 177.92/23.34  
% 177.92/23.34  fork 0: search terminated without proof.
% 177.92/23.36  
% 177.92/23.36  **** run 179 fork 2 starts with strategy
% 177.92/23.36  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 178.56/23.40  
% 178.56/23.40  **** run 185 fork 0 starts with strategy
% 178.56/23.40  {"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}
% 185.88/24.44  
% 185.88/24.44  
% 185.88/24.44  fork 1: search terminated without proof.
% 186.66/24.47  
% 186.66/24.47  **** run 186 fork 1 starts with strategy
% 186.66/24.47  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 209.57/27.41  
% 209.57/27.41  
% 209.57/27.41  fork 3: search terminated without proof.
% 209.57/27.45  
% 209.57/27.45  **** run 188 fork 3 starts with strategy
% 209.57/27.45  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 212.44/27.87  
% 212.44/27.87  
% 212.44/27.87  fork 6: search terminated without proof.
% 212.44/27.92  
% 212.44/27.92  **** run 191 fork 6 starts with strategy
% 212.44/27.92  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 214.57/28.13  
% 214.57/28.13  
% 214.57/28.13  fork 4: search terminated without proof.
% 215.19/28.19  
% 215.19/28.19  **** run 189 fork 4 starts with strategy
% 215.19/28.19  {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 217.23/28.48  
% 217.23/28.48  
% 217.23/28.48  result: proof found
% 217.23/28.48  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 217.23/28.48  by run 182 fork 5 strategy {"max_dseconds":50,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 217.23/28.48  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 217.23/28.48  
% 217.23/28.48  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 217.23/28.49  
% 217.23/28.49  run 182 fork 5 statistics:
% 217.23/28.49  ----------------------------------
% 217.23/28.49  this run seconds: 4.364598
% 217.23/28.49  total seconds: 26.461887
% 217.23/28.49  stat_given_used: 699
% 217.23/28.49  stat_given_used_at_endgame: 0
% 217.23/28.49  stat_given_candidates:   10887
% 217.23/28.49  stat_given_candidates_at_endgame: 0
% 217.23/28.49  stat_given_candidates_h: 0
% 217.23/28.49  stat_binres_derived_cl:   1
% 217.23/28.49  stat_binres_derived_cl_h: 0
% 217.23/28.49  stat_factor_derived_cl: 0
% 217.23/28.49  stat_para_derived_cl: 752207
% 217.23/28.49  stat_tautologies_discarded: 0
% 217.23/28.49  stat_forward_subsumed: 150128
% 217.23/28.49  stat_derived_cut: 0
% 217.23/28.49  stat_derived_rewritten: 2536
% 217.23/28.49  stat_weight_discarded_building: 0
% 217.23/28.49  stat_weight_discarded_cl: 179057
% 217.23/28.49  stat_internlimit_discarded_cl: 0
% 217.23/28.49  stat_simplified:  2536 simplified 0 derived 0 given
% 217.23/28.49  stat_kept_cl: 418139
% 217.23/28.49  stat_built_cl: 601130
% 217.23/28.49  stat_hyperres_partial_cl: 0
% 217.23/28.49  stat_made_rewriters: 583
% 217.23/28.49  stat_backward_subsumed: 0
% 217.23/28.49  stat_propagated_subsumed: 0
% 217.23/28.49  stat_clsubs_attempted:                     68154
% 217.23/28.49  stat_clsubs_fact_groundunit_found:             0
% 217.23/28.49  stat_clsubs_rule_groundunit_found:             1
% 217.23/28.49  stat_clsubs_top_meta_attempted:             425548
% 217.23/28.49  stat_clsubs_top_meta_failed:                357394
% 217.23/28.49  stat_clsubs_top_meta_nonpref_attempted:              425548
% 217.23/28.49  stat_clsubs_top_meta_nonpref_succeeded:              157521
% 217.23/28.49  stat_clsubs_top_meta_pref_attempted:                 157521
% 217.23/28.49  stat_clsubs_top_meta_pref1_succeeded:                157341
% 217.23/28.49  stat_clsubs_top_meta_pref2_succeeded:                 84715
% 217.23/28.49  stat_clsubs_top_meta_pref3_succeeded:                 68154
% 217.23/28.49  stat_clsubs_top_meta_pref_succeeded:                  68154
% 217.23/28.49  stat_clsubs_meta_attempted:                68154
% 217.23/28.49  stat_clsubs_meta_failed:                     704
% 217.23/28.49  stat_clsubs_predsymbs_attempted:               0
% 217.23/28.49  stat_clsubs_unit_attempted:                68154
% 217.23/28.49  stat_clsubs_full_attempted:                    0
% 217.23/28.49  stat_forwardsubs_attempted:               747324
% 217.23/28.49  stat_lit_hash_added:                 418154
% 217.23/28.49  stat_lit_hash_computed:             1171531
% 217.23/28.49  stat_lit_hash_match_found:           153180
% 217.23/28.49  stat_lit_hash_match_miss:           1199929
% 217.23/28.49  stat_lit_hash_cut_ok:                     0
% 217.23/28.49  stat_lit_strong_cut_ok:                   0
% 217.23/28.49  stat_lit_hash_subsume_ok:            150128
% 217.23/28.49  clqueue els 10000000 used 1
% 217.23/28.49  clactive els 10000000 used 700
% 217.23/28.49  clactivesubsume els 10000000 used 4165
% 217.23/28.49  queue_termbuf els 200000000 used 50444474
% 217.23/28.49  hyper_termbuf els 100000000 used 1
% 217.23/28.49  active_termbuf els 100000000 used 42664
% 217.23/28.49  varstack els 5000 last used 1
% 217.23/28.49  given_termbuf els 10000000 last used 49
% 217.23/28.49  simplified_termbuf els 10000000 last used 1
% 217.23/28.49  derived_termbuf els 10000000 last used 3
% 217.23/28.49  wr_mallocs: 304260
% 217.23/28.49  wr_callocs: 19
% 217.23/28.49  wr_reallocs: 92989
% 217.23/28.49  wr_frees: 2
% 217.23/28.49  wr_malloc_bytes: 4177081748
% 217.23/28.49  wr_calloc_bytes: 96065504
% 217.23/28.49  wr_realloc_bytes: 16609768
% 217.23/28.49  wr_realloc_freebytes: 0
% 217.23/28.49  ----------------------------------
%------------------------------------------------------------------------------