Trace number 4392488

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
Fun-sCOP order+ManyGlucose (2019-06-15)? (TO) 4687.57 2520.45

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-12-sum.xml
MD5SUM72f076078db8222856487e1257170ccd
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 benchmark4.44533
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints27
Number of domains1
Minimum domain size144
Maximum domain size144
Distribution of domain sizes[{"size":144,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":120},{"degree":4,"count":24}]
Minimum constraint arity12
Maximum constraint arity144
Distribution of constraint arities[{"arity":12,"count":26},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":26}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-4982-serial-file.bin HOME/instance-4392488-1568432248.xml
0.65/0.54	
0.65/0.54	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.57	c BEGIN-Prog: Sat Sep 14 05:36:30 CEST 2019
0.65/0.57	c PID: 4985
0.65/0.57	c IP: 172.20.3.103
0.65/0.57	c HOST: node103.alineos.net
0.65/0.57	c (0,0) Parsing Begin
1.19/0.89	c (0,0) Parsing End
1.38/0.90	c (0,0) CSP: 144 int (0 aux), 0 bool (0 aux), 27 ctr, max domain size 144
1.38/0.90	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.38/0.90	c (0,0) Constraint Name Generate Begin
1.38/0.91	c (0,0) Ctr:HOME/instance-4392488-1568432248.xml,AllDifferent:Num:Var:WeightedSum
1.38/0.91	c (0,0) Constraint Name Generate End
1.38/0.91	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.38/0.91	c (0,0) CSP to CSPinCNF Begin
4.43/1.89	c (1,1) translated 3 (10%) constraints
4.43/1.89	c (1,1) translated 6 (20%) constraints
5.69/2.15	c (1,1) translated 9 (30%) constraints
5.69/2.15	c (1,1) translated 11 (40%) constraints
5.69/2.15	c (1,1) translated 14 (50%) constraints
5.69/2.15	c (1,1) translated 17 (60%) constraints
5.69/2.15	c (1,1) translated 19 (70%) constraints
5.69/2.15	c (1,1) translated 22 (80%) constraints
5.69/2.15	c (1,1) translated 25 (90%) constraints
5.69/2.15	c (1,1) translated 27 (100%) constraints
5.69/2.15	c (1,1) ===========================================
5.69/2.15	c (1,1) Order
5.69/2.15	c (1,1) ===========================================
5.69/2.15	c (1,1) translated 1047 (10%) constraints
5.69/2.15	c (1,1) translated 2094 (20%) constraints
5.69/2.15	c (1,1) translated 3141 (30%) constraints
5.69/2.15	c (1,1) translated 4188 (40%) constraints
5.69/2.19	c (1,1) translated 5234 (50%) constraints
5.84/2.22	c (1,1) translated 6281 (60%) constraints
5.84/2.25	c (1,1) translated 7328 (70%) constraints
5.84/2.29	c (1,1) translated 8375 (80%) constraints
6.07/2.32	c (1,1) translated 9422 (90%) constraints
8.82/3.46	c (2,2) translated 10468 (100%) constraints
8.82/3.47	c (2,2) CSP to CSPinCNF End
8.82/3.48	c (2,2) CSP: 378 int (234 aux), 20736 bool (20736 aux), 52434 ctr, max domain size 573
8.82/3.48	c (2,2) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
8.82/3.48	c (2,2) CSPinCNF Propagation Begin
10.28/4.15	c (3,3) 0 values, 0 unsatisfiable literals, and 288 valid clauses are removed
10.28/4.15	c (3,3) CSPinCNF Propagation End
10.28/4.15	c (3,3) CSP: 378 int (234 aux), 20736 bool (20736 aux), 52146 ctr, max domain size 573
10.28/4.15	c (3,3) Heap : 1576 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
10.28/4.16	c (3,3) Simplify CSPinCNF Begin
11.94/4.63	c (4,4) Simplify CSPinCNF End
11.94/4.65	c (4,4) CSP: 378 int (234 aux), 41328 bool (41328 aux), 72738 ctr, max domain size 573
11.94/4.65	c (4,4) Heap : 1689 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
11.94/4.65	c (4,4) Calculate Precise Domain Begin
11.94/4.69	c (4,4) 0 values are removed by re-calculation
11.94/4.69	c (4,4) Calculate Precise Domain End
12.34/4.70	c (4,4) CSP: 378 int (234 aux), 41328 bool (41328 aux), 72738 ctr, max domain size 573
12.34/4.70	c (4,4) Heap : 1689 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
12.34/4.70	c (4,4) CSPinCNF to SatSolver Begin
17.49/8.00	c (7,7) 7274 (10 %) CSP clauses are encoded (0 SAT variables, 809983 SAT clauses)
21.14/10.74	c (10,10) 14548 (20 %) CSP clauses are encoded (0 SAT variables, 1510807 SAT clauses)
23.51/13.18	c (12,12) 21822 (30 %) CSP clauses are encoded (0 SAT variables, 2211488 SAT clauses)
26.55/15.67	c (15,14) 29096 (40 %) CSP clauses are encoded (0 SAT variables, 2912169 SAT clauses)
27.26/16.32	c (15,15) 36369 (50 %) CSP clauses are encoded (0 SAT variables, 3090470 SAT clauses)
27.26/16.38	c (15,15) 43643 (60 %) CSP clauses are encoded (0 SAT variables, 3097744 SAT clauses)
27.38/16.44	c (15,15) 50917 (70 %) CSP clauses are encoded (0 SAT variables, 3105018 SAT clauses)
27.38/16.50	c (15,15) 58191 (80 %) CSP clauses are encoded (0 SAT variables, 3112292 SAT clauses)
27.48/16.56	c (16,15) 65465 (90 %) CSP clauses are encoded (0 SAT variables, 3119566 SAT clauses)
79.38/69.97	c (69,61) 72738 (100 %) CSP clauses are encoded (0 SAT variables, 35167472 SAT clauses)
79.49/70.09	c (69,61) CSPinCNF to SatSolver End
79.49/70.09	c (69,61) Heap : 4317 MiB used (max 22382 MiB), NonHeap : 27 MiB used (max 0 MiB)
79.49/70.09	c (69,61) 151152 bool, 35249840 clause
79.49/70.09	c (69,61) Export Begin
79.60/70.19	c (69,61) Export to HOME/scop-4982-serial-file.bin
79.60/70.19	c (69,61) Export End
79.60/70.20	c (69,61) Export File Size: 0.03 MB
79.60/70.20	c (69,61) 0,0,2,3,4,4,69,STOP-AFTER(DIMACS)
79.79/70.20	c END-Prog: Sat Sep 14 05:37:39 CEST 2019
79.79/70.25	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-4982-serial-file.bin
79.83/70.72	c (0,0) Read Serial File Begin
79.83/70.72	c (0,0) HOME/scop-4982-serial-file.bin
79.83/70.93	c (0,0) Read Serial File End
79.83/70.94	
79.83/70.94	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
79.83/70.94	(Solving Process)
79.83/70.94	
79.83/70.96	c BEGIN-Prog: Sat Sep 14 05:37:40 CEST 2019
79.83/70.96	c PID: 5010
79.83/70.96	c IP: 172.20.3.103
79.83/70.96	c HOST: node103.alineos.net
79.83/70.97	c (0,0) SatSolver.solve Begin
79.83/70.97	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392488-1568432248.xml-scop-4985.cnf
79.83/70.99	c (0,0) c
79.83/70.99	c (0,0) c This is deterministic version of glucose-syrup 4.1-27 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
79.83/70.99	c (0,0) c
79.83/70.99	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
79.83/70.99	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
79.83/70.99	c (0,0) c ========================================[ Problem Statistics ]===========================================
79.83/70.99	c (0,0) c |                                                                                                       |
90.59/80.69	c (10,0) c |  Number of variables:        151152                                                                   |
90.59/80.69	c (10,0) c |  Number of clauses:        35249840                                                                   |
90.59/80.69	c (10,0) c |  Parse time:                   8.74 s                                                                 |
90.59/80.69	c (10,0) c |                                                                                                       |
92.40/82.49	c (11,0) c | Too many clauses... No preprocessing                                                                  |
92.40/82.49	c (11,0) c |  Simplification time:          1.46 s                                                                 |
92.40/82.49	c (11,0) c |                                                                                                       |
92.40/82.49	c (11,0) c |  One Solver is taking   2899.67Mb... Let's take   2 solvers for this run (max 40% of the maxmemory).  |
92.40/82.49	c (11,0) c |  Generating clones                                                                                    |
93.20/83.27	c (12,0) c |  all clones generated. Memory =  4770.07Mb.                                                           |
93.20/83.27	c (12,0) c ========================================================================================================|
93.20/83.27	c (12,0) c
93.20/83.27	c (12,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
93.20/83.27	c (12,0) c
93.20/83.27	c (12,0) c |-----------------------|------------|------------|
93.20/83.27	c (12,0) c | Threads               |          0 |          1 |
93.20/83.27	c (12,0) c |-----------------------|------------|------------|
93.20/83.27	c (12,0) c | randomizeFirstDescent |      False |       True |
93.20/83.27	c (12,0) c | adaptStrategeis       |       True |      False |
93.20/83.27	c (12,0) c | forceUnsatOnNewDescent|       True |       True |
93.20/83.27	c (12,0) c | Initial random_seed   |   91648253 |   91648254 |
93.20/83.27	c (12,0) c | chanseokStrategy      |      False |      False |
93.20/83.27	c (12,0) c | coLBDBound            |          5 |          5 |
93.20/83.27	c (12,0) c | glureduce             |       True |       True |
93.20/83.27	c (12,0) c | firstReduceDB         |       2000 |       2000 |
93.20/83.27	c (12,0) c | incReduceDB           |        300 |        300 |
93.20/83.27	c (12,0) c | luby_restart          |      False |      False |
93.20/83.28	c (12,0) c | luby_restart_factor   |        100 |        100 |
93.20/83.28	c (12,0) c | var_decay             |     0.8000 |     0.8000 |
93.20/83.28	c (12,0) c | max_var_decay         |     0.9500 |     0.9500 |
93.20/83.28	c (12,0) c | randomize_on_restarts |      False |      False |
93.20/83.28	c (12,0) c | remove_satisfied      |       True |       True |
93.20/83.28	c (12,0) c |-----------------------|------------|------------|
150.26/112.38	c (41,0) c
150.26/112.38	c (41,0) c |------------------------------------------------------------------------------------------------------------------------|
150.26/112.38	c (41,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
150.26/112.39	c (41,0) c |------------------------------------------------------------------------------------------------------------------------|
150.26/112.39	c (41,0) c |  0 |     24 |      58410 |      14264 |    86040 |     5476 |     2086 |       53 |        0 |      637 |  20 |  0.003 |
150.26/112.39	c (41,0) c |  1 |     42 |      28834 |       4155 |   101699 |     3164 |       53 |     2068 |        0 |      617 |  20 |  0.003 |
150.26/112.39	c (41,0) c 
150.26/112.39	c (41,0) c synthesis       18419 conflicts    39153424 propagations      287 conflicts/sec   610406 propagations/sec
150.26/112.39	c (41,0) c real: 41.3943 s, cpu: 64.1433 s, memory: 5384.83 Mb
207.83/141.38	c (70,0) c
207.83/141.38	c (70,0) c |------------------------------------------------------------------------------------------------------------------------|
207.83/141.38	c (70,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
207.83/141.38	c (70,0) c |------------------------------------------------------------------------------------------------------------------------|
207.83/141.38	c (70,0) c |  0 |     72 |      88804 |      17317 |   207840 |     8527 |     2236 |      711 |        0 |     1329 |  20 |  0.005 |
207.83/141.39	c (70,0) c |  1 |     77 |      56706 |       9479 |   208869 |     5690 |      723 |     2233 |        0 |     1346 |  20 |  0.005 |
207.83/141.39	c (70,0) c 
207.83/141.39	c (70,0) c synthesis       26796 conflicts    75878652 propagations      221 conflicts/sec   626446 propagations/sec
207.83/141.39	c (70,0) c real: 70.3943 s, cpu: 121.126 s, memory: 5400.29 Mb
263.43/170.38	c (99,0) c
263.43/170.38	c (99,0) c |------------------------------------------------------------------------------------------------------------------------|
263.43/170.38	c (99,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
263.43/170.38	c (99,0) c |------------------------------------------------------------------------------------------------------------------------|
263.43/170.38	c (99,0) c |  0 |    126 |     120661 |      20552 |   346105 |    11761 |     2416 |     2472 |        0 |     2032 |  20 |  0.009 |
263.43/170.38	c (99,0) c |  1 |     97 |      93527 |      18434 |   284548 |     9659 |     2664 |     2338 |        0 |     2052 |  20 |  0.009 |
263.43/170.38	c (99,0) c 
263.43/170.39	c (99,0) c synthesis       38986 conflicts   114469575 propagations      221 conflicts/sec   649386 propagations/sec
263.43/170.39	c (99,0) c real: 99.3943 s, cpu: 176.274 s, memory: 5406.79 Mb
320.77/199.38	c (128,0) c
320.77/199.38	c (128,0) c |------------------------------------------------------------------------------------------------------------------------|
320.77/199.38	c (128,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
320.77/199.38	c (128,0) c |------------------------------------------------------------------------------------------------------------------------|
320.77/199.38	c (128,0) c |  0 |    162 |     165734 |      26786 |   443899 |    10595 |     3088 |     3568 |        0 |     2769 |  20 |  0.012 |
320.77/199.38	c (128,0) c |  1 |    141 |     117699 |      24058 |   386400 |     7875 |     3572 |     3085 |        0 |     2765 |  20 |  0.012 |
320.77/199.38	c (128,0) c 
320.77/199.38	c (128,0) c synthesis       50844 conflicts   154761264 propagations      218 conflicts/sec   663367 propagations/sec
320.77/199.38	c (128,0) c real: 128.394 s, cpu: 233.297 s, memory: 5410.68 Mb
369.12/228.38	c (157,0) c
369.12/228.38	c (157,0) c |------------------------------------------------------------------------------------------------------------------------|
369.12/228.38	c (157,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
369.12/228.38	c (157,0) c |------------------------------------------------------------------------------------------------------------------------|
369.12/228.38	c (157,0) c |  0 |    207 |     192705 |      31210 |   542368 |    15019 |     3737 |     6465 |        0 |     3376 |  20 |  0.012 |
369.12/228.38	c (157,0) c |  1 |    150 |     147493 |      37901 |   425401 |    11826 |     6469 |     3734 |        0 |     3396 |  20 |  0.012 |
369.12/228.38	c (157,0) c 
369.12/228.38	c (157,0) c synthesis       69111 conflicts   187911694 propagations      247 conflicts/sec   670877 propagations/sec
369.12/228.38	c (157,0) c real: 157.394 s, cpu: 280.098 s, memory: 5411.72 Mb
427.10/257.38	c (186,0) c
427.10/257.38	c (186,0) c |------------------------------------------------------------------------------------------------------------------------|
427.10/257.38	c (186,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
427.10/257.38	c (186,0) c |------------------------------------------------------------------------------------------------------------------------|
427.10/257.39	c (186,0) c |  0 |    254 |     227566 |      36136 |   647424 |    10042 |     4457 |     6738 |        1 |     4165 |  20 |  0.016 |
427.10/257.39	c (186,0) c |  1 |    204 |     188272 |      42031 |   546026 |    15956 |     6741 |     4442 |        0 |     4156 |  20 |  0.016 |
427.10/257.39	c (186,0) c 
427.10/257.39	c (186,0) c synthesis       78167 conflicts   229705290 propagations      232 conflicts/sec   681689 propagations/sec
427.10/257.39	c (186,0) c real: 186.394 s, cpu: 336.965 s, memory: 5414.32 Mb
485.11/286.38	c (215,0) c
485.11/286.38	c (215,0) c |------------------------------------------------------------------------------------------------------------------------|
485.11/286.38	c (215,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
485.11/286.38	c (215,0) c |------------------------------------------------------------------------------------------------------------------------|
485.11/286.38	c (215,0) c |  0 |    312 |     253133 |      39432 |   783097 |    13338 |     4642 |     7167 |        1 |     4937 |  20 |  0.016 |
485.11/286.38	c (215,0) c |  1 |    243 |     263001 |      46794 |   637158 |    20719 |     7178 |     4638 |        0 |     4928 |  20 |  0.016 |
485.11/286.38	c (215,0) c 
485.11/286.38	c (215,0) c synthesis       86226 conflicts   274773489 propagations      219 conflicts/sec   696672 propagations/sec
485.11/286.39	c (215,0) c real: 215.394 s, cpu: 394.409 s, memory: 5415.62 Mb
537.68/315.38	c (244,0) c
537.68/315.38	c (244,0) c |------------------------------------------------------------------------------------------------------------------------|
537.68/315.38	c (244,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
537.68/315.38	c (244,0) c |------------------------------------------------------------------------------------------------------------------------|
537.68/315.38	c (244,0) c |  0 |    333 |     292390 |      57264 |   831227 |    18728 |     9106 |     7292 |        1 |     5732 |  20 |  0.019 |
537.68/315.38	c (244,0) c |  1 |    298 |     280303 |      49860 |   682275 |    23784 |     7428 |     8963 |        2 |     5712 |  20 |  0.020 |
537.68/315.39	c (244,0) c 
537.68/315.39	c (244,0) c synthesis      107124 conflicts   313267867 propagations      240 conflicts/sec   701227 propagations/sec
537.68/315.39	c (244,0) c real: 244.394 s, cpu: 446.742 s, memory: 5416.68 Mb
593.34/344.38	c (273,0) c
593.34/344.38	c (273,0) c |------------------------------------------------------------------------------------------------------------------------|
593.34/344.38	c (273,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
593.34/344.38	c (273,0) c |------------------------------------------------------------------------------------------------------------------------|
593.34/344.38	c (273,0) c |  0 |    377 |     326856 |      66898 |   923890 |    28362 |     9964 |     7609 |        1 |     6525 |  20 |  0.021 |
593.34/344.38	c (273,0) c |  1 |    345 |     293347 |      52264 |   717911 |    13730 |     7610 |     9954 |        2 |     6517 |  20 |  0.021 |
593.34/344.38	c (273,0) c 
593.34/344.38	c (273,0) c synthesis      119162 conflicts   352868467 propagations      237 conflicts/sec   702833 propagations/sec
593.34/344.38	c (273,0) c real: 273.394 s, cpu: 502.066 s, memory: 5417.37 Mb
650.09/373.38	c (302,0) c
650.09/373.38	c (302,0) c |------------------------------------------------------------------------------------------------------------------------|
650.09/373.38	c (302,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
650.09/373.38	c (302,0) c |------------------------------------------------------------------------------------------------------------------------|
650.09/373.38	c (302,0) c |  0 |    430 |     360996 |      71093 |  1039474 |    17534 |    10293 |     7808 |        1 |     7278 |  20 |  0.021 |
650.09/373.38	c (302,0) c |  1 |    393 |     348063 |      55557 |   818507 |    17023 |     7808 |    10284 |        2 |     7259 |  20 |  0.021 |
650.09/373.38	c (302,0) c 
650.09/373.38	c (302,0) c synthesis      126650 conflicts   395694983 propagations      227 conflicts/sec   708551 propagations/sec
650.09/373.39	c (302,0) c real: 302.394 s, cpu: 558.456 s, memory: 5418.03 Mb
704.87/402.38	c (331,0) c
704.87/402.38	c (331,0) c |------------------------------------------------------------------------------------------------------------------------|
704.87/402.38	c (331,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
704.87/402.38	c (331,0) c |------------------------------------------------------------------------------------------------------------------------|
704.87/402.38	c (331,0) c |  0 |    462 |     384537 |      76722 |  1132109 |    23163 |    10411 |     8141 |        1 |     8051 |  20 |  0.024 |
704.87/402.38	c (331,0) c |  1 |    446 |     389768 |      60037 |   943445 |    21501 |     8168 |    10395 |        2 |     8043 |  20 |  0.024 |
704.87/402.38	c (331,0) c 
704.87/402.38	c (331,0) c synthesis      136759 conflicts   440858257 propagations      223 conflicts/sec   719147 propagations/sec
704.87/402.39	c (331,0) c real: 331.394 s, cpu: 613.029 s, memory: 5418.68 Mb
762.13/431.38	c (360,0) c
762.13/431.38	c (360,0) c |------------------------------------------------------------------------------------------------------------------------|
762.13/431.38	c (360,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
762.13/431.38	c (360,0) c |------------------------------------------------------------------------------------------------------------------------|
762.13/431.38	c (360,0) c |  0 |    507 |     408685 |      80458 |  1225481 |    26896 |    10620 |     8567 |        1 |     8854 |  20 |  0.030 |
762.13/431.38	c (360,0) c |  1 |    487 |     408055 |      63657 |  1011831 |    25119 |     8580 |    10588 |        4 |     8842 |  20 |  0.030 |
762.13/431.38	c (360,0) c 
762.13/431.38	c (360,0) c synthesis      144115 conflicts   480203324 propagations      215 conflicts/sec   716714 propagations/sec
762.13/431.38	c (360,0) c real: 360.394 s, cpu: 670.007 s, memory: 5418.95 Mb
818.50/460.38	c (389,0) c
818.50/460.38	c (389,0) c |------------------------------------------------------------------------------------------------------------------------|
818.50/460.38	c (389,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
818.50/460.38	c (389,0) c |------------------------------------------------------------------------------------------------------------------------|
818.50/460.38	c (389,0) c |  0 |    552 |     421128 |      82713 |  1241323 |    29150 |    10795 |     9074 |        1 |     9653 |  20 |  0.033 |
818.50/460.38	c (389,0) c |  1 |    538 |     444410 |      68825 |  1137682 |    15261 |     9075 |    10779 |        4 |     9633 |  20 |  0.033 |
818.50/460.38	c (389,0) c 
818.50/460.38	c (389,0) c synthesis      151538 conflicts   520993015 propagations      209 conflicts/sec   717408 propagations/sec
818.50/460.38	c (389,0) c real: 389.394 s, cpu: 726.216 s, memory: 5419.34 Mb
873.95/489.38	c (418,0) c
873.95/489.38	c (418,0) c |------------------------------------------------------------------------------------------------------------------------|
873.95/489.38	c (418,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
873.95/489.38	c (418,0) c |------------------------------------------------------------------------------------------------------------------------|
873.95/489.38	c (418,0) c |  0 |    584 |     481079 |      88961 |  1322810 |    17787 |    11715 |    11899 |        2 |    10472 |  20 |  0.034 |
873.95/489.38	c (418,0) c |  1 |    565 |     522241 |      84326 |  1200265 |    30762 |    11996 |    11711 |        6 |    10465 |  20 |  0.034 |
873.95/489.38	c (418,0) c 
873.95/489.38	c (418,0) c synthesis      173287 conflicts   570256343 propagations      222 conflicts/sec   729823 propagations/sec
873.95/489.38	c (418,0) c real: 418.394 s, cpu: 781.363 s, memory: 5419.86 Mb
928.07/518.38	c (447,0) c
928.07/518.38	c (447,0) c |------------------------------------------------------------------------------------------------------------------------|
928.07/518.38	c (447,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
928.07/518.38	c (447,0) c |------------------------------------------------------------------------------------------------------------------------|
928.07/518.38	c (447,0) c |  0 |    595 |     497416 |      96102 |  1383941 |    24927 |    11970 |    12153 |        2 |    11283 |  20 |  0.040 |
928.07/518.38	c (447,0) c |  1 |    629 |     548155 |      87922 |  1313076 |    34355 |    12160 |    11970 |        6 |    11263 |  20 |  0.040 |
928.07/518.38	c (447,0) c 
928.07/518.38	c (447,0) c synthesis      184025 conflicts   614186908 propagations      220 conflicts/sec   735262 propagations/sec
928.07/518.38	c (447,0) c real: 447.394 s, cpu: 835.331 s, memory: 5420.13 Mb
984.18/547.38	c (476,0) c
984.18/547.38	c (476,0) c |------------------------------------------------------------------------------------------------------------------------|
984.18/547.38	c (476,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
984.18/547.38	c (476,0) c |------------------------------------------------------------------------------------------------------------------------|
984.18/547.38	c (476,0) c |  0 |    635 |     517126 |      99172 |  1468625 |    27996 |    12147 |    12271 |        3 |    12087 |  20 |  0.042 |
984.18/547.38	c (476,0) c |  1 |    686 |     571061 |      90971 |  1392846 |    19792 |    12272 |    12141 |        6 |    12069 |  20 |  0.042 |
984.18/547.38	c (476,0) c 
984.18/547.38	c (476,0) c synthesis      190143 conflicts   651690444 propagations      213 conflicts/sec   731284 propagations/sec
984.18/547.38	c (476,0) c real: 476.394 s, cpu: 891.159 s, memory: 5420.39 Mb
1041.33/576.38	c (505,0) c
1041.33/576.38	c (505,0) c |------------------------------------------------------------------------------------------------------------------------|
1041.33/576.38	c (505,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1041.33/576.38	c (505,0) c |------------------------------------------------------------------------------------------------------------------------|
1041.33/576.38	c (505,0) c |  0 |    689 |     547111 |     102842 |  1579619 |    31664 |    12364 |    12340 |        3 |    12892 |  20 |  0.046 |
1041.33/576.38	c (505,0) c |  1 |    729 |     589664 |      93211 |  1456901 |    22030 |    12340 |    12329 |        6 |    12873 |  20 |  0.046 |
1041.33/576.38	c (505,0) c 
1041.33/576.38	c (505,0) c synthesis      196053 conflicts   691288906 propagations      207 conflicts/sec   729089 propagations/sec
1041.33/576.38	c (505,0) c real: 505.394 s, cpu: 948.154 s, memory: 5420.65 Mb
1099.04/605.40	c (534,0) c
1099.04/605.40	c (534,0) c |------------------------------------------------------------------------------------------------------------------------|
1099.04/605.40	c (534,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1099.04/605.40	c (534,0) c |------------------------------------------------------------------------------------------------------------------------|
1099.04/605.40	c (534,0) c |  0 |    742 |     573287 |     105768 |  1676600 |    34588 |    12475 |    12340 |        3 |    13691 |  20 |  0.049 |
1099.04/605.40	c (534,0) c |  1 |    749 |     594841 |      94242 |  1467387 |    23061 |    12340 |    12469 |        6 |    13672 |  20 |  0.049 |
1099.04/605.40	c (534,0) c 
1099.04/605.40	c (534,0) c synthesis      200010 conflicts   727303147 propagations      199 conflicts/sec   723433 propagations/sec
1099.04/605.40	c (534,0) c real: 534.394 s, cpu: 1005.35 s, memory: 5420.65 Mb
1150.39/635.38	c (564,0) c
1150.39/635.38	c (564,0) c |------------------------------------------------------------------------------------------------------------------------|
1150.39/635.38	c (564,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1150.39/635.38	c (564,0) c |------------------------------------------------------------------------------------------------------------------------|
1150.39/635.38	c (564,0) c |  0 |    776 |     587877 |     109817 |  1748780 |    38637 |    12785 |    12341 |        4 |    14304 |  20 |  0.049 |
1150.39/635.38	c (564,0) c |  1 |    765 |     598894 |      95025 |  1472010 |    23843 |    12341 |    12768 |        6 |    14284 |  20 |  0.049 |
1150.39/635.38	c (564,0) c 
1150.39/635.38	c (564,0) c synthesis      204842 conflicts   754990453 propagations      194 conflicts/sec   714483 propagations/sec
1150.39/635.38	c (564,0) c real: 564.394 s, cpu: 1056.69 s, memory: 5420.78 Mb
1200.28/664.38	c (593,0) c
1200.28/664.38	c (593,0) c |------------------------------------------------------------------------------------------------------------------------|
1200.28/664.38	c (593,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1200.28/664.38	c (593,0) c |------------------------------------------------------------------------------------------------------------------------|
1200.28/664.38	c (593,0) c |  0 |    809 |     614609 |     113166 |  1805439 |    21779 |    13180 |    12342 |        5 |    14890 |  20 |  0.049 |
1200.28/664.38	c (593,0) c |  1 |    779 |     602656 |      95739 |  1475801 |    24557 |    12344 |    12943 |        6 |    14870 |  20 |  0.050 |
1200.28/664.38	c (593,0) c 
1200.28/664.38	c (593,0) c synthesis      208905 conflicts   783838747 propagations      189 conflicts/sec   708541 propagations/sec
1200.28/664.38	c (593,0) c real: 593.394 s, cpu: 1106.27 s, memory: 5420.91 Mb
1249.00/693.38	c (622,0) c
1249.00/693.38	c (622,0) c |------------------------------------------------------------------------------------------------------------------------|
1249.00/693.38	c (622,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1249.00/693.38	c (622,0) c |------------------------------------------------------------------------------------------------------------------------|
1249.00/693.38	c (622,0) c |  0 |    812 |     651650 |     140591 |  1828922 |    26403 |    21704 |    12346 |        5 |    15512 |  20 |  0.052 |
1249.00/693.38	c (622,0) c |  1 |    794 |     606571 |      96497 |  1478097 |    25314 |    12346 |    21690 |        6 |    15493 |  20 |  0.052 |
1249.00/693.38	c (622,0) c 
1249.00/693.38	c (622,0) c synthesis      237088 conflicts   814389381 propagations      205 conflicts/sec   705428 propagations/sec
1249.00/693.38	c (622,0) c real: 622.394 s, cpu: 1154.46 s, memory: 5421.58 Mb
1305.02/722.38	c (651,0) c
1305.02/722.38	c (651,0) c |------------------------------------------------------------------------------------------------------------------------|
1305.02/722.38	c (651,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1305.02/722.38	c (651,0) c |------------------------------------------------------------------------------------------------------------------------|
1305.02/722.38	c (651,0) c |  0 |    855 |     674489 |     143737 |  1914135 |    29546 |    21829 |    12350 |        5 |    16228 |  20 |  0.056 |
1305.02/722.38	c (651,0) c |  1 |    812 |     611133 |      97411 |  1482637 |    26228 |    12350 |    21818 |        6 |    16209 |  20 |  0.054 |
1305.02/722.38	c (651,0) c 
1305.02/722.38	c (651,0) c synthesis      241148 conflicts   847332234 propagations      199 conflicts/sec   700458 propagations/sec
1305.02/722.39	c (651,0) c real: 651.394 s, cpu: 1209.68 s, memory: 5421.71 Mb
1364.75/752.38	c (681,0) c
1364.75/752.38	c (681,0) c |------------------------------------------------------------------------------------------------------------------------|
1364.75/752.38	c (681,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1364.75/752.38	c (681,0) c |------------------------------------------------------------------------------------------------------------------------|
1364.75/752.38	c (681,0) c |  0 |    907 |     715875 |     147406 |  2014749 |    33214 |    22020 |    12361 |        5 |    17000 |  20 |  0.057 |
1364.75/752.39	c (681,0) c |  1 |    831 |     615875 |      98368 |  1486452 |    27185 |    12361 |    21992 |        6 |    16990 |  20 |  0.056 |
1364.75/752.39	c (681,0) c 
1364.75/752.39	c (681,0) c synthesis      245774 conflicts   885398663 propagations      194 conflicts/sec   697661 propagations/sec
1364.75/752.39	c (681,0) c real: 681.394 s, cpu: 1269.1 s, memory: 5421.84 Mb
1422.64/781.38	c (710,0) c
1422.64/781.38	c (710,0) c |------------------------------------------------------------------------------------------------------------------------|
1422.64/781.38	c (710,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1422.64/781.39	c (710,0) c |------------------------------------------------------------------------------------------------------------------------|
1422.64/781.39	c (710,0) c |  0 |    962 |     742476 |     150312 |  2119534 |    36120 |    22124 |    12362 |        5 |    17749 |  20 |  0.057 |
1422.64/781.39	c (710,0) c |  1 |    849 |     620230 |      99280 |  1489004 |    28097 |    12362 |    22115 |        6 |    17734 |  20 |  0.057 |
1422.64/781.39	c (710,0) c 
1422.64/781.39	c (710,0) c synthesis      249592 conflicts   919162015 propagations      188 conflicts/sec   692771 propagations/sec
1422.64/781.39	c (710,0) c real: 710.394 s, cpu: 1326.79 s, memory: 5421.84 Mb
1482.07/811.38	c (740,0) c
1482.07/811.38	c (740,0) c |------------------------------------------------------------------------------------------------------------------------|
1482.07/811.38	c (740,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1482.07/811.38	c (740,0) c |------------------------------------------------------------------------------------------------------------------------|
1482.07/811.38	c (740,0) c |  0 |   1012 |     761889 |     154347 |  2176267 |    40155 |    22431 |    12367 |        6 |    18525 |  20 |  0.058 |
1482.07/811.38	c (740,0) c |  1 |    869 |     625315 |     100323 |  1491326 |    29139 |    12367 |    22414 |        6 |    18509 |  20 |  0.058 |
1482.07/811.38	c (740,0) c 
1482.07/811.38	c (740,0) c synthesis      254670 conflicts   953927211 propagations      184 conflicts/sec   688276 propagations/sec
1482.07/811.38	c (740,0) c real: 740.394 s, cpu: 1385.97 s, memory: 5421.84 Mb
1538.98/840.38	c (769,0) c
1538.98/840.38	c (769,0) c |------------------------------------------------------------------------------------------------------------------------|
1538.98/840.38	c (769,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1538.98/840.38	c (769,0) c |------------------------------------------------------------------------------------------------------------------------|
1538.98/840.38	c (769,0) c |  0 |   1065 |     790637 |     157735 |  2274169 |    43542 |    22544 |    12370 |        6 |    19250 |  20 |  0.060 |
1538.98/840.38	c (769,0) c |  1 |    889 |     630391 |     101321 |  1493846 |    30137 |    12370 |    22539 |        6 |    19230 |  20 |  0.060 |
1538.98/840.38	c (769,0) c 
1538.98/840.38	c (769,0) c synthesis      259056 conflicts   987068216 propagations      180 conflicts/sec   684188 propagations/sec
1538.98/840.38	c (769,0) c real: 769.394 s, cpu: 1442.69 s, memory: 5421.97 Mb
1589.31/869.38	c (798,0) c
1589.31/869.38	c (798,0) c |------------------------------------------------------------------------------------------------------------------------|
1589.31/869.38	c (798,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1589.31/869.38	c (798,0) c |------------------------------------------------------------------------------------------------------------------------|
1589.31/869.38	c (798,0) c |  0 |   1105 |     815068 |     160070 |  2349230 |    45876 |    22611 |    12374 |        6 |    19826 |  20 |  0.061 |
1589.31/869.38	c (798,0) c |  1 |    904 |     634372 |     102072 |  1496064 |    30888 |    12374 |    22611 |        6 |    19806 |  20 |  0.061 |
1589.31/869.38	c (798,0) c 
1589.31/869.38	c (798,0) c synthesis      262142 conflicts  1013225538 propagations      176 conflicts/sec   678755 propagations/sec
1589.31/869.38	c (798,0) c real: 798.394 s, cpu: 1492.77 s, memory: 5422.13 Mb
1639.01/898.38	c (827,0) c
1639.01/898.38	c (827,0) c |------------------------------------------------------------------------------------------------------------------------|
1639.01/898.38	c (827,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1639.01/898.38	c (827,0) c |------------------------------------------------------------------------------------------------------------------------|
1639.01/898.38	c (827,0) c |  0 |   1139 |     830531 |     161974 |  2406019 |    47778 |    22670 |    12375 |        6 |    20403 |  20 |  0.064 |
1639.01/898.38	c (827,0) c |  1 |    918 |     637927 |     102819 |  1497364 |    31635 |    12375 |    22656 |        6 |    20383 |  20 |  0.061 |
1639.01/898.38	c (827,0) c 
1639.01/898.38	c (827,0) c synthesis      264793 conflicts  1038036330 propagations      172 conflicts/sec   673014 propagations/sec
1639.01/898.38	c (827,0) c real: 827.394 s, cpu: 1542.37 s, memory: 5422.13 Mb
1691.08/927.38	c (856,0) c
1691.08/927.38	c (856,0) c |------------------------------------------------------------------------------------------------------------------------|
1691.08/927.38	c (856,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1691.08/927.38	c (856,0) c |------------------------------------------------------------------------------------------------------------------------|
1691.08/927.38	c (856,0) c |  0 |   1189 |     853499 |     164871 |  2493541 |    50674 |    22751 |    12375 |        6 |    21030 |  20 |  0.065 |
1691.08/927.38	c (856,0) c |  1 |    934 |     641901 |     103615 |  1498504 |    32431 |    12375 |    22747 |        6 |    21010 |  20 |  0.065 |
1691.08/927.38	c (856,0) c 
1691.08/927.38	c (856,0) c synthesis      268486 conflicts  1066955989 propagations      168 conflicts/sec   669539 propagations/sec
1691.08/927.38	c (856,0) c real: 856.394 s, cpu: 1593.57 s, memory: 5422.13 Mb
1742.66/956.38	c (885,0) c
1742.66/956.38	c (885,0) c |------------------------------------------------------------------------------------------------------------------------|
1742.66/956.38	c (885,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1742.66/956.38	c (885,0) c |------------------------------------------------------------------------------------------------------------------------|
1742.66/956.38	c (885,0) c |  0 |   1237 |     873697 |     167622 |  2580334 |    28024 |    22855 |    12375 |        6 |    21652 |  20 |  0.067 |
1742.66/956.38	c (885,0) c |  1 |    950 |     646080 |     104420 |  1499528 |    33235 |    12375 |    22851 |        6 |    21632 |  20 |  0.067 |
1742.66/956.38	c (885,0) c 
1742.66/956.38	c (885,0) c synthesis      272042 conflicts  1094818630 propagations      165 conflicts/sec   665629 propagations/sec
1742.66/956.38	c (885,0) c real: 885.394 s, cpu: 1644.79 s, memory: 5422.27 Mb
1792.84/985.38	c (914,0) c
1792.84/985.38	c (914,0) c |------------------------------------------------------------------------------------------------------------------------|
1792.84/985.38	c (914,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1792.84/985.38	c (914,0) c |------------------------------------------------------------------------------------------------------------------------|
1792.84/985.38	c (914,0) c |  0 |   1268 |     890105 |     171737 |  2636051 |    32139 |    23262 |    12377 |        6 |    22264 |  20 |  0.067 |
1792.84/985.38	c (914,0) c |  1 |    966 |     650045 |     105229 |  1500415 |    34043 |    12377 |    23260 |        6 |    22244 |  20 |  0.067 |
1792.84/985.38	c (914,0) c 
1792.84/985.38	c (914,0) c synthesis      276966 conflicts  1121290396 propagations      163 conflicts/sec   661678 propagations/sec
1792.84/985.38	c (914,0) c real: 914.394 s, cpu: 1694.62 s, memory: 5422.27 Mb
1846.47/1014.38	c (943,0) c
1846.47/1014.38	c (943,0) c |------------------------------------------------------------------------------------------------------------------------|
1846.47/1014.38	c (943,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1846.47/1014.38	c (943,0) c |------------------------------------------------------------------------------------------------------------------------|
1846.47/1014.38	c (943,0) c |  0 |   1301 |     905353 |     174290 |  2690738 |    34691 |    23375 |    12378 |        6 |    22962 |  20 |  0.069 |
1846.47/1014.38	c (943,0) c |  1 |    982 |     654013 |     106083 |  1501347 |    34898 |    12378 |    23347 |        6 |    22942 |  20 |  0.069 |
1846.47/1014.38	c (943,0) c 
1846.47/1014.38	c (943,0) c synthesis      280373 conflicts  1150503310 propagations      160 conflicts/sec   658420 propagations/sec
1846.47/1014.38	c (943,0) c real: 943.394 s, cpu: 1747.37 s, memory: 5422.40 Mb
1901.97/1044.38	c (973,0) c
1901.97/1044.38	c (973,0) c |------------------------------------------------------------------------------------------------------------------------|
1901.97/1044.38	c (973,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1901.97/1044.38	c (973,0) c |------------------------------------------------------------------------------------------------------------------------|
1901.97/1044.38	c (973,0) c |  0 |   1319 |     916995 |     179058 |  2726880 |    39459 |    23577 |    12380 |        6 |    23728 |  20 |  0.069 |
1901.97/1044.38	c (973,0) c |  1 |   1002 |     658925 |     107081 |  1502155 |    35896 |    12380 |    23551 |        6 |    23708 |  20 |  0.069 |
1901.97/1044.38	c (973,0) c 
1901.97/1044.38	c (973,0) c synthesis      286139 conflicts  1182546839 propagations      159 conflicts/sec   656050 propagations/sec
1901.97/1044.38	c (973,0) c real: 973.394 s, cpu: 1802.52 s, memory: 5422.54 Mb
1958.20/1073.38	c (1002,0) c
1958.20/1073.38	c (1002,0) c |------------------------------------------------------------------------------------------------------------------------|
1958.20/1073.38	c (1002,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
1958.20/1073.38	c (1002,0) c |------------------------------------------------------------------------------------------------------------------------|
1958.20/1073.38	c (1002,0) c |  0 |   1344 |     965407 |     188198 |  2788976 |    48597 |    23996 |    12381 |        7 |    24467 |  20 |  0.071 |
1958.20/1073.38	c (1002,0) c |  1 |   1020 |     663255 |     108010 |  1503037 |    36825 |    12381 |    23849 |        6 |    24447 |  20 |  0.071 |
1958.20/1073.38	c (1002,0) c 
1958.20/1073.38	c (1002,0) c synthesis      296208 conflicts  1223734237 propagations      159 conflicts/sec   658461 propagations/sec
1958.20/1073.38	c (1002,0) c real: 1002.39 s, cpu: 1858.48 s, memory: 5422.69 Mb
2015.32/1103.38	c (1032,0) c
2015.32/1103.38	c (1032,0) c |------------------------------------------------------------------------------------------------------------------------|
2015.32/1103.38	c (1032,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2015.32/1103.38	c (1032,0) c |------------------------------------------------------------------------------------------------------------------------|
2015.32/1103.38	c (1032,0) c |  0 |   1381 |     985132 |     191703 |  2850836 |    52102 |    24223 |    12382 |        8 |    25214 |  20 |  0.071 |
2015.32/1103.38	c (1032,0) c |  1 |   1038 |     667591 |     108928 |  1503759 |    37743 |    12382 |    24217 |        6 |    25195 |  20 |  0.071 |
2015.32/1103.38	c (1032,0) c 
2015.32/1103.38	c (1032,0) c synthesis      300631 conflicts  1255870585 propagations      157 conflicts/sec   655673 propagations/sec
2015.32/1103.38	c (1032,0) c real: 1032.39 s, cpu: 1915.39 s, memory: 5422.95 Mb
2071.12/1132.38	c (1061,0) c
2071.12/1132.38	c (1061,0) c |------------------------------------------------------------------------------------------------------------------------|
2071.12/1132.38	c (1061,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2071.12/1132.38	c (1061,0) c |------------------------------------------------------------------------------------------------------------------------|
2071.12/1132.38	c (1061,0) c |  0 |   1421 |    1002019 |     194864 |  2908406 |    55263 |    24331 |    12382 |        8 |    25944 |  20 |  0.071 |
2071.12/1132.38	c (1061,0) c |  1 |   1055 |     671652 |     109803 |  1504237 |    38618 |    12382 |    24326 |        6 |    25924 |  20 |  0.071 |
2071.12/1132.38	c (1061,0) c 
2071.12/1132.38	c (1061,0) c synthesis      304667 conflicts  1288353191 propagations      155 conflicts/sec   653659 propagations/sec
2071.12/1132.38	c (1061,0) c real: 1061.39 s, cpu: 1970.99 s, memory: 5422.95 Mb
2122.82/1161.38	c (1090,0) c
2122.82/1161.38	c (1090,0) c |------------------------------------------------------------------------------------------------------------------------|
2122.82/1161.38	c (1090,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2122.82/1161.38	c (1090,0) c |------------------------------------------------------------------------------------------------------------------------|
2122.82/1161.38	c (1090,0) c |  0 |   1422 |    1008940 |     199551 |  2925712 |    31956 |    24445 |    12382 |        8 |    26626 |  20 |  0.071 |
2122.82/1161.38	c (1090,0) c |  1 |   1075 |     679117 |     112340 |  1521120 |    20953 |    12669 |    24423 |        7 |    26606 |  20 |  0.071 |
2122.82/1161.38	c (1090,0) c 
2122.82/1161.38	c (1090,0) c synthesis      311891 conflicts  1323015676 propagations      154 conflicts/sec   654155 propagations/sec
2122.82/1161.38	c (1090,0) c real: 1090.39 s, cpu: 2022.48 s, memory: 5423.35 Mb
2175.39/1190.38	c (1119,0) c
2175.39/1190.38	c (1119,0) c |------------------------------------------------------------------------------------------------------------------------|
2175.39/1190.38	c (1119,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2175.39/1190.38	c (1119,0) c |------------------------------------------------------------------------------------------------------------------------|
2175.39/1190.38	c (1119,0) c |  0 |   1449 |    1029767 |     204513 |  2991264 |    36917 |    24702 |    12803 |        8 |    27326 |  20 |  0.073 |
2175.39/1190.38	c (1119,0) c |  1 |   1099 |     686403 |     113742 |  1547687 |    22355 |    12815 |    24676 |        7 |    27306 |  20 |  0.073 |
2175.39/1190.38	c (1119,0) c 
2175.39/1190.38	c (1119,0) c synthesis      318255 conflicts  1355251773 propagations      153 conflicts/sec   653627 propagations/sec
2175.39/1190.38	c (1119,0) c real: 1119.39 s, cpu: 2073.43 s, memory: 5423.35 Mb
2225.53/1219.38	c (1148,0) c
2225.53/1219.38	c (1148,0) c |------------------------------------------------------------------------------------------------------------------------|
2225.53/1219.38	c (1148,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2225.53/1219.38	c (1148,0) c |------------------------------------------------------------------------------------------------------------------------|
2225.53/1219.38	c (1148,0) c |  0 |   1449 |    1041658 |     214121 |  2994986 |    46525 |    24987 |    12803 |        8 |    28118 |  20 |  0.073 |
2225.53/1219.38	c (1148,0) c |  1 |   1119 |     691457 |     114743 |  1559620 |    23356 |    12861 |    24976 |        8 |    28098 |  20 |  0.073 |
2225.53/1219.38	c (1148,0) c 
2225.53/1219.38	c (1148,0) c synthesis      328864 conflicts  1390130716 propagations      155 conflicts/sec   654665 propagations/sec
2225.53/1219.38	c (1148,0) c real: 1148.39 s, cpu: 2123.42 s, memory: 5423.75 Mb
2281.82/1248.38	c (1177,0) c
2281.82/1248.38	c (1177,0) c |------------------------------------------------------------------------------------------------------------------------|
2281.82/1248.38	c (1177,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2281.82/1248.38	c (1177,0) c |------------------------------------------------------------------------------------------------------------------------|
2281.82/1248.38	c (1177,0) c |  0 |   1478 |    1067267 |     220150 |  3087776 |    52554 |    25115 |    13361 |        9 |    28943 |  20 |  0.074 |
2281.82/1248.38	c (1177,0) c |  1 |   1170 |     707521 |     118290 |  1609491 |    26902 |    13369 |    25113 |        8 |    28923 |  20 |  0.074 |
2281.82/1248.38	c (1177,0) c 
2281.82/1248.38	c (1177,0) c synthesis      338440 conflicts  1432213445 propagations      155 conflicts/sec   657217 propagations/sec
2281.82/1248.38	c (1177,0) c real: 1177.39 s, cpu: 2179.21 s, memory: 5424.14 Mb
2341.74/1278.38	c (1207,0) c
2341.74/1278.38	c (1207,0) c |------------------------------------------------------------------------------------------------------------------------|
2341.74/1278.38	c (1207,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2341.74/1278.38	c (1207,0) c |------------------------------------------------------------------------------------------------------------------------|
2341.74/1278.38	c (1207,0) c |  0 |   1536 |    1098086 |     223801 |  3200178 |    56203 |    25254 |    13828 |       10 |    29773 |  20 |  0.077 |
2341.74/1278.38	c (1207,0) c |  1 |   1221 |     727593 |     121494 |  1685045 |    30106 |    13830 |    25249 |       12 |    29776 |  20 |  0.077 |
2341.74/1278.38	c (1207,0) c 
2341.74/1278.38	c (1207,0) c synthesis      345295 conflicts  1474978945 propagations      154 conflicts/sec   658865 propagations/sec
2341.74/1278.38	c (1207,0) c real: 1207.39 s, cpu: 2238.67 s, memory: 5424.54 Mb
2399.50/1307.38	c (1236,0) c
2399.50/1307.38	c (1236,0) c |------------------------------------------------------------------------------------------------------------------------|
2399.50/1307.38	c (1236,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2399.50/1307.38	c (1236,0) c |------------------------------------------------------------------------------------------------------------------------|
2399.50/1307.38	c (1236,0) c |  0 |   1596 |    1130104 |     227661 |  3292142 |    60063 |    25452 |    14939 |       10 |    30588 |  20 |  0.078 |
2399.50/1307.38	c (1236,0) c |  1 |   1266 |     749327 |     127441 |  1744258 |    36052 |    15253 |    25450 |       13 |    30607 |  20 |  0.078 |
2399.50/1307.38	c (1236,0) c 
2399.50/1307.38	c (1236,0) c synthesis      355102 conflicts  1516048944 propagations      155 conflicts/sec   660272 propagations/sec
2399.50/1307.38	c (1236,0) c real: 1236.39 s, cpu: 2296.1 s, memory: 5424.66 Mb
2459.25/1337.38	c (1266,0) c
2459.25/1337.38	c (1266,0) c |------------------------------------------------------------------------------------------------------------------------|
2459.25/1337.38	c (1266,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2459.25/1337.38	c (1266,0) c |------------------------------------------------------------------------------------------------------------------------|
2459.25/1337.38	c (1266,0) c |  0 |   1637 |    1156182 |     231400 |  3350758 |    33203 |    25799 |    16054 |       12 |    31452 |  20 |  0.079 |
2459.25/1337.38	c (1266,0) c |  1 |   1306 |     763899 |     131338 |  1784312 |    39949 |    16056 |    25759 |       14 |    31445 |  20 |  0.079 |
2459.25/1337.38	c (1266,0) c 
2459.25/1337.38	c (1266,0) c synthesis      362738 conflicts  1556741300 propagations      154 conflicts/sec   660856 propagations/sec
2459.25/1337.38	c (1266,0) c real: 1266.39 s, cpu: 2355.64 s, memory: 5424.66 Mb
2513.46/1366.38	c (1295,0) c
2513.46/1366.38	c (1295,0) c |------------------------------------------------------------------------------------------------------------------------|
2513.46/1366.38	c (1295,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2513.46/1366.38	c (1295,0) c |------------------------------------------------------------------------------------------------------------------------|
2513.46/1366.38	c (1295,0) c |  0 |   1668 |    1174585 |     238020 |  3407394 |    39823 |    26596 |    16100 |       13 |    32250 |  20 |  0.079 |
2513.46/1366.38	c (1295,0) c |  1 |   1327 |     769370 |     132429 |  1795986 |    41039 |    16100 |    26584 |       14 |    32230 |  20 |  0.079 |
2513.46/1366.38	c (1295,0) c 
2513.46/1366.38	c (1295,0) c synthesis      370449 conflicts  1591590555 propagations      154 conflicts/sec   660516 propagations/sec
2513.46/1366.38	c (1295,0) c real: 1295.39 s, cpu: 2409.62 s, memory: 5424.79 Mb
2569.16/1396.38	c (1325,0) c
2569.16/1396.38	c (1325,0) c |------------------------------------------------------------------------------------------------------------------------|
2569.16/1396.38	c (1325,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2569.16/1396.38	c (1325,0) c |------------------------------------------------------------------------------------------------------------------------|
2569.16/1396.38	c (1325,0) c |  0 |   1681 |    1207551 |     246696 |  3427094 |    48498 |    29285 |    16106 |       13 |    33072 |  20 |  0.081 |
2569.16/1396.38	c (1325,0) c |  1 |   1348 |     774747 |     133493 |  1805843 |    42104 |    16121 |    29162 |       14 |    33052 |  20 |  0.081 |
2569.16/1396.38	c (1325,0) c 
2569.16/1396.38	c (1325,0) c synthesis      380189 conflicts  1627344569 propagations      154 conflicts/sec   660154 propagations/sec
2569.16/1396.38	c (1325,0) c real: 1325.39 s, cpu: 2465.1 s, memory: 5425.05 Mb
2622.93/1425.38	c (1354,0) c
2622.93/1425.38	c (1354,0) c |------------------------------------------------------------------------------------------------------------------------|
2622.93/1425.38	c (1354,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2622.93/1425.38	c (1354,0) c |------------------------------------------------------------------------------------------------------------------------|
2622.93/1425.38	c (1354,0) c |  0 |   1710 |    1233116 |     257764 |  3478139 |    59566 |    32321 |    16133 |       17 |    33855 |  20 |  0.082 |
2622.93/1425.38	c (1354,0) c |  1 |   1370 |     780335 |     134569 |  1811344 |    43179 |    16133 |    32318 |       14 |    33835 |  20 |  0.082 |
2622.93/1425.38	c (1354,0) c 
2622.93/1425.38	c (1354,0) c synthesis      392333 conflicts  1663094726 propagations      156 conflicts/sec   660333 propagations/sec
2622.93/1425.38	c (1354,0) c real: 1354.39 s, cpu: 2518.57 s, memory: 5425.71 Mb
2681.31/1455.38	c (1384,0) c
2681.31/1455.38	c (1384,0) c |------------------------------------------------------------------------------------------------------------------------|
2681.31/1455.38	c (1384,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2681.31/1455.38	c (1384,0) c |------------------------------------------------------------------------------------------------------------------------|
2681.31/1455.38	c (1384,0) c |  0 |   1764 |    1260813 |     261724 |  3568751 |    63525 |    32660 |    16150 |       17 |    34663 |  20 |  0.083 |
2681.31/1455.38	c (1384,0) c |  1 |   1392 |     785971 |     135694 |  1816805 |    44304 |    16150 |    32654 |       14 |    34643 |  20 |  0.083 |
2681.31/1455.38	c (1384,0) c 
2681.31/1455.38	c (1384,0) c synthesis      397418 conflicts  1699272787 propagations      154 conflicts/sec   659471 propagations/sec
2681.31/1455.38	c (1384,0) c real: 1384.39 s, cpu: 2576.72 s, memory: 5425.97 Mb
2736.79/1484.38	c (1413,0) c
2736.79/1484.38	c (1413,0) c |------------------------------------------------------------------------------------------------------------------------|
2736.79/1484.38	c (1413,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2736.79/1484.38	c (1413,0) c |------------------------------------------------------------------------------------------------------------------------|
2736.79/1484.38	c (1413,0) c |  0 |   1809 |    1285931 |     267426 |  3642602 |    36038 |    33189 |    16159 |       17 |    35436 |  20 |  0.085 |
2736.79/1484.38	c (1413,0) c |  1 |   1413 |     791188 |     136776 |  1819416 |    45386 |    16160 |    33141 |       14 |    35416 |  20 |  0.085 |
2736.79/1484.38	c (1413,0) c 
2736.79/1484.38	c (1413,0) c synthesis      404202 conflicts  1734719756 propagations      154 conflicts/sec   659097 propagations/sec
2736.79/1484.38	c (1413,0) c real: 1413.39 s, cpu: 2631.96 s, memory: 5426.10 Mb
2793.03/1514.38	c (1443,0) c
2793.03/1514.38	c (1443,0) c |------------------------------------------------------------------------------------------------------------------------|
2793.03/1514.38	c (1443,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2793.03/1514.38	c (1443,0) c |------------------------------------------------------------------------------------------------------------------------|
2793.03/1514.38	c (1443,0) c |  0 |   1838 |    1309162 |     272283 |  3687683 |    40893 |    33479 |    16181 |       17 |    36244 |  20 |  0.087 |
2793.03/1514.38	c (1443,0) c |  1 |   1436 |     797078 |     137921 |  1827314 |    23735 |    16183 |    33472 |       14 |    36224 |  20 |  0.087 |
2793.03/1514.38	c (1443,0) c 
2793.03/1514.38	c (1443,0) c synthesis      410204 conflicts  1770565691 propagations      153 conflicts/sec   658693 propagations/sec
2793.03/1514.38	c (1443,0) c real: 1443.39 s, cpu: 2688 s, memory: 5426.23 Mb
2849.44/1543.38	c (1472,0) c
2849.44/1543.38	c (1472,0) c |------------------------------------------------------------------------------------------------------------------------|
2849.44/1543.38	c (1472,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2849.44/1543.38	c (1472,0) c |------------------------------------------------------------------------------------------------------------------------|
2849.44/1543.38	c (1472,0) c |  0 |   1884 |    1335280 |     274725 |  3747864 |    43335 |    33552 |    16188 |       17 |    37024 |  20 |  0.087 |
2849.44/1543.38	c (1472,0) c |  1 |   1457 |     802339 |     138993 |  1830909 |    24807 |    16188 |    33546 |       15 |    37004 |  20 |  0.087 |
2849.44/1543.38	c (1472,0) c 
2849.44/1543.38	c (1472,0) c synthesis      413718 conflicts  1805966708 propagations      151 conflicts/sec   658105 propagations/sec
2849.44/1543.38	c (1472,0) c real: 1472.39 s, cpu: 2744.19 s, memory: 5426.23 Mb
2908.20/1573.38	c (1502,0) c
2908.20/1573.38	c (1502,0) c |------------------------------------------------------------------------------------------------------------------------|
2908.20/1573.38	c (1502,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2908.20/1573.38	c (1502,0) c |------------------------------------------------------------------------------------------------------------------------|
2908.20/1573.38	c (1502,0) c |  0 |   1913 |    1344797 |     276264 |  3780912 |    44874 |    33583 |    16189 |       17 |    37826 |  20 |  0.087 |
2908.20/1573.38	c (1502,0) c |  1 |   1478 |     807622 |     140088 |  1834247 |    25902 |    16189 |    33583 |       15 |    37806 |  20 |  0.087 |
2908.20/1573.38	c (1502,0) c 
2908.20/1573.38	c (1502,0) c synthesis      416352 conflicts  1838258751 propagations      149 conflicts/sec   655885 propagations/sec
2908.20/1573.38	c (1502,0) c real: 1502.39 s, cpu: 2802.71 s, memory: 5426.23 Mb
2965.97/1602.38	c (1531,0) c
2965.97/1602.38	c (1531,0) c |------------------------------------------------------------------------------------------------------------------------|
2965.97/1602.38	c (1531,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
2965.97/1602.38	c (1531,0) c |------------------------------------------------------------------------------------------------------------------------|
2965.97/1602.38	c (1531,0) c |  0 |   1931 |    1349475 |     277160 |  3784773 |    45769 |    33585 |    16195 |       17 |    38613 |  20 |  0.089 |
2965.97/1602.38	c (1531,0) c |  1 |   1498 |     812547 |     141130 |  1835956 |    26944 |    16195 |    33584 |       15 |    38593 |  20 |  0.089 |
2965.97/1602.39	c (1531,0) c 
2965.97/1602.39	c (1531,0) c synthesis      418290 conflicts  1868367065 propagations      146 conflicts/sec   653193 propagations/sec
2965.97/1602.39	c (1531,0) c real: 1531.39 s, cpu: 2860.36 s, memory: 5426.37 Mb
3024.84/1632.38	c (1561,0) c
3024.84/1632.38	c (1561,0) c |------------------------------------------------------------------------------------------------------------------------|
3024.84/1632.38	c (1561,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3024.84/1632.38	c (1561,0) c |------------------------------------------------------------------------------------------------------------------------|
3024.84/1632.38	c (1561,0) c |  0 |   1949 |    1354075 |     278106 |  3787342 |    46715 |    33588 |    16206 |       17 |    39413 |  20 |  0.089 |
3024.84/1632.38	c (1561,0) c |  1 |   1521 |     818268 |     142285 |  1838570 |    28099 |    16206 |    33588 |       15 |    39393 |  20 |  0.089 |
3024.84/1632.38	c (1561,0) c 
3024.84/1632.38	c (1561,0) c synthesis      420391 conflicts  1900173504 propagations      144 conflicts/sec   650972 propagations/sec
3024.84/1632.38	c (1561,0) c real: 1561.39 s, cpu: 2918.98 s, memory: 5426.37 Mb
3080.91/1661.38	c (1590,0) c
3080.91/1661.38	c (1590,0) c |------------------------------------------------------------------------------------------------------------------------|
3080.91/1661.38	c (1590,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3080.91/1661.38	c (1590,0) c |------------------------------------------------------------------------------------------------------------------------|
3080.91/1661.38	c (1590,0) c |  0 |   1966 |    1358249 |     278961 |  3789878 |    47570 |    33588 |    16217 |       17 |    40161 |  20 |  0.089 |
3080.91/1661.38	c (1590,0) c |  1 |   1541 |     823319 |     143304 |  1842226 |    29118 |    16217 |    33588 |       16 |    40141 |  20 |  0.089 |
3080.91/1661.38	c (1590,0) c 
3080.91/1661.38	c (1590,0) c synthesis      422265 conflicts  1929811029 propagations      142 conflicts/sec   648687 propagations/sec
3080.91/1661.38	c (1590,0) c real: 1590.39 s, cpu: 2974.95 s, memory: 5426.50 Mb
3138.09/1690.38	c (1619,0) c
3138.09/1690.38	c (1619,0) c |------------------------------------------------------------------------------------------------------------------------|
3138.09/1690.38	c (1619,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3138.09/1690.38	c (1619,0) c |------------------------------------------------------------------------------------------------------------------------|
3138.09/1690.38	c (1619,0) c |  0 |   1984 |    1362719 |     279851 |  3792923 |    48460 |    33592 |    16222 |       17 |    40934 |  20 |  0.089 |
3138.09/1690.38	c (1619,0) c |  1 |   1562 |     828529 |     144369 |  1844203 |    30183 |    16222 |    33590 |       16 |    40914 |  20 |  0.089 |
3138.09/1690.38	c (1619,0) c 
3138.09/1690.38	c (1619,0) c synthesis      424220 conflicts  1959994424 propagations      140 conflicts/sec   646460 propagations/sec
3138.09/1690.38	c (1619,0) c real: 1619.39 s, cpu: 3031.89 s, memory: 5426.50 Mb
3195.46/1719.38	c (1648,0) c
3195.46/1719.38	c (1648,0) c |------------------------------------------------------------------------------------------------------------------------|
3195.46/1719.38	c (1648,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3195.46/1719.38	c (1648,0) c |------------------------------------------------------------------------------------------------------------------------|
3195.46/1719.38	c (1648,0) c |  0 |   2001 |    1366901 |     280716 |  3795161 |    49325 |    33594 |    16230 |       17 |    41708 |  20 |  0.089 |
3195.46/1719.38	c (1648,0) c |  1 |   1583 |     833680 |     145427 |  1845582 |    31241 |    16230 |    33594 |       17 |    41688 |  20 |  0.089 |
3195.46/1719.38	c (1648,0) c 
3195.46/1719.38	c (1648,0) c synthesis      426143 conflicts  1989713013 propagations      138 conflicts/sec   644090 propagations/sec
3195.46/1719.38	c (1648,0) c real: 1648.39 s, cpu: 3089.18 s, memory: 5426.63 Mb
3255.08/1749.38	c (1678,0) c
3255.08/1749.38	c (1678,0) c |------------------------------------------------------------------------------------------------------------------------|
3255.08/1749.38	c (1678,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3255.08/1749.38	c (1678,0) c |------------------------------------------------------------------------------------------------------------------------|
3255.08/1749.38	c (1678,0) c |  0 |   2018 |    1371091 |     281584 |  3796688 |    50193 |    33595 |    16233 |       17 |    42513 |  20 |  0.089 |
3255.08/1749.38	c (1678,0) c |  1 |   1605 |     838995 |     146510 |  1846773 |    32324 |    16233 |    33595 |       17 |    42493 |  20 |  0.089 |
3255.08/1749.38	c (1678,0) c 
3255.08/1749.38	c (1678,0) c synthesis      428094 conflicts  2021178831 propagations      136 conflicts/sec   641938 propagations/sec
3255.08/1749.38	c (1678,0) c real: 1678.39 s, cpu: 3148.56 s, memory: 5426.63 Mb
3311.67/1778.38	c (1707,0) c
3311.67/1778.38	c (1707,0) c |------------------------------------------------------------------------------------------------------------------------|
3311.67/1778.38	c (1707,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3311.67/1778.38	c (1707,0) c |------------------------------------------------------------------------------------------------------------------------|
3311.67/1778.38	c (1707,0) c |  0 |   2034 |    1375291 |     282404 |  3799299 |    51012 |    33599 |    16239 |       17 |    43289 |  20 |  0.090 |
3311.67/1778.38	c (1707,0) c |  1 |   1625 |     843993 |     147525 |  1848761 |    33339 |    16239 |    33599 |       17 |    43269 |  20 |  0.090 |
3311.67/1778.38	c (1707,0) c 
3311.67/1778.38	c (1707,0) c synthesis      429929 conflicts  2051091879 propagations      134 conflicts/sec   639965 propagations/sec
3311.67/1778.38	c (1707,0) c real: 1707.39 s, cpu: 3205 s, memory: 5426.95 Mb
3368.94/1807.38	c (1736,0) c
3368.94/1807.38	c (1736,0) c |------------------------------------------------------------------------------------------------------------------------|
3368.94/1807.38	c (1736,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3368.94/1807.38	c (1736,0) c |------------------------------------------------------------------------------------------------------------------------|
3368.94/1807.38	c (1736,0) c |  0 |   2050 |    1379279 |     283222 |  3800943 |    51830 |    33601 |    16240 |       17 |    44066 |  20 |  0.090 |
3368.94/1807.38	c (1736,0) c |  1 |   1644 |     848726 |     148490 |  1850167 |    34304 |    16240 |    33600 |       17 |    44046 |  20 |  0.090 |
3368.94/1807.38	c (1736,0) c 
3368.94/1807.38	c (1736,0) c synthesis      431712 conflicts  2080780640 propagations      132 conflicts/sec   637873 propagations/sec
3368.94/1807.38	c (1736,0) c real: 1736.39 s, cpu: 3262.06 s, memory: 5426.95 Mb
3424.98/1836.38	c (1765,0) c
3424.98/1836.38	c (1765,0) c |------------------------------------------------------------------------------------------------------------------------|
3424.98/1836.38	c (1765,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3424.98/1836.38	c (1765,0) c |------------------------------------------------------------------------------------------------------------------------|
3424.98/1836.38	c (1765,0) c |  0 |   2076 |    1386306 |     284559 |  3815760 |    53167 |    33634 |    16245 |       17 |    44831 |  20 |  0.090 |
3424.98/1836.38	c (1765,0) c |  1 |   1663 |     853409 |     149482 |  1851534 |    35296 |    16245 |    33633 |       17 |    44811 |  20 |  0.090 |
3424.98/1836.38	c (1765,0) c 
3424.98/1836.38	c (1765,0) c synthesis      434041 conflicts  2111941918 propagations      131 conflicts/sec   636519 propagations/sec
3424.98/1836.38	c (1765,0) c real: 1765.39 s, cpu: 3317.96 s, memory: 5427.09 Mb
3481.09/1865.38	c (1794,0) c
3481.09/1865.38	c (1794,0) c |------------------------------------------------------------------------------------------------------------------------|
3481.09/1865.38	c (1794,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3481.09/1865.38	c (1794,0) c |------------------------------------------------------------------------------------------------------------------------|
3481.09/1865.38	c (1794,0) c |  0 |   2106 |    1394982 |     286147 |  3825762 |    54753 |    33702 |    16249 |       17 |    45597 |  20 |  0.093 |
3481.09/1865.38	c (1794,0) c |  1 |   1683 |     858367 |     150506 |  1854264 |    36320 |    16249 |    33697 |       18 |    45577 |  20 |  0.093 |
3481.09/1865.38	c (1794,0) c 
3481.09/1865.38	c (1794,0) c synthesis      436653 conflicts  2143938475 propagations      129 conflicts/sec   635457 propagations/sec
3481.09/1865.38	c (1794,0) c real: 1794.39 s, cpu: 3373.85 s, memory: 5427.27 Mb
3537.47/1894.38	c (1823,0) c
3537.47/1894.38	c (1823,0) c |------------------------------------------------------------------------------------------------------------------------|
3537.47/1894.38	c (1823,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3537.47/1894.38	c (1823,0) c |------------------------------------------------------------------------------------------------------------------------|
3537.47/1894.38	c (1823,0) c |  0 |   2145 |    1407497 |     288315 |  3845992 |    56919 |    33848 |    16250 |       18 |    46372 |  20 |  0.095 |
3537.47/1894.38	c (1823,0) c |  1 |   1704 |     863626 |     151540 |  1856645 |    37354 |    16250 |    33845 |       18 |    46352 |  20 |  0.095 |
3537.47/1894.38	c (1823,0) c 
3537.47/1894.38	c (1823,0) c synthesis      439855 conflicts  2177591889 propagations      128 conflicts/sec   634862 propagations/sec
3537.47/1894.38	c (1823,0) c real: 1823.39 s, cpu: 3430.02 s, memory: 5427.27 Mb
3594.59/1923.38	c (1852,0) c
3594.59/1923.38	c (1852,0) c |------------------------------------------------------------------------------------------------------------------------|
3594.59/1923.38	c (1852,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3594.59/1923.38	c (1852,0) c |------------------------------------------------------------------------------------------------------------------------|
3594.59/1923.38	c (1852,0) c |  0 |   2184 |    1441265 |     290806 |  3894950 |    59410 |    33925 |    16252 |       18 |    47148 |  20 |  0.095 |
3594.59/1923.38	c (1852,0) c |  1 |   1725 |     868775 |     152603 |  1858437 |    38417 |    16252 |    33915 |       18 |    47128 |  20 |  0.095 |
3594.59/1923.38	c (1852,0) c 
3594.59/1923.38	c (1852,0) c synthesis      443409 conflicts  2212224345 propagations      127 conflicts/sec   634434 propagations/sec
3594.59/1923.38	c (1852,0) c real: 1852.39 s, cpu: 3486.93 s, memory: 5427.47 Mb
3649.34/1952.38	c (1881,0) c
3649.34/1952.38	c (1881,0) c |------------------------------------------------------------------------------------------------------------------------|
3649.34/1952.38	c (1881,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3649.34/1952.38	c (1881,0) c |------------------------------------------------------------------------------------------------------------------------|
3649.34/1952.38	c (1881,0) c |  0 |   2211 |    1461926 |     296266 |  3948692 |    64870 |    34293 |    16341 |       18 |    47931 |  20 |  0.095 |
3649.34/1952.38	c (1881,0) c |  1 |   1746 |     875928 |     154475 |  1874456 |    40289 |    16360 |    34220 |       18 |    47919 |  20 |  0.095 |
3649.34/1952.38	c (1881,0) c 
3649.34/1952.38	c (1881,0) c synthesis      450741 conflicts  2247440647 propagations      127 conflicts/sec   634611 propagations/sec
3649.34/1952.38	c (1881,0) c real: 1881.39 s, cpu: 3541.45 s, memory: 5427.91 Mb
3704.87/1981.38	c (1910,0) c
3704.87/1981.38	c (1910,0) c |------------------------------------------------------------------------------------------------------------------------|
3704.87/1981.38	c (1910,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3704.87/1981.38	c (1910,0) c |------------------------------------------------------------------------------------------------------------------------|
3704.87/1981.38	c (1910,0) c |  0 |   2255 |    1497824 |     300585 |  4041508 |    69188 |    34528 |    16981 |       18 |    48753 |  20 |  0.097 |
3704.87/1981.38	c (1910,0) c |  1 |   1758 |     901306 |     161210 |  1940072 |    47024 |    17012 |    34527 |       20 |    48771 |  20 |  0.097 |
3704.87/1981.38	c (1910,0) c 
3704.87/1981.38	c (1910,0) c synthesis      461795 conflicts  2288804806 propagations      128 conflicts/sec   636354 propagations/sec
3704.87/1981.38	c (1910,0) c real: 1910.39 s, cpu: 3596.75 s, memory: 5428.30 Mb
3761.57/2010.38	c (1939,0) c
3761.57/2010.38	c (1939,0) c |------------------------------------------------------------------------------------------------------------------------|
3761.57/2010.38	c (1939,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3761.57/2010.38	c (1939,0) c |------------------------------------------------------------------------------------------------------------------------|
3761.57/2010.38	c (1939,0) c |  0 |   2311 |    1522083 |     304318 |  4124275 |    37122 |    34744 |    17480 |       18 |    49578 |  20 |  0.097 |
3761.57/2010.38	c (1939,0) c |  1 |   1781 |     920027 |     166800 |  2042424 |    27214 |    17503 |    34736 |       21 |    49598 |  20 |  0.097 |
3761.57/2010.38	c (1939,0) c 
3761.57/2010.38	c (1939,0) c synthesis      471118 conflicts  2327843909 propagations      129 conflicts/sec   637203 propagations/sec
3761.57/2010.38	c (1939,0) c real: 1939.39 s, cpu: 3653.22 s, memory: 5428.70 Mb
3813.63/2040.38	c (1969,0) c
3813.63/2040.38	c (1969,0) c |------------------------------------------------------------------------------------------------------------------------|
3813.63/2040.38	c (1969,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3813.63/2040.38	c (1969,0) c |------------------------------------------------------------------------------------------------------------------------|
3813.63/2040.38	c (1969,0) c |  0 |   2351 |    1546068 |     307295 |  4182515 |    40099 |    34927 |    17957 |       18 |    50218 |  20 |  0.097 |
3813.63/2040.38	c (1969,0) c |  1 |   1795 |     933383 |     172330 |  2111042 |    32744 |    18053 |    34815 |       21 |    50238 |  20 |  0.097 |
3813.63/2040.38	c (1969,0) c 
3813.63/2040.38	c (1969,0) c synthesis      479625 conflicts  2359611841 propagations      129 conflicts/sec   636866 propagations/sec
3813.63/2040.38	c (1969,0) c real: 1969.39 s, cpu: 3705.04 s, memory: 5428.82 Mb
3864.67/2069.39	c (1998,0) c
3864.67/2069.39	c (1998,0) c |------------------------------------------------------------------------------------------------------------------------|
3864.67/2069.39	c (1998,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3864.67/2069.39	c (1998,0) c |------------------------------------------------------------------------------------------------------------------------|
3864.67/2069.39	c (1998,0) c |  0 |   2352 |    1572924 |     315855 |  4188080 |    48659 |    36434 |    18059 |       18 |    50859 |  20 |  0.097 |
3864.67/2069.39	c (1998,0) c |  1 |   1808 |     945012 |     178407 |  2150865 |    38821 |    18776 |    36184 |       21 |    50879 |  20 |  0.097 |
3864.67/2069.39	c (1998,0) c 
3864.67/2069.39	c (1998,0) c synthesis      494262 conflicts  2395891147 propagations      132 conflicts/sec   637901 propagations/sec
3864.67/2069.39	c (1998,0) c real: 1998.39 s, cpu: 3755.9 s, memory: 5428.96 Mb
3918.20/2099.38	c (2028,0) c
3918.20/2099.38	c (2028,0) c |------------------------------------------------------------------------------------------------------------------------|
3918.20/2099.38	c (2028,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3918.20/2099.38	c (2028,0) c |------------------------------------------------------------------------------------------------------------------------|
3918.20/2099.38	c (2028,0) c |  0 |   2357 |    1585026 |     319893 |  4213223 |    52696 |    36675 |    19173 |       18 |    51527 |  20 |  0.098 |
3918.20/2099.38	c (2028,0) c |  1 |   1832 |     956547 |     183277 |  2180646 |    43691 |    19726 |    36503 |       21 |    51547 |  20 |  0.097 |
3918.20/2099.38	c (2028,0) c 
3918.20/2099.38	c (2028,0) c synthesis      503170 conflicts  2433013939 propagations      132 conflicts/sec   638798 propagations/sec
3918.20/2099.38	c (2028,0) c real: 2028.39 s, cpu: 3808.74 s, memory: 5429.09 Mb
3971.00/2128.38	c (2057,0) c
3971.00/2128.38	c (2057,0) c |------------------------------------------------------------------------------------------------------------------------|
3971.00/2128.38	c (2057,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
3971.00/2128.38	c (2057,0) c |------------------------------------------------------------------------------------------------------------------------|
3971.00/2128.38	c (2057,0) c |  0 |   2404 |    1608354 |     323747 |  4293276 |    56550 |    36962 |    38823 |       18 |    52278 |  20 |  0.098 |
3971.00/2128.38	c (2057,0) c |  1 |   1841 |    1106073 |     291074 |  2205505 |    59693 |    40507 |    36735 |       22 |    52298 |  20 |  0.098 |
3971.00/2128.38	c (2057,0) c 
3971.00/2128.38	c (2057,0) c synthesis      614821 conflicts  2475384831 propagations      159 conflicts/sec   641179 propagations/sec
3971.00/2128.38	c (2057,0) c real: 2057.39 s, cpu: 3860.68 s, memory: 5495.70 Mb
4023.07/2157.38	c (2086,0) c
4023.07/2157.38	c (2086,0) c |------------------------------------------------------------------------------------------------------------------------|
4023.07/2157.38	c (2086,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4023.07/2157.38	c (2086,0) c |------------------------------------------------------------------------------------------------------------------------|
4023.07/2157.38	c (2086,0) c |  0 |   2444 |    1640319 |     332371 |  4360618 |    65173 |    38156 |    58321 |       20 |    53100 |  20 |  0.099 |
4023.07/2157.38	c (2086,0) c |  1 |   1841 |    1373543 |     507794 |  2206049 |    71418 |    60456 |    36735 |       23 |    53120 |  20 |  0.098 |
4023.07/2157.38	c (2086,0) c 
4023.07/2157.38	c (2086,0) c synthesis      840165 conflicts  2524634795 propagations      215 conflicts/sec   645290 propagations/sec
4023.07/2157.38	c (2086,0) c real: 2086.39 s, cpu: 3912.4 s, memory: 5498.30 Mb
4077.82/2186.38	c (2115,0) c
4077.82/2186.38	c (2115,0) c |------------------------------------------------------------------------------------------------------------------------|
4077.82/2186.38	c (2115,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4077.82/2186.38	c (2115,0) c |------------------------------------------------------------------------------------------------------------------------|
4077.82/2186.38	c (2115,0) c |  0 |   2481 |    1666618 |     343056 |  4416868 |    75857 |    38757 |    81821 |       20 |    53996 |  20 |  0.101 |
4077.82/2186.38	c (2115,0) c |  1 |   1841 |    1671286 |     751848 |  2206348 |   104675 |    82921 |    36735 |       23 |    54016 |  20 |  0.098 |
4077.82/2186.38	c (2115,0) c 
4077.82/2186.38	c (2115,0) c synthesis     1094904 conflicts  2575685382 propagations      276 conflicts/sec   649279 propagations/sec
4077.82/2186.38	c (2115,0) c real: 2115.39 s, cpu: 3966.99 s, memory: 5501.36 Mb
4131.30/2216.38	c (2145,0) c
4131.30/2216.38	c (2145,0) c |------------------------------------------------------------------------------------------------------------------------|
4131.30/2216.38	c (2145,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4131.30/2216.38	c (2145,0) c |------------------------------------------------------------------------------------------------------------------------|
4131.30/2216.38	c (2145,0) c |  0 |   2524 |    1678692 |     345224 |  4446416 |    39636 |    38865 |   100035 |       20 |    54810 |  20 |  0.101 |
4131.30/2216.38	c (2145,0) c |  1 |   1841 |    1914192 |     949903 |  2206415 |   117323 |   100663 |    36735 |       23 |    54830 |  20 |  0.098 |
4131.30/2216.38	c (2145,0) c 
4131.30/2216.38	c (2145,0) c synthesis     1295127 conflicts  2621224817 propagations      322 conflicts/sec   652003 propagations/sec
4131.30/2216.38	c (2145,0) c real: 2145.39 s, cpu: 4020.27 s, memory: 5502.93 Mb
4185.08/2245.38	c (2174,0) c
4185.08/2245.38	c (2174,0) c |------------------------------------------------------------------------------------------------------------------------|
4185.08/2245.38	c (2174,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4185.08/2245.38	c (2174,0) c |------------------------------------------------------------------------------------------------------------------------|
4185.08/2245.38	c (2174,0) c |  0 |   2549 |    1694288 |     350740 |  4469177 |    45152 |    39182 |   111496 |       22 |    55666 |  20 |  0.101 |
4185.08/2245.38	c (2174,0) c |  1 |   1841 |    2156167 |    1149354 |  2206951 |   107978 |   123357 |    36735 |       23 |    55686 |  20 |  0.098 |
4185.08/2245.38	c (2174,0) c 
4185.08/2245.38	c (2174,0) c synthesis     1500094 conflicts  2668799470 propagations      368 conflicts/sec   655101 propagations/sec
4185.08/2245.38	c (2174,0) c real: 2174.39 s, cpu: 4073.88 s, memory: 5504.81 Mb
4240.75/2275.38	c (2204,0) c
4240.75/2275.38	c (2204,0) c |------------------------------------------------------------------------------------------------------------------------|
4240.75/2275.38	c (2204,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4240.75/2275.38	c (2204,0) c |------------------------------------------------------------------------------------------------------------------------|
4240.75/2275.38	c (2204,0) c |  0 |   2588 |    1735970 |     358195 |  4540292 |    52606 |    39815 |   139608 |       24 |    56501 |  20 |  0.102 |
4240.75/2275.38	c (2204,0) c |  1 |   1841 |    2412369 |    1356263 |  2207055 |    82694 |   140610 |    36735 |       23 |    56521 |  20 |  0.098 |
4240.75/2275.38	c (2204,0) c 
4240.75/2275.38	c (2204,0) c synthesis     1714458 conflicts  2716222224 propagations      415 conflicts/sec   657848 propagations/sec
4240.75/2275.38	c (2204,0) c real: 2204.39 s, cpu: 4128.95 s, memory: 5505.71 Mb
4293.05/2304.38	c (2233,0) c
4293.05/2304.38	c (2233,0) c |------------------------------------------------------------------------------------------------------------------------|
4293.05/2304.38	c (2233,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4293.05/2304.38	c (2233,0) c |------------------------------------------------------------------------------------------------------------------------|
4293.05/2304.38	c (2233,0) c |  0 |   2627 |    1752691 |     360951 |  4598427 |    55360 |    39916 |   157309 |       24 |    57305 |  20 |  0.105 |
4293.05/2304.38	c (2233,0) c |  1 |   1841 |    2642364 |    1549933 |  2207069 |   108562 |   158737 |    36735 |       23 |    57325 |  20 |  0.098 |
4293.05/2304.38	c (2233,0) c 
4293.05/2304.38	c (2233,0) c synthesis     1910884 conflicts  2759829633 propagations      457 conflicts/sec   660072 propagations/sec
4293.05/2304.38	c (2233,0) c real: 2233.39 s, cpu: 4181.1 s, memory: 5507.14 Mb
4347.09/2334.38	c (2263,0) c
4347.09/2334.38	c (2263,0) c |------------------------------------------------------------------------------------------------------------------------|
4347.09/2334.38	c (2263,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4347.09/2334.38	c (2263,0) c |------------------------------------------------------------------------------------------------------------------------|
4347.09/2334.38	c (2263,0) c |  0 |   2674 |    1772395 |     364219 |  4670034 |    58628 |    40011 |   174532 |       25 |    58110 |  20 |  0.105 |
4347.09/2334.38	c (2263,0) c |  1 |   1841 |    2853803 |    1728400 |  2207146 |   108824 |   175148 |    36735 |       23 |    58130 |  20 |  0.098 |
4347.09/2334.38	c (2263,0) c 
4347.09/2334.38	c (2263,0) c synthesis     2092619 conflicts  2802590810 propagations      494 conflicts/sec   661785 propagations/sec
4347.09/2334.38	c (2263,0) c real: 2263.39 s, cpu: 4234.9 s, memory: 5507.95 Mb
4399.69/2363.38	c (2292,0) c
4399.69/2363.38	c (2292,0) c |------------------------------------------------------------------------------------------------------------------------|
4399.69/2363.38	c (2292,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4399.69/2363.38	c (2292,0) c |------------------------------------------------------------------------------------------------------------------------|
4399.69/2363.38	c (2292,0) c |  0 |   2690 |    1776521 |     365033 |  4676333 |    59442 |    40013 |   180436 |       25 |    58877 |  20 |  0.105 |
4399.69/2363.38	c (2292,0) c |  1 |   1841 |    3043868 |    1885101 |  2207155 |   172522 |   180503 |    36735 |       23 |    58897 |  20 |  0.098 |
4399.69/2363.38	c (2292,0) c 
4399.69/2363.38	c (2292,0) c synthesis     2250134 conflicts  2838886572 propagations      525 conflicts/sec   662145 propagations/sec
4399.69/2363.38	c (2292,0) c real: 2292.39 s, cpu: 4287.41 s, memory: 5509.07 Mb
4453.48/2393.38	c (2322,0) c
4453.48/2393.38	c (2322,0) c |------------------------------------------------------------------------------------------------------------------------|
4453.48/2393.38	c (2322,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4453.48/2393.38	c (2322,0) c |------------------------------------------------------------------------------------------------------------------------|
4453.48/2393.38	c (2322,0) c |  0 |   2707 |    1780815 |     365915 |  4680736 |    60324 |    40017 |   187794 |       25 |    59662 |  20 |  0.105 |
4453.48/2393.38	c (2322,0) c |  1 |   1841 |    3241713 |    2054278 |  2207158 |   147901 |   188384 |    36735 |       23 |    59682 |  20 |  0.098 |
4453.48/2393.38	c (2322,0) c 
4453.48/2393.38	c (2322,0) c synthesis     2420193 conflicts  2875570826 propagations      558 conflicts/sec   662412 propagations/sec
4453.48/2393.38	c (2322,0) c real: 2322.39 s, cpu: 4341.06 s, memory: 5510.52 Mb
4506.57/2422.38	c (2351,0) c
4506.57/2422.38	c (2351,0) c |------------------------------------------------------------------------------------------------------------------------|
4506.57/2422.38	c (2351,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4506.57/2422.38	c (2351,0) c |------------------------------------------------------------------------------------------------------------------------|
4506.57/2422.38	c (2351,0) c |  0 |   2725 |    1785528 |     366827 |  4686547 |    61235 |    40028 |   192729 |       25 |    60435 |  20 |  0.106 |
4506.57/2422.38	c (2351,0) c |  1 |   1841 |    3426286 |    2214723 |  2207159 |   104151 |   193048 |    36735 |       23 |    60453 |  20 |  0.098 |
4506.57/2422.38	c (2351,0) c 
4506.57/2422.38	c (2351,0) c synthesis     2581550 conflicts  2910290047 propagations      588 conflicts/sec   662324 propagations/sec
4506.57/2422.38	c (2351,0) c real: 2351.39 s, cpu: 4394.06 s, memory: 5512.12 Mb
4561.81/2452.38	c (2381,0) c
4561.81/2452.38	c (2381,0) c |------------------------------------------------------------------------------------------------------------------------|
4561.81/2452.38	c (2381,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4561.81/2452.38	c (2381,0) c |------------------------------------------------------------------------------------------------------------------------|
4561.81/2452.38	c (2381,0) c |  0 |   2743 |    1790122 |     367758 |  4695126 |    62166 |    40031 |   203665 |       25 |    61229 |  20 |  0.106 |
4561.81/2452.38	c (2381,0) c |  1 |   1841 |    3633290 |    2388698 |  2207936 |   172121 |   206056 |    36735 |       23 |    61249 |  20 |  0.098 |
4561.81/2452.38	c (2381,0) c 
4561.81/2452.38	c (2381,0) c synthesis     2756456 conflicts  2948051545 propagations      620 conflicts/sec   662634 propagations/sec
4561.81/2452.38	c (2381,0) c real: 2381.39 s, cpu: 4448.99 s, memory: 5512.96 Mb
4615.91/2481.38	c (2410,0) c
4615.91/2481.38	c (2410,0) c |------------------------------------------------------------------------------------------------------------------------|
4615.91/2481.38	c (2410,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4615.91/2481.38	c (2410,0) c |------------------------------------------------------------------------------------------------------------------------|
4615.91/2481.38	c (2410,0) c |  0 |   2752 |    1799834 |     373232 |  4713906 |    67639 |    40075 |   224972 |       25 |    62069 |  20 |  0.107 |
4615.91/2481.38	c (2410,0) c |  1 |   1841 |    3838353 |    2560117 |  2208025 |   123738 |   225978 |    36735 |       23 |    62089 |  20 |  0.098 |
4615.91/2481.38	c (2410,0) c 
4615.91/2481.38	c (2410,0) c synthesis     2933349 conflicts  2997840880 propagations      651 conflicts/sec   665741 propagations/sec
4615.91/2481.38	c (2410,0) c real: 2410.39 s, cpu: 4503.01 s, memory: 5513.42 Mb
4670.83/2511.38	c (2440,0) c
4670.83/2511.38	c (2440,0) c |------------------------------------------------------------------------------------------------------------------------|
4670.83/2511.38	c (2440,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
4670.83/2511.38	c (2440,0) c |------------------------------------------------------------------------------------------------------------------------|
4670.83/2511.38	c (2440,0) c |  0 |   2785 |    1809954 |     375750 |  4730029 |    70157 |    40206 |   235028 |       25 |    62894 |  20 |  0.107 |
4670.83/2511.38	c (2440,0) c |  1 |   1841 |    4030889 |    2725768 |  2208051 |   175586 |   236127 |    36735 |       23 |    62914 |  20 |  0.098 |
4670.83/2511.38	c (2440,0) c 
4670.83/2511.38	c (2440,0) c synthesis     3101518 conflicts  3040430391 propagations      680 conflicts/sec   667088 propagations/sec
4670.83/2511.38	c (2440,0) c real: 2440.39 s, cpu: 4557.77 s, memory: 5515.20 Mb
4687.08/2520.02	c (2449,0) receiving signal SIGTERM
4687.08/2520.02	s UNKNOWN
4687.08/2520.02	c (scop.sh) Receiving Signal. Removing all intermediate files.
4687.08/2520.02	c (scop.sh) Remove HOME/scop-4982-serial-file.bin.
4687.08/2520.03	c (scop.sh) Killing background jobs.
4687.08/2520.03	c (2449,0) receiving signal SIGTERM

Verifier Data


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 (15021 MiB free)
  memory of node 1: 16384 MiB (15581 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392488-1568432248/watcher-4392488-1568432248 -o /tmp/evaluation-result-4392488-1568432248/solver-4392488-1568432248 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568426882-3293 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392488-1568432248.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=4982, runsolver pid=4979
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100522 s]*
/proc/loadavg: 1.67 5.66 7.28 2/211 5004
/proc/meminfo: memFree=31243148/32770624 swapFree=66996976/67108860
[pid=4982] ppid=4979 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/4982/stat : 4982 (scop.sh) S 4979 4982 3266 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 419477876 115843072 349 33554432000 4194304 5098028 140733864498016 140733864495272 140658321044092 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24301568 140733864502053 140733864502380 140733864502380 140733864505293 0
/proc/4982/statm: 28282 349 296 221 0 87 0
[pid=4985] ppid=4982 vsize=27314120 memory=105408 CPUtime=0.1 cores=0-7
/proc/4985/stat : 4985 (java) S 4982 4982 3266 0 -1 1077944320 6441 0 0 0 8 2 0 0 20 0 20 0 419477877 27969658880 26352 33554432000 4194304 4196468 140727528240160 140727528222704 139865387863799 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
/proc/4985/statm: 6828530 26352 2796 1 0 6790935 0
[pid=4985/tid=4986] ppid=4982 vsize=27314120 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/4985/task/4986/stat : 4986 (java) R 4982 4982 3266 0 -1 4202560 4536 0 0 0 7 2 0 0 20 0 20 0 419477877 27969658880 26352 33554432000 4194304 4196468 140727528240160 139865359690128 139865387885725 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4987] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4987/stat : 4987 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 26352 33554432000 4194304 4196468 140727528240160 139865392106512 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4988] ppid=4982 vsize=27314120 memory=288370254538176128 CPUtime=0 cores=0-7
/proc/4985/task/4988/stat : 4988 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 26352 33554432000 4194304 4196468 140727528240160 139865210195088 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4989] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4989/stat : 4989 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 26352 33554432000 4194304 4196468 140727528240160 139865209142032 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4990] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4990/stat : 4990 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 26352 33554432000 4194304 4196468 140727528240160 139864807734160 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4991] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4991/stat : 4991 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 26352 33554432000 4194304 4196468 140727528240160 139864806681104 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4992] ppid=4982 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4985/task/4992/stat : 4992 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 26352 33554432000 4194304 4196468 140727528240160 139864805628560 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4993] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4993/stat : 4993 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 26352 33554432000 4194304 4196468 140727528240160 139864804575504 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4994] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4994/stat : 4994 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 26352 33554432000 4194304 4196468 140727528240160 139864803522960 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4995] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4995/stat : 4995 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477881 27969658880 26352 33554432000 4194304 4196468 140727528240160 139863775267568 139865387874946 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4996] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4996/stat : 4996 (java) S 4982 4982 3266 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419477881 27969658880 26352 33554432000 4194304 4196468 140727528240160 139863126959776 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4997] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4997/stat : 4997 (java) S 4982 4982 3266 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419477881 27969658880 26864 33554432000 4194304 4196468 140727528240160 139862992737520 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4998] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4998/stat : 4998 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 26864 33554432000 4194304 4196468 140727528240160 139862618233296 139865387882395 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4999] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4999/stat : 4999 (java) S 4982 4982 3266 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 26864 33554432000 4194304 4196468 140727528240160 139863774214384 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5000] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/5000/stat : 5000 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 26864 33554432000 4194304 4196468 140727528240160 139863773161840 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5001] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/5001/stat : 5001 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 26864 33554432000 4194304 4196468 140727528240160 139863772108784 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5002] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/5002/stat : 5002 (java) S 4982 4982 3266 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 26864 33554432000 4194304 4196468 140727528240160 139863771056240 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5003] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/5003/stat : 5003 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 26864 33554432000 4194304 4196468 140727528240160 139862120328160 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5004] ppid=4982 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4985/task/5004/stat : 5004 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 26864 33554432000 4194304 4196468 140727528240160 139863770004656 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 106804 KiB

[startup+0.210491 s]*
/proc/loadavg: 1.67 5.66 7.28 2/211 5004
/proc/meminfo: memFree=31224452/32770624 swapFree=66996976/67108860
[pid=4982] ppid=4979 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/4982/stat : 4982 (scop.sh) S 4979 4982 3266 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 419477876 115843072 349 33554432000 4194304 5098028 140733864498016 140733864495272 140658321044092 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24301568 140733864502053 140733864502380 140733864502380 140733864505293 0
/proc/4982/statm: 28282 349 296 221 0 87 0
[pid=4985] ppid=4982 vsize=27314120 memory=122404 CPUtime=0.25 cores=0-7
/proc/4985/stat : 4985 (java) S 4982 4982 3266 0 -1 1077944320 11325 0 0 0 21 4 0 0 20 0 20 0 419477877 27969658880 30601 33554432000 4194304 4196468 140727528240160 140727528222704 139865387863799 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
/proc/4985/statm: 6828530 30601 2951 1 0 6790935 0
[pid=4985/tid=4986] ppid=4982 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/4985/task/4986/stat : 4986 (java) R 4982 4982 3266 0 -1 4202560 9018 0 0 0 16 3 0 0 20 0 20 0 419477877 27969658880 30601 33554432000 4194304 4196468 140727528240160 139865359671360 139865373029352 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4987] ppid=4982 vsize=27314120 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/4985/task/4987/stat : 4987 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 30601 33554432000 4194304 4196468 140727528240160 139865392106512 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4988] ppid=4982 vsize=27314120 memory=139878386482977 CPUtime=0 cores=0-7
/proc/4985/task/4988/stat : 4988 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 30601 33554432000 4194304 4196468 140727528240160 139865210195088 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4989] ppid=4982 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4985/task/4989/stat : 4989 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 30601 33554432000 4194304 4196468 140727528240160 139865209142032 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4990] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4990/stat : 4990 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 30601 33554432000 4194304 4196468 140727528240160 139864807734160 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4991] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4991/stat : 4991 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 30601 33554432000 4194304 4196468 140727528240160 139864806681104 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4992] ppid=4982 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4985/task/4992/stat : 4992 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 30601 33554432000 4194304 4196468 140727528240160 139864805628560 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4993] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4993/stat : 4993 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 30601 33554432000 4194304 4196468 140727528240160 139864804575504 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4994] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4994/stat : 4994 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 30601 33554432000 4194304 4196468 140727528240160 139864803522960 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4995] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4995/stat : 4995 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477881 27969658880 30601 33554432000 4194304 4196468 140727528240160 139863775267568 139865387874946 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4996] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4996/stat : 4996 (java) S 4982 4982 3266 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419477881 27969658880 30601 33554432000 4194304 4196468 140727528240160 139863126959776 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4997] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4997/stat : 4997 (java) S 4982 4982 3266 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419477881 27969658880 30601 33554432000 4194304 4196468 140727528240160 139862992737520 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4998] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4998/stat : 4998 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 30601 33554432000 4194304 4196468 140727528240160 139862618233296 139865387882395 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4999] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4999/stat : 4999 (java) S 4982 4982 3266 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 30601 33554432000 4194304 4196468 140727528240160 139863774214384 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5000] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/5000/stat : 5000 (java) S 4982 4982 3266 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 30601 33554432000 4194304 4196468 140727528240160 139863773161840 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5001] ppid=4982 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4985/task/5001/stat : 5001 (java) S 4982 4982 3266 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 30601 33554432000 4194304 4196468 140727528240160 139863772108784 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5002] ppid=4982 vsize=27314120 memory=0 CPUtime=0.02 cores=0-7
/proc/4985/task/5002/stat : 5002 (java) S 4982 4982 3266 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 20 0 419477884 27969658880 30601 33554432000 4194304 4196468 140727528240160 139863771056240 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5003] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/5003/stat : 5003 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 30601 33554432000 4194304 4196468 140727528240160 139862120328160 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5004] ppid=4982 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4985/task/5004/stat : 5004 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 30601 33554432000 4194304 4196468 140727528240160 139863770004656 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 123800 KiB

[startup+0.310285 s]*
/proc/loadavg: 1.67 5.66 7.28 2/211 5004
/proc/meminfo: memFree=31221288/32770624 swapFree=66996976/67108860
[pid=4982] ppid=4979 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/4982/stat : 4982 (scop.sh) S 4979 4982 3266 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 419477876 115843072 349 33554432000 4194304 5098028 140733864498016 140733864495272 140658321044092 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24301568 140733864502053 140733864502380 140733864502380 140733864505293 0
/proc/4982/statm: 28282 349 296 221 0 87 0
[pid=4985] ppid=4982 vsize=27314120 memory=125952 CPUtime=0.42 cores=0-7
/proc/4985/stat : 4985 (java) S 4982 4982 3266 0 -1 1077944320 12384 0 0 0 38 4 0 0 20 0 20 0 419477877 27969658880 31488 33554432000 4194304 4196468 140727528240160 140727528222704 139865387863799 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
/proc/4985/statm: 6828530 31488 3022 1 0 6790935 0
[pid=4985/tid=4986] ppid=4982 vsize=27314120 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/4985/task/4986/stat : 4986 (java) R 4982 4982 3266 0 -1 4202560 9903 0 0 0 26 3 0 0 20 0 20 0 419477877 27969658880 31488 33554432000 4194304 4196468 140727528240160 139865359693872 139865371907429 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4987] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4987/stat : 4987 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 31488 33554432000 4194304 4196468 140727528240160 139865392106512 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4988] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4988/stat : 4988 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 31488 33554432000 4194304 4196468 140727528240160 139865210195088 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4989] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4989/stat : 4989 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 31488 33554432000 4194304 4196468 140727528240160 139865209142032 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4990] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4990/stat : 4990 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 31488 33554432000 4194304 4196468 140727528240160 139864807734160 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4991] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4991/stat : 4991 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 31488 33554432000 4194304 4196468 140727528240160 139864806681104 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4992] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4992/stat : 4992 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 31488 33554432000 4194304 4196468 140727528240160 139864805628560 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4993] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4993/stat : 4993 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 31488 33554432000 4194304 4196468 140727528240160 139864804575504 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4994] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4994/stat : 4994 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419477879 27969658880 31488 33554432000 4194304 4196468 140727528240160 139864803522960 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4995] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4995/stat : 4995 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477881 27969658880 31488 33554432000 4194304 4196468 140727528240160 139863775267568 139865387874946 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4996] ppid=4982 vsize=27314120 memory=279756453125504 CPUtime=0 cores=0-7
/proc/4985/task/4996/stat : 4996 (java) S 4982 4982 3266 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419477881 27969658880 31488 33554432000 4194304 4196468 140727528240160 139863126959776 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4997] ppid=4982 vsize=27314120 memory=279756453130112 CPUtime=0 cores=0-7
/proc/4985/task/4997/stat : 4997 (java) S 4982 4982 3266 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419477881 27969658880 31488 33554432000 4194304 4196468 140727528240160 139862992737520 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4998] ppid=4982 vsize=27314120 memory=279756453134720 CPUtime=0 cores=0-7
/proc/4985/task/4998/stat : 4998 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 31488 33554432000 4194304 4196468 140727528240160 139862618233296 139865387882395 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4999] ppid=4982 vsize=27314120 memory=279756453139328 CPUtime=0.01 cores=0-7
/proc/4985/task/4999/stat : 4999 (java) R 4982 4982 3266 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 20 0 419477884 27969658880 31488 33554432000 4194304 4196468 140727528240160 139863774214384 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5000] ppid=4982 vsize=27314120 memory=279756453143936 CPUtime=0.01 cores=0-7
/proc/4985/task/5000/stat : 5000 (java) S 4982 4982 3266 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 20 0 419477884 27969658880 31488 33554432000 4194304 4196468 140727528240160 139863773161840 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5001] ppid=4982 vsize=27314120 memory=279756453148544 CPUtime=0.01 cores=0-7
/proc/4985/task/5001/stat : 5001 (java) R 4982 4982 3266 0 -1 4202560 44 0 0 0 1 0 0 0 20 0 20 0 419477884 27969658880 31488 33554432000 4194304 4196468 140727528240160 139863772108784 139865380848841 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5002] ppid=4982 vsize=27314120 memory=279756453153152 CPUtime=0.07 cores=0-7
/proc/4985/task/5002/stat : 5002 (java) S 4982 4982 3266 0 -1 1077944384 503 0 0 0 7 0 0 0 20 0 20 0 419477884 27969658880 31488 33554432000 4194304 4196468 140727528240160 139863771056240 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5003] ppid=4982 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/5003/stat : 5003 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 31488 33554432000 4194304 4196468 140727528240160 139862120328160 139865387874005 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=5004] ppid=4982 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/4985/task/5004/stat : 5004 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419477884 27969658880 31488 33554432000 4194304 4196468 140727528240160 139863770004656 139865387874946 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127348 KiB

[startup+0.701243 s]
/proc/loadavg: 1.67 5.66 7.28 2/211 5004
/proc/meminfo: memFree=31198208/32770624 swapFree=66996976/67108860
[pid=4982] ppid=4979 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/4982/stat : 4982 (scop.sh) S 4979 4982 3266 0 -1 4202496 558 319 0 0 0 0 0 0 20 0 1 0 419477876 115843072 349 33554432000 4194304 5098028 140733864498016 140733864495272 140658321044092 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 24301568 140733864502053 140733864502380 140733864502380 140733864505293 0
/proc/4982/statm: 28282 349 296 221 0 87 0
[pid=4985] ppid=4982 vsize=27322516 memory=165908 CPUtime=0.99 cores=0-7
/proc/4985/stat : 4985 (java) S 4982 4982 3266 0 -1 1077944320 20049 0 0 0 92 7 0 0 20 0 20 0 419477877 27978256384 41477 33554432000 4194304 4196468 140727528240160 140727528222704 139865387863799 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
/proc/4985/statm: 6830629 41477 3200 1 0 6791959 0
[pid=4985/tid=4986] ppid=4982 vsize=27322516 memory=4580 CPUtime=0.68 cores=0-7
/proc/4985/task/4986/stat : 4986 (java) R 4982 4982 3266 0 -1 4202560 17019 0 0 0 62 6 0 0 20 0 20 0 419477877 27978256384 41477 33554432000 4194304 4196468 140727528240160 139865359695536 139865371944286 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4987] ppid=4982 vsize=27322516 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4987/stat : 4987 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27978256384 41477 33554432000 4194304 4196468 140727528240160 139865392106512 139865387874005 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4988] ppid=4982 vsize=27322516 memory=0 CPUtime=0 cores=0-7
/proc/4985/task/4988/stat : 4988 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419477879 27978256384 41477 33554432000 4194304 4196468 140727528240160 139865210195088 139865387874005 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33288192 140727528243948 140727528244374 140727528244374 140727528247247 0
[pid=4985/tid=4989] ppid=4982 vsize=27322516 memory=2828 CPUtime=0 cores=0-7

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

/proc/5010/task/5026/stat : 5026 (java) S 4982 4982 3266 0 -1 1077944384 522 0 0 0 10 0 0 0 20 0 24 0 419484909 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145979242864 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5027] ppid=4982 vsize=8414124 memory=1476 CPUtime=0.26 cores=0-7
/proc/5010/task/5027/stat : 5027 (java) S 4982 4982 3266 0 -1 1077944384 1164 0 0 0 26 0 0 0 20 0 24 0 419484909 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145978190064 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5028] ppid=4982 vsize=8414124 memory=125200 CPUtime=0 cores=0-7
/proc/5010/task/5028/stat : 5028 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419484909 8616062976 31300 33554432000 4194304 4196468 140737363165776 140144581536608 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5029] ppid=4982 vsize=8414124 memory=125200 CPUtime=1.31 cores=0-7
/proc/5010/task/5029/stat : 5029 (java) S 4982 4982 3266 0 -1 1077944384 167 0 0 0 68 63 0 0 20 0 24 0 419484909 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145977137968 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5031] ppid=4982 vsize=8414124 memory=3504 CPUtime=0 cores=0-7
/proc/5010/task/5031/stat : 5031 (java) S 4982 4982 3266 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 419484976 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145969661760 140147023687449 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5033] ppid=4982 vsize=8414124 memory=4676504 CPUtime=0.04 cores=0-7
/proc/5010/task/5033/stat : 5033 (java) S 4982 4982 3266 0 -1 4202560 1738 0 0 0 1 3 0 0 20 0 24 0 419484976 8616062976 31300 33554432000 4194304 4196468 140737363165776 140143910436496 140147023684765 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5034] ppid=4982 vsize=8414124 memory=1560 CPUtime=0 cores=0-7
/proc/5010/task/5034/stat : 5034 (java) S 4982 4982 3266 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 419484976 8616062976 31300 33554432000 4194304 4196468 140737363165776 140144178871568 140147023684765 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5035] ppid=4982 vsize=8414124 memory=41016 CPUtime=0 cores=0-7
/proc/5010/task/5035/stat : 5035 (java) S 4982 4982 3266 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 419484978 8616062976 31300 33554432000 4194304 4196468 140737363165776 140143642008880 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
Current children cumulated CPU time: 4654.26 s
Current children cumulated vsize: 14174816 KiB
Current children cumulated memory: 4832328 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.84 1.82 2.19 4/218 5241
/proc/meminfo: memFree=25724580/32770624 swapFree=66996988/67108860
[pid=4982] ppid=4979 vsize=113128 memory=1476 CPUtime=79.83 cores=0-7
/proc/4982/stat : 4982 (scop.sh) S 4979 4982 3266 0 -1 4202496 584 52964 0 0 0 0 7608 375 20 0 1 0 419477876 115843072 369 33554432000 4194304 5098028 140733864498016 140733864494760 140658321044092 0 65536 4100 81923 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 24301568 140733864502053 140733864502380 140733864502380 140733864505293 0
/proc/4982/statm: 28282 369 311 221 0 87 0
[pid=5010] ppid=4982 vsize=8414124 memory=125200 CPUtime=2.75 cores=0-7
/proc/5010/stat : 5010 (java) S 4982 4982 3266 0 -1 1077944320 23140 0 0 0 201 74 0 0 20 0 24 0 419484902 8616062976 31300 33554432000 4194304 4196468 140737363165776 140737363148320 140147023662839 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
/proc/5010/statm: 2103531 31300 3210 1 0 2064875 0
[pid=5030] ppid=5010 vsize=5647880 memory=4718396 CPUtime=4604.5 cores=0-7
/proc/5030/stat : 5030 (manyglucose-4.1) S 5010 4982 3266 0 -1 1077944320 27310543 0 0 0 457378 3072 0 0 20 0 3 0 419484975 5783429120 1179599 33554432000 4194304 4454172 140723433216448 140723433214848 139909706451586 0 4 0 8388610 18446744073709551615 0 0 17 1 0 0 0 0 0 6552832 6554400 14065664 140723433218922 140723433219120 140723433219120 140723433222074 0
/proc/5030/statm: 1411970 1179599 405 64 0 1407638 0
[pid=5030/tid=5036] ppid=5010 vsize=5647880 memory=1060 CPUtime=2268.31 cores=0-7
/proc/5030/task/5036/stat : 5036 (manyglucose-4.1) R 5010 4982 3266 0 -1 4202560 13912002 0 0 0 225369 1462 0 0 20 0 3 0 419486204 5783429120 1179599 33554432000 4194304 4454172 140723433216448 139909675682952 4351321 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6552832 6554400 14065664 140723433218922 140723433219120 140723433219120 140723433222074 0
[pid=5030/tid=5037] ppid=5010 vsize=5647880 memory=1548 CPUtime=2323.87 cores=0-7
/proc/5030/task/5037/stat : 5037 (manyglucose-4.1) R 5010 4982 3266 0 -1 4202560 12448147 0 0 0 230944 1443 0 0 20 0 3 0 419486204 5783429120 1179599 33554432000 4194304 4454172 140723433216448 139909499333744 4351209 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6552832 6554400 14065664 140723433218922 140723433219120 140723433219120 140723433222074 0
[pid=5010/tid=5011] ppid=4982 vsize=8414124 memory=2828 CPUtime=0.76 cores=0-7
/proc/5010/task/5011/stat : 5011 (java) S 4982 4982 3266 0 -1 1077944384 17374 0 0 0 70 6 0 0 20 0 24 0 419484902 8616062976 31300 33554432000 4194304 4196468 140737363165776 140146995503008 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5012] ppid=4982 vsize=8414124 memory=676 CPUtime=0 cores=0-7
/proc/5010/task/5012/stat : 5012 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419484904 8616062976 31300 33554432000 4194304 4196468 140737363165776 140147027905424 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5013] ppid=4982 vsize=8414124 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/5010/task/5013/stat : 5013 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419484904 8616062976 31300 33554432000 4194304 4196468 140737363165776 140146828073744 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5014] ppid=4982 vsize=8414124 memory=1412 CPUtime=0 cores=0-7
/proc/5010/task/5014/stat : 5014 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419484904 8616062976 31300 33554432000 4194304 4196468 140737363165776 140146827021456 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5015] ppid=4982 vsize=8414124 memory=3796 CPUtime=0 cores=0-7
/proc/5010/task/5015/stat : 5015 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419484904 8616062976 31300 33554432000 4194304 4196468 140737363165776 140146825968656 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5016] ppid=4982 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/5010/task/5016/stat : 5016 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419484904 8616062976 31300 33554432000 4194304 4196468 140737363165776 140146824915344 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5017] ppid=4982 vsize=8414124 memory=125200 CPUtime=0 cores=0-7
/proc/5010/task/5017/stat : 5017 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419484904 8616062976 31300 33554432000 4194304 4196468 140737363165776 140146823862544 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5018] ppid=4982 vsize=8414124 memory=4713912 CPUtime=0 cores=0-7
/proc/5010/task/5018/stat : 5018 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419484904 8616062976 31300 33554432000 4194304 4196468 140737363165776 140146822810256 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5019] ppid=4982 vsize=8414124 memory=1644 CPUtime=0 cores=0-7
/proc/5010/task/5019/stat : 5019 (java) S 4982 4982 3266 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419484904 8616062976 31300 33554432000 4194304 4196468 140737363165776 140146821757456 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5020] ppid=4982 vsize=8414124 memory=1476 CPUtime=0.06 cores=0-7
/proc/5010/task/5020/stat : 5020 (java) S 4982 4982 3266 0 -1 1077944384 17 0 0 0 3 3 0 0 20 0 24 0 419484905 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145982401136 140147023673986 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5021] ppid=4982 vsize=8414124 memory=125200 CPUtime=0 cores=0-7
/proc/5010/task/5021/stat : 5021 (java) S 4982 4982 3266 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 419484906 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145588167968 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5022] ppid=4982 vsize=8414124 memory=4716084 CPUtime=0 cores=0-7
/proc/5010/task/5022/stat : 5022 (java) S 4982 4982 3266 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 419484906 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145453946480 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5023] ppid=4982 vsize=8414124 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/5010/task/5023/stat : 5023 (java) S 4982 4982 3266 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419484909 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145079442000 140147023681435 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5024] ppid=4982 vsize=8414124 memory=2124 CPUtime=0.04 cores=0-7
/proc/5010/task/5024/stat : 5024 (java) S 4982 4982 3266 0 -1 1077944384 428 0 0 0 3 1 0 0 20 0 24 0 419484909 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145981347952 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5025] ppid=4982 vsize=8414124 memory=22396 CPUtime=0.1 cores=0-7
/proc/5010/task/5025/stat : 5025 (java) S 4982 4982 3266 0 -1 1077944384 324 0 0 0 10 0 0 0 20 0 24 0 419484909 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145980295152 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5026] ppid=4982 vsize=8414124 memory=11960 CPUtime=0.1 cores=0-7
/proc/5010/task/5026/stat : 5026 (java) S 4982 4982 3266 0 -1 1077944384 522 0 0 0 10 0 0 0 20 0 24 0 419484909 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145979242864 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5027] ppid=4982 vsize=8414124 memory=500 CPUtime=0.26 cores=0-7
/proc/5010/task/5027/stat : 5027 (java) S 4982 4982 3266 0 -1 1077944384 1164 0 0 0 26 0 0 0 20 0 24 0 419484909 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145978190064 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5028] ppid=4982 vsize=8414124 memory=1560 CPUtime=0 cores=0-7
/proc/5010/task/5028/stat : 5028 (java) S 4982 4982 3266 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419484909 8616062976 31300 33554432000 4194304 4196468 140737363165776 140144581536608 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5029] ppid=4982 vsize=8414124 memory=932 CPUtime=1.31 cores=0-7
/proc/5010/task/5029/stat : 5029 (java) S 4982 4982 3266 0 -1 1077944384 169 0 0 0 68 63 0 0 20 0 24 0 419484909 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145977137968 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5031] ppid=4982 vsize=8414124 memory=3624 CPUtime=0 cores=0-7
/proc/5010/task/5031/stat : 5031 (java) S 4982 4982 3266 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 419484976 8616062976 31300 33554432000 4194304 4196468 140737363165776 140145969661760 140147023687449 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5033] ppid=4982 vsize=8414124 memory=1980 CPUtime=0.04 cores=0-7
/proc/5010/task/5033/stat : 5033 (java) S 4982 4982 3266 0 -1 4202560 1738 0 0 0 1 3 0 0 20 0 24 0 419484976 8616062976 31300 33554432000 4194304 4196468 140737363165776 140143910436496 140147023684765 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5034] ppid=4982 vsize=8414124 memory=2512 CPUtime=0 cores=0-7
/proc/5010/task/5034/stat : 5034 (java) S 4982 4982 3266 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 419484976 8616062976 31300 33554432000 4194304 4196468 140737363165776 140144178871568 140147023684765 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5035] ppid=4982 vsize=8414124 memory=1436 CPUtime=0 cores=0-7
/proc/5010/task/5035/stat : 5035 (java) S 4982 4982 3266 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 419484978 8616062976 31300 33554432000 4194304 4196468 140737363165776 140143642008880 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
Current children cumulated CPU time: 4687.08 s
Current children cumulated vsize: 14175132 KiB
Current children cumulated memory: 4845072 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.03 s]
# the end of solver process 4982 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=76.0893 s, system=3.75864 s

[startup+2520.45 s]
# the end of solver process 5010 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4651.9 s, system=35.6664 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.4 s]
/proc/loadavg: 1.84 1.82 2.19 2/217 5245
/proc/meminfo: memFree=26759800/32770624 swapFree=66996988/67108860
[pid=5010] ppid=4979 vsize=8545196 memory=135428 CPUtime=4607.65 cores=0-7
/proc/5010/stat : 5010 (java) S 4979 4982 3266 0 -1 1077944320 23181 27310547 0 0 201 82 457379 3103 20 0 23 0 419484902 8750280704 33857 33554432000 4194304 4196468 140737363165776 140737363148320 140147023662839 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
/proc/5010/statm: 2136299 33857 3210 1 0 2097643 0
[pid=5010/tid=5011] ppid=4979 vsize=8545196 memory=8112282956445269571 CPUtime=4605.58 cores=0-7
/proc/5010/task/5011/stat : 5011 (java) S 4979 4982 3266 0 -1 1077944384 17374 27310547 0 0 70 6 457379 3103 20 0 23 0 419484902 8750280704 33857 33554432000 4194304 4196468 140737363165776 140146995503008 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5012] ppid=4979 vsize=8545196 memory=288230596050944315 CPUtime=4604.82 cores=0-7
/proc/5010/task/5012/stat : 5012 (java) S 4979 4982 3266 0 -1 1077944384 3 27310547 0 0 0 0 457379 3103 20 0 23 0 419484904 8750280704 33857 33554432000 4194304 4196468 140737363165776 140147027905424 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5013] ppid=4979 vsize=8545196 memory=14689699524512400 CPUtime=4604.82 cores=0-7
/proc/5010/task/5013/stat : 5013 (java) S 4979 4982 3266 0 -1 1077944384 1 27310547 0 0 0 0 457379 3103 20 0 23 0 419484904 8750280704 33857 33554432000 4194304 4196468 140737363165776 140146828073744 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5014] ppid=4979 vsize=8545196 memory=1804 CPUtime=4604.82 cores=0-7
/proc/5010/task/5014/stat : 5014 (java) S 4979 4982 3266 0 -1 1077944384 2 27310547 0 0 0 0 457379 3103 20 0 23 0 419484904 8750280704 33857 33554432000 4194304 4196468 140737363165776 140146827021456 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5015] ppid=4979 vsize=8545196 memory=916 CPUtime=4604.82 cores=0-7
/proc/5010/task/5015/stat : 5015 (java) S 4979 4982 3266 0 -1 1077944384 3 27310547 0 0 0 0 457379 3103 20 0 23 0 419484904 8750280704 33857 33554432000 4194304 4196468 140737363165776 140146825968656 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5016] ppid=4979 vsize=8545196 memory=4444 CPUtime=4604.82 cores=0-7
/proc/5010/task/5016/stat : 5016 (java) S 4979 4982 3266 0 -1 1077944384 2 27310547 0 0 0 0 457379 3103 20 0 23 0 419484904 8750280704 33857 33554432000 4194304 4196468 140737363165776 140146824915344 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5017] ppid=4979 vsize=8545196 memory=1476 CPUtime=4604.82 cores=0-7
/proc/5010/task/5017/stat : 5017 (java) S 4979 4982 3266 0 -1 1077944384 2 27310547 0 0 0 0 457379 3103 20 0 23 0 419484904 8750280704 33857 33554432000 4194304 4196468 140737363165776 140146823862544 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5018] ppid=4979 vsize=8545196 memory=125200 CPUtime=4604.82 cores=0-7
/proc/5010/task/5018/stat : 5018 (java) S 4979 4982 3266 0 -1 1077944384 1 27310547 0 0 0 0 457379 3103 20 0 23 0 419484904 8750280704 33857 33554432000 4194304 4196468 140737363165776 140146822810256 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5019] ppid=4979 vsize=8545196 memory=4718392 CPUtime=4604.82 cores=0-7
/proc/5010/task/5019/stat : 5019 (java) S 4979 4982 3266 0 -1 1077944384 2 27310547 0 0 0 0 457379 3103 20 0 23 0 419484904 8750280704 33857 33554432000 4194304 4196468 140737363165776 140146821757456 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5020] ppid=4979 vsize=8545196 memory=3624 CPUtime=4604.88 cores=0-7
/proc/5010/task/5020/stat : 5020 (java) S 4979 4982 3266 0 -1 1077944384 17 27310547 0 0 3 3 457379 3103 20 0 23 0 419484905 8750280704 33857 33554432000 4194304 4196468 140737363165776 140145982400640 140147023673986 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5021] ppid=4979 vsize=8545196 memory=1980 CPUtime=4604.82 cores=0-7
/proc/5010/task/5021/stat : 5021 (java) S 4979 4982 3266 0 -1 1077944384 13 27310547 0 0 0 0 457379 3103 20 0 23 0 419484906 8750280704 33857 33554432000 4194304 4196468 140737363165776 140145588167968 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5022] ppid=4979 vsize=8545196 memory=2512 CPUtime=4604.82 cores=0-7
/proc/5010/task/5022/stat : 5022 (java) S 4979 4982 3266 0 -1 1077944384 21 27310547 0 0 0 0 457379 3103 20 0 23 0 419484906 8750280704 33857 33554432000 4194304 4196468 140737363165776 140145453946480 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5023] ppid=4979 vsize=8545196 memory=1436 CPUtime=4604.82 cores=0-7
/proc/5010/task/5023/stat : 5023 (java) S 4979 4982 3266 0 -1 1077944384 30 27310547 0 0 0 0 457379 3103 20 0 23 0 419484909 8750280704 33857 33554432000 4194304 4196468 140737363165776 140145079442096 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5024] ppid=4979 vsize=8545196 memory=812 CPUtime=4604.86 cores=0-7
/proc/5010/task/5024/stat : 5024 (java) S 4979 4982 3266 0 -1 1077944384 428 27310547 0 0 3 1 457379 3103 20 0 23 0 419484909 8750280704 33857 33554432000 4194304 4196468 140737363165776 140145981347952 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5025] ppid=4979 vsize=8545196 memory=1764 CPUtime=4604.92 cores=0-7
/proc/5010/task/5025/stat : 5025 (java) S 4979 4982 3266 0 -1 1077944384 324 27310547 0 0 10 0 457379 3103 20 0 23 0 419484909 8750280704 33857 33554432000 4194304 4196468 140737363165776 140145980287248 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5026] ppid=4979 vsize=8545196 memory=111628 CPUtime=4604.92 cores=0-7
/proc/5010/task/5026/stat : 5026 (java) S 4979 4982 3266 0 -1 1077944384 522 27310547 0 0 10 0 457379 3103 20 0 23 0 419484909 8750280704 33857 33554432000 4194304 4196468 140737363165776 140145979242864 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5027] ppid=4979 vsize=8545196 memory=796 CPUtime=4605.08 cores=0-7
/proc/5010/task/5027/stat : 5027 (java) S 4979 4982 3266 0 -1 1077944384 1165 27310547 0 0 26 0 457379 3103 20 0 23 0 419484909 8750280704 33857 33554432000 4194304 4196468 140737363165776 140145978190064 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5028] ppid=4979 vsize=8545196 memory=1804 CPUtime=4604.82 cores=0-7
/proc/5010/task/5028/stat : 5028 (java) S 4979 4982 3266 0 -1 1077944384 3 27310547 0 0 0 0 457379 3103 20 0 23 0 419484909 8750280704 33857 33554432000 4194304 4196468 140737363165776 140144581536608 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5031] ppid=4979 vsize=8545196 memory=4444 CPUtime=4604.82 cores=0-7
/proc/5010/task/5031/stat : 5031 (java) S 4979 4982 3266 0 -1 1077944384 24 27310547 0 0 0 0 457379 3103 20 0 23 0 419484976 8750280704 33857 33554432000 4194304 4196468 140737363165776 140145969660944 140147023673986 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5035] ppid=4979 vsize=8545196 memory=3796 CPUtime=4604.82 cores=0-7
/proc/5010/task/5035/stat : 5035 (java) S 4979 4982 3266 0 -1 1077944384 6 27310547 0 0 0 0 457379 3103 20 0 23 0 419484978 8750280704 33857 33554432000 4194304 4196468 140737363165776 140143641999104 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5242] ppid=4979 vsize=8545196 memory=135440 CPUtime=4604.82 cores=0-7
/proc/5010/task/5242/stat : 5242 (java) S 4979 4982 3266 0 -1 1077944384 4 27310547 0 0 0 0 457379 3103 20 0 23 0 419729878 8750280704 33857 33554432000 4194304 4196468 140737363165776 140143373574096 140147023673045 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
[pid=5010/tid=5245] ppid=4979 vsize=8545196 memory=1644 CPUtime=4604.89 cores=0-7
/proc/5010/task/5245/stat : 5245 (java) R 4979 4982 3266 0 -1 4202560 2 27310547 0 0 0 7 457379 3103 20 0 23 0 419729879 8750280704 33857 33554432000 4194304 4196468 140737363165776 140143105139872 140147016348471 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140737363170296 140737363170454 140737363170454 140737363173327 0
Current cumulated CPU time of completed processes: 79.848 s
Current children cumulated CPU time: 4607.65 s
Current children cumulated vsize: 8545196 KiB
Current children cumulated memory: 135428 KiB

Child status: 1
Real time (s): 2520.45
CPU time (s): 4687.57
CPU user time (s): 4651.9
CPU system time (s): 35.6664
CPU usage (%): 185.981
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 7862820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4651.9
system time used= 35.6664
maximum resident set size= 7862484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27387782
page faults= 0
swaps= 0
block input operations= 32
block output operations= 1523720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106492
involuntary context switches= 5789


# summary of solver processes directly reported to runsolver:
#   pid: 4982,5010
#   total CPU time (s): 4687.57
#   total CPU user time (s): 4651.9
#   total CPU system time (s): 35.6664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.3752 second user time and 27.2171 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-14 05:36:29
IDJOB=4392488
IDBENCH=133229
IDSOLVER=2838
FILE ID=node103/4392488-1568432248
RUNJOBID= node103-1568426882-3293
PBS_JOBID= 21702292
Free space on /tmp= 61720 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-12-sum.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392488-1568432248/watcher-4392488-1568432248 -o /tmp/evaluation-result-4392488-1568432248/solver-4392488-1568432248 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568426882-3293 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392488-1568432248.xml

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

MD5SUM BENCH= 72f076078db8222856487e1257170ccd
RANDOM SEED=1368202519

node103.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.74
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.55
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.74
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.55
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.74
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.55
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.74
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31338044 kB
MemAvailable:   31890272 kB
Buffers:          100568 kB
Cached:           736020 kB
SwapCached:         9132 kB
Active:           597876 kB
Inactive:         249920 kB
Active(anon):       5476 kB
Inactive(anon):    47000 kB
Active(file):     592400 kB
Inactive(file):   202920 kB
Unevictable:      111172 kB
Mlocked:          111172 kB
SwapTotal:      67108860 kB
SwapFree:       66996976 kB
Dirty:             20592 kB
Writeback:             0 kB
AnonPages:        114536 kB
Mapped:            44640 kB
Shmem:             32644 kB
Slab:             174764 kB
SReclaimable:     145488 kB
SUnreclaim:        29276 kB
KernelStack:        3344 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61696 MiB
End job on node103 at 2019-09-14 06:18:30