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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP729-1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n019.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 00:56:06 EDT 2023

% Result   : Unsatisfiable 93.22s 12.45s
% Output   : CNFRefutation 93.22s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named c07)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    rd(mult(X,Y),Y) = X,
    inference(cnf_transformation,[],[c07]) ).

cnf('2',plain,
    mult(rd(X,Y),Y) = X,
    inference(cnf_transformation,[],[c08]) ).

cnf('3',plain,
    mult(i(X),mult(X,Y)) = Y,
    inference(cnf_transformation,[],[c06]) ).

cnf('4',plain,
    mult(X,Y) = mult(mult(Y,X),op_k(X,Y)),
    inference(cnf_transformation,[],[c11]) ).

cnf('5',plain,
    X3 = mult(mult(mult(Y3,X3),i(Y3)),op_k(i(Y3),mult(Y3,X3))),
    inference(paramodulation,[],['3','4']) ).

cnf('6',plain,
    mult(X,i(X)) = unit,
    inference(cnf_transformation,[],[c03]) ).

cnf('7',plain,
    mult(mult(X,mult(Y,X)),Z) = mult(X,mult(Y,mult(X,Z))),
    inference(cnf_transformation,[],[c09]) ).

cnf('8',plain,
    mult(mult(X3,mult(Y3,X3)),i(X3)) = mult(X3,mult(Y3,unit)),
    inference(paramodulation,[],['6','7']) ).

cnf('9',plain,
    mult(X,unit) = X,
    inference(cnf_transformation,[],[c02]) ).

cnf('10',plain,
    mult(mult(X,mult(Y,X)),i(X)) = mult(X,Y),
    inference(simplify,[],['8','9']) ).

cnf('11',plain,
    mult(mult(X,Y),i(X)) = mult(X,rd(Y,X)),
    inference(paramodulation,[],['2','10']) ).

cnf('12',plain,
    X = mult(mult(Y,rd(X,Y)),op_k(i(Y),mult(Y,X))),
    inference(simplify,[],['5','11']) ).

cnf('13',plain,
    mult(i(mult(X3,rd(Y3,X3))),Y3) = op_k(i(X3),mult(X3,Y3)),
    inference(paramodulation,[],['12','3']) ).

cnf('14',plain,
    mult(i(X),X) = unit,
    inference(cnf_transformation,[],[c04]) ).

cnf('15',plain,
    mult(mult(X,Y),Z) = mult(mult(X,mult(Y,Z)),asoc(X,Y,Z)),
    inference(cnf_transformation,[],[c10]) ).

cnf('16',plain,
    mult(mult(i(mult(X3,Y3)),X3),Y3) = mult(unit,asoc(i(mult(X3,Y3)),X3,Y3)),
    inference(paramodulation,[],['14','15']) ).

cnf('17',plain,
    i(mult(X,Y)) = mult(i(X),i(Y)),
    inference(cnf_transformation,[],[c05]) ).

cnf('18',plain,
    mult(i(i(X3)),i(mult(X3,Y3))) = i(Y3),
    inference(paramodulation,[],['17','3']) ).

cnf('19',plain,
    rd(unit,i(X3)) = X3,
    inference(paramodulation,[],['6','1']) ).

cnf('20',plain,
    rd(unit,X) = i(X),
    inference(paramodulation,[],['14','1']) ).

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

cnf('22',plain,
    mult(X,i(mult(X,Y))) = i(Y),
    inference(simplify,[],['18','21']) ).

cnf('23',plain,
    op_l(X,Y,Z) = mult(i(mult(Z,Y)),mult(Z,mult(Y,X))),
    inference(cnf_transformation,[],[c12]) ).

cnf('24',plain,
    op_l(X3,i(mult(Y3,Z3)),Y3) = mult(i(i(Z3)),mult(Y3,mult(i(mult(Y3,Z3)),X3))),
    inference(paramodulation,[],['22','23']) ).

cnf('25',plain,
    op_l(X,i(mult(Y,Z)),Y) = mult(Z,mult(Y,mult(i(mult(Y,Z)),X))),
    inference(simplify,[],['24','21']) ).

cnf('26',plain,
    op_l(mult(X3,Y3),i(mult(X3,Y3)),X3) = mult(Y3,mult(X3,unit)),
    inference(paramodulation,[],['14','25']) ).

cnf('27',plain,
    op_l(mult(X,Y),i(mult(X,Y)),X) = mult(Y,X),
    inference(simplify,[],['26','9']) ).

cnf('28',plain,
    op_l(mult(i(X3),mult(X3,Y3)),i(Y3),i(X3)) = mult(mult(X3,Y3),i(X3)),
    inference(paramodulation,[],['3','27']) ).

cnf('29',plain,
    op_l(X,i(X),i(Y)) = mult(Y,rd(X,Y)),
    inference(simplify,[then_simplify],['28','3','11']) ).

cnf('30',plain,
    mult(unit,X) = X,
    inference(cnf_transformation,[],[c01]) ).

cnf('31',plain,
    op_l(X3,Y3,unit) = mult(i(Y3),mult(unit,mult(Y3,X3))),
    inference(paramodulation,[],['30','23']) ).

cnf('32',plain,
    op_l(X,Y,unit) = X,
    inference(simplify,[then_simplify],['31','30','3']) ).

cnf('33',plain,
    op_l(mult(X3,mult(Y3,Z3)),i(mult(X3,Y3)),U3) = mult(i(mult(U3,i(mult(X3,Y3)))),mult(U3,op_l(Z3,Y3,X3))),
    inference(paramodulation,[],['23','23']) ).

cnf('34',plain,
    i(mult(X,i(Y))) = mult(i(X),Y),
    inference(paramodulation,[],['21','17']) ).

cnf('35',plain,
    op_l(mult(X,mult(Y,Z)),i(mult(X,Y)),U) = mult(mult(i(U),mult(X,Y)),mult(U,op_l(Z,Y,X))),
    inference(simplify,[],['33','34']) ).

cnf('36',plain,
    mult(X3,mult(Y3,Z3)) = mult(mult(i(unit),mult(X3,Y3)),mult(unit,op_l(Z3,Y3,X3))),
    inference(paramodulation,[],['32','35']) ).

cnf('37',plain,
    unit = i(unit),
    inference(paramodulation,[],['14','9']) ).

cnf('38',plain,
    mult(X,mult(Y,Z)) = mult(mult(X,Y),op_l(Z,Y,X)),
    inference(simplify,[then_simplify],['36','37','30','30']) ).

cnf('39',plain,
    mult(i(X3),mult(i(Y3),Y3)) = mult(mult(i(X3),i(Y3)),mult(X3,rd(Y3,X3))),
    inference(paramodulation,[],['29','38']) ).

cnf('40',plain,
    i(X) = mult(i(mult(X,Y)),mult(X,rd(Y,X))),
    inference(simplify,[then_simplify],['39','14','9','17']) ).

cnf('41',plain,
    mult(i(mult(X3,Y3)),i(i(X3))) = i(mult(X3,rd(Y3,X3))),
    inference(paramodulation,[],['40','22']) ).

cnf('42',plain,
    mult(i(mult(X,Y)),X) = i(mult(X,rd(Y,X))),
    inference(simplify,[],['41','21']) ).

cnf('43',plain,
    mult(i(mult(X,rd(Y,X))),Y) = asoc(i(mult(X,Y)),X,Y),
    inference(simplify,[then_simplify],['16','42','30']) ).

cnf('44',plain,
    asoc(i(mult(X,Y)),X,Y) = op_k(i(X),mult(X,Y)),
    inference(simplify,[],['13','43']) ).

cnf('45',plain,
    asoc(i(X3),rd(X3,Y3),Y3) = op_k(i(rd(X3,Y3)),mult(rd(X3,Y3),Y3)),
    inference(paramodulation,[],['2','44']) ).

cnf('46',plain,
    X3 = mult(i(mult(i(X3),Y3)),mult(i(X3),rd(Y3,i(X3)))),
    inference(paramodulation,[],['21','40']) ).

cnf('47',plain,
    i(mult(i(X),Y)) = mult(X,i(Y)),
    inference(paramodulation,[],['21','17']) ).

cnf('48',plain,
    X = mult(mult(X,i(Y)),mult(i(X),rd(Y,i(X)))),
    inference(simplify,[],['46','47']) ).

cnf('49',plain,
    X3 = mult(mult(X3,Y3),mult(i(X3),rd(i(Y3),i(X3)))),
    inference(paramodulation,[],['21','48']) ).

cnf('50',plain,
    op_r(X,Y,Z) = rd(mult(mult(X,Y),Z),mult(Y,Z)),
    inference(cnf_transformation,[],[c13]) ).

cnf('51',plain,
    op_r(X3,Y3,i(Y3)) = rd(mult(mult(X3,Y3),i(Y3)),unit),
    inference(paramodulation,[],['6','50']) ).

cnf('52',plain,
    rd(X,unit) = X,
    inference(paramodulation,[],['9','1']) ).

cnf('53',plain,
    op_r(X,Y,i(Y)) = mult(mult(X,Y),i(Y)),
    inference(simplify,[],['51','52']) ).

cnf('54',plain,
    op_r(X3,i(Y3),Y3) = mult(mult(X3,i(Y3)),i(i(Y3))),
    inference(paramodulation,[],['21','53']) ).

cnf('55',plain,
    op_r(X,i(Y),Y) = mult(mult(X,i(Y)),Y),
    inference(simplify,[],['54','21']) ).

cnf('56',plain,
    op_r(X3,i(mult(X3,Y3)),mult(X3,Y3)) = mult(i(Y3),mult(X3,Y3)),
    inference(paramodulation,[],['22','55']) ).

cnf('57',plain,
    op_t(X,Y) = mult(i(Y),mult(X,Y)),
    inference(cnf_transformation,[],[c14]) ).

cnf('58',plain,
    op_r(X,i(mult(X,Y)),mult(X,Y)) = op_t(X,Y),
    inference(simplify,[],['56','57']) ).

cnf('59',plain,
    op_r(rd(X3,Y3),i(X3),mult(rd(X3,Y3),Y3)) = op_t(rd(X3,Y3),Y3),
    inference(paramodulation,[],['2','58']) ).

cnf('60',plain,
    op_t(rd(X,Y),Y) = mult(i(Y),X),
    inference(paramodulation,[],['2','57']) ).

cnf('61',plain,
    op_r(rd(X,Y),i(X),X) = mult(i(Y),X),
    inference(simplify,[then_simplify],['59','2','60']) ).

cnf('62',plain,
    op_r(rd(i(X3),Y3),X3,i(X3)) = mult(i(Y3),i(X3)),
    inference(paramodulation,[],['21','61']) ).

cnf('63',plain,
    op_r(rd(i(X),Y),X,i(X)) = i(mult(Y,X)),
    inference(simplify,[],['62','17']) ).

cnf('64',plain,
    mult(i(mult(X3,i(Y3))),op_r(X3,i(Y3),Y3)) = Y3,
    inference(paramodulation,[],['55','3']) ).

cnf('65',plain,
    mult(mult(i(X),Y),op_r(X,i(Y),Y)) = Y,
    inference(simplify,[],['64','34']) ).

cnf('66',plain,
    mult(mult(X3,Y3),op_r(i(X3),i(Y3),Y3)) = Y3,
    inference(paramodulation,[],['21','65']) ).

cnf('67',plain,
    op_r(i(X),i(Y),Y) = mult(i(mult(X,Y)),Y),
    inference(paramodulation,[],['17','55']) ).

cnf('68',plain,
    i(op_r(X3,Y3,i(Y3))) = mult(i(mult(X3,Y3)),i(i(Y3))),
    inference(paramodulation,[],['53','17']) ).

cnf('69',plain,
    i(op_r(X,Y,i(Y))) = mult(i(mult(X,Y)),Y),
    inference(simplify,[],['68','21']) ).

cnf('70',plain,
    mult(mult(X,Y),i(op_r(X,Y,i(Y)))) = Y,
    inference(simplify,[then_simplify],['66','67','69']) ).

cnf('71',plain,
    mult(mult(rd(i(X3),Y3),X3),i(i(mult(Y3,X3)))) = X3,
    inference(paramodulation,[],['63','70']) ).

cnf('72',plain,
    mult(mult(rd(i(X),Y),X),mult(Y,X)) = X,
    inference(simplify,[],['71','21']) ).

cnf('73',plain,
    rd(X3,mult(Y3,X3)) = mult(rd(i(X3),Y3),X3),
    inference(paramodulation,[],['72','1']) ).

cnf('74',plain,
    rd(X,mult(Y,X)) = i(Y),
    inference(paramodulation,[],['3','1']) ).

cnf('75',plain,
    i(X) = mult(rd(i(Y),X),Y),
    inference(simplify,[],['73','74']) ).

cnf('76',plain,
    mult(mult(X3,i(Y3)),i(X3)) = mult(X3,rd(i(X3),Y3)),
    inference(paramodulation,[],['75','10']) ).

cnf('77',plain,
    mult(X,rd(i(Y),X)) = mult(X,rd(i(X),Y)),
    inference(simplify,[],['76','11']) ).

cnf('78',plain,
    mult(i(X3),mult(X3,rd(i(Y3),X3))) = rd(i(X3),Y3),
    inference(paramodulation,[],['77','3']) ).

cnf('79',plain,
    rd(i(X),Y) = rd(i(Y),X),
    inference(simplify,[],['78','3']) ).

cnf('80',plain,
    rd(X,Y) = rd(i(Y),i(X)),
    inference(paramodulation,[],['21','79']) ).

cnf('81',plain,
    X = mult(mult(X,Y),mult(i(X),rd(X,Y))),
    inference(simplify,[],['49','80']) ).

cnf('82',plain,
    mult(mult(X3,Y3),i(X3)) = i(mult(i(X3),rd(X3,Y3))),
    inference(paramodulation,[],['81','22']) ).

cnf('83',plain,
    mult(X,rd(Y,X)) = mult(X,i(rd(X,Y))),
    inference(simplify,[then_simplify],['82','11','47']) ).

cnf('84',plain,
    mult(i(X3),mult(X3,rd(Y3,X3))) = i(rd(X3,Y3)),
    inference(paramodulation,[],['83','3']) ).

cnf('85',plain,
    rd(X,Y) = i(rd(Y,X)),
    inference(simplify,[],['84','3']) ).

cnf('86',plain,
    asoc(i(X),rd(X,Y),Y) = op_k(rd(Y,X),X),
    inference(simplify,[then_simplify],['45','85','2']) ).

cnf('87',plain,
    asoc(i(X3),rd(X3,mult(Y3,X3)),mult(Y3,X3)) = op_k(Y3,X3),
    inference(paramodulation,[],['1','86']) ).

cnf('88',plain,
    asoc(i(X),i(Y),mult(Y,X)) = op_k(Y,X),
    inference(simplify,[],['87','74']) ).

cnf('89',plain,
    asoc(X,Y,asoc(Z,U,V)) = unit,
    inference(cnf_transformation,[],[c22]) ).

cnf('90',plain,
    asoc(a,b,op_k(c,d)) != unit,
    inference(cnf_transformation,[],[goals]) ).

cnf('91',plain,
    $false,
    inference(paramodulation,[then_simplify],['88','89','90']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.08  % Problem  : GRP729-1 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.09  % Command  : gkc %s
% 0.08/0.28  % Computer : n019.cluster.edu
% 0.08/0.28  % Model    : x86_64 x86_64
% 0.08/0.28  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.28  % Memory   : 8042.1875MB
% 0.08/0.28  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.28  % CPULimit : 300
% 0.08/0.28  % WCLimit  : 300
% 0.08/0.28  % DateTime : Mon Aug 28 20:19:12 EDT 2023
% 0.08/0.28  % CPUTime  : 
% 0.08/0.32  
% 0.08/0.32  input clause set summed statistics:
% 0.08/0.32  ----------------------------------
% 0.08/0.32  in_clause_count:                    23
% 0.08/0.32  in_rule_clause_count:               23
% 0.08/0.32  in_fact_clause_count:                0
% 0.08/0.32  in_answer_clause_count:              0
% 0.08/0.32  in_ground_clause_count:              1
% 0.08/0.32  in_unit_clause_count:               23
% 0.08/0.32  in_horn_clause_count:               23
% 0.08/0.32  in_pos_clause_count:                22
% 0.08/0.32  in_neg_clause_count:                 1
% 0.08/0.32  in_poseq_clause_count:              22
% 0.08/0.32  in_negeq_clause_count:               1
% 0.08/0.32  in_unitposeq_clause_count:          22
% 0.08/0.32  in_chain_clause_count:               0
% 0.08/0.32  in_min_length:             1
% 0.08/0.32  in_max_length:             1
% 0.08/0.32  in_min_depth:              2
% 0.08/0.32  in_max_depth:              4
% 0.08/0.32  in_min_size:               5
% 0.08/0.32  in_max_size:              16
% 0.08/0.32  in_min_vars:               0
% 0.08/0.32  in_max_vars:               5
% 0.08/0.32  in_extaxiom_count:                 0
% 0.08/0.32  in_axiom_count:                   22
% 0.08/0.32  in_assumption_count:               0
% 0.08/0.32  in_goal_count:                     1
% 0.08/0.32  in_neg_goal_count:                 1
% 0.08/0.32  in_pos_goal_count:                 0
% 0.08/0.32  in_posunit_goal_count:             0
% 0.08/0.32  
% 0.08/0.32  auto guide:
% 0.08/0.32  -----------
% 0.08/0.32  {
% 0.08/0.32  "print":1,
% 0.08/0.32  "print_level": 15,
% 0.08/0.32  "max_size": 0,
% 0.08/0.32  "max_depth": 0,
% 0.08/0.32  "max_length": 0,
% 0.08/0.32  "max_dseconds": 0,
% 0.08/0.32  "runs":[
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"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.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"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.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.08/0.32  {"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.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"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.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.08/0.32  
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"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.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"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.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.08/0.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},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"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.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.08/0.32  
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"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.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"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.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.08/0.32  {"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.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"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.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.08/0.32  
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.08/0.32  
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.08/0.32  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.08/0.32  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.08/0.32  
% 0.08/0.32  ]}
% 0.08/0.32  
% 0.08/0.32  
% 0.08/0.32  **** run 1 fork 0 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.08/0.32  
% 0.08/0.32  **** run 2 fork 1 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.08/0.32  
% 0.08/0.32  **** run 3 fork 2 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.08/0.32  
% 0.08/0.32  **** run 4 fork 3 starts with strategy
% 0.08/0.32  
% 0.08/0.32  **** run 5 fork 4 starts with strategy
% 0.08/0.32  
% 0.08/0.32  **** run 7 fork 6 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}{"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.08/0.32  
% 0.08/0.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.08/0.32  
% 0.08/0.32  **** run 6 fork 5 starts with strategy
% 0.08/0.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.08/0.33  
% 0.08/0.33  **** run 8 fork 7 starts with strategy
% 0.08/0.33  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.13/0.45  
% 0.13/0.45  
% 0.13/0.45  fork 2: search terminated without proof.
% 0.13/0.45  
% 0.13/0.45  
% 0.13/0.45  fork 0: search terminated without proof.
% 0.13/0.45  
% 0.13/0.45  
% 0.13/0.45  fork 1: search terminated without proof.
% 0.13/0.45  
% 0.13/0.45  
% 0.13/0.45  fork 4: search terminated without proof.
% 0.13/0.45  
% 0.13/0.45  
% 0.13/0.45  fork 3: search terminated without proof.
% 0.13/0.45  
% 0.13/0.45  
% 0.13/0.45  fork 5: search terminated without proof.
% 0.13/0.45  
% 0.13/0.45  
% 0.13/0.45  fork 7: search terminated without proof.
% 0.13/0.45  
% 0.13/0.45  
% 0.13/0.45  fork 6: search terminated without proof.
% 0.13/0.48  
% 0.13/0.48  **** run 9 fork 0 starts with strategy
% 0.13/0.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.13/0.48  
% 0.13/0.48  **** run 11 fork 2 starts with strategy
% 0.13/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.48  
% 0.13/0.48  **** run 10 fork 1 starts with strategy
% 0.13/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.13/0.48  
% 0.13/0.48  **** run 13 fork 4 starts with strategy
% 0.13/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.13/0.48  
% 0.13/0.48  **** run 12 fork 3 starts with strategy
% 0.13/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.13/0.48  
% 0.13/0.48  **** run 14 fork 5 starts with strategy
% 0.13/0.48  {"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.13/0.48  
% 0.13/0.48  **** run 15 fork 6 starts with strategy
% 0.13/0.48  
% 0.13/0.48  **** run 16 fork 7 starts with strategy
% 0.13/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.13/0.48  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.13/0.59  
% 0.13/0.59  
% 0.13/0.59  fork 0: search terminated without proof.
% 0.13/0.60  
% 0.13/0.60  
% 0.13/0.60  fork 2: search terminated without proof.
% 0.13/0.60  
% 0.13/0.60  
% 0.13/0.60  fork 1: search terminated without proof.
% 0.13/0.60  
% 0.13/0.60  
% 0.13/0.60  fork 5: search terminated without proof.
% 0.13/0.60  
% 0.13/0.60  
% 0.13/0.60  fork 6: search terminated without proof.
% 0.13/0.60  
% 0.13/0.60  
% 0.13/0.60  fork 7: search terminated without proof.
% 0.13/0.60  
% 0.13/0.60  
% 0.13/0.60  fork 4: search terminated without proof.
% 0.13/0.60  
% 0.13/0.60  
% 0.13/0.60  fork 3: search terminated without proof.
% 0.13/0.62  
% 0.13/0.62  **** run 17 fork 0 starts with strategy
% 0.13/0.62  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.13/0.62  
% 0.13/0.62  **** run 19 fork 2 starts with strategy
% 0.13/0.62  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.13/0.62  
% 0.13/0.62  **** run 18 fork 1 starts with strategy
% 0.13/0.62  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.13/0.63  
% 0.13/0.63  **** run 22 fork 5 starts with strategy
% 0.13/0.63  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.13/0.63  
% 0.13/0.63  **** run 23 fork 6 starts with strategy
% 0.13/0.63  {"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.13/0.63  
% 0.13/0.63  **** run 24 fork 7 starts with strategy
% 0.13/0.63  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.13/0.63  
% 0.13/0.63  **** run 20 fork 3 starts with strategy
% 0.13/0.63  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.13/0.63  
% 0.13/0.63  **** run 21 fork 4 starts with strategy
% 0.13/0.63  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.13/0.74  
% 0.13/0.74  
% 0.13/0.74  fork 2: search terminated without proof.
% 0.13/0.75  
% 0.13/0.75  
% 0.13/0.75  fork 4: search terminated without proof.
% 0.13/0.75  
% 0.13/0.75  
% 0.13/0.75  fork 0: search terminated without proof.
% 0.13/0.76  
% 0.13/0.76  
% 0.13/0.76  fork 1: search terminated without proof.
% 0.13/0.76  
% 0.13/0.76  **** run 27 fork 2 starts with strategy
% 0.13/0.76  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.13/0.76  
% 0.13/0.76  
% 0.13/0.76  fork 3: search terminated without proof.
% 0.13/0.76  
% 0.13/0.76  
% 0.13/0.76  fork 5: search terminated without proof.
% 0.13/0.76  
% 0.13/0.76  
% 0.13/0.76  fork 7: search terminated without proof.
% 0.13/0.77  
% 0.13/0.77  **** run 29 fork 4 starts with strategy
% 0.13/0.77  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.13/0.78  
% 0.13/0.78  **** run 25 fork 0 starts with strategy
% 0.13/0.78  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 0.13/0.78  
% 0.13/0.78  **** run 26 fork 1 starts with strategy
% 0.13/0.78  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.13/0.79  
% 0.13/0.79  **** run 30 fork 5 starts with strategy
% 0.13/0.79  {"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.13/0.79  
% 0.13/0.79  **** run 28 fork 3 starts with strategy
% 0.13/0.79  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 0.13/0.79  **** run 32 fork 7 starts with strategy
% 0.13/0.79  
% 0.13/0.79  {"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.13/0.86  
% 0.13/0.86  
% 0.13/0.86  fork 6: search terminated without proof.
% 0.13/0.89  
% 0.13/0.89  
% 0.13/0.89  fork 2: search terminated without proof.
% 0.13/0.90  
% 0.13/0.90  
% 0.13/0.90  fork 0: search terminated without proof.
% 0.13/0.91  
% 0.13/0.91  
% 0.13/0.91  fork 4: search terminated without proof.
% 0.13/0.91  
% 0.13/0.91  
% 0.13/0.91  fork 3: search terminated without proof.
% 0.13/0.91  
% 0.13/0.91  
% 0.13/0.91  fork 5: search terminated without proof.
% 0.13/0.91  
% 0.13/0.91  
% 0.13/0.91  fork 7: search terminated without proof.
% 0.13/0.91  
% 0.13/0.91  **** run 31 fork 6 starts with strategy
% 0.13/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 4.33/0.92  
% 4.33/0.92  **** run 35 fork 2 starts with strategy
% 4.33/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.33/0.92  
% 4.33/0.92  **** run 33 fork 0 starts with strategy
% 4.33/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.33/0.93  
% 4.33/0.93  **** run 37 fork 4 starts with strategy
% 4.33/0.93  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.33/0.94  
% 4.33/0.94  **** run 40 fork 7 starts with strategy
% 4.33/0.94  
% 4.33/0.94  **** run 38 fork 5 starts with strategy
% 4.33/0.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.33/0.94  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.33/0.94  
% 4.33/0.94  **** run 36 fork 3 starts with strategy
% 4.33/0.94  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.33/0.96  
% 4.33/0.96  
% 4.33/0.96  fork 1: search terminated without proof.
% 5.03/0.98  
% 5.03/0.98  **** run 34 fork 1 starts with strategy
% 5.03/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.50/1.03  
% 5.50/1.03  
% 5.50/1.03  fork 6: search terminated without proof.
% 5.50/1.04  
% 5.50/1.04  
% 5.50/1.04  fork 2: search terminated without proof.
% 5.50/1.05  
% 5.50/1.05  
% 5.50/1.05  fork 0: search terminated without proof.
% 5.50/1.05  
% 5.50/1.05  
% 5.50/1.05  fork 4: search terminated without proof.
% 5.50/1.06  
% 5.50/1.06  **** run 39 fork 6 starts with strategy
% 5.50/1.06  
% 5.50/1.06  
% 5.50/1.06  fork 3: search terminated without proof.
% 5.50/1.06  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 5.50/1.06  
% 5.50/1.06  
% 5.50/1.06  fork 5: search terminated without proof.
% 5.50/1.06  
% 5.50/1.06  
% 5.50/1.06  fork 7: search terminated without proof.
% 5.50/1.06  
% 5.50/1.06  **** run 43 fork 2 starts with strategy
% 5.50/1.06  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.50/1.07  
% 5.50/1.07  **** run 41 fork 0 starts with strategy
% 5.50/1.07  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.50/1.08  
% 5.50/1.08  **** run 45 fork 4 starts with strategy
% 5.50/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.50/1.08  
% 5.50/1.08  **** run 44 fork 3 starts with strategy
% 5.50/1.08  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.50/1.09  
% 5.50/1.09  **** run 46 fork 5 starts with strategy
% 5.50/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.50/1.09  
% 5.50/1.09  **** run 48 fork 7 starts with strategy
% 5.50/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.50/1.10  
% 5.50/1.10  
% 5.50/1.10  fork 1: search terminated without proof.
% 5.50/1.12  
% 5.50/1.12  fork 5: search finished without proof.
% 6.29/1.13  
% 6.29/1.13  **** run 42 fork 1 starts with strategy
% 6.29/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 6.29/1.14  
% 6.29/1.14  **** run 54 fork 5 starts with strategy
% 6.29/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.29/1.18  
% 6.29/1.18  
% 6.29/1.18  fork 6: search terminated without proof.
% 6.29/1.19  
% 6.29/1.19  
% 6.29/1.19  fork 2: search terminated without proof.
% 6.86/1.20  
% 6.86/1.20  
% 6.86/1.20  fork 0: search terminated without proof.
% 6.86/1.20  
% 6.86/1.20  
% 6.86/1.20  fork 4: search terminated without proof.
% 6.86/1.20  
% 6.86/1.20  **** run 47 fork 6 starts with strategy
% 6.86/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 6.86/1.21  
% 6.86/1.21  **** run 51 fork 2 starts with strategy
% 6.86/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.86/1.22  
% 6.86/1.22  
% 6.86/1.22  fork 3: search terminated without proof.
% 6.86/1.22  
% 6.86/1.22  **** run 49 fork 0 starts with strategy
% 6.86/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.86/1.22  
% 6.86/1.22  
% 6.86/1.22  fork 7: search terminated without proof.
% 6.86/1.23  
% 6.86/1.23  **** run 53 fork 4 starts with strategy
% 6.86/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.86/1.24  
% 6.86/1.24  **** run 52 fork 3 starts with strategy
% 6.86/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.86/1.25  
% 6.86/1.25  
% 6.86/1.25  fork 1: search terminated without proof.
% 6.86/1.25  
% 6.86/1.25  **** run 56 fork 7 starts with strategy
% 6.86/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.86/1.26  
% 6.86/1.26  fork 2: search finished without proof.
% 6.86/1.26  
% 6.86/1.26  
% 6.86/1.26  fork 5: search terminated without proof.
% 7.44/1.28  
% 7.44/1.28  **** run 50 fork 1 starts with strategy
% 7.44/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.44/1.28  
% 7.44/1.28  **** run 59 fork 2 starts with strategy
% 7.44/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.44/1.28  
% 7.44/1.28  **** run 62 fork 5 starts with strategy
% 7.44/1.28  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.68/1.32  
% 7.68/1.32  
% 7.68/1.32  fork 6: search terminated without proof.
% 7.88/1.34  
% 7.88/1.34  
% 7.88/1.34  fork 0: search terminated without proof.
% 7.88/1.35  
% 7.88/1.35  **** run 55 fork 6 starts with strategy
% 7.88/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.88/1.35  
% 7.88/1.35  
% 7.88/1.35  fork 4: search terminated without proof.
% 7.88/1.37  
% 7.88/1.37  
% 7.88/1.37  fork 3: search terminated without proof.
% 7.88/1.37  
% 7.88/1.37  
% 7.88/1.37  fork 7: search terminated without proof.
% 7.88/1.37  
% 7.88/1.37  **** run 57 fork 0 starts with strategy
% 7.88/1.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.88/1.38  
% 7.88/1.38  **** run 61 fork 4 starts with strategy
% 7.88/1.38  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.88/1.39  
% 7.88/1.39  **** run 64 fork 7 starts with strategy
% 7.88/1.39  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.88/1.40  
% 7.88/1.40  
% 7.88/1.40  fork 1: search terminated without proof.
% 7.88/1.40  
% 7.88/1.40  **** run 60 fork 3 starts with strategy
% 7.88/1.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.88/1.40  
% 7.88/1.40  
% 7.88/1.40  fork 2: search terminated without proof.
% 7.88/1.42  
% 7.88/1.42  
% 7.88/1.42  fork 5: search terminated without proof.
% 8.69/1.42  
% 8.69/1.42  **** run 58 fork 1 starts with strategy
% 8.69/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.69/1.43  
% 8.69/1.43  **** run 67 fork 2 starts with strategy
% 8.69/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.69/1.44  
% 8.69/1.44  **** run 70 fork 5 starts with strategy
% 8.69/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.69/1.47  
% 8.69/1.47  
% 8.69/1.47  fork 6: search terminated without proof.
% 8.69/1.49  
% 8.69/1.49  
% 8.69/1.49  fork 0: search terminated without proof.
% 8.69/1.49  
% 8.69/1.49  **** run 63 fork 6 starts with strategy
% 8.69/1.49  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.69/1.50  
% 8.69/1.50  
% 8.69/1.50  fork 4: search terminated without proof.
% 8.69/1.51  
% 8.69/1.51  
% 8.69/1.51  fork 3: search terminated without proof.
% 8.69/1.52  
% 8.69/1.52  **** run 65 fork 0 starts with strategy
% 8.69/1.52  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.69/1.52  
% 8.69/1.52  **** run 69 fork 4 starts with strategy
% 8.69/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.69/1.53  
% 8.69/1.53  
% 8.69/1.53  fork 7: search terminated without proof.
% 8.69/1.54  
% 8.69/1.54  **** run 68 fork 3 starts with strategy
% 8.69/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 8.69/1.55  
% 8.69/1.55  **** run 72 fork 7 starts with strategy
% 8.69/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 8.69/1.55  
% 8.69/1.55  
% 8.69/1.55  fork 2: search terminated without proof.
% 8.69/1.57  
% 8.69/1.57  
% 8.69/1.57  fork 5: search terminated without proof.
% 8.69/1.58  
% 8.69/1.58  **** run 75 fork 2 starts with strategy
% 8.69/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.69/1.59  
% 8.69/1.59  **** run 78 fork 5 starts with strategy
% 8.69/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 8.69/1.61  
% 8.69/1.61  
% 8.69/1.61  fork 1: search terminated without proof.
% 8.69/1.61  
% 8.69/1.61  
% 8.69/1.61  fork 6: search terminated without proof.
% 8.69/1.62  
% 8.69/1.62  **** run 66 fork 1 starts with strategy
% 8.69/1.62  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 8.69/1.63  
% 8.69/1.63  **** run 71 fork 6 starts with strategy
% 8.69/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 8.69/1.63  
% 8.69/1.63  
% 8.69/1.63  fork 0: search terminated without proof.
% 8.69/1.65  
% 8.69/1.65  
% 8.69/1.65  fork 4: search terminated without proof.
% 8.69/1.65  
% 8.69/1.65  **** run 73 fork 0 starts with strategy
% 8.69/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 8.69/1.67  
% 8.69/1.67  **** run 77 fork 4 starts with strategy
% 8.69/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 8.69/1.68  
% 8.69/1.68  
% 8.69/1.68  fork 7: search terminated without proof.
% 8.69/1.70  
% 8.69/1.70  **** run 80 fork 7 starts with strategy
% 8.69/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 8.69/1.71  
% 8.69/1.71  
% 8.69/1.71  fork 2: search terminated without proof.
% 8.69/1.72  
% 8.69/1.72  
% 8.69/1.72  fork 5: search terminated without proof.
% 8.69/1.73  
% 8.69/1.73  **** run 83 fork 2 starts with strategy
% 8.69/1.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.54/1.73  
% 10.54/1.73  
% 10.54/1.73  fork 3: search terminated without proof.
% 10.54/1.74  
% 10.54/1.74  **** run 86 fork 5 starts with strategy
% 10.54/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.54/1.75  
% 10.54/1.75  **** run 76 fork 3 starts with strategy
% 10.54/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.54/1.75  
% 10.54/1.75  
% 10.54/1.75  fork 1: search terminated without proof.
% 10.54/1.76  
% 10.54/1.76  
% 10.54/1.76  fork 6: search terminated without proof.
% 10.54/1.76  
% 10.54/1.76  **** run 74 fork 1 starts with strategy
% 10.54/1.76  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.54/1.78  
% 10.54/1.78  
% 10.54/1.78  fork 0: search terminated without proof.
% 10.54/1.78  
% 10.54/1.78  **** run 79 fork 6 starts with strategy
% 10.54/1.78  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.54/1.80  
% 10.54/1.80  
% 10.54/1.80  fork 4: search terminated without proof.
% 10.54/1.80  
% 10.54/1.80  **** run 81 fork 0 starts with strategy
% 10.54/1.80  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.57/1.82  
% 11.57/1.82  **** run 85 fork 4 starts with strategy
% 11.57/1.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.57/1.83  
% 11.57/1.83  
% 11.57/1.83  fork 7: search terminated without proof.
% 11.57/1.85  
% 11.57/1.85  **** run 88 fork 7 starts with strategy
% 11.57/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.57/1.88  
% 11.57/1.88  
% 11.57/1.88  fork 3: search terminated without proof.
% 11.57/1.89  
% 11.57/1.89  
% 11.57/1.89  fork 1: search terminated without proof.
% 12.33/1.90  
% 12.33/1.90  **** run 84 fork 3 starts with strategy
% 12.33/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.33/1.91  
% 12.33/1.91  
% 12.33/1.91  fork 6: search terminated without proof.
% 12.33/1.91  
% 12.33/1.91  **** run 82 fork 1 starts with strategy
% 12.33/1.91  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.33/1.92  
% 12.33/1.92  
% 12.33/1.92  fork 0: search terminated without proof.
% 12.33/1.93  
% 12.33/1.93  **** run 87 fork 6 starts with strategy
% 12.33/1.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 12.33/1.94  
% 12.33/1.94  **** run 89 fork 0 starts with strategy
% 12.33/1.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 18.56/2.75  
% 18.56/2.75  
% 18.56/2.75  fork 2: search terminated without proof.
% 19.03/2.77  
% 19.03/2.77  
% 19.03/2.77  fork 5: search terminated without proof.
% 19.03/2.79  
% 19.03/2.79  **** run 91 fork 2 starts with strategy
% 19.03/2.79  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 19.03/2.82  
% 19.03/2.82  **** run 94 fork 5 starts with strategy
% 19.03/2.82  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 19.81/2.87  
% 19.81/2.87  
% 19.81/2.87  fork 4: search terminated without proof.
% 19.81/2.87  
% 19.81/2.87  
% 19.81/2.87  fork 7: search terminated without proof.
% 20.09/2.93  
% 20.09/2.93  **** run 96 fork 7 starts with strategy
% 20.09/2.93  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.44/2.94  
% 20.44/2.94  
% 20.44/2.94  fork 1: search terminated without proof.
% 20.49/2.95  
% 20.49/2.95  
% 20.49/2.95  fork 6: search terminated without proof.
% 20.49/2.95  
% 20.49/2.95  **** run 93 fork 4 starts with strategy
% 20.49/2.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.49/2.96  
% 20.49/2.96  
% 20.49/2.96  fork 0: search terminated without proof.
% 20.98/3.00  
% 20.98/3.00  **** run 90 fork 1 starts with strategy
% 20.98/3.00  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.98/3.02  
% 20.98/3.02  **** run 95 fork 6 starts with strategy
% 20.98/3.02  {"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}
% 20.98/3.02  
% 20.98/3.02  **** run 97 fork 0 starts with strategy
% 20.98/3.02  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 21.42/3.08  
% 21.42/3.08  
% 21.42/3.08  fork 3: search terminated without proof.
% 21.42/3.14  
% 21.42/3.14  **** run 92 fork 3 starts with strategy
% 21.42/3.14  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 26.97/3.82  
% 26.97/3.82  
% 26.97/3.82  fork 2: search terminated without proof.
% 26.97/3.84  
% 26.97/3.84  
% 26.97/3.84  fork 5: search terminated without proof.
% 26.97/3.87  
% 26.97/3.87  **** run 99 fork 2 starts with strategy
% 26.97/3.87  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 26.97/3.90  
% 26.97/3.90  **** run 102 fork 5 starts with strategy
% 26.97/3.90  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 26.97/3.95  
% 26.97/3.95  
% 26.97/3.95  fork 7: search terminated without proof.
% 26.97/4.01  
% 26.97/4.01  **** run 104 fork 7 starts with strategy
% 26.97/4.01  {"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}
% 26.97/4.04  
% 26.97/4.04  
% 26.97/4.04  fork 6: search terminated without proof.
% 26.97/4.04  
% 26.97/4.04  
% 26.97/4.04  fork 0: search terminated without proof.
% 28.74/4.07  
% 28.74/4.07  
% 28.74/4.07  fork 4: search terminated without proof.
% 29.44/4.10  
% 29.44/4.10  **** run 103 fork 6 starts with strategy
% 29.44/4.10  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 29.44/4.11  
% 29.44/4.11  **** run 105 fork 0 starts with strategy
% 29.44/4.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 29.44/4.14  
% 29.44/4.14  **** run 101 fork 4 starts with strategy
% 29.44/4.14  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 29.44/4.16  
% 29.44/4.16  
% 29.44/4.16  fork 1: search terminated without proof.
% 30.26/4.20  
% 30.26/4.20  
% 30.26/4.20  fork 3: search terminated without proof.
% 30.26/4.22  
% 30.26/4.22  **** run 98 fork 1 starts with strategy
% 30.26/4.22  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 30.48/4.25  
% 30.48/4.25  **** run 100 fork 3 starts with strategy
% 30.48/4.25  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 35.43/4.89  
% 35.43/4.89  
% 35.43/4.89  fork 2: search terminated without proof.
% 35.43/4.93  
% 35.43/4.93  
% 35.43/4.93  fork 5: search terminated without proof.
% 36.14/4.96  
% 36.14/4.96  **** run 107 fork 2 starts with strategy
% 36.14/4.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 36.37/4.99  
% 36.37/4.99  **** run 110 fork 5 starts with strategy
% 36.37/4.99  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 36.37/5.02  
% 36.37/5.02  
% 36.37/5.02  fork 7: search terminated without proof.
% 36.81/5.08  
% 36.81/5.08  **** run 112 fork 7 starts with strategy
% 36.81/5.08  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 37.37/5.12  
% 37.37/5.12  
% 37.37/5.12  fork 6: search terminated without proof.
% 37.37/5.13  
% 37.37/5.13  
% 37.37/5.13  fork 0: search terminated without proof.
% 37.83/5.18  
% 37.83/5.18  **** run 111 fork 6 starts with strategy
% 37.83/5.18  {"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}
% 37.83/5.19  
% 37.83/5.19  **** run 113 fork 0 starts with strategy
% 37.83/5.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 38.51/5.26  
% 38.51/5.26  
% 38.51/5.26  fork 4: search terminated without proof.
% 38.51/5.29  
% 38.51/5.29  
% 38.51/5.29  fork 3: search terminated without proof.
% 38.51/5.30  
% 38.51/5.30  
% 38.51/5.30  fork 1: search terminated without proof.
% 38.51/5.35  
% 38.51/5.35  **** run 109 fork 4 starts with strategy
% 38.51/5.35  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 38.51/5.36  
% 38.51/5.36  **** run 108 fork 3 starts with strategy
% 38.51/5.36  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 38.51/5.37  
% 38.51/5.37  **** run 106 fork 1 starts with strategy
% 38.51/5.37  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 44.01/5.99  
% 44.01/5.99  
% 44.01/5.99  fork 2: search terminated without proof.
% 44.01/6.01  
% 44.01/6.01  
% 44.01/6.01  fork 5: search terminated without proof.
% 44.01/6.04  
% 44.01/6.04  **** run 115 fork 2 starts with strategy
% 44.01/6.04  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 44.01/6.06  
% 44.01/6.06  **** run 118 fork 5 starts with strategy
% 44.01/6.06  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 44.01/6.09  
% 44.01/6.09  
% 44.01/6.09  fork 7: search terminated without proof.
% 44.01/6.18  
% 44.01/6.18  **** run 120 fork 7 starts with strategy
% 44.01/6.18  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 44.01/6.20  
% 44.01/6.20  
% 44.01/6.20  fork 6: search terminated without proof.
% 44.01/6.20  
% 44.01/6.20  
% 44.01/6.20  fork 0: search terminated without proof.
% 45.72/6.26  
% 45.72/6.26  **** run 119 fork 6 starts with strategy
% 45.72/6.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 46.24/6.27  
% 46.24/6.27  **** run 121 fork 0 starts with strategy
% 46.24/6.27  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 46.81/6.39  
% 46.81/6.39  
% 46.81/6.39  fork 3: search terminated without proof.
% 47.50/6.45  
% 47.50/6.45  **** run 116 fork 3 starts with strategy
% 47.50/6.45  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 47.50/6.48  
% 47.50/6.48  
% 47.50/6.48  fork 4: search terminated without proof.
% 47.93/6.50  
% 47.93/6.50  
% 47.93/6.50  fork 1: search terminated without proof.
% 47.93/6.55  
% 47.93/6.55  **** run 117 fork 4 starts with strategy
% 47.93/6.55  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 48.51/6.56  
% 48.51/6.56  **** run 114 fork 1 starts with strategy
% 48.51/6.56  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 52.14/7.09  
% 52.14/7.09  
% 52.14/7.09  fork 5: search terminated without proof.
% 52.85/7.13  
% 52.85/7.13  **** run 126 fork 5 starts with strategy
% 52.85/7.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 52.85/7.16  
% 52.85/7.16  
% 52.85/7.16  fork 2: search terminated without proof.
% 53.42/7.21  
% 53.42/7.21  **** run 123 fork 2 starts with strategy
% 53.42/7.21  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 54.17/7.29  
% 54.17/7.29  
% 54.17/7.29  fork 7: search terminated without proof.
% 54.17/7.29  
% 54.17/7.29  
% 54.17/7.29  fork 0: search terminated without proof.
% 54.54/7.34  
% 54.54/7.34  **** run 128 fork 7 starts with strategy
% 54.54/7.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 54.54/7.35  
% 54.54/7.35  
% 54.54/7.35  fork 6: search terminated without proof.
% 54.54/7.36  
% 54.54/7.36  **** run 129 fork 0 starts with strategy
% 54.54/7.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 54.54/7.39  
% 54.54/7.39  **** run 127 fork 6 starts with strategy
% 54.54/7.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 55.22/7.42  
% 55.22/7.42  fork 6: search finished without proof.
% 55.22/7.44  
% 55.22/7.44  **** run 135 fork 6 starts with strategy
% 55.22/7.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 55.22/7.47  
% 55.22/7.47  
% 55.22/7.47  fork 3: search terminated without proof.
% 55.81/7.53  
% 55.81/7.53  **** run 124 fork 3 starts with strategy
% 55.81/7.53  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 55.81/7.58  
% 55.81/7.58  
% 55.81/7.58  fork 1: search terminated without proof.
% 55.81/7.58  
% 55.81/7.58  
% 55.81/7.58  fork 4: search terminated without proof.
% 55.81/7.63  
% 55.81/7.63  **** run 125 fork 4 starts with strategy
% 55.81/7.63  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 55.81/7.64  
% 55.81/7.64  **** run 122 fork 1 starts with strategy
% 55.81/7.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 60.76/8.15  
% 60.76/8.15  
% 60.76/8.15  fork 5: search terminated without proof.
% 61.01/8.19  
% 61.01/8.19  **** run 134 fork 5 starts with strategy
% 61.01/8.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 61.01/8.23  
% 61.01/8.23  
% 61.01/8.23  fork 2: search terminated without proof.
% 61.01/8.29  
% 61.01/8.29  **** run 131 fork 2 starts with strategy
% 61.01/8.29  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 61.01/8.36  
% 61.01/8.36  
% 61.01/8.36  fork 7: search terminated without proof.
% 61.01/8.38  
% 61.01/8.38  **** run 136 fork 7 starts with strategy
% 61.01/8.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 63.04/8.46  
% 63.04/8.46  
% 63.04/8.46  fork 0: search terminated without proof.
% 63.04/8.49  
% 63.04/8.49  **** run 137 fork 0 starts with strategy
% 63.04/8.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 63.60/8.55  
% 63.60/8.55  
% 63.60/8.55  fork 6: search terminated without proof.
% 64.08/8.57  
% 64.08/8.57  **** run 143 fork 6 starts with strategy
% 64.08/8.57  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 64.81/8.66  
% 64.81/8.66  
% 64.81/8.66  fork 1: search terminated without proof.
% 64.81/8.68  
% 64.81/8.68  
% 64.81/8.68  fork 3: search terminated without proof.
% 65.04/8.72  
% 65.04/8.72  **** run 130 fork 1 starts with strategy
% 65.04/8.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 65.37/8.72  
% 65.37/8.72  **** run 132 fork 3 starts with strategy
% 65.37/8.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 65.37/8.73  
% 65.37/8.73  
% 65.37/8.73  fork 4: search terminated without proof.
% 65.46/8.76  
% 65.46/8.76  fork 3: search finished without proof.
% 65.46/8.77  
% 65.46/8.77  **** run 140 fork 3 starts with strategy
% 65.46/8.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 65.46/8.78  
% 65.46/8.78  **** run 133 fork 4 starts with strategy
% 65.46/8.78  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 69.16/9.23  
% 69.16/9.23  
% 69.16/9.23  fork 5: search terminated without proof.
% 69.25/9.25  
% 69.25/9.25  **** run 142 fork 5 starts with strategy
% 69.25/9.25  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 70.36/9.39  
% 70.36/9.39  
% 70.36/9.39  fork 2: search terminated without proof.
% 70.36/9.41  
% 70.36/9.41  
% 70.36/9.41  fork 7: search terminated without proof.
% 70.36/9.44  
% 70.36/9.44  **** run 139 fork 2 starts with strategy
% 70.36/9.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 70.36/9.45  
% 70.36/9.45  **** run 144 fork 7 starts with strategy
% 70.36/9.45  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 71.25/9.51  
% 71.25/9.51  
% 71.25/9.51  fork 0: search terminated without proof.
% 71.65/9.54  
% 71.65/9.54  **** run 145 fork 0 starts with strategy
% 71.65/9.54  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 71.65/9.60  
% 71.65/9.60  
% 71.65/9.60  fork 6: search terminated without proof.
% 72.26/9.64  
% 72.26/9.64  **** run 151 fork 6 starts with strategy
% 72.26/9.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 72.77/9.78  
% 72.77/9.78  
% 72.77/9.78  fork 1: search terminated without proof.
% 72.77/9.80  
% 72.77/9.80  
% 72.77/9.80  fork 3: search terminated without proof.
% 72.77/9.83  
% 72.77/9.83  **** run 138 fork 1 starts with strategy
% 72.77/9.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 72.77/9.84  
% 72.77/9.84  
% 72.77/9.84  fork 4: search terminated without proof.
% 72.77/9.84  
% 72.77/9.84  **** run 148 fork 3 starts with strategy
% 72.77/9.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 72.77/9.87  
% 72.77/9.87  **** run 141 fork 4 starts with strategy
% 72.77/9.87  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 77.26/10.27  
% 77.26/10.27  
% 77.26/10.27  fork 5: search terminated without proof.
% 77.56/10.31  
% 77.56/10.31  **** run 150 fork 5 starts with strategy
% 77.56/10.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 79.22/10.56  
% 79.22/10.56  
% 79.22/10.56  fork 7: search terminated without proof.
% 79.22/10.56  
% 79.22/10.56  
% 79.22/10.56  fork 0: search terminated without proof.
% 79.22/10.58  
% 79.22/10.58  
% 79.22/10.58  fork 2: search terminated without proof.
% 79.22/10.61  
% 79.22/10.61  **** run 152 fork 7 starts with strategy
% 79.22/10.61  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 79.22/10.62  
% 79.22/10.62  **** run 153 fork 0 starts with strategy
% 79.22/10.62  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 80.00/10.63  
% 80.00/10.63  **** run 147 fork 2 starts with strategy
% 80.00/10.63  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 80.79/10.73  
% 80.79/10.73  
% 80.79/10.73  fork 6: search terminated without proof.
% 80.79/10.77  
% 80.79/10.77  **** run 159 fork 6 starts with strategy
% 80.79/10.77  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 81.37/10.85  
% 81.37/10.85  
% 81.37/10.85  fork 1: search terminated without proof.
% 82.02/10.88  
% 82.02/10.88  
% 82.02/10.88  fork 3: search terminated without proof.
% 82.02/10.89  
% 82.02/10.89  
% 82.02/10.89  fork 4: search terminated without proof.
% 82.20/10.90  
% 82.20/10.90  **** run 146 fork 1 starts with strategy
% 82.20/10.90  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 82.37/10.94  
% 82.37/10.94  **** run 149 fork 4 starts with strategy
% 82.37/10.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 82.37/10.94  
% 82.37/10.94  **** run 156 fork 3 starts with strategy
% 82.37/10.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 86.24/11.42  
% 86.24/11.42  
% 86.24/11.42  fork 5: search terminated without proof.
% 86.44/11.47  
% 86.44/11.47  **** run 158 fork 5 starts with strategy
% 86.44/11.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":5}
% 88.19/11.68  
% 88.19/11.68  
% 88.19/11.68  fork 7: search terminated without proof.
% 88.19/11.69  
% 88.19/11.69  
% 88.19/11.69  fork 0: search terminated without proof.
% 88.19/11.71  
% 88.19/11.71  
% 88.19/11.71  fork 2: search terminated without proof.
% 88.54/11.73  
% 88.54/11.73  **** run 160 fork 7 starts with strategy
% 88.54/11.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 88.54/11.73  
% 88.54/11.73  **** run 155 fork 2 starts with strategy
% 88.54/11.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":3}
% 88.74/11.75  
% 88.74/11.75  **** run 161 fork 0 starts with strategy
% 88.74/11.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 88.74/11.82  
% 88.74/11.82  
% 88.74/11.82  fork 6: search terminated without proof.
% 88.74/11.86  
% 88.74/11.86  **** run 167 fork 6 starts with strategy
% 88.74/11.86  {"max_dseconds":50,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 88.74/11.96  
% 88.74/11.96  
% 88.74/11.96  fork 4: search terminated without proof.
% 88.74/11.97  
% 88.74/11.97  
% 88.74/11.97  fork 3: search terminated without proof.
% 89.97/12.01  
% 89.97/12.01  **** run 164 fork 3 starts with strategy
% 89.97/12.01  {"max_dseconds":50,"strategy":["unit"],"query_preference":0}
% 89.97/12.02  
% 89.97/12.02  **** run 157 fork 4 starts with strategy
% 89.97/12.02  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":4}
% 93.22/12.45  
% 93.22/12.45  
% 93.22/12.45  result: proof found
% 93.22/12.45  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 93.22/12.45  by run 146 fork 1 strategy {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 93.22/12.45  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 93.22/12.45  
% 93.22/12.45  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 93.22/12.45  
% 93.22/12.45  run 146 fork 1 statistics:
% 93.22/12.45  ----------------------------------
% 93.22/12.45  this run seconds: 0.721884
% 93.22/12.45  total seconds: 10.837499
% 93.22/12.45  stat_given_used: 1113
% 93.22/12.45  stat_given_used_at_endgame: 0
% 93.22/12.45  stat_given_candidates:   5890
% 93.22/12.45  stat_given_candidates_at_endgame: 0
% 93.22/12.45  stat_given_candidates_h: 0
% 93.22/12.45  stat_binres_derived_cl:   0
% 93.22/12.45  stat_binres_derived_cl_h: 0
% 93.22/12.45  stat_factor_derived_cl: 0
% 93.22/12.45  stat_para_derived_cl: 86632
% 93.22/12.45  stat_tautologies_discarded: 0
% 93.22/12.45  stat_forward_subsumed: 13208
% 93.22/12.45  stat_derived_cut: 1
% 93.22/12.45  stat_derived_rewritten: 480
% 93.22/12.45  stat_weight_discarded_building: 0
% 93.22/12.45  stat_weight_discarded_cl: 17364
% 93.22/12.45  stat_internlimit_discarded_cl: 0
% 93.22/12.45  stat_simplified:  480 simplified 0 derived 0 given
% 93.22/12.45  stat_kept_cl: 54504
% 93.22/12.45  stat_built_cl: 74574
% 93.22/12.45  stat_hyperres_partial_cl: 0
% 93.22/12.45  stat_made_rewriters: 1005
% 93.22/12.45  stat_backward_subsumed: 0
% 93.22/12.45  stat_propagated_subsumed: 0
% 93.22/12.45  stat_clsubs_attempted:                     41619
% 93.22/12.45  stat_clsubs_fact_groundunit_found:             0
% 93.22/12.45  stat_clsubs_rule_groundunit_found:             1
% 93.22/12.45  stat_clsubs_top_meta_attempted:             643488
% 93.22/12.45  stat_clsubs_top_meta_failed:                601869
% 93.22/12.45  stat_clsubs_top_meta_nonpref_attempted:              643488
% 93.22/12.45  stat_clsubs_top_meta_nonpref_succeeded:              286613
% 93.22/12.45  stat_clsubs_top_meta_pref_attempted:                 286613
% 93.22/12.45  stat_clsubs_top_meta_pref1_succeeded:                286613
% 93.22/12.45  stat_clsubs_top_meta_pref2_succeeded:                 59797
% 93.22/12.45  stat_clsubs_top_meta_pref3_succeeded:                 41619
% 93.22/12.45  stat_clsubs_top_meta_pref_succeeded:                  41619
% 93.22/12.45  stat_clsubs_meta_attempted:                41619
% 93.22/12.45  stat_clsubs_meta_failed:                     912
% 93.22/12.45  stat_clsubs_predsymbs_attempted:               0
% 93.22/12.45  stat_clsubs_unit_attempted:                41619
% 93.22/12.45  stat_clsubs_full_attempted:                    0
% 93.22/12.45  stat_forwardsubs_attempted:                85077
% 93.22/12.45  stat_lit_hash_added:                  54530
% 93.22/12.45  stat_lit_hash_computed:              140939
% 93.22/12.45  stat_lit_hash_match_found:            13298
% 93.22/12.45  stat_lit_hash_match_miss:            145460
% 93.22/12.45  stat_lit_hash_cut_ok:                     0
% 93.22/12.45  stat_lit_strong_cut_ok:                   1
% 93.22/12.45  stat_lit_hash_subsume_ok:             13208
% 93.22/12.45  clqueue els 10000000 used 1
% 93.22/12.45  clactive els 10000000 used 1114
% 93.22/12.45  clactivesubsume els 10000000 used 6661
% 93.22/12.45  queue_termbuf els 200000000 used 6513157
% 93.22/12.45  hyper_termbuf els 100000000 used 1
% 93.22/12.45  active_termbuf els 100000000 used 63263
% 93.22/12.45  varstack els 5000 last used 1
% 93.22/12.45  given_termbuf els 10000000 last used 1
% 93.22/12.45  simplified_termbuf els 10000000 last used 1
% 93.22/12.45  derived_termbuf els 10000000 last used 38
% 93.22/12.45  wr_mallocs: 218434
% 93.22/12.45  wr_callocs: 21
% 93.22/12.45  wr_reallocs: 4649
% 93.22/12.45  wr_frees: 2
% 93.22/12.45  wr_malloc_bytes: 4170406196
% 93.22/12.45  wr_calloc_bytes: 112065536
% 93.22/12.45  wr_realloc_bytes: 1418816
% 93.22/12.45  wr_realloc_freebytes: 0
% 93.22/12.45  ----------------------------------
%------------------------------------------------------------------------------