Trace number 4307425

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop both+glucose-syrup (2018-07-31)SAT 18.0042 5.89116

General information on the benchmark

NameSocialGolfers/
SocialGolfers-5-5-6-cp_c18.xml
MD5SUM7cf8ff1aade64c35eba6df9cb38cb5a8
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 benchmark13.243
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints4508
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":150}]
Minimum variable degree122
Maximum variable degree123
Distribution of variable degrees[{"degree":122,"count":125},{"degree":123,"count":25}]
Minimum constraint arity4
Maximum constraint arity150
Distribution of constraint arities[{"arity":4,"count":4500},{"arity":25,"count":7},{"arity":150,"count":1}]
Number of extensional constraints0
Number of intensional constraints4500
Distribution of constraint types[{"type":"intension","count":4500},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-7712-serial-file.bin HOME/instance-4307425-1534192077.xml
0.65/0.53	
0.65/0.53	scop both+glucose-syrup (2018-07-31)
0.65/0.53	(Encoding Process)
0.65/0.53	
0.65/0.55	c BEGIN-Prog: Mon Aug 13 22:27:58 CEST 2018
0.65/0.55	c PID: 7715
0.65/0.55	c IP: 172.20.3.107
0.65/0.55	c HOST: node107.alineos.net
0.65/0.56	c (0,0) Parsing Begin
4.70/1.77	c (1,1) Parsing End
4.70/1.77	c (1,1) CSP: 150 int (0 aux), 0 bool (0 aux), 4508 ctr, max domain size 5
4.70/1.77	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
4.70/1.77	c (1,1) Constraint Name Generate Begin
5.02/1.80	c (1,1) Ctr:HOME/instance-4307425-1534192077.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
5.02/1.80	c (1,1) Constraint Name Generate End
5.02/1.80	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
5.02/1.80	c (1,1) CSP to CSPinCNF Begin
5.52/2.02	c (1,1) translated 451 (10%) constraints
5.52/2.08	c (1,1) translated 902 (20%) constraints
5.81/2.16	c (1,1) translated 1353 (30%) constraints
5.81/2.16	c (1,1) translated 1804 (40%) constraints
5.81/2.17	c (1,1) translated 2254 (50%) constraints
6.16/2.20	c (1,1) translated 2705 (60%) constraints
6.16/2.22	c (1,1) translated 3156 (70%) constraints
6.16/2.24	c (1,1) translated 3607 (80%) constraints
6.16/2.26	c (1,1) translated 4058 (90%) constraints
7.35/2.60	c (2,2) translated 4508 (100%) constraints
8.85/2.99	c (2,2) STATISTICS1:HOME/instance-4307425-1534192077.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,1111,6535,16777216,5,4,25,16777216:60;5:7912;1:1597,5:17123;2:2883;1:3420,4:4711;3:779;2:961;1:84,25:60;2:9509;1:4433,
8.85/2.99	c (2,2) ==========================================
8.85/2.99	c (2,2) Both Encoding selects:
8.85/2.99	c (2,2) Order
8.85/2.99	c (2,2) ==========================================
9.30/3.06	c (2,2) translated 654 (10%) constraints
9.30/3.10	c (2,2) translated 1307 (20%) constraints
9.76/3.15	c (2,2) translated 1961 (30%) constraints
9.76/3.19	c (2,2) translated 2614 (40%) constraints
10.13/3.23	c (2,2) translated 3268 (50%) constraints
10.13/3.28	c (2,2) translated 3921 (60%) constraints
10.52/3.34	c (2,2) translated 4575 (70%) constraints
10.98/3.42	c (2,2) translated 5228 (80%) constraints
10.98/3.49	c (2,2) translated 5882 (90%) constraints
11.38/3.52	c (2,2) translated 6535 (100%) constraints
11.38/3.52	c (2,2) CSP to CSPinCNF End
11.38/3.53	c (3,2) CSP: 240 int (90 aux), 1711 bool (1711 aux), 8270 ctr, max domain size 6
11.38/3.53	c (3,2) Heap : 788 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
11.38/3.53	c (3,2) CSPinCNF Propagation Begin
12.19/3.70	c (3,3) 345 values, 2618 unsatisfiable literals, and 2143 valid clauses are removed
12.19/3.70	c (3,3) CSPinCNF Propagation End
12.19/3.70	c (3,3) CSP: 510 int (360 aux), 1441 bool (1441 aux), 6127 ctr, max domain size 6
12.19/3.70	c (3,3) Heap : 901 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
12.19/3.70	c (3,3) Simplify CSPinCNF Begin
12.49/3.87	c (3,3) Simplify CSPinCNF End
12.49/3.87	c (3,3) CSP: 510 int (360 aux), 4693 bool (4693 aux), 9379 ctr, max domain size 6
12.49/3.87	c (3,3) Heap : 901 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
12.49/3.87	c (3,3) Calculate Precise Domain Begin
12.89/3.92	c (3,3) 0 values are removed by re-calculation
12.89/3.92	c (3,3) Calculate Precise Domain End
12.89/3.92	c (3,3) CSP: 510 int (360 aux), 4693 bool (4693 aux), 9379 ctr, max domain size 6
12.89/3.92	c (3,3) Heap : 901 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
12.89/3.92	c (3,3) CSPinCNF to SatSolver Begin
13.26/4.05	c (3,3) 938 (10 %) CSP clauses are encoded (5568 SAT variables, 4188 SAT clauses)
13.26/4.10	c (3,3) 1876 (20 %) CSP clauses are encoded (5568 SAT variables, 8054 SAT clauses)
13.59/4.13	c (3,3) 2814 (30 %) CSP clauses are encoded (5568 SAT variables, 11416 SAT clauses)
13.59/4.16	c (3,3) 3752 (40 %) CSP clauses are encoded (5568 SAT variables, 14674 SAT clauses)
13.59/4.19	c (3,3) 4690 (50 %) CSP clauses are encoded (5568 SAT variables, 17364 SAT clauses)
13.96/4.20	c (3,3) 5628 (60 %) CSP clauses are encoded (5568 SAT variables, 18302 SAT clauses)
14.34/4.30	c (3,3) 6566 (70 %) CSP clauses are encoded (5568 SAT variables, 27095 SAT clauses)
14.62/4.46	c (3,3) 7504 (80 %) CSP clauses are encoded (5568 SAT variables, 43743 SAT clauses)
14.80/4.54	c (4,3) 8442 (90 %) CSP clauses are encoded (5568 SAT variables, 60391 SAT clauses)
14.80/4.55	c (4,4) 9379 (100 %) CSP clauses are encoded (5568 SAT variables, 62753 SAT clauses)
14.80/4.55	c (4,4) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
14.80/4.55	c (4,4) CSPinCNF to SatSolver End
14.80/4.55	c (4,4) Heap : 1126 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
14.98/4.63	c (4,4) STATISTICS2:HOME/instance-4307425-1534192077.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,5203,9379,512,6,4,10,512:50;256:100;36:50;5:3412;1:59,6:300;5:8883;2:20886;1:59,4:3183;3:407;2:5565;1:224,10:50;9:100;3:50;2:3471;1:21636,
14.98/4.63	c (4,4) 5568 bool, 62757 clause
14.98/4.63	c (4,4) Export Begin
15.39/4.73	c (4,4) Export to HOME/scop-7712-serial-file.bin
15.39/4.73	c (4,4) Export End
15.39/4.73	c (4,4) Export File Size: 0.03 MB
15.39/4.73	c (4,4) 1,1,3,3,3,3,4,STOP-AFTER(DIMACS)
15.39/4.73	c END-Prog: Mon Aug 13 22:28:02 CEST 2018
15.39/4.76	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-7712-serial-file.bin
16.14/5.25	c (0,0) Read Serial File Begin
16.14/5.25	c (0,0) HOME/scop-7712-serial-file.bin
16.42/5.42	c (0,0) Read Serial File End
16.42/5.43	
16.42/5.43	scop order+glucose-syrup (2018-07-31)
16.42/5.43	(Solving Process)
16.42/5.43	
16.42/5.46	c BEGIN-Prog: Mon Aug 13 22:28:03 CEST 2018
16.42/5.46	c PID: 7736
16.42/5.46	c IP: 172.20.3.107
16.42/5.46	c HOST: node107.alineos.net
16.42/5.46	c (0,0) SatSolver.solve Begin
16.42/5.46	c (0,0) 0 bool, 0 clause
16.42/5.46	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307425-1534192077.xml-scop-7715.cnf
16.69/5.77	c (0,0) c
16.69/5.77	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
16.69/5.77	c (0,0) c
16.69/5.77	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
16.69/5.77	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
16.69/5.77	c (0,0) c ========================================[ Problem Statistics ]===========================================
16.69/5.77	c (0,0) c |                                                                                                       |
16.69/5.77	c (0,0) c |  Number of variables:          5568                                                                   |
16.69/5.77	c (0,0) c |  Number of clauses:           62757                                                                   |
16.69/5.77	c (0,0) c |  Parse time:                   0.02 s                                                                 |
16.69/5.77	c (0,0) c |                                                                                                       |
16.69/5.77	c (0,0) c |  Eliminated clauses:           0.02 Mb                                                                |
16.69/5.77	c (0,0) c |  Simplification time:          0.11 s                                                                 |
16.69/5.77	c (0,0) c |                                                                                                       |
16.69/5.77	c (0,0) c |  Generating clones                                                                                    |
16.69/5.77	c (0,0) c |  all clones generated. Memory =  63.13Mb.                                                             |
16.69/5.77	c (0,0) c ========================================================================================================|
16.69/5.77	c (0,0) c last restart ## conflicts  :  60 97 
16.69/5.77	c (0,0) c Thread 1 is 100% pure glucose! First thread to finish! (SAT answer).
16.69/5.77	c (0,0) c Total Memory so far : 640.67Mb
16.69/5.77	c (0,0) c
16.69/5.77	c (0,0) c real time : 0.283968 s
16.69/5.77	c (0,0) c cpu time  : 0.960211 s
16.69/5.77	c (0,0) c
16.69/5.77	c (0,0) c
16.69/5.77	c (0,0) c
16.69/5.77	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
16.69/5.77	c (0,0) c
16.69/5.77	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.69/5.77	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
16.69/5.77	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.69/5.77	c (0,0) c | Conflicts     |           21593 |       2505 |       3092 |       2680 |       2859 |       2300 |       2827 |       2760 |       2570 |
16.69/5.77	c (0,0) c | Decisions     |           46949 |       6012 |       6377 |       5491 |       6460 |       5185 |       5639 |       6031 |       5754 |
16.69/5.77	c (0,0) c | Propagations  |         2919848 |     352325 |     356914 |     356704 |     394325 |     343803 |     398380 |     347705 |     369692 |
16.69/5.77	c (0,0) c | Avg_Trail     |                 |       1766 |       1793 |       1751 |       1840 |       1929 |       1853 |       1808 |       1808 |
16.69/5.77	c (0,0) c | Avg_DL        |                 |         52 |         50 |         53 |         55 |         59 |         50 |         62 |         51 |
16.69/5.77	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.69/5.77	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.69/5.77	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.69/5.77	c (0,0) c | Exported      |             551 |         56 |         78 |         57 |         92 |         54 |         69 |         69 |         76 |
16.69/5.77	c (0,0) c | Imported      |            3378 |        457 |        468 |        475 |        432 |        325 |        301 |        464 |        456 |
16.69/5.77	c (0,0) c | Good          |             143 |         18 |         16 |         23 |         15 |         15 |         12 |         23 |         21 |
16.69/5.77	c (0,0) c | Purge         |            3235 |        439 |        452 |        452 |        417 |        310 |        289 |        441 |        435 |
16.69/5.77	c (0,0) c | Promoted      |             147 |         19 |         29 |         20 |         17 |         14 |         11 |         14 |         23 |
16.69/5.77	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.69/5.77	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
16.69/5.77	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.69/5.77	c (0,0) c | Unaries       |                 |         14 |          6 |          5 |          7 |          6 |         10 |          7 |          5 |
16.69/5.77	c (0,0) c | Binaries      |                 |          4 |          7 |          0 |          7 |          0 |          3 |          0 |          2 |
16.69/5.77	c (0,0) c | Glues         |                 |         56 |         78 |         57 |         92 |         54 |         69 |         69 |         76 |
16.69/5.77	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.69/5.77	c (0,0) c | Orig_Seen     |            12 % |       7510 |       8488 |       6222 |       8096 |       8428 |       7028 |       8362 |       9472 |
16.69/5.78	c (0,0) c | Diff Orig seen|                 | -      978 |      X     | -     2266 | -      392 | -       60 | -     1460 | -      126 |        984 |
16.69/5.78	c (0,0) c | Hamming       |            22 % |       1326 |      X     |       1121 |       1290 |       1248 |       1109 |       1284 |       1233 |
16.69/5.78	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
16.69/5.78	c (0,0) 
16.69/5.78	c (0,0) s SATISFIABLE
17.80/5.80	c (0,0) SatSolver.solve End
17.80/5.80	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
17.80/5.80	c (0,0) Show results Begin
17.80/5.86	s SATISFIABLE
17.80/5.88	v <instantiation>
17.80/5.88	v     <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[3][18] x[3][19] x[3][20] x[3][21] x[3][22] x[3][23] x[3][24] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[4][17] x[4][18] x[4][19] x[4][20] x[4][21] x[4][22] x[4][23] x[4][24] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[5][16] x[5][17] x[5][18] x[5][19] x[5][20] x[5][21] x[5][22] x[5][23] x[5][24]</list>
17.80/5.88	v     <values>0 0 0 0 0 1 1 1 1 1 2 2 2 2 2 3 3 3 3 3 4 4 4 4 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 0 1 2 3 4 1 2 3 4 0 4 0 1 2 3 2 3 4 0 1 3 4 0 1 2 0 1 2 3 4 2 3 4 0 1 3 4 0 1 2 4 0 1 2 3 1 2 3 4 0 0 1 2 3 4 3 4 0 1 2 2 3 4 0 1 1 2 3 4 0 4 0 1 2 3 0 1 3 2 4 4 0 1 3 2 1 3 2 4 0 2 4 0 1 3 3 2 4 0 1</values>
17.80/5.88	v </instantiation>
17.80/5.88	c (0,0) Show results End
17.80/5.88	c (0,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
17.80/5.88	c (0,0) 0,0,STOP-AFTER(ALL)
17.80/5.88	c END-Prog: Mon Aug 13 22:28:03 CEST 2018

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307425-1534192077/watcher-4307425-1534192077 -o /tmp/evaluation-result-4307425-1534192077/solver-4307425-1534192077 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534191883-7330 --watchdog 2580 scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307425-1534192077.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=7712, runsolver pid=7709

[startup+0.100158 s]*
/proc/loadavg: 6.81 3.91 2.17 2/200 7734
/proc/meminfo: memFree=22985824/32770624 swapFree=67108860/67108860
[pid=7712] ppid=7709 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/7712/stat : 7712 (scop.sh) S 7709 7712 7303 0 -1 4202496 560 320 0 0 0 0 0 0 20 0 1 0 236770938 115843072 349 33554432000 4194304 5098028 140722354923264 140722354920520 140104801534588 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28172288 140722354926627 140722354926851 140722354926851 140722354929613 0
/proc/7712/statm: 28282 349 296 221 0 87 0
[pid=7715] ppid=7712 vsize=27313900 memory=111036 CPUtime=0.1 cores=0-7
/proc/7715/stat : 7715 (java) S 7712 7712 7303 0 -1 1077944320 6182 0 0 0 8 2 0 0 20 0 20 0 236770938 27969433600 27759 33554432000 4194304 4196468 140737193151440 140737193133984 140022484184823 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
/proc/7715/statm: 6828475 27759 2727 1 0 6790935 0
[pid=7715/tid=7716] ppid=7712 vsize=27313900 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/7715/task/7716/stat : 7716 (java) R 7712 7712 7303 0 -1 4202560 4307 0 0 0 7 2 0 0 20 0 20 0 236770938 27969433600 27759 33554432000 4194304 4196468 140737193151440 140022456019248 140022468265340 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7717] ppid=7712 vsize=27313900 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/7715/task/7717/stat : 7717 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 27759 33554432000 4194304 4196468 140737193151440 140022488427280 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7718] ppid=7712 vsize=27313900 memory=140192975484544 CPUtime=0 cores=0-7
/proc/7715/task/7718/stat : 7718 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 27759 33554432000 4194304 4196468 140737193151440 140022310923152 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7719] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7719/stat : 7719 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 27759 33554432000 4194304 4196468 140737193151440 140021905177616 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7720] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7720/stat : 7720 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 27759 33554432000 4194304 4196468 140737193151440 140021904125072 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7721] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7721/stat : 7721 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 27759 33554432000 4194304 4196468 140737193151440 140021903071504 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7722] ppid=7712 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7715/task/7722/stat : 7722 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 27759 33554432000 4194304 4196468 140737193151440 140021902018960 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7723] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7723/stat : 7723 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 27759 33554432000 4194304 4196468 140737193151440 140021900966416 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7724] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7724/stat : 7724 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 27759 33554432000 4194304 4196468 140737193151440 140021899913872 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7725] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7725/stat : 7725 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770942 27969433600 27759 33554432000 4194304 4196468 140737193151440 140020603013616 140022484195970 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7726] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7726/stat : 7726 (java) S 7712 7712 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236770943 27969433600 27759 33554432000 4194304 4196468 140737193151440 140020430136736 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7727] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7727/stat : 7727 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770943 27969433600 27759 33554432000 4194304 4196468 140737193151440 140020161701360 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7728] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7728/stat : 7728 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770945 27969433600 27759 33554432000 4194304 4196468 140737193151440 140019787193040 140022484203419 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7729] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7729/stat : 7729 (java) S 7712 7712 7303 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 236770945 27969433600 27759 33554432000 4194304 4196468 140737193151440 140020601960432 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7730] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7730/stat : 7730 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236770945 27969433600 27759 33554432000 4194304 4196468 140737193151440 140020600907888 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7731] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7731/stat : 7731 (java) S 7712 7712 7303 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 20 0 236770945 27969433600 27759 33554432000 4194304 4196468 140737193151440 140020599855344 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7732] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7732/stat : 7732 (java) S 7712 7712 7303 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 20 0 236770945 27969433600 27759 33554432000 4194304 4196468 140737193151440 140020598802800 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7733] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7733/stat : 7733 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236770946 27969433600 27759 33554432000 4194304 4196468 140737193151440 140019289287392 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7734] ppid=7712 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7715/task/7734/stat : 7734 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770946 27969433600 27759 33554432000 4194304 4196468 140737193151440 140020597750704 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 112432 KiB

[startup+0.210111 s]*
/proc/loadavg: 6.81 3.91 2.17 2/200 7734
/proc/meminfo: memFree=22969452/32770624 swapFree=67108860/67108860
[pid=7712] ppid=7709 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/7712/stat : 7712 (scop.sh) S 7709 7712 7303 0 -1 4202496 560 320 0 0 0 0 0 0 20 0 1 0 236770938 115843072 349 33554432000 4194304 5098028 140722354923264 140722354920520 140104801534588 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28172288 140722354926627 140722354926851 140722354926851 140722354929613 0
/proc/7712/statm: 28282 349 296 221 0 87 0
[pid=7715] ppid=7712 vsize=27313900 memory=124928 CPUtime=0.24 cores=0-7
/proc/7715/stat : 7715 (java) S 7712 7712 7303 0 -1 1077944320 9978 0 0 0 21 3 0 0 20 0 20 0 236770938 27969433600 31232 33554432000 4194304 4196468 140737193151440 140737193133984 140022484184823 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
/proc/7715/statm: 6828475 31232 2852 1 0 6790935 0
[pid=7715/tid=7716] ppid=7712 vsize=27313900 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/7715/task/7716/stat : 7716 (java) R 7712 7712 7303 0 -1 4202560 7899 0 0 0 17 3 0 0 20 0 20 0 236770938 27969433600 31297 33554432000 4194304 4196468 140737193151440 140022455974528 140022484206749 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7717] ppid=7712 vsize=27313900 memory=331 CPUtime=0 cores=0-7
/proc/7715/task/7717/stat : 7717 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 31297 33554432000 4194304 4196468 140737193151440 140022488427280 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7718] ppid=7712 vsize=27313900 memory=140192975492510 CPUtime=0 cores=0-7
/proc/7715/task/7718/stat : 7718 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 31297 33554432000 4194304 4196468 140737193151440 140022310923152 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7719] ppid=7712 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7715/task/7719/stat : 7719 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 31297 33554432000 4194304 4196468 140737193151440 140021905177616 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7720] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7720/stat : 7720 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 31297 33554432000 4194304 4196468 140737193151440 140021904125072 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7721] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7721/stat : 7721 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 31297 33554432000 4194304 4196468 140737193151440 140021903071504 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7722] ppid=7712 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7715/task/7722/stat : 7722 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 31297 33554432000 4194304 4196468 140737193151440 140021902018960 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7723] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7723/stat : 7723 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 31297 33554432000 4194304 4196468 140737193151440 140021900966416 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7724] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7724/stat : 7724 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 31297 33554432000 4194304 4196468 140737193151440 140021899913872 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7725] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7725/stat : 7725 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770942 27969433600 31297 33554432000 4194304 4196468 140737193151440 140020603013616 140022484195970 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7726] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7726/stat : 7726 (java) S 7712 7712 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236770943 27969433600 31297 33554432000 4194304 4196468 140737193151440 140020430136736 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7727] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7727/stat : 7727 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770943 27969433600 31297 33554432000 4194304 4196468 140737193151440 140020161701360 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7728] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7728/stat : 7728 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770945 27969433600 31297 33554432000 4194304 4196468 140737193151440 140019787193040 140022484203419 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7729] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7729/stat : 7729 (java) S 7712 7712 7303 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 20 0 236770945 27969433600 31297 33554432000 4194304 4196468 140737193151440 140020601960432 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7730] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7730/stat : 7730 (java) S 7712 7712 7303 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236770945 27969433600 31297 33554432000 4194304 4196468 140737193151440 140020600907888 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7731] ppid=7712 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7715/task/7731/stat : 7731 (java) S 7712 7712 7303 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 20 0 236770945 27969433600 31297 33554432000 4194304 4196468 140737193151440 140020599855344 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7732] ppid=7712 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/7715/task/7732/stat : 7732 (java) S 7712 7712 7303 0 -1 1077944384 263 0 0 0 2 0 0 0 20 0 20 0 236770945 27969433600 31297 33554432000 4194304 4196468 140737193151440 140020598802800 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7733] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7733/stat : 7733 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236770946 27969433600 31297 33554432000 4194304 4196468 140737193151440 140019289287392 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7734] ppid=7712 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7715/task/7734/stat : 7734 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770946 27969433600 31297 33554432000 4194304 4196468 140737193151440 140020597750704 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126324 KiB

[startup+0.30969 s]*
/proc/loadavg: 6.81 3.91 2.17 2/200 7734
/proc/meminfo: memFree=22966040/32770624 swapFree=67108860/67108860
[pid=7712] ppid=7709 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/7712/stat : 7712 (scop.sh) S 7709 7712 7303 0 -1 4202496 560 320 0 0 0 0 0 0 20 0 1 0 236770938 115843072 349 33554432000 4194304 5098028 140722354923264 140722354920520 140104801534588 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28172288 140722354926627 140722354926851 140722354926851 140722354929613 0
/proc/7712/statm: 28282 349 296 221 0 87 0
[pid=7715] ppid=7712 vsize=27313900 memory=129504 CPUtime=0.42 cores=0-7
/proc/7715/stat : 7715 (java) S 7712 7712 7303 0 -1 1077944320 10623 0 0 0 38 4 0 0 20 0 20 0 236770938 27969433600 32376 33554432000 4194304 4196468 140737193151440 140737193133984 140022484184823 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
/proc/7715/statm: 6828475 32376 2980 1 0 6790935 0
[pid=7715/tid=7716] ppid=7712 vsize=27313900 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7715/task/7716/stat : 7716 (java) R 7712 7712 7303 0 -1 4202560 8338 0 0 0 26 3 0 0 20 0 20 0 236770938 27969433600 32376 33554432000 4194304 4196468 140737193151440 140022455976080 140022467371653 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7717] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7717/stat : 7717 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 32376 33554432000 4194304 4196468 140737193151440 140022488427280 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7718] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7718/stat : 7718 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 32376 33554432000 4194304 4196468 140737193151440 140022310923152 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7719] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7719/stat : 7719 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 32376 33554432000 4194304 4196468 140737193151440 140021905177616 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7720] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7720/stat : 7720 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 32376 33554432000 4194304 4196468 140737193151440 140021904125072 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7721] ppid=7712 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/7715/task/7721/stat : 7721 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 32376 33554432000 4194304 4196468 140737193151440 140021903071504 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7722] ppid=7712 vsize=27313900 memory=140192832910255 CPUtime=0 cores=0-7
/proc/7715/task/7722/stat : 7722 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 32376 33554432000 4194304 4196468 140737193151440 140021902018960 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7723] ppid=7712 vsize=27313900 memory=140192832912560 CPUtime=0 cores=0-7
/proc/7715/task/7723/stat : 7723 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 32376 33554432000 4194304 4196468 140737193151440 140021900966416 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7724] ppid=7712 vsize=27313900 memory=140192832914864 CPUtime=0 cores=0-7
/proc/7715/task/7724/stat : 7724 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27969433600 32376 33554432000 4194304 4196468 140737193151440 140021899913872 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7725] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7725/stat : 7725 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770942 27969433600 32376 33554432000 4194304 4196468 140737193151440 140020603013616 140022484195970 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7726] ppid=7712 vsize=27313900 memory=280385665836688 CPUtime=0 cores=0-7
/proc/7715/task/7726/stat : 7726 (java) S 7712 7712 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236770943 27969433600 32376 33554432000 4194304 4196468 140737193151440 140020430136736 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7727] ppid=7712 vsize=27313900 memory=280385665843600 CPUtime=0 cores=0-7
/proc/7715/task/7727/stat : 7727 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770943 27969433600 32376 33554432000 4194304 4196468 140737193151440 140020161701360 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7728] ppid=7712 vsize=27313900 memory=280385665784880 CPUtime=0 cores=0-7
/proc/7715/task/7728/stat : 7728 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770945 27969433600 32376 33554432000 4194304 4196468 140737193151440 140019787193040 140022484203419 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7729] ppid=7712 vsize=27313900 memory=280385665857424 CPUtime=0 cores=0-7
/proc/7715/task/7729/stat : 7729 (java) S 7712 7712 7303 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 20 0 236770945 27969433600 32376 33554432000 4194304 4196468 140737193151440 140020601960432 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7730] ppid=7712 vsize=27313900 memory=280385665864336 CPUtime=0.01 cores=0-7
/proc/7715/task/7730/stat : 7730 (java) S 7712 7712 7303 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 20 0 236770945 27969433600 32376 33554432000 4194304 4196468 140737193151440 140020600907888 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7731] ppid=7712 vsize=27313900 memory=280385665862032 CPUtime=0.01 cores=0-7
/proc/7715/task/7731/stat : 7731 (java) S 7712 7712 7303 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 20 0 236770945 27969433600 32376 33554432000 4194304 4196468 140737193151440 140020599855344 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7732] ppid=7712 vsize=27313900 memory=280385665878192 CPUtime=0.07 cores=0-7
/proc/7715/task/7732/stat : 7732 (java) S 7712 7712 7303 0 -1 1077944384 302 0 0 0 7 0 0 0 20 0 20 0 236770945 27969433600 32376 33554432000 4194304 4196468 140737193151440 140020598802800 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7733] ppid=7712 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7733/stat : 7733 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236770946 27969433600 32376 33554432000 4194304 4196468 140737193151440 140019289287392 140022484195029 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7734] ppid=7712 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7715/task/7734/stat : 7734 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770946 27969433600 32376 33554432000 4194304 4196468 140737193151440 140020597750704 140022484195970 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 130900 KiB

[startup+0.700905 s]
/proc/loadavg: 6.81 3.91 2.17 2/200 7734
/proc/meminfo: memFree=22941724/32770624 swapFree=67108860/67108860
[pid=7712] ppid=7709 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/7712/stat : 7712 (scop.sh) S 7709 7712 7303 0 -1 4202496 560 320 0 0 0 0 0 0 20 0 1 0 236770938 115843072 349 33554432000 4194304 5098028 140722354923264 140722354920520 140104801534588 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28172288 140722354926627 140722354926851 140722354926851 140722354929613 0
/proc/7712/statm: 28282 349 296 221 0 87 0
[pid=7715] ppid=7712 vsize=27320172 memory=168688 CPUtime=1.03 cores=0-7
/proc/7715/stat : 7715 (java) S 7712 7712 7303 0 -1 1077944320 17610 0 0 0 97 6 0 0 20 0 20 0 236770938 27975856128 42172 33554432000 4194304 4196468 140737193151440 140737193133984 140022484184823 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
/proc/7715/statm: 6830043 42172 3092 1 0 6791447 0
[pid=7715/tid=7716] ppid=7712 vsize=27320172 memory=280385666236080 CPUtime=0.67 cores=0-7
/proc/7715/task/7716/stat : 7716 (java) R 7712 7712 7303 0 -1 4202560 14843 0 0 0 62 5 0 0 20 0 20 0 236770938 27975856128 42172 33554432000 4194304 4196468 140737193151440 140022456022544 140021986125953 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7717] ppid=7712 vsize=27320172 memory=140192833119088 CPUtime=0 cores=0-7
/proc/7715/task/7717/stat : 7717 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27975856128 42172 33554432000 4194304 4196468 140737193151440 140022488427280 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7718] ppid=7712 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7718/stat : 7718 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770941 27975856128 42172 33554432000 4194304 4196468 140737193151440 140022310923152 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7719] ppid=7712 vsize=27320172 memory=872 CPUtime=0 cores=0-7
/proc/7715/task/7719/stat : 7719 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27975856128 42172 33554432000 4194304 4196468 140737193151440 140021905177616 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0

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

[pid=7712] ppid=7709 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/7712/stat : 7712 (scop.sh) S 7709 7712 7303 0 -1 4202496 560 320 0 0 0 0 0 0 20 0 1 0 236770938 115843072 349 33554432000 4194304 5098028 140722354923264 140722354920520 140104801534588 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28172288 140722354926627 140722354926851 140722354926851 140722354929613 0
/proc/7712/statm: 28282 349 296 221 0 87 0
[pid=7715] ppid=7712 vsize=27326392 memory=641580 CPUtime=10.13 cores=0-7
/proc/7715/stat : 7715 (java) S 7712 7712 7303 0 -1 1077944320 27896 0 0 0 995 18 0 0 20 0 20 0 236770938 27982225408 160395 33554432000 4194304 4196468 140737193151440 140737193133984 140022484184823 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
/proc/7715/statm: 6831598 160395 3210 1 0 6792983 0
[pid=7715/tid=7716] ppid=7712 vsize=27326392 memory=280385665630448 CPUtime=3.16 cores=0-7
/proc/7715/task/7716/stat : 7716 (java) R 7712 7712 7303 0 -1 4202560 16498 0 0 0 304 12 0 0 20 0 20 0 236770938 27982225408 160395 33554432000 4194304 4196468 140737193151440 140022456021856 140021995896806 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7717] ppid=7712 vsize=27326392 memory=280385665633680 CPUtime=0 cores=0-7
/proc/7715/task/7717/stat : 7717 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27982225408 160395 33554432000 4194304 4196468 140737193151440 140022488427280 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7718] ppid=7712 vsize=27326392 memory=280385665883328 CPUtime=0 cores=0-7
/proc/7715/task/7718/stat : 7718 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770941 27982225408 160395 33554432000 4194304 4196468 140737193151440 140022310923152 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7719] ppid=7712 vsize=27326392 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/7715/task/7719/stat : 7719 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27982225408 160395 33554432000 4194304 4196468 140737193151440 140021905177616 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7720] ppid=7712 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7720/stat : 7720 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236770941 27982225408 160395 33554432000 4194304 4196468 140737193151440 140021904125072 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7721] ppid=7712 vsize=27326392 memory=825241649 CPUtime=0 cores=0-7
/proc/7715/task/7721/stat : 7721 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27982225408 160395 33554432000 4194304 4196468 140737193151440 140021903071504 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7722] ppid=7712 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7722/stat : 7722 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236770941 27982225408 160395 33554432000 4194304 4196468 140737193151440 140021902018960 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7723] ppid=7712 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7723/stat : 7723 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27982225408 160395 33554432000 4194304 4196468 140737193151440 140021900966416 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7724] ppid=7712 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7724/stat : 7724 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770941 27982225408 160395 33554432000 4194304 4196468 140737193151440 140021899913872 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7725] ppid=7712 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7725/stat : 7725 (java) S 7712 7712 7303 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 236770942 27982225408 160395 33554432000 4194304 4196468 140737193151440 140020603013616 140022484195970 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7726] ppid=7712 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7726/stat : 7726 (java) S 7712 7712 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236770943 27982225408 160395 33554432000 4194304 4196468 140737193151440 140020430136736 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7727] ppid=7712 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7727/stat : 7727 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770943 27982225408 160395 33554432000 4194304 4196468 140737193151440 140020161701360 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7728] ppid=7712 vsize=27326392 memory=7681905605394137914 CPUtime=0 cores=0-7
/proc/7715/task/7728/stat : 7728 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236770945 27982225408 160395 33554432000 4194304 4196468 140737193151440 140019787193040 140022484203419 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7729] ppid=7712 vsize=27326392 memory=1399101730491701635 CPUtime=1.9 cores=0-7
/proc/7715/task/7729/stat : 7729 (java) R 7712 7712 7303 0 -1 4202560 2384 0 0 0 189 1 0 0 20 0 20 0 236770945 27982225408 160395 33554432000 4194304 4196468 140737193151440 140020601946384 140022476421950 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7730] ppid=7712 vsize=27326392 memory=-7522837583129502606 CPUtime=1.95 cores=0-7
/proc/7715/task/7730/stat : 7730 (java) R 7712 7712 7303 0 -1 4202560 1326 0 0 0 195 0 0 0 20 0 20 0 236770945 27982225408 160395 33554432000 4194304 4196468 140737193151440 140020600887120 140022469292631 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7731] ppid=7712 vsize=27326392 memory=288230574492221466 CPUtime=1.93 cores=0-7
/proc/7715/task/7731/stat : 7731 (java) R 7712 7712 7303 0 -1 4202560 2644 0 0 0 192 1 0 0 20 0 20 0 236770945 27982225408 160395 33554432000 4194304 4196468 140737193151440 140020599846320 140022468090828 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7732] ppid=7712 vsize=27326392 memory=0 CPUtime=1.15 cores=0-7
/proc/7715/task/7732/stat : 7732 (java) S 7712 7712 7303 0 -1 1077944384 3705 0 0 0 113 2 0 0 20 0 20 0 236770945 27982225408 160395 33554432000 4194304 4196468 140737193151440 140020598802800 140022484195970 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7733] ppid=7712 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7733/stat : 7733 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236770946 27982225408 160395 33554432000 4194304 4196468 140737193151440 140019289287392 140022484195029 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
[pid=7715/tid=7734] ppid=7712 vsize=27326392 memory=0 CPUtime=0 cores=0-7
/proc/7715/task/7734/stat : 7734 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236770946 27982225408 160395 33554432000 4194304 4196468 140737193151440 140020597750704 140022484195970 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13606912 140737193153514 140737193153837 140737193153837 140737193156559 0
Current children cumulated CPU time: 10.13 s
Current children cumulated vsize: 27439520 KiB
Current children cumulated memory: 642976 KiB

[startup+4.80096 s]
/proc/loadavg: 6.81 3.91 2.17 3/200 7735
/proc/meminfo: memFree=22262896/32770624 swapFree=67108860/67108860
[pid=7712] ppid=7709 vsize=113128 memory=1472 CPUtime=15.57 cores=0-7
/proc/7712/stat : 7712 (scop.sh) S 7709 7712 7303 0 -1 4202496 590 33570 0 0 0 0 1528 29 20 0 1 0 236770938 115843072 368 33554432000 4194304 5098028 140722354923264 140722354920008 140104801534588 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28172288 140722354926627 140722354926851 140722354926851 140722354929613 0
/proc/7712/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 15.57 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

[startup+5.60092 s]
/proc/loadavg: 6.59 3.91 2.18 2/200 7755
/proc/meminfo: memFree=23034380/32770624 swapFree=67108860/67108860
[pid=7712] ppid=7709 vsize=113128 memory=1472 CPUtime=15.57 cores=0-7
/proc/7712/stat : 7712 (scop.sh) S 7709 7712 7303 0 -1 4202496 590 33570 0 0 0 0 1528 29 20 0 1 0 236770938 115843072 368 33554432000 4194304 5098028 140722354923264 140722354920008 140104801534588 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28172288 140722354926627 140722354926851 140722354926851 140722354929613 0
/proc/7712/statm: 28282 368 311 221 0 87 0
[pid=7736] ppid=7712 vsize=8413904 memory=116744 CPUtime=1.12 cores=0-7
/proc/7736/stat : 7736 (java) S 7712 7712 7303 0 -1 1077944320 17979 0 0 0 107 5 0 0 20 0 24 0 236771414 8615837696 29186 33554432000 4194304 4196468 140726207235936 140726207218480 139954038013687 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
/proc/7736/statm: 2103476 29186 3144 1 0 2064875 0
[pid=7736/tid=7737] ppid=7712 vsize=8413904 memory=8112282956445269571 CPUtime=0.74 cores=0-7
/proc/7736/task/7737/stat : 7737 (java) S 7712 7712 7303 0 -1 1077944384 14945 0 0 0 70 4 0 0 20 0 24 0 236771415 8615837696 29186 33554432000 4194304 4196468 140726207235936 139954009853840 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7738] ppid=7712 vsize=8413904 memory=280385666324992 CPUtime=0 cores=0-7
/proc/7736/task/7738/stat : 7738 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236771416 8615837696 29186 33554432000 4194304 4196468 140726207235936 139954042256528 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7739] ppid=7712 vsize=8413904 memory=21198 CPUtime=0 cores=0-7
/proc/7736/task/7739/stat : 7739 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236771416 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953860344848 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7740] ppid=7712 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/7736/task/7740/stat : 7740 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236771416 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953859292048 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7741] ppid=7712 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/7736/task/7741/stat : 7741 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236771416 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953521457936 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7742] ppid=7712 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/7736/task/7742/stat : 7742 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236771416 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953520405136 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7743] ppid=7712 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/7736/task/7743/stat : 7743 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236771416 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953519352336 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7744] ppid=7712 vsize=8413904 memory=2180 CPUtime=0 cores=0-7
/proc/7736/task/7744/stat : 7744 (java) S 7712 7712 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236771416 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953518299536 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7745] ppid=7712 vsize=8413904 memory=924 CPUtime=0 cores=0-7
/proc/7736/task/7745/stat : 7745 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236771416 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953517246736 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7746] ppid=7712 vsize=8413904 memory=1576 CPUtime=0 cores=0-7
/proc/7736/task/7746/stat : 7746 (java) S 7712 7712 7303 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236771418 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953467034480 139954038024834 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7747] ppid=7712 vsize=8413904 memory=3980 CPUtime=0 cores=0-7
/proc/7736/task/7747/stat : 7747 (java) S 7712 7712 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236771418 8615837696 29186 33554432000 4194304 4196468 140726207235936 139952448857632 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7748] ppid=7712 vsize=8413904 memory=2032 CPUtime=0 cores=0-7
/proc/7736/task/7748/stat : 7748 (java) S 7712 7712 7303 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 236771418 8615837696 29186 33554432000 4194304 4196468 140726207235936 139952314635632 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7749] ppid=7712 vsize=8413904 memory=7288 CPUtime=0 cores=0-7
/proc/7736/task/7749/stat : 7749 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236771421 8615837696 29186 33554432000 4194304 4196468 140726207235936 139951940131152 139954038032283 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7750] ppid=7712 vsize=8413904 memory=804 CPUtime=0.02 cores=0-7
/proc/7736/task/7750/stat : 7750 (java) S 7712 7712 7303 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 24 0 236771421 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953465981296 139954038024834 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7751] ppid=7712 vsize=8413904 memory=91320 CPUtime=0.05 cores=0-7
/proc/7736/task/7751/stat : 7751 (java) S 7712 7712 7303 0 -1 1077944384 197 0 0 0 5 0 0 0 20 0 24 0 236771421 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953464928496 139954038024834 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7752] ppid=7712 vsize=8413904 memory=7663271025666254181 CPUtime=0.08 cores=0-7
/proc/7736/task/7752/stat : 7752 (java) S 7712 7712 7303 0 -1 1077944384 452 0 0 0 8 0 0 0 20 0 24 0 236771421 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953463875696 139954038024834 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7753] ppid=7712 vsize=8413904 memory=7228389983330067813 CPUtime=0.2 cores=0-7
/proc/7736/task/7753/stat : 7753 (java) S 7712 7712 7303 0 -1 1077944384 600 0 0 0 20 0 0 0 20 0 24 0 236771421 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953462822896 139954038024834 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7754] ppid=7712 vsize=8413904 memory=6009038193702561124 CPUtime=0 cores=0-7
/proc/7736/task/7754/stat : 7754 (java) S 7712 7712 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236771421 8615837696 29186 33554432000 4194304 4196468 140726207235936 139951442226272 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7755] ppid=7712 vsize=8413904 memory=280385665801672 CPUtime=0 cores=0-7
/proc/7736/task/7755/stat : 7755 (java) S 7712 7712 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236771421 8615837696 29186 33554432000 4194304 4196468 140726207235936 139953461771312 139954038024834 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
Current children cumulated CPU time: 16.69 s
Current children cumulated vsize: 8527032 KiB
Current children cumulated memory: 118216 KiB

[startup+5.8013 s]
/proc/loadavg: 6.59 3.91 2.18 2/200 7755
/proc/meminfo: memFree=23034380/32770624 swapFree=67108860/67108860
[pid=7712] ppid=7709 vsize=113128 memory=1472 CPUtime=15.57 cores=0-7
/proc/7712/stat : 7712 (scop.sh) S 7709 7712 7303 0 -1 4202496 590 33570 0 0 0 0 1528 29 20 0 1 0 236770938 115843072 368 33554432000 4194304 5098028 140722354923264 140722354920008 140104801534588 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 28172288 140722354926627 140722354926851 140722354926851 140722354929613 0
/proc/7712/statm: 28282 368 311 221 0 87 0
[pid=7736] ppid=7712 vsize=8282828 memory=117072 CPUtime=2.23 cores=0-7
/proc/7736/stat : 7736 (java) S 7712 7712 7303 0 -1 1077944320 18118 10987 0 0 113 6 96 8 20 0 22 0 236771414 8481615872 29268 33554432000 4194304 4196468 140726207235936 140726207218480 139954038013687 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
/proc/7736/statm: 2070707 29268 3144 1 0 2032106 0
[pid=7736/tid=7737] ppid=7712 vsize=8282828 memory=15712 CPUtime=1.78 cores=0-7
/proc/7736/task/7737/stat : 7737 (java) S 7712 7712 7303 0 -1 1077944384 14945 10987 0 0 70 4 96 8 20 0 22 0 236771415 8481615872 29268 33554432000 4194304 4196468 140726207235936 139954009853840 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7738] ppid=7712 vsize=8282828 memory=8112282956445269571 CPUtime=1.04 cores=0-7
/proc/7736/task/7738/stat : 7738 (java) S 7712 7712 7303 0 -1 1077944384 1 10987 0 0 0 0 96 8 20 0 22 0 236771416 8481615872 29268 33554432000 4194304 4196468 140726207235936 139954042256528 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7739] ppid=7712 vsize=8282828 memory=11192 CPUtime=1.04 cores=0-7
/proc/7736/task/7739/stat : 7739 (java) S 7712 7712 7303 0 -1 1077944384 1 10987 0 0 0 0 96 8 20 0 22 0 236771416 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953860344848 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7740] ppid=7712 vsize=8282828 memory=1396 CPUtime=1.04 cores=0-7
/proc/7736/task/7740/stat : 7740 (java) S 7712 7712 7303 0 -1 1077944384 1 10987 0 0 0 0 96 8 20 0 22 0 236771416 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953859292048 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7741] ppid=7712 vsize=8282828 memory=797592 CPUtime=1.04 cores=0-7
/proc/7736/task/7741/stat : 7741 (java) S 7712 7712 7303 0 -1 1077944384 2 10987 0 0 0 0 96 8 20 0 22 0 236771416 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953521457936 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7742] ppid=7712 vsize=8282828 memory=6144 CPUtime=1.04 cores=0-7
/proc/7736/task/7742/stat : 7742 (java) S 7712 7712 7303 0 -1 1077944384 2 10987 0 0 0 0 96 8 20 0 22 0 236771416 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953520405136 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7743] ppid=7712 vsize=8282828 memory=0 CPUtime=1.04 cores=0-7
/proc/7736/task/7743/stat : 7743 (java) S 7712 7712 7303 0 -1 1077944384 2 10987 0 0 0 0 96 8 20 0 22 0 236771416 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953519352336 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7744] ppid=7712 vsize=8282828 memory=4004 CPUtime=1.04 cores=0-7
/proc/7736/task/7744/stat : 7744 (java) S 7712 7712 7303 0 -1 1077944384 2 10987 0 0 0 0 96 8 20 0 22 0 236771416 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953518299536 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7745] ppid=7712 vsize=8282828 memory=3516 CPUtime=1.04 cores=0-7
/proc/7736/task/7745/stat : 7745 (java) S 7712 7712 7303 0 -1 1077944384 3 10987 0 0 0 0 96 8 20 0 22 0 236771416 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953517246736 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7746] ppid=7712 vsize=8282828 memory=4100 CPUtime=1.04 cores=0-7
/proc/7736/task/7746/stat : 7746 (java) S 7712 7712 7303 0 -1 1077944384 5 10987 0 0 0 0 96 8 20 0 22 0 236771418 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953467034480 139954038024834 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7747] ppid=7712 vsize=8282828 memory=1696 CPUtime=1.04 cores=0-7
/proc/7736/task/7747/stat : 7747 (java) S 7712 7712 7303 0 -1 1077944384 13 10987 0 0 0 0 96 8 20 0 22 0 236771418 8481615872 29270 33554432000 4194304 4196468 140726207235936 139952448857632 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7748] ppid=7712 vsize=8282828 memory=920 CPUtime=1.04 cores=0-7
/proc/7736/task/7748/stat : 7748 (java) S 7712 7712 7303 0 -1 1077944384 21 10987 0 0 0 0 96 8 20 0 22 0 236771418 8481615872 29270 33554432000 4194304 4196468 140726207235936 139952314635632 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7749] ppid=7712 vsize=8282828 memory=4232 CPUtime=1.04 cores=0-7
/proc/7736/task/7749/stat : 7749 (java) S 7712 7712 7303 0 -1 1077944384 1 10987 0 0 0 0 96 8 20 0 22 0 236771421 8481615872 29270 33554432000 4194304 4196468 140726207235936 139951940131152 139954038032283 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7750] ppid=7712 vsize=8282828 memory=1408 CPUtime=1.06 cores=0-7
/proc/7736/task/7750/stat : 7750 (java) R 7712 7712 7303 0 -1 4202560 366 10987 0 0 2 0 96 8 20 0 22 0 236771421 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953465971408 139954022299987 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7751] ppid=7712 vsize=8282828 memory=2560 CPUtime=1.09 cores=0-7
/proc/7736/task/7751/stat : 7751 (java) S 7712 7712 7303 0 -1 1077944384 199 10987 0 0 5 0 96 8 20 0 22 0 236771421 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953464928496 139954038024834 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7752] ppid=7712 vsize=8282828 memory=1472 CPUtime=1.13 cores=0-7
/proc/7736/task/7752/stat : 7752 (java) S 7712 7712 7303 0 -1 1077944384 460 10987 0 0 9 0 96 8 20 0 22 0 236771421 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953463855760 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7753] ppid=7712 vsize=8282828 memory=60820 CPUtime=1.25 cores=0-7
/proc/7736/task/7753/stat : 7753 (java) S 7712 7712 7303 0 -1 1077944384 641 10987 0 0 21 0 96 8 20 0 22 0 236771421 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953462822896 139954038024834 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7754] ppid=7712 vsize=8282828 memory=0 CPUtime=1.04 cores=0-7
/proc/7736/task/7754/stat : 7754 (java) S 7712 7712 7303 0 -1 1077944384 3 10987 0 0 0 0 96 8 20 0 22 0 236771421 8481615872 29270 33554432000 4194304 4196468 140726207235936 139951442226272 139954038023893 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
[pid=7736/tid=7755] ppid=7712 vsize=8282828 memory=288293289772469009 CPUtime=1.04 cores=0-7
/proc/7736/task/7755/stat : 7755 (java) S 7712 7712 7303 0 -1 1077944384 1 10987 0 0 0 0 96 8 20 0 22 0 236771421 8481615872 29270 33554432000 4194304 4196468 140726207235936 139953461771312 139954038024834 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18898944 140726207239346 140726207239469 140726207239469 140726207242191 0
Current children cumulated CPU time: 17.8 s
Current children cumulated vsize: 8395956 KiB
Current children cumulated memory: 118544 KiB

Child status: 0
Real time (s): 5.89116
CPU time (s): 18.0042
CPU user time (s): 17.5474
CPU system time (s): 0.456851
CPU usage (%): 305.614
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 1115192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5474
system time used= 0.456851
maximum resident set size= 1117684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18549
involuntary context switches= 52


# summary of solver processes directly reported to runsolver:
#   pid: 7712
#   total CPU time (s): 18.0042
#   total CPU user time (s): 17.5474
#   total CPU system time (s): 0.456851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071997 second user time and 0.092997 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-13 22:27:57
IDJOB=4307425
IDBENCH=141383
IDSOLVER=2789
FILE ID=node107/4307425-1534192077
RUNJOBID= node107-1534191883-7330
PBS_JOBID= 21037998
Free space on /tmp= 39620 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-5-5-6-cp_c18.xml
COMMAND LINE= scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=NBCORE:-maxmemory=20000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307425-1534192077/watcher-4307425-1534192077 -o /tmp/evaluation-result-4307425-1534192077/solver-4307425-1534192077 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534191883-7330 --watchdog 2580  scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307425-1534192077.xml

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

MD5SUM BENCH= 7cf8ff1aade64c35eba6df9cb38cb5a8
RANDOM SEED=69624437

node107.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.40
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.40
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.40
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.40
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:        23084380 kB
MemAvailable:   31902984 kB
Buffers:          232472 kB
Cached:          8782468 kB
SwapCached:            0 kB
Active:          4705484 kB
Inactive:        4365000 kB
Active(anon):       4660 kB
Inactive(anon):   103580 kB
Active(file):    4700824 kB
Inactive(file):  4261420 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8480 kB
Writeback:             0 kB
AnonPages:        196904 kB
Mapped:            53972 kB
Shmem:             49804 kB
Slab:             312788 kB
SReclaimable:     284820 kB
SUnreclaim:        27968 kB
KernelStack:        3536 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39612 MiB
End job on node107 at 2018-08-13 22:28:03