Trace number 4392753

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 hybrid+ManyGlucose (2019-06-15)SAT 689.031 93.7978

General information on the benchmark

NamePrimes/
Primes-m1-p10/Primes-10-60-3-7.xml
MD5SUM24593adebe844e759ba30cbfe45e1115
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 benchmark71.7379
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":97}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":3},{"degree":1,"count":4},{"degree":2,"count":14},{"degree":3,"count":20},{"degree":4,"count":25},{"degree":5,"count":13},{"degree":6,"count":10},{"degree":7,"count":8},{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":6},{"arity":4,"count":7},{"arity":5,"count":12},{"arity":6,"count":1},{"arity":7,"count":9},{"arity":8,"count":7},{"arity":9,"count":9},{"arity":10,"count":9}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
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 -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-21719-serial-file.bin HOME/instance-4392753-1568433561.xml
0.65/0.54	
0.65/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.57	c BEGIN-Prog: Sat Sep 14 05:58:38 CEST 2019
0.65/0.57	c PID: 21722
0.65/0.57	c IP: 172.20.3.147
0.65/0.57	c HOST: node147.alineos.net
0.65/0.57	c (0,0) Parsing Begin
1.40/0.92	c (0,0) Parsing End
1.40/0.93	c (0,0) CSP: 97 int (0 aux), 0 bool (0 aux), 60 ctr, max domain size 28
1.40/0.93	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.40/0.93	c (0,0) Constraint Name Generate Begin
1.40/0.93	c (0,0) Ctr:HOME/instance-4392753-1568433561.xml,Num:Var:WeightedSum
1.40/0.93	c (0,0) Constraint Name Generate End
1.40/0.93	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.40/0.93	c (0,0) CSP to CSPinCNF Begin
1.58/1.04	c (0,0) translated 6 (10%) constraints
1.58/1.05	c (0,0) translated 12 (20%) constraints
1.58/1.07	c (0,0) translated 18 (30%) constraints
1.58/1.08	c (0,0) translated 24 (40%) constraints
1.58/1.09	c (0,0) translated 30 (50%) constraints
1.58/1.10	c (0,0) translated 36 (60%) constraints
1.85/1.11	c (0,0) translated 42 (70%) constraints
1.85/1.12	c (0,0) translated 48 (80%) constraints
1.85/1.12	c (0,0) translated 54 (90%) constraints
1.85/1.13	c (0,0) translated 60 (100%) constraints
1.85/1.13	c (0,0) ===========================================
1.85/1.14	c (0,0) Hybrid: #OE=0, #LE=97
1.85/1.14	c (0,0) Hybrid
1.85/1.14	c (0,0) ===========================================
1.85/1.15	c (0,0) translated 6 (10%) constraints
1.85/1.16	c (0,0) translated 12 (20%) constraints
1.85/1.17	c (0,0) translated 18 (30%) constraints
1.85/1.17	c (0,0) translated 24 (40%) constraints
1.85/1.18	c (0,0) translated 30 (50%) constraints
1.85/1.18	c (0,0) translated 36 (60%) constraints
1.85/1.19	c (0,0) translated 42 (70%) constraints
1.85/1.19	c (0,0) translated 48 (80%) constraints
1.85/1.19	c (0,0) translated 54 (90%) constraints
2.16/1.20	c (0,0) translated 60 (100%) constraints
2.16/1.20	c (0,0) CSP to CSPinCNF End
2.16/1.20	c (0,0) CSP: 97 int (0 aux), 0 bool (0 aux), 120 ctr, max domain size 28
2.16/1.20	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
2.16/1.20	c (0,0) CSPinCNF Propagation Begin
2.16/1.22	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.16/1.22	c (0,0) CSPinCNF Propagation End
2.16/1.22	c (0,0) CSP: 97 int (0 aux), 0 bool (0 aux), 120 ctr, max domain size 28
2.16/1.22	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
2.16/1.22	c (0,0) Hybrid: #OE=0, #LE=97
2.16/1.22	c (0,0) Simplify CSPinCNF Begin
2.16/1.23	c (0,0) Simplify CSPinCNF End
2.16/1.23	c (0,0) CSP: 97 int (0 aux), 0 bool (0 aux), 120 ctr, max domain size 28
2.16/1.23	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
2.16/1.23	c (0,0) Calculate Precise Domain Begin
2.16/1.23	c (0,0) 0 values are removed by re-calculation
2.16/1.23	c (0,0) Calculate Precise Domain End
2.16/1.23	c (0,0) CSP: 97 int (0 aux), 0 bool (0 aux), 120 ctr, max domain size 28
2.16/1.23	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
2.16/1.23	c (0,0) CSPinCNF to SatSolver Begin
3.72/1.70	c (1,1) 12 (10 %) CSP clauses are encoded (0 SAT variables, 125475 SAT clauses)
3.91/1.83	c (1,1) 24 (20 %) CSP clauses are encoded (0 SAT variables, 182160 SAT clauses)
4.15/2.09	c (1,1) 36 (30 %) CSP clauses are encoded (0 SAT variables, 294648 SAT clauses)
4.60/2.44	c (1,1) 48 (40 %) CSP clauses are encoded (0 SAT variables, 460607 SAT clauses)
4.81/2.64	c (2,2) 60 (50 %) CSP clauses are encoded (0 SAT variables, 553150 SAT clauses)
4.91/2.79	c (2,2) 72 (60 %) CSP clauses are encoded (0 SAT variables, 624640 SAT clauses)
5.23/3.03	c (2,2) 84 (70 %) CSP clauses are encoded (0 SAT variables, 738809 SAT clauses)
5.35/3.11	c (2,2) 96 (80 %) CSP clauses are encoded (0 SAT variables, 773770 SAT clauses)
5.44/3.27	c (2,2) 108 (90 %) CSP clauses are encoded (0 SAT variables, 850432 SAT clauses)
5.55/3.40	c (2,2) 120 (100 %) CSP clauses are encoded (0 SAT variables, 908561 SAT clauses)
5.65/3.95	c (2,2) CSPinCNF to SatSolver End
5.65/3.95	c (2,2) Heap : 1914 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
5.65/3.95	c (3,2) 330527 bool, 908641 clause
5.65/3.95	c (3,2) Export Begin
5.73/4.07	c (3,2) Export to HOME/scop-21719-serial-file.bin
5.73/4.07	c (3,2) Export End
5.73/4.08	c (3,2) Export File Size: 0.09 MB
5.73/4.08	c (3,2) 0,0,0,0,0,0,2,STOP-AFTER(DIMACS)
5.73/4.08	c END-Prog: Sat Sep 14 05:58:42 CEST 2019
0.00/4.20	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-21719-serial-file.bin
5.93/4.66	c (0,0) Read Serial File Begin
5.93/4.66	c (0,0) HOME/scop-21719-serial-file.bin
5.93/4.91	c (0,0) Read Serial File End
5.93/4.93	
5.93/4.93	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
5.93/4.93	(Solving Process)
5.93/4.93	
5.93/4.95	c BEGIN-Prog: Sat Sep 14 05:58:43 CEST 2019
5.93/4.95	c PID: 21743
5.93/4.95	c IP: 172.20.3.147
5.93/4.95	c HOST: node147.alineos.net
5.93/4.95	c (0,0) SatSolver.solve Begin
5.93/4.95	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392753-1568433561.xml-scop-21722.cnf
5.93/4.98	c (0,0) c
5.93/4.98	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)
5.93/4.98	c (0,0) c
5.93/4.98	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
5.93/4.98	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
5.93/4.98	c (0,0) c ========================================[ Problem Statistics ]===========================================
5.93/4.98	c (0,0) c |                                                                                                       |
7.60/5.39	c (0,0) c |  Number of variables:        330527                                                                   |
7.60/5.39	c (0,0) c |  Number of clauses:          908430                                                                   |
7.60/5.39	c (0,0) c |  Parse time:                   0.35 s                                                                 |
7.60/5.39	c (0,0) c |                                                                                                       |
8.81/6.58	c (1,0) c |  Simplification time:          1.18 s                                                                 |
8.81/6.58	c (1,0) c |                                                                                                       |
8.81/6.58	c (1,0) c |  Generating clones                                                                                    |
9.42/7.19	c (2,0) c |  all clones generated. Memory =   935.96Mb.                                                           |
9.42/7.19	c (2,0) c ========================================================================================================|
9.42/7.19	c (2,0) c
9.42/7.19	c (2,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
9.42/7.19	c (2,0) c
9.42/7.19	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.42/7.19	c (2,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
9.42/7.19	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.42/7.19	c (2,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
9.42/7.19	c (2,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
9.42/7.19	c (2,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
9.42/7.19	c (2,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
9.42/7.19	c (2,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
9.42/7.19	c (2,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
9.42/7.19	c (2,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
9.42/7.19	c (2,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
9.42/7.19	c (2,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
9.42/7.19	c (2,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
9.42/7.19	c (2,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
9.42/7.19	c (2,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
9.42/7.19	c (2,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
9.42/7.19	c (2,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
9.42/7.19	c (2,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
9.42/7.19	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
243.12/36.69	c (32,0) c
243.12/36.69	c (32,0) c |------------------------------------------------------------------------------------------------------------------------|
243.12/36.69	c (32,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
243.12/36.69	c (32,0) c |------------------------------------------------------------------------------------------------------------------------|
243.12/36.69	c (32,0) c |  0 |     95 |      83775 |      24215 |   162088 |     7795 |     3964 |    20194 |     1076 |       77 |  20 |  0.952 |
243.12/36.69	c (32,0) c |  1 |     96 |      91168 |      24993 |   160256 |     8603 |     4222 |    22303 |     1199 |       83 |  20 |  0.967 |
243.12/36.69	c (32,0) c |  2 |    120 |      93077 |      25259 |   160776 |     8907 |     4297 |    24208 |     1221 |       89 |  20 |  0.962 |
243.12/36.69	c (32,0) c |  3 |     95 |      81780 |      24899 |   149502 |     8481 |     4276 |    23323 |     1350 |       86 |  20 |  0.964 |
243.12/36.69	c (32,0) c |  4 |    124 |      98661 |      25685 |   179309 |     9348 |     4245 |    24729 |     1621 |       90 |  20 |  0.970 |
243.12/36.69	c (32,0) c |  5 |    111 |     105579 |      28779 |   175467 |    12354 |     4743 |    24355 |     1631 |       91 |  20 |  0.973 |
243.12/36.69	c (32,0) c |  6 |    122 |     101075 |      26414 |   172874 |    10107 |     4444 |    25111 |     1629 |       91 |  20 |  0.975 |
243.12/36.69	c (32,0) c |  7 |    126 |      94164 |      27145 |   165749 |    10644 |     4361 |    24509 |     1560 |       90 |  20 |  0.971 |
243.12/36.69	c (32,0) c 
243.12/36.69	c (32,0) c synthesis      207389 conflicts   834443211 propagations      883 conflicts/sec  3554020 propagations/sec
243.12/36.69	c (32,0) c real: 31.7103 s, cpu: 234.789 s, memory: 1519.22 Mb
473.61/65.68	c (61,0) c
473.61/65.68	c (61,0) c |------------------------------------------------------------------------------------------------------------------------|
473.61/65.68	c (61,0) c | id | starts | decisions  |  confls    |  Init T  |  learnts | exported | imported | promoted |  period  | mrg |    %   | 
473.61/65.69	c (61,0) c |------------------------------------------------------------------------------------------------------------------------|
473.61/65.69	c (61,0) c |  0 |    146 |     126861 |      42112 |   201733 |    15901 |     6822 |    41609 |     3641 |      155 |  20 |  1.023 |
473.61/65.69	c (61,0) c |  1 |    139 |     134743 |      43836 |   194324 |    17641 |     7376 |    43916 |     4030 |      163 |  20 |  1.033 |
473.61/65.69	c (61,0) c |  2 |    175 |     144930 |      45857 |   204639 |    19672 |     7620 |    44093 |     4095 |      175 |  20 |  1.030 |
473.61/65.69	c (61,0) c |  3 |    158 |     128080 |      44241 |   189643 |    18040 |     7424 |    46840 |     4149 |      171 |  20 |  1.032 |
473.61/65.69	c (61,0) c |  4 |    177 |     148951 |      46259 |   219503 |    20088 |     7590 |    47851 |     4472 |      175 |  20 |  1.030 |
473.61/65.69	c (61,0) c |  5 |    157 |     149284 |      47387 |   207329 |    21154 |     7079 |    44183 |     4100 |      167 |  20 |  1.031 |
473.61/65.69	c (61,0) c |  6 |    176 |     145772 |      45675 |   212406 |    19517 |     7621 |    43701 |     4363 |      175 |  20 |  1.026 |
473.61/65.69	c (61,0) c |  7 |    177 |     138493 |      44796 |   202688 |    18543 |     7142 |    45818 |     4008 |      168 |  20 |  1.030 |
473.61/65.69	c (61,0) c 
473.61/65.69	c (61,0) c synthesis      360163 conflicts  1622810094 propagations      775 conflicts/sec  3490848 propagations/sec
473.61/65.69	c (61,0) c real: 60.7101 s, cpu: 464.876 s, memory: 1521.15 Mb
688.15/93.45	c (88,0) c
688.15/93.45	c (88,0) c real time : 88.4771 s
688.15/93.45	c (88,0) c cpu time  : 678.328 s
688.15/93.45	c (88,0) c
688.15/93.45	c (88,0) c
688.15/93.45	c (88,0) c
688.15/93.45	c (88,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
688.15/93.45	c (88,0) c
688.15/93.45	c (88,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
688.15/93.45	c (88,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
688.15/93.45	c (88,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
688.15/93.45	c (88,0) c | Conflicts     |          485028 |      57612 |      59501 |      60685 |      60696 |      61302 |      62870 |      61349 |      61013 |
688.15/93.45	c (88,0) c | Decisions     |         1434478 |     215297 |     167276 |     173442 |     162301 |     180994 |     180592 |     181591 |     172985 |
688.15/93.45	c (88,0) c | Propagations  |      2337941498 |  276863285 |  285413976 |  297112385 |  301638791 |  295175497 |  290886288 |  300443479 |  290407797 |
688.15/93.45	c (88,0) c | ReduceDBs     |              48 |          6 |          6 |          6 |          6 |          6 |          6 |          6 |          6 |
688.15/93.45	c (88,0) c | SimpDBs       |             381 |         45 |         48 |         48 |         45 |         50 |         49 |         45 |         51 |
688.15/93.45	c (88,0) c | Restarts      |            1598 |        191 |        180 |        221 |        188 |        215 |        188 |        199 |        216 |
688.15/93.45	c (88,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
688.15/93.45	c (88,0) c | PropBinClauses|      1091128773 |  131599159 |  134080702 |  136554690 |  141898780 |  135226669 |  138344601 |  138281414 |  135142758 |
688.15/93.45	c (88,0) c | PropPreBlocker|      4616968697 |  539571188 |  563611798 |  590386363 |  592750628 |  590308104 |  570016886 |  595838508 |  574485222 |
688.15/93.45	c (88,0) c | PropNotBlocker|      2384737159 |  278619141 |  291410189 |  304916569 |  307145823 |  303778328 |  294787161 |  307020399 |  297059549 |
688.15/93.45	c (88,0) c | LitFullScans  |     11712887116 | 1370790301 | 1434350414 | 1494435524 | 1494412691 | 1494656688 | 1458558323 | 1494469035 | 1471214140 |
688.15/93.45	c (88,0) c | LitScanFracts |         4514502 |     508066 |     348259 |     424205 |     410614 |     647677 |     555405 |     448026 |    1172250 |
688.15/93.45	c (88,0) c | DecisionLevel0|            1862 |        223 |        211 |        252 |        218 |        251 |        227 |        229 |        251 |
688.15/93.45	c (88,0) c | Periods       |            1951 |        228 |        239 |        249 |        249 |        249 |        243 |        249 |        245 |
688.15/93.45	c (88,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
688.15/93.45	c (88,0) c | Avg_Trail     |                 |      39731 |      40605 |      41538 |      40957 |      42830 |      39820 |      41872 |      41577 |
688.15/93.45	c (88,0) c | Avg_DL        |                 |         33 |         32 |         32 |         30 |         33 |         33 |         35 |         33 |
688.15/93.45	c (88,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
688.15/93.45	c (88,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
688.15/93.45	c (88,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
688.15/93.45	c (88,0) c | Exported      |           76056 |       9185 |       9760 |       9715 |       9718 |       9534 |       8757 |       9658 |       9729 |
688.15/93.45	c (88,0) c | Imported      |          495439 |      59203 |      61110 |      63601 |      62119 |      62955 |      62649 |      61125 |      62677 |
688.15/93.45	c (88,0) c | Good          |           15824 |       1939 |       1970 |       1976 |       1965 |       1979 |       1996 |       2001 |       1998 |
688.15/93.45	c (88,0) c | Purge         |          479615 |      57264 |      59140 |      61625 |      60154 |      60976 |      60653 |      59124 |      60679 |
688.15/93.45	c (88,0) c | Promoted      |           52341 |       6101 |       6490 |       6579 |       6525 |       6706 |       6735 |       6768 |       6437 |
688.15/93.45	c (88,0) c | Remove_Imp    |          201537 |      26732 |      26110 |      24927 |      27148 |      26496 |      17750 |      26160 |      26214 |
688.15/93.45	c (88,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
688.15/93.45	c (88,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
688.15/93.45	c (88,0) c | Unaries       |                 |         32 |         31 |         31 |         30 |         36 |         39 |         30 |         35 |
688.15/93.45	c (88,0) c | Binaries      |                 |        297 |        294 |        307 |        303 |        296 |        270 |        260 |        276 |
688.15/93.45	c (88,0) c | Glues         |                 |       1077 |       1032 |       1108 |       1091 |       1102 |       1046 |        987 |       1036 |
688.15/93.45	c (88,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
688.15/93.45	c (88,0) c | Orig_Seen     |            28 % |     228343 |     214085 |     222297 |     212356 |     242299 |     229044 |     235144 |     231949 |
688.15/93.45	c (88,0) c | Diff Orig seen|                 |      X     | -    14258 | -     6046 | -    15987 |      13956 |        701 |       6801 |       3606 |
688.15/93.45	c (88,0) c | Hamming       |            10 % |      X     |      33458 |      33115 |      33243 |      34230 |      33936 |      34044 |      33335 |
688.15/93.45	c (88,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
688.15/93.45	c (88,0) c | RunningTime   |                 |   85.9 100%|   86.0 100%|   84.1  98%|   85.6  99%|   83.6  97%|   86.2 100%|   84.3  98%|   85.9 100%|
688.15/93.45	c (88,0) c | WaitingTime   |                 |    0.0   0%|    0.0   0%|    2.0   2%|    0.6   1%|    2.5   3%|    0.0   0%|    1.9   2%|    0.0   0%|
688.15/93.45	c (88,0) c | ExchangingTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
688.15/93.45	c (88,0) c | PeriodProcTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
688.15/93.45	c (88,0) c | SolvingTime   |                 |   86.0     |   86.1     |   86.1     |   86.2     |   86.1     |   86.2     |   86.2     |   86.0     |
688.15/93.45	c (88,0) c | PropagationTim|                 |   76.0  88%|   75.9  88%|   75.0  87%|   75.2  87%|   75.1  87%|   75.2  87%|   75.4  87%|   74.8  87%|
688.15/93.45	c (88,0) c | AnalysisTime  |                 |    3.8   4%|    3.9   5%|    4.5   5%|    4.4   5%|    4.1   5%|    4.3   5%|    4.2   5%|    4.4   5%|
688.15/93.45	c (88,0) c | ReductionTime |                 |    0.2   0%|    0.2   0%|    0.1   0%|    0.1   0%|    0.1   0%|    0.1   0%|    0.1   0%|    0.1   0%|
688.15/93.45	c (88,0) c | SimplifyTime  |                 |    1.1   1%|    1.2   1%|    1.4   2%|    1.1   1%|    1.5   2%|    1.2   1%|    1.3   2%|    1.3   1%|
688.15/93.45	c (88,0) c | UsedRateTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
688.15/93.45	c (88,0) c | OverlapRateTim|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
688.15/93.45	c (88,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
688.15/93.45	c (88,0) c
688.15/93.45	c (88,0) c
688.15/93.45	c (88,0) c Threads : 8
688.15/93.45	c (88,0) c Winner : 0
688.15/93.46	c (88,0) c Conflicts_0 : 57612
688.15/93.46	c (88,0) c Conflicts_1 : 59501
688.15/93.46	c (88,0) c Conflicts_2 : 60685
688.15/93.46	c (88,0) c Conflicts_3 : 60696
688.15/93.46	c (88,0) c Conflicts_4 : 61302
688.15/93.46	c (88,0) c Conflicts_5 : 62870
688.15/93.46	c (88,0) c Conflicts_6 : 61349
688.15/93.46	c (88,0) c Conflicts_7 : 61013
688.15/93.46	c (88,0) c Conflicts_total : 485028
688.15/93.46	c (88,0) c Conflicts_winner : 57612
688.15/93.46	c (88,0) c Decisions_0 : 215297
688.15/93.46	c (88,0) c Decisions_1 : 167276
688.15/93.46	c (88,0) c Decisions_2 : 173442
688.15/93.46	c (88,0) c Decisions_3 : 162301
688.15/93.46	c (88,0) c Decisions_4 : 180994
688.15/93.46	c (88,0) c Decisions_5 : 180592
688.15/93.46	c (88,0) c Decisions_6 : 181591
688.15/93.46	c (88,0) c Decisions_7 : 172985
688.15/93.46	c (88,0) c Decisions_total : 1434478
688.15/93.46	c (88,0) c Decisions_winner : 215297
688.15/93.46	c (88,0) c Propagations_0 : 276863285
688.15/93.46	c (88,0) c Propagations_1 : 285413976
688.15/93.46	c (88,0) c Propagations_2 : 297112385
688.15/93.46	c (88,0) c Propagations_3 : 301638791
688.15/93.46	c (88,0) c Propagations_4 : 295175497
688.15/93.46	c (88,0) c Propagations_5 : 290886288
688.15/93.46	c (88,0) c Propagations_6 : 300443479
688.15/93.46	c (88,0) c Propagations_7 : 290407797
688.15/93.46	c (88,0) c Propagations_total : 2337941498
688.15/93.46	c (88,0) c Propagations_winner : 276863285
688.15/93.46	c (88,0) c ReduceDBs_0 : 6
688.15/93.46	c (88,0) c ReduceDBs_1 : 6
688.15/93.46	c (88,0) c ReduceDBs_2 : 6
688.15/93.46	c (88,0) c ReduceDBs_3 : 6
688.15/93.46	c (88,0) c ReduceDBs_4 : 6
688.15/93.46	c (88,0) c ReduceDBs_5 : 6
688.15/93.46	c (88,0) c ReduceDBs_6 : 6
688.15/93.46	c (88,0) c ReduceDBs_7 : 6
688.15/93.46	c (88,0) c ReduceDBs_total : 48
688.15/93.46	c (88,0) c ReduceDBs_winner : 6
688.15/93.46	c (88,0) c SimpDBs_0 : 45
688.15/93.46	c (88,0) c SimpDBs_1 : 48
688.15/93.46	c (88,0) c SimpDBs_2 : 48
688.15/93.46	c (88,0) c SimpDBs_3 : 45
688.15/93.46	c (88,0) c SimpDBs_4 : 50
688.15/93.46	c (88,0) c SimpDBs_5 : 49
688.15/93.46	c (88,0) c SimpDBs_6 : 45
688.15/93.46	c (88,0) c SimpDBs_7 : 51
688.15/93.46	c (88,0) c SimpDBs_total : 381
688.15/93.46	c (88,0) c SimpDBs_winner : 45
688.15/93.46	c (88,0) c Restarts_0 : 191
688.15/93.46	c (88,0) c Restarts_1 : 180
688.15/93.46	c (88,0) c Restarts_2 : 221
688.15/93.46	c (88,0) c Restarts_3 : 188
688.15/93.46	c (88,0) c Restarts_4 : 215
688.15/93.46	c (88,0) c Restarts_5 : 188
688.15/93.46	c (88,0) c Restarts_6 : 199
688.15/93.46	c (88,0) c Restarts_7 : 216
688.15/93.46	c (88,0) c Restarts_total : 1598
688.15/93.46	c (88,0) c Restarts_winner : 191
688.15/93.46	c (88,0) c ForcedImports_0 : 0
688.15/93.46	c (88,0) c ForcedImports_1 : 0
688.15/93.46	c (88,0) c ForcedImports_2 : 0
688.15/93.46	c (88,0) c ForcedImports_3 : 0
688.15/93.46	c (88,0) c ForcedImports_4 : 0
688.15/93.46	c (88,0) c ForcedImports_5 : 0
688.15/93.46	c (88,0) c ForcedImports_6 : 0
688.15/93.46	c (88,0) c ForcedImports_7 : 0
688.15/93.46	c (88,0) c ForcedImports_total : 0
688.15/93.46	c (88,0) c ForcedImports_winner : 0
688.15/93.46	c (88,0) c PropsBinClauses_0 : 131599159
688.15/93.46	c (88,0) c PropsBinClauses_1 : 134080702
688.15/93.46	c (88,0) c PropsBinClauses_2 : 136554690
688.15/93.46	c (88,0) c PropsBinClauses_3 : 141898780
688.15/93.46	c (88,0) c PropsBinClauses_4 : 135226669
688.15/93.46	c (88,0) c PropsBinClauses_5 : 138344601
688.15/93.46	c (88,0) c PropsBinClauses_6 : 138281414
688.15/93.46	c (88,0) c PropsBinClauses_7 : 135142758
688.15/93.46	c (88,0) c PropsBinClauses_total : 1091128773
688.15/93.46	c (88,0) c PropsBinClauses_winner : 131599159
688.15/93.46	c (88,0) c PropsPreBlocker_0 : 539571188
688.15/93.46	c (88,0) c PropsPreBlocker_1 : 563611798
688.15/93.46	c (88,0) c PropsPreBlocker_2 : 590386363
688.15/93.46	c (88,0) c PropsPreBlocker_3 : 592750628
688.15/93.46	c (88,0) c PropsPreBlocker_4 : 590308104
688.15/93.46	c (88,0) c PropsPreBlocker_5 : 570016886
688.15/93.46	c (88,0) c PropsPreBlocker_6 : 595838508
688.15/93.46	c (88,0) c PropsPreBlocker_7 : 574485222
688.15/93.46	c (88,0) c PropsPreBlocker_total : 4616968697
688.15/93.46	c (88,0) c PropsPreBlocker_winner : 539571188
688.15/93.46	c (88,0) c PropsNotBlocker_0 : 278619141
688.15/93.46	c (88,0) c PropsNotBlocker_1 : 291410189
688.15/93.46	c (88,0) c PropsNotBlocker_2 : 304916569
688.15/93.46	c (88,0) c PropsNotBlocker_3 : 307145823
688.15/93.46	c (88,0) c PropsNotBlocker_4 : 303778328
688.15/93.46	c (88,0) c PropsNotBlocker_5 : 294787161
688.15/93.46	c (88,0) c PropsNotBlocker_6 : 307020399
688.15/93.46	c (88,0) c PropsNotBlocker_7 : 297059549
688.15/93.46	c (88,0) c PropsNotBlocker_total : 2384737159
688.15/93.46	c (88,0) c PropsNotBlocker_winner : 278619141
688.15/93.46	c (88,0) c PropsLitFullScans_0 : 1370790301
688.15/93.46	c (88,0) c PropsLitFullScans_1 : 1434350414
688.15/93.46	c (88,0) c PropsLitFullScans_2 : 1494435524
688.15/93.46	c (88,0) c PropsLitFullScans_3 : 1494412691
688.15/93.46	c (88,0) c PropsLitFullScans_4 : 1494656688
688.15/93.46	c (88,0) c PropsLitFullScans_5 : 1458558323
688.15/93.46	c (88,0) c PropsLitFullScans_6 : 1494469035
688.15/93.46	c (88,0) c PropsLitFullScans_7 : 1471214140
688.15/93.46	c (88,0) c PropsLitFullScans_total : 11712887116
688.15/93.46	c (88,0) c PropsLitFullScans_winner : 1370790301
688.15/93.46	c (88,0) c LitScanFractions_0 : 508066
688.15/93.46	c (88,0) c LitScanFractions_1 : 348259
688.15/93.46	c (88,0) c LitScanFractions_2 : 424205
688.15/93.46	c (88,0) c LitScanFractions_3 : 410614
688.15/93.46	c (88,0) c LitScanFractions_4 : 647677
688.15/93.46	c (88,0) c LitScanFractions_5 : 555405
688.15/93.46	c (88,0) c LitScanFractions_6 : 448026
688.15/93.46	c (88,0) c LitScanFractions_7 : 1172250
688.15/93.46	c (88,0) c LitScanFractions_total : 4514502
688.15/93.46	c (88,0) c LitScanFractions_winner : 508066
688.15/93.46	c (88,0) c DecisionLevel0_0 : 223
688.15/93.46	c (88,0) c DecisionLevel0_1 : 211
688.15/93.46	c (88,0) c DecisionLevel0_2 : 252
688.15/93.46	c (88,0) c DecisionLevel0_3 : 218
688.15/93.46	c (88,0) c DecisionLevel0_4 : 251
688.15/93.46	c (88,0) c DecisionLevel0_5 : 227
688.15/93.46	c (88,0) c DecisionLevel0_6 : 229
688.15/93.46	c (88,0) c DecisionLevel0_7 : 251
688.15/93.46	c (88,0) c DecisionLevel0_total : 1862
688.15/93.46	c (88,0) c DecisionLevel0_winner : 223
688.15/93.46	c (88,0) c Periods_0 : 228
688.15/93.46	c (88,0) c Periods_1 : 239
688.15/93.46	c (88,0) c Periods_2 : 249
688.15/93.46	c (88,0) c Periods_3 : 249
688.15/93.46	c (88,0) c Periods_4 : 249
688.15/93.46	c (88,0) c Periods_5 : 243
688.15/93.46	c (88,0) c Periods_6 : 249
688.15/93.46	c (88,0) c Periods_7 : 245
688.15/93.46	c (88,0) c Periods_total : 1951
688.15/93.46	c (88,0) c Periods_winner : 228
688.15/93.46	c (88,0) c Margin_0 : 20
688.15/93.46	c (88,0) c Margin_1 : 20
688.15/93.46	c (88,0) c Margin_2 : 20
688.15/93.46	c (88,0) c Margin_3 : 20
688.15/93.46	c (88,0) c Margin_4 : 20
688.15/93.46	c (88,0) c Margin_5 : 20
688.15/93.46	c (88,0) c Margin_6 : 20
688.15/93.46	c (88,0) c Margin_7 : 20
688.15/93.46	c (88,0) c Margin_total : 160
688.15/93.46	c (88,0) c Margin_winner : 20
688.15/93.46	c (88,0) c Exported_0 : 9185
688.15/93.46	c (88,0) c Exported_1 : 9760
688.15/93.46	c (88,0) c Exported_2 : 9715
688.15/93.46	c (88,0) c Exported_3 : 9718
688.15/93.46	c (88,0) c Exported_4 : 9534
688.15/93.46	c (88,0) c Exported_5 : 8757
688.15/93.46	c (88,0) c Exported_6 : 9658
688.15/93.46	c (88,0) c Exported_7 : 9729
688.15/93.46	c (88,0) c Exported_total : 76056
688.15/93.46	c (88,0) c Exported_winner : 9185
688.15/93.46	c (88,0) c Imported_0 : 59203
688.15/93.46	c (88,0) c Imported_1 : 61110
688.15/93.46	c (88,0) c Imported_2 : 63601
688.15/93.46	c (88,0) c Imported_3 : 62119
688.15/93.46	c (88,0) c Imported_4 : 62955
688.15/93.46	c (88,0) c Imported_5 : 62649
688.15/93.46	c (88,0) c Imported_6 : 61125
688.15/93.46	c (88,0) c Imported_7 : 62677
688.15/93.46	c (88,0) c Imported_total : 495439
688.15/93.46	c (88,0) c Imported_winner : 59203
688.15/93.46	c (88,0) c Good_0 : 1939
688.15/93.46	c (88,0) c Good_1 : 1970
688.15/93.46	c (88,0) c Good_2 : 1976
688.15/93.46	c (88,0) c Good_3 : 1965
688.15/93.46	c (88,0) c Good_4 : 1979
688.15/93.46	c (88,0) c Good_5 : 1996
688.15/93.46	c (88,0) c Good_6 : 2001
688.15/93.46	c (88,0) c Good_7 : 1998
688.15/93.46	c (88,0) c Good_total : 15824
688.15/93.46	c (88,0) c Good_winner : 1939
688.15/93.46	c (88,0) c Purge_0 : 57264
688.15/93.46	c (88,0) c Purge_1 : 59140
688.15/93.46	c (88,0) c Purge_2 : 61625
688.15/93.46	c (88,0) c Purge_3 : 60154
688.15/93.46	c (88,0) c Purge_4 : 60976
688.15/93.46	c (88,0) c Purge_5 : 60653
688.15/93.46	c (88,0) c Purge_6 : 59124
688.15/93.46	c (88,0) c Purge_7 : 60679
688.15/93.46	c (88,0) c Purge_total : 479615
688.15/93.46	c (88,0) c Purge_winner : 57264
688.15/93.46	c (88,0) c Promoted_0 : 6101
688.15/93.46	c (88,0) c Promoted_1 : 6490
688.15/93.46	c (88,0) c Promoted_2 : 6579
688.15/93.46	c (88,0) c Promoted_3 : 6525
688.15/93.46	c (88,0) c Promoted_4 : 6706
688.15/93.46	c (88,0) c Promoted_5 : 6735
688.15/93.46	c (88,0) c Promoted_6 : 6768
688.15/93.46	c (88,0) c Promoted_7 : 6437
688.15/93.46	c (88,0) c Promoted_total : 52341
688.15/93.46	c (88,0) c Promoted_winner : 6101
688.15/93.46	c (88,0) c Remove_Imp_0 : 26732
688.15/93.46	c (88,0) c Remove_Imp_1 : 26110
688.15/93.46	c (88,0) c Remove_Imp_2 : 24927
688.15/93.46	c (88,0) c Remove_Imp_3 : 27148
688.15/93.46	c (88,0) c Remove_Imp_4 : 26496
688.15/93.46	c (88,0) c Remove_Imp_5 : 17750
688.15/93.46	c (88,0) c Remove_Imp_6 : 26160
688.15/93.46	c (88,0) c Remove_Imp_7 : 26214
688.15/93.46	c (88,0) c Remove_Imp_total : 201537
688.15/93.46	c (88,0) c Remove_Imp_winner : 26732
688.15/93.46	c (88,0) c Blocked_Reuse_0 : 0
688.15/93.46	c (88,0) c Blocked_Reuse_1 : 0
688.15/93.46	c (88,0) c Blocked_Reuse_2 : 0
688.15/93.46	c (88,0) c Blocked_Reuse_3 : 0
688.15/93.46	c (88,0) c Blocked_Reuse_4 : 0
688.15/93.46	c (88,0) c Blocked_Reuse_5 : 0
688.15/93.46	c (88,0) c Blocked_Reuse_6 : 0
688.15/93.46	c (88,0) c Blocked_Reuse_7 : 0
688.15/93.46	c (88,0) c Blocked_Reuse_total : 0
688.15/93.46	c (88,0) c Blocked_Reuse_winner : 0
688.15/93.46	c (88,0) c Unaries_0 : 32
688.15/93.46	c (88,0) c Unaries_1 : 31
688.15/93.46	c (88,0) c Unaries_2 : 31
688.15/93.46	c (88,0) c Unaries_3 : 30
688.15/93.46	c (88,0) c Unaries_4 : 36
688.15/93.46	c (88,0) c Unaries_5 : 39
688.15/93.46	c (88,0) c Unaries_6 : 30
688.15/93.46	c (88,0) c Unaries_7 : 35
688.15/93.46	c (88,0) c Unaries_total : 264
688.15/93.46	c (88,0) c Unaries_winner : 32
688.15/93.46	c (88,0) c Binaries_0 : 297
688.15/93.46	c (88,0) c Binaries_1 : 294
688.15/93.46	c (88,0) c Binaries_2 : 307
688.15/93.46	c (88,0) c Binaries_3 : 303
688.15/93.46	c (88,0) c Binaries_4 : 296
688.15/93.46	c (88,0) c Binaries_5 : 270
688.15/93.46	c (88,0) c Binaries_6 : 260
688.15/93.46	c (88,0) c Binaries_7 : 276
688.15/93.46	c (88,0) c Binaries_total : 2303
688.15/93.46	c (88,0) c Binaries_winner : 297
688.15/93.46	c (88,0) c Glues_0 : 1077
688.15/93.46	c (88,0) c Glues_1 : 1032
688.15/93.46	c (88,0) c Glues_2 : 1108
688.15/93.46	c (88,0) c Glues_3 : 1091
688.15/93.46	c (88,0) c Glues_4 : 1102
688.15/93.46	c (88,0) c Glues_5 : 1046
688.15/93.46	c (88,0) c Glues_6 : 987
688.15/93.46	c (88,0) c Glues_7 : 1036
688.15/93.46	c (88,0) c Glues_total : 8479
688.15/93.46	c (88,0) c Glues_winner : 1077
688.15/93.46	c (88,0) c RunningTime_0 : 85.924480
688.15/93.46	c (88,0) c RunningTime_1 : 86.034936
688.15/93.46	c (88,0) c RunningTime_2 : 84.069800
688.15/93.46	c (88,0) c RunningTime_3 : 85.587829
688.15/93.46	c (88,0) c RunningTime_4 : 83.631218
688.15/93.46	c (88,0) c RunningTime_5 : 86.162419
688.15/93.46	c (88,0) c RunningTime_6 : 84.279557
688.15/93.46	c (88,0) c RunningTime_7 : 85.939330
688.15/93.46	c (88,0) c RunningTime_total : 681.629568
688.15/93.46	c (88,0) c RunningTime_winner : 85.924480
688.15/93.46	c (88,0) c WaitingTime_0 : 0.000246
688.15/93.46	c (88,0) c WaitingTime_1 : 0.000361
688.15/93.46	c (88,0) c WaitingTime_2 : 2.046273
688.15/93.46	c (88,0) c WaitingTime_3 : 0.586150
688.15/93.46	c (88,0) c WaitingTime_4 : 2.468631
688.15/93.46	c (88,0) c WaitingTime_5 : 0.043161
688.15/93.46	c (88,0) c WaitingTime_6 : 1.923372
688.15/93.46	c (88,0) c WaitingTime_7 : 0.000379
688.15/93.46	c (88,0) c WaitingTime_total : 7.068573
688.15/93.46	c (88,0) c WaitingTime_winner : 0.000246
688.15/93.46	c (88,0) c ExchangingTime_0 : 0.031629
688.15/93.46	c (88,0) c ExchangingTime_1 : 0.030928
688.15/93.46	c (88,0) c ExchangingTime_2 : 0.030813
688.15/93.46	c (88,0) c ExchangingTime_3 : 0.030795
688.15/93.46	c (88,0) c ExchangingTime_4 : 0.032533
688.15/93.46	c (88,0) c ExchangingTime_5 : 0.031055
688.15/93.46	c (88,0) c ExchangingTime_6 : 0.029951
688.15/93.46	c (88,0) c ExchangingTime_7 : 0.032696
688.15/93.46	c (88,0) c ExchangingTime_total : 0.250401
688.15/93.46	c (88,0) c ExchangingTime_winner : 0.031629
688.15/93.46	c (88,0) c PeriodProcTime_0 : 0.002954
688.15/93.46	c (88,0) c PeriodProcTime_1 : 0.002325
688.15/93.46	c (88,0) c PeriodProcTime_2 : 0.002296
688.15/93.46	c (88,0) c PeriodProcTime_3 : 0.002322
688.15/93.46	c (88,0) c PeriodProcTime_4 : 0.002358
688.15/93.46	c (88,0) c PeriodProcTime_5 : 0.002437
688.15/93.46	c (88,0) c PeriodProcTime_6 : 0.002297
688.15/93.46	c (88,0) c PeriodProcTime_7 : 0.002530
688.15/93.46	c (88,0) c PeriodProcTime_total : 0.019519
688.15/93.46	c (88,0) c PeriodProcTime_winner : 0.002954
688.15/93.46	c (88,0) c SolvingTime_0 : 85.959309
688.15/93.46	c (88,0) c SolvingTime_1 : 86.068549
688.15/93.46	c (88,0) c SolvingTime_2 : 86.149183
688.15/93.46	c (88,0) c SolvingTime_3 : 86.207096
688.15/93.46	c (88,0) c SolvingTime_4 : 86.134740
688.15/93.46	c (88,0) c SolvingTime_5 : 86.239072
688.15/93.46	c (88,0) c SolvingTime_6 : 86.235177
688.15/93.46	c (88,0) c SolvingTime_7 : 85.974935
688.15/93.46	c (88,0) c SolvingTime_total : 688.968061
688.15/93.46	c (88,0) c SolvingTime_winner : 85.959309
688.15/93.46	c (88,0) c PropagationTime_0 : 75.964060
688.15/93.46	c (88,0) c PropagationTime_1 : 75.870720
688.15/93.46	c (88,0) c PropagationTime_2 : 75.010506
688.15/93.46	c (88,0) c PropagationTime_3 : 75.170849
688.15/93.47	c (88,0) c PropagationTime_4 : 75.139678
688.15/93.47	c (88,0) c PropagationTime_5 : 75.229862
688.15/93.47	c (88,0) c PropagationTime_6 : 75.376965
688.15/93.47	c (88,0) c PropagationTime_7 : 74.823365
688.15/93.47	c (88,0) c PropagationTime_total : 602.586004
688.15/93.47	c (88,0) c PropagationTime_winner : 75.964060
688.15/93.47	c (88,0) c AnalysisTime_0 : 3.797060
688.15/93.47	c (88,0) c AnalysisTime_1 : 3.902610
688.15/93.47	c (88,0) c AnalysisTime_2 : 4.478409
688.15/93.47	c (88,0) c AnalysisTime_3 : 4.447222
688.15/93.47	c (88,0) c AnalysisTime_4 : 4.140272
688.15/93.47	c (88,0) c AnalysisTime_5 : 4.328123
688.15/93.47	c (88,0) c AnalysisTime_6 : 4.202102
688.15/93.47	c (88,0) c AnalysisTime_7 : 4.433908
688.15/93.47	c (88,0) c AnalysisTime_total : 33.729707
688.15/93.47	c (88,0) c AnalysisTime_winner : 3.797060
688.15/93.47	c (88,0) c ReductionTime_0 : 0.150187
688.15/93.47	c (88,0) c ReductionTime_1 : 0.154887
688.15/93.47	c (88,0) c ReductionTime_2 : 0.139042
688.15/93.47	c (88,0) c ReductionTime_3 : 0.140581
688.15/93.47	c (88,0) c ReductionTime_4 : 0.140927
688.15/93.47	c (88,0) c ReductionTime_5 : 0.133218
688.15/93.47	c (88,0) c ReductionTime_6 : 0.140483
688.15/93.47	c (88,0) c ReductionTime_7 : 0.140580
688.15/93.47	c (88,0) c ReductionTime_total : 1.139905
688.15/93.47	c (88,0) c ReductionTime_winner : 0.150187
688.15/93.47	c (88,0) c SimplifyTime_0 : 1.099938
688.15/93.47	c (88,0) c SimplifyTime_1 : 1.168683
688.15/93.47	c (88,0) c SimplifyTime_2 : 1.354914
688.15/93.47	c (88,0) c SimplifyTime_3 : 1.099499
688.15/93.47	c (88,0) c SimplifyTime_4 : 1.510531
688.15/93.47	c (88,0) c SimplifyTime_5 : 1.205791
688.15/93.47	c (88,0) c SimplifyTime_6 : 1.325341
688.15/93.47	c (88,0) c SimplifyTime_7 : 1.277437
688.15/93.47	c (88,0) c SimplifyTime_total : 10.042134
688.15/93.47	c (88,0) c SimplifyTime_winner : 1.099938
688.15/93.47	c (88,0) c UsedRateTime_0 : 0.000000
688.15/93.47	c (88,0) c UsedRateTime_1 : 0.000000
688.15/93.47	c (88,0) c UsedRateTime_2 : 0.000000
688.15/93.47	c (88,0) c UsedRateTime_3 : 0.000000
688.15/93.47	c (88,0) c UsedRateTime_4 : 0.000000
688.15/93.47	c (88,0) c UsedRateTime_5 : 0.000000
688.15/93.47	c (88,0) c UsedRateTime_6 : 0.000000
688.15/93.47	c (88,0) c UsedRateTime_7 : 0.000000
688.15/93.47	c (88,0) c UsedRateTime_total : 0.000000
688.15/93.47	c (88,0) c UsedRateTime_winner : 0.000000
688.15/93.47	c (88,0) c OverlapRateTime_0 : 0.000000
688.15/93.47	c (88,0) c OverlapRateTime_1 : 0.000000
688.15/93.47	c (88,0) c OverlapRateTime_2 : 0.000000
688.15/93.47	c (88,0) c OverlapRateTime_3 : 0.000000
688.15/93.47	c (88,0) c OverlapRateTime_4 : 0.000000
688.15/93.47	c (88,0) c OverlapRateTime_5 : 0.000000
688.15/93.47	c (88,0) c OverlapRateTime_6 : 0.000000
688.15/93.47	c (88,0) c OverlapRateTime_7 : 0.000000
688.15/93.47	c (88,0) c OverlapRateTime_total : 0.000000
688.15/93.47	c (88,0) c OverlapRateTime_winner : 0.000000
688.15/93.47	c (88,0) c
688.15/93.47	c (88,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
688.15/93.47	c (88,0) c
688.15/93.47	c (88,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
688.15/93.47	c (88,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
688.15/93.47	c (88,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
688.15/93.47	c (88,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
688.15/93.47	c (88,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
688.15/93.47	c (88,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
688.15/93.47	c (88,0) c | Initial random_seed   |  367530697 | 1966363294 | 1161171589 | 1595768119 | 1517816440 |  526053561 |  582485716 |  366814953 |
688.15/93.47	c (88,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
688.15/93.47	c (88,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
688.15/93.47	c (88,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
688.15/93.47	c (88,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
688.15/93.47	c (88,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
688.15/93.47	c (88,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
688.15/93.47	c (88,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
688.15/93.47	c (88,0) c | var_decay             |     0.9100 |     0.9100 |     0.9200 |     0.9200 |     0.9200 |     0.9200 |     0.9200 |     0.9200 |
688.15/93.47	c (88,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
688.15/93.47	c (88,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
688.15/93.47	c (88,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
688.15/93.47	c (88,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
688.15/93.47	c (88,0) 
688.15/93.47	c (88,0) s SATISFIABLE
7.61/93.69	c (89,0) SatSolver.solve End
7.61/93.69	c (89,0) Heap : 223 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
7.61/93.69	c (89,0) Show results Begin
688.83/93.76	c (89,0) x[0] = 7
688.83/93.76	c (89,0) x[1] = 17
688.83/93.76	c (89,0) x[2] = 19
688.83/93.76	c (89,0) x[3] = 13
688.83/93.76	c (89,0) x[4] = 7
688.83/93.76	c (89,0) x[5] = 13
688.83/93.76	c (89,0) x[6] = 17
688.83/93.76	c (89,0) x[7] = 5
688.83/93.76	c (89,0) x[8] = 29
688.83/93.76	c (89,0) x[9] = 3
688.83/93.76	c (89,0) x[10] = 5
688.83/93.76	c (89,0) x[11] = 19
688.83/93.76	c (89,0) x[12] = 2
688.83/93.76	c (89,0) x[13] = 29
688.83/93.76	c (89,0) x[14] = 7
688.83/93.76	c (89,0) x[15] = 17
688.83/93.76	c (89,0) x[16] = 2
688.83/93.76	c (89,0) x[17] = 17
688.83/93.76	c (89,0) x[18] = 5
688.83/93.76	c (89,0) x[20] = 3
688.83/93.76	c (89,0) x[21] = 23
688.83/93.76	c (89,0) x[22] = 19
688.83/93.76	c (89,0) x[23] = 29
688.83/93.76	c (89,0) x[24] = 5
688.83/93.76	c (89,0) x[25] = 2
688.83/93.76	c (89,0) x[26] = 5
688.83/93.76	c (89,0) x[27] = 7
688.83/93.76	c (89,0) x[28] = 19
688.83/93.76	c (89,0) x[29] = 13
688.83/93.76	c (89,0) x[30] = 29
688.83/93.76	c (89,0) x[31] = 5
688.83/93.76	c (89,0) x[32] = 5
688.83/93.76	c (89,0) x[33] = 23
688.83/93.76	c (89,0) x[34] = 29
688.83/93.76	c (89,0) x[35] = 19
688.83/93.76	c (89,0) x[36] = 7
688.83/93.76	c (89,0) x[37] = 17
688.83/93.76	c (89,0) x[38] = 3
688.83/93.76	c (89,0) x[39] = 5
688.83/93.76	c (89,0) x[40] = 29
688.83/93.76	c (89,0) x[41] = 7
688.83/93.76	c (89,0) x[42] = 3
688.83/93.76	c (89,0) x[43] = 29
688.83/93.76	c (89,0) x[44] = 11
688.83/93.76	c (89,0) x[45] = 19
688.83/93.76	c (89,0) x[46] = 23
688.83/93.76	c (89,0) x[47] = 11
688.83/93.76	c (89,0) x[48] = 13
688.83/93.76	c (89,0) x[49] = 2
688.83/93.76	c (89,0) x[50] = 7
688.83/93.76	c (89,0) x[51] = 17
688.83/93.76	c (89,0) x[52] = 3
688.83/93.76	c (89,0) x[53] = 2
688.83/93.76	c (89,0) x[54] = 17
688.83/93.76	c (89,0) x[55] = 7
688.83/93.76	c (89,0) x[56] = 5
688.83/93.78	c (89,0) x[57] = 2
688.83/93.78	c (89,0) x[58] = 17
688.83/93.78	c (89,0) x[59] = 3
688.83/93.78	c (89,0) x[60] = 13
688.83/93.78	c (89,0) x[61] = 13
688.83/93.78	c (89,0) x[62] = 11
688.83/93.78	c (89,0) x[63] = 19
688.83/93.78	c (89,0) x[64] = 17
688.83/93.78	c (89,0) x[65] = 13
688.83/93.78	c (89,0) x[66] = 17
688.83/93.78	c (89,0) x[67] = 29
688.83/93.78	c (89,0) x[68] = 7
688.83/93.78	c (89,0) x[69] = 19
688.83/93.78	c (89,0) x[70] = 11
688.83/93.78	c (89,0) x[72] = 5
688.83/93.78	c (89,0) x[73] = 13
688.83/93.78	c (89,0) x[74] = 11
688.83/93.78	c (89,0) x[75] = 19
688.83/93.78	c (89,0) x[76] = 11
688.83/93.78	c (89,0) x[77] = 11
688.83/93.78	c (89,0) x[78] = 7
688.83/93.78	c (89,0) x[79] = 2
688.83/93.78	c (89,0) x[80] = 19
688.83/93.78	c (89,0) x[81] = 23
688.83/93.78	c (89,0) x[82] = 17
688.83/93.78	c (89,0) x[83] = 23
688.83/93.78	c (89,0) x[84] = 23
688.83/93.78	c (89,0) x[85] = 11
688.83/93.78	c (89,0) x[86] = 7
688.83/93.78	c (89,0) x[87] = 3
688.83/93.78	c (89,0) x[88] = 11
688.83/93.78	c (89,0) x[89] = 29
688.83/93.78	c (89,0) x[90] = 5
688.83/93.78	c (89,0) x[91] = 2
688.83/93.78	c (89,0) x[92] = 17
688.83/93.78	c (89,0) x[93] = 23
688.83/93.78	c (89,0) x[94] = 29
688.83/93.78	c (89,0) x[95] = 5
688.83/93.78	c (89,0) x[96] = 17
688.83/93.78	c (89,0) x[97] = 17
688.83/93.78	c (89,0) x[99] = 29
688.83/93.78	s SATISFIABLE
688.83/93.78	v <instantiation>
688.83/93.78	v     <list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[99]</list>
688.83/93.78	v     <values>7 17 19 13 7 13 17 5 29 3 5 19 2 29 7 17 2 17 5 3 23 19 29 5 2 5 7 19 13 29 5 5 23 29 19 7 17 3 5 29 7 3 29 11 19 23 11 13 2 7 17 3 2 17 7 5 2 17 3 13 13 11 19 17 13 17 29 7 19 11 5 13 11 19 11 11 7 2 19 23 17 23 23 11 7 3 11 29 5 2 17 23 29 5 17 17 29</values>
688.83/93.78	v </instantiation>
688.83/93.78	c (89,0) Show results End
688.83/93.78	c (89,0) Heap : 223 MiB used (max 3925 MiB), NonHeap : 18 MiB used (max 0 MiB)
688.83/93.78	c (89,0) 89,89,STOP-AFTER(ALL)
688.83/93.78	c END-Prog: Sat Sep 14 06:00:12 CEST 2019

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392753-1568433561/watcher-4392753-1568433561 -o /tmp/evaluation-result-4392753-1568433561/solver-4392753-1568433561 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568427292-16623 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392753-1568433561.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
Current StackSize limit: 8192 KiB

solver pid=21719, runsolver pid=21716

[startup+0.100171 s]*
/proc/loadavg: 2.18 5.67 6.91 3/211 21741
/proc/meminfo: memFree=26750320/32770624 swapFree=66957016/67108860
[pid=21719] ppid=21716 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21719/stat : 21719 (scop.sh) S 21716 21719 16596 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 419269946 115843072 349 33554432000 4194304 5098028 140734753656896 140734753654152 140062029910652 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7864320 140734753661732 140734753662060 140734753662060 140734753664973 0
/proc/21719/statm: 28282 349 296 221 0 87 0
[pid=21722] ppid=21719 vsize=27314120 memory=106620 CPUtime=0.1 cores=0-7
/proc/21722/stat : 21722 (java) S 21719 21719 16596 0 -1 1077944320 6669 0 0 0 8 2 0 0 20 0 20 0 419269946 27969658880 26655 33554432000 4194304 4196468 140734828251584 140734828234128 139980247314167 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
/proc/21722/statm: 6828530 26655 2817 1 0 6790935 0
[pid=21722/tid=21723] ppid=21719 vsize=27314120 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/21722/task/21723/stat : 21723 (java) R 21719 21719 16596 0 -1 4202560 4766 0 0 0 7 2 0 0 20 0 20 0 419269946 27969658880 26655 33554432000 4194304 4196468 140734828251584 139980219139024 139980232746149 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21724] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21724/stat : 21724 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 26655 33554432000 4194304 4196468 140734828251584 139980251556752 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21725] ppid=21719 vsize=27314120 memory=139811329541760 CPUtime=0 cores=0-7
/proc/21722/task/21725/stat : 21725 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 26655 33554432000 4194304 4196468 140734828251584 139980034951952 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21726] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21726/stat : 21726 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 26655 33554432000 4194304 4196468 140734828251584 139980033899664 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21727] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21727/stat : 21727 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 26655 33554432000 4194304 4196468 140734828251584 139980032846864 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21728] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21728/stat : 21728 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 26655 33554432000 4194304 4196468 140734828251584 139980031793552 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21729] ppid=21719 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21722/task/21729/stat : 21729 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 26655 33554432000 4194304 4196468 140734828251584 139979665692944 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21730] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21730/stat : 21730 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 26655 33554432000 4194304 4196468 140734828251584 139979664640656 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21731] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21731/stat : 21731 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 26655 33554432000 4194304 4196468 140734828251584 139979663587856 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21732] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21732/stat : 21732 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269950 27969658880 26655 33554432000 4194304 4196468 140734828251584 139979237845616 139980247325314 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21733] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21733/stat : 21733 (java) S 21719 21719 16596 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419269951 27969658880 26655 33554432000 4194304 4196468 140734828251584 139978151552288 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21734] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21734/stat : 21734 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269951 27969658880 26655 33554432000 4194304 4196468 140734828251584 139977883117168 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21735] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21735/stat : 21735 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269953 27969658880 26655 33554432000 4194304 4196468 140734828251584 139977508608592 139980247332763 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21736] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21736/stat : 21736 (java) S 21719 21719 16596 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 419269953 27969658880 26655 33554432000 4194304 4196468 140734828251584 139979236792432 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21737] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21737/stat : 21737 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269953 27969658880 26655 33554432000 4194304 4196468 140734828251584 139979235739632 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21738] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21738/stat : 21738 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419269953 27969658880 26655 33554432000 4194304 4196468 140734828251584 139979234687344 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21739] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21739/stat : 21739 (java) S 21719 21719 16596 0 -1 1077944384 267 0 0 0 0 0 0 0 20 0 20 0 419269953 27969658880 26655 33554432000 4194304 4196468 140734828251584 139979233634544 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21740] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21740/stat : 21740 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419269954 27969658880 26655 33554432000 4194304 4196468 140734828251584 139977010703200 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21741] ppid=21719 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21722/task/21741/stat : 21741 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269954 27969658880 26655 33554432000 4194304 4196468 140734828251584 139979232582448 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108016 KiB

[startup+0.210196 s]*
/proc/loadavg: 2.18 5.67 6.91 2/211 21741
/proc/meminfo: memFree=26728480/32770624 swapFree=66957016/67108860
[pid=21719] ppid=21716 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21719/stat : 21719 (scop.sh) S 21716 21719 16596 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 419269946 115843072 349 33554432000 4194304 5098028 140734753656896 140734753654152 140062029910652 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7864320 140734753661732 140734753662060 140734753662060 140734753664973 0
/proc/21719/statm: 28282 349 296 221 0 87 0
[pid=21722] ppid=21719 vsize=27314120 memory=125472 CPUtime=0.25 cores=0-7
/proc/21722/stat : 21722 (java) S 21719 21719 16596 0 -1 1077944320 12274 0 0 0 21 4 0 0 20 0 20 0 419269946 27969658880 31368 33554432000 4194304 4196468 140734828251584 140734828234128 139980247314167 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
/proc/21722/statm: 6828530 31368 2926 1 0 6790935 0
[pid=21722/tid=21723] ppid=21719 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/21722/task/21723/stat : 21723 (java) R 21719 21719 16596 0 -1 4202560 10000 0 0 0 16 3 0 0 20 0 20 0 419269946 27969658880 31368 33554432000 4194304 4196468 140734828251584 139980219133408 139980228877696 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21724] ppid=21719 vsize=27314120 memory=328 CPUtime=0 cores=0-7
/proc/21722/task/21724/stat : 21724 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 31368 33554432000 4194304 4196468 140734828251584 139980251556752 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21725] ppid=21719 vsize=27314120 memory=139811329557600 CPUtime=0 cores=0-7
/proc/21722/task/21725/stat : 21725 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 31368 33554432000 4194304 4196468 140734828251584 139980034951952 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21726] ppid=21719 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21722/task/21726/stat : 21726 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 31368 33554432000 4194304 4196468 140734828251584 139980033899664 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21727] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21727/stat : 21727 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 31368 33554432000 4194304 4196468 140734828251584 139980032846864 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21728] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21728/stat : 21728 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 31368 33554432000 4194304 4196468 140734828251584 139980031793552 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21729] ppid=21719 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21722/task/21729/stat : 21729 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 31368 33554432000 4194304 4196468 140734828251584 139979665692944 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21730] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21730/stat : 21730 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 31368 33554432000 4194304 4196468 140734828251584 139979664640656 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21731] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21731/stat : 21731 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 31368 33554432000 4194304 4196468 140734828251584 139979663587856 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21732] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21732/stat : 21732 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269950 27969658880 31368 33554432000 4194304 4196468 140734828251584 139979237845616 139980247325314 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21733] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21733/stat : 21733 (java) S 21719 21719 16596 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419269951 27969658880 31368 33554432000 4194304 4196468 140734828251584 139978151552288 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21734] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21734/stat : 21734 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269951 27969658880 31368 33554432000 4194304 4196468 140734828251584 139977883117168 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21735] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21735/stat : 21735 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269953 27969658880 31368 33554432000 4194304 4196468 140734828251584 139977508608592 139980247332763 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21736] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21736/stat : 21736 (java) S 21719 21719 16596 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 20 0 419269953 27969658880 31368 33554432000 4194304 4196468 140734828251584 139979236792432 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21737] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21737/stat : 21737 (java) S 21719 21719 16596 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 419269953 27969658880 31368 33554432000 4194304 4196468 140734828251584 139979235739632 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21738] ppid=21719 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21722/task/21738/stat : 21738 (java) S 21719 21719 16596 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 419269953 27969658880 31368 33554432000 4194304 4196468 140734828251584 139979234687344 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21739] ppid=21719 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/21722/task/21739/stat : 21739 (java) S 21719 21719 16596 0 -1 1077944384 451 0 0 0 2 0 0 0 20 0 20 0 419269953 27969658880 31368 33554432000 4194304 4196468 140734828251584 139979233634544 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21740] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21740/stat : 21740 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419269954 27969658880 31368 33554432000 4194304 4196468 140734828251584 139977010703200 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21741] ppid=21719 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21722/task/21741/stat : 21741 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269954 27969658880 31368 33554432000 4194304 4196468 140734828251584 139979232582448 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 126868 KiB

[startup+0.309365 s]*
/proc/loadavg: 2.18 5.67 6.91 2/211 21741
/proc/meminfo: memFree=26727732/32770624 swapFree=66957016/67108860
[pid=21719] ppid=21716 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21719/stat : 21719 (scop.sh) S 21716 21719 16596 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 419269946 115843072 349 33554432000 4194304 5098028 140734753656896 140734753654152 140062029910652 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7864320 140734753661732 140734753662060 140734753662060 140734753664973 0
/proc/21719/statm: 28282 349 296 221 0 87 0
[pid=21722] ppid=21719 vsize=27314120 memory=129620 CPUtime=0.42 cores=0-7
/proc/21722/stat : 21722 (java) S 21719 21719 16596 0 -1 1077944320 12783 0 0 0 38 4 0 0 20 0 20 0 419269946 27969658880 32405 33554432000 4194304 4196468 140734828251584 140734828234128 139980247314167 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
/proc/21722/statm: 6828530 32405 3022 1 0 6790935 0
[pid=21722/tid=21723] ppid=21719 vsize=27314120 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21722/task/21723/stat : 21723 (java) R 21719 21719 16596 0 -1 4202560 10325 0 0 0 26 3 0 0 20 0 20 0 419269946 27969658880 32405 33554432000 4194304 4196468 140734828251584 139980219108272 139980231394654 0 4 2 16800973 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21724] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21724/stat : 21724 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 32405 33554432000 4194304 4196468 140734828251584 139980251556752 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21725] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21725/stat : 21725 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 32405 33554432000 4194304 4196468 140734828251584 139980034951952 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21726] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21726/stat : 21726 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 32405 33554432000 4194304 4196468 140734828251584 139980033899664 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21727] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21727/stat : 21727 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 32405 33554432000 4194304 4196468 140734828251584 139980032846864 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21728] ppid=21719 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/21722/task/21728/stat : 21728 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 32405 33554432000 4194304 4196468 140734828251584 139980031793552 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21729] ppid=21719 vsize=27314120 memory=139811184800687 CPUtime=0 cores=0-7
/proc/21722/task/21729/stat : 21729 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 32405 33554432000 4194304 4196468 140734828251584 139979665692944 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21730] ppid=21719 vsize=27314120 memory=139811184802992 CPUtime=0 cores=0-7
/proc/21722/task/21730/stat : 21730 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 32405 33554432000 4194304 4196468 140734828251584 139979664640656 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21731] ppid=21719 vsize=27314120 memory=139811184805296 CPUtime=0 cores=0-7
/proc/21722/task/21731/stat : 21731 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27969658880 32405 33554432000 4194304 4196468 140734828251584 139979663587856 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21732] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21732/stat : 21732 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269950 27969658880 32405 33554432000 4194304 4196468 140734828251584 139979237845616 139980247325314 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21733] ppid=21719 vsize=27314120 memory=279622369617552 CPUtime=0 cores=0-7
/proc/21722/task/21733/stat : 21733 (java) S 21719 21719 16596 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 419269951 27969658880 32405 33554432000 4194304 4196468 140734828251584 139978151552288 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21734] ppid=21719 vsize=27314120 memory=279622369624464 CPUtime=0 cores=0-7
/proc/21722/task/21734/stat : 21734 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269951 27969658880 32405 33554432000 4194304 4196468 140734828251584 139977883117168 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21735] ppid=21719 vsize=27314120 memory=279622369565744 CPUtime=0 cores=0-7
/proc/21722/task/21735/stat : 21735 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269953 27969658880 32405 33554432000 4194304 4196468 140734828251584 139977508608592 139980247332763 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21736] ppid=21719 vsize=27314120 memory=279622369638288 CPUtime=0 cores=0-7
/proc/21722/task/21736/stat : 21736 (java) S 21719 21719 16596 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 20 0 419269953 27969658880 32405 33554432000 4194304 4196468 140734828251584 139979236792432 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21737] ppid=21719 vsize=27314120 memory=279622369645200 CPUtime=0.01 cores=0-7
/proc/21722/task/21737/stat : 21737 (java) S 21719 21719 16596 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 20 0 419269953 27969658880 32405 33554432000 4194304 4196468 140734828251584 139979235739632 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21738] ppid=21719 vsize=27314120 memory=279622369642896 CPUtime=0.02 cores=0-7
/proc/21722/task/21738/stat : 21738 (java) R 21719 21719 16596 0 -1 4202560 120 0 0 0 2 0 0 0 20 0 20 0 419269953 27969658880 32405 33554432000 4194304 4196468 140734828251584 139979234687344 139980232924899 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21739] ppid=21719 vsize=27314120 memory=279622369659056 CPUtime=0.07 cores=0-7
/proc/21722/task/21739/stat : 21739 (java) S 21719 21719 16596 0 -1 1077944384 498 0 0 0 7 0 0 0 20 0 20 0 419269953 27969658880 32405 33554432000 4194304 4196468 140734828251584 139979233634544 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21740] ppid=21719 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21740/stat : 21740 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419269954 27969658880 32405 33554432000 4194304 4196468 140734828251584 139977010703200 139980247324373 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21741] ppid=21719 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/21722/task/21741/stat : 21741 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269954 27969658880 32405 33554432000 4194304 4196468 140734828251584 139979232582448 139980247325314 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 131016 KiB

[startup+0.700878 s]
/proc/loadavg: 2.18 5.67 6.91 2/211 21741
/proc/meminfo: memFree=26706276/32770624 swapFree=66957016/67108860
[pid=21719] ppid=21716 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/21719/stat : 21719 (scop.sh) S 21716 21719 16596 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 419269946 115843072 349 33554432000 4194304 5098028 140734753656896 140734753654152 140062029910652 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 7864320 140734753661732 140734753662060 140734753662060 140734753664973 0
/proc/21719/statm: 28282 349 296 221 0 87 0
[pid=21722] ppid=21719 vsize=27322440 memory=165588 CPUtime=1.01 cores=0-7
/proc/21722/stat : 21722 (java) S 21719 21719 16596 0 -1 1077944320 20494 0 0 0 94 7 0 0 20 0 20 0 419269946 27978178560 41397 33554432000 4194304 4196468 140734828251584 140734828234128 139980247314167 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
/proc/21722/statm: 6830610 41397 3182 1 0 6791959 0
[pid=21722/tid=21723] ppid=21719 vsize=27322440 memory=279622370016944 CPUtime=0.67 cores=0-7
/proc/21722/task/21723/stat : 21723 (java) R 21719 21719 16596 0 -1 4202560 17464 0 0 0 62 5 0 0 20 0 20 0 419269946 27978178560 41397 33554432000 4194304 4196468 140734828251584 139980219145256 139980247336093 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21724] ppid=21719 vsize=27322440 memory=139811185009520 CPUtime=0 cores=0-7
/proc/21722/task/21724/stat : 21724 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419269949 27978178560 41397 33554432000 4194304 4196468 140734828251584 139980251556752 139980247324373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21725] ppid=21719 vsize=27322440 memory=0 CPUtime=0 cores=0-7
/proc/21722/task/21725/stat : 21725 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419269949 27978178560 41397 33554432000 4194304 4196468 140734828251584 139980034951952 139980247324373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0
[pid=21722/tid=21726] ppid=21719 vsize=27322440 memory=1096 CPUtime=0 cores=0-7
/proc/21722/task/21726/stat : 21726 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419269949 27978178560 41397 33554432000 4194304 4196468 140734828251584 139980033899664 139980247324373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32526336 140734828258026 140734828258454 140734828258454 140734828261327 0

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

[pid=21743/tid=21745] ppid=21719 vsize=8414124 memory=2828 CPUtime=0 cores=0-7
/proc/21743/task/21745/stat : 21745 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419270368 8616062976 30581 33554432000 4194304 4196468 140722993334400 139893398436112 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21746] ppid=21719 vsize=8414124 memory=1164 CPUtime=0 cores=0-7
/proc/21743/task/21746/stat : 21746 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419270368 8616062976 30581 33554432000 4194304 4196468 140722993334400 139893198604688 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21747] ppid=21719 vsize=8414124 memory=14008 CPUtime=0 cores=0-7
/proc/21743/task/21747/stat : 21747 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419270368 8616062976 30581 33554432000 4194304 4196468 140722993334400 139893197552144 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21748] ppid=21719 vsize=8414124 memory=12040 CPUtime=0 cores=0-7
/proc/21743/task/21748/stat : 21748 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419270368 8616062976 30581 33554432000 4194304 4196468 140722993334400 139893196499600 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21749] ppid=21719 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/21743/task/21749/stat : 21749 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419270368 8616062976 30581 33554432000 4194304 4196468 140722993334400 139893195447056 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21750] ppid=21719 vsize=8414124 memory=233195249379808 CPUtime=0 cores=0-7
/proc/21743/task/21750/stat : 21750 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419270368 8616062976 30581 33554432000 4194304 4196468 140722993334400 139893194394512 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21751] ppid=21719 vsize=8414124 memory=233195249379809 CPUtime=0 cores=0-7
/proc/21743/task/21751/stat : 21751 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419270368 8616062976 30581 33554432000 4194304 4196468 140722993334400 139893193341968 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21752] ppid=21719 vsize=8414124 memory=233195249379810 CPUtime=0 cores=0-7
/proc/21743/task/21752/stat : 21752 (java) S 21719 21719 16596 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 419270368 8616062976 30581 33554432000 4194304 4196468 140722993334400 139892872965264 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21753] ppid=21719 vsize=8414124 memory=7686721470284078228 CPUtime=0 cores=0-7
/proc/21743/task/21753/stat : 21753 (java) S 21719 21719 16596 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 419270369 8616062976 30581 33554432000 4194304 4196468 140722993334400 139892621854704 139893394205314 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21754] ppid=21719 vsize=8414124 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/21743/task/21754/stat : 21754 (java) S 21719 21719 16596 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 419270370 8616062976 30581 33554432000 4194304 4196468 140722993334400 139891849552800 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21755] ppid=21719 vsize=8414124 memory=15252640887999028 CPUtime=0 cores=0-7
/proc/21743/task/21755/stat : 21755 (java) S 21719 21719 16596 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 419270370 8616062976 30581 33554432000 4194304 4196468 140722993334400 139891715331056 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21756] ppid=21719 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/21743/task/21756/stat : 21756 (java) S 21719 21719 16596 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 419270372 8616062976 30581 33554432000 4194304 4196468 140722993334400 139891340826832 139893394212763 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21757] ppid=21719 vsize=8414124 memory=1 CPUtime=0.1 cores=0-7
/proc/21743/task/21757/stat : 21757 (java) S 21719 21719 16596 0 -1 1077944384 922 0 0 0 10 0 0 0 20 0 24 0 419270372 8616062976 30581 33554432000 4194304 4196468 140722993334400 139892620802544 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21758] ppid=21719 vsize=8414124 memory=0 CPUtime=0.09 cores=0-7
/proc/21743/task/21758/stat : 21758 (java) S 21719 21719 16596 0 -1 1077944384 291 0 0 0 9 0 0 0 20 0 24 0 419270372 8616062976 30581 33554432000 4194304 4196468 140722993334400 139892619750000 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21759] ppid=21719 vsize=8414124 memory=1560 CPUtime=0.1 cores=0-7
/proc/21743/task/21759/stat : 21759 (java) S 21719 21719 16596 0 -1 1077944384 260 0 0 0 10 0 0 0 20 0 24 0 419270373 8616062976 30581 33554432000 4194304 4196468 140722993334400 139892618697456 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21760] ppid=21719 vsize=8414124 memory=4008 CPUtime=0.23 cores=0-7
/proc/21743/task/21760/stat : 21760 (java) S 21719 21719 16596 0 -1 1077944384 784 0 0 0 23 0 0 0 20 0 24 0 419270373 8616062976 30581 33554432000 4194304 4196468 140722993334400 139892617644912 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21761] ppid=21719 vsize=8414124 memory=1096 CPUtime=0 cores=0-7
/proc/21743/task/21761/stat : 21761 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419270373 8616062976 30581 33554432000 4194304 4196468 140722993334400 139890842921184 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21762] ppid=21719 vsize=8414124 memory=7686721470284078228 CPUtime=0.04 cores=0-7
/proc/21743/task/21762/stat : 21762 (java) S 21719 21719 16596 0 -1 1077944384 7 0 0 0 2 2 0 0 20 0 24 0 419270373 8616062976 30581 33554432000 4194304 4196468 140722993334400 139892616591792 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21764] ppid=21719 vsize=8414124 memory=776 CPUtime=0 cores=0-7
/proc/21743/task/21764/stat : 21764 (java) S 21719 21719 16596 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 419270444 8616062976 30581 33554432000 4194304 4196468 140722993334400 139892608558272 139893394218777 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21766] ppid=21719 vsize=8414124 memory=1560 CPUtime=0 cores=0-7
/proc/21743/task/21766/stat : 21766 (java) S 21719 21719 16596 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 419270444 8616062976 30581 33554432000 4194304 4196468 140722993334400 139890171821872 139893394216093 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21767] ppid=21719 vsize=8414124 memory=4008 CPUtime=0 cores=0-7
/proc/21743/task/21767/stat : 21767 (java) S 21719 21719 16596 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 24 0 419270444 8616062976 30581 33554432000 4194304 4196468 140722993334400 139890440257456 139893394216093 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21768] ppid=21719 vsize=8414124 memory=1096 CPUtime=0 cores=0-7
/proc/21743/task/21768/stat : 21768 (java) S 21719 21719 16596 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 419270446 8616062976 30581 33554432000 4194304 4196468 140722993334400 139889903394480 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
Current children cumulated CPU time: 687.19 s
Current children cumulated vsize: 9873780 KiB
Current children cumulated memory: 1152824 KiB

[startup+93.6012 s]
/proc/loadavg: 7.04 6.34 7.03 9/226 21790
/proc/meminfo: memFree=25685952/32770624 swapFree=66957016/67108860
[pid=21719] ppid=21716 vsize=113128 memory=1476 CPUtime=5.93 cores=0-7
/proc/21719/stat : 21719 (scop.sh) S 21716 21719 16596 0 -1 4202496 582 28446 0 0 0 0 551 42 20 0 1 0 419269946 115843072 369 33554432000 4194304 5098028 140734753656896 140734753653640 140062029910652 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7864320 140734753661732 140734753662060 140734753662060 140734753664973 0
/proc/21719/statm: 28282 369 311 221 0 87 0
[pid=21743] ppid=21719 vsize=8414124 memory=178332 CPUtime=1.68 cores=0-7
/proc/21743/stat : 21743 (java) S 21719 21719 16596 0 -1 1077944320 21808 0 0 0 156 12 0 0 20 0 24 0 419270366 8616062976 44583 33554432000 4194304 4196468 140722993334400 140722993316944 139893394194167 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
/proc/21743/statm: 2103531 44583 3225 1 0 2064875 0
[pid=21743/tid=21744] ppid=21719 vsize=8414124 memory=2020 CPUtime=681.81 cores=0-7
/proc/21743/task/21744/stat : 21744 (java) S 21719 21719 16596 0 -1 1077944384 17466 1665156 0 0 73 7 67840 261 20 0 24 0 419270367 8616062976 44583 33554432000 4194304 4196468 140722993334400 139893366034336 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21745] ppid=21719 vsize=8414124 memory=988 CPUtime=681.01 cores=0-7
/proc/21743/task/21745/stat : 21745 (java) S 21719 21719 16596 0 -1 1077944384 1 1665156 0 0 0 0 67840 261 20 0 24 0 419270368 8616062976 44583 33554432000 4194304 4196468 140722993334400 139893398436112 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21746] ppid=21719 vsize=8414124 memory=1368 CPUtime=681.01 cores=0-7
/proc/21743/task/21746/stat : 21746 (java) S 21719 21719 16596 0 -1 1077944384 2 1665156 0 0 0 0 67840 261 20 0 24 0 419270368 8616062976 44583 33554432000 4194304 4196468 140722993334400 139893198604688 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21747] ppid=21719 vsize=8414124 memory=1056 CPUtime=681.01 cores=0-7
/proc/21743/task/21747/stat : 21747 (java) S 21719 21719 16596 0 -1 1077944384 3 1665156 0 0 0 0 67840 261 20 0 24 0 419270368 8616062976 44583 33554432000 4194304 4196468 140722993334400 139893197552144 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21748] ppid=21719 vsize=8414124 memory=4104 CPUtime=681.01 cores=0-7
/proc/21743/task/21748/stat : 21748 (java) S 21719 21719 16596 0 -1 1077944384 1 1665156 0 0 0 0 67840 261 20 0 24 0 419270368 8616062976 44583 33554432000 4194304 4196468 140722993334400 139893196499600 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21749] ppid=21719 vsize=8414124 memory=1412 CPUtime=681.01 cores=0-7
/proc/21743/task/21749/stat : 21749 (java) S 21719 21719 16596 0 -1 1077944384 1 1665156 0 0 0 0 67840 261 20 0 24 0 419270368 8616062976 44583 33554432000 4194304 4196468 140722993334400 139893195447056 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21750] ppid=21719 vsize=8414124 memory=3564 CPUtime=681.01 cores=0-7
/proc/21743/task/21750/stat : 21750 (java) S 21719 21719 16596 0 -1 1077944384 2 1665156 0 0 0 0 67840 261 20 0 24 0 419270368 8616062976 44583 33554432000 4194304 4196468 140722993334400 139893194394512 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21751] ppid=21719 vsize=8414124 memory=1476 CPUtime=681.01 cores=0-7
/proc/21743/task/21751/stat : 21751 (java) S 21719 21719 16596 0 -1 1077944384 3 1665156 0 0 0 0 67840 261 20 0 24 0 419270368 8616062976 44583 33554432000 4194304 4196468 140722993334400 139893193341968 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21752] ppid=21719 vsize=8414124 memory=122324 CPUtime=681.01 cores=0-7
/proc/21743/task/21752/stat : 21752 (java) S 21719 21719 16596 0 -1 1077944384 2 1665156 0 0 0 0 67840 261 20 0 24 0 419270368 8616062976 44583 33554432000 4194304 4196468 140722993334400 139892872965264 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21753] ppid=21719 vsize=8414124 memory=1028608 CPUtime=681.01 cores=0-7
/proc/21743/task/21753/stat : 21753 (java) S 21719 21719 16596 0 -1 1077944384 7 1665156 0 0 0 0 67840 261 20 0 24 0 419270369 8616062976 44583 33554432000 4194304 4196468 140722993334400 139892621854704 139893394205314 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21754] ppid=21719 vsize=8414124 memory=7686721470284078228 CPUtime=681.01 cores=0-7
/proc/21743/task/21754/stat : 21754 (java) S 21719 21719 16596 0 -1 1077944384 13 1665156 0 0 0 0 67840 261 20 0 24 0 419270370 8616062976 44583 33554432000 4194304 4196468 140722993334400 139891849552800 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21755] ppid=21719 vsize=8414124 memory=4126316290023845779 CPUtime=681.01 cores=0-7
/proc/21743/task/21755/stat : 21755 (java) S 21719 21719 16596 0 -1 1077944384 21 1665156 0 0 0 0 67840 261 20 0 24 0 419270370 8616062976 44583 33554432000 4194304 4196468 140722993334400 139891715331056 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21756] ppid=21719 vsize=8414124 memory=2828 CPUtime=681.01 cores=0-7
/proc/21743/task/21756/stat : 21756 (java) S 21719 21719 16596 0 -1 1077944384 1 1665156 0 0 0 0 67840 261 20 0 24 0 419270372 8616062976 44583 33554432000 4194304 4196468 140722993334400 139891340826832 139893394212763 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21757] ppid=21719 vsize=8414124 memory=1164 CPUtime=681.13 cores=0-7
/proc/21743/task/21757/stat : 21757 (java) S 21719 21719 16596 0 -1 1077944384 931 1665156 0 0 12 0 67840 261 20 0 24 0 419270372 8616062976 44583 33554432000 4194304 4196468 140722993334400 139892620802544 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21758] ppid=21719 vsize=8414124 memory=14008 CPUtime=681.14 cores=0-7
/proc/21743/task/21758/stat : 21758 (java) S 21719 21719 16596 0 -1 1077944384 490 1665156 0 0 13 0 67840 261 20 0 24 0 419270372 8616062976 44583 33554432000 4194304 4196468 140722993334400 139892619750000 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21759] ppid=21719 vsize=8414124 memory=12040 CPUtime=681.14 cores=0-7
/proc/21743/task/21759/stat : 21759 (java) R 21719 21719 16596 0 -1 4202560 361 1665156 0 0 13 0 67840 261 20 0 24 0 419270373 8616062976 44583 33554432000 4194304 4196468 140722993334400 139892618697456 139893375722059 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21760] ppid=21719 vsize=8414124 memory=1716 CPUtime=681.29 cores=0-7
/proc/21743/task/21760/stat : 21760 (java) S 21719 21719 16596 0 -1 1077944384 1061 1665156 0 0 28 0 67840 261 20 0 24 0 419270373 8616062976 45095 33554432000 4194304 4196468 140722993334400 139892617644912 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21761] ppid=21719 vsize=8414124 memory=6100 CPUtime=681.01 cores=0-7
/proc/21743/task/21761/stat : 21761 (java) S 21719 21719 16596 0 -1 1077944384 3 1665156 0 0 0 0 67840 261 20 0 24 0 419270373 8616062976 45095 33554432000 4194304 4196468 140722993334400 139890842921184 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21762] ppid=21719 vsize=8414124 memory=11624 CPUtime=681.06 cores=0-7
/proc/21743/task/21762/stat : 21762 (java) S 21719 21719 16596 0 -1 1077944384 7 1665156 0 0 3 2 67840 261 20 0 24 0 419270373 8616062976 45097 33554432000 4194304 4196468 140722993334400 139892616591792 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21764] ppid=21719 vsize=8414124 memory=732 CPUtime=681.01 cores=0-7
/proc/21743/task/21764/stat : 21764 (java) R 21719 21719 16596 0 -1 4202560 23 1665156 0 0 0 0 67840 261 20 0 23 0 419270444 8616062976 45097 33554432000 4194304 4196468 140722993334400 139892608558272 139893378274654 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21766] ppid=21719 vsize=8414124 memory=776 CPUtime=681.12 cores=0-7
/proc/21743/task/21766/stat : 21766 (java) R 21719 21719 16596 0 -1 4202560 80 1665156 0 0 10 1 67840 261 20 0 23 0 419270444 8616062976 45097 33554432000 4194304 4196468 140722993334400 139890171826712 139892874877242 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21768] ppid=21719 vsize=8414124 memory=4008 CPUtime=681.01 cores=0-7
/proc/21743/task/21768/stat : 21768 (java) S 21719 21719 16596 0 -1 1077944384 3 1665156 0 0 0 0 67840 261 20 0 23 0 419270446 8616062976 45097 33554432000 4194304 4196468 140722993334400 139889903394240 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 179808 KiB

[startup+93.7012 s]
/proc/loadavg: 7.04 6.34 7.03 9/226 21790
/proc/meminfo: memFree=25685952/32770624 swapFree=66957016/67108860
[pid=21719] ppid=21716 vsize=113128 memory=1476 CPUtime=5.93 cores=0-7
/proc/21719/stat : 21719 (scop.sh) S 21716 21719 16596 0 -1 4202496 582 28446 0 0 0 0 551 42 20 0 1 0 419269946 115843072 369 33554432000 4194304 5098028 140734753656896 140734753653640 140062029910652 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7864320 140734753661732 140734753662060 140734753662060 140734753664973 0
/proc/21719/statm: 28282 369 311 221 0 87 0
[pid=21743] ppid=21719 vsize=8283048 memory=195012 CPUtime=682.9 cores=0-7
/proc/21743/stat : 21743 (java) S 21719 21719 16596 0 -1 1077944320 21910 1665156 0 0 176 13 67840 261 20 0 22 0 419270366 8481841152 48753 33554432000 4194304 4196468 140722993334400 140722993316944 139893394194167 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
/proc/21743/statm: 2070762 48753 3226 1 0 2032106 0
[pid=21743/tid=21744] ppid=21719 vsize=8283048 memory=128536 CPUtime=681.82 cores=0-7
/proc/21743/task/21744/stat : 21744 (java) R 21719 21719 16596 0 -1 4202560 17495 1665156 0 0 74 7 67840 261 20 0 22 0 419270367 8481841152 48753 33554432000 4194304 4196468 140722993334400 139893366021968 139893394206102 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21745] ppid=21719 vsize=8283048 memory=1476 CPUtime=681.01 cores=0-7
/proc/21743/task/21745/stat : 21745 (java) S 21719 21719 16596 0 -1 1077944384 1 1665156 0 0 0 0 67840 261 20 0 22 0 419270368 8481841152 48753 33554432000 4194304 4196468 140722993334400 139893398436112 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21746] ppid=21719 vsize=8283048 memory=1980 CPUtime=681.01 cores=0-7
/proc/21743/task/21746/stat : 21746 (java) S 21719 21719 16596 0 -1 1077944384 2 1665156 0 0 0 0 67840 261 20 0 22 0 419270368 8481841152 48753 33554432000 4194304 4196468 140722993334400 139893198604688 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21747] ppid=21719 vsize=8283048 memory=2520 CPUtime=681.01 cores=0-7
/proc/21743/task/21747/stat : 21747 (java) S 21719 21719 16596 0 -1 1077944384 3 1665156 0 0 0 0 67840 261 20 0 22 0 419270368 8481841152 48753 33554432000 4194304 4196468 140722993334400 139893197552144 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21748] ppid=21719 vsize=8283048 memory=164 CPUtime=681.01 cores=0-7
/proc/21743/task/21748/stat : 21748 (java) S 21719 21719 16596 0 -1 1077944384 1 1665156 0 0 0 0 67840 261 20 0 22 0 419270368 8481841152 48753 33554432000 4194304 4196468 140722993334400 139893196499600 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21749] ppid=21719 vsize=8283048 memory=8514701219730522529 CPUtime=681.01 cores=0-7
/proc/21743/task/21749/stat : 21749 (java) S 21719 21719 16596 0 -1 1077944384 1 1665156 0 0 0 0 67840 261 20 0 22 0 419270368 8481841152 48753 33554432000 4194304 4196468 140722993334400 139893195447056 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21750] ppid=21719 vsize=8283048 memory=1476 CPUtime=681.01 cores=0-7
/proc/21743/task/21750/stat : 21750 (java) S 21719 21719 16596 0 -1 1077944384 2 1665156 0 0 0 0 67840 261 20 0 22 0 419270368 8481841152 48753 33554432000 4194304 4196468 140722993334400 139893194394512 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21751] ppid=21719 vsize=8283048 memory=122324 CPUtime=681.01 cores=0-7
/proc/21743/task/21751/stat : 21751 (java) S 21719 21719 16596 0 -1 1077944384 3 1665156 0 0 0 0 67840 261 20 0 22 0 419270368 8481841152 48753 33554432000 4194304 4196468 140722993334400 139893193341968 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21752] ppid=21719 vsize=8283048 memory=7686721470284078228 CPUtime=681.01 cores=0-7
/proc/21743/task/21752/stat : 21752 (java) S 21719 21719 16596 0 -1 1077944384 2 1665156 0 0 0 0 67840 261 20 0 22 0 419270368 8481841152 48753 33554432000 4194304 4196468 140722993334400 139892872965264 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21753] ppid=21719 vsize=8283048 memory=1560 CPUtime=681.01 cores=0-7
/proc/21743/task/21753/stat : 21753 (java) S 21719 21719 16596 0 -1 1077944384 7 1665156 0 0 0 0 67840 261 20 0 22 0 419270369 8481841152 48753 33554432000 4194304 4196468 140722993334400 139892621854704 139893394205314 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21754] ppid=21719 vsize=8283048 memory=932 CPUtime=681.01 cores=0-7
/proc/21743/task/21754/stat : 21754 (java) S 21719 21719 16596 0 -1 1077944384 13 1665156 0 0 0 0 67840 261 20 0 22 0 419270370 8481841152 48753 33554432000 4194304 4196468 140722993334400 139891849552800 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21755] ppid=21719 vsize=8283048 memory=80 CPUtime=681.01 cores=0-7
/proc/21743/task/21755/stat : 21755 (java) S 21719 21719 16596 0 -1 1077944384 21 1665156 0 0 0 0 67840 261 20 0 22 0 419270370 8481841152 48753 33554432000 4194304 4196468 140722993334400 139891715331056 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21756] ppid=21719 vsize=8283048 memory=0 CPUtime=681.01 cores=0-7
/proc/21743/task/21756/stat : 21756 (java) S 21719 21719 16596 0 -1 1077944384 1 1665156 0 0 0 0 67840 261 20 0 22 0 419270372 8481841152 48753 33554432000 4194304 4196468 140722993334400 139891340826832 139893394212763 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21757] ppid=21719 vsize=8283048 memory=557 CPUtime=681.16 cores=0-7
/proc/21743/task/21757/stat : 21757 (java) S 21719 21719 16596 0 -1 1077944384 944 1665156 0 0 15 0 67840 261 20 0 22 0 419270372 8481841152 48753 33554432000 4194304 4196468 140722993334400 139892620802544 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21758] ppid=21719 vsize=8283048 memory=14008 CPUtime=681.16 cores=0-7
/proc/21743/task/21758/stat : 21758 (java) R 21719 21719 16596 0 -1 4202560 498 1665156 0 0 15 0 67840 261 20 0 22 0 419270372 8481841152 48753 33554432000 4194304 4196468 140722993334400 139892619738352 139893372641467 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21759] ppid=21719 vsize=8283048 memory=12040 CPUtime=681.18 cores=0-7
/proc/21743/task/21759/stat : 21759 (java) S 21719 21719 16596 0 -1 1077944384 370 1665156 0 0 17 0 67840 261 20 0 22 0 419270373 8481841152 48753 33554432000 4194304 4196468 140722993334400 139892618697456 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21760] ppid=21719 vsize=8283048 memory=2124 CPUtime=681.3 cores=0-7
/proc/21743/task/21760/stat : 21760 (java) S 21719 21719 16596 0 -1 1077944384 1082 1665156 0 0 29 0 67840 261 20 0 22 0 419270373 8481841152 48753 33554432000 4194304 4196468 140722993334400 139892617644912 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21761] ppid=21719 vsize=8283048 memory=3512 CPUtime=681.01 cores=0-7
/proc/21743/task/21761/stat : 21761 (java) S 21719 21719 16596 0 -1 1077944384 3 1665156 0 0 0 0 67840 261 20 0 22 0 419270373 8481841152 48753 33554432000 4194304 4196468 140722993334400 139890842921184 139893394204373 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21762] ppid=21719 vsize=8283048 memory=41156 CPUtime=681.06 cores=0-7
/proc/21743/task/21762/stat : 21762 (java) S 21719 21719 16596 0 -1 1077944384 7 1665156 0 0 3 2 67840 261 20 0 22 0 419270373 8481841152 48753 33554432000 4194304 4196468 140722993334400 139892616591792 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21764] ppid=21719 vsize=8283048 memory=1476 CPUtime=681.01 cores=0-7
/proc/21743/task/21764/stat : 21764 (java) S 21719 21719 16596 0 -1 1077944384 25 1665156 0 0 0 0 67840 261 20 0 22 0 419270444 8481841152 48753 33554432000 4194304 4196468 140722993334400 139892608557456 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
[pid=21743/tid=21768] ppid=21719 vsize=8283048 memory=1476 CPUtime=681.01 cores=0-7
/proc/21743/task/21768/stat : 21768 (java) S 21719 21719 16596 0 -1 1077944384 9 1665156 0 0 0 0 67840 261 20 0 22 0 419270446 8481841152 48753 33554432000 4194304 4196468 140722993334400 139889903396272 139893394205314 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7319552 140722993337335 140722993337494 140722993337494 140722993340367 0
Current children cumulated CPU time: 688.83 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 196488 KiB

Child status: 0
Real time (s): 93.7978
CPU time (s): 689.031
CPU user time (s): 685.835
CPU system time (s): 3.19578
CPU usage (%): 734.592
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 1789068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 685.835
system time used= 3.19578
maximum resident set size= 1792968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1717396
page faults= 0
swaps= 0
block input operations= 0
block output operations= 37464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33126
involuntary context switches= 7252


# summary of solver processes directly reported to runsolver:
#   pid: 21719
#   total CPU time (s): 689.031
#   total CPU user time (s): 685.835
#   total CPU system time (s): 3.19578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.853303 second user time and 1.333 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-14 05:58:38
IDJOB=4392753
IDBENCH=133411
IDSOLVER=2839
FILE ID=node147/4392753-1568433561
RUNJOBID= node147-1568427292-16623
PBS_JOBID= 21702296
Free space on /tmp= 58880 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/Primes/Primes-m1-p10/Primes-10-60-3-7.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid 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-4392753-1568433561/watcher-4392753-1568433561 -o /tmp/evaluation-result-4392753-1568433561/solver-4392753-1568433561 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node147-1568427292-16623 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392753-1568433561.xml

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

MD5SUM BENCH= 24593adebe844e759ba30cbfe45e1115
RANDOM SEED=1204130218

node147.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.52
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.52
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.52
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.52
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:        26844352 kB
MemAvailable:   31811440 kB
Buffers:          191812 kB
Cached:          5001980 kB
SwapCached:        48496 kB
Active:          2035748 kB
Inactive:        3211280 kB
Active(anon):       5248 kB
Inactive(anon):    89344 kB
Active(file):    2030500 kB
Inactive(file):  3121936 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957016 kB
Dirty:             20868 kB
Writeback:             0 kB
AnonPages:        114160 kB
Mapped:            44248 kB
Shmem:             32768 kB
Slab:             272828 kB
SReclaimable:     243112 kB
SUnreclaim:        29716 kB
KernelStack:        3424 kB
PageTables:         5620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58860 MiB
End job on node147 at 2019-09-14 06:00:12