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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP167-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

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

% Result   : Unsatisfiable 86.12s 11.44s
% Output   : CNFRefutation 86.12s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_left_inverse')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(inverse(X),X) = identity,
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('2',plain,
    multiply(multiply(X,Y),Z) = multiply(X,multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity']) ).

cnf('3',plain,
    multiply(identity,X3) = multiply(inverse(Y3),multiply(Y3,X3)),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    multiply(identity,X) = X,
    inference(cnf_transformation,[],['$inc_left_identity']) ).

cnf('5',plain,
    X = multiply(inverse(Y),multiply(Y,X)),
    inference(simplify,[],['3','4']) ).

cnf('6',plain,
    X3 = multiply(inverse(inverse(X3)),identity),
    inference(paramodulation,[],['1','5']) ).

cnf('7',plain,
    multiply(X,Y) = multiply(inverse(inverse(X)),Y),
    inference(paramodulation,[],['5','5']) ).

cnf('8',plain,
    X = multiply(X,identity),
    inference(simplify,[],['6','7']) ).

cnf('9',plain,
    multiply(X,least_upper_bound(Y,Z)) = least_upper_bound(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],['$inc_monotony_lub1']) ).

cnf('10',plain,
    multiply(inverse(X3),least_upper_bound(X3,Y3)) = least_upper_bound(identity,multiply(inverse(X3),Y3)),
    inference(paramodulation,[],['1','9']) ).

cnf('11',plain,
    least_upper_bound(X,Y) = least_upper_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_lub']) ).

cnf('12',plain,
    positive_part(X) = least_upper_bound(X,identity),
    inference(cnf_transformation,[],[lat4_1]) ).

cnf('13',plain,
    positive_part(X) = least_upper_bound(identity,X),
    inference(paramodulation,[],['11','12']) ).

cnf('14',plain,
    multiply(inverse(X),least_upper_bound(X,Y)) = positive_part(multiply(inverse(X),Y)),
    inference(simplify,[],['10','13']) ).

cnf('15',plain,
    least_upper_bound(X3,Y3) = multiply(inverse(inverse(X3)),positive_part(multiply(inverse(X3),Y3))),
    inference(paramodulation,[],['14','5']) ).

cnf('16',plain,
    multiply(X3,least_upper_bound(Y3,identity)) = least_upper_bound(multiply(X3,Y3),X3),
    inference(paramodulation,[],['8','9']) ).

cnf('17',plain,
    multiply(X,positive_part(Y)) = least_upper_bound(multiply(X,Y),X),
    inference(simplify,[],['16','12']) ).

cnf('18',plain,
    multiply(inverse(X),positive_part(multiply(X,Y))) = least_upper_bound(Y,inverse(X)),
    inference(paramodulation,[],['5','17']) ).

cnf('19',plain,
    least_upper_bound(X,Y) = least_upper_bound(Y,inverse(inverse(X))),
    inference(simplify,[],['15','18']) ).

cnf('20',plain,
    least_upper_bound(X,X) = X,
    inference(cnf_transformation,[],['$inc_idempotence_of_lub']) ).

cnf('21',plain,
    least_upper_bound(X3,inverse(inverse(X3))) = inverse(inverse(X3)),
    inference(paramodulation,[],['19','20']) ).

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

cnf('23',plain,
    multiply(X,greatest_lower_bound(Y,Z)) = greatest_lower_bound(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],['$inc_monotony_glb1']) ).

cnf('24',plain,
    multiply(inverse(X3),greatest_lower_bound(X3,Y3)) = greatest_lower_bound(identity,multiply(inverse(X3),Y3)),
    inference(paramodulation,[],['1','23']) ).

cnf('25',plain,
    greatest_lower_bound(X,Y) = greatest_lower_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_glb']) ).

cnf('26',plain,
    negative_part(X) = greatest_lower_bound(X,identity),
    inference(cnf_transformation,[],[lat4_2]) ).

cnf('27',plain,
    negative_part(X) = greatest_lower_bound(identity,X),
    inference(paramodulation,[],['25','26']) ).

cnf('28',plain,
    multiply(inverse(X),greatest_lower_bound(X,Y)) = negative_part(multiply(inverse(X),Y)),
    inference(simplify,[],['24','27']) ).

cnf('29',plain,
    multiply(inverse(inverse(X3)),greatest_lower_bound(inverse(X3),Y3)) = negative_part(multiply(X3,Y3)),
    inference(paramodulation,[],['22','28']) ).

cnf('30',plain,
    multiply(X,greatest_lower_bound(inverse(X),Y)) = negative_part(multiply(X,Y)),
    inference(simplify,[],['29','22']) ).

cnf('31',plain,
    multiply(X3,greatest_lower_bound(inverse(X3),identity)) = negative_part(X3),
    inference(paramodulation,[],['8','30']) ).

cnf('32',plain,
    multiply(X,negative_part(inverse(X))) = negative_part(X),
    inference(simplify,[],['31','26']) ).

cnf('33',plain,
    multiply(least_upper_bound(X,Y),Z) = least_upper_bound(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_monotony_lub2']) ).

cnf('34',plain,
    multiply(least_upper_bound(X3,identity),Y3) = least_upper_bound(multiply(X3,Y3),Y3),
    inference(paramodulation,[],['4','33']) ).

cnf('35',plain,
    multiply(positive_part(X),Y) = least_upper_bound(multiply(X,Y),Y),
    inference(simplify,[],['34','12']) ).

cnf('36',plain,
    multiply(positive_part(X3),negative_part(inverse(X3))) = least_upper_bound(negative_part(X3),negative_part(inverse(X3))),
    inference(paramodulation,[],['32','35']) ).

cnf('37',plain,
    greatest_lower_bound(X,least_upper_bound(Y,Z)) = least_upper_bound(greatest_lower_bound(X,Y),greatest_lower_bound(X,Z)),
    inference(cnf_transformation,[],[lat4_4]) ).

cnf('38',plain,
    greatest_lower_bound(X3,positive_part(Y3)) = least_upper_bound(greatest_lower_bound(X3,Y3),greatest_lower_bound(X3,identity)),
    inference(paramodulation,[],['12','37']) ).

cnf('39',plain,
    greatest_lower_bound(X,positive_part(Y)) = least_upper_bound(greatest_lower_bound(X,Y),negative_part(X)),
    inference(simplify,[],['38','26']) ).

cnf('40',plain,
    least_upper_bound(X,greatest_lower_bound(Y,Z)) = greatest_lower_bound(least_upper_bound(X,Y),least_upper_bound(X,Z)),
    inference(cnf_transformation,[],[lat4_3]) ).

cnf('41',plain,
    least_upper_bound(greatest_lower_bound(X3,Y3),greatest_lower_bound(Z3,negative_part(X3))) = greatest_lower_bound(least_upper_bound(greatest_lower_bound(X3,Y3),Z3),greatest_lower_bound(X3,positive_part(Y3))),
    inference(paramodulation,[],['39','40']) ).

cnf('42',plain,
    greatest_lower_bound(X,greatest_lower_bound(Y,Z)) = greatest_lower_bound(greatest_lower_bound(X,Y),Z),
    inference(cnf_transformation,[],['$inc_associativity_of_glb']) ).

cnf('43',plain,
    negative_part(greatest_lower_bound(X3,Y3)) = greatest_lower_bound(X3,greatest_lower_bound(Y3,identity)),
    inference(paramodulation,[],['42','26']) ).

cnf('44',plain,
    negative_part(greatest_lower_bound(X,Y)) = greatest_lower_bound(X,negative_part(Y)),
    inference(simplify,[],['43','26']) ).

cnf('45',plain,
    least_upper_bound(greatest_lower_bound(X,Y),negative_part(greatest_lower_bound(Z,X))) = greatest_lower_bound(least_upper_bound(greatest_lower_bound(X,Y),Z),greatest_lower_bound(X,positive_part(Y))),
    inference(simplify,[],['41','44']) ).

cnf('46',plain,
    least_upper_bound(greatest_lower_bound(identity,X3),negative_part(negative_part(Y3))) = greatest_lower_bound(least_upper_bound(greatest_lower_bound(identity,X3),Y3),greatest_lower_bound(identity,positive_part(X3))),
    inference(paramodulation,[],['26','45']) ).

cnf('47',plain,
    negative_part(negative_part(X3)) = greatest_lower_bound(X3,negative_part(identity)),
    inference(paramodulation,[],['26','44']) ).

cnf('48',plain,
    greatest_lower_bound(X,X) = X,
    inference(cnf_transformation,[],['$inc_idempotence_of_gld']) ).

cnf('49',plain,
    negative_part(identity) = identity,
    inference(paramodulation,[],['48','26']) ).

cnf('50',plain,
    negative_part(negative_part(X)) = negative_part(X),
    inference(simplify,[then_simplify],['47','49','26']) ).

cnf('51',plain,
    greatest_lower_bound(X,least_upper_bound(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_glb_absorbtion']) ).

cnf('52',plain,
    multiply(inverse(X3),X3) = negative_part(multiply(inverse(X3),least_upper_bound(X3,Y3))),
    inference(paramodulation,[],['51','28']) ).

cnf('53',plain,
    identity = negative_part(positive_part(multiply(inverse(X),Y))),
    inference(simplify,[then_simplify],['52','1','14']) ).

cnf('54',plain,
    identity = negative_part(positive_part(X)),
    inference(paramodulation,[],['5','53']) ).

cnf('55',plain,
    least_upper_bound(X3,negative_part(Y3)) = greatest_lower_bound(least_upper_bound(X3,Y3),least_upper_bound(X3,identity)),
    inference(paramodulation,[],['26','40']) ).

cnf('56',plain,
    least_upper_bound(X,negative_part(Y)) = greatest_lower_bound(least_upper_bound(X,Y),positive_part(X)),
    inference(simplify,[],['55','12']) ).

cnf('57',plain,
    negative_part(least_upper_bound(X3,negative_part(Y3))) = greatest_lower_bound(least_upper_bound(X3,Y3),negative_part(positive_part(X3))),
    inference(paramodulation,[],['56','44']) ).

cnf('58',plain,
    negative_part(least_upper_bound(X,negative_part(Y))) = negative_part(least_upper_bound(X,Y)),
    inference(simplify,[then_simplify],['57','54','26']) ).

cnf('59',plain,
    negative_part(least_upper_bound(negative_part(X),Y)) = negative_part(least_upper_bound(Y,X)),
    inference(paramodulation,[],['11','58']) ).

cnf('60',plain,
    least_upper_bound(negative_part(X),negative_part(Y)) = negative_part(least_upper_bound(Y,X)),
    inference(simplify,[then_simplify],['46','27','50','27','27','54','26','59']) ).

cnf('61',plain,
    multiply(positive_part(X),negative_part(inverse(X))) = negative_part(least_upper_bound(inverse(X),X)),
    inference(simplify,[],['36','60']) ).

cnf('62',plain,
    negative_part(inverse(X3)) = multiply(inverse(positive_part(X3)),negative_part(least_upper_bound(inverse(X3),X3))),
    inference(paramodulation,[],['61','5']) ).

cnf('63',plain,
    multiply(X3,greatest_lower_bound(Y3,identity)) = greatest_lower_bound(multiply(X3,Y3),X3),
    inference(paramodulation,[],['8','23']) ).

cnf('64',plain,
    multiply(X,negative_part(Y)) = greatest_lower_bound(multiply(X,Y),X),
    inference(simplify,[],['63','26']) ).

cnf('65',plain,
    multiply(greatest_lower_bound(X,Y),Z) = greatest_lower_bound(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_monotony_glb2']) ).

cnf('66',plain,
    multiply(greatest_lower_bound(multiply(X3,Y3),X3),Y3) = multiply(multiply(X3,Y3),negative_part(Y3)),
    inference(paramodulation,[],['64','65']) ).

cnf('67',plain,
    multiply(multiply(X,negative_part(Y)),Y) = multiply(multiply(X,Y),negative_part(Y)),
    inference(simplify,[],['66','64']) ).

cnf('68',plain,
    multiply(negative_part(X3),inverse(X3)) = multiply(multiply(X3,inverse(X3)),negative_part(inverse(X3))),
    inference(paramodulation,[],['32','67']) ).

cnf('69',plain,
    multiply(X,inverse(X)) = identity,
    inference(paramodulation,[],['22','1']) ).

cnf('70',plain,
    multiply(negative_part(X),inverse(X)) = negative_part(inverse(X)),
    inference(simplify,[then_simplify],['68','69','4']) ).

cnf('71',plain,
    multiply(negative_part(X3),positive_part(inverse(X3))) = least_upper_bound(negative_part(inverse(X3)),negative_part(X3)),
    inference(paramodulation,[],['70','17']) ).

cnf('72',plain,
    multiply(inverse(inverse(X3)),least_upper_bound(inverse(X3),Y3)) = positive_part(multiply(X3,Y3)),
    inference(paramodulation,[],['22','14']) ).

cnf('73',plain,
    multiply(X,least_upper_bound(inverse(X),Y)) = positive_part(multiply(X,Y)),
    inference(simplify,[],['72','22']) ).

cnf('74',plain,
    multiply(X3,least_upper_bound(inverse(X3),identity)) = positive_part(X3),
    inference(paramodulation,[],['8','73']) ).

cnf('75',plain,
    multiply(X,positive_part(inverse(X))) = positive_part(X),
    inference(simplify,[],['74','12']) ).

cnf('76',plain,
    multiply(greatest_lower_bound(X3,identity),Y3) = greatest_lower_bound(multiply(X3,Y3),Y3),
    inference(paramodulation,[],['4','65']) ).

cnf('77',plain,
    multiply(negative_part(X),Y) = greatest_lower_bound(multiply(X,Y),Y),
    inference(simplify,[],['76','26']) ).

cnf('78',plain,
    multiply(negative_part(X3),positive_part(inverse(X3))) = greatest_lower_bound(positive_part(X3),positive_part(inverse(X3))),
    inference(paramodulation,[],['75','77']) ).

cnf('79',plain,
    greatest_lower_bound(least_upper_bound(X3,Y3),least_upper_bound(positive_part(X3),Z3)) = least_upper_bound(least_upper_bound(X3,negative_part(Y3)),greatest_lower_bound(least_upper_bound(X3,Y3),Z3)),
    inference(paramodulation,[],['56','37']) ).

cnf('80',plain,
    least_upper_bound(X,least_upper_bound(Y,Z)) = least_upper_bound(least_upper_bound(X,Y),Z),
    inference(cnf_transformation,[],['$inc_associativity_of_lub']) ).

cnf('81',plain,
    positive_part(least_upper_bound(X3,Y3)) = least_upper_bound(X3,least_upper_bound(Y3,identity)),
    inference(paramodulation,[],['80','12']) ).

cnf('82',plain,
    positive_part(least_upper_bound(X,Y)) = least_upper_bound(X,positive_part(Y)),
    inference(simplify,[],['81','12']) ).

cnf('83',plain,
    least_upper_bound(positive_part(X),Y) = positive_part(least_upper_bound(Y,X)),
    inference(paramodulation,[],['82','11']) ).

cnf('84',plain,
    greatest_lower_bound(least_upper_bound(X,Y),positive_part(least_upper_bound(Z,X))) = least_upper_bound(least_upper_bound(X,negative_part(Y)),greatest_lower_bound(least_upper_bound(X,Y),Z)),
    inference(simplify,[],['79','83']) ).

cnf('85',plain,
    greatest_lower_bound(least_upper_bound(identity,X3),positive_part(positive_part(Y3))) = least_upper_bound(least_upper_bound(identity,negative_part(X3)),greatest_lower_bound(least_upper_bound(identity,X3),Y3)),
    inference(paramodulation,[],['12','84']) ).

cnf('86',plain,
    positive_part(positive_part(X3)) = least_upper_bound(X3,positive_part(identity)),
    inference(paramodulation,[],['12','82']) ).

cnf('87',plain,
    positive_part(identity) = identity,
    inference(paramodulation,[],['20','12']) ).

cnf('88',plain,
    positive_part(positive_part(X)) = positive_part(X),
    inference(simplify,[then_simplify],['86','87','12']) ).

cnf('89',plain,
    least_upper_bound(X,greatest_lower_bound(X,Y)) = X,
    inference(cnf_transformation,[],['$inc_lub_absorbtion']) ).

cnf('90',plain,
    multiply(inverse(X3),X3) = positive_part(multiply(inverse(X3),greatest_lower_bound(X3,Y3))),
    inference(paramodulation,[],['89','14']) ).

cnf('91',plain,
    identity = positive_part(negative_part(multiply(inverse(X),Y))),
    inference(simplify,[then_simplify],['90','1','28']) ).

cnf('92',plain,
    identity = positive_part(negative_part(X)),
    inference(paramodulation,[],['5','91']) ).

cnf('93',plain,
    positive_part(greatest_lower_bound(X3,positive_part(Y3))) = least_upper_bound(greatest_lower_bound(X3,Y3),positive_part(negative_part(X3))),
    inference(paramodulation,[],['39','82']) ).

cnf('94',plain,
    positive_part(greatest_lower_bound(X,positive_part(Y))) = positive_part(greatest_lower_bound(X,Y)),
    inference(simplify,[then_simplify],['93','92','12']) ).

cnf('95',plain,
    positive_part(greatest_lower_bound(positive_part(X),Y)) = positive_part(greatest_lower_bound(Y,X)),
    inference(paramodulation,[],['25','94']) ).

cnf('96',plain,
    greatest_lower_bound(positive_part(X),positive_part(Y)) = positive_part(greatest_lower_bound(Y,X)),
    inference(simplify,[then_simplify],['85','13','88','13','92','13','13','95']) ).

cnf('97',plain,
    multiply(negative_part(X),positive_part(inverse(X))) = positive_part(greatest_lower_bound(inverse(X),X)),
    inference(simplify,[],['78','96']) ).

cnf('98',plain,
    positive_part(greatest_lower_bound(inverse(X),X)) = negative_part(least_upper_bound(X,inverse(X))),
    inference(simplify,[then_simplify],['71','97','60']) ).

cnf('99',plain,
    positive_part(positive_part(greatest_lower_bound(inverse(X3),X3))) = negative_part(least_upper_bound(X3,inverse(X3))),
    inference(paramodulation,[],['98','88']) ).

cnf('100',plain,
    identity = negative_part(least_upper_bound(X,inverse(X))),
    inference(simplify,[then_simplify],['99','98','92']) ).

cnf('101',plain,
    negative_part(least_upper_bound(X3,negative_part(Y3))) = negative_part(least_upper_bound(Y3,X3)),
    inference(paramodulation,[],['11','58']) ).

cnf('102',plain,
    negative_part(least_upper_bound(X,Y)) = negative_part(least_upper_bound(Y,X)),
    inference(simplify,[],['101','58']) ).

cnf('103',plain,
    negative_part(least_upper_bound(inverse(X),X)) = identity,
    inference(paramodulation,[],['100','102']) ).

cnf('104',plain,
    negative_part(inverse(X)) = inverse(positive_part(X)),
    inference(simplify,[then_simplify],['62','103','8']) ).

cnf('105',plain,
    multiply(least_upper_bound(multiply(X3,Y3),X3),Y3) = multiply(multiply(X3,Y3),positive_part(Y3)),
    inference(paramodulation,[],['17','33']) ).

cnf('106',plain,
    multiply(multiply(X,positive_part(Y)),Y) = multiply(multiply(X,Y),positive_part(Y)),
    inference(simplify,[],['105','17']) ).

cnf('107',plain,
    multiply(identity,X3) = multiply(multiply(inverse(positive_part(X3)),X3),positive_part(X3)),
    inference(paramodulation,[],['1','106']) ).

cnf('108',plain,
    X = multiply(multiply(inverse(positive_part(X)),X),positive_part(X)),
    inference(simplify,[],['107','4']) ).

cnf('109',plain,
    X3 = multiply(multiply(negative_part(inverse(X3)),X3),positive_part(X3)),
    inference(paramodulation,[],['104','108']) ).

cnf('110',plain,
    multiply(negative_part(inverse(X)),X) = greatest_lower_bound(identity,X),
    inference(paramodulation,[],['1','77']) ).

cnf('111',plain,
    X = multiply(negative_part(X),positive_part(X)),
    inference(simplify,[then_simplify],['109','110','27']) ).

cnf('112',plain,
    multiply(negative_part(X3),multiply(X3,Y3)) = multiply(X3,greatest_lower_bound(multiply(X3,Y3),Y3)),
    inference(paramodulation,[],['23','77']) ).

cnf('113',plain,
    multiply(negative_part(X),multiply(X,Y)) = multiply(X,multiply(negative_part(X),Y)),
    inference(simplify,[],['112','77']) ).

cnf('114',plain,
    multiply(negative_part(X3),multiply(X3,identity)) = multiply(X3,negative_part(X3)),
    inference(paramodulation,[],['8','113']) ).

cnf('115',plain,
    multiply(negative_part(X),X) = multiply(X,negative_part(X)),
    inference(simplify,[],['114','8']) ).

cnf('116',plain,
    multiply(positive_part(X3),negative_part(X3)) = least_upper_bound(multiply(negative_part(X3),X3),negative_part(X3)),
    inference(paramodulation,[],['115','35']) ).

cnf('117',plain,
    multiply(positive_part(X),negative_part(X)) = multiply(negative_part(X),positive_part(X)),
    inference(simplify,[],['116','17']) ).

cnf('118',plain,
    a != multiply(positive_part(a),negative_part(a)),
    inference(cnf_transformation,[],[prove_lat4]) ).

cnf('119',plain,
    a != multiply(negative_part(a),positive_part(a)),
    inference(paramodulation,[],['117','118']) ).

cnf('120',plain,
    $false,
    inference(resolution,[],['111','119']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GRP167-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.11/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n017.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon Aug 28 20:16:58 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.38  
% 0.20/0.38  input clause set summed statistics:
% 0.20/0.38  ----------------------------------
% 0.20/0.38  in_clause_count:                    20
% 0.20/0.38  in_rule_clause_count:               20
% 0.20/0.38  in_fact_clause_count:                0
% 0.20/0.38  in_answer_clause_count:              0
% 0.20/0.38  in_ground_clause_count:              1
% 0.20/0.38  in_unit_clause_count:               20
% 0.20/0.38  in_horn_clause_count:               20
% 0.20/0.38  in_pos_clause_count:                19
% 0.20/0.38  in_neg_clause_count:                 1
% 0.20/0.38  in_poseq_clause_count:              19
% 0.20/0.38  in_negeq_clause_count:               1
% 0.20/0.38  in_unitposeq_clause_count:          19
% 0.20/0.38  in_chain_clause_count:               0
% 0.20/0.38  in_min_length:             1
% 0.20/0.38  in_max_length:             1
% 0.20/0.38  in_min_depth:              2
% 0.20/0.38  in_max_depth:              3
% 0.20/0.38  in_min_size:               5
% 0.20/0.38  in_max_size:              13
% 0.20/0.38  in_min_vars:               0
% 0.20/0.38  in_max_vars:               3
% 0.20/0.38  in_extaxiom_count:                15
% 0.20/0.38  in_axiom_count:                    4
% 0.20/0.38  in_assumption_count:               0
% 0.20/0.38  in_goal_count:                     1
% 0.20/0.38  in_neg_goal_count:                 1
% 0.20/0.38  in_pos_goal_count:                 0
% 0.20/0.38  in_posunit_goal_count:             0
% 0.20/0.38  
% 0.20/0.38  auto guide:
% 0.20/0.38  -----------
% 0.20/0.38  {
% 0.20/0.38  "print":1,
% 0.20/0.38  "print_level": 15,
% 0.20/0.38  "max_size": 0,
% 0.20/0.38  "max_depth": 0,
% 0.20/0.38  "max_length": 0,
% 0.20/0.38  "max_dseconds": 0,
% 0.20/0.38  "runs":[
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.20/0.38  
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.20/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.20/0.38  
% 0.20/0.38  ]}
% 0.20/0.38  
% 0.20/0.39  
% 0.20/0.39  **** run 1 fork 0 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.39  
% 0.20/0.39  **** run 2 fork 1 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.39  
% 0.20/0.39  **** run 3 fork 2 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.39  
% 0.20/0.39  **** run 4 fork 3 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 5 fork 4 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.39  
% 0.20/0.39  **** run 6 fork 5 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.39  
% 0.20/0.39  **** run 7 fork 6 starts with strategy
% 0.20/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 4: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 5: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 3: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 6: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 0: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 7: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  **** run 11 fork 2 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.53  
% 0.20/0.53  **** run 15 fork 6 starts with strategy
% 0.20/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.54  
% 0.20/0.54  **** run 9 fork 0 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.54  
% 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.55  
% 0.20/0.55  **** run 16 fork 7 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 2: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 6: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 1: search terminated without proof.
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 5: 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.66  
% 0.20/0.66  
% 0.20/0.66  fork 0: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 3: 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 23 fork 6 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.20/0.67  
% 0.20/0.67  **** run 19 fork 2 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.67  
% 0.20/0.67  **** run 18 fork 1 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.68  
% 0.20/0.68  **** run 22 fork 5 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.68  
% 0.20/0.68  **** run 21 fork 4 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 17 fork 0 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.69  
% 0.20/0.69  **** run 20 fork 3 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 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}
% 3.17/0.80  
% 3.17/0.80  
% 3.17/0.80  fork 6: search terminated without proof.
% 3.17/0.81  
% 3.17/0.81  
% 3.17/0.81  fork 1: search terminated without proof.
% 3.40/0.82  
% 3.40/0.82  
% 3.40/0.82  fork 2: search terminated without proof.
% 3.40/0.82  
% 3.40/0.82  **** run 31 fork 6 starts with strategy
% 3.40/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.40/0.83  
% 3.40/0.83  
% 3.40/0.83  fork 5: search terminated without proof.
% 3.40/0.83  
% 3.40/0.83  
% 3.40/0.83  fork 4: search terminated without proof.
% 3.40/0.83  
% 3.40/0.83  
% 3.40/0.83  fork 0: search terminated without proof.
% 3.40/0.83  
% 3.40/0.83  
% 3.40/0.83  fork 7: search terminated without proof.
% 3.40/0.83  
% 3.40/0.83  **** run 26 fork 1 starts with strategy
% 3.40/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.58/0.84  
% 3.58/0.84  **** run 27 fork 2 starts with strategy
% 3.58/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.58/0.85  
% 3.58/0.85  **** run 29 fork 4 starts with strategy
% 3.58/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.58/0.85  
% 3.58/0.85  **** run 30 fork 5 starts with strategy
% 3.58/0.85  {"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.58/0.85  
% 3.58/0.85  **** run 32 fork 7 starts with strategy
% 3.58/0.85  {"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.58/0.86  
% 3.58/0.86  **** run 25 fork 0 starts with strategy
% 3.58/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.58/0.87  
% 3.58/0.87  
% 3.58/0.87  fork 3: search terminated without proof.
% 3.58/0.89  
% 3.58/0.89  **** run 28 fork 3 starts with strategy
% 3.58/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 4.22/0.94  
% 4.22/0.94  
% 4.22/0.94  fork 6: search terminated without proof.
% 4.22/0.95  
% 4.22/0.95  
% 4.22/0.95  fork 1: search terminated without proof.
% 4.22/0.96  
% 4.22/0.96  **** run 39 fork 6 starts with strategy
% 4.22/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.22/0.97  
% 4.22/0.97  
% 4.22/0.97  fork 2: search terminated without proof.
% 4.22/0.97  
% 4.22/0.97  
% 4.22/0.97  fork 4: search terminated without proof.
% 4.22/0.97  
% 4.22/0.97  **** run 34 fork 1 starts with strategy
% 4.22/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.22/0.98  
% 4.22/0.98  
% 4.22/0.98  fork 7: search terminated without proof.
% 4.75/0.98  
% 4.75/0.98  
% 4.75/0.98  fork 0: search terminated without proof.
% 4.75/0.98  
% 4.75/0.98  
% 4.75/0.98  fork 5: search terminated without proof.
% 4.75/0.99  
% 4.75/0.99  **** run 35 fork 2 starts with strategy
% 4.75/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.75/0.99  
% 4.75/0.99  **** run 37 fork 4 starts with strategy
% 4.75/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.75/1.00  
% 4.75/1.00  **** run 40 fork 7 starts with strategy
% 4.75/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.75/1.00  
% 4.75/1.00  **** run 38 fork 5 starts with strategy
% 4.75/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.75/1.01  
% 4.75/1.01  **** run 33 fork 0 starts with strategy
% 4.75/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.75/1.02  
% 4.75/1.02  
% 4.75/1.02  fork 3: search terminated without proof.
% 4.75/1.04  
% 4.75/1.04  **** run 36 fork 3 starts with strategy
% 4.75/1.04  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 5.53/1.08  
% 5.53/1.08  
% 5.53/1.08  fork 6: search terminated without proof.
% 5.53/1.09  
% 5.53/1.09  
% 5.53/1.09  fork 1: search terminated without proof.
% 5.53/1.10  
% 5.53/1.10  **** run 47 fork 6 starts with strategy
% 5.53/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.53/1.11  
% 5.53/1.11  
% 5.53/1.11  fork 2: search terminated without proof.
% 5.80/1.12  
% 5.80/1.12  
% 5.80/1.12  fork 4: search terminated without proof.
% 5.80/1.12  
% 5.80/1.12  **** run 42 fork 1 starts with strategy
% 5.80/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.80/1.12  
% 5.80/1.12  
% 5.80/1.12  fork 7: search terminated without proof.
% 5.80/1.13  
% 5.80/1.13  
% 5.80/1.13  fork 0: search terminated without proof.
% 5.96/1.13  
% 5.96/1.13  
% 5.96/1.13  fork 5: search terminated without proof.
% 5.96/1.13  
% 5.96/1.13  **** run 43 fork 2 starts with strategy
% 5.96/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.96/1.14  
% 5.96/1.14  **** run 45 fork 4 starts with strategy
% 5.96/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.96/1.14  
% 5.96/1.14  **** run 48 fork 7 starts with strategy
% 5.96/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.96/1.15  
% 5.96/1.15  **** run 41 fork 0 starts with strategy
% 5.96/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.96/1.15  
% 5.96/1.15  **** run 46 fork 5 starts with strategy
% 5.96/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.96/1.16  
% 5.96/1.16  
% 5.96/1.16  fork 3: search terminated without proof.
% 5.96/1.18  
% 5.96/1.18  fork 5: search finished without proof.
% 5.96/1.19  
% 5.96/1.19  **** run 44 fork 3 starts with strategy
% 5.96/1.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.96/1.20  
% 5.96/1.20  **** run 54 fork 5 starts with strategy
% 5.96/1.20  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.96/1.22  
% 5.96/1.22  
% 5.96/1.22  fork 6: search terminated without proof.
% 5.96/1.24  
% 5.96/1.24  **** run 55 fork 6 starts with strategy
% 5.96/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.96/1.24  
% 5.96/1.24  
% 5.96/1.24  fork 1: search terminated without proof.
% 5.96/1.26  
% 5.96/1.26  
% 5.96/1.26  fork 4: search terminated without proof.
% 5.96/1.26  
% 5.96/1.26  
% 5.96/1.26  fork 2: search terminated without proof.
% 5.96/1.27  
% 5.96/1.27  **** run 50 fork 1 starts with strategy
% 5.96/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 5.96/1.27  
% 5.96/1.27  
% 5.96/1.27  fork 7: search terminated without proof.
% 5.96/1.28  
% 5.96/1.28  **** run 53 fork 4 starts with strategy
% 5.96/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.79/1.29  
% 6.79/1.29  **** run 51 fork 2 starts with strategy
% 6.79/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.79/1.29  
% 6.79/1.29  **** run 56 fork 7 starts with strategy
% 6.79/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.79/1.30  
% 6.79/1.30  
% 6.79/1.30  fork 0: search terminated without proof.
% 6.79/1.32  
% 6.79/1.32  **** run 49 fork 0 starts with strategy
% 6.79/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.79/1.33  
% 6.79/1.33  
% 6.79/1.33  fork 5: search terminated without proof.
% 6.79/1.34  
% 6.79/1.34  
% 6.79/1.34  fork 3: search terminated without proof.
% 7.62/1.35  
% 7.62/1.35  **** run 62 fork 5 starts with strategy
% 7.62/1.35  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.62/1.36  
% 7.62/1.36  
% 7.62/1.36  fork 6: search terminated without proof.
% 7.62/1.36  
% 7.62/1.36  **** run 52 fork 3 starts with strategy
% 7.62/1.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.62/1.38  
% 7.62/1.38  **** run 63 fork 6 starts with strategy
% 7.62/1.38  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.62/1.38  
% 7.62/1.38  fork 2: search finished without proof.
% 7.62/1.39  
% 7.62/1.39  
% 7.62/1.39  fork 1: search terminated without proof.
% 7.62/1.40  
% 7.62/1.40  
% 7.62/1.40  fork 4: search terminated without proof.
% 7.62/1.40  
% 7.62/1.40  **** run 59 fork 2 starts with strategy
% 7.62/1.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.62/1.41  
% 7.62/1.41  **** run 58 fork 1 starts with strategy
% 7.62/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.62/1.41  
% 7.62/1.41  
% 7.62/1.41  fork 7: search terminated without proof.
% 7.62/1.42  
% 7.62/1.42  **** run 61 fork 4 starts with strategy
% 7.62/1.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 8.28/1.44  
% 8.28/1.44  **** run 64 fork 7 starts with strategy
% 8.28/1.44  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.28/1.44  
% 8.28/1.44  
% 8.28/1.44  fork 0: search terminated without proof.
% 8.28/1.46  
% 8.28/1.46  **** run 57 fork 0 starts with strategy
% 8.28/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.28/1.47  
% 8.28/1.47  
% 8.28/1.47  fork 5: search terminated without proof.
% 8.68/1.48  
% 8.68/1.48  
% 8.68/1.48  fork 3: search terminated without proof.
% 8.68/1.50  
% 8.68/1.50  
% 8.68/1.50  fork 6: search terminated without proof.
% 8.68/1.50  
% 8.68/1.50  **** run 70 fork 5 starts with strategy
% 8.68/1.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.68/1.51  
% 8.68/1.51  **** run 60 fork 3 starts with strategy
% 8.68/1.51  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.68/1.52  
% 8.68/1.52  **** run 71 fork 6 starts with strategy
% 8.68/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 8.68/1.53  
% 8.68/1.53  
% 8.68/1.53  fork 2: search terminated without proof.
% 8.68/1.53  
% 8.68/1.53  
% 8.68/1.53  fork 1: search terminated without proof.
% 8.68/1.54  
% 8.68/1.54  
% 8.68/1.54  fork 4: search terminated without proof.
% 9.22/1.55  
% 9.22/1.55  **** run 67 fork 2 starts with strategy
% 9.22/1.55  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 9.22/1.55  
% 9.22/1.55  **** run 66 fork 1 starts with strategy
% 9.22/1.55  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.22/1.56  
% 9.22/1.56  
% 9.22/1.56  fork 7: search terminated without proof.
% 9.22/1.56  
% 9.22/1.56  **** run 69 fork 4 starts with strategy
% 9.22/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.37/1.58  
% 9.37/1.58  **** run 72 fork 7 starts with strategy
% 9.37/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.37/1.58  
% 9.37/1.58  
% 9.37/1.58  fork 0: search terminated without proof.
% 9.37/1.60  
% 9.37/1.60  **** run 65 fork 0 starts with strategy
% 9.37/1.60  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.78/1.63  
% 9.78/1.63  
% 9.78/1.63  fork 3: search terminated without proof.
% 9.78/1.64  
% 9.78/1.64  
% 9.78/1.64  fork 5: search terminated without proof.
% 9.78/1.65  
% 9.78/1.65  
% 9.78/1.65  fork 6: search terminated without proof.
% 10.02/1.65  
% 10.02/1.65  **** run 68 fork 3 starts with strategy
% 10.02/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 10.02/1.66  
% 10.02/1.66  **** run 78 fork 5 starts with strategy
% 10.02/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 10.02/1.67  
% 10.02/1.67  **** run 79 fork 6 starts with strategy
% 10.02/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.02/1.67  
% 10.02/1.67  
% 10.02/1.67  fork 1: search terminated without proof.
% 10.02/1.68  
% 10.02/1.68  
% 10.02/1.68  fork 2: search terminated without proof.
% 10.02/1.69  
% 10.02/1.69  
% 10.02/1.69  fork 4: search terminated without proof.
% 10.02/1.69  
% 10.02/1.69  **** run 74 fork 1 starts with strategy
% 10.02/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.02/1.70  
% 10.02/1.70  **** run 75 fork 2 starts with strategy
% 10.02/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 10.02/1.70  
% 10.02/1.70  
% 10.02/1.70  fork 7: search terminated without proof.
% 10.02/1.71  
% 10.02/1.71  **** run 77 fork 4 starts with strategy
% 10.02/1.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.02/1.72  
% 10.02/1.72  
% 10.02/1.72  fork 0: search terminated without proof.
% 10.02/1.72  
% 10.02/1.72  **** run 80 fork 7 starts with strategy
% 10.02/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.63/1.74  
% 10.63/1.74  **** run 73 fork 0 starts with strategy
% 10.63/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.63/1.77  
% 10.63/1.77  
% 10.63/1.77  fork 3: search terminated without proof.
% 11.02/1.79  
% 11.02/1.79  **** run 76 fork 3 starts with strategy
% 11.02/1.79  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 11.02/1.79  
% 11.02/1.79  
% 11.02/1.79  fork 5: search terminated without proof.
% 11.02/1.80  
% 11.02/1.80  
% 11.02/1.80  fork 6: search terminated without proof.
% 11.02/1.82  
% 11.02/1.82  **** run 86 fork 5 starts with strategy
% 11.02/1.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 11.02/1.82  
% 11.02/1.82  **** run 87 fork 6 starts with strategy
% 11.02/1.82  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.02/1.82  
% 11.02/1.82  
% 11.02/1.82  fork 1: search terminated without proof.
% 11.02/1.83  
% 11.02/1.83  
% 11.02/1.83  fork 2: search terminated without proof.
% 11.02/1.84  
% 11.02/1.84  
% 11.02/1.84  fork 4: search terminated without proof.
% 11.02/1.84  
% 11.02/1.84  **** run 82 fork 1 starts with strategy
% 11.02/1.84  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.02/1.85  
% 11.02/1.85  **** run 83 fork 2 starts with strategy
% 11.02/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.60/1.85  
% 11.60/1.85  
% 11.60/1.85  fork 7: search terminated without proof.
% 11.60/1.86  
% 11.60/1.86  **** run 85 fork 4 starts with strategy
% 11.60/1.86  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.60/1.87  
% 11.60/1.87  **** run 88 fork 7 starts with strategy
% 11.60/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.60/1.88  
% 11.60/1.88  
% 11.60/1.88  fork 0: search terminated without proof.
% 11.60/1.90  
% 11.60/1.90  **** run 81 fork 0 starts with strategy
% 11.60/1.90  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.60/1.92  
% 11.60/1.92  
% 11.60/1.92  fork 3: search terminated without proof.
% 11.96/1.94  
% 11.96/1.94  **** run 84 fork 3 starts with strategy
% 11.96/1.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.93/2.03  
% 12.93/2.03  
% 12.93/2.03  fork 0: search terminated without proof.
% 12.93/2.05  
% 12.93/2.05  **** run 89 fork 0 starts with strategy
% 12.93/2.05  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 19.27/2.84  
% 19.27/2.84  
% 19.27/2.84  fork 6: search terminated without proof.
% 19.65/2.88  
% 19.65/2.88  
% 19.65/2.88  fork 1: search terminated without proof.
% 19.65/2.88  
% 19.65/2.88  
% 19.65/2.88  fork 2: search terminated without proof.
% 19.65/2.88  
% 19.65/2.88  **** run 95 fork 6 starts with strategy
% 19.65/2.88  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 19.65/2.88  
% 19.65/2.88  
% 19.65/2.88  fork 4: search terminated without proof.
% 19.65/2.92  
% 19.65/2.92  
% 19.65/2.92  fork 7: search terminated without proof.
% 20.16/2.94  
% 20.16/2.94  
% 20.16/2.94  fork 5: search terminated without proof.
% 20.16/2.95  
% 20.16/2.95  **** run 93 fork 4 starts with strategy
% 20.16/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.16/2.95  
% 20.16/2.95  **** run 90 fork 1 starts with strategy
% 20.16/2.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.31/2.96  
% 20.31/2.96  **** run 91 fork 2 starts with strategy
% 20.31/2.96  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 20.31/2.98  
% 20.31/2.98  **** run 96 fork 7 starts with strategy
% 20.31/2.98  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.31/2.98  
% 20.31/2.98  
% 20.31/2.98  fork 3: search terminated without proof.
% 20.31/3.01  
% 20.31/3.01  **** run 94 fork 5 starts with strategy
% 20.31/3.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 20.73/3.04  
% 20.73/3.04  **** run 92 fork 3 starts with strategy
% 20.73/3.04  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 21.01/3.09  
% 21.01/3.09  
% 21.01/3.09  fork 0: search terminated without proof.
% 21.01/3.15  
% 21.01/3.15  **** run 97 fork 0 starts with strategy
% 21.01/3.15  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 27.61/3.93  
% 27.61/3.93  
% 27.61/3.93  fork 6: search terminated without proof.
% 27.85/3.98  
% 27.85/3.98  
% 27.85/3.98  fork 4: search terminated without proof.
% 27.85/3.98  
% 27.85/3.98  **** run 103 fork 6 starts with strategy
% 27.85/3.98  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 27.85/3.99  
% 27.85/3.99  
% 27.85/3.99  fork 1: search terminated without proof.
% 28.53/4.03  
% 28.53/4.03  **** run 101 fork 4 starts with strategy
% 28.53/4.03  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 28.53/4.05  
% 28.53/4.05  **** run 98 fork 1 starts with strategy
% 28.53/4.05  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 28.53/4.06  
% 28.53/4.06  
% 28.53/4.06  fork 2: search terminated without proof.
% 28.53/4.06  
% 28.53/4.06  
% 28.53/4.06  fork 7: search terminated without proof.
% 28.97/4.11  
% 28.97/4.11  
% 28.97/4.11  fork 5: search terminated without proof.
% 28.97/4.11  
% 28.97/4.11  **** run 104 fork 7 starts with strategy
% 28.97/4.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 28.97/4.12  
% 28.97/4.12  **** run 99 fork 2 starts with strategy
% 28.97/4.12  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 28.97/4.13  
% 28.97/4.13  
% 28.97/4.13  fork 3: search terminated without proof.
% 29.60/4.17  
% 29.60/4.17  **** run 102 fork 5 starts with strategy
% 29.60/4.17  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 29.60/4.19  
% 29.60/4.19  **** run 100 fork 3 starts with strategy
% 29.60/4.19  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 29.60/4.20  
% 29.60/4.20  
% 29.60/4.20  fork 0: search terminated without proof.
% 30.15/4.25  
% 30.15/4.25  **** run 105 fork 0 starts with strategy
% 30.15/4.25  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 35.82/5.01  
% 35.82/5.01  
% 35.82/5.01  fork 6: search terminated without proof.
% 35.82/5.06  
% 35.82/5.06  **** run 111 fork 6 starts with strategy
% 35.82/5.06  {"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}
% 35.82/5.08  
% 35.82/5.08  
% 35.82/5.08  fork 4: search terminated without proof.
% 37.08/5.14  
% 37.08/5.14  **** run 109 fork 4 starts with strategy
% 37.08/5.14  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 37.08/5.14  
% 37.08/5.14  
% 37.08/5.14  fork 2: search terminated without proof.
% 37.08/5.16  
% 37.08/5.16  
% 37.08/5.16  fork 1: search terminated without proof.
% 37.08/5.17  
% 37.08/5.17  
% 37.08/5.17  fork 7: search terminated without proof.
% 37.08/5.21  
% 37.08/5.21  
% 37.08/5.21  fork 5: search terminated without proof.
% 37.08/5.21  
% 37.08/5.21  **** run 107 fork 2 starts with strategy
% 37.08/5.21  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 37.70/5.23  
% 37.70/5.23  **** run 106 fork 1 starts with strategy
% 37.70/5.23  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 37.70/5.23  
% 37.70/5.23  **** run 112 fork 7 starts with strategy
% 37.70/5.23  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 37.70/5.25  
% 37.70/5.25  
% 37.70/5.25  fork 3: search terminated without proof.
% 38.20/5.28  
% 38.20/5.28  **** run 110 fork 5 starts with strategy
% 38.20/5.28  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 38.20/5.31  
% 38.20/5.31  **** run 108 fork 3 starts with strategy
% 38.20/5.31  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 38.20/5.36  
% 38.20/5.36  
% 38.20/5.36  fork 0: search terminated without proof.
% 39.06/5.41  
% 39.06/5.41  **** run 113 fork 0 starts with strategy
% 39.06/5.41  {"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}
% 43.78/6.08  
% 43.78/6.08  
% 43.78/6.08  fork 6: search terminated without proof.
% 44.83/6.14  
% 44.83/6.14  **** run 119 fork 6 starts with strategy
% 44.83/6.14  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 44.83/6.16  
% 44.83/6.16  
% 44.83/6.16  fork 4: search terminated without proof.
% 45.52/6.22  
% 45.52/6.22  **** run 117 fork 4 starts with strategy
% 45.52/6.22  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 45.52/6.25  
% 45.52/6.25  
% 45.52/6.25  fork 1: search terminated without proof.
% 45.52/6.25  
% 45.52/6.25  
% 45.52/6.25  fork 7: search terminated without proof.
% 45.52/6.25  
% 45.52/6.25  
% 45.52/6.25  fork 2: search terminated without proof.
% 45.52/6.31  
% 45.52/6.31  **** run 114 fork 1 starts with strategy
% 45.52/6.31  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 45.52/6.33  
% 45.52/6.33  **** run 115 fork 2 starts with strategy
% 45.52/6.33  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 45.52/6.33  
% 45.52/6.33  
% 45.52/6.33  fork 5: search terminated without proof.
% 45.52/6.34  
% 45.52/6.34  **** run 120 fork 7 starts with strategy
% 45.52/6.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 45.52/6.35  
% 45.52/6.35  
% 45.52/6.35  fork 3: search terminated without proof.
% 46.39/6.39  
% 46.39/6.39  **** run 118 fork 5 starts with strategy
% 46.39/6.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 46.39/6.41  
% 46.39/6.41  **** run 116 fork 3 starts with strategy
% 46.39/6.41  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 47.46/6.47  
% 47.46/6.47  
% 47.46/6.47  fork 0: search terminated without proof.
% 47.86/6.52  
% 47.86/6.52  **** run 121 fork 0 starts with strategy
% 47.86/6.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 52.67/7.16  
% 52.67/7.16  
% 52.67/7.16  fork 6: search terminated without proof.
% 53.08/7.21  
% 53.08/7.21  **** run 127 fork 6 starts with strategy
% 53.08/7.21  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 53.08/7.24  
% 53.08/7.24  fork 6: search finished without proof.
% 53.65/7.25  
% 53.65/7.25  **** run 135 fork 6 starts with strategy
% 53.65/7.25  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 53.81/7.29  
% 53.81/7.29  
% 53.81/7.29  fork 4: search terminated without proof.
% 54.22/7.33  
% 54.22/7.33  
% 54.22/7.33  fork 1: search terminated without proof.
% 54.22/7.34  
% 54.22/7.34  **** run 125 fork 4 starts with strategy
% 54.22/7.34  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 54.42/7.37  
% 54.42/7.37  
% 54.42/7.37  fork 2: search terminated without proof.
% 54.42/7.39  
% 54.42/7.39  **** run 122 fork 1 starts with strategy
% 54.42/7.39  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 54.42/7.42  
% 54.42/7.42  
% 54.42/7.42  fork 5: search terminated without proof.
% 55.06/7.43  
% 55.06/7.43  **** run 123 fork 2 starts with strategy
% 55.06/7.43  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 55.06/7.46  
% 55.06/7.46  
% 55.06/7.46  fork 7: search terminated without proof.
% 55.06/7.47  
% 55.06/7.47  
% 55.06/7.47  fork 3: search terminated without proof.
% 55.48/7.48  
% 55.48/7.48  **** run 126 fork 5 starts with strategy
% 55.48/7.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 55.48/7.52  
% 55.48/7.52  **** run 128 fork 7 starts with strategy
% 55.48/7.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 55.48/7.53  
% 55.48/7.53  **** run 124 fork 3 starts with strategy
% 55.48/7.53  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 55.48/7.54  
% 55.48/7.54  
% 55.48/7.54  fork 0: search terminated without proof.
% 56.06/7.63  
% 56.06/7.63  **** run 129 fork 0 starts with strategy
% 56.06/7.63  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 61.25/8.27  
% 61.25/8.27  
% 61.25/8.27  fork 6: search terminated without proof.
% 61.25/8.31  
% 61.25/8.31  **** run 143 fork 6 starts with strategy
% 61.25/8.31  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 62.29/8.39  
% 62.29/8.39  
% 62.29/8.39  fork 4: search terminated without proof.
% 62.79/8.41  
% 62.79/8.41  
% 62.79/8.41  fork 1: search terminated without proof.
% 62.79/8.45  
% 62.79/8.45  **** run 133 fork 4 starts with strategy
% 62.79/8.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 63.22/8.46  
% 63.22/8.46  
% 63.22/8.46  fork 2: search terminated without proof.
% 63.22/8.48  
% 63.22/8.48  **** run 130 fork 1 starts with strategy
% 63.22/8.48  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 63.22/8.52  
% 63.22/8.52  **** run 131 fork 2 starts with strategy
% 63.22/8.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 63.22/8.55  
% 63.22/8.55  
% 63.22/8.55  fork 7: search terminated without proof.
% 63.91/8.56  
% 63.91/8.56  
% 63.91/8.56  fork 5: search terminated without proof.
% 63.91/8.57  
% 63.91/8.57  **** run 136 fork 7 starts with strategy
% 63.91/8.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 64.21/8.59  
% 64.21/8.59  
% 64.21/8.59  fork 3: search terminated without proof.
% 64.21/8.62  
% 64.21/8.62  **** run 134 fork 5 starts with strategy
% 64.21/8.62  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 64.70/8.65  
% 64.70/8.65  **** run 132 fork 3 starts with strategy
% 64.70/8.65  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 64.70/8.65  
% 64.70/8.65  
% 64.70/8.65  fork 0: search terminated without proof.
% 64.70/8.71  
% 64.70/8.71  **** run 137 fork 0 starts with strategy
% 64.70/8.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 65.20/8.75  
% 65.20/8.75  fork 3: search finished without proof.
% 65.61/8.76  
% 65.61/8.76  **** run 140 fork 3 starts with strategy
% 65.61/8.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 69.83/9.33  
% 69.83/9.33  
% 69.83/9.33  fork 6: search terminated without proof.
% 70.20/9.38  
% 70.20/9.38  **** run 151 fork 6 starts with strategy
% 70.20/9.38  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 71.02/9.48  
% 71.02/9.48  
% 71.02/9.48  fork 4: search terminated without proof.
% 71.02/9.52  
% 71.02/9.52  **** run 141 fork 4 starts with strategy
% 71.02/9.52  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 71.02/9.54  
% 71.02/9.54  
% 71.02/9.54  fork 2: search terminated without proof.
% 71.02/9.57  
% 71.02/9.57  
% 71.02/9.57  fork 1: search terminated without proof.
% 71.68/9.60  
% 71.68/9.60  **** run 139 fork 2 starts with strategy
% 71.68/9.60  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 71.68/9.61  
% 71.68/9.61  
% 71.68/9.61  fork 7: search terminated without proof.
% 71.68/9.63  
% 71.68/9.63  **** run 138 fork 1 starts with strategy
% 71.68/9.63  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 72.51/9.66  
% 72.51/9.66  
% 72.51/9.66  fork 5: search terminated without proof.
% 72.51/9.67  
% 72.51/9.67  **** run 144 fork 7 starts with strategy
% 72.51/9.67  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 72.91/9.71  
% 72.91/9.71  **** run 142 fork 5 starts with strategy
% 72.91/9.71  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 73.32/9.77  
% 73.32/9.77  
% 73.32/9.77  fork 0: search terminated without proof.
% 73.32/9.78  
% 73.32/9.78  
% 73.32/9.78  fork 3: search terminated without proof.
% 73.32/9.83  
% 73.32/9.83  **** run 145 fork 0 starts with strategy
% 73.32/9.83  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 74.14/9.85  
% 74.14/9.85  **** run 148 fork 3 starts with strategy
% 74.14/9.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 78.14/10.41  
% 78.14/10.41  
% 78.14/10.41  fork 6: search terminated without proof.
% 78.87/10.46  
% 78.87/10.46  **** run 159 fork 6 starts with strategy
% 78.87/10.46  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 80.13/10.62  
% 80.13/10.62  
% 80.13/10.62  fork 2: search terminated without proof.
% 80.13/10.64  
% 80.13/10.64  
% 80.13/10.64  fork 4: search terminated without proof.
% 80.13/10.65  
% 80.13/10.65  
% 80.13/10.65  fork 1: search terminated without proof.
% 80.54/10.67  
% 80.54/10.67  **** run 149 fork 4 starts with strategy
% 80.54/10.67  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 80.54/10.68  
% 80.54/10.68  **** run 147 fork 2 starts with strategy
% 80.54/10.68  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 80.54/10.70  
% 80.54/10.70  
% 80.54/10.70  fork 7: search terminated without proof.
% 80.54/10.71  
% 80.54/10.71  **** run 146 fork 1 starts with strategy
% 80.54/10.71  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 80.54/10.74  
% 80.54/10.74  
% 80.54/10.74  fork 5: search terminated without proof.
% 81.25/10.75  
% 81.25/10.75  **** run 152 fork 7 starts with strategy
% 81.25/10.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 81.25/10.79  
% 81.25/10.79  **** run 150 fork 5 starts with strategy
% 81.25/10.79  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 81.58/10.86  
% 81.58/10.86  
% 81.58/10.86  fork 0: search terminated without proof.
% 81.58/10.88  
% 81.58/10.88  
% 81.58/10.88  fork 3: search terminated without proof.
% 81.58/10.89  
% 81.58/10.89  **** run 153 fork 0 starts with strategy
% 81.58/10.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 82.59/10.94  
% 82.59/10.94  **** run 156 fork 3 starts with strategy
% 82.59/10.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":4}
% 86.12/11.44  
% 86.12/11.44  
% 86.12/11.44  result: proof found
% 86.12/11.44  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 86.12/11.44  by run 146 fork 1 strategy {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 86.12/11.44  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 86.12/11.44  
% 86.12/11.44  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 86.12/11.44  
% 86.12/11.44  run 146 fork 1 statistics:
% 86.12/11.44  ----------------------------------
% 86.12/11.44  this run seconds: 0.671970
% 86.12/11.44  total seconds: 10.840063
% 86.12/11.44  stat_given_used: 1038
% 86.12/11.44  stat_given_used_at_endgame: 0
% 86.12/11.44  stat_given_candidates:   6231
% 86.12/11.44  stat_given_candidates_at_endgame: 0
% 86.12/11.44  stat_given_candidates_h: 0
% 86.12/11.44  stat_binres_derived_cl:   1
% 86.12/11.44  stat_binres_derived_cl_h: 0
% 86.12/11.44  stat_factor_derived_cl: 0
% 86.12/11.44  stat_para_derived_cl: 113089
% 86.12/11.44  stat_tautologies_discarded: 0
% 86.12/11.44  stat_forward_subsumed: 43209
% 86.12/11.44  stat_derived_cut: 0
% 86.12/11.44  stat_derived_rewritten: 1260
% 86.12/11.44  stat_weight_discarded_building: 0
% 86.12/11.44  stat_weight_discarded_cl: 10033
% 86.12/11.44  stat_internlimit_discarded_cl: 0
% 86.12/11.44  stat_simplified:  1260 simplified 0 derived 0 given
% 86.12/11.44  stat_kept_cl: 57246
% 86.12/11.44  stat_built_cl: 70615
% 86.12/11.44  stat_hyperres_partial_cl: 0
% 86.12/11.44  stat_made_rewriters: 785
% 86.12/11.44  stat_backward_subsumed: 0
% 86.12/11.44  stat_propagated_subsumed: 0
% 86.12/11.44  stat_clsubs_attempted:                     54514
% 86.12/11.44  stat_clsubs_fact_groundunit_found:             0
% 86.12/11.44  stat_clsubs_rule_groundunit_found:             1
% 86.12/11.44  stat_clsubs_top_meta_attempted:             729452
% 86.12/11.44  stat_clsubs_top_meta_failed:                674938
% 86.12/11.44  stat_clsubs_top_meta_nonpref_attempted:              729452
% 86.12/11.44  stat_clsubs_top_meta_nonpref_succeeded:              307803
% 86.12/11.44  stat_clsubs_top_meta_pref_attempted:                 307803
% 86.12/11.44  stat_clsubs_top_meta_pref1_succeeded:                307779
% 86.12/11.44  stat_clsubs_top_meta_pref2_succeeded:                 81329
% 86.12/11.44  stat_clsubs_top_meta_pref3_succeeded:                 54514
% 86.12/11.44  stat_clsubs_top_meta_pref_succeeded:                  54514
% 86.12/11.44  stat_clsubs_meta_attempted:                54514
% 86.12/11.44  stat_clsubs_meta_failed:                    1037
% 86.12/11.44  stat_clsubs_predsymbs_attempted:               0
% 86.12/11.44  stat_clsubs_unit_attempted:                54514
% 86.12/11.44  stat_clsubs_full_attempted:                    0
% 86.12/11.44  stat_forwardsubs_attempted:               110488
% 86.12/11.44  stat_lit_hash_added:                  57271
% 86.12/11.44  stat_lit_hash_computed:              169787
% 86.12/11.44  stat_lit_hash_match_found:            43284
% 86.12/11.44  stat_lit_hash_match_miss:            137771
% 86.12/11.44  stat_lit_hash_cut_ok:                     0
% 86.12/11.44  stat_lit_strong_cut_ok:                   0
% 86.12/11.44  stat_lit_hash_subsume_ok:             43209
% 86.12/11.44  clqueue els 10000000 used 1
% 86.12/11.44  clactive els 10000000 used 1039
% 86.12/11.44  clactivesubsume els 10000000 used 6199
% 86.12/11.44  queue_termbuf els 200000000 used 5518973
% 86.12/11.44  hyper_termbuf els 100000000 used 1
% 86.12/11.44  active_termbuf els 100000000 used 54506
% 86.12/11.44  varstack els 5000 last used 1
% 86.12/11.44  given_termbuf els 10000000 last used 33
% 86.12/11.44  simplified_termbuf els 10000000 last used 1
% 86.12/11.44  derived_termbuf els 10000000 last used 3
% 86.12/11.44  wr_mallocs: 218621
% 86.12/11.44  wr_callocs: 21
% 86.12/11.44  wr_reallocs: 8856
% 86.12/11.44  wr_frees: 2
% 86.12/11.44  wr_malloc_bytes: 4170360324
% 86.12/11.44  wr_calloc_bytes: 112065536
% 86.12/11.44  wr_realloc_bytes: 1866224
% 86.12/11.44  wr_realloc_freebytes: 0
% 86.12/11.44  ----------------------------------
%------------------------------------------------------------------------------