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

View Problem - Process Solution

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

% Computer : n004.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:00 EDT 2023

% Result   : Unsatisfiable 16.41s 2.58s
% Output   : CNFRefutation 16.41s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named c03)

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

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

cnf('3',plain,
    ld(rd(X,Y),X) = Y,
    inference(paramodulation,[],['1','2']) ).

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

cnf('5',plain,
    mult(X,mult(X,mult(X,X))) = unit,
    inference(cnf_transformation,[],[c08]) ).

cnf('6',plain,
    mult(mult(mult(X3,X3),X3),X3) = unit,
    inference(paramodulation,[],['4','5']) ).

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

cnf('8',plain,
    ld(X,unit) = mult(X,mult(X,X)),
    inference(paramodulation,[],['5','2']) ).

cnf('9',plain,
    ld(X,unit) = mult(mult(X,X),X),
    inference(paramodulation,[],['7','8']) ).

cnf('10',plain,
    mult(ld(X,unit),X) = unit,
    inference(simplify,[],['6','9']) ).

cnf('11',plain,
    mult(X,unit) = X,
    inference(cnf_transformation,[],[c05]) ).

cnf('12',plain,
    mult(X3,mult(Y3,mult(Y3,unit))) = mult(mult(X3,Y3),Y3),
    inference(paramodulation,[],['4','11']) ).

cnf('13',plain,
    mult(X,mult(Y,Y)) = mult(mult(X,Y),Y),
    inference(simplify,[],['12','11']) ).

cnf('14',plain,
    mult(rd(X,Y),mult(Y,Y)) = mult(X,Y),
    inference(paramodulation,[],['1','13']) ).

cnf('15',plain,
    ld(mult(X,X),mult(Y,mult(X,X))) = Y,
    inference(paramodulation,[],['7','2']) ).

cnf('16',plain,
    ld(mult(X3,X3),mult(Y3,X3)) = rd(Y3,X3),
    inference(paramodulation,[],['14','15']) ).

cnf('17',plain,
    ld(mult(X,X),Y) = rd(Y,mult(X,X)),
    inference(paramodulation,[],['1','15']) ).

cnf('18',plain,
    rd(mult(X,Y),mult(Y,Y)) = rd(X,Y),
    inference(simplify,[],['16','17']) ).

cnf('19',plain,
    rd(unit,mult(X3,X3)) = rd(ld(X3,unit),X3),
    inference(paramodulation,[],['10','18']) ).

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

cnf('21',plain,
    rd(unit,X) = ld(X,unit),
    inference(paramodulation,[],['10','20']) ).

cnf('22',plain,
    rd(ld(X,unit),X) = mult(X,X),
    inference(paramodulation,[],['9','20']) ).

cnf('23',plain,
    rd(rd(unit,X),X) = mult(X,X),
    inference(paramodulation,[],['21','22']) ).

cnf('24',plain,
    rd(unit,mult(X,X)) = mult(X,X),
    inference(simplify,[then_simplify],['19','21','23']) ).

cnf('25',plain,
    mult(X,rd(unit,X)) = unit,
    inference(paramodulation,[],['3','10']) ).

cnf('26',plain,
    mult(mult(X,X),mult(X,X)) = unit,
    inference(paramodulation,[],['24','25']) ).

cnf('27',plain,
    rd(mult(X,mult(Y,Y)),Y) = mult(X,Y),
    inference(paramodulation,[],['13','20']) ).

cnf('28',plain,
    rd(mult(X3,unit),mult(Y3,Y3)) = mult(X3,mult(Y3,Y3)),
    inference(paramodulation,[],['26','27']) ).

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

cnf('30',plain,
    rd(rd(X,Y),mult(Y,Y)) = mult(X,Y),
    inference(paramodulation,[],['29','14']) ).

cnf('31',plain,
    mult(X,ld(X,Y)) = Y,
    inference(cnf_transformation,[],[c01]) ).

cnf('32',plain,
    rd(X,ld(Y,X)) = Y,
    inference(paramodulation,[],['31','20']) ).

cnf('33',plain,
    rd(X,rd(X,mult(Y,Y))) = mult(Y,Y),
    inference(paramodulation,[],['17','32']) ).

cnf('34',plain,
    rd(rd(X,Y),mult(X,Y)) = mult(Y,Y),
    inference(paramodulation,[],['30','33']) ).

cnf('35',plain,
    mult(X3,mult(Y3,Z3)) = mult(mult(mult(X3,Y3),Y3),ld(Y3,Z3)),
    inference(paramodulation,[],['31','4']) ).

cnf('36',plain,
    rd(X,mult(Y,Y)) = mult(mult(X,Y),Y),
    inference(paramodulation,[],['29','13']) ).

cnf('37',plain,
    mult(X,mult(Y,Z)) = mult(rd(X,mult(Y,Y)),ld(Y,Z)),
    inference(simplify,[],['35','36']) ).

cnf('38',plain,
    mult(rd(X3,X3),mult(X3,Y3)) = mult(mult(X3,X3),ld(X3,Y3)),
    inference(paramodulation,[],['34','37']) ).

cnf('39',plain,
    mult(unit,X) = X,
    inference(cnf_transformation,[],[c06]) ).

cnf('40',plain,
    rd(X,X) = unit,
    inference(paramodulation,[],['39','20']) ).

cnf('41',plain,
    mult(mult(X,X),Y) = rd(Y,mult(X,X)),
    inference(paramodulation,[],['29','7']) ).

cnf('42',plain,
    mult(X,Y) = rd(ld(X,Y),mult(X,X)),
    inference(simplify,[then_simplify],['38','40','39','41']) ).

cnf('43',plain,
    mult(rd(X3,Y3),X3) = rd(Y3,mult(rd(X3,Y3),rd(X3,Y3))),
    inference(paramodulation,[],['3','42']) ).

cnf('44',plain,
    rd(ld(X,unit),mult(X,X)) = X,
    inference(paramodulation,[],['8','20']) ).

cnf('45',plain,
    rd(rd(unit,X),mult(X,X)) = X,
    inference(paramodulation,[],['21','44']) ).

cnf('46',plain,
    mult(rd(unit,X3),mult(X3,Y3)) = mult(X3,ld(X3,Y3)),
    inference(paramodulation,[],['45','37']) ).

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

cnf('48',plain,
    rd(X,mult(Y,X)) = rd(unit,Y),
    inference(paramodulation,[],['47','20']) ).

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

cnf('50',plain,
    mult(rd(unit,X),Y) = ld(X,Y),
    inference(paramodulation,[],['31','47']) ).

cnf('51',plain,
    mult(rd(X,Y),Z) = ld(rd(Y,X),Z),
    inference(paramodulation,[],['49','50']) ).

cnf('52',plain,
    mult(rd(X,Y),mult(Y,Z)) = mult(mult(X,Y),ld(Y,Z)),
    inference(paramodulation,[],['30','37']) ).

cnf('53',plain,
    mult(rd(X3,Y3),Y3) = mult(mult(X3,Y3),ld(Y3,unit)),
    inference(paramodulation,[],['11','52']) ).

cnf('54',plain,
    X = mult(mult(X,Y),rd(unit,Y)),
    inference(simplify,[then_simplify],['53','51','3','21']) ).

cnf('55',plain,
    rd(X,rd(unit,Y)) = mult(X,Y),
    inference(paramodulation,[],['54','20']) ).

cnf('56',plain,
    rd(X,rd(Y,Z)) = mult(X,rd(Z,Y)),
    inference(paramodulation,[],['49','55']) ).

cnf('57',plain,
    mult(X3,mult(ld(X3,Y3),ld(X3,Y3))) = mult(Y3,ld(X3,Y3)),
    inference(paramodulation,[],['31','13']) ).

cnf('58',plain,
    ld(mult(X,Y),X) = rd(unit,Y),
    inference(paramodulation,[],['54','2']) ).

cnf('59',plain,
    ld(X,Y) = rd(unit,ld(Y,X)),
    inference(paramodulation,[],['31','58']) ).

cnf('60',plain,
    mult(ld(X,Y),Z) = ld(ld(Y,X),Z),
    inference(paramodulation,[],['59','50']) ).

cnf('61',plain,
    rd(X,Y) = mult(X,rd(unit,Y)),
    inference(paramodulation,[],['1','54']) ).

cnf('62',plain,
    rd(X,ld(Y,Z)) = mult(X,ld(Z,Y)),
    inference(paramodulation,[],['59','61']) ).

cnf('63',plain,
    rd(ld(X,Y),ld(Z,U)) = ld(ld(Y,X),ld(U,Z)),
    inference(paramodulation,[],['60','62']) ).

cnf('64',plain,
    ld(rd(X,Y),mult(X,X)) = mult(Y,X),
    inference(paramodulation,[],['51','14']) ).

cnf('65',plain,
    rd(mult(X,X),mult(Y,X)) = rd(X,Y),
    inference(paramodulation,[],['64','32']) ).

cnf('66',plain,
    mult(rd(X3,Y3),mult(Y3,mult(Y3,Z3))) = mult(mult(X3,Y3),Z3),
    inference(paramodulation,[],['1','4']) ).

cnf('67',plain,
    mult(X,mult(X,Y)) = rd(Y,mult(X,X)),
    inference(paramodulation,[],['2','42']) ).

cnf('68',plain,
    rd(rd(X,Y),rd(mult(Y,Y),Z)) = mult(mult(X,Y),Z),
    inference(simplify,[then_simplify],['66','67','56']) ).

cnf('69',plain,
    rd(rd(X,Y),rd(Y,Z)) = mult(mult(X,Y),mult(Z,Y)),
    inference(paramodulation,[],['65','68']) ).

cnf('70',plain,
    ld(mult(X3,X3),rd(Y3,mult(X3,X3))) = Y3,
    inference(paramodulation,[],['29','15']) ).

cnf('71',plain,
    rd(rd(X,mult(Y,Y)),mult(Y,Y)) = X,
    inference(simplify,[],['70','17']) ).

cnf('72',plain,
    rd(mult(X,Y),mult(X,X)) = ld(X,Y),
    inference(paramodulation,[],['42','71']) ).

cnf('73',plain,
    mult(mult(X,Y),mult(X,Z)) = mult(ld(X,Y),ld(X,Z)),
    inference(paramodulation,[],['72','37']) ).

cnf('74',plain,
    rd(rd(X3,Y3),rd(Y3,X3)) = mult(ld(X3,Y3),ld(X3,Y3)),
    inference(paramodulation,[],['69','73']) ).

cnf('75',plain,
    rd(rd(X,Y),rd(Y,X)) = rd(ld(X,Y),ld(Y,X)),
    inference(simplify,[then_simplify],['74','60','63']) ).

cnf('76',plain,
    rd(X,rd(rd(Y,X),rd(X,Y))) = rd(Y,ld(Y,X)),
    inference(simplify,[then_simplify],['57','60','63','75','56','62']) ).

cnf('77',plain,
    ld(rd(X,Y),Y) = rd(Y,ld(Y,X)),
    inference(simplify,[then_simplify],['43','51','56','76']) ).

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

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

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

cnf('81',plain,
    ld(X,rd(Y,mult(X,X))) = mult(X,Y),
    inference(paramodulation,[],['67','2']) ).

cnf('82',plain,
    ld(X,rd(Y,X)) = mult(X,mult(Y,X)),
    inference(paramodulation,[],['18','81']) ).

cnf('83',plain,
    rd(X,Y) = mult(rd(X,mult(Y,Y)),Y),
    inference(paramodulation,[],['1','27']) ).

cnf('84',plain,
    rd(ld(X,Y),X) = mult(mult(X,Y),X),
    inference(paramodulation,[],['42','83']) ).

cnf('85',plain,
    mult(mult(a,b),a) != mult(a,mult(b,a)),
    inference(cnf_transformation,[],[goals]) ).

cnf('86',plain,
    rd(ld(a,b),a) != mult(a,mult(b,a)),
    inference(paramodulation,[],['84','85']) ).

cnf('87',plain,
    $false,
    inference(paramodulation,[then_simplify],['80','82','86']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : GRP707-1 : TPTP v8.1.2. Released v4.0.0.
% 0.07/0.14  % Command  : gkc %s
% 0.14/0.35  % Computer : n004.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Tue Aug 29 01:14:52 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.39  
% 0.14/0.39  input clause set summed statistics:
% 0.14/0.39  ----------------------------------
% 0.14/0.39  in_clause_count:                    10
% 0.14/0.39  in_rule_clause_count:               10
% 0.14/0.39  in_fact_clause_count:                0
% 0.14/0.39  in_answer_clause_count:              0
% 0.14/0.39  in_ground_clause_count:              1
% 0.14/0.39  in_unit_clause_count:               10
% 0.14/0.39  in_horn_clause_count:               10
% 0.14/0.39  in_pos_clause_count:                 9
% 0.14/0.39  in_neg_clause_count:                 1
% 0.14/0.39  in_poseq_clause_count:               9
% 0.14/0.39  in_negeq_clause_count:               1
% 0.14/0.39  in_unitposeq_clause_count:           9
% 0.14/0.39  in_chain_clause_count:               0
% 0.14/0.39  in_min_length:             1
% 0.14/0.39  in_max_length:             1
% 0.14/0.39  in_min_depth:              2
% 0.14/0.39  in_max_depth:              4
% 0.14/0.39  in_min_size:               5
% 0.14/0.39  in_max_size:              15
% 0.14/0.39  in_min_vars:               0
% 0.14/0.39  in_max_vars:               3
% 0.14/0.39  in_extaxiom_count:                 0
% 0.14/0.39  in_axiom_count:                    9
% 0.14/0.39  in_assumption_count:               0
% 0.14/0.39  in_goal_count:                     1
% 0.14/0.39  in_neg_goal_count:                 1
% 0.14/0.39  in_pos_goal_count:                 0
% 0.14/0.39  in_posunit_goal_count:             0
% 0.14/0.39  
% 0.14/0.39  auto guide:
% 0.14/0.39  -----------
% 0.14/0.39  {
% 0.14/0.39  "print":1,
% 0.14/0.39  "print_level": 15,
% 0.14/0.39  "max_size": 0,
% 0.14/0.39  "max_depth": 0,
% 0.14/0.39  "max_length": 0,
% 0.14/0.39  "max_dseconds": 0,
% 0.14/0.39  "runs":[
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.14/0.39  
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.14/0.39  
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.39  {"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.14/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.14/0.40  {"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.14/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.40  {"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.14/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.14/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.14/0.40  
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.14/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.14/0.40  
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.14/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.14/0.40  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.14/0.40  
% 0.14/0.40  ]}
% 0.14/0.40  
% 0.14/0.40  
% 0.14/0.40  **** run 1 fork 0 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.14/0.40  
% 0.14/0.40  **** run 2 fork 1 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.14/0.40  
% 0.14/0.40  **** run 3 fork 2 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.14/0.40  
% 0.14/0.40  **** run 4 fork 3 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.14/0.40  
% 0.14/0.40  **** run 5 fork 4 starts with strategy
% 0.14/0.40  
% 0.14/0.40  **** run 6 fork 5 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.14/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.14/0.40  
% 0.14/0.40  **** run 7 fork 6 starts with strategy
% 0.14/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.41  
% 0.20/0.41  **** run 8 fork 7 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 3: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 1: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 0: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 7: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.55  
% 0.20/0.55  **** run 13 fork 4 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 6: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  **** run 9 fork 0 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.56  
% 0.20/0.56  
% 0.20/0.56  fork 2: search terminated without proof.
% 0.20/0.57  
% 0.20/0.57  
% 0.20/0.57  fork 5: search terminated without proof.
% 0.20/0.58  
% 0.20/0.58  **** run 15 fork 6 starts with strategy
% 0.20/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.58  
% 0.20/0.58  **** run 11 fork 2 starts with strategy
% 0.20/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.59  
% 0.20/0.59  **** run 14 fork 5 starts with strategy
% 0.20/0.59  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 3: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 1: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 4: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 7: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 20 fork 3 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 0: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.69  
% 0.20/0.69  **** run 24 fork 7 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.69  
% 0.20/0.69  **** run 18 fork 1 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.69  
% 0.20/0.69  **** run 17 fork 0 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 2: search terminated without proof.
% 0.20/0.70  
% 0.20/0.70  
% 0.20/0.70  fork 6: search terminated without proof.
% 0.20/0.71  
% 0.20/0.71  
% 0.20/0.71  fork 5: search terminated without proof.
% 0.20/0.73  
% 0.20/0.73  **** run 23 fork 6 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.73  
% 0.20/0.73  **** run 22 fork 5 starts with strategy
% 0.20/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.28/0.73  
% 2.28/0.73  **** run 19 fork 2 starts with strategy
% 2.28/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 3.10/0.80  
% 3.10/0.80  
% 3.10/0.80  fork 3: search terminated without proof.
% 3.10/0.81  
% 3.10/0.81  
% 3.10/0.81  fork 4: search terminated without proof.
% 3.10/0.82  
% 3.10/0.82  **** run 28 fork 3 starts with strategy
% 3.10/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.10/0.82  
% 3.10/0.82  
% 3.10/0.82  fork 0: search terminated without proof.
% 3.10/0.83  
% 3.10/0.83  **** run 29 fork 4 starts with strategy
% 3.10/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.10/0.84  
% 3.10/0.84  
% 3.10/0.84  fork 7: search terminated without proof.
% 3.10/0.85  
% 3.10/0.85  **** run 25 fork 0 starts with strategy
% 3.10/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.56/0.86  
% 3.56/0.86  
% 3.56/0.86  fork 5: search terminated without proof.
% 3.56/0.86  
% 3.56/0.86  
% 3.56/0.86  fork 6: search terminated without proof.
% 3.56/0.86  
% 3.56/0.86  
% 3.56/0.86  fork 1: search terminated without proof.
% 3.56/0.86  
% 3.56/0.86  **** run 32 fork 7 starts with strategy
% 3.56/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.56/0.87  
% 3.56/0.87  
% 3.56/0.87  fork 2: search terminated without proof.
% 3.56/0.88  
% 3.56/0.88  **** run 30 fork 5 starts with strategy
% 3.56/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.56/0.88  
% 3.56/0.88  **** run 31 fork 6 starts with strategy
% 3.56/0.88  
% 3.56/0.88  **** run 26 fork 1 starts with strategy
% 3.56/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.56/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.56/0.89  
% 3.56/0.89  **** run 27 fork 2 starts with strategy
% 3.56/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.56/0.94  
% 3.56/0.94  
% 3.56/0.94  fork 3: search terminated without proof.
% 3.56/0.95  
% 3.56/0.95  
% 3.56/0.95  fork 4: search terminated without proof.
% 4.33/0.96  
% 4.33/0.96  **** run 36 fork 3 starts with strategy
% 4.33/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.33/0.97  
% 4.33/0.97  
% 4.33/0.97  fork 0: search terminated without proof.
% 4.33/0.97  
% 4.33/0.97  **** run 37 fork 4 starts with strategy
% 4.33/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.33/0.98  
% 4.33/0.98  
% 4.33/0.98  fork 7: search terminated without proof.
% 4.33/0.99  
% 4.33/0.99  **** run 33 fork 0 starts with strategy
% 4.33/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.64/1.00  
% 4.64/1.00  
% 4.64/1.00  fork 5: search terminated without proof.
% 4.64/1.00  
% 4.64/1.00  
% 4.64/1.00  fork 1: search terminated without proof.
% 4.64/1.01  
% 4.64/1.01  
% 4.64/1.01  fork 6: search terminated without proof.
% 4.64/1.01  
% 4.64/1.01  
% 4.64/1.01  fork 2: search terminated without proof.
% 4.64/1.01  
% 4.64/1.01  **** run 40 fork 7 starts with strategy
% 4.64/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.64/1.03  
% 4.64/1.03  **** run 38 fork 5 starts with strategy
% 4.64/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.64/1.03  
% 4.64/1.03  **** run 35 fork 2 starts with strategy
% 4.64/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.64/1.03  
% 4.64/1.03  **** run 34 fork 1 starts with strategy
% 4.64/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.64/1.03  
% 4.64/1.03  **** run 39 fork 6 starts with strategy
% 4.64/1.03  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 5.02/1.08  
% 5.02/1.08  
% 5.02/1.08  fork 3: search terminated without proof.
% 5.02/1.09  
% 5.02/1.09  
% 5.02/1.09  fork 4: search terminated without proof.
% 5.48/1.10  
% 5.48/1.10  **** run 44 fork 3 starts with strategy
% 5.48/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.48/1.11  
% 5.48/1.11  
% 5.48/1.11  fork 0: search terminated without proof.
% 5.48/1.11  
% 5.48/1.11  **** run 45 fork 4 starts with strategy
% 5.48/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.48/1.13  
% 5.48/1.13  **** run 41 fork 0 starts with strategy
% 5.48/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.48/1.14  
% 5.48/1.14  
% 5.48/1.14  fork 7: search terminated without proof.
% 5.48/1.15  
% 5.48/1.15  
% 5.48/1.15  fork 5: search terminated without proof.
% 5.48/1.15  
% 5.48/1.15  
% 5.48/1.15  fork 2: search terminated without proof.
% 5.48/1.15  
% 5.48/1.15  
% 5.48/1.15  fork 6: search terminated without proof.
% 5.95/1.16  
% 5.95/1.16  
% 5.95/1.16  fork 1: search terminated without proof.
% 5.95/1.16  
% 5.95/1.16  **** run 48 fork 7 starts with strategy
% 5.95/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.95/1.17  
% 5.95/1.17  **** run 46 fork 5 starts with strategy
% 5.95/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.95/1.18  
% 5.95/1.18  **** run 43 fork 2 starts with strategy
% 5.95/1.18  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.95/1.18  
% 5.95/1.18  **** run 42 fork 1 starts with strategy
% 5.95/1.18  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.95/1.18  
% 5.95/1.18  **** run 47 fork 6 starts with strategy
% 5.95/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.95/1.19  
% 5.95/1.19  fork 5: search finished without proof.
% 5.95/1.20  
% 5.95/1.20  fork 2: search finished without proof.
% 5.95/1.21  
% 5.95/1.21  **** run 54 fork 5 starts with strategy
% 5.95/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.95/1.22  
% 5.95/1.22  
% 5.95/1.22  fork 3: search terminated without proof.
% 5.95/1.22  
% 5.95/1.22  **** run 51 fork 2 starts with strategy
% 5.95/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.95/1.22  
% 5.95/1.22  
% 5.95/1.22  fork 4: search terminated without proof.
% 5.95/1.24  
% 5.95/1.24  **** run 52 fork 3 starts with strategy
% 5.95/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 5.95/1.24  
% 5.95/1.24  **** run 53 fork 4 starts with strategy
% 5.95/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 5.95/1.24  
% 5.95/1.24  fork 2: search finished without proof.
% 5.95/1.25  
% 5.95/1.25  
% 5.95/1.25  fork 0: search terminated without proof.
% 6.73/1.26  
% 6.73/1.26  **** run 59 fork 2 starts with strategy
% 6.73/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.73/1.27  
% 6.73/1.27  **** run 49 fork 0 starts with strategy
% 6.73/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.73/1.28  
% 6.73/1.28  
% 6.73/1.28  fork 7: search terminated without proof.
% 6.73/1.30  
% 6.73/1.30  
% 6.73/1.30  fork 6: search terminated without proof.
% 6.73/1.30  
% 6.73/1.30  **** run 56 fork 7 starts with strategy
% 6.73/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.73/1.30  
% 6.73/1.30  
% 6.73/1.30  fork 1: search terminated without proof.
% 6.73/1.32  
% 6.73/1.32  **** run 55 fork 6 starts with strategy
% 6.73/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.73/1.34  
% 6.73/1.34  **** run 50 fork 1 starts with strategy
% 6.73/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.73/1.35  
% 6.73/1.35  
% 6.73/1.35  fork 5: search terminated without proof.
% 7.34/1.36  
% 7.34/1.36  **** run 62 fork 5 starts with strategy
% 7.34/1.36  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.34/1.37  
% 7.34/1.37  
% 7.34/1.37  fork 4: search terminated without proof.
% 7.34/1.38  
% 7.34/1.38  
% 7.34/1.38  fork 3: search terminated without proof.
% 7.34/1.38  
% 7.34/1.38  
% 7.34/1.38  fork 2: search terminated without proof.
% 7.34/1.39  
% 7.34/1.39  **** run 61 fork 4 starts with strategy
% 7.34/1.39  
% 7.34/1.39  
% 7.34/1.39  fork 0: search terminated without proof.
% 7.34/1.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.34/1.40  
% 7.34/1.40  **** run 60 fork 3 starts with strategy
% 7.34/1.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.81/1.40  
% 7.81/1.40  **** run 67 fork 2 starts with strategy
% 7.81/1.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.81/1.41  
% 7.81/1.41  **** run 57 fork 0 starts with strategy
% 7.81/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.81/1.43  
% 7.81/1.43  
% 7.81/1.43  fork 7: search terminated without proof.
% 7.81/1.44  
% 7.81/1.44  
% 7.81/1.44  fork 6: search terminated without proof.
% 7.81/1.45  
% 7.81/1.45  **** run 64 fork 7 starts with strategy
% 7.81/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.81/1.46  
% 7.81/1.46  **** run 63 fork 6 starts with strategy
% 7.81/1.46  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.81/1.47  
% 7.81/1.47  
% 7.81/1.47  fork 1: search terminated without proof.
% 7.81/1.48  
% 7.81/1.48  
% 7.81/1.48  fork 5: search terminated without proof.
% 7.81/1.49  
% 7.81/1.49  **** run 58 fork 1 starts with strategy
% 7.81/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.60/1.50  
% 8.60/1.50  **** run 70 fork 5 starts with strategy
% 8.60/1.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.60/1.51  
% 8.60/1.51  
% 8.60/1.51  fork 4: search terminated without proof.
% 8.60/1.51  
% 8.60/1.51  
% 8.60/1.51  fork 3: search terminated without proof.
% 8.60/1.53  
% 8.60/1.53  
% 8.60/1.53  fork 2: search terminated without proof.
% 8.60/1.53  
% 8.60/1.53  
% 8.60/1.53  fork 0: search terminated without proof.
% 8.60/1.53  
% 8.60/1.53  **** run 69 fork 4 starts with strategy
% 8.60/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.60/1.53  
% 8.60/1.53  **** run 68 fork 3 starts with strategy
% 8.60/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 8.60/1.55  
% 8.60/1.55  **** run 65 fork 0 starts with strategy
% 8.60/1.55  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.60/1.55  
% 8.60/1.55  **** run 75 fork 2 starts with strategy
% 8.60/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.60/1.57  
% 8.60/1.57  
% 8.60/1.57  fork 7: search terminated without proof.
% 8.60/1.58  
% 8.60/1.58  
% 8.60/1.58  fork 6: search terminated without proof.
% 8.60/1.59  
% 8.60/1.59  **** run 72 fork 7 starts with strategy
% 8.60/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.41/1.60  
% 9.41/1.60  **** run 71 fork 6 starts with strategy
% 9.41/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.41/1.62  
% 9.41/1.62  
% 9.41/1.62  fork 1: search terminated without proof.
% 9.41/1.63  
% 9.41/1.63  
% 9.41/1.63  fork 5: search terminated without proof.
% 9.41/1.63  
% 9.41/1.63  **** run 66 fork 1 starts with strategy
% 9.41/1.63  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.41/1.65  
% 9.41/1.65  **** run 78 fork 5 starts with strategy
% 9.41/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.41/1.66  
% 9.41/1.66  
% 9.41/1.66  fork 3: search terminated without proof.
% 9.41/1.66  
% 9.41/1.66  
% 9.41/1.66  fork 4: search terminated without proof.
% 9.41/1.67  
% 9.41/1.67  
% 9.41/1.67  fork 0: search terminated without proof.
% 9.41/1.68  
% 9.41/1.68  **** run 76 fork 3 starts with strategy
% 9.41/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 9.41/1.68  
% 9.41/1.68  
% 9.41/1.68  fork 2: search terminated without proof.
% 9.41/1.68  
% 9.41/1.68  **** run 77 fork 4 starts with strategy
% 9.41/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.41/1.69  
% 9.41/1.69  **** run 73 fork 0 starts with strategy
% 9.41/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.18/1.69  
% 10.18/1.69  **** run 83 fork 2 starts with strategy
% 10.18/1.69  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.19/1.72  
% 10.19/1.72  
% 10.19/1.72  fork 7: search terminated without proof.
% 10.19/1.72  
% 10.19/1.72  
% 10.19/1.72  fork 6: search terminated without proof.
% 10.19/1.74  
% 10.19/1.74  **** run 80 fork 7 starts with strategy
% 10.19/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.19/1.74  
% 10.19/1.74  **** run 79 fork 6 starts with strategy
% 10.19/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.19/1.75  
% 10.19/1.75  
% 10.19/1.75  fork 1: search terminated without proof.
% 10.19/1.77  
% 10.19/1.77  
% 10.19/1.77  fork 5: search terminated without proof.
% 10.19/1.77  
% 10.19/1.77  **** run 74 fork 1 starts with strategy
% 10.19/1.77  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.19/1.79  
% 10.19/1.79  **** run 86 fork 5 starts with strategy
% 10.19/1.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 11.01/1.80  
% 11.01/1.80  
% 11.01/1.80  fork 3: search terminated without proof.
% 11.01/1.81  
% 11.01/1.81  
% 11.01/1.81  fork 4: search terminated without proof.
% 11.01/1.82  
% 11.01/1.82  
% 11.01/1.82  fork 0: search terminated without proof.
% 11.01/1.82  
% 11.01/1.82  **** run 84 fork 3 starts with strategy
% 11.01/1.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.01/1.83  
% 11.01/1.83  **** run 81 fork 0 starts with strategy
% 11.01/1.83  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.01/1.84  
% 11.01/1.84  **** run 85 fork 4 starts with strategy
% 11.01/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.01/1.87  
% 11.01/1.87  
% 11.01/1.87  fork 6: search terminated without proof.
% 11.01/1.87  
% 11.01/1.87  
% 11.01/1.87  fork 7: search terminated without proof.
% 11.01/1.88  
% 11.01/1.88  **** run 87 fork 6 starts with strategy
% 11.01/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.01/1.88  
% 11.01/1.88  **** run 88 fork 7 starts with strategy
% 11.01/1.88  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.78/1.90  
% 11.78/1.90  
% 11.78/1.90  fork 1: search terminated without proof.
% 11.78/1.92  
% 11.78/1.92  **** run 82 fork 1 starts with strategy
% 11.78/1.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.78/1.96  
% 11.78/1.96  
% 11.78/1.96  fork 0: search terminated without proof.
% 11.78/1.98  
% 11.78/1.98  **** run 89 fork 0 starts with strategy
% 11.78/1.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 16.41/2.58  
% 16.41/2.58  
% 16.41/2.58  result: proof found
% 16.41/2.58  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 16.41/2.58  by run 86 fork 5 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 16.41/2.58  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 16.41/2.58  
% 16.41/2.58  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 16.41/2.58  
% 16.41/2.58  run 86 fork 5 statistics:
% 16.41/2.58  ----------------------------------
% 16.41/2.58  this run seconds: 0.227256
% 16.41/2.58  total seconds: 1.577355
% 16.41/2.58  stat_given_used: 230
% 16.41/2.58  stat_given_used_at_endgame: 0
% 16.41/2.58  stat_given_candidates:   2850
% 16.41/2.58  stat_given_candidates_at_endgame: 0
% 16.41/2.58  stat_given_candidates_h: 0
% 16.41/2.58  stat_binres_derived_cl:   0
% 16.41/2.58  stat_binres_derived_cl_h: 0
% 16.41/2.58  stat_factor_derived_cl: 0
% 16.41/2.58  stat_para_derived_cl: 42816
% 16.41/2.58  stat_tautologies_discarded: 0
% 16.41/2.58  stat_forward_subsumed: 6903
% 16.41/2.58  stat_derived_cut: 1
% 16.41/2.58  stat_derived_rewritten: 104
% 16.41/2.58  stat_weight_discarded_building: 0
% 16.41/2.58  stat_weight_discarded_cl: 0
% 16.41/2.58  stat_internlimit_discarded_cl: 0
% 16.41/2.58  stat_simplified:  104 simplified 0 derived 0 given
% 16.41/2.58  stat_kept_cl: 35216
% 16.41/2.58  stat_built_cl: 35780
% 16.41/2.58  stat_hyperres_partial_cl: 0
% 16.41/2.58  stat_made_rewriters: 211
% 16.41/2.58  stat_backward_subsumed: 0
% 16.41/2.58  stat_propagated_subsumed: 0
% 16.41/2.58  stat_clsubs_attempted:                      5241
% 16.41/2.58  stat_clsubs_fact_groundunit_found:             0
% 16.41/2.58  stat_clsubs_rule_groundunit_found:             1
% 16.41/2.58  stat_clsubs_top_meta_attempted:              29248
% 16.41/2.58  stat_clsubs_top_meta_failed:                 24007
% 16.41/2.58  stat_clsubs_top_meta_nonpref_attempted:               29248
% 16.41/2.58  stat_clsubs_top_meta_nonpref_succeeded:               16252
% 16.41/2.58  stat_clsubs_top_meta_pref_attempted:                  16252
% 16.41/2.58  stat_clsubs_top_meta_pref1_succeeded:                 16252
% 16.41/2.58  stat_clsubs_top_meta_pref2_succeeded:                  7738
% 16.41/2.58  stat_clsubs_top_meta_pref3_succeeded:                  5241
% 16.41/2.58  stat_clsubs_top_meta_pref_succeeded:                   5241
% 16.41/2.58  stat_clsubs_meta_attempted:                 5241
% 16.41/2.58  stat_clsubs_meta_failed:                     108
% 16.41/2.58  stat_clsubs_predsymbs_attempted:               0
% 16.41/2.58  stat_clsubs_unit_attempted:                 5241
% 16.41/2.58  stat_clsubs_full_attempted:                    0
% 16.41/2.58  stat_forwardsubs_attempted:                42120
% 16.41/2.58  stat_lit_hash_added:                  35227
% 16.41/2.58  stat_lit_hash_computed:               77682
% 16.41/2.58  stat_lit_hash_match_found:             6979
% 16.41/2.58  stat_lit_hash_match_miss:             70797
% 16.41/2.58  stat_lit_hash_cut_ok:                     0
% 16.41/2.58  stat_lit_strong_cut_ok:                   1
% 16.41/2.58  stat_lit_hash_subsume_ok:              6903
% 16.41/2.58  clqueue els 10000000 used 1
% 16.41/2.58  clactive els 10000000 used 231
% 16.41/2.58  clactivesubsume els 10000000 used 1375
% 16.41/2.58  queue_termbuf els 200000000 used 3153598
% 16.41/2.58  hyper_termbuf els 100000000 used 1
% 16.41/2.58  active_termbuf els 100000000 used 9991
% 16.41/2.58  varstack els 5000 last used 1
% 16.41/2.58  given_termbuf els 10000000 last used 1
% 16.41/2.58  simplified_termbuf els 10000000 last used 1
% 16.41/2.58  derived_termbuf els 10000000 last used 51
% 16.41/2.58  wr_mallocs: 132956
% 16.41/2.58  wr_callocs: 21
% 16.41/2.58  wr_reallocs: 3474
% 16.41/2.58  wr_frees: 2
% 16.41/2.58  wr_malloc_bytes: 4167347940
% 16.41/2.58  wr_calloc_bytes: 112065536
% 16.41/2.58  wr_realloc_bytes: 989976
% 16.41/2.58  wr_realloc_freebytes: 0
% 16.41/2.58  ----------------------------------
%------------------------------------------------------------------------------