Trace number 4296988

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+glucose-syrup (2018-07-07)SAT 1973.66 251.354

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-12_c18.xml
MD5SUM31fb3bf3c58be033c7e9cdff116e7260
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark576.682
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints266
Number of domains2
Minimum domain size12
Maximum domain size144
Distribution of domain sizes[{"size":12,"count":144},{"size":144,"count":132}]
Minimum variable degree0
Maximum variable degree135
Distribution of variable degrees[{"degree":0,"count":12},{"degree":2,"count":132},{"degree":134,"count":12},{"degree":135,"count":132}]
Minimum constraint arity3
Maximum constraint arity145
Distribution of constraint arities[{"arity":3,"count":132},{"arity":12,"count":1},{"arity":144,"count":1},{"arity":145,"count":132}]
Number of extensional constraints0
Number of intensional constraints132
Distribution of constraint types[{"type":"intension","count":132},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":132}]
Optimization problemNO
Type of objective

Solver Data

0.65/0.53	
0.65/0.53	scop order+glucose-syrup (2018-07-07)
0.65/0.53	
0.65/0.56	c BEGIN-Prog: Fri Jul 27 10:43:40 CEST 2018
0.65/0.56	c PID: 9240
0.65/0.56	c IP: 172.20.3.137
0.65/0.56	c HOST: node137.alineos.net
0.65/0.56	c (0,0) Parsing Begin
2.11/1.12	c (0,0) Parsing End
2.11/1.13	c (0,0) CSP: 276 int (0 aux), 0 bool (0 aux), 266 ctr, max domain size 144
2.11/1.13	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.11/1.13	c (0,0) Constraint Name Generate Begin
2.11/1.15	c (0,0) Ctr:HOME/instance-4296988-1532681019.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num
2.11/1.15	c (0,0) Constraint Name Generate End
2.11/1.15	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
2.11/1.15	c (0,0) CSP to CSPinCNF Begin
4.28/1.81	c (1,1) translated 27 (10%) constraints
4.68/1.97	c (1,1) translated 54 (20%) constraints
5.23/2.26	c (1,1) translated 80 (30%) constraints
5.50/2.37	c (1,1) translated 107 (40%) constraints
5.59/2.47	c (1,1) translated 133 (50%) constraints
5.59/2.49	c (1,1) translated 160 (60%) constraints
5.59/2.49	c (1,1) translated 187 (70%) constraints
5.75/2.50	c (1,1) translated 213 (80%) constraints
5.75/2.50	c (1,1) translated 240 (90%) constraints
5.75/2.51	c (1,1) translated 266 (100%) constraints
6.20/2.69	c (2,1) STATISTICS1:HOME/instance-4296988-1532681019.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,276,20784,144,144,12,3,144:264;12:1320;1:264,144:19140;12:21120;1:1908,12:48;3:19008;2:1584;1:144,3:264;2:1584;1:57624,
6.20/2.69	c (2,1) ===========================================
6.20/2.69	c (2,1) Order
6.20/2.69	c (2,1) ===========================================
7.07/2.88	c (2,2) translated 2079 (10%) constraints
8.00/3.08	c (2,2) translated 4157 (20%) constraints
8.73/3.24	c (2,2) translated 6236 (30%) constraints
9.12/3.39	c (2,2) translated 8314 (40%) constraints
9.58/3.50	c (2,2) translated 10392 (50%) constraints
9.71/3.61	c (3,2) translated 12471 (60%) constraints
9.81/3.72	c (3,3) translated 14549 (70%) constraints
9.91/3.83	c (3,3) translated 16628 (80%) constraints
10.03/3.95	c (3,3) translated 18706 (90%) constraints
10.13/4.06	c (3,3) translated 20784 (100%) constraints
10.13/4.07	c (3,3) CSP to CSPinCNF End
10.13/4.07	c (3,3) CSP: 276 int (0 aux), 1728 bool (1728 aux), 58944 ctr, max domain size 144
10.13/4.07	c (3,3) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
10.13/4.07	c (3,3) CSPinCNF Propagation Begin
11.93/4.58	c (4,3) 492 values, 5292 unsatisfiable literals, and 8112 valid clauses are removed
11.93/4.58	c (4,3) CSPinCNF Propagation End
11.93/4.58	c (4,3) CSP: 456 int (180 aux), 1548 bool (1548 aux), 50832 ctr, max domain size 142
11.93/4.58	c (4,3) Heap : 1239 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
11.93/4.58	c (4,3) Simplify CSPinCNF Begin
12.51/4.76	c (4,4) Simplify CSPinCNF End
12.51/4.76	c (4,4) CSP: 456 int (180 aux), 4620 bool (4620 aux), 53904 ctr, max domain size 142
12.51/4.76	c (4,4) Heap : 1351 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
12.51/4.76	c (4,4) Calculate Precise Domain Begin
12.51/4.76	c (4,4) 0 values are removed by re-calculation
12.51/4.76	c (4,4) Calculate Precise Domain End
12.51/4.77	c (4,4) CSP: 456 int (180 aux), 4620 bool (4620 aux), 53904 ctr, max domain size 142
12.51/4.77	c (4,4) Heap : 1351 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
12.51/4.77	c (4,4) CSPinCNF to SatSolver Begin
14.11/5.12	c (4,4) 5391 (10 %) CSP clauses are encoded (23992 SAT variables, 52058 SAT clauses)
14.11/5.16	c (4,4) 10781 (20 %) CSP clauses are encoded (23992 SAT variables, 57448 SAT clauses)
14.11/5.19	c (4,4) 16172 (30 %) CSP clauses are encoded (23992 SAT variables, 62839 SAT clauses)
14.47/5.22	c (4,4) 21562 (40 %) CSP clauses are encoded (23992 SAT variables, 68229 SAT clauses)
14.47/5.25	c (4,4) 26952 (50 %) CSP clauses are encoded (23992 SAT variables, 73619 SAT clauses)
14.47/5.28	c (4,4) 32343 (60 %) CSP clauses are encoded (23992 SAT variables, 79010 SAT clauses)
14.72/5.30	c (4,4) 37733 (70 %) CSP clauses are encoded (23992 SAT variables, 84400 SAT clauses)
14.72/5.32	c (4,4) 43124 (80 %) CSP clauses are encoded (23992 SAT variables, 89791 SAT clauses)
14.72/5.35	c (4,4) 48514 (90 %) CSP clauses are encoded (23992 SAT variables, 95181 SAT clauses)
14.89/5.47	c (4,4) 53904 (100 %) CSP clauses are encoded (23992 SAT variables, 135474 SAT clauses)
14.89/5.47	c (4,4) CSPinCNF to SatSolver End
14.89/5.47	c (4,4) Heap : 1689 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
16.09/5.70	c (5,4) STATISTICS2:HOME/instance-4296988-1532681019.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,5076,53904,144,142,10,3,144:180;121:72;100:12;12:1440;11:968;10:232;1:432,142:20448;141:5076;129:8772;128:512;116:1392;12:26460;11:9648;10:1460;2:53732;1:432,10:44;3:16436;2:37160;1:264,3:264;2:3072;1:120996,
16.09/5.70	c (5,4) SatSolver.solve Begin
16.09/5.70	c (5,4) 23992 bool, 135572 clause
16.09/5.71	c (5,4) HOME/glucose-syrup -model -nthreads=8 -maxmemory=10000 HOME/instance-4296988-1532681019.xml-scop-9240.cnf HOME/instance-4296988-1532681019.xml-scop-9240.cnf.out
95.95/15.93	c (15,0) c
95.95/15.93	c (15,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
95.95/15.93	c (15,0) c
95.95/15.93	c (15,0) c WARNING: for repeatability, setting FPU to use double precision
95.95/15.93	c (15,0) c 8 solvers engines and 1 companion as a blackboard created.
95.95/15.93	c (15,0) c ========================================[ Problem Statistics ]===========================================
95.95/15.93	c (15,0) c |                                                                                                       |
95.95/15.93	c (15,0) c |  Number of variables:         23992                                                                   |
95.95/15.93	c (15,0) c |  Number of clauses:          135572                                                                   |
95.95/15.93	c (15,0) c |  Parse time:                   0.05 s                                                                 |
95.95/15.93	c (15,0) c |                                                                                                       |
95.95/15.93	c (15,0) c |  Eliminated clauses:           0.42 Mb                                                                |
95.95/15.93	c (15,0) c |  Simplification time:          0.12 s                                                                 |
95.95/15.93	c (15,0) c |                                                                                                       |
95.95/15.93	c (15,0) c |  Generating clones                                                                                    |
95.95/15.93	c (15,0) c |  all clones generated. Memory = 124.88Mb.                                                             |
95.95/15.93	c (15,0) c ========================================================================================================|
95.95/15.93	c (15,0) c
95.95/15.93	c (15,0) c |-------------------------------------------------------------------------------------------------------|
95.95/15.93	c (15,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
95.95/15.93	c (15,0) c |-------------------------------------------------------------------------------------------------------|
95.95/15.93	c (15,0) c |  0 |     51 |      33962 |       7968 |    55453 |     4169 |      704 |     7549 |      140 |  0.163 |
95.95/15.93	c (15,0) c |  1 |    121 |      50478 |      10144 |    57386 |     6346 |     1009 |     7104 |      160 |  0.158 |
95.95/15.93	c (15,0) c |  2 |    112 |      43914 |      10029 |    56981 |     6229 |      985 |     7219 |      150 |  0.163 |
95.95/15.93	c (15,0) c |  3 |    119 |      55296 |      11057 |    57596 |     7254 |     1252 |     6859 |      183 |  0.158 |
95.95/15.93	c (15,0) c |  4 |    109 |      45868 |      10580 |    57729 |     6781 |     1044 |     7075 |      197 |  0.158 |
95.95/15.93	c (15,0) c |  5 |    111 |      45776 |      10297 |    57568 |     6495 |     1081 |     7080 |      148 |  0.158 |
95.95/15.93	c (15,0) c |  6 |    108 |      50317 |      10401 |    57980 |     6594 |     1077 |     7190 |      186 |  0.163 |
95.95/15.93	c (15,0) c |  7 |    121 |      49097 |      10762 |    58187 |     6963 |     1118 |     7060 |      161 |  0.163 |
95.95/15.93	c (15,0) c 
95.95/15.93	c (15,0) c synthesis       81238 conflicts   115170245 propagations     2081 conflicts/sec  2949827 propagations/sec
95.95/15.93	c (15,0) c Total Memory so far : 702.33Mb
95.95/15.93	c (15,0) c
95.95/15.93	c (15,0) c |-------------------------------------------------------------------------------------------------------|
95.95/15.93	c (15,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
95.95/15.93	c (15,0) c |-------------------------------------------------------------------------------------------------------|
95.95/15.93	c (15,0) c |  0 |     92 |      68272 |      16273 |    63795 |     7476 |     2412 |    19602 |      906 |  0.242 |
95.95/15.93	c (15,0) c |  1 |    180 |      84449 |      19026 |    64383 |    10225 |     2770 |    20040 |      974 |  0.246 |
95.95/15.93	c (15,0) c |  2 |    185 |      81164 |      18785 |    64108 |     9982 |     2735 |    20047 |     1008 |  0.246 |
95.95/15.93	c (15,0) c |  3 |    200 |      96856 |      20155 |    64716 |    11351 |     3202 |    19693 |      990 |  0.246 |
95.95/15.93	c (15,0) c |  4 |    172 |      85370 |      19839 |    64765 |    11038 |     2920 |    19969 |     1087 |  0.246 |
95.95/15.93	c (15,0) c |  5 |    179 |      82717 |      19197 |    64633 |    10401 |     2880 |    19994 |      978 |  0.246 |
95.95/15.93	c (15,0) c |  6 |    179 |      91800 |      20084 |    65043 |    11282 |     3040 |    19768 |     1039 |  0.246 |
95.95/15.93	c (15,0) c |  7 |    188 |      87453 |      20071 |    64816 |    11270 |     2937 |    19867 |     1052 |  0.246 |
95.95/15.93	c (15,0) c 
191.60/27.92	c (27,0) c synthesis      153430 conflicts   229184049 propagations     1946 conflicts/sec  2906179 propagations/sec
191.60/27.92	c (27,0) c Total Memory so far : 702.33Mb
191.60/27.92	c (27,0) c
191.60/27.92	c (27,0) c |-------------------------------------------------------------------------------------------------------|
191.60/27.92	c (27,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
191.60/27.92	c (27,0) c |-------------------------------------------------------------------------------------------------------|
191.60/27.92	c (27,0) c |  0 |    121 |      92260 |      22951 |    66401 |    14153 |     3645 |    28826 |     1698 |  0.308 |
191.60/27.92	c (27,0) c |  1 |    228 |     107962 |      25931 |    66907 |     9733 |     3985 |    28499 |     1793 |  0.308 |
191.60/27.92	c (27,0) c |  2 |    234 |     105360 |      25361 |    66674 |     9165 |     3845 |    28637 |     1783 |  0.308 |
191.60/27.92	c (27,0) c |  3 |    254 |     123990 |      27334 |    67256 |    11130 |     4411 |    28089 |     1852 |  0.308 |
191.60/27.92	c (27,0) c |  4 |    212 |     113828 |      26955 |    67329 |    10755 |     4206 |    28142 |     1946 |  0.304 |
191.60/27.92	c (27,0) c |  5 |    231 |     108132 |      25993 |    67154 |     9799 |     4033 |    28101 |     1790 |  0.304 |
191.60/27.92	c (27,0) c |  6 |    222 |     120541 |      27078 |    67325 |    10876 |     4212 |    28275 |     1884 |  0.308 |
191.60/27.93	c (27,0) c |  7 |    247 |     113643 |      27097 |    67110 |    10897 |     4168 |    28288 |     1860 |  0.308 |
191.60/27.93	c (27,0) c 
191.60/27.93	c (27,0) c synthesis      208701 conflicts   316463561 propagations     1885 conflicts/sec  2858463 propagations/sec
191.60/27.93	c (27,0) c Total Memory so far : 702.33Mb
191.60/27.93	c (27,0) c
191.60/27.93	c (27,0) c |-------------------------------------------------------------------------------------------------------|
191.60/27.93	c (27,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
191.60/27.93	c (27,0) c |-------------------------------------------------------------------------------------------------------|
191.60/27.93	c (27,0) c |  0 |    152 |     114760 |      30104 |    68304 |    13905 |     4932 |    36642 |     2448 |  0.333 |
191.60/27.93	c (27,0) c |  1 |    264 |     132769 |      33048 |    68660 |    16850 |     5068 |    35909 |     2755 |  0.333 |
191.60/27.93	c (27,0) c |  2 |    272 |     128620 |      32384 |    68490 |    16187 |     5028 |    36522 |     2636 |  0.333 |
191.60/27.93	c (27,0) c |  3 |    300 |     149183 |      34322 |    68844 |    18117 |     5462 |    35815 |     2746 |  0.333 |
191.60/27.94	c (27,0) c |  4 |    252 |     137346 |      33877 |    69054 |    17676 |     5331 |    36103 |     2874 |  0.333 |
191.60/27.94	c (27,0) c |  5 |    270 |     133050 |      32755 |    68903 |    16559 |     5151 |    35711 |     2700 |  0.329 |
191.60/27.94	c (27,0) c |  6 |    275 |     144146 |      34043 |    68888 |    17840 |     5362 |    36164 |     2766 |  0.333 |
191.60/27.94	c (27,0) c |  7 |    278 |     136968 |      34076 |    68798 |    17874 |     5257 |    36255 |     2722 |  0.333 |
191.60/27.94	c (27,0) c 
191.60/27.94	c (27,0) c synthesis      264609 conflicts   402233202 propagations     1856 conflicts/sec  2821187 propagations/sec
191.60/27.94	c (27,0) c Total Memory so far : 702.33Mb
191.60/27.94	c (27,0) c
191.60/27.94	c (27,0) c |-------------------------------------------------------------------------------------------------------|
191.60/27.94	c (27,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
191.60/27.94	c (27,0) c |-------------------------------------------------------------------------------------------------------|
191.60/27.94	c (27,0) c |  0 |    178 |     134690 |      36535 |    69730 |    10436 |     5974 |    43727 |     3300 |  0.371 |
191.60/27.94	c (27,0) c |  1 |    310 |     154014 |      39704 |    69941 |    13604 |     6073 |    43587 |     3526 |  0.371 |
191.60/27.94	c (27,0) c |  2 |    302 |     151840 |      39042 |    69906 |    12945 |     6110 |    43675 |     3514 |  0.371 |
191.60/27.94	c (27,0) c |  3 |    346 |     170777 |      41580 |    70269 |    15480 |     6504 |    43271 |     3596 |  0.371 |
191.60/27.94	c (27,0) c |  4 |    288 |     159024 |      40928 |    70382 |    14827 |     6349 |    43461 |     3753 |  0.371 |
191.60/27.94	c (27,0) c |  5 |    311 |     155147 |      39464 |    70217 |    13374 |     6178 |    43695 |     3528 |  0.371 |
191.60/27.94	c (27,0) c |  6 |    317 |     166657 |      40907 |    70224 |    14805 |     6402 |    43463 |     3632 |  0.371 |
191.60/27.94	c (27,0) c |  7 |    318 |     162433 |      40984 |    70190 |    14885 |     6287 |    43423 |     3631 |  0.371 |
191.60/27.94	c (27,0) c 
191.60/27.94	c (27,0) c synthesis      319145 conflicts   486728453 propagations     1829 conflicts/sec  2789688 propagations/sec
335.19/45.92	c (45,0) c Total Memory so far : 702.33Mb
335.19/45.92	c (45,0) c
335.19/45.92	c (45,0) c |-------------------------------------------------------------------------------------------------------|
335.19/45.92	c (45,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
335.19/45.92	c (45,0) c |-------------------------------------------------------------------------------------------------------|
335.19/45.92	c (45,0) c |  0 |    208 |     154498 |      43279 |    70991 |    17180 |     6995 |    50191 |     4126 |  0.379 |
335.19/45.92	c (45,0) c |  1 |    347 |     173023 |      46505 |    71115 |    20405 |     7013 |    50249 |     4377 |  0.379 |
335.19/45.92	c (45,0) c |  2 |    335 |     173311 |      45385 |    70953 |    19288 |     6983 |    50304 |     4355 |  0.379 |
335.19/45.92	c (45,0) c |  3 |    390 |     194166 |      48252 |    71322 |    22151 |     7445 |    49694 |     4536 |  0.379 |
335.19/45.92	c (45,0) c |  4 |    321 |     178534 |      47357 |    71473 |    21256 |     7174 |    49695 |     4604 |  0.379 |
335.19/45.92	c (45,0) c |  5 |    349 |     178112 |      46049 |    71312 |    19958 |     7095 |    50195 |     4400 |  0.379 |
335.19/45.92	c (45,0) c |  6 |    355 |     186803 |      47554 |    71326 |    21453 |     7349 |    49951 |     4495 |  0.379 |
335.19/45.92	c (45,0) c |  7 |    356 |     183977 |      47483 |    71287 |    21384 |     7253 |    49770 |     4537 |  0.379 |
335.19/45.92	c (45,0) c 
335.19/45.92	c (45,0) c synthesis      371865 conflicts   568994020 propagations     1802 conflicts/sec  2757712 propagations/sec
335.19/45.92	c (45,0) c Total Memory so far : 702.33Mb
335.19/45.92	c (45,0) c
335.19/45.92	c (45,0) c |-------------------------------------------------------------------------------------------------------|
335.19/45.92	c (45,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
335.19/45.93	c (45,0) c |-------------------------------------------------------------------------------------------------------|
335.19/45.94	c (45,0) c |  0 |    244 |     171723 |      49402 |    71937 |    23303 |     7830 |    56156 |     4893 |  0.396 |
335.19/45.94	c (45,0) c |  1 |    372 |     188926 |      53093 |    72159 |    14544 |     7857 |    56255 |     5148 |  0.396 |
335.19/45.94	c (45,0) c |  2 |    378 |     192895 |      51524 |    71788 |    12976 |     7894 |    56367 |     5205 |  0.396 |
335.19/45.94	c (45,0) c |  3 |    433 |     212820 |      54658 |    72320 |    16112 |     8314 |    55843 |     5270 |  0.396 |
335.19/45.94	c (45,0) c |  4 |    354 |     198171 |      54052 |    72466 |    15502 |     8026 |    56236 |     5367 |  0.396 |
335.19/45.94	c (45,0) c |  5 |    389 |     196547 |      52173 |    72291 |    13630 |     7956 |    56321 |     5231 |  0.396 |
335.19/45.94	c (45,0) c |  6 |    388 |     205903 |      54452 |    72401 |    15903 |     8294 |    55964 |     5352 |  0.396 |
335.19/45.94	c (45,0) c |  7 |    388 |     201668 |      54189 |    72316 |    15639 |     8143 |    56020 |     5383 |  0.396 |
335.19/45.94	c (45,0) c 
335.19/45.94	c (45,0) c synthesis      423544 conflicts   648290257 propagations     1778 conflicts/sec  2721555 propagations/sec
335.19/45.94	c (45,0) c Total Memory so far : 702.33Mb
335.19/45.94	c (45,0) c
335.19/45.94	c (45,0) c |-------------------------------------------------------------------------------------------------------|
335.19/45.94	c (45,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
335.19/45.94	c (45,0) c |-------------------------------------------------------------------------------------------------------|
335.19/45.94	c (45,0) c |  0 |    272 |     191216 |      57315 |    73016 |    18767 |     8879 |    63540 |     5732 |  0.417 |
335.19/45.94	c (45,0) c |  1 |    418 |     213057 |      61133 |    73270 |    22583 |     8922 |    63380 |     6224 |  0.417 |
335.19/45.94	c (45,0) c |  2 |    422 |     213742 |      59848 |    73005 |    21300 |     8903 |    63665 |     6100 |  0.417 |
335.19/45.94	c (45,0) c |  3 |    483 |     234188 |      62477 |    73458 |    23929 |     9266 |    63388 |     6216 |  0.417 |
335.19/45.94	c (45,0) c |  4 |    404 |     222434 |      62305 |    73592 |    23754 |     9145 |    63358 |     6421 |  0.417 |
335.19/45.94	c (45,0) c |  5 |    432 |     217187 |      60265 |    73398 |    21722 |     8977 |    63448 |     6188 |  0.417 |
335.19/45.94	c (45,0) c |  6 |    436 |     227849 |      62735 |    73374 |    24185 |     9367 |    63282 |     6296 |  0.417 |
335.19/45.94	c (45,0) c |  7 |    438 |     224136 |      62625 |    73374 |    24075 |     9201 |    63458 |     6345 |  0.417 |
335.19/45.94	c (45,0) c 
335.19/45.94	c (45,0) c synthesis      488703 conflicts   749527469 propagations     1757 conflicts/sec  2695306 propagations/sec
335.19/45.94	c (45,0) c Total Memory so far : 702.33Mb
335.19/45.94	c (45,0) c
430.91/57.92	c (57,0) c |-------------------------------------------------------------------------------------------------------|
430.91/57.92	c (57,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
430.91/57.92	c (57,0) c |-------------------------------------------------------------------------------------------------------|
430.91/57.92	c (57,0) c |  0 |    312 |     211962 |      64991 |    73981 |    26443 |     9877 |    70464 |     6681 |  0.433 |
430.91/57.92	c (57,0) c |  1 |    473 |     234927 |      68614 |    74333 |    15043 |     9913 |    70455 |     7283 |  0.433 |
430.91/57.92	c (57,0) c |  2 |    469 |     233662 |      67321 |    73946 |    28773 |     9782 |    70482 |     6994 |  0.434 |
430.91/57.92	c (57,0) c |  3 |    528 |     252129 |      70083 |    74420 |    16510 |    10240 |    70110 |     7124 |  0.434 |
430.91/57.92	c (57,0) c |  4 |    448 |     244590 |      70021 |    74543 |    16449 |    10132 |    70185 |     7398 |  0.433 |
430.91/57.92	c (57,0) c |  5 |    465 |     235753 |      67792 |    74355 |    29247 |     9967 |    70345 |     7129 |  0.433 |
430.91/57.92	c (57,0) c |  6 |    479 |     249128 |      70450 |    74280 |    16875 |    10337 |    70017 |     7283 |  0.434 |
430.91/57.92	c (57,0) c |  7 |    477 |     244129 |      70782 |    74320 |    17211 |    10127 |    70106 |     7275 |  0.433 |
430.91/57.92	c (57,0) c 
430.91/57.92	c (57,0) c synthesis      550054 conflicts   845100134 propagations     1730 conflicts/sec  2658205 propagations/sec
430.91/57.92	c (57,0) c Total Memory so far : 702.33Mb
430.91/57.92	c (57,0) c
430.91/57.92	c (57,0) c |-------------------------------------------------------------------------------------------------------|
430.91/57.92	c (57,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
430.91/57.92	c (57,0) c |-------------------------------------------------------------------------------------------------------|
430.91/57.94	c (57,0) c |  0 |    347 |     225622 |      70693 |    74637 |    17118 |    10553 |    75752 |     7294 |  0.433 |
430.91/57.94	c (57,0) c |  1 |    498 |     249934 |      75198 |    75041 |    21628 |    10729 |    75448 |     7911 |  0.433 |
430.91/57.94	c (57,0) c |  2 |    499 |     248675 |      73207 |    74645 |    19642 |    10487 |    75773 |     7687 |  0.433 |
430.91/57.94	c (57,0) c |  3 |    578 |     267848 |      76128 |    75032 |    22555 |    10908 |    75405 |     7747 |  0.433 |
430.91/57.94	c (57,0) c |  4 |    479 |     260112 |      76518 |    75243 |    22946 |    10846 |    75410 |     8062 |  0.433 |
430.91/57.94	c (57,0) c |  5 |    490 |     252227 |      74012 |    75036 |    20442 |    10726 |    75564 |     7841 |  0.433 |
430.91/57.94	c (57,0) c |  6 |    529 |     267721 |      76801 |    74999 |    23226 |    11146 |    75106 |     7992 |  0.433 |
430.91/57.94	c (57,0) c |  7 |    507 |     260284 |      77534 |    75116 |    23963 |    10928 |    75011 |     8028 |  0.434 |
430.91/57.94	c (57,0) c 
430.91/57.94	c (57,0) c synthesis      600091 conflicts   924927479 propagations     1715 conflicts/sec  2644109 propagations/sec
430.91/57.94	c (57,0) c Total Memory so far : 702.33Mb
430.91/57.94	c (57,0) c
430.91/57.94	c (57,0) c |-------------------------------------------------------------------------------------------------------|
430.91/57.94	c (57,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
430.91/57.94	c (57,0) c |-------------------------------------------------------------------------------------------------------|
430.91/57.94	c (57,0) c |  0 |    376 |     240349 |      76764 |    75308 |    23190 |    11303 |    80747 |     7925 |  0.433 |
430.91/57.94	c (57,0) c |  1 |    531 |     264129 |      81345 |    75621 |    27775 |    11387 |    80652 |     8565 |  0.434 |
430.91/57.94	c (57,0) c |  2 |    527 |     262133 |      79278 |    75318 |    25713 |    11173 |    80805 |     8288 |  0.434 |
430.91/57.94	c (57,0) c |  3 |    620 |     283005 |      82016 |    75576 |    28443 |    11613 |    80366 |     8437 |  0.433 |
430.91/57.94	c (57,0) c |  4 |    503 |     273071 |      82724 |    75896 |    29152 |    11611 |    80347 |     8714 |  0.433 |
430.91/57.94	c (57,0) c |  5 |    519 |     266160 |      80056 |    75714 |    26486 |    11403 |    80162 |     8468 |  0.434 |
430.91/57.94	c (57,0) c |  6 |    574 |     283713 |      82820 |    75685 |    29245 |    11882 |    80143 |     8671 |  0.434 |
430.91/57.94	c (57,0) c |  7 |    533 |     273356 |      84044 |    75838 |    30473 |    11689 |    80349 |     8702 |  0.433 |
430.91/57.94	c (57,0) c 
430.91/57.94	c (57,0) c synthesis      649048 conflicts  1002192892 propagations     1700 conflicts/sec  2625615 propagations/sec
430.91/57.94	c (57,0) c Total Memory so far : 702.33Mb
430.91/57.94	c (57,0) c
430.91/57.94	c (57,0) c |-------------------------------------------------------------------------------------------------------|
513.07/68.21	c (67,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
513.07/68.21	c (67,0) c |-------------------------------------------------------------------------------------------------------|
513.07/68.21	c (67,0) c |  0 |    392 |     252202 |      82551 |    75852 |    28977 |    11969 |    84292 |     8523 |  0.433 |
513.07/68.21	c (67,0) c |  1 |    559 |     278267 |      87219 |    76197 |    33649 |    12052 |    85270 |     9273 |  0.433 |
513.07/68.21	c (67,0) c |  2 |    562 |     274422 |      84851 |    75892 |    31286 |    11806 |    85262 |     8943 |  0.434 |
513.07/68.21	c (67,0) c |  3 |    653 |     295450 |      87888 |    76138 |    34315 |    12301 |    84988 |     9064 |  0.433 |
513.07/68.21	c (67,0) c |  4 |    533 |     286699 |      88744 |    76452 |    35172 |    12245 |    85026 |     9401 |  0.433 |
513.07/68.21	c (67,0) c |  5 |    534 |     276223 |      86100 |    76264 |    32530 |    12022 |    85180 |     9068 |  0.433 |
513.07/68.21	c (67,0) c |  6 |    607 |     296593 |      88734 |    76278 |    35159 |    12548 |    84730 |     9340 |  0.433 |
513.07/68.21	c (67,0) c |  7 |    577 |     287359 |      89719 |    76431 |    18535 |    12390 |    84933 |     9347 |  0.433 |
513.07/68.21	c (67,0) c 
513.07/68.21	c (67,0) c synthesis      695806 conflicts  1076102733 propagations     1682 conflicts/sec  2601787 propagations/sec
513.07/68.21	c (67,0) c Total Memory so far : 702.33Mb
513.07/68.21	c (67,0) c
513.07/68.21	c (67,0) c |-------------------------------------------------------------------------------------------------------|
513.07/68.21	c (67,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
513.07/68.21	c (67,0) c |-------------------------------------------------------------------------------------------------------|
513.07/68.21	c (67,0) c |  0 |    410 |     263723 |      88344 |    76423 |    34770 |    12607 |    89615 |     9166 |  0.434 |
513.07/68.21	c (67,0) c |  1 |    598 |     292195 |      92955 |    76815 |    21771 |    12768 |    89600 |     9818 |  0.434 |
513.07/68.21	c (67,0) c |  2 |    593 |     287821 |      90601 |    76424 |    19425 |    12428 |    90184 |     9577 |  0.433 |
513.07/68.21	c (67,0) c |  3 |    683 |     307892 |      94310 |    76668 |    23124 |    12944 |    89296 |     9580 |  0.433 |
513.07/68.21	c (67,0) c |  4 |    561 |     300313 |      95012 |    76980 |    23830 |    12908 |    89411 |    10001 |  0.433 |
513.07/68.21	c (67,0) c |  5 |    551 |     287724 |      92272 |    76815 |    21091 |    12697 |    89963 |     9629 |  0.433 |
513.07/68.21	c (67,0) c |  6 |    625 |     309912 |      95313 |    76919 |    24129 |    13251 |    88969 |     9963 |  0.433 |
513.07/68.21	c (67,0) c |  7 |    607 |     299701 |      96255 |    76944 |    25071 |    13070 |    89350 |     9885 |  0.434 |
513.07/68.21	c (67,0) c 
513.07/68.21	c (67,0) c synthesis      745063 conflicts  1152816759 propagations     1672 conflicts/sec  2587671 propagations/sec
513.07/68.21	c (67,0) c Total Memory so far : 702.33Mb
513.07/68.21	c (67,0) c
513.07/68.22	c (67,0) c Try to adapt solver strategies
513.07/68.22	c (67,0) c 
513.07/68.22	c (67,0) c Nothing extreme in this problem, continue with glucose default strategies.
513.07/68.22	c (67,0) c
513.07/68.22	c (67,0) c
513.07/68.22	c (67,0) c Try to adapt solver strategies
513.07/68.22	c (67,0) c 
513.07/68.22	c (67,0) c Nothing extreme in this problem, continue with glucose default strategies.
513.07/68.22	c (67,0) c
513.07/68.22	c (67,0) c
513.07/68.22	c (67,0) c |-------------------------------------------------------------------------------------------------------|
513.07/68.22	c (67,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
513.07/68.22	c (67,0) c |-------------------------------------------------------------------------------------------------------|
513.07/68.22	c (67,0) c |  0 |    422 |     274197 |      94377 |    76940 |    23198 |    13219 |    94537 |     9695 |  0.434 |
513.07/68.22	c (67,0) c |  1 |    631 |     305661 |      99181 |    77351 |    27997 |    13425 |    94422 |    10446 |  0.433 |
513.07/68.22	c (67,0) c |  2 |    610 |     298262 |      96706 |    76973 |    25530 |    13034 |    94833 |    10066 |  0.433 |
513.07/68.22	c (67,0) c |  3 |    713 |     321921 |     100504 |    77131 |    29319 |    13560 |    94304 |    10232 |  0.433 |
513.07/68.22	c (67,0) c |  4 |    585 |     312771 |     101251 |    77440 |    30068 |    13553 |    94070 |    10603 |  0.433 |
513.07/68.22	c (67,0) c |  5 |    584 |     300672 |      98351 |    77306 |    27170 |    13369 |    94215 |    10199 |  0.434 |
513.07/68.22	c (67,0) c |  6 |    642 |     322151 |     102012 |    77459 |    30827 |    13948 |    93593 |    10562 |  0.434 |
513.07/68.22	c (67,0) c |  7 |    632 |     311997 |     102482 |    77454 |    31298 |    13769 |    94082 |    10499 |  0.433 |
513.07/68.22	c (67,0) c 
513.07/68.22	c (67,0) c synthesis      794864 conflicts  1229479953 propagations     1665 conflicts/sec  2575347 propagations/sec
513.07/68.22	c (67,0) c Total Memory so far : 702.33Mb
513.07/68.22	c (67,0) c
606.41/79.93	c (79,0) c Try to adapt solver strategies
606.41/79.93	c (79,0) c 
606.41/79.93	c (79,0) c Nothing extreme in this problem, continue with glucose default strategies.
606.41/79.93	c (79,0) c
606.41/79.93	c (79,0) c
606.41/79.93	c (79,0) c Try to adapt solver strategies
606.41/79.93	c (79,0) c 
606.41/79.93	c (79,0) c Nothing extreme in this problem, continue with glucose default strategies.
606.41/79.93	c (79,0) c
606.41/79.93	c (79,0) c
606.41/79.93	c (79,0) c |-------------------------------------------------------------------------------------------------------|
606.41/79.93	c (79,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
606.41/79.93	c (79,0) c |-------------------------------------------------------------------------------------------------------|
606.41/79.93	c (79,0) c |  0 |    447 |     289107 |     101741 |    77536 |    30561 |    14030 |    99911 |    10407 |  0.433 |
606.41/79.93	c (79,0) c |  1 |    670 |     320467 |     106389 |    77913 |    35204 |    14154 |    99798 |    11149 |  0.433 |
606.41/79.93	c (79,0) c |  2 |    647 |     313563 |     103898 |    77567 |    32721 |    13765 |   100205 |    10742 |  0.433 |
606.41/79.93	c (79,0) c |  3 |    752 |     337275 |     107822 |    77687 |    36637 |    14337 |    99606 |    10976 |  0.433 |
606.41/79.93	c (79,0) c |  4 |    614 |     326600 |     108358 |    78051 |    37175 |    14325 |    99514 |    11298 |  0.434 |
606.41/79.93	c (79,0) c |  5 |    610 |     315031 |     105435 |    77857 |    34254 |    14157 |    99594 |    10924 |  0.434 |
606.41/79.93	c (79,0) c |  6 |    690 |     338580 |     109196 |    78020 |    38011 |    14685 |    99162 |    11342 |  0.433 |
606.41/79.93	c (79,0) c |  7 |    668 |     327465 |     109542 |    77983 |    38358 |    14518 |    98787 |    11265 |  0.433 |
606.41/79.93	c (79,0) c 
606.41/79.93	c (79,0) c synthesis      852381 conflicts  1321301148 propagations     1648 conflicts/sec  2554255 propagations/sec
606.41/79.93	c (79,0) c Total Memory so far : 702.33Mb
606.41/79.93	c (79,0) c
606.41/79.93	c (79,0) c |-------------------------------------------------------------------------------------------------------|
606.41/79.93	c (79,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
606.41/79.93	c (79,0) c |-------------------------------------------------------------------------------------------------------|
606.41/79.93	c (79,0) c |  0 |    471 |     302509 |     108837 |    78075 |    37657 |    14733 |   104759 |    11158 |  0.434 |
606.41/79.93	c (79,0) c |  1 |    690 |     335022 |     113976 |    78521 |    22587 |    15013 |   104740 |    11909 |  0.433 |
606.41/79.94	c (79,0) c |  2 |    674 |     328409 |     110679 |    78053 |    39502 |    14443 |   105590 |    11496 |  0.434 |
606.41/79.94	c (79,0) c |  3 |    783 |     352497 |     115356 |    78217 |    23970 |    15149 |   104926 |    11707 |  0.433 |
606.41/79.94	c (79,0) c |  4 |    640 |     341184 |     116010 |    78585 |    24620 |    15094 |   104786 |    12003 |  0.433 |
606.41/79.94	c (79,0) c |  5 |    656 |     330249 |     112493 |    78357 |    21105 |    14922 |   105131 |    11703 |  0.433 |
606.41/79.94	c (79,0) c |  6 |    721 |     353348 |     116639 |    78579 |    25250 |    15446 |   104635 |    11997 |  0.433 |
606.41/79.94	c (79,0) c |  7 |    699 |     342735 |     117021 |    78516 |    25633 |    15328 |   104092 |    11968 |  0.433 |
606.41/79.94	c (79,0) c 
606.41/79.94	c (79,0) c synthesis      911011 conflicts  1412042534 propagations     1635 conflicts/sec  2534452 propagations/sec
606.41/79.94	c (79,0) c Total Memory so far : 702.33Mb
606.41/79.94	c (79,0) c
606.41/79.94	c (79,0) c |-------------------------------------------------------------------------------------------------------|
606.41/79.94	c (79,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
606.41/79.94	c (79,0) c |-------------------------------------------------------------------------------------------------------|
606.41/79.94	c (79,0) c |  0 |    490 |     313633 |     114387 |    78550 |    22998 |    15315 |   109296 |    11796 |  0.438 |
606.41/79.94	c (79,0) c |  1 |    712 |     346494 |     119911 |    78938 |    28522 |    15657 |   109064 |    12426 |  0.438 |
606.41/79.94	c (79,0) c |  2 |    689 |     338061 |     116556 |    78460 |    25174 |    15027 |   109998 |    12001 |  0.438 |
606.41/79.94	c (79,0) c |  3 |    815 |     365213 |     121389 |    78612 |    30003 |    15775 |   109226 |    12275 |  0.438 |
606.41/79.94	c (79,0) c |  4 |    659 |     352453 |     122133 |    78967 |    30744 |    15715 |   109294 |    12514 |  0.438 |
606.41/79.94	c (79,0) c |  5 |    677 |     341315 |     118653 |    78749 |    27265 |    15597 |   109350 |    12183 |  0.438 |
606.41/79.94	c (79,0) c |  6 |    758 |     366339 |     122479 |    78978 |    31090 |    16023 |   108997 |    12540 |  0.438 |
606.41/79.94	c (79,0) c |  7 |    734 |     354585 |     122872 |    78921 |    31484 |    15935 |   109081 |    12526 |  0.438 |
606.41/79.94	c (79,0) c 
710.10/92.93	c (92,0) c synthesis      958380 conflicts  1486368995 propagations     1627 conflicts/sec  2523360 propagations/sec
710.10/92.93	c (92,0) c Total Memory so far : 702.33Mb
710.10/92.93	c (92,0) c
710.10/92.93	c (92,0) c |-------------------------------------------------------------------------------------------------------|
710.10/92.93	c (92,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
710.10/92.93	c (92,0) c |-------------------------------------------------------------------------------------------------------|
710.10/92.93	c (92,0) c |  0 |    498 |     324009 |     120477 |    78992 |    29088 |    16044 |   113828 |    12310 |  0.438 |
710.10/92.93	c (92,0) c |  1 |    737 |     358681 |     125844 |    79333 |    34455 |    16295 |   113502 |    13001 |  0.438 |
710.10/92.93	c (92,0) c |  2 |    703 |     348140 |     122356 |    78803 |    30974 |    15622 |   113489 |    12472 |  0.438 |
710.10/92.93	c (92,0) c |  3 |    831 |     376313 |     127222 |    78994 |    35836 |    16394 |   112664 |    12823 |  0.438 |
710.10/92.93	c (92,0) c |  4 |    681 |     364967 |     128396 |    79360 |    37007 |    16343 |   113619 |    13056 |  0.438 |
710.10/92.93	c (92,0) c |  5 |    703 |     352157 |     124397 |    79090 |    33009 |    16179 |   113701 |    12688 |  0.438 |
710.10/92.93	c (92,0) c |  6 |    771 |     376810 |     128351 |    79353 |    36962 |    16613 |   113281 |    13062 |  0.438 |
710.10/92.93	c (92,0) c |  7 |    753 |     364253 |     128791 |    79312 |    37403 |    16526 |   113204 |    13027 |  0.438 |
710.10/92.93	c (92,0) c 
710.10/92.93	c (92,0) c synthesis     1005836 conflicts  1559555218 propagations     1620 conflicts/sec  2511639 propagations/sec
710.10/92.93	c (92,0) c Total Memory so far : 702.33Mb
710.10/92.93	c (92,0) c
710.10/92.93	c (92,0) c |-------------------------------------------------------------------------------------------------------|
710.10/92.93	c (92,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
710.10/92.93	c (92,0) c |-------------------------------------------------------------------------------------------------------|
710.10/92.93	c (92,0) c |  0 |    512 |     334276 |     126257 |    79441 |    34867 |    16716 |   118132 |    12857 |  0.438 |
710.10/92.93	c (92,0) c |  1 |    759 |     370479 |     131773 |    79747 |    40384 |    16900 |   118020 |    13569 |  0.438 |
710.10/92.93	c (92,0) c |  2 |    723 |     358677 |     128072 |    79163 |    36691 |    16289 |   118468 |    12996 |  0.438 |
710.10/92.93	c (92,0) c |  3 |    855 |     386563 |     132679 |    79284 |    41293 |    16892 |   118043 |    13342 |  0.438 |
710.10/92.93	c (92,0) c |  4 |    709 |     377448 |     134270 |    79723 |    42881 |    16967 |   117689 |    13661 |  0.438 |
710.10/92.93	c (92,0) c |  5 |    733 |     363595 |     129752 |    79363 |    38364 |    16781 |   118193 |    13261 |  0.438 |
710.10/92.93	c (92,0) c |  6 |    802 |     388361 |     134077 |    79699 |    42688 |    17185 |   117484 |    13644 |  0.438 |
710.10/92.93	c (92,0) c |  7 |    777 |     375992 |     134862 |    79659 |    43474 |    17250 |   117686 |    13629 |  0.438 |
710.10/92.93	c (92,0) c 
710.10/92.93	c (92,0) c synthesis     1051742 conflicts  1630462809 propagations     1611 conflicts/sec  2497491 propagations/sec
710.10/92.93	c (92,0) c Total Memory so far : 702.33Mb
710.10/92.93	c (92,0) c
710.10/92.93	c (92,0) c |-------------------------------------------------------------------------------------------------------|
710.10/92.93	c (92,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
710.10/92.94	c (92,0) c |-------------------------------------------------------------------------------------------------------|
710.10/92.94	c (92,0) c |  0 |    540 |     346303 |     133117 |    79816 |    41728 |    17386 |   123390 |    13501 |  0.438 |
710.10/92.94	c (92,0) c |  1 |    790 |     384489 |     139026 |    80168 |    24841 |    17637 |   122841 |    14259 |  0.438 |
710.10/92.94	c (92,0) c |  2 |    750 |     372009 |     135149 |    79523 |    43768 |    17108 |   123669 |    13718 |  0.438 |
710.10/92.94	c (92,0) c |  3 |    874 |     398612 |     139885 |    79725 |    25704 |    17604 |   123113 |    13929 |  0.438 |
710.10/92.94	c (92,0) c |  4 |    735 |     391577 |     141574 |    80196 |    27384 |    17739 |   122969 |    14302 |  0.438 |
710.10/92.94	c (92,0) c |  5 |    766 |     376079 |     136442 |    79768 |    45054 |    17464 |   123289 |    13906 |  0.438 |
710.10/92.94	c (92,0) c |  6 |    831 |     401277 |     141269 |    80127 |    27077 |    17865 |   122888 |    14229 |  0.438 |
710.10/92.94	c (92,0) c |  7 |    812 |     391319 |     142401 |    80070 |    28208 |    18087 |   122106 |    14265 |  0.438 |
710.10/92.94	c (92,0) c 
710.10/92.94	c (92,0) c synthesis     1108863 conflicts  1718649647 propagations     1601 conflicts/sec  2481044 propagations/sec
853.69/110.93	c (110,0) c Total Memory so far : 702.33Mb
853.69/110.93	c (110,0) c
853.69/110.93	c (110,0) c |-------------------------------------------------------------------------------------------------------|
853.69/110.93	c (110,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
853.69/110.93	c (110,0) c |-------------------------------------------------------------------------------------------------------|
853.69/110.93	c (110,0) c |  0 |    565 |     357207 |     138412 |    80109 |    24216 |    17970 |   127281 |    14045 |  0.438 |
853.69/110.93	c (110,0) c |  1 |    815 |     395436 |     145000 |    80495 |    30814 |    18188 |   126706 |    14666 |  0.438 |
853.69/110.93	c (110,0) c |  2 |    771 |     382904 |     140810 |    79783 |    26620 |    17631 |   127531 |    14189 |  0.438 |
853.69/110.93	c (110,0) c |  3 |    887 |     408682 |     145716 |    80075 |    31535 |    18211 |   127050 |    14407 |  0.438 |
853.69/110.93	c (110,0) c |  4 |    743 |     400114 |     147390 |    80497 |    33201 |    18261 |   126547 |    14738 |  0.438 |
853.69/110.93	c (110,0) c |  5 |    787 |     386196 |     141886 |    80113 |    27698 |    17978 |   126978 |    14323 |  0.438 |
853.69/110.93	c (110,0) c |  6 |    852 |     412359 |     147424 |    80445 |    33232 |    18418 |   126603 |    14724 |  0.438 |
853.69/110.93	c (110,0) c |  7 |    835 |     403121 |     148132 |    80423 |    33939 |    18614 |   126519 |    14758 |  0.438 |
853.69/110.93	c (110,0) c 
853.69/110.93	c (110,0) c synthesis     1154770 conflicts  1790324105 propagations     1594 conflicts/sec  2470891 propagations/sec
853.69/110.93	c (110,0) c Total Memory so far : 702.33Mb
853.69/110.93	c (110,0) c
853.69/110.93	c (110,0) c |-------------------------------------------------------------------------------------------------------|
853.69/110.93	c (110,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
853.69/110.93	c (110,0) c |-------------------------------------------------------------------------------------------------------|
853.69/110.93	c (110,0) c |  0 |    594 |     370378 |     145587 |    80481 |    31391 |    18637 |   131839 |    14615 |  0.438 |
853.69/110.93	c (110,0) c |  1 |    840 |     408492 |     152185 |    80864 |    38000 |    18891 |   130955 |    15212 |  0.438 |
853.69/110.93	c (110,0) c |  2 |    788 |     394753 |     147877 |    80243 |    33687 |    18374 |   131928 |    14742 |  0.438 |
853.69/110.93	c (110,0) c |  3 |    910 |     421207 |     152687 |    80439 |    38506 |    18904 |   131577 |    15033 |  0.438 |
853.69/110.93	c (110,0) c |  4 |    768 |     413019 |     154352 |    80813 |    40163 |    18906 |   131602 |    15358 |  0.438 |
853.69/110.93	c (110,0) c |  5 |    811 |     397953 |     148815 |    80428 |    34626 |    18579 |   131925 |    14847 |  0.438 |
853.69/110.93	c (110,0) c |  6 |    874 |     424099 |     154449 |    80769 |    40257 |    19011 |   131214 |    15298 |  0.438 |
853.69/110.93	c (110,0) c |  7 |    857 |     415007 |     155343 |    80791 |    41150 |    19271 |   131246 |    15303 |  0.438 |
853.69/110.93	c (110,0) c 
853.69/110.93	c (110,0) c synthesis     1211295 conflicts  1878963920 propagations     1585 conflicts/sec  2457937 propagations/sec
853.69/110.93	c (110,0) c Total Memory so far : 702.33Mb
853.69/110.93	c (110,0) c
853.69/110.93	c (110,0) c |-------------------------------------------------------------------------------------------------------|
853.69/110.93	c (110,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
853.69/110.93	c (110,0) c |-------------------------------------------------------------------------------------------------------|
853.69/110.93	c (110,0) c |  0 |    612 |     381671 |     152783 |    80840 |    38587 |    19298 |   136365 |    15171 |  0.442 |
853.69/110.93	c (110,0) c |  1 |    861 |     421265 |     159382 |    81194 |    45197 |    19565 |   136135 |    15858 |  0.442 |
853.69/110.93	c (110,0) c |  2 |    811 |     406818 |     154876 |    80632 |    40686 |    19075 |   136379 |    15315 |  0.442 |
853.69/110.93	c (110,0) c |  3 |    927 |     432158 |     159627 |    80767 |    45446 |    19582 |   135527 |    15660 |  0.442 |
853.69/110.93	c (110,0) c |  4 |    799 |     425666 |     161217 |    81141 |    47027 |    19519 |   136058 |    15977 |  0.442 |
853.69/111.02	c (110,0) c |  5 |    825 |     409808 |     155796 |    80820 |    41608 |    19307 |   136338 |    15480 |  0.442 |
853.69/111.02	c (110,0) c |  6 |    894 |     435931 |     161573 |    81155 |    47381 |    19596 |   136120 |    15981 |  0.442 |
853.69/111.02	c (110,0) c |  7 |    865 |     425336 |     162091 |    81098 |    47898 |    19782 |   135581 |    15856 |  0.442 |
853.69/111.02	c (110,0) c 
853.69/111.02	c (110,0) c synthesis     1267345 conflicts  1965355858 propagations     1576 conflicts/sec  2443523 propagations/sec
853.69/111.02	c (110,0) c Total Memory so far : 702.33Mb
853.69/111.02	c (110,0) c
957.41/123.93	c (123,0) c |-------------------------------------------------------------------------------------------------------|
957.41/123.93	c (123,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
957.41/123.93	c (123,0) c |-------------------------------------------------------------------------------------------------------|
957.41/123.93	c (123,0) c |  0 |    617 |     389879 |     158433 |    81133 |    44237 |    19827 |   139417 |    15641 |  0.442 |
957.41/123.93	c (123,0) c |  1 |    886 |     431312 |     164989 |    81425 |    50804 |    20050 |   139688 |    16379 |  0.442 |
957.41/123.93	c (123,0) c |  2 |    821 |     415036 |     160051 |    80890 |    45861 |    19553 |   140140 |    15742 |  0.442 |
957.41/123.93	c (123,0) c |  3 |    950 |     441576 |     165053 |    81023 |    25466 |    20063 |   139621 |    16143 |  0.442 |
957.41/123.93	c (123,0) c |  4 |    817 |     436356 |     167157 |    81427 |    27564 |    20166 |   139567 |    16459 |  0.442 |
957.41/123.93	c (123,0) c |  5 |    842 |     419152 |     161055 |    81069 |    46867 |    19790 |   139368 |    15949 |  0.442 |
957.41/123.93	c (123,0) c |  6 |    914 |     446202 |     167134 |    81448 |    27545 |    20161 |   139298 |    16504 |  0.442 |
957.41/123.93	c (123,0) c |  7 |    890 |     435719 |     167651 |    81337 |    28058 |    20231 |   139573 |    16315 |  0.442 |
957.41/123.93	c (123,0) c 
957.41/123.93	c (123,0) c synthesis     1311523 conflicts  2033515995 propagations     1568 conflicts/sec  2431838 propagations/sec
957.41/123.93	c (123,0) c Total Memory so far : 702.85Mb
957.41/123.93	c (123,0) c
957.41/123.93	c (123,0) c |-------------------------------------------------------------------------------------------------------|
957.41/123.93	c (123,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
957.41/123.93	c (123,0) c |-------------------------------------------------------------------------------------------------------|
957.41/123.93	c (123,0) c |  0 |    624 |     398246 |     163603 |    81352 |    49407 |    20228 |   143473 |    16091 |  0.442 |
957.41/123.93	c (123,0) c |  1 |    905 |     440875 |     170628 |    81683 |    31043 |    20578 |   143206 |    16746 |  0.442 |
957.41/123.93	c (123,0) c |  2 |    841 |     423689 |     165411 |    81168 |    25822 |    20044 |   143771 |    16241 |  0.442 |
957.41/123.93	c (123,0) c |  3 |    974 |     451773 |     170549 |    81262 |    30963 |    20523 |   143143 |    16546 |  0.442 |
957.41/123.93	c (123,0) c |  4 |    834 |     446089 |     173491 |    81682 |    33898 |    20758 |   142018 |    16840 |  0.442 |
957.41/123.93	c (123,0) c |  5 |    868 |     428720 |     166216 |    81307 |    26622 |    20240 |   143455 |    16441 |  0.442 |
957.41/123.93	c (123,0) c |  6 |    922 |     454464 |     172778 |    81651 |    33189 |    20659 |   143108 |    16856 |  0.442 |
957.41/123.93	c (123,0) c |  7 |    902 |     444801 |     173344 |    81583 |    33751 |    20785 |   142992 |    16696 |  0.442 |
957.41/123.93	c (123,0) c 
957.41/123.93	c (123,0) c synthesis     1356021 conflicts  2103556152 propagations     1562 conflicts/sec  2423264 propagations/sec
957.41/123.93	c (123,0) c Total Memory so far : 703.24Mb
957.41/123.93	c (123,0) c
957.41/123.93	c (123,0) c |-------------------------------------------------------------------------------------------------------|
957.41/123.93	c (123,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
957.41/123.93	c (123,0) c |-------------------------------------------------------------------------------------------------------|
957.41/123.93	c (123,0) c |  0 |    644 |     407132 |     168940 |    81547 |    29347 |    20668 |   147235 |    16473 |  0.442 |
957.41/123.93	c (123,0) c |  1 |    935 |     451201 |     176333 |    81949 |    36748 |    21068 |   146507 |    17147 |  0.442 |
957.41/123.93	c (123,0) c |  2 |    865 |     433805 |     171101 |    81377 |    31512 |    20561 |   147427 |    16615 |  0.442 |
957.41/123.93	c (123,0) c |  3 |    993 |     461774 |     176011 |    81530 |    36425 |    21053 |   146899 |    16975 |  0.442 |
957.41/123.93	c (123,0) c |  4 |    850 |     455839 |     179466 |    81973 |    39873 |    21357 |   146729 |    17290 |  0.442 |
957.41/123.93	c (123,0) c |  5 |    897 |     438406 |     171571 |    81517 |    31976 |    20724 |   147204 |    16812 |  0.442 |
957.41/123.93	c (123,0) c |  6 |    941 |     463947 |     178526 |    81916 |    38937 |    21314 |   146774 |    17249 |  0.442 |
957.41/123.93	c (123,0) c |  7 |    925 |     454601 |     179138 |    81834 |    39545 |    21378 |   146690 |    17100 |  0.442 |
957.41/123.93	c (123,0) c 
957.41/123.93	c (123,0) c synthesis     1401086 conflicts  2174426183 propagations     1557 conflicts/sec  2416081 propagations/sec
957.41/123.93	c (123,0) c Total Memory so far : 703.50Mb
957.41/123.93	c (123,0) c
957.41/123.93	c (123,0) c |-------------------------------------------------------------------------------------------------------|
1069.08/137.93	c (137,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1069.08/137.93	c (137,0) c |-------------------------------------------------------------------------------------------------------|
1069.08/137.93	c (137,0) c |  0 |    663 |     418047 |     175723 |    81819 |    36130 |    21271 |   151756 |    16957 |  0.442 |
1069.08/137.93	c (137,0) c |  1 |    956 |     462355 |     183402 |    82206 |    43817 |    21689 |   151201 |    17682 |  0.442 |
1069.08/137.93	c (137,0) c |  2 |    898 |     446181 |     177996 |    81623 |    38407 |    21175 |   151217 |    17159 |  0.442 |
1069.08/137.93	c (137,0) c |  3 |   1033 |     474873 |     182888 |    81778 |    43302 |    21656 |   150960 |    17558 |  0.442 |
1069.08/137.93	c (137,0) c |  4 |    867 |     466911 |     187045 |    82265 |    47452 |    21936 |   148608 |    17819 |  0.442 |
1069.08/137.98	c (137,0) c |  5 |    931 |     450266 |     178302 |    81775 |    38708 |    21283 |   151332 |    17314 |  0.442 |
1069.08/137.98	c (137,0) c |  6 |    977 |     477151 |     185515 |    82179 |    45926 |    21971 |   151073 |    17870 |  0.442 |
1069.08/137.98	c (137,0) c |  7 |    940 |     466407 |     186601 |    82148 |    47008 |    22081 |   150233 |    17721 |  0.442 |
1069.08/137.98	c (137,0) c 
1069.08/137.98	c (137,0) c synthesis     1457472 conflicts  2261262857 propagations     1551 conflicts/sec  2405954 propagations/sec
1069.08/137.98	c (137,0) c Total Memory so far : 703.88Mb
1069.08/137.98	c (137,0) c
1069.08/137.98	c (137,0) c |-------------------------------------------------------------------------------------------------------|
1069.08/137.98	c (137,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1069.08/137.98	c (137,0) c |-------------------------------------------------------------------------------------------------------|
1069.08/137.98	c (137,0) c |  0 |    680 |     428237 |     182324 |    82085 |    42731 |    21873 |   156135 |    17485 |  0.442 |
1069.08/137.98	c (137,0) c |  1 |    977 |     473947 |     190912 |    82510 |    51327 |    22417 |   155484 |    18257 |  0.442 |
1069.08/137.98	c (137,0) c |  2 |    922 |     457372 |     184549 |    81899 |    44959 |    21787 |   156216 |    17705 |  0.442 |
1069.08/137.98	c (137,0) c |  3 |   1047 |     485864 |     189987 |    82030 |    50401 |    22264 |   153405 |    18125 |  0.442 |
1069.08/137.98	c (137,0) c |  4 |    888 |     477180 |     193619 |    82483 |    54025 |    22486 |   155518 |    18352 |  0.442 |
1069.08/137.98	c (137,0) c |  5 |    947 |     462151 |     185092 |    82046 |    45498 |    21951 |   155991 |    17914 |  0.442 |
1069.08/137.98	c (137,0) c |  6 |   1013 |     489243 |     192328 |    82356 |    52739 |    22539 |   154963 |    18463 |  0.442 |
1069.08/137.98	c (137,0) c |  7 |    954 |     477525 |     193392 |    82392 |    53799 |    22713 |   154326 |    18301 |  0.442 |
1069.08/137.98	c (137,0) c 
1069.08/137.98	c (137,0) c synthesis     1512204 conflicts  2344735963 propagations     1544 conflicts/sec  2393323 propagations/sec
1069.08/137.98	c (137,0) c Total Memory so far : 704.66Mb
1069.08/137.98	c (137,0) c
1069.08/137.98	c (137,0) c |-------------------------------------------------------------------------------------------------------|
1069.08/137.98	c (137,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1069.08/137.98	c (137,0) c |-------------------------------------------------------------------------------------------------------|
1069.08/137.98	c (137,0) c |  0 |    703 |     439727 |     188873 |    82349 |    49280 |    22518 |   160775 |    18031 |  0.442 |
1069.08/137.98	c (137,0) c |  1 |    990 |     484992 |     197755 |    82783 |    30164 |    23080 |   160195 |    18792 |  0.442 |
1069.08/137.99	c (137,0) c |  2 |    940 |     467842 |     191300 |    82186 |    51711 |    22421 |   160845 |    18229 |  0.442 |
1069.08/137.99	c (137,0) c |  3 |   1074 |     497694 |     196703 |    82327 |    29117 |    22886 |   160388 |    18656 |  0.442 |
1069.08/137.99	c (137,0) c |  4 |    903 |     487646 |     200829 |    82735 |    33235 |    23199 |   159666 |    18831 |  0.442 |
1069.08/137.99	c (137,0) c |  5 |    968 |     472631 |     191832 |    82270 |    52238 |    22530 |   160744 |    18463 |  0.442 |
1069.08/137.99	c (137,0) c |  6 |   1044 |     502884 |     199402 |    82627 |    31815 |    23164 |   159597 |    18987 |  0.442 |
1069.08/137.99	c (137,0) c |  7 |    969 |     489017 |     200850 |    82704 |    33257 |    23495 |   159491 |    18808 |  0.442 |
1069.08/137.99	c (137,0) c 
1069.08/137.99	c (137,0) c synthesis     1567544 conflicts  2428563037 propagations     1537 conflicts/sec  2381945 propagations/sec
1069.08/137.99	c (137,0) c Total Memory so far : 705.30Mb
1069.08/137.99	c (137,0) c
1069.08/137.99	c (137,0) c |-------------------------------------------------------------------------------------------------------|
1069.08/137.99	c (137,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1164.82/149.93	c (149,0) c |-------------------------------------------------------------------------------------------------------|
1164.82/149.93	c (149,0) c |  0 |    720 |     448543 |     194178 |    82548 |    54585 |    23001 |   163846 |    18548 |  0.442 |
1164.82/149.93	c (149,0) c |  1 |   1020 |     495255 |     203429 |    82975 |    35838 |    23605 |   163399 |    19185 |  0.442 |
1164.82/149.93	c (149,0) c |  2 |    959 |     476239 |     196511 |    82372 |    28923 |    22884 |   163670 |    18674 |  0.442 |
1164.82/149.93	c (149,0) c |  3 |   1087 |     506628 |     202152 |    82483 |    34566 |    23355 |   163257 |    19021 |  0.442 |
1164.82/149.93	c (149,0) c |  4 |    921 |     496632 |     206273 |    82872 |    38678 |    23643 |   163374 |    19237 |  0.442 |
1164.82/149.93	c (149,0) c |  5 |    979 |     480752 |     196832 |    82461 |    29244 |    22973 |   163855 |    18876 |  0.442 |
1164.82/149.93	c (149,0) c |  6 |   1062 |     512532 |     205080 |    82855 |    37493 |    23717 |   163473 |    19360 |  0.442 |
1164.82/149.93	c (149,0) c |  7 |    979 |     497514 |     206555 |    82920 |    38962 |    24051 |   162679 |    19160 |  0.442 |
1164.82/149.93	c (149,0) c 
1164.82/149.93	c (149,0) c synthesis     1611010 conflicts  2496763875 propagations     1532 conflicts/sec  2374534 propagations/sec
1164.82/149.93	c (149,0) c Total Memory so far : 705.56Mb
1164.82/149.93	c (149,0) c
1164.82/149.93	c (149,0) c |-------------------------------------------------------------------------------------------------------|
1164.82/149.93	c (149,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1164.82/149.93	c (149,0) c |-------------------------------------------------------------------------------------------------------|
1164.82/149.93	c (149,0) c |  0 |    736 |     456804 |     199250 |    82740 |    31664 |    23392 |   167143 |    18893 |  0.442 |
1164.82/149.93	c (149,0) c |  1 |   1044 |     504570 |     209013 |    83168 |    41421 |    24106 |   166629 |    19613 |  0.442 |
1164.82/149.93	c (149,0) c |  2 |    972 |     485029 |     202052 |    82547 |    34465 |    23364 |   167110 |    19003 |  0.442 |
1164.82/149.93	c (149,0) c |  3 |   1102 |     515167 |     207625 |    82715 |    40039 |    23814 |   166768 |    19406 |  0.442 |
1164.82/149.93	c (149,0) c |  4 |    927 |     504180 |     211778 |    83070 |    44184 |    24139 |   165273 |    19617 |  0.442 |
1164.82/149.93	c (149,0) c |  5 |    998 |     488672 |     201842 |    82617 |    34254 |    23343 |   167518 |    19187 |  0.442 |
1164.82/149.93	c (149,0) c |  6 |   1068 |     520153 |     210549 |    83021 |    42962 |    24201 |   165057 |    19694 |  0.442 |
1164.82/149.93	c (149,0) c |  7 |    989 |     505779 |     212011 |    83100 |    44417 |    24553 |   166311 |    19585 |  0.442 |
1164.82/149.93	c (149,0) c 
1164.82/149.93	c (149,0) c synthesis     1654120 conflicts  2565494392 propagations     1527 conflicts/sec  2368056 propagations/sec
1164.82/149.93	c (149,0) c Total Memory so far : 705.82Mb
1164.82/149.93	c (149,0) c
1164.82/149.93	c (149,0) c |-------------------------------------------------------------------------------------------------------|
1164.82/149.93	c (149,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1164.82/149.93	c (149,0) c |-------------------------------------------------------------------------------------------------------|
1164.82/149.93	c (149,0) c |  0 |    755 |     466080 |     204615 |    82936 |    37029 |    23887 |   170827 |    19303 |  0.442 |
1164.82/149.93	c (149,0) c |  1 |   1060 |     513548 |     214668 |    83351 |    47077 |    24636 |   170170 |    20023 |  0.442 |
1164.82/149.93	c (149,0) c |  2 |    984 |     493103 |     207475 |    82707 |    39888 |    23815 |   170979 |    19361 |  0.442 |
1164.82/149.93	c (149,0) c |  3 |   1116 |     524083 |     213220 |    82944 |    45634 |    24321 |   170417 |    19833 |  0.442 |
1164.82/149.93	c (149,0) c |  4 |    941 |     513526 |     217617 |    83244 |    50023 |    24662 |   169647 |    20081 |  0.442 |
1164.82/149.93	c (149,0) c |  5 |   1007 |     496322 |     207211 |    82750 |    39623 |    23786 |   170585 |    19490 |  0.442 |
1164.82/149.93	c (149,0) c |  6 |   1079 |     527994 |     216200 |    83176 |    48612 |    24676 |   169283 |    20041 |  0.442 |
1164.82/149.93	c (149,0) c |  7 |   1002 |     514355 |     217693 |    83274 |    50099 |    25048 |   169228 |    20004 |  0.442 |
1164.82/149.93	c (149,0) c 
1164.82/149.93	c (149,0) c synthesis     1698699 conflicts  2633954677 propagations     1523 conflicts/sec  2361697 propagations/sec
1164.82/149.93	c (149,0) c Total Memory so far : 706.07Mb
1164.82/149.93	c (149,0) c
1164.82/149.93	c (149,0) c |-------------------------------------------------------------------------------------------------------|
1164.82/149.93	c (149,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1164.82/149.93	c (149,0) c |-------------------------------------------------------------------------------------------------------|
1276.48/163.93	c (163,0) c |  0 |    775 |     475659 |     210124 |    83139 |    42538 |    24413 |   173976 |    19717 |  0.442 |
1276.48/163.93	c (163,0) c |  1 |   1083 |     522979 |     219913 |    83515 |    52322 |    25061 |   173302 |    20421 |  0.442 |
1276.48/163.93	c (163,0) c |  2 |   1020 |     502598 |     212513 |    82838 |    44926 |    24201 |   174193 |    19764 |  0.442 |
1276.48/163.93	c (163,0) c |  3 |   1130 |     532095 |     218579 |    83099 |    50993 |    24755 |   172198 |    20217 |  0.442 |
1276.48/163.93	c (163,0) c |  4 |    947 |     520475 |     222618 |    83396 |    55024 |    25130 |   173177 |    20421 |  0.442 |
1276.48/163.93	c (163,0) c |  5 |   1025 |     504369 |     212328 |    82866 |    44740 |    24175 |   174143 |    19884 |  0.442 |
1276.48/163.93	c (163,0) c |  6 |   1093 |     536449 |     221684 |    83327 |    54097 |    25160 |   172544 |    20432 |  0.442 |
1276.48/163.93	c (163,0) c |  7 |   1019 |     522378 |     222914 |    83448 |    55320 |    25527 |   172748 |    20439 |  0.442 |
1276.48/163.93	c (163,0) c 
1276.48/163.93	c (163,0) c synthesis     1740673 conflicts  2699945474 propagations     1517 conflicts/sec  2353540 propagations/sec
1276.48/163.93	c (163,0) c Total Memory so far : 706.59Mb
1276.48/163.93	c (163,0) c
1276.48/163.93	c (163,0) c |-------------------------------------------------------------------------------------------------------|
1276.48/163.93	c (163,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1276.48/163.93	c (163,0) c |-------------------------------------------------------------------------------------------------------|
1276.48/163.93	c (163,0) c |  0 |    797 |     484906 |     215286 |    83315 |    47699 |    24937 |   176292 |    20083 |  0.442 |
1276.48/163.93	c (163,0) c |  1 |   1103 |     531756 |     225308 |    83676 |    57717 |    25484 |   176140 |    20875 |  0.442 |
1276.48/163.93	c (163,0) c |  2 |   1037 |     510845 |     217859 |    83006 |    50272 |    24642 |   177029 |    20149 |  0.442 |
1276.48/163.93	c (163,0) c |  3 |   1143 |     539572 |     223922 |    83258 |    56336 |    25175 |   176719 |    20595 |  0.442 |
1276.48/163.93	c (163,0) c |  4 |    964 |     529058 |     227812 |    83548 |    60218 |    25541 |   175831 |    20876 |  0.442 |
1276.48/163.93	c (163,0) c |  5 |   1047 |     512537 |     217189 |    82992 |    49601 |    24578 |   176899 |    20271 |  0.442 |
1276.48/163.93	c (163,0) c |  6 |   1114 |     545615 |     227165 |    83466 |    59578 |    25644 |   176346 |    20857 |  0.442 |
1276.48/163.93	c (163,0) c |  7 |   1028 |     530249 |     228349 |    83633 |    60756 |    26024 |   175388 |    20824 |  0.442 |
1276.48/163.93	c (163,0) c 
1276.48/163.93	c (163,0) c synthesis     1782890 conflicts  2764875770 propagations     1512 conflicts/sec  2345009 propagations/sec
1276.48/163.93	c (163,0) c Total Memory so far : 707.11Mb
1276.48/163.93	c (163,0) c
1276.48/163.93	c (163,0) c |-------------------------------------------------------------------------------------------------------|
1276.48/163.93	c (163,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1276.48/163.93	c (163,0) c |-------------------------------------------------------------------------------------------------------|
1276.48/163.93	c (163,0) c |  0 |    810 |     494702 |     221729 |    83465 |    54143 |    25467 |   180823 |    20569 |  0.442 |
1276.48/163.93	c (163,0) c |  1 |   1127 |     542880 |     232098 |    83899 |    33909 |    26096 |   180028 |    21374 |  0.442 |
1276.48/163.93	c (163,0) c |  2 |   1059 |     521855 |     224550 |    83208 |    56963 |    25181 |   181047 |    20677 |  0.442 |
1276.48/163.93	c (163,0) c |  3 |   1165 |     549055 |     229930 |    83413 |    31742 |    25634 |   180455 |    21068 |  0.442 |
1276.48/163.93	c (163,0) c |  4 |    994 |     539875 |     234409 |    83696 |    36212 |    26037 |   179961 |    21255 |  0.442 |
1276.48/163.93	c (163,0) c |  5 |   1065 |     522392 |     223752 |    83177 |    56164 |    25083 |   181175 |    20842 |  0.442 |
1276.48/163.93	c (163,0) c |  6 |   1127 |     555665 |     234285 |    83680 |    36102 |    26241 |   180062 |    21260 |  0.442 |
1276.48/163.93	c (163,0) c |  7 |   1051 |     541583 |     235519 |    83793 |    37335 |    26580 |   179700 |    21234 |  0.442 |
1276.48/163.93	c (163,0) c 
1276.48/163.93	c (163,0) c synthesis     1836272 conflicts  2848030931 propagations     1506 conflicts/sec  2336523 propagations/sec
1276.48/163.93	c (163,0) c Total Memory so far : 707.62Mb
1276.48/163.93	c (163,0) c
1276.48/163.93	c (163,0) c |-------------------------------------------------------------------------------------------------------|
1276.48/163.93	c (163,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1276.48/163.93	c (163,0) c |-------------------------------------------------------------------------------------------------------|
1372.21/175.93	c (175,0) c |  0 |    828 |     504640 |     228014 |    83670 |    60428 |    26008 |   184666 |    21122 |  0.442 |
1372.21/175.93	c (175,0) c |  1 |   1149 |     553996 |     239221 |    84075 |    41032 |    26658 |   184115 |    21830 |  0.442 |
1372.21/175.93	c (175,0) c |  2 |   1077 |     531185 |     230796 |    83360 |    32605 |    25659 |   185085 |    21139 |  0.442 |
1372.21/175.93	c (175,0) c |  3 |   1183 |     558724 |     236473 |    83587 |    38285 |    26087 |   184542 |    21431 |  0.442 |
1372.21/175.93	c (175,0) c |  4 |   1006 |     549758 |     241118 |    83879 |    42920 |    26534 |   184160 |    21648 |  0.442 |
1372.21/175.93	c (175,0) c |  5 |   1080 |     532364 |     230521 |    83380 |    32334 |    25680 |   184762 |    21320 |  0.442 |
1372.21/175.95	c (175,0) c |  6 |   1135 |     565536 |     241798 |    83848 |    43615 |    26906 |   181432 |    21611 |  0.442 |
1372.21/175.95	c (175,0) c |  7 |   1069 |     552150 |     242470 |    84041 |    44286 |    27260 |   183214 |    21688 |  0.442 |
1372.21/175.95	c (175,0) c 
1372.21/175.95	c (175,0) c synthesis     1890411 conflicts  2931634100 propagations     1502 conflicts/sec  2328924 propagations/sec
1372.21/175.95	c (175,0) c Total Memory so far : 708.14Mb
1372.21/175.95	c (175,0) c
1372.21/175.95	c (175,0) c |-------------------------------------------------------------------------------------------------------|
1372.21/175.95	c (175,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1372.21/175.95	c (175,0) c |-------------------------------------------------------------------------------------------------------|
1372.21/175.95	c (175,0) c |  0 |    834 |     511494 |     233112 |    83830 |    34930 |    26396 |   185083 |    21382 |  0.442 |
1372.21/175.95	c (175,0) c |  1 |   1168 |     562435 |     244600 |    84192 |    46411 |    27068 |   186943 |    22200 |  0.442 |
1372.21/175.95	c (175,0) c |  2 |   1100 |     540407 |     236302 |    83520 |    38111 |    26197 |   187746 |    21480 |  0.442 |
1372.21/175.95	c (175,0) c |  3 |   1204 |     567066 |     241755 |    83741 |    43567 |    26542 |   187754 |    21771 |  0.442 |
1372.21/175.95	c (175,0) c |  4 |   1019 |     557805 |     246437 |    84004 |    48240 |    26913 |   187449 |    22009 |  0.442 |
1372.21/175.95	c (175,0) c |  5 |   1105 |     541695 |     235812 |    83526 |    37625 |    26122 |   187760 |    21613 |  0.442 |
1372.21/175.95	c (175,0) c |  6 |   1137 |     572606 |     247434 |    84002 |    49251 |    27440 |   186313 |    21856 |  0.442 |
1372.21/175.95	c (175,0) c |  7 |   1082 |     560995 |     247894 |    84178 |    49710 |    27689 |   186206 |    22073 |  0.442 |
1372.21/175.95	c (175,0) c 
1372.21/175.95	c (175,0) c synthesis     1933346 conflicts  2998467387 propagations     1498 conflicts/sec  2323141 propagations/sec
1372.21/175.95	c (175,0) c Total Memory so far : 708.39Mb
1372.21/175.95	c (175,0) c
1372.21/175.95	c (175,0) c |-------------------------------------------------------------------------------------------------------|
1372.21/175.95	c (175,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1372.21/175.95	c (175,0) c |-------------------------------------------------------------------------------------------------------|
1372.21/175.95	c (175,0) c |  0 |    859 |     520803 |     238325 |    83980 |    40143 |    26804 |   191285 |    21698 |  0.442 |
1372.21/175.95	c (175,0) c |  1 |   1178 |     570533 |     250289 |    84345 |    52100 |    27571 |   190607 |    22594 |  0.442 |
1372.21/175.95	c (175,0) c |  2 |   1104 |     548040 |     242399 |    83682 |    44208 |    26740 |   189959 |    21789 |  0.442 |
1372.21/175.95	c (175,0) c |  3 |   1233 |     576507 |     247134 |    83878 |    48946 |    27010 |   191094 |    22161 |  0.442 |
1372.21/175.95	c (175,0) c |  4 |   1029 |     565616 |     251881 |    84138 |    53684 |    27357 |   190700 |    22393 |  0.442 |
1372.21/175.95	c (175,0) c |  5 |   1119 |     550318 |     241449 |    83681 |    43262 |    26658 |   191485 |    21904 |  0.442 |
1372.21/175.95	c (175,0) c |  6 |   1142 |     579948 |     252723 |    84149 |    54540 |    28002 |   189904 |    22174 |  0.442 |
1372.21/175.95	c (175,0) c |  7 |   1090 |     567951 |     252992 |    84320 |    54808 |    28118 |   190070 |    22383 |  0.442 |
1372.21/175.95	c (175,0) c 
1372.21/175.95	c (175,0) c synthesis     1977192 conflicts  3064689150 propagations     1495 conflicts/sec  2317172 propagations/sec
1372.21/175.95	c (175,0) c Total Memory so far : 708.66Mb
1372.21/175.95	c (175,0) c
1372.21/175.95	c (175,0) c |-------------------------------------------------------------------------------------------------------|
1372.21/175.95	c (175,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1372.21/175.95	c (175,0) c |-------------------------------------------------------------------------------------------------------|
1372.21/175.95	c (175,0) c |  0 |    872 |     528429 |     243234 |    84083 |    45051 |    27161 |   194109 |    22040 |  0.442 |
1483.89/189.93	c (189,0) c |  1 |   1198 |     578821 |     255806 |    84451 |    57617 |    28011 |   192698 |    23009 |  0.442 |
1483.89/189.93	c (189,0) c |  2 |   1118 |     556251 |     248010 |    83814 |    49819 |    27228 |   194250 |    22138 |  0.442 |
1483.89/189.93	c (189,0) c |  3 |   1256 |     585472 |     252179 |    84001 |    53991 |    27382 |   194096 |    22575 |  0.442 |
1483.89/189.93	c (189,0) c |  4 |   1046 |     573247 |     256710 |    84254 |    58513 |    27712 |   193645 |    22770 |  0.442 |
1483.89/189.93	c (189,0) c |  5 |   1130 |     557520 |     246526 |    83863 |    48339 |    27155 |   194326 |    22229 |  0.442 |
1483.89/189.93	c (189,0) c |  6 |   1173 |     588779 |     257701 |    84270 |    59518 |    28312 |   193180 |    22582 |  0.442 |
1483.89/189.93	c (189,0) c |  7 |   1097 |     575656 |     258393 |    84434 |    60209 |    28538 |   192912 |    22774 |  0.442 |
1483.89/189.93	c (189,0) c 
1483.89/189.93	c (189,0) c synthesis     2018559 conflicts  3129069853 propagations     1490 conflicts/sec  2310124 propagations/sec
1483.89/189.93	c (189,0) c Total Memory so far : 709.17Mb
1483.89/189.93	c (189,0) c
1483.89/189.93	c (189,0) c |-------------------------------------------------------------------------------------------------------|
1483.89/189.93	c (189,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1483.89/189.93	c (189,0) c |-------------------------------------------------------------------------------------------------------|
1483.89/189.93	c (189,0) c |  0 |    893 |     537317 |     248544 |    84202 |    50362 |    27585 |   197039 |    22421 |  0.442 |
1483.89/189.93	c (189,0) c |  1 |   1198 |     585092 |     261307 |    84523 |    63118 |    28353 |   192698 |    23257 |  0.442 |
1483.89/189.93	c (189,0) c |  2 |   1140 |     564446 |     252955 |    83936 |    54763 |    27646 |   196972 |    22487 |  0.442 |
1483.89/189.93	c (189,0) c |  3 |   1273 |     593305 |     257163 |    84114 |    58975 |    27752 |   196895 |    22958 |  0.442 |
1483.89/189.93	c (189,0) c |  4 |   1073 |     581935 |     261574 |    84341 |    63377 |    28075 |   196077 |    23186 |  0.442 |
1483.89/189.93	c (189,0) c |  5 |   1145 |     565713 |     251556 |    84041 |    53368 |    27598 |   196708 |    22600 |  0.442 |
1483.89/189.93	c (189,0) c |  6 |   1196 |     597082 |     262731 |    84379 |    64548 |    28673 |   195927 |    22952 |  0.442 |
1483.89/189.93	c (189,0) c |  7 |   1113 |     583770 |     263574 |    84554 |    65390 |    28974 |   195158 |    23197 |  0.442 |
1483.89/189.93	c (189,0) c 
1483.89/189.93	c (189,0) c synthesis     2059404 conflicts  3191699546 propagations     1485 conflicts/sec  2302205 propagations/sec
1483.89/189.93	c (189,0) c Total Memory so far : 739.33Mb
1483.89/189.93	c (189,0) c
1483.89/189.93	c (189,0) c |-------------------------------------------------------------------------------------------------------|
1483.89/189.93	c (189,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1483.89/189.93	c (189,0) c |-------------------------------------------------------------------------------------------------------|
1483.89/189.93	c (189,0) c |  0 |    912 |     546183 |     254494 |    84309 |    56312 |    27983 |   199980 |    22853 |  0.442 |
1483.89/189.93	c (189,0) c |  1 |   1232 |     596355 |     267758 |    84692 |    36365 |    28872 |   199996 |    23731 |  0.442 |
1483.89/189.93	c (189,0) c |  2 |   1157 |     573859 |     259003 |    84133 |    60812 |    28157 |   199588 |    22907 |  0.442 |
1483.89/189.93	c (189,0) c |  3 |   1291 |     603825 |     263916 |    84229 |    65728 |    28268 |   200533 |    23513 |  0.442 |
1483.89/189.93	c (189,0) c |  4 |   1092 |     591663 |     268292 |    84511 |    36901 |    28634 |   200224 |    23620 |  0.442 |
1483.89/189.93	c (189,0) c |  5 |   1164 |     575265 |     257808 |    84244 |    59621 |    28187 |   200429 |    23071 |  0.442 |
1483.89/189.93	c (189,0) c |  6 |   1210 |     606820 |     269444 |    84505 |    38053 |    29228 |   199535 |    23381 |  0.442 |
1483.89/189.93	c (189,0) c |  7 |   1141 |     594590 |     270346 |    84695 |    38956 |    29542 |   199021 |    23576 |  0.442 |
1483.89/189.93	c (189,0) c 
1483.89/189.93	c (189,0) c synthesis     2111061 conflicts  3271935523 propagations     1480 conflicts/sec  2294139 propagations/sec
1483.89/189.93	c (189,0) c Total Memory so far : 710.21Mb
1483.89/189.93	c (189,0) c
1483.89/189.93	c (189,0) c |-------------------------------------------------------------------------------------------------------|
1483.89/189.93	c (189,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1483.89/189.93	c (189,0) c |-------------------------------------------------------------------------------------------------------|
1483.89/189.93	c (189,0) c |  0 |    922 |     554740 |     260771 |    84442 |    62589 |    28497 |   204682 |    23261 |  0.442 |
1483.89/189.93	c (189,0) c |  1 |   1250 |     606720 |     274637 |    84873 |    43244 |    29454 |   203474 |    24143 |  0.442 |
1587.59/202.93	c (202,0) c |  2 |   1172 |     583074 |     265013 |    84318 |    33619 |    28728 |   204213 |    23395 |  0.442 |
1587.59/202.93	c (202,0) c |  3 |   1312 |     613622 |     270183 |    84366 |    38794 |    28752 |   203781 |    23872 |  0.442 |
1587.59/202.93	c (202,0) c |  4 |   1114 |     601382 |     274784 |    84665 |    43393 |    29150 |   203908 |    23995 |  0.442 |
1587.59/202.93	c (202,0) c |  5 |   1173 |     584032 |     264062 |    84400 |    65875 |    28767 |   204432 |    23518 |  0.442 |
1587.59/202.93	c (202,0) c |  6 |   1227 |     616938 |     276217 |    84655 |    44826 |    29799 |   203309 |    23793 |  0.442 |
1587.59/202.93	c (202,0) c |  7 |   1175 |     605569 |     276796 |    84848 |    45406 |    30056 |   202988 |    24010 |  0.442 |
1587.59/202.93	c (202,0) c 
1587.59/202.93	c (202,0) c synthesis     2162463 conflicts  3352765599 propagations     1475 conflicts/sec  2286883 propagations/sec
1587.59/202.93	c (202,0) c Total Memory so far : 710.47Mb
1587.59/202.93	c (202,0) c
1587.59/202.93	c (202,0) c |-------------------------------------------------------------------------------------------------------|
1587.59/202.93	c (202,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1587.59/202.93	c (202,0) c |-------------------------------------------------------------------------------------------------------|
1587.59/202.93	c (202,0) c |  0 |    939 |     563337 |     266630 |    84544 |    35251 |    28950 |   208199 |    23668 |  0.442 |
1587.59/202.93	c (202,0) c |  1 |   1281 |     617832 |     281124 |    84999 |    49731 |    29919 |   207484 |    24569 |  0.442 |
1587.59/202.93	c (202,0) c |  2 |   1201 |     594955 |     271994 |    84503 |    40600 |    29379 |   207861 |    23814 |  0.442 |
1587.59/202.93	c (202,0) c |  3 |   1345 |     625090 |     276726 |    84486 |    45337 |    29279 |   207589 |    24274 |  0.442 |
1587.59/202.93	c (202,0) c |  4 |   1134 |     611234 |     281210 |    84811 |    49819 |    29699 |   207567 |    24408 |  0.442 |
1587.59/202.93	c (202,0) c |  5 |   1185 |     592589 |     270162 |    84533 |    38772 |    29273 |   208027 |    23837 |  0.442 |
1587.59/202.93	c (202,0) c |  6 |   1246 |     625929 |     282422 |    84821 |    51030 |    30271 |   205305 |    24193 |  0.442 |
1587.59/202.93	c (202,0) c |  7 |   1199 |     616018 |     283503 |    85012 |    52113 |    30674 |   206037 |    24451 |  0.442 |
1587.59/202.93	c (202,0) c 
1587.59/202.93	c (202,0) c synthesis     2213771 conflicts  3433721023 propagations     1470 conflicts/sec  2280095 propagations/sec
1587.59/202.93	c (202,0) c Total Memory so far : 710.73Mb
1587.59/202.93	c (202,0) c
1587.59/202.93	c (202,0) c |-------------------------------------------------------------------------------------------------------|
1587.59/202.93	c (202,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1587.59/202.93	c (202,0) c |-------------------------------------------------------------------------------------------------------|
1587.59/202.93	c (202,0) c |  0 |    953 |     571349 |     272124 |    84664 |    40746 |    29394 |   211341 |    23998 |  0.442 |
1587.59/202.93	c (202,0) c |  1 |   1286 |     625484 |     286847 |    85107 |    55453 |    30449 |   208374 |    24874 |  0.442 |
1587.59/202.93	c (202,0) c |  2 |   1224 |     603880 |     277394 |    84642 |    46000 |    29842 |   210763 |    24162 |  0.442 |
1587.59/202.93	c (202,0) c |  3 |   1361 |     632472 |     281650 |    84589 |    50261 |    29632 |   210584 |    24611 |  0.442 |
1587.59/202.93	c (202,0) c |  4 |   1155 |     619524 |     286172 |    84923 |    54781 |    30133 |   210281 |    24787 |  0.442 |
1587.59/202.93	c (202,0) c |  5 |   1200 |     600273 |     275251 |    84643 |    43862 |    29697 |   211087 |    24147 |  0.442 |
1587.59/202.93	c (202,0) c |  6 |   1258 |     632874 |     287149 |    84918 |    55758 |    30648 |   209956 |    24544 |  0.442 |
1587.59/202.93	c (202,0) c |  7 |   1220 |     624002 |     288469 |    85114 |    57079 |    31071 |   209737 |    24832 |  0.442 |
1587.59/202.93	c (202,0) c 
1587.59/202.93	c (202,0) c synthesis     2255056 conflicts  3498320558 propagations     1466 conflicts/sec  2274809 propagations/sec
1587.59/202.93	c (202,0) c Total Memory so far : 710.86Mb
1587.59/202.93	c (202,0) c
1587.59/202.93	c (202,0) c |-------------------------------------------------------------------------------------------------------|
1587.59/202.93	c (202,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1587.59/202.93	c (202,0) c |-------------------------------------------------------------------------------------------------------|
1587.59/202.93	c (202,0) c |  0 |    960 |     578840 |     277535 |    84807 |    46157 |    29990 |   214274 |    24379 |  0.442 |
1587.59/202.93	c (202,0) c |  1 |   1302 |     633298 |     292061 |    85204 |    60668 |    30843 |   213309 |    25226 |  0.442 |
1587.59/202.93	c (202,0) c |  2 |   1236 |     611405 |     282561 |    84748 |    51167 |    30317 |   213683 |    24448 |  0.442 |
1691.30/215.93	c (215,0) c |  3 |   1380 |     640549 |     286873 |    84699 |    55484 |    30064 |   213846 |    24935 |  0.442 |
1691.30/215.93	c (215,0) c |  4 |   1180 |     627822 |     291026 |    85027 |    59635 |    30542 |   213446 |    25126 |  0.442 |
1691.30/215.93	c (215,0) c |  5 |   1210 |     607398 |     280282 |    84741 |    48893 |    30095 |   212295 |    24457 |  0.442 |
1691.30/215.93	c (215,0) c |  6 |   1282 |     641363 |     292174 |    85033 |    60783 |    31059 |   213252 |    24943 |  0.442 |
1691.30/215.93	c (215,0) c |  7 |   1246 |     632203 |     293481 |    85206 |    62091 |    31440 |   212876 |    25215 |  0.442 |
1691.30/215.93	c (215,0) c 
1691.30/215.93	c (215,0) c synthesis     2295993 conflicts  3561748499 propagations     1463 conflicts/sec  2268985 propagations/sec
1691.30/215.93	c (215,0) c Total Memory so far : 711.25Mb
1691.30/215.93	c (215,0) c
1691.30/215.93	c (215,0) c |-------------------------------------------------------------------------------------------------------|
1691.30/215.93	c (215,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1691.30/215.93	c (215,0) c |-------------------------------------------------------------------------------------------------------|
1691.30/215.93	c (215,0) c |  0 |    969 |     586582 |     282686 |    84953 |    51308 |    30505 |   216643 |    24725 |  0.442 |
1691.30/215.93	c (215,0) c |  1 |   1328 |     641442 |     296798 |    85295 |    65405 |    31170 |   216245 |    25587 |  0.442 |
1691.30/215.93	c (215,0) c |  2 |   1255 |     619501 |     287761 |    84831 |    56367 |    30708 |   216505 |    24831 |  0.442 |
1691.30/215.93	c (215,0) c |  3 |   1393 |     647616 |     291740 |    84786 |    60351 |    30454 |   215416 |    25257 |  0.442 |
1691.30/215.93	c (215,0) c |  4 |   1203 |     636143 |     295835 |    85121 |    64444 |    30917 |   216286 |    25502 |  0.442 |
1691.30/215.93	c (215,0) c |  5 |   1224 |     615398 |     285430 |    84814 |    54041 |    30434 |   216896 |    24779 |  0.442 |
1691.30/215.93	c (215,0) c |  6 |   1295 |     648704 |     296976 |    85127 |    65585 |    31428 |   215462 |    25289 |  0.442 |
1691.30/215.93	c (215,0) c |  7 |   1260 |     639808 |     298411 |    85294 |    67021 |    31818 |   215428 |    25654 |  0.442 |
1691.30/215.93	c (215,0) c 
1691.30/215.93	c (215,0) c synthesis     2335638 conflicts  3623591330 propagations     1458 conflicts/sec  2262432 propagations/sec
1691.30/215.93	c (215,0) c Total Memory so far : 711.63Mb
1691.30/215.93	c (215,0) c
1691.30/215.93	c (215,0) c |-------------------------------------------------------------------------------------------------------|
1691.30/215.93	c (215,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1691.30/215.93	c (215,0) c |-------------------------------------------------------------------------------------------------------|
1691.30/215.93	c (215,0) c |  0 |    973 |     593724 |     287993 |    85061 |    56615 |    31028 |   219260 |    25061 |  0.442 |
1691.30/215.93	c (215,0) c |  1 |   1343 |     648330 |     301511 |    85392 |    70118 |    31513 |   219095 |    25966 |  0.442 |
1691.30/215.93	c (215,0) c |  2 |   1261 |     625888 |     292631 |    84919 |    61237 |    31041 |   219511 |    25147 |  0.442 |
1691.30/215.93	c (215,0) c |  3 |   1396 |     653837 |     296649 |    84887 |    65260 |    30902 |   219797 |    25479 |  0.442 |
1691.30/215.93	c (215,0) c |  4 |   1223 |     643763 |     300462 |    85221 |    69071 |    31313 |   219344 |    25901 |  0.442 |
1691.30/215.93	c (215,0) c |  5 |   1247 |     623381 |     290307 |    84958 |    58918 |    30855 |   219227 |    25136 |  0.442 |
1691.30/215.93	c (215,0) c |  6 |   1312 |     656103 |     301776 |    85222 |    70385 |    31819 |   218764 |    25661 |  0.442 |
1691.30/215.93	c (215,0) c |  7 |   1271 |     646489 |     303070 |    85393 |    35881 |    32229 |   218183 |    26024 |  0.442 |
1691.30/215.93	c (215,0) c 
1691.30/215.93	c (215,0) c synthesis     2374400 conflicts  3684558340 propagations     1454 conflicts/sec  2255573 propagations/sec
1691.30/215.93	c (215,0) c Total Memory so far : 712.02Mb
1691.30/215.93	c (215,0) c
1691.30/215.93	c (215,0) c |-------------------------------------------------------------------------------------------------------|
1691.30/215.93	c (215,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1691.30/215.93	c (215,0) c |-------------------------------------------------------------------------------------------------------|
1691.30/215.93	c (215,0) c |  0 |    979 |     601720 |     294008 |    85222 |    62630 |    31547 |   223176 |    25487 |  0.442 |
1691.30/215.93	c (215,0) c |  1 |   1372 |     658294 |     307855 |    85518 |    40659 |    31976 |   222637 |    26331 |  0.442 |
1691.30/215.93	c (215,0) c |  2 |   1275 |     634925 |     298690 |    85066 |    67296 |    31565 |   223167 |    25596 |  0.442 |
1691.30/215.93	c (215,0) c |  3 |   1409 |     662489 |     302758 |    85044 |    71369 |    31527 |   222959 |    25933 |  0.442 |
1802.97/229.93	c (229,0) c |  4 |   1242 |     652925 |     306527 |    85340 |    39333 |    31803 |   222259 |    26269 |  0.442 |
1802.97/229.93	c (229,0) c |  5 |   1258 |     632356 |     296504 |    85058 |    65115 |    31337 |   221695 |    25590 |  0.442 |
1802.97/229.93	c (229,0) c |  6 |   1336 |     666288 |     308662 |    85340 |    41473 |    32406 |   221945 |    26039 |  0.442 |
1802.97/229.93	c (229,0) c |  7 |   1282 |     654978 |     309280 |    85505 |    42092 |    32596 |   221851 |    26290 |  0.442 |
1802.97/229.93	c (229,0) c 
1802.97/229.93	c (229,0) c synthesis     2424284 conflicts  3763584321 propagations     1449 conflicts/sec  2249046 propagations/sec
1802.97/229.93	c (229,0) c Total Memory so far : 776.54Mb
1802.97/229.93	c (229,0) c
1802.97/229.93	c (229,0) c |-------------------------------------------------------------------------------------------------------|
1802.97/229.93	c (229,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1802.97/229.93	c (229,0) c |-------------------------------------------------------------------------------------------------------|
1802.97/229.93	c (229,0) c |  0 |    990 |     609935 |     299809 |    85328 |    68431 |    31970 |   225274 |    25911 |  0.442 |
1802.97/229.93	c (229,0) c |  1 |   1397 |     668322 |     314448 |    85626 |    47251 |    32486 |   226050 |    26692 |  0.442 |
1802.97/229.93	c (229,0) c |  2 |   1286 |     643306 |     304590 |    85192 |    37397 |    32046 |   226535 |    26024 |  0.442 |
1802.97/229.93	c (229,0) c |  3 |   1429 |     672194 |     309230 |    85163 |    42038 |    32090 |   226293 |    26282 |  0.442 |
1802.97/229.93	c (229,0) c |  4 |   1272 |     663197 |     312706 |    85461 |    45512 |    32269 |   226265 |    26626 |  0.442 |
1802.97/229.93	c (229,0) c |  5 |   1266 |     639930 |     302157 |    85143 |    70768 |    31752 |   226496 |    25989 |  0.442 |
1802.97/229.93	c (229,0) c |  6 |   1350 |     675519 |     315067 |    85465 |    47877 |    32931 |   224765 |    26398 |  0.442 |
1802.97/229.93	c (229,0) c |  7 |   1314 |     666194 |     315933 |    85597 |    48745 |    33063 |   225518 |    26700 |  0.442 |
1802.97/229.93	c (229,0) c 
1802.97/229.93	c (229,0) c synthesis     2473940 conflicts  3842853086 propagations     1444 conflicts/sec  2242980 propagations/sec
1802.97/229.93	c (229,0) c Total Memory so far : 712.93Mb
1802.97/229.93	c (229,0) c
1802.97/229.93	c (229,0) c |-------------------------------------------------------------------------------------------------------|
1802.97/229.93	c (229,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1802.97/229.93	c (229,0) c |-------------------------------------------------------------------------------------------------------|
1802.97/229.93	c (229,0) c |  0 |   1010 |     618161 |     304566 |    85416 |    37380 |    32344 |   229402 |    26273 |  0.442 |
1802.97/229.93	c (229,0) c |  1 |   1411 |     675873 |     319581 |    85759 |    52385 |    32898 |   228779 |    27022 |  0.442 |
1802.97/229.93	c (229,0) c |  2 |   1296 |     650471 |     309411 |    85301 |    42218 |    32463 |   229242 |    26294 |  0.442 |
1802.97/229.93	c (229,0) c |  3 |   1452 |     680325 |     314222 |    85252 |    47029 |    32489 |   228962 |    26614 |  0.442 |
1802.97/229.93	c (229,0) c |  4 |   1300 |     672197 |     317796 |    85550 |    50602 |    32686 |   228988 |    26981 |  0.442 |
1802.97/229.93	c (229,0) c |  5 |   1267 |     646052 |     306796 |    85257 |    39606 |    32144 |   227808 |    26247 |  0.442 |
1802.97/229.93	c (229,0) c |  6 |   1355 |     682069 |     319996 |    85548 |    52807 |    33321 |   228230 |    26680 |  0.442 |
1802.97/229.93	c (229,0) c |  7 |   1329 |     673838 |     320902 |    85676 |    53714 |    33401 |   227586 |    27001 |  0.442 |
1802.97/229.93	c (229,0) c 
1802.97/229.93	c (229,0) c synthesis     2513270 conflicts  3906619059 propagations     1440 conflicts/sec  2238504 propagations/sec
1802.97/229.93	c (229,0) c Total Memory so far : 713.05Mb
1802.97/229.93	c (229,0) c
1802.97/229.93	c (229,0) c |-------------------------------------------------------------------------------------------------------|
1802.97/229.93	c (229,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1802.97/229.93	c (229,0) c |-------------------------------------------------------------------------------------------------------|
1802.97/229.93	c (229,0) c |  0 |   1024 |     627832 |     311116 |    85508 |    43930 |    32833 |   232248 |    26651 |  0.442 |
1802.97/229.93	c (229,0) c |  1 |   1423 |     684246 |     325794 |    85835 |    58598 |    33278 |   232141 |    27373 |  0.442 |
1802.97/229.93	c (229,0) c |  2 |   1309 |     659657 |     315925 |    85426 |    48732 |    32981 |   232577 |    26674 |  0.442 |
1802.97/229.93	c (229,0) c |  3 |   1466 |     689408 |     320674 |    85375 |    53482 |    32983 |   232035 |    26996 |  0.442 |
1802.97/229.93	c (229,0) c |  4 |   1332 |     682580 |     324147 |    85657 |    56953 |    33146 |   232406 |    27423 |  0.442 |
1898.69/241.93	c (241,0) c |  5 |   1271 |     654097 |     312915 |    85363 |    45725 |    32621 |   230800 |    26553 |  0.442 |
1898.69/241.93	c (241,0) c |  6 |   1367 |     690856 |     326233 |    85645 |    59044 |    33804 |   230772 |    27090 |  0.442 |
1898.69/241.93	c (241,0) c |  7 |   1345 |     682726 |     327247 |    85793 |    60059 |    33926 |   230172 |    27389 |  0.442 |
1898.69/241.93	c (241,0) c 
1898.69/241.93	c (241,0) c synthesis     2564051 conflicts  3986343622 propagations     1436 conflicts/sec  2233166 propagations/sec
1898.69/241.93	c (241,0) c Total Memory so far : 713.18Mb
1898.69/241.93	c (241,0) c
1898.69/241.93	c (241,0) c |-------------------------------------------------------------------------------------------------------|
1898.69/241.93	c (241,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1898.69/241.93	c (241,0) c |-------------------------------------------------------------------------------------------------------|
1898.69/241.93	c (241,0) c |  0 |   1037 |     635195 |     316323 |    85577 |    49137 |    33262 |   235363 |    26933 |  0.442 |
1898.69/241.93	c (241,0) c |  1 |   1461 |     693467 |     330527 |    85912 |    63331 |    33592 |   234800 |    27756 |  0.442 |
1898.69/241.93	c (241,0) c |  2 |   1323 |     666776 |     320771 |    85510 |    53578 |    33343 |   235259 |    26988 |  0.442 |
1898.69/241.93	c (241,0) c |  3 |   1474 |     696439 |     325606 |    85466 |    58414 |    33436 |   235207 |    27306 |  0.442 |
1898.69/241.93	c (241,0) c |  4 |   1340 |     689821 |     329370 |    85779 |    62176 |    33572 |   234898 |    27705 |  0.442 |
1898.69/241.93	c (241,0) c |  5 |   1283 |     661315 |     318019 |    85442 |    50829 |    33003 |   235106 |    26840 |  0.442 |
1898.69/241.93	c (241,0) c |  6 |   1393 |     698422 |     330999 |    85716 |    63810 |    34098 |   234547 |    27434 |  0.442 |
1898.69/241.93	c (241,0) c |  7 |   1345 |     688049 |     331824 |    85873 |    64636 |    34353 |   230172 |    27563 |  0.442 |
1898.69/241.93	c (241,0) c 
1898.69/241.93	c (241,0) c synthesis     2603439 conflicts  4049039387 propagations     1433 conflicts/sec  2228460 propagations/sec
1898.69/241.93	c (241,0) c Total Memory so far : 713.57Mb
1898.69/241.93	c (241,0) c
1898.69/241.93	c (241,0) c |-------------------------------------------------------------------------------------------------------|
1898.69/241.93	c (241,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1898.69/241.93	c (241,0) c |-------------------------------------------------------------------------------------------------------|
1898.69/241.93	c (241,0) c |  0 |   1059 |     643366 |     321469 |    85671 |    54283 |    33630 |   237842 |    27217 |  0.442 |
1898.69/241.93	c (241,0) c |  1 |   1484 |     700796 |     335211 |    86003 |    68015 |    33930 |   237246 |    28095 |  0.442 |
1898.69/241.93	c (241,0) c |  2 |   1334 |     673153 |     325458 |    85589 |    58265 |    33639 |   237028 |    27284 |  0.442 |
1898.69/241.93	c (241,0) c |  3 |   1493 |     703923 |     330423 |    85564 |    63231 |    33799 |   237631 |    27670 |  0.442 |
1898.69/241.93	c (241,0) c |  4 |   1349 |     697340 |     334882 |    85884 |    67688 |    34041 |   236893 |    28059 |  0.442 |
1898.69/241.93	c (241,0) c |  5 |   1295 |     668356 |     323021 |    85524 |    55831 |    33346 |   237932 |    27154 |  0.442 |
1898.69/241.93	c (241,0) c |  6 |   1416 |     705894 |     335712 |    85784 |    68523 |    34442 |   236641 |    27790 |  0.442 |
1898.69/241.93	c (241,0) c |  7 |   1369 |     695898 |     336507 |    85943 |    69319 |    34705 |   236817 |    27916 |  0.442 |
1898.69/241.93	c (241,0) c 
1898.69/241.93	c (241,0) c synthesis     2642683 conflicts  4110669584 propagations     1429 conflicts/sec  2223349 propagations/sec
1898.69/241.93	c (241,0) c Total Memory so far : 713.83Mb
1898.69/241.93	c (241,0) c
1898.69/241.93	c (241,0) c |-------------------------------------------------------------------------------------------------------|
1898.69/241.93	c (241,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1898.69/241.93	c (241,0) c |-------------------------------------------------------------------------------------------------------|
1898.69/241.93	c (241,0) c |  0 |   1071 |     650724 |     326450 |    85754 |    59264 |    34007 |   240117 |    27525 |  0.446 |
1898.69/241.93	c (241,0) c |  1 |   1499 |     707876 |     339832 |    86087 |    72636 |    34270 |   239993 |    28423 |  0.446 |
1898.69/241.93	c (241,0) c |  2 |   1350 |     680353 |     330125 |    85668 |    62932 |    33951 |   240307 |    27608 |  0.446 |
1898.69/241.93	c (241,0) c |  3 |   1504 |     710728 |     335285 |    85664 |    68093 |    34159 |   239925 |    28001 |  0.446 |
1898.69/241.93	c (241,0) c |  4 |   1361 |     704460 |     339566 |    85957 |    72372 |    34410 |   239422 |    28413 |  0.446 |
1972.87/251.26	c (250,0) c |  5 |   1302 |     674963 |     327859 |    85594 |    60669 |    33721 |   239655 |    27483 |  0.446 |
1972.87/251.26	c (250,0) c |  6 |   1428 |     712843 |     340334 |    85864 |    73144 |    34765 |   239443 |    28136 |  0.446 |
1972.87/251.26	c (250,0) c |  7 |   1385 |     702761 |     341329 |    85996 |    74141 |    35033 |   239253 |    28245 |  0.446 |
1972.87/251.26	c (250,0) c 
1972.87/251.26	c (250,0) c synthesis     2680780 conflicts  4171038398 propagations     1425 conflicts/sec  2217732 propagations/sec
1972.87/251.26	c (250,0) c Total Memory so far : 714.35Mb
1972.87/251.26	c (250,0) c
1972.87/251.26	c (250,0) c |-------------------------------------------------------------------------------------------------------|
1972.87/251.26	c (250,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |    %   | 
1972.87/251.26	c (250,0) c |-------------------------------------------------------------------------------------------------------|
1972.87/251.26	c (250,0) c |  0 |   1087 |     659195 |     332438 |    85845 |    65252 |    34483 |   243496 |    27959 |  0.446 |
1972.87/251.26	c (250,0) c |  1 |   1512 |     716742 |     346034 |    86181 |    40441 |    34866 |   243299 |    28813 |  0.446 |
1972.87/251.26	c (250,0) c |  2 |   1367 |     688965 |     336017 |    85779 |    68824 |    34427 |   243549 |    28031 |  0.446 |
1972.87/251.26	c (250,0) c |  3 |   1538 |     720977 |     341024 |    85753 |    73832 |    34617 |   243335 |    28507 |  0.446 |
1972.87/251.26	c (250,0) c |  4 |   1372 |     712724 |     345561 |    86070 |    39969 |    34912 |   243228 |    28809 |  0.446 |
1972.87/251.26	c (250,0) c |  5 |   1327 |     684245 |     333702 |    85682 |    66511 |    34167 |   244061 |    27888 |  0.446 |
1972.87/251.26	c (250,0) c |  6 |   1437 |     721646 |     347301 |    85944 |    41721 |    35278 |   240256 |    28479 |  0.446 |
1972.87/251.26	c (250,0) c |  7 |   1405 |     712251 |     347689 |    86095 |    42098 |    35540 |   242718 |    28607 |  0.446 |
1972.87/251.26	c (250,0) c 
1972.87/251.26	c (250,0) c synthesis     2729767 conflicts  4246974580 propagations     1421 conflicts/sec  2211239 propagations/sec
1972.87/251.26	c (250,0) c Total Memory so far : 714.86Mb
1972.87/251.26	c (250,0) c last restart ## conflicts  :  1079 41 
1972.87/251.26	c (250,0) c Thread 6 is 100% pure glucose! First thread to finish! (SAT answer).
1972.87/251.26	c (250,0) c Total Memory so far : 715.12Mb
1972.87/251.26	c (250,0) c
1972.87/251.26	c (250,0) c real time : 245.537 s
1972.87/251.26	c (250,0) c cpu time  : 1955.2 s
1972.87/251.26	c (250,0) c
1972.87/251.26	c (250,0) c
1972.87/251.26	c (250,0) c
1972.87/251.26	c (250,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
1972.87/251.26	c (250,0) c
1972.87/251.26	c (250,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1972.87/251.26	c (250,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
1972.87/251.26	c (250,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1972.87/251.26	c (250,0) c | Conflicts     |         2774028 |     337590 |     352080 |     340752 |     346295 |     351479 |     338760 |     353328 |     353744 |
1972.87/251.26	c (250,0) c | Decisions     |         5680393 |     666029 |     724920 |     696207 |     728746 |     721188 |     691554 |     730535 |     721214 |
1972.87/251.26	c (250,0) c | Propagations  |      4314718191 |  526528698 |  542381495 |  532523567 |  538666704 |  545747465 |  529997738 |  546647848 |  552224676 |
1972.87/251.26	c (250,0) c | Avg_Trail     |                 |       9263 |       9199 |       9264 |       9235 |       9228 |       9271 |       9240 |       9183 |
1972.87/251.26	c (250,0) c | Avg_DL        |                 |         54 |         55 |         55 |         55 |         54 |         54 |         54 |         54 |
1972.87/251.26	c (250,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1972.87/251.26	c (250,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1972.87/251.26	c (250,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1972.87/251.26	c (250,0) c | Exported      |          281679 |      34928 |      35420 |      34718 |      35000 |      35357 |      34513 |      35707 |      36036 |
1972.87/251.26	c (250,0) c | Imported      |         1966195 |     245339 |     244739 |     246730 |     246630 |     245484 |     246445 |     245427 |     245401 |
1972.87/251.26	c (250,0) c | Good          |           19661 |       2505 |       2442 |       2492 |       2456 |       2450 |       2440 |       2431 |       2445 |
1972.87/251.26	c (250,0) c | Purge         |         1946534 |     242834 |     242297 |     244238 |     244174 |     243034 |     244005 |     242996 |     242956 |
1972.87/251.26	c (250,0) c | Promoted      |          229717 |      28303 |      29083 |      28423 |      28809 |      29094 |      28250 |      28840 |      28915 |
1972.87/251.26	c (250,0) c | Remove_Imp    |         1288097 |     156526 |     164319 |     153487 |     167853 |     165134 |     154400 |     162929 |     163449 |
1972.87/251.26	c (250,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
1972.87/251.26	c (250,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1972.87/251.26	c (250,0) c | Unaries       |                 |          9 |         14 |          9 |         14 |         15 |         13 |         19 |         14 |
1972.87/251.26	c (250,0) c | Binaries      |                 |        302 |        365 |        318 |        354 |        359 |        369 |        378 |        365 |
1972.87/251.26	c (250,0) c | Glues         |                 |       2906 |       2993 |       2866 |       2965 |       3014 |       2872 |       2972 |       3045 |
1972.87/251.26	c (250,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1972.87/251.26	c (250,0) c | Orig_Seen     |            63 % |      85947 |      86298 |      85848 |      85846 |      86151 |      85762 |      86031 |      86180 |
1972.87/251.26	c (250,0) c | Diff Orig seen|                 | -       84 |        267 | -      183 | -      185 |        120 | -      269 |      X     |        149 |
1972.87/251.26	c (250,0) c | Hamming       |            18 % |       4073 |       4321 |       4543 |       4803 |       5071 |       4498 |      X     |       4574 |
1972.87/251.26	c (250,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
1972.87/251.26	c (250,0) 
1972.87/251.26	c (250,0) s SATISFIABLE
1972.87/251.29	c (250,5) SatSolver.solve End
1972.87/251.29	c (250,5) Heap : 2252 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
1972.87/251.29	c (250,5) Show results Begin
1973.52/251.31	c (250,5) x[0][0] = 0
1973.52/251.31	c (250,5) x[0][1] = 4
1973.52/251.31	c (250,5) x[0][2] = 8
1973.52/251.31	c (250,5) x[0][3] = 1
1973.52/251.31	c (250,5) x[0][4] = 10
1973.52/251.31	c (250,5) x[0][5] = 11
1973.52/251.31	c (250,5) x[0][6] = 7
1973.52/251.31	c (250,5) x[0][7] = 6
1973.52/251.31	c (250,5) x[0][8] = 3
1973.52/251.31	c (250,5) x[0][9] = 2
1973.52/251.31	c (250,5) x[0][10] = 5
1973.52/251.31	c (250,5) x[0][11] = 9
1973.52/251.31	c (250,5) x[1][0] = 5
1973.52/251.31	c (250,5) x[1][1] = 1
1973.52/251.31	c (250,5) x[1][2] = 6
1973.52/251.31	c (250,5) x[1][3] = 10
1973.52/251.31	c (250,5) x[1][4] = 11
1973.52/251.31	c (250,5) x[1][5] = 7
1973.52/251.31	c (250,5) x[1][6] = 3
1973.52/251.31	c (250,5) x[1][7] = 0
1973.52/251.31	c (250,5) x[1][8] = 2
1973.52/251.31	c (250,5) x[1][9] = 4
1973.52/251.31	c (250,5) x[1][10] = 9
1973.52/251.31	c (250,5) x[1][11] = 8
1973.52/251.31	c (250,5) x[2][0] = 4
1973.52/251.31	c (250,5) x[2][1] = 10
1973.52/251.31	c (250,5) x[2][2] = 2
1973.52/251.32	c (250,5) x[2][3] = 7
1973.52/251.32	c (250,5) x[2][4] = 6
1973.52/251.32	c (250,5) x[2][5] = 8
1973.52/251.32	c (250,5) x[2][6] = 5
1973.52/251.32	c (250,5) x[2][7] = 11
1973.52/251.32	c (250,5) x[2][8] = 9
1973.52/251.32	c (250,5) x[2][9] = 0
1973.52/251.32	c (250,5) x[2][10] = 3
1973.52/251.32	c (250,5) x[2][11] = 1
1973.52/251.32	c (250,5) x[3][0] = 6
1973.52/251.32	c (250,5) x[3][1] = 9
1973.52/251.32	c (250,5) x[3][2] = 5
1973.52/251.32	c (250,5) x[3][3] = 3
1973.52/251.32	c (250,5) x[3][4] = 7
1973.52/251.32	c (250,5) x[3][5] = 4
1973.52/251.32	c (250,5) x[3][6] = 2
1973.52/251.32	c (250,5) x[3][7] = 10
1973.52/251.32	c (250,5) x[3][8] = 1
1973.52/251.32	c (250,5) x[3][9] = 11
1973.52/251.32	c (250,5) x[3][10] = 8
1973.52/251.32	c (250,5) x[3][11] = 0
1973.52/251.32	c (250,5) x[4][0] = 7
1973.52/251.32	c (250,5) x[4][1] = 2
1973.52/251.32	c (250,5) x[4][2] = 3
1973.52/251.32	c (250,5) x[4][3] = 8
1973.52/251.32	c (250,5) x[4][4] = 4
1973.52/251.32	c (250,5) x[4][5] = 1
1973.52/251.32	c (250,5) x[4][6] = 10
1973.52/251.32	c (250,5) x[4][7] = 9
1973.52/251.32	c (250,5) x[4][8] = 0
1973.52/251.32	c (250,5) x[4][9] = 5
1973.52/251.32	c (250,5) x[4][10] = 11
1973.52/251.32	c (250,5) x[4][11] = 6
1973.52/251.32	c (250,5) x[5][0] = 3
1973.52/251.32	c (250,5) x[5][1] = 11
1973.52/251.32	c (250,5) x[5][2] = 1
1973.52/251.32	c (250,5) x[5][3] = 9
1973.52/251.32	c (250,5) x[5][4] = 0
1973.52/251.32	c (250,5) x[5][5] = 5
1973.52/251.32	c (250,5) x[5][6] = 8
1973.52/251.32	c (250,5) x[5][7] = 2
1973.52/251.32	c (250,5) x[5][8] = 7
1973.52/251.32	c (250,5) x[5][9] = 6
1973.52/251.32	c (250,5) x[5][10] = 4
1973.52/251.32	c (250,5) x[5][11] = 10
1973.52/251.32	c (250,5) x[6][0] = 1
1973.52/251.32	c (250,5) x[6][1] = 0
1973.52/251.32	c (250,5) x[6][2] = 9
1973.52/251.32	c (250,5) x[6][3] = 4
1973.52/251.32	c (250,5) x[6][4] = 5
1973.52/251.32	c (250,5) x[6][5] = 10
1973.52/251.32	c (250,5) x[6][6] = 6
1973.52/251.32	c (250,5) x[6][7] = 8
1973.52/251.32	c (250,5) x[6][8] = 11
1973.52/251.32	c (250,5) x[6][9] = 7
1973.52/251.32	c (250,5) x[6][10] = 2
1973.52/251.32	c (250,5) x[6][11] = 3
1973.52/251.32	c (250,5) x[7][0] = 9
1973.52/251.32	c (250,5) x[7][1] = 6
1973.52/251.32	c (250,5) x[7][2] = 10
1973.52/251.32	c (250,5) x[7][3] = 2
1973.52/251.32	c (250,5) x[7][4] = 1
1973.52/251.32	c (250,5) x[7][5] = 3
1973.52/251.32	c (250,5) x[7][6] = 11
1973.52/251.32	c (250,5) x[7][7] = 7
1973.52/251.32	c (250,5) x[7][8] = 4
1973.52/251.32	c (250,5) x[7][9] = 8
1973.52/251.32	c (250,5) x[7][10] = 0
1973.52/251.32	c (250,5) x[7][11] = 5
1973.52/251.32	c (250,5) x[8][0] = 10
1973.52/251.32	c (250,5) x[8][1] = 5
1973.52/251.32	c (250,5) x[8][2] = 0
1973.52/251.32	c (250,5) x[8][3] = 11
1973.52/251.32	c (250,5) x[8][4] = 2
1973.52/251.32	c (250,5) x[8][5] = 9
1973.52/251.32	c (250,5) x[8][6] = 4
1973.52/251.32	c (250,5) x[8][7] = 3
1973.52/251.32	c (250,5) x[8][8] = 8
1973.52/251.32	c (250,5) x[8][9] = 1
1973.52/251.32	c (250,5) x[8][10] = 6
1973.52/251.32	c (250,5) x[8][11] = 7
1973.52/251.32	c (250,5) x[9][0] = 8
1973.52/251.32	c (250,5) x[9][1] = 7
1973.52/251.32	c (250,5) x[9][2] = 11
1973.52/251.32	c (250,5) x[9][3] = 6
1973.52/251.32	c (250,5) x[9][4] = 3
1973.52/251.32	c (250,5) x[9][5] = 2
1973.52/251.32	c (250,5) x[9][6] = 0
1973.52/251.32	c (250,5) x[9][7] = 5
1973.52/251.32	c (250,5) x[9][8] = 10
1973.52/251.32	c (250,5) x[9][9] = 9
1973.52/251.32	c (250,5) x[9][10] = 1
1973.52/251.32	c (250,5) x[9][11] = 4
1973.52/251.32	c (250,5) x[10][0] = 11
1973.52/251.32	c (250,5) x[10][1] = 8
1973.52/251.32	c (250,5) x[10][2] = 7
1973.52/251.32	c (250,5) x[10][3] = 0
1973.52/251.32	c (250,5) x[10][4] = 9
1973.52/251.32	c (250,5) x[10][5] = 6
1973.52/251.32	c (250,5) x[10][6] = 1
1973.52/251.32	c (250,5) x[10][7] = 4
1973.52/251.32	c (250,5) x[10][8] = 5
1973.52/251.32	c (250,5) x[10][9] = 3
1973.52/251.32	c (250,5) x[10][10] = 10
1973.52/251.32	c (250,5) x[10][11] = 2
1973.52/251.32	c (250,5) x[11][0] = 2
1973.52/251.32	c (250,5) x[11][1] = 3
1973.52/251.32	c (250,5) x[11][2] = 4
1973.52/251.32	c (250,5) x[11][3] = 5
1973.52/251.32	c (250,5) x[11][4] = 8
1973.52/251.32	c (250,5) x[11][5] = 0
1973.52/251.32	c (250,5) x[11][6] = 9
1973.52/251.32	c (250,5) x[11][7] = 1
1973.52/251.32	c (250,5) x[11][8] = 6
1973.52/251.32	c (250,5) x[11][9] = 10
1973.52/251.32	c (250,5) x[11][10] = 7
1973.52/251.32	c (250,5) x[11][11] = 11
1973.52/251.32	c (250,5) y[0][1] = 64
1973.52/251.32	c (250,5) y[0][2] = 56
1973.52/251.32	c (250,5) y[0][3] = 73
1973.52/251.32	c (250,5) y[0][4] = 94
1973.52/251.32	c (250,5) y[0][5] = 47
1973.52/251.32	c (250,5) y[0][6] = 19
1973.52/251.32	c (250,5) y[0][7] = 114
1973.52/251.32	c (250,5) y[0][8] = 123
1973.52/251.32	c (250,5) y[0][9] = 98
1973.52/251.32	c (250,5) y[0][10] = 137
1973.52/251.32	c (250,5) y[0][11] = 33
1973.52/251.32	c (250,5) y[1][0] = 53
1973.52/251.32	c (250,5) y[1][2] = 126
1973.52/251.32	c (250,5) y[1][3] = 118
1973.52/251.32	c (250,5) y[1][4] = 35
1973.52/251.32	c (250,5) y[1][5] = 139
1973.52/251.32	c (250,5) y[1][6] = 3
1973.52/251.32	c (250,5) y[1][7] = 72
1973.52/251.32	c (250,5) y[1][8] = 62
1973.52/251.32	c (250,5) y[1][9] = 88
1973.52/251.32	c (250,5) y[1][10] = 105
1973.52/251.32	c (250,5) y[1][11] = 44
1973.52/251.32	c (250,5) y[2][0] = 100
1973.52/251.32	c (250,5) y[2][1] = 82
1973.52/251.32	c (250,5) y[2][3] = 67
1973.52/251.32	c (250,5) y[2][4] = 42
1973.52/251.32	c (250,5) y[2][5] = 20
1973.52/251.32	c (250,5) y[2][6] = 113
1973.52/251.32	c (250,5) y[2][7] = 131
1973.52/251.32	c (250,5) y[2][8] = 9
1973.52/251.32	c (250,5) y[2][9] = 132
1973.52/251.32	c (250,5) y[2][10] = 87
1973.52/251.32	c (250,5) y[2][11] = 49
1973.52/251.32	c (250,5) y[3][0] = 18
1973.52/251.32	c (250,5) y[3][1] = 129
1973.52/251.32	c (250,5) y[3][2] = 89
1973.52/251.32	c (250,5) y[3][4] = 103
1973.52/251.32	c (250,5) y[3][5] = 112
1973.52/251.32	c (250,5) y[3][6] = 50
1973.52/251.32	c (250,5) y[3][7] = 34
1973.52/251.32	c (250,5) y[3][8] = 133
1973.52/251.32	c (250,5) y[3][9] = 83
1973.52/251.32	c (250,5) y[3][10] = 8
1973.52/251.32	c (250,5) y[3][11] = 60
1973.52/251.32	c (250,5) y[4][0] = 127
1973.52/251.32	c (250,5) y[4][1] = 134
1973.52/251.32	c (250,5) y[4][2] = 75
1973.52/251.32	c (250,5) y[4][3] = 92
1973.52/251.32	c (250,5) y[4][5] = 1
1973.52/251.32	c (250,5) y[4][6] = 70
1973.52/251.32	c (250,5) y[4][7] = 21
1973.52/251.32	c (250,5) y[4][8] = 24
1973.52/251.32	c (250,5) y[4][9] = 41
1973.52/251.32	c (250,5) y[4][10] = 119
1973.52/251.32	c (250,5) y[4][11] = 102
1973.52/251.32	c (250,5) y[5][0] = 135
1973.52/251.32	c (250,5) y[5][1] = 95
1973.52/251.32	c (250,5) y[5][2] = 97
1973.52/251.32	c (250,5) y[5][3] = 57
1973.52/251.32	c (250,5) y[5][4] = 12
1973.52/251.32	c (250,5) y[5][6] = 128
1973.52/251.32	c (250,5) y[5][7] = 38
1973.52/251.32	c (250,5) y[5][8] = 115
1973.52/251.32	c (250,5) y[5][9] = 30
1973.52/251.32	c (250,5) y[5][10] = 76
1973.52/251.32	c (250,5) y[5][11] = 10
1973.52/251.32	c (250,5) y[6][0] = 85
1973.52/251.32	c (250,5) y[6][1] = 36
1973.52/251.32	c (250,5) y[6][2] = 69
1973.52/251.32	c (250,5) y[6][3] = 28
1973.52/251.32	c (250,5) y[6][4] = 125
1973.52/251.32	c (250,5) y[6][5] = 106
1973.52/251.32	c (250,5) y[6][7] = 140
1973.52/251.32	c (250,5) y[6][8] = 59
1973.52/251.32	c (250,5) y[6][9] = 7
1973.52/251.32	c (250,5) y[6][10] = 14
1973.52/251.32	c (250,5) y[6][11] = 111
1973.52/251.32	c (250,5) y[7][0] = 81
1973.52/251.32	c (250,5) y[7][1] = 6
1973.52/251.32	c (250,5) y[7][2] = 142
1973.52/251.32	c (250,5) y[7][3] = 122
1973.52/251.32	c (250,5) y[7][4] = 109
1973.52/251.32	c (250,5) y[7][5] = 27
1973.52/251.32	c (250,5) y[7][6] = 107
1973.52/251.32	c (250,5) y[7][8] = 40
1973.52/251.32	c (250,5) y[7][9] = 68
1973.52/251.32	c (250,5) y[7][10] = 48
1973.52/251.32	c (250,5) y[7][11] = 17
1973.52/251.32	c (250,5) y[8][0] = 46
1973.52/251.32	c (250,5) y[8][1] = 29
1973.52/251.32	c (250,5) y[8][2] = 108
1973.52/251.32	c (250,5) y[8][3] = 23
1973.52/251.32	c (250,5) y[8][4] = 2
1973.52/251.32	c (250,5) y[8][5] = 93
1973.52/251.32	c (250,5) y[8][6] = 136
1973.52/251.32	c (250,5) y[8][7] = 51
1973.52/251.32	c (250,5) y[8][9] = 121
1973.52/251.32	c (250,5) y[8][10] = 66
1973.52/251.32	c (250,5) y[8][11] = 79
1973.52/251.32	c (250,5) y[9][0] = 32
1973.52/251.32	c (250,5) y[9][1] = 55
1973.52/251.32	c (250,5) y[9][2] = 11
1973.52/251.32	c (250,5) y[9][3] = 138
1973.52/251.32	c (250,5) y[9][4] = 63
1973.52/251.32	c (250,5) y[9][5] = 74
1973.52/251.32	c (250,5) y[9][6] = 84
1973.52/251.32	c (250,5) y[9][7] = 101
1973.52/251.32	c (250,5) y[9][8] = 22
1973.52/251.32	c (250,5) y[9][10] = 37
1973.52/251.32	c (250,5) y[9][11] = 124
1973.52/251.32	c (250,5) y[10][0] = 71
1973.52/251.32	c (250,5) y[10][1] = 116
1973.52/251.32	c (250,5) y[10][2] = 43
1973.52/251.32	c (250,5) y[10][3] = 96
1973.52/251.32	c (250,5) y[10][4] = 141
1973.52/251.32	c (250,5) y[10][5] = 54
1973.52/251.32	c (250,5) y[10][6] = 25
1973.52/251.32	c (250,5) y[10][7] = 4
1973.52/251.32	c (250,5) y[10][8] = 77
1973.52/251.32	c (250,5) y[10][9] = 15
1973.52/251.32	c (250,5) y[10][11] = 86
1973.52/251.32	c (250,5) y[11][0] = 110
1973.52/251.32	c (250,5) y[11][1] = 99
1973.52/251.32	c (250,5) y[11][2] = 16
1973.52/251.32	c (250,5) y[11][3] = 5
1973.52/251.32	c (250,5) y[11][4] = 80
1973.52/251.32	c (250,5) y[11][5] = 120
1973.52/251.32	c (250,5) y[11][6] = 45
1973.52/251.32	c (250,5) y[11][7] = 61
1973.52/251.32	c (250,5) y[11][8] = 90
1973.52/251.32	c (250,5) y[11][9] = 58
1973.52/251.32	c (250,5) y[11][10] = 31
1973.52/251.32	s SATISFIABLE
1973.52/251.32	v <instantiation>
1973.52/251.32	v     <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[1][0] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[2][0] y[2][1] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[3][0] y[3][1] y[3][2] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[4][0] y[4][1] y[4][2] y[4][3] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][8] y[7][9] y[7][10] y[7][11] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][9] y[8][10] y[8][11] y[9][0] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][10] y[9][11] y[10][0] y[10][1] y[10][2] y[10][3] y[10][4] y[10][5] y[10][6] y[10][7] y[10][8] y[10][9] y[10][11] y[11][0] y[11][1] y[11][2] y[11][3] y[11][4] y[11][5] y[11][6] y[11][7] y[11][8] y[11][9] y[11][10]</list>
1973.52/251.32	v     <values>0 4 8 1 10 11 7 6 3 2 5 9 5 1 6 10 11 7 3 0 2 4 9 8 4 10 2 7 6 8 5 11 9 0 3 1 6 9 5 3 7 4 2 10 1 11 8 0 7 2 3 8 4 1 10 9 0 5 11 6 3 11 1 9 0 5 8 2 7 6 4 10 1 0 9 4 5 10 6 8 11 7 2 3 9 6 10 2 1 3 11 7 4 8 0 5 10 5 0 11 2 9 4 3 8 1 6 7 8 7 11 6 3 2 0 5 10 9 1 4 11 8 7 0 9 6 1 4 5 3 10 2 2 3 4 5 8 0 9 1 6 10 7 11 64 56 73 94 47 19 114 123 98 137 33 53 126 118 35 139 3 72 62 88 105 44 100 82 67 42 20 113 131 9 132 87 49 18 129 89 103 112 50 34 133 83 8 60 127 134 75 92 1 70 21 24 41 119 102 135 95 97 57 12 128 38 115 30 76 10 85 36 69 28 125 106 140 59 7 14 111 81 6 142 122 109 27 107 40 68 48 17 46 29 108 23 2 93 136 51 121 66 79 32 55 11 138 63 74 84 101 22 37 124 71 116 43 96 141 54 25 4 77 15 86 110 99 16 5 80 120 45 61 90 58 31</values>
1973.52/251.32	v </instantiation>
1973.52/251.32	c (250,5) Show results End
1973.52/251.32	c (250,5) Heap : 2252 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
1973.52/251.32	c (250,5) 0,0,3,4,4,4,4,250,250,STOP-AFTER(ALL)
1973.52/251.32	c END-Prog: Fri Jul 27 10:47:51 CEST 2018

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13484 MiB free)
  memory of node 1: 16384 MiB (14041 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296988-1532681019/watcher-4296988-1532681019 -o /tmp/evaluation-result-4296988-1532681019/solver-4296988-1532681019 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1532673416-8432 --watchdog 2580 java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -order -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4296988-1532681019.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=9240, runsolver pid=9237
Current StackSize limit: 8192 KiB


[startup+0.100075 s]*
/proc/loadavg: 7.48 8.06 8.18 2/199 9260
/proc/meminfo: memFree=28091528/32770624 swapFree=67108436/67108860
[pid=9240] ppid=9237 vsize=27312552 memory=108504 CPUtime=0.11 cores=0-7
/proc/9240/stat : 9240 (java) S 9237 9240 8405 0 -1 1077944320 6155 0 0 0 9 2 0 0 20 0 20 0 85665122 27968053248 27126 33554432000 4194304 4196468 140726448528944 140726448511488 140306135391991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
/proc/9240/statm: 6828138 27126 2751 1 0 6790598 0
[pid=9240/tid=9242] ppid=9237 vsize=27312552 memory=4426085649463014295 CPUtime=0.08 cores=0-7
/proc/9240/task/9242/stat : 9242 (java) R 9237 9240 8405 0 -1 4202560 4263 0 0 0 7 1 0 0 20 0 20 0 85665122 27968053248 27126 33554432000 4194304 4196468 140726448528944 140306107187872 140306119472478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9243] ppid=9237 vsize=27312552 memory=732369997425179621 CPUtime=0 cores=0-7
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665124 27968053248 27126 33554432000 4194304 4196468 140726448528944 140306139634832 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9244] ppid=9237 vsize=27312552 memory=139859087726208 CPUtime=0 cores=0-7
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665124 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305923030032 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9245] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665124 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305921977232 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9246] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305920924432 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9247] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305919871632 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9248] ppid=9237 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305918818832 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9249] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305917766032 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9250] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305916713232 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9251] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665126 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305395346288 140306135403138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9252] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 8405 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 85665126 27968053248 27126 33554432000 4194304 4196468 140726448528944 140303897978400 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9253] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665127 27968053248 27126 33554432000 4194304 4196468 140726448528944 140303629542768 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9254] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 27126 33554432000 4194304 4196468 140726448528944 140303255034192 140306135410587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9255] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 8405 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305394293104 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9256] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305393240304 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9257] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305392187504 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9258] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 8405 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305391134704 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9259] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 27126 33554432000 4194304 4196468 140726448528944 140302757129312 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9260] ppid=9237 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/9240/task/9260/stat : 9260 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665130 27968053248 27126 33554432000 4194304 4196468 140726448528944 140305390083120 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 108504 KiB

[startup+0.210335 s]*
/proc/loadavg: 7.48 8.06 8.18 3/199 9260
/proc/meminfo: memFree=28075156/32770624 swapFree=67108436/67108860
[pid=9240] ppid=9237 vsize=27312552 memory=123156 CPUtime=0.25 cores=0-7
/proc/9240/stat : 9240 (java) S 9237 9240 8405 0 -1 1077944320 10052 0 0 0 22 3 0 0 20 0 20 0 85665122 27968053248 30789 33554432000 4194304 4196468 140726448528944 140726448511488 140306135391991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
/proc/9240/statm: 6828138 30789 2910 1 0 6790598 0
[pid=9240/tid=9242] ppid=9237 vsize=27312552 memory=29681743523217448 CPUtime=0.2 cores=0-7
/proc/9240/task/9242/stat : 9242 (java) R 9237 9240 8405 0 -1 4202560 7940 0 0 0 17 3 0 0 20 0 20 0 85665122 27968053248 30789 33554432000 4194304 4196468 140726448528944 140306107219392 140306119435621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9243] ppid=9237 vsize=27312552 memory=288230613264367967 CPUtime=0 cores=0-7
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665124 27968053248 30789 33554432000 4194304 4196468 140726448528944 140306139634832 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9244] ppid=9237 vsize=27312552 memory=15959869551154840 CPUtime=0 cores=0-7
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665124 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305923030032 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9245] ppid=9237 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665124 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305921977232 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9246] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305920924432 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9247] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305919871632 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9248] ppid=9237 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305918818832 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9249] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305917766032 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9250] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305916713232 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9251] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665126 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305395346288 140306135403138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9252] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 8405 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 85665126 27968053248 30789 33554432000 4194304 4196468 140726448528944 140303897978400 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9253] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665127 27968053248 30789 33554432000 4194304 4196468 140726448528944 140303629542768 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9254] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 30789 33554432000 4194304 4196468 140726448528944 140303255034192 140306135410587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9255] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 8405 0 -1 1077944384 327 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305394293104 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9256] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305393240304 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9257] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 8405 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305392187504 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9258] ppid=9237 vsize=27312552 memory=0 CPUtime=0.02 cores=0-7
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 8405 0 -1 1077944384 310 0 0 0 2 0 0 0 20 0 20 0 85665129 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305391134704 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9259] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 30789 33554432000 4194304 4196468 140726448528944 140302757129312 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9260] ppid=9237 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/9240/task/9260/stat : 9260 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665130 27968053248 30789 33554432000 4194304 4196468 140726448528944 140305390083120 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 123156 KiB

[startup+0.310319 s]*
/proc/loadavg: 7.48 8.06 8.18 2/199 9260
/proc/meminfo: memFree=28071124/32770624 swapFree=67108436/67108860
[pid=9240] ppid=9237 vsize=27312552 memory=127076 CPUtime=0.42 cores=0-7
/proc/9240/stat : 9240 (java) S 9237 9240 8405 0 -1 1077944320 10684 0 0 0 38 4 0 0 20 0 20 0 85665122 27968053248 31769 33554432000 4194304 4196468 140726448528944 140726448511488 140306135391991 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
/proc/9240/statm: 6828138 31769 2958 1 0 6790598 0
[pid=9240/tid=9242] ppid=9237 vsize=27312552 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/9240/task/9242/stat : 9242 (java) R 9237 9240 8405 0 -1 4202560 8378 0 0 0 27 3 0 0 20 0 20 0 85665122 27968053248 31769 33554432000 4194304 4196468 140726448528944 140306107195920 140306115668816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9243] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665124 27968053248 31769 33554432000 4194304 4196468 140726448528944 140306139634832 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9244] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665124 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305923030032 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9245] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665124 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305921977232 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9246] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305920924432 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9247] ppid=9237 vsize=27312552 memory=2244 CPUtime=0 cores=0-7
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305919871632 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9248] ppid=9237 vsize=27312552 memory=139858966311855 CPUtime=0 cores=0-7
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305918818832 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9249] ppid=9237 vsize=27312552 memory=139858966314160 CPUtime=0 cores=0-7
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305917766032 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9250] ppid=9237 vsize=27312552 memory=139858966316464 CPUtime=0 cores=0-7
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665125 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305916713232 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9251] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665126 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305395346288 140306135403138 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9252] ppid=9237 vsize=27312552 memory=279717932639888 CPUtime=0 cores=0-7
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 8405 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 85665126 27968053248 31769 33554432000 4194304 4196468 140726448528944 140303897978400 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9253] ppid=9237 vsize=27312552 memory=279717932646800 CPUtime=0 cores=0-7
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665127 27968053248 31769 33554432000 4194304 4196468 140726448528944 140303629542768 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9254] ppid=9237 vsize=27312552 memory=279717932588080 CPUtime=0 cores=0-7
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 31769 33554432000 4194304 4196468 140726448528944 140303255034192 140306135410587 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9255] ppid=9237 vsize=27312552 memory=279717932660624 CPUtime=0 cores=0-7
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 8405 0 -1 1077944384 327 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305394293104 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9256] ppid=9237 vsize=27312552 memory=279717932667536 CPUtime=0.02 cores=0-7
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 8405 0 -1 1077944384 126 0 0 0 2 0 0 0 20 0 20 0 85665129 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305393240304 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9257] ppid=9237 vsize=27312552 memory=279717932665232 CPUtime=0.01 cores=0-7
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 8405 0 -1 1077944384 156 0 0 0 1 0 0 0 20 0 20 0 85665129 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305392187504 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9258] ppid=9237 vsize=27312552 memory=279717932681792 CPUtime=0.07 cores=0-7
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 8405 0 -1 1077944384 354 0 0 0 7 0 0 0 20 0 20 0 85665129 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305391134704 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9259] ppid=9237 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85665129 27968053248 31769 33554432000 4194304 4196468 140726448528944 140302757129312 140306135402197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9260] ppid=9237 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/9240/task/9260/stat : 9260 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665130 27968053248 31769 33554432000 4194304 4196468 140726448528944 140305390083120 140306135403138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 127076 KiB

[startup+0.700896 s]
/proc/loadavg: 7.48 8.06 8.18 2/199 9260
/proc/meminfo: memFree=28047360/32770624 swapFree=67108436/67108860
[pid=9240] ppid=9237 vsize=27320948 memory=165548 CPUtime=0.98 cores=0-7
/proc/9240/stat : 9240 (java) S 9237 9240 8405 0 -1 1077944320 17876 0 0 0 92 6 0 0 20 0 20 0 85665122 27976650752 41387 33554432000 4194304 4196468 140726448528944 140726448511488 140306135391991 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
/proc/9240/statm: 6830237 41387 3169 1 0 6791622 0
[pid=9240/tid=9242] ppid=9237 vsize=27320948 memory=7807099082259325780 CPUtime=0.67 cores=0-7
/proc/9240/task/9242/stat : 9242 (java) R 9237 9240 8405 0 -1 4202560 15048 0 0 0 63 4 0 0 20 0 20 0 85665122 27976650752 41387 33554432000 4194304 4196468 140726448528944 140306107223904 140306135413917 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9243] ppid=9237 vsize=27320948 memory=39767102212182 CPUtime=0 cores=0-7
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665124 27976650752 41387 33554432000 4194304 4196468 140726448528944 140306139634832 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9244] ppid=9237 vsize=27320948 memory=139858966323281 CPUtime=0 cores=0-7
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665124 27976650752 41387 33554432000 4194304 4196468 140726448528944 140305923030032 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9245] ppid=9237 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665124 27976650752 41387 33554432000 4194304 4196468 140726448528944 140305921977232 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9246] ppid=9237 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665125 27976650752 41387 33554432000 4194304 4196468 140726448528944 140305920924432 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9247] ppid=9237 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 85665125 27976650752 41387 33554432000 4194304 4196468 140726448528944 140305919871632 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9248] ppid=9237 vsize=27320948 memory=2353 CPUtime=0 cores=0-7
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665125 27976650752 41387 33554432000 4194304 4196468 140726448528944 140305918818832 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9249] ppid=9237 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 85665125 27976650752 41387 33554432000 4194304 4196468 140726448528944 140305917766032 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9250] ppid=9237 vsize=27320948 memory=1784 CPUtime=0 cores=0-7
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 85665125 27976650752 41387 33554432000 4194304 4196468 140726448528944 140305916713232 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9251] ppid=9237 vsize=27320948 memory=5752 CPUtime=0 cores=0-7
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 8405 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 85665126 27976650752 41387 33554432000 4194304 4196468 140726448528944 140305395346288 140306135403138 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0

################
# More data... #
################

/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 85665125 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305916713232 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9251] ppid=9237 vsize=27984808 memory=796 CPUtime=0.01 cores=0-7
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 8405 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 24 0 85665126 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305395346288 140306135403138 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9252] ppid=9237 vsize=27984808 memory=8039887049847963814 CPUtime=0 cores=0-7
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 8405 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 85665126 28656443392 452537 33554432000 4194304 4196468 140726448528944 140303897978400 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9253] ppid=9237 vsize=27984808 memory=1136 CPUtime=0 cores=0-7
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 85665127 28656443392 452537 33554432000 4194304 4196468 140726448528944 140303629542768 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9254] ppid=9237 vsize=27984808 memory=66 CPUtime=0 cores=0-7
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140303255034192 140306135410587 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9255] ppid=9237 vsize=27984808 memory=118 CPUtime=3.22 cores=0-7
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 8405 0 -1 1077944384 4896 0 0 0 320 2 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305394293104 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9256] ppid=9237 vsize=27984808 memory=4 CPUtime=3.43 cores=0-7
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 8405 0 -1 1077944384 2883 0 0 0 342 1 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305393240304 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9257] ppid=9237 vsize=27984808 memory=31 CPUtime=3.3 cores=0-7
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 8405 0 -1 1077944384 2983 0 0 0 329 1 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305392187504 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9258] ppid=9237 vsize=27984808 memory=279717934453360 CPUtime=1.33 cores=0-7
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 8405 0 -1 1077944384 4987 0 0 0 131 2 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305391134704 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9259] ppid=9237 vsize=27984808 memory=8761640388318371479 CPUtime=0 cores=0-7
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140302757129312 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9260] ppid=9237 vsize=27984808 memory=-7531822216213012384 CPUtime=0.13 cores=0-7
/proc/9240/task/9260/stat : 9260 (java) S 9237 9240 8405 0 -1 1077944384 19 0 0 0 13 0 0 0 20 0 24 0 85665130 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305390083120 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9262] ppid=9237 vsize=27984808 memory=6944656592452807323 CPUtime=0 cores=0-7
/proc/9240/task/9262/stat : 9262 (java) S 9237 9240 8405 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 85665694 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305509525056 140306135416601 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9264] ppid=9237 vsize=27984808 memory=1399101730491701635 CPUtime=0.02 cores=0-7
/proc/9240/task/9264/stat : 9264 (java) S 9237 9240 8405 0 -1 4202560 726 0 0 0 2 0 0 0 20 0 24 0 85665695 28656443392 452537 33554432000 4194304 4196468 140726448528944 140302086029136 140306135413917 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9265] ppid=9237 vsize=27984808 memory=-9181546050914066336 CPUtime=0 cores=0-7
/proc/9240/task/9265/stat : 9265 (java) S 9237 9240 8405 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 85665695 28656443392 452537 33554432000 4194304 4196468 140726448528944 140301817593264 140306135413917 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9266] ppid=9237 vsize=27984808 memory=-7025452035940392864 CPUtime=0 cores=0-7
/proc/9240/task/9266/stat : 9266 (java) S 9237 9240 8405 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 24 0 85665697 28656443392 452537 33554432000 4194304 4196468 140726448528944 140302354471968 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
Current children cumulated CPU time: 1969.69 s
Current children cumulated vsize: 28717088 KiB
Current children cumulated memory: 2387148 KiB

[startup+251.202 s]
/proc/loadavg: 8.53 8.16 8.18 9/211 9274
/proc/meminfo: memFree=25810144/32770624 swapFree=67108436/67108860
[pid=9240] ppid=9237 vsize=27984808 memory=1810148 CPUtime=17.07 cores=0-7
/proc/9240/stat : 9240 (java) S 9237 9240 8405 0 -1 1077944320 35669 0 0 0 1668 39 0 0 20 0 24 0 85665122 28656443392 452537 33554432000 4194304 4196468 140726448528944 140726448511488 140306135391991 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
/proc/9240/statm: 6996202 452537 3233 1 0 6957058 0
[pid=9261] ppid=9240 vsize=732280 memory=577000 CPUtime=1955.8 cores=0-7
/proc/9261/stat : 9261 (glucose-syrup) S 9240 9240 8405 0 -1 1077944320 390892 0 0 0 195470 110 0 0 20 0 9 0 85665694 749854720 144250 33554432000 4194304 4373367 140724638051984 140724638050528 140217723673218 0 4 0 8388610 18446744073709551615 0 0 17 5 0 0 0 0 0 6470912 6472264 11382784 140724638057393 140724638057644 140724638057644 140724638060487 0
/proc/9261/statm: 183070 144250 389 44 0 178758 0
[pid=9261/tid=9267] ppid=9240 vsize=732280 memory=11648 CPUtime=245.12 cores=0-7
/proc/9261/task/9267/stat : 9267 (glucose-syrup) R 9240 9240 8405 0 -1 4202560 45031 0 0 0 24499 13 0 0 20 0 9 0 85665720 749854720 144250 33554432000 4194304 4373367 140724638051984 140217698278768 4258840 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 11382784 140724638057393 140724638057644 140724638057644 140724638060487 0
[pid=9261/tid=9268] ppid=9240 vsize=732280 memory=796 CPUtime=245.14 cores=0-7
/proc/9261/task/9268/stat : 9268 (glucose-syrup) R 9240 9240 8405 0 -1 4202560 48248 0 0 0 24503 11 0 0 20 0 9 0 85665720 749854720 144250 33554432000 4194304 4373367 140724638051984 140217689886064 4271619 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 11382784 140724638057393 140724638057644 140724638057644 140724638060487 0
[pid=9261/tid=9269] ppid=9240 vsize=732280 memory=1388 CPUtime=239.66 cores=0-7
/proc/9261/task/9269/stat : 9269 (glucose-syrup) R 9240 9240 8405 0 -1 4202560 45435 0 0 0 23953 13 0 0 20 0 9 0 85665720 749854720 144250 33554432000 4194304 4373367 140724638051984 140217681492824 4271850 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6470912 6472264 11382784 140724638057393 140724638057644 140724638057644 140724638060487 0
[pid=9261/tid=9270] ppid=9240 vsize=732280 memory=1136 CPUtime=245.13 cores=0-7
/proc/9261/task/9270/stat : 9270 (glucose-syrup) R 9240 9240 8405 0 -1 4202560 46739 0 0 0 24501 12 0 0 20 0 9 0 85665720 749854720 144250 33554432000 4194304 4373367 140724638051984 140217673100120 4271828 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 11382784 140724638057393 140724638057644 140724638057644 140724638060487 0
[pid=9261/tid=9271] ppid=9240 vsize=732280 memory=15872 CPUtime=245.11 cores=0-7
/proc/9261/task/9271/stat : 9271 (glucose-syrup) R 9240 9240 8405 0 -1 4202560 49861 0 0 0 24495 16 0 0 20 0 9 0 85665720 749854720 144250 33554432000 4194304 4373367 140724638051984 140217664707728 4271897 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 11382784 140724638057393 140724638057644 140724638057644 140724638060487 0
[pid=9261/tid=9272] ppid=9240 vsize=732280 memory=14524 CPUtime=245.16 cores=0-7
/proc/9261/task/9272/stat : 9272 (glucose-syrup) R 9240 9240 8405 0 -1 4202560 42292 0 0 0 24504 12 0 0 20 0 9 0 85665720 749854720 144250 33554432000 4194304 4373367 140724638051984 140217656315152 4291605 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 11382784 140724638057393 140724638057644 140724638057644 140724638060487 0
[pid=9261/tid=9273] ppid=9240 vsize=732280 memory=16148 CPUtime=245.09 cores=0-7
/proc/9261/task/9273/stat : 9273 (glucose-syrup) R 9240 9240 8405 0 -1 4202560 44884 0 0 0 24496 13 0 0 20 0 9 0 85665720 749854720 144250 33554432000 4194304 4373367 140724638051984 140217647922544 4272316 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 11382784 140724638057393 140724638057644 140724638057644 140724638060487 0
[pid=9261/tid=9274] ppid=9240 vsize=732280 memory=4004 CPUtime=245.06 cores=0-7
/proc/9261/task/9274/stat : 9274 (glucose-syrup) R 9240 9240 8405 0 -1 4202560 44117 0 0 0 24494 12 0 0 20 0 9 0 85665720 749854720 144250 33554432000 4194304 4373367 140724638051984 140217639529744 4271597 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 11382784 140724638057393 140724638057644 140724638057644 140724638060487 0
[pid=9240/tid=9242] ppid=9237 vsize=27984808 memory=636 CPUtime=5.56 cores=0-7
/proc/9240/task/9242/stat : 9242 (java) S 9237 9240 8405 0 -1 1077944384 17774 0 0 0 526 30 0 0 20 0 24 0 85665122 28656443392 452537 33554432000 4194304 4196468 140726448528944 140306107231232 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9243] ppid=9237 vsize=27984808 memory=1780 CPUtime=0 cores=0-7
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 85665124 28656443392 452537 33554432000 4194304 4196468 140726448528944 140306139634832 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9244] ppid=9237 vsize=27984808 memory=1236 CPUtime=0 cores=0-7
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 85665124 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305923030032 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9245] ppid=9237 vsize=27984808 memory=960 CPUtime=0 cores=0-7
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 85665124 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305921977232 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9246] ppid=9237 vsize=27984808 memory=6504 CPUtime=0 cores=0-7
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 85665125 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305920924432 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9247] ppid=9237 vsize=27984808 memory=1576 CPUtime=0 cores=0-7
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 85665125 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305919871632 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9248] ppid=9237 vsize=27984808 memory=932 CPUtime=0 cores=0-7
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 85665125 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305918818832 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9249] ppid=9237 vsize=27984808 memory=279717933249920 CPUtime=0 cores=0-7
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 85665125 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305917766032 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9250] ppid=9237 vsize=27984808 memory=1784 CPUtime=0 cores=0-7
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 8405 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 85665125 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305916713232 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9251] ppid=9237 vsize=27984808 memory=54 CPUtime=0.01 cores=0-7
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 8405 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 24 0 85665126 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305395346288 140306135403138 0 0 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9252] ppid=9237 vsize=27984808 memory=14522 CPUtime=0 cores=0-7
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 8405 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 85665126 28656443392 452537 33554432000 4194304 4196468 140726448528944 140303897978400 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9253] ppid=9237 vsize=27984808 memory=1 CPUtime=0 cores=0-7
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 85665127 28656443392 452537 33554432000 4194304 4196468 140726448528944 140303629542768 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9254] ppid=9237 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 8405 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140303255034192 140306135410587 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9255] ppid=9237 vsize=27984808 memory=0 CPUtime=3.22 cores=0-7
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 8405 0 -1 1077944384 4896 0 0 0 320 2 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305394293104 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9256] ppid=9237 vsize=27984808 memory=30 CPUtime=3.43 cores=0-7
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 8405 0 -1 1077944384 2883 0 0 0 342 1 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305393240304 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9257] ppid=9237 vsize=27984808 memory=1412 CPUtime=3.3 cores=0-7
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 8405 0 -1 1077944384 2983 0 0 0 329 1 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305392187504 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9258] ppid=9237 vsize=27984808 memory=3876 CPUtime=1.33 cores=0-7
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 8405 0 -1 1077944384 4987 0 0 0 131 2 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305391134704 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9259] ppid=9237 vsize=27984808 memory=1810148 CPUtime=0 cores=0-7
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 8405 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 85665129 28656443392 452537 33554432000 4194304 4196468 140726448528944 140302757129312 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9260] ppid=9237 vsize=27984808 memory=577000 CPUtime=0.13 cores=0-7
/proc/9240/task/9260/stat : 9260 (java) S 9237 9240 8405 0 -1 1077944384 19 0 0 0 13 0 0 0 20 0 24 0 85665130 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305390083120 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9262] ppid=9237 vsize=27984808 memory=8039887049847963814 CPUtime=0 cores=0-7
/proc/9240/task/9262/stat : 9262 (java) S 9237 9240 8405 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 85665694 28656443392 452537 33554432000 4194304 4196468 140726448528944 140305509525056 140306135416601 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9264] ppid=9237 vsize=27984808 memory=-7003737579269690708 CPUtime=0.02 cores=0-7
/proc/9240/task/9264/stat : 9264 (java) S 9237 9240 8405 0 -1 4202560 726 0 0 0 2 0 0 0 20 0 24 0 85665695 28656443392 452537 33554432000 4194304 4196468 140726448528944 140302086029136 140306135413917 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9265] ppid=9237 vsize=27984808 memory=4132 CPUtime=0 cores=0-7
/proc/9240/task/9265/stat : 9265 (java) S 9237 9240 8405 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 85665695 28656443392 452537 33554432000 4194304 4196468 140726448528944 140301817593264 140306135413917 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9266] ppid=9237 vsize=27984808 memory=1810148 CPUtime=0 cores=0-7
/proc/9240/task/9266/stat : 9266 (java) S 9237 9240 8405 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 24 0 85665697 28656443392 452537 33554432000 4194304 4196468 140726448528944 140302354471968 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
Current children cumulated CPU time: 1972.87 s
Current children cumulated vsize: 28717088 KiB
Current children cumulated memory: 2387148 KiB

[startup+251.301 s]
/proc/loadavg: 8.53 8.16 8.18 9/211 9274
/proc/meminfo: memFree=25810144/32770624 swapFree=67108436/67108860
[pid=9240] ppid=9237 vsize=27853732 memory=1812232 CPUtime=1973.52 cores=0-7
/proc/9240/stat : 9240 (java) S 9237 9240 8405 0 -1 1077944320 35700 391041 0 0 1681 39 195520 112 20 0 22 0 85665122 28522221568 453058 33554432000 4194304 4196468 140726448528944 140726448511488 140306135391991 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
/proc/9240/statm: 6963433 453058 3233 1 0 6924289 0
[pid=9240/tid=9242] ppid=9237 vsize=27853732 memory=7019467088057348665 CPUtime=1961.88 cores=0-7
/proc/9240/task/9242/stat : 9242 (java) R 9237 9240 8405 0 -1 4202560 17780 391041 0 0 526 30 195520 112 20 0 22 0 85665122 28522221568 453058 33554432000 4194304 4196468 140726448528944 140306107227472 140306116798290 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9243] ppid=9237 vsize=27853732 memory=1612 CPUtime=1956.32 cores=0-7
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 8405 0 -1 1077944384 2 391041 0 0 0 0 195520 112 20 0 22 0 85665124 28522221568 453058 33554432000 4194304 4196468 140726448528944 140306139634832 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9244] ppid=9237 vsize=27853732 memory=1228 CPUtime=1956.32 cores=0-7
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 8405 0 -1 1077944384 1 391041 0 0 0 0 195520 112 20 0 22 0 85665124 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305923030032 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9245] ppid=9237 vsize=27853732 memory=1852 CPUtime=1956.32 cores=0-7
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 8405 0 -1 1077944384 1 391041 0 0 0 0 195520 112 20 0 22 0 85665124 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305921977232 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9246] ppid=9237 vsize=27853732 memory=8039887049847963814 CPUtime=1956.32 cores=0-7
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 8405 0 -1 1077944384 1 391041 0 0 0 0 195520 112 20 0 22 0 85665125 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305920924432 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9247] ppid=9237 vsize=27853732 memory=1810148 CPUtime=1956.32 cores=0-7
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 8405 0 -1 1077944384 1 391041 0 0 0 0 195520 112 20 0 22 0 85665125 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305919871632 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9248] ppid=9237 vsize=27853732 memory=1810148 CPUtime=1956.32 cores=0-7
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 8405 0 -1 1077944384 2 391041 0 0 0 0 195520 112 20 0 22 0 85665125 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305918818832 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9249] ppid=9237 vsize=27853732 memory=2 CPUtime=1956.32 cores=0-7
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 8405 0 -1 1077944384 3 391041 0 0 0 0 195520 112 20 0 22 0 85665125 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305917766032 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9250] ppid=9237 vsize=27853732 memory=0 CPUtime=1956.32 cores=0-7
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 8405 0 -1 1077944384 2 391041 0 0 0 0 195520 112 20 0 22 0 85665125 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305916713232 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9251] ppid=9237 vsize=27853732 memory=0 CPUtime=1956.33 cores=0-7
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 8405 0 -1 1077944384 12 391041 0 0 1 0 195520 112 20 0 22 0 85665126 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305395346288 140306135403138 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9252] ppid=9237 vsize=27853732 memory=528248 CPUtime=1956.32 cores=0-7
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 8405 0 -1 1077944384 13 391041 0 0 0 0 195520 112 20 0 22 0 85665126 28522221568 453058 33554432000 4194304 4196468 140726448528944 140303897978400 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9253] ppid=9237 vsize=27853732 memory=4140 CPUtime=1956.32 cores=0-7
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 8405 0 -1 1077944384 1 391041 0 0 0 0 195520 112 20 0 22 0 85665127 28522221568 453058 33554432000 4194304 4196468 140726448528944 140303629542768 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9254] ppid=9237 vsize=27853732 memory=24956 CPUtime=1956.32 cores=0-7
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 8405 0 -1 1077944384 1 391041 0 0 0 0 195520 112 20 0 22 0 85665129 28522221568 453058 33554432000 4194304 4196468 140726448528944 140303255034192 140306135410587 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9255] ppid=9237 vsize=27853732 memory=4140 CPUtime=1959.57 cores=0-7
/proc/9240/task/9255/stat : 9255 (java) R 9237 9240 8405 0 -1 4202560 4897 391041 0 0 323 2 195520 112 20 0 22 0 85665129 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305394273040 140306118923448 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9256] ppid=9237 vsize=27853732 memory=24956 CPUtime=1959.79 cores=0-7
/proc/9240/task/9256/stat : 9256 (java) R 9237 9240 8405 0 -1 4202560 2887 391041 0 0 346 1 195520 112 20 0 22 0 85665129 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305393240112 140306135413338 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9257] ppid=9237 vsize=27853732 memory=1296 CPUtime=1959.65 cores=0-7
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 8405 0 -1 1077944384 2986 391041 0 0 332 1 195520 112 20 0 22 0 85665129 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305392187504 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9258] ppid=9237 vsize=27853732 memory=1810148 CPUtime=1957.66 cores=0-7
/proc/9240/task/9258/stat : 9258 (java) R 9237 9240 8405 0 -1 4202560 4988 391041 0 0 132 2 195520 112 20 0 22 0 85665129 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305391129744 140306135403926 0 4 0 25189583 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9259] ppid=9237 vsize=27853732 memory=577000 CPUtime=1956.32 cores=0-7
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 8405 0 -1 1077944384 3 391041 0 0 0 0 195520 112 20 0 22 0 85665129 28522221568 453058 33554432000 4194304 4196468 140726448528944 140302757129312 140306135402197 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9260] ppid=9237 vsize=27853732 memory=279717933992416 CPUtime=1956.45 cores=0-7
/proc/9240/task/9260/stat : 9260 (java) S 9237 9240 8405 0 -1 1077944384 19 391041 0 0 13 0 195520 112 20 0 22 0 85665130 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305390083120 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9262] ppid=9237 vsize=27853732 memory=279717933992608 CPUtime=1956.32 cores=0-7
/proc/9240/task/9262/stat : 9262 (java) S 9237 9240 8405 0 -1 1077944384 26 391041 0 0 0 0 195520 112 20 0 22 0 85665694 28522221568 453058 33554432000 4194304 4196468 140726448528944 140305509524240 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
[pid=9240/tid=9266] ppid=9237 vsize=27853732 memory=24956 CPUtime=1956.32 cores=0-7
/proc/9240/task/9266/stat : 9266 (java) S 9237 9240 8405 0 -1 1077944384 29 391041 0 0 0 0 195520 112 20 0 22 0 85665697 28522221568 453058 33554432000 4194304 4196468 140726448528944 140302354473776 140306135403138 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11132928 140726448530393 140726448530693 140726448530693 140726448533455 0
Current children cumulated CPU time: 1973.52 s
Current children cumulated vsize: 27853732 KiB
Current children cumulated memory: 1812232 KiB

Child status: 0
Real time (s): 251.354
CPU time (s): 1973.66
CPU user time (s): 1972.11
CPU system time (s): 1.5521
CPU usage (%): 785.21
Max. virtual memory (cumulated for all children) (KiB): 28802712
Max. memory (cumulated for all children) (KiB): 2387148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1972.11
system time used= 1.55211
maximum resident set size= 1817268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426783
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26666
involuntary context switches= 20414


# summary of solver processes directly reported to runsolver:
#   pid: 9240
#   total CPU time (s): 1973.66
#   total CPU user time (s): 1972.11
#   total CPU system time (s): 1.5521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.95732 second user time and 3.66969 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-27 10:43:40
IDJOB=4296988
IDBENCH=141605
IDSOLVER=2758
FILE ID=node137/4296988-1532681019
RUNJOBID= node137-1532673416-8432
PBS_JOBID= 21022247
Free space on /tmp= 48160 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-07)
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-12_c18.xml
COMMAND LINE= java -Xms22g -Xmx22g -Xss128m -jar DIR/scop.jar -order -solver DIR/glucose-syrup -solverOption -model:-nthreads=NBCORE:-maxmemory=10000 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296988-1532681019/watcher-4296988-1532681019 -o /tmp/evaluation-result-4296988-1532681019/solver-4296988-1532681019 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1532673416-8432 --watchdog 2580  java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -order -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4296988-1532681019.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 31fb3bf3c58be033c7e9cdff116e7260
RANDOM SEED=839045252

node137.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28187840 kB
MemAvailable:   31929464 kB
Buffers:          142840 kB
Cached:          3833748 kB
SwapCached:           32 kB
Active:          1754116 kB
Inactive:        2280120 kB
Active(anon):       5524 kB
Inactive(anon):    80108 kB
Active(file):    1748592 kB
Inactive(file):  2200012 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              8296 kB
Writeback:             0 kB
AnonPages:         65464 kB
Mapped:            39396 kB
Shmem:             25052 kB
Slab:             245452 kB
SReclaimable:     217712 kB
SUnreclaim:        27740 kB
KernelStack:        3232 kB
PageTables:         4368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48152 MiB
End job on node137 at 2018-07-27 10:47:51