Trace number 4297209

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-07)SAT 6.11848 2.22822

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K02-P09_c18.xml
MD5SUM7d3eec938755fdf0eb3fdb8654f4a439
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 benchmark1.861
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":18}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":27},{"degree":2,"count":25},{"degree":3,"count":4},{"degree":4,"count":14}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":18,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.53	
0.66/0.53	scop both+glucose-syrup (2018-07-07)
0.66/0.53	
0.66/0.56	c BEGIN-Prog: Thu Jul 26 22:34:58 CEST 2018
0.66/0.56	c PID: 2884
0.66/0.56	c IP: 172.20.3.137
0.66/0.56	c HOST: node137.alineos.net
0.66/0.56	c (0,0) Parsing Begin
1.17/0.86	c (0,0) Parsing End
1.17/0.87	c (0,0) CSP: 43 int (0 aux), 0 bool (0 aux), 27 ctr, max domain size 26
1.17/0.87	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.17/0.87	c (0,0) Constraint Name Generate Begin
1.17/0.87	c (0,0) Ctr:HOME/instance-4297209-1532637297.xml,AllDifferent:Dist:Eq:IntVar
1.17/0.87	c (0,0) Constraint Name Generate End
1.17/0.87	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.17/0.87	c (0,0) CSP to CSPinCNF Begin
1.37/0.97	c (0,0) translated 3 (10%) constraints
1.37/0.98	c (0,0) translated 6 (20%) constraints
1.37/1.00	c (0,0) translated 9 (30%) constraints
1.56/1.09	c (0,0) translated 11 (40%) constraints
1.56/1.09	c (0,0) translated 14 (50%) constraints
1.56/1.09	c (0,0) translated 17 (60%) constraints
1.56/1.09	c (0,0) translated 19 (70%) constraints
1.56/1.09	c (0,0) translated 22 (80%) constraints
1.56/1.09	c (0,0) translated 25 (90%) constraints
1.56/1.10	c (0,0) translated 27 (100%) constraints
2.12/1.26	c (0,0) STATISTICS1:HOME/instance-4297209-1532637297.xml,AllDifferent:Dist:Eq:IntVar,43,532,650,26,25,3,650:100;26:153;25:300,26:542;25:750,25:2;18:2;2:478;1:50,3:100;2:453;1:86,
2.12/1.26	c (0,0) ===========================================
2.12/1.26	c (0,0) Both Encoding selects:
2.12/1.26	c (0,0) Order
2.12/1.26	c (0,0) ===========================================
2.12/1.28	c (0,0) translated 54 (10%) constraints
2.12/1.29	c (0,0) translated 107 (20%) constraints
2.37/1.30	c (0,0) translated 160 (30%) constraints
2.37/1.31	c (0,0) translated 213 (40%) constraints
2.37/1.32	c (0,0) translated 266 (50%) constraints
2.37/1.33	c (0,0) translated 320 (60%) constraints
2.37/1.33	c (0,0) translated 373 (70%) constraints
2.37/1.34	c (0,0) translated 426 (80%) constraints
2.37/1.35	c (0,0) translated 479 (90%) constraints
2.37/1.35	c (0,0) translated 532 (100%) constraints
2.37/1.36	c (0,0) CSP to CSPinCNF End
2.37/1.36	c (0,0) CSP: 43 int (0 aux), 0 bool (0 aux), 532 ctr, max domain size 26
2.37/1.36	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.37/1.36	c (0,0) CSPinCNF Propagation Begin
2.37/1.38	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.37/1.38	c (0,0) CSPinCNF Propagation End
2.37/1.38	c (0,0) CSP: 43 int (0 aux), 0 bool (0 aux), 532 ctr, max domain size 26
2.37/1.38	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.37/1.38	c (0,0) Simplify CSPinCNF Begin
2.67/1.48	c (0,0) Simplify CSPinCNF End
2.67/1.48	c (0,0) CSP: 43 int (0 aux), 956 bool (956 aux), 1488 ctr, max domain size 26
2.67/1.48	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.67/1.48	c (0,0) Calculate Precise Domain Begin
2.67/1.49	c (0,0) 0 values are removed by re-calculation
2.67/1.49	c (0,0) Calculate Precise Domain End
2.67/1.49	c (0,0) CSP: 43 int (0 aux), 956 bool (956 aux), 1488 ctr, max domain size 26
2.67/1.49	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.67/1.49	c (0,0) CSPinCNF to SatSolver Begin
3.73/1.74	c (1,1) 149 (10 %) CSP clauses are encoded (2006 SAT variables, 33930 SAT clauses)
3.73/1.76	c (1,1) 298 (20 %) CSP clauses are encoded (2006 SAT variables, 36554 SAT clauses)
3.73/1.77	c (1,1) 447 (30 %) CSP clauses are encoded (2006 SAT variables, 39203 SAT clauses)
3.73/1.79	c (1,1) 596 (40 %) CSP clauses are encoded (2006 SAT variables, 41796 SAT clauses)
4.14/1.80	c (1,1) 744 (50 %) CSP clauses are encoded (2006 SAT variables, 44296 SAT clauses)
4.14/1.81	c (1,1) 893 (60 %) CSP clauses are encoded (2006 SAT variables, 46845 SAT clauses)
4.14/1.82	c (1,1) 1042 (70 %) CSP clauses are encoded (2006 SAT variables, 49370 SAT clauses)
4.14/1.84	c (1,1) 1191 (80 %) CSP clauses are encoded (2006 SAT variables, 51895 SAT clauses)
4.14/1.85	c (1,1) 1340 (90 %) CSP clauses are encoded (2006 SAT variables, 54444 SAT clauses)
4.14/1.86	c (1,1) 1488 (100 %) CSP clauses are encoded (2006 SAT variables, 56944 SAT clauses)
4.14/1.86	c (1,1) CSPinCNF to SatSolver End
4.14/1.86	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.14/1.89	c (1,1) STATISTICS2:HOME/instance-4297209-1532637297.xml,AllDifferent:Dist:Eq:IntVar,999,1488,650,26,25,3,650:100;26:306;25:600,26:848;25:1350;2:1912,25:2;18:2;2:1434;1:50,3:100;2:906;1:1998,
4.14/1.89	c (1,1) SatSolver.solve Begin
4.14/1.89	c (1,1) 2006 bool, 56945 clause
4.14/1.89	c (1,1) HOME/glucose-syrup -model -nthreads=8 -maxmemory=10000 HOME/instance-4297209-1532637297.xml-scop-2884.cnf HOME/instance-4297209-1532637297.xml-scop-2884.cnf.out
5.49/2.17	c (1,0) c
5.49/2.17	c (1,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
5.49/2.17	c (1,0) c
5.49/2.17	c (1,0) c WARNING: for repeatability, setting FPU to use double precision
5.49/2.17	c (1,0) c 8 solvers engines and 1 companion as a blackboard created.
5.49/2.17	c (1,0) c ========================================[ Problem Statistics ]===========================================
5.49/2.17	c (1,0) c |                                                                                                       |
5.49/2.17	c (1,0) c |  Number of variables:          2006                                                                   |
5.49/2.17	c (1,0) c |  Number of clauses:           56945                                                                   |
5.49/2.17	c (1,0) c |  Parse time:                   0.01 s                                                                 |
5.49/2.17	c (1,0) c |                                                                                                       |
5.49/2.17	c (1,0) c |  Eliminated clauses:           0.01 Mb                                                                |
5.49/2.17	c (1,0) c |  Simplification time:          0.06 s                                                                 |
5.49/2.17	c (1,0) c |                                                                                                       |
5.49/2.17	c (1,0) c |  Generating clones                                                                                    |
5.49/2.17	c (1,0) c |  all clones generated. Memory =  52.07Mb.                                                             |
5.49/2.17	c (1,0) c ========================================================================================================|
5.49/2.17	c (1,0) c last restart ## conflicts  :  238 24 
5.49/2.17	c (1,0) c Thread 6 is 100% pure glucose! First thread to finish! (SAT answer).
5.49/2.17	c (1,0) c Total Memory so far : 629.26Mb
5.49/2.17	c (1,0) c
5.49/2.17	c (1,0) c real time : 0.265632 s
5.49/2.17	c (1,0) c cpu time  : 1.42232 s
5.49/2.17	c (1,0) c
5.49/2.17	c (1,0) c
5.49/2.17	c (1,0) c
5.49/2.17	c (1,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
5.49/2.17	c (1,0) c
5.49/2.17	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.49/2.17	c (1,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
5.49/2.17	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.49/2.17	c (1,0) c | Conflicts     |           24323 |       3587 |       2819 |       3089 |       2843 |       3103 |       2850 |       2952 |       3080 |
5.49/2.17	c (1,0) c | Decisions     |           39914 |       4974 |       4847 |       5223 |       4717 |       5119 |       4757 |       5069 |       5208 |
5.49/2.17	c (1,0) c | Propagations  |         4342223 |     550328 |     523097 |     562444 |     526594 |     559742 |     527959 |     531677 |     560382 |
5.49/2.17	c (1,0) c | Avg_Trail     |                 |       1273 |       1135 |       1137 |       1130 |       1126 |       1129 |       1134 |       1137 |
5.49/2.17	c (1,0) c | Avg_DL        |                 |         27 |         32 |         33 |         31 |         32 |         31 |         33 |         33 |
5.49/2.17	c (1,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.49/2.17	c (1,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.49/2.17	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.49/2.17	c (1,0) c | Exported      |             343 |         34 |         45 |         52 |         35 |         44 |         35 |         46 |         52 |
5.49/2.17	c (1,0) c | Imported      |            2165 |        169 |        298 |        267 |        295 |        283 |        308 |        275 |        270 |
5.49/2.17	c (1,0) c | Good          |             155 |          0 |         27 |         19 |         23 |         17 |         27 |         23 |         19 |
5.49/2.18	c (1,0) c | Purge         |            2010 |        169 |        271 |        248 |        272 |        266 |        281 |        252 |        251 |
5.49/2.18	c (1,0) c | Promoted      |               8 |          0 |          2 |          0 |          1 |          1 |          1 |          3 |          0 |
5.49/2.18	c (1,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.49/2.18	c (1,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.49/2.18	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.49/2.18	c (1,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.49/2.18	c (1,0) c | Binaries      |                 |          0 |          2 |          5 |          2 |          9 |          2 |          4 |          5 |
5.49/2.18	c (1,0) c | Glues         |                 |         34 |         45 |         52 |         35 |         44 |         35 |         46 |         52 |
5.49/2.18	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.49/2.18	c (1,0) c | Orig_Seen     |            31 % |      16636 |      16495 |      19348 |      16530 |      18665 |      16546 |      18726 |      19315 |
5.49/2.18	c (1,0) c | Diff Orig seen|                 | -     2090 | -     2231 |        622 | -     2196 | -       61 | -     2180 |      X     |        589 |
5.49/2.18	c (1,0) c | Hamming       |            28 % |        661 |        591 |        623 |        472 |        605 |        525 |      X     |        558 |
5.49/2.18	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.49/2.18	c (1,0) 
5.49/2.18	c (1,0) s SATISFIABLE
5.49/2.19	c (1,1) SatSolver.solve End
5.49/2.19	c (1,1) Heap : 901 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
5.49/2.19	c (1,1) Show results Begin
6.07/2.20	c (1,1) ce[0][0][1] = 21
6.07/2.20	c (1,1) ce[1][0][1] = 25
6.07/2.20	c (1,1) ce[2][0][1] = 18
6.07/2.20	c (1,1) ce[3][0][1] = 16
6.07/2.20	c (1,1) ce[4][0][1] = 7
6.07/2.20	c (1,1) ce[5][0][1] = 2
6.07/2.20	c (1,1) ce[6][0][1] = 4
6.07/2.20	c (1,1) ce[7][0][1] = 3
6.07/2.20	c (1,1) ce[8][0][1] = 12
6.07/2.20	c (1,1) cie[0][0] = 22
6.07/2.20	c (1,1) cie[0][1] = 24
6.07/2.20	c (1,1) cie[1][0] = 23
6.07/2.20	c (1,1) cie[1][1] = 20
6.07/2.20	c (1,1) cie[2][0] = 15
6.07/2.20	c (1,1) cie[2][1] = 19
6.07/2.20	c (1,1) cie[3][0] = 9
6.07/2.20	c (1,1) cie[3][1] = 14
6.07/2.20	c (1,1) cie[4][0] = 13
6.07/2.20	c (1,1) cie[4][1] = 8
6.07/2.20	c (1,1) cie[5][0] = 11
6.07/2.20	c (1,1) cie[5][1] = 17
6.07/2.20	c (1,1) cie[6][0] = 1
6.07/2.20	c (1,1) cie[6][1] = 6
6.07/2.20	c (1,1) cie[7][0] = 10
6.07/2.20	c (1,1) cie[7][1] = 5
6.07/2.20	c (1,1) cn[0][0] = 22
6.07/2.20	c (1,1) cn[0][1] = 1
6.07/2.20	c (1,1) cn[1][0] = 0
6.07/2.20	c (1,1) cn[1][1] = 25
6.07/2.20	c (1,1) cn[2][0] = 23
6.07/2.20	c (1,1) cn[2][1] = 5
6.07/2.20	c (1,1) cn[3][0] = 8
6.07/2.20	c (1,1) cn[3][1] = 24
6.07/2.20	c (1,1) cn[4][0] = 17
6.07/2.20	c (1,1) cn[4][1] = 10
6.07/2.20	c (1,1) cn[5][0] = 4
6.07/2.20	c (1,1) cn[5][1] = 2
6.07/2.20	c (1,1) cn[6][0] = 15
6.07/2.20	c (1,1) cn[6][1] = 19
6.07/2.20	c (1,1) cn[7][0] = 16
6.07/2.20	c (1,1) cn[7][1] = 13
6.07/2.20	c (1,1) cn[8][0] = 6
6.07/2.20	c (1,1) cn[8][1] = 18
6.07/2.20	s SATISFIABLE
6.07/2.20	v <instantiation>
6.07/2.20	v     <list>cn[0][0] cn[0][1] cn[1][0] cn[1][1] cn[2][0] cn[2][1] cn[3][0] cn[3][1] cn[4][0] cn[4][1] cn[5][0] cn[5][1] cn[6][0] cn[6][1] cn[7][0] cn[7][1] cn[8][0] cn[8][1] ce[0][0][1] ce[1][0][1] ce[2][0][1] ce[3][0][1] ce[4][0][1] ce[5][0][1] ce[6][0][1] ce[7][0][1] ce[8][0][1] cie[0][0] cie[0][1] cie[1][0] cie[1][1] cie[2][0] cie[2][1] cie[3][0] cie[3][1] cie[4][0] cie[4][1] cie[5][0] cie[5][1] cie[6][0] cie[6][1] cie[7][0] cie[7][1]</list>
6.07/2.20	v     <values>22 1 0 25 23 5 8 24 17 10 4 2 15 19 16 13 6 18 21 25 18 16 7 2 4 3 12 22 24 23 20 15 19 9 14 13 8 11 17 1 6 10 5</values>
6.07/2.20	v </instantiation>
6.07/2.20	c (1,1) Show results End
6.07/2.20	c (1,1) Heap : 901 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
6.07/2.20	c (1,1) 0,0,0,0,0,0,1,1,1,STOP-AFTER(ALL)
6.07/2.20	c END-Prog: Thu Jul 26 22:35:00 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 (11350 MiB free)
  memory of node 1: 16384 MiB (11408 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100134 s]*
/proc/loadavg: 7.65 8.42 8.44 3/198 2904
/proc/meminfo: memFree=23209324/32770624 swapFree=67108860/67108860
[pid=2884] ppid=2881 vsize=27312552 memory=108732 CPUtime=0.1 cores=0-7
/proc/2884/stat : 2884 (java) S 2881 2884 2339 0 -1 1077944320 6704 0 0 0 8 2 0 0 20 0 20 0 81292910 27968053248 27183 33554432000 4194304 4196468 140733464382336 140733464364880 139825288695543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
/proc/2884/statm: 6828138 27183 2751 1 0 6790598 0
[pid=2884/tid=2886] ppid=2881 vsize=27312552 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/2884/task/2886/stat : 2886 (java) R 2881 2884 2339 0 -1 4202560 4819 0 0 0 7 2 0 0 20 0 20 0 81292910 27968053248 27183 33554432000 4194304 4196468 140733464382336 139825260481664 139825272776030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2887] ppid=2881 vsize=27312552 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/2884/task/2887/stat : 2887 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 27183 33554432000 4194304 4196468 140733464382336 139825292937872 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2888] ppid=2881 vsize=27312552 memory=140195307476608 CPUtime=0 cores=0-7
/proc/2884/task/2888/stat : 2888 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824711326224 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2889] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2889/stat : 2889 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824710273424 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2890] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2890/stat : 2890 (java) S 2881 2884 2339 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824709220624 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2891] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2891/stat : 2891 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824708168848 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2892] ppid=2881 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/2884/task/2892/stat : 2892 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824707116048 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2893] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2893/stat : 2893 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824706063248 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2894] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2894/stat : 2894 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824705010448 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2895] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2895/stat : 2895 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292914 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824147155312 139825288706690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2896] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2896/stat : 2896 (java) S 2881 2884 2339 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81292915 27968053248 27183 33554432000 4194304 4196468 140733464382336 139823264293920 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2897] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2897/stat : 2897 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292915 27968053248 27183 33554432000 4194304 4196468 140733464382336 139822995858288 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2898] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2898/stat : 2898 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292917 27968053248 27183 33554432000 4194304 4196468 140733464382336 139822621349712 139825288714139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2899] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2899/stat : 2899 (java) S 2881 2884 2339 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 81292917 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824146103152 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2900] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2900/stat : 2900 (java) S 2881 2884 2339 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81292917 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824145050352 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2901] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2901/stat : 2901 (java) S 2881 2884 2339 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 81292917 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824143997552 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2902] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2902/stat : 2902 (java) S 2881 2884 2339 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 20 0 81292918 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824142944752 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2903] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2903/stat : 2903 (java) S 2881 2884 2339 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81292918 27968053248 27183 33554432000 4194304 4196468 140733464382336 139822123444832 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2904] ppid=2881 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/2884/task/2904/stat : 2904 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292918 27968053248 27183 33554432000 4194304 4196468 140733464382336 139824141892144 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 108732 KiB

[startup+0.210649 s]*
/proc/loadavg: 7.65 8.42 8.44 2/198 2904
/proc/meminfo: memFree=23192344/32770624 swapFree=67108860/67108860
[pid=2884] ppid=2881 vsize=27312552 memory=123132 CPUtime=0.24 cores=0-7
/proc/2884/stat : 2884 (java) S 2881 2884 2339 0 -1 1077944320 10526 0 0 0 21 3 0 0 20 0 20 0 81292910 27968053248 30783 33554432000 4194304 4196468 140733464382336 140733464364880 139825288695543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
/proc/2884/statm: 6828138 30783 2875 1 0 6790598 0
[pid=2884/tid=2886] ppid=2881 vsize=27312552 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/2884/task/2886/stat : 2886 (java) R 2881 2884 2339 0 -1 4202560 8453 0 0 0 17 2 0 0 20 0 20 0 81292910 27968053248 30783 33554432000 4194304 4196468 140733464382336 139825260517008 139825272776030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2887] ppid=2881 vsize=27312552 memory=11790 CPUtime=0 cores=0-7
/proc/2884/task/2887/stat : 2887 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 30783 33554432000 4194304 4196468 140733464382336 139825292937872 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2888] ppid=2881 vsize=27312552 memory=140195307479421 CPUtime=0 cores=0-7
/proc/2884/task/2888/stat : 2888 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824711326224 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2889] ppid=2881 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/2884/task/2889/stat : 2889 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824710273424 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2890] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2890/stat : 2890 (java) S 2881 2884 2339 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824709220624 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2891] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2891/stat : 2891 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824708168848 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2892] ppid=2881 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/2884/task/2892/stat : 2892 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824707116048 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2893] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2893/stat : 2893 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824706063248 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2894] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2894/stat : 2894 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824705010448 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2895] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2895/stat : 2895 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292914 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824147155312 139825288706690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2896] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2896/stat : 2896 (java) S 2881 2884 2339 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81292915 27968053248 30783 33554432000 4194304 4196468 140733464382336 139823264293920 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2897] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2897/stat : 2897 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292915 27968053248 30783 33554432000 4194304 4196468 140733464382336 139822995858288 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2898] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2898/stat : 2898 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292917 27968053248 30783 33554432000 4194304 4196468 140733464382336 139822621349712 139825288714139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2899] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2899/stat : 2899 (java) S 2881 2884 2339 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 20 0 81292917 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824146103152 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2900] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2900/stat : 2900 (java) S 2881 2884 2339 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 81292917 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824145050352 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2901] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2901/stat : 2901 (java) S 2881 2884 2339 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 81292917 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824143997552 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2902] ppid=2881 vsize=27312552 memory=0 CPUtime=0.02 cores=0-7
/proc/2884/task/2902/stat : 2902 (java) S 2881 2884 2339 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 20 0 81292918 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824142944752 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2903] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2903/stat : 2903 (java) S 2881 2884 2339 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81292918 27968053248 30783 33554432000 4194304 4196468 140733464382336 139822123444832 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2904] ppid=2881 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/2884/task/2904/stat : 2904 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292918 27968053248 30783 33554432000 4194304 4196468 140733464382336 139824141892144 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 123132 KiB

[startup+0.31015 s]*
/proc/loadavg: 7.65 8.42 8.44 2/198 2904
/proc/meminfo: memFree=23189232/32770624 swapFree=67108860/67108860
[pid=2884] ppid=2881 vsize=27312552 memory=127100 CPUtime=0.42 cores=0-7
/proc/2884/stat : 2884 (java) S 2881 2884 2339 0 -1 1077944320 11172 0 0 0 38 4 0 0 20 0 20 0 81292910 27968053248 31775 33554432000 4194304 4196468 140733464382336 140733464364880 139825288695543 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
/proc/2884/statm: 6828138 31775 2968 1 0 6790598 0
[pid=2884/tid=2886] ppid=2881 vsize=27312552 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/2884/task/2886/stat : 2886 (java) R 2881 2884 2339 0 -1 4202560 8891 0 0 0 26 3 0 0 20 0 20 0 81292910 27968053248 31775 33554432000 4194304 4196468 140733464382336 139825260499664 139825268971279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2887] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2887/stat : 2887 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 31775 33554432000 4194304 4196468 140733464382336 139825292937872 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2888] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2888/stat : 2888 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824711326224 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2889] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2889/stat : 2889 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824710273424 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2890] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2890/stat : 2890 (java) S 2881 2884 2339 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824709220624 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2891] ppid=2881 vsize=27312552 memory=2244 CPUtime=0 cores=0-7
/proc/2884/task/2891/stat : 2891 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824708168848 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2892] ppid=2881 vsize=27312552 memory=140195181720495 CPUtime=0 cores=0-7
/proc/2884/task/2892/stat : 2892 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824707116048 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2893] ppid=2881 vsize=27312552 memory=140195181722800 CPUtime=0 cores=0-7
/proc/2884/task/2893/stat : 2893 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824706063248 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2894] ppid=2881 vsize=27312552 memory=140195181725104 CPUtime=0 cores=0-7
/proc/2884/task/2894/stat : 2894 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824705010448 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2895] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2895/stat : 2895 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292914 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824147155312 139825288706690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2896] ppid=2881 vsize=27312552 memory=280390363457168 CPUtime=0 cores=0-7
/proc/2884/task/2896/stat : 2896 (java) S 2881 2884 2339 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81292915 27968053248 31775 33554432000 4194304 4196468 140733464382336 139823264293920 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2897] ppid=2881 vsize=27312552 memory=280390363464080 CPUtime=0 cores=0-7
/proc/2884/task/2897/stat : 2897 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292915 27968053248 31775 33554432000 4194304 4196468 140733464382336 139822995858288 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2898] ppid=2881 vsize=27312552 memory=280390363405360 CPUtime=0 cores=0-7
/proc/2884/task/2898/stat : 2898 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292917 27968053248 31775 33554432000 4194304 4196468 140733464382336 139822621349712 139825288714139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2899] ppid=2881 vsize=27312552 memory=280390363477904 CPUtime=0 cores=0-7
/proc/2884/task/2899/stat : 2899 (java) S 2881 2884 2339 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 20 0 81292917 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824146103152 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2900] ppid=2881 vsize=27312552 memory=280390363484816 CPUtime=0.02 cores=0-7
/proc/2884/task/2900/stat : 2900 (java) S 2881 2884 2339 0 -1 1077944384 153 0 0 0 2 0 0 0 20 0 20 0 81292917 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824145050352 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2901] ppid=2881 vsize=27312552 memory=280390363482512 CPUtime=0 cores=0-7
/proc/2884/task/2901/stat : 2901 (java) S 2881 2884 2339 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 81292917 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824143997552 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2902] ppid=2881 vsize=27312552 memory=280390363499120 CPUtime=0.07 cores=0-7
/proc/2884/task/2902/stat : 2902 (java) S 2881 2884 2339 0 -1 1077944384 329 0 0 0 7 0 0 0 20 0 20 0 81292918 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824142944752 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2903] ppid=2881 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2903/stat : 2903 (java) S 2881 2884 2339 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81292918 27968053248 31775 33554432000 4194304 4196468 140733464382336 139822123444832 139825288705749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2904] ppid=2881 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/2884/task/2904/stat : 2904 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292918 27968053248 31775 33554432000 4194304 4196468 140733464382336 139824141892144 139825288706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 127100 KiB

[startup+0.700926 s]
/proc/loadavg: 7.65 8.42 8.44 2/198 2904
/proc/meminfo: memFree=23165048/32770624 swapFree=67108860/67108860
[pid=2884] ppid=2881 vsize=27320948 memory=165460 CPUtime=0.98 cores=0-7
/proc/2884/stat : 2884 (java) S 2881 2884 2339 0 -1 1077944320 18453 0 0 0 92 6 0 0 20 0 20 0 81292910 27976650752 41365 33554432000 4194304 4196468 140733464382336 140733464364880 139825288695543 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
/proc/2884/statm: 6830237 41365 3161 1 0 6791622 0
[pid=2884/tid=2886] ppid=2881 vsize=27320948 memory=0 CPUtime=0.67 cores=0-7
/proc/2884/task/2886/stat : 2886 (java) R 2881 2884 2339 0 -1 4202560 15656 0 0 0 62 5 0 0 20 0 20 0 81292910 27976650752 41365 33554432000 4194304 4196468 140733464382336 139825260530912 139825272776030 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2887] ppid=2881 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2887/stat : 2887 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27976650752 41365 33554432000 4194304 4196468 140733464382336 139825292937872 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2888] ppid=2881 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2888/stat : 2888 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292913 27976650752 41365 33554432000 4194304 4196468 140733464382336 139824711326224 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2889] ppid=2881 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2889/stat : 2889 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27976650752 41365 33554432000 4194304 4196468 140733464382336 139824710273424 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2890] ppid=2881 vsize=27320948 memory=13040 CPUtime=0 cores=0-7
/proc/2884/task/2890/stat : 2890 (java) S 2881 2884 2339 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 81292913 27976650752 41365 33554432000 4194304 4196468 140733464382336 139824709220624 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2891] ppid=2881 vsize=27320948 memory=796 CPUtime=0 cores=0-7
/proc/2884/task/2891/stat : 2891 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27976650752 41365 33554432000 4194304 4196468 140733464382336 139824708168848 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2892] ppid=2881 vsize=27320948 memory=1424 CPUtime=0 cores=0-7
/proc/2884/task/2892/stat : 2892 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292913 27976650752 41365 33554432000 4194304 4196468 140733464382336 139824707116048 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2893] ppid=2881 vsize=27320948 memory=1200 CPUtime=0 cores=0-7
/proc/2884/task/2893/stat : 2893 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27976650752 41365 33554432000 4194304 4196468 140733464382336 139824706063248 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2894] ppid=2881 vsize=27320948 memory=15872 CPUtime=0 cores=0-7
/proc/2884/task/2894/stat : 2894 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27976650752 41365 33554432000 4194304 4196468 140733464382336 139824705010448 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2895] ppid=2881 vsize=27320948 memory=13996 CPUtime=0 cores=0-7
/proc/2884/task/2895/stat : 2895 (java) S 2881 2884 2339 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81292914 27976650752 41365 33554432000 4194304 4196468 140733464382336 139824147155312 139825288706690 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0

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

/proc/2884/task/2890/stat : 2890 (java) S 2881 2884 2339 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 81292913 27983011840 58174 33554432000 4194304 4196468 140733464382336 139824709220624 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2891] ppid=2881 vsize=27327160 memory=4140 CPUtime=0 cores=0-7
/proc/2884/task/2891/stat : 2891 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27983011840 58174 33554432000 4194304 4196468 140733464382336 139824708168848 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2892] ppid=2881 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2892/stat : 2892 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81292913 27983011840 58174 33554432000 4194304 4196468 140733464382336 139824707116048 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2893] ppid=2881 vsize=27327160 memory=140195181934016 CPUtime=0 cores=0-7
/proc/2884/task/2893/stat : 2893 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27983011840 58174 33554432000 4194304 4196468 140733464382336 139824706063248 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2894] ppid=2881 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2894/stat : 2894 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292913 27983011840 58174 33554432000 4194304 4196468 140733464382336 139824705010448 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2895] ppid=2881 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2895/stat : 2895 (java) S 2881 2884 2339 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81292914 27983011840 58174 33554432000 4194304 4196468 140733464382336 139824147155312 139825288706690 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2896] ppid=2881 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2896/stat : 2896 (java) S 2881 2884 2339 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81292915 27983011840 58174 33554432000 4194304 4196468 140733464382336 139823264293920 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2897] ppid=2881 vsize=27327160 memory=13331578489260 CPUtime=0 cores=0-7
/proc/2884/task/2897/stat : 2897 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292915 27983011840 58174 33554432000 4194304 4196468 140733464382336 139822995858288 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2898] ppid=2881 vsize=27327160 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/2884/task/2898/stat : 2898 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81292917 27983011840 58174 33554432000 4194304 4196468 140733464382336 139822621349712 139825288714139 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2899] ppid=2881 vsize=27327160 memory=15821084087813536 CPUtime=0.27 cores=0-7
/proc/2884/task/2899/stat : 2899 (java) R 2881 2884 2339 0 -1 4202560 950 0 0 0 26 1 0 0 20 0 20 0 81292917 27983011840 58174 33554432000 4194304 4196468 140733464382336 139824146091744 139825267941375 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2900] ppid=2881 vsize=27327160 memory=0 CPUtime=0.34 cores=0-7
/proc/2884/task/2900/stat : 2900 (java) R 2881 2884 2339 0 -1 4202560 614 0 0 0 33 1 0 0 20 0 20 0 81292917 27983011840 58174 33554432000 4194304 4196468 140733464382336 139824145037168 139825273358962 0 4 0 25189583 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2901] ppid=2881 vsize=27327160 memory=0 CPUtime=0.36 cores=0-7
/proc/2884/task/2901/stat : 2901 (java) R 2881 2884 2339 0 -1 4202560 685 0 0 0 36 0 0 0 20 0 20 0 81292917 27983011840 58174 33554432000 4194304 4196468 140733464382336 139824143983840 139825273612914 0 4 0 25189583 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2902] ppid=2881 vsize=27327160 memory=0 CPUtime=0.75 cores=0-7
/proc/2884/task/2902/stat : 2902 (java) S 2881 2884 2339 0 -1 1077944384 2826 0 0 0 74 1 0 0 20 0 20 0 81292918 27983011840 58174 33554432000 4194304 4196468 140733464382336 139824142944752 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2903] ppid=2881 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2903/stat : 2903 (java) S 2881 2884 2339 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81292918 27983011840 58174 33554432000 4194304 4196468 140733464382336 139822123444832 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2904] ppid=2881 vsize=27327160 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2904/stat : 2904 (java) S 2881 2884 2339 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81292918 27983011840 58174 33554432000 4194304 4196468 140733464382336 139824141892144 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
Current children cumulated CPU time: 3.33 s
Current children cumulated vsize: 27327160 KiB
Current children cumulated memory: 232696 KiB

[startup+2.00091 s]*
/proc/loadavg: 7.65 8.42 8.44 2/203 2910
/proc/meminfo: memFree=22922420/32770624 swapFree=67108860/67108860
[pid=2884] ppid=2881 vsize=27982760 memory=367756 CPUtime=4.58 cores=0-7
/proc/2884/stat : 2884 (java) S 2881 2884 2339 0 -1 1077944320 25281 0 0 0 446 12 0 0 20 0 24 0 81292910 28654346240 91939 33554432000 4194304 4196468 140733464382336 140733464364880 139825288695543 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
/proc/2884/statm: 6995690 91939 3223 1 0 6956546 0
[pid=2905] ppid=2884 vsize=643172 memory=36496 CPUtime=0.11 cores=0-7
/proc/2905/stat : 2905 (glucose-syrup) S 2884 2884 2339 0 -1 1077944320 6766 0 0 0 10 1 0 0 20 0 9 0 81293101 658608128 9124 33554432000 4194304 4373367 140737337133952 140737337132496 140528447257218 0 4 0 8388610 18446744073709551615 0 0 17 4 0 0 0 0 0 6470912 6472264 35913728 140737337136049 140737337136300 140737337136300 140737337139143 0
/proc/2905/statm: 160793 9124 365 44 0 156481 0
[pid=2905/tid=2911] ppid=2884 vsize=643172 memory=0 CPUtime=0 cores=0-7
/proc/2905/task/2911/stat : 2911 (glucose-syrup) R 2884 2884 2339 0 -1 4202560 89 0 0 0 0 0 0 0 20 0 9 0 81293111 658608128 9318 33554432000 4194304 4373367 140737337133952 140528425876680 140528432548837 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 35913728 140737337136049 140737337136300 140737337136300 140737337139143 0
[pid=2905/tid=2912] ppid=2884 vsize=643172 memory=0 CPUtime=0 cores=0-7
/proc/2905/task/2912/stat : 2912 (glucose-syrup) R 2884 2884 2339 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 9 0 81293111 658608128 9383 33554432000 4194304 4373367 140737337133952 140528417483976 140528432544574 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 35913728 140737337136049 140737337136300 140737337136300 140737337139143 0
[pid=2905/tid=2913] ppid=2884 vsize=643172 memory=140195307476608 CPUtime=0 cores=0-7
/proc/2905/task/2913/stat : 2913 (glucose-syrup) R 2884 2884 2339 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 9 0 81293111 658608128 9383 33554432000 4194304 4373367 140737337133952 140528409090952 140528432544574 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 35913728 140737337136049 140737337136300 140737337136300 140737337139143 0
[pid=2905/tid=2914] ppid=2884 vsize=643172 memory=-2893623298589923098 CPUtime=0 cores=0-7
/proc/2905/task/2914/stat : 2914 (glucose-syrup) R 2884 2884 2339 0 -1 4202560 64 0 0 0 0 0 0 0 20 0 9 0 81293111 658608128 9448 33554432000 4194304 4373367 140737337133952 140528400698568 140528432544574 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 35913728 140737337136049 140737337136300 140737337136300 140737337139143 0
[pid=2905/tid=2915] ppid=2884 vsize=643172 memory=0 CPUtime=0 cores=0-7
/proc/2905/task/2915/stat : 2915 (glucose-syrup) R 2884 2884 2339 0 -1 4202560 66 0 0 0 0 0 0 0 20 0 9 0 81293111 658608128 9448 33554432000 4194304 4373367 140737337133952 140528392305544 140528432544574 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 35913728 140737337136049 140737337136300 140737337136300 140737337139143 0
[pid=2905/tid=2916] ppid=2884 vsize=643172 memory=0 CPUtime=0 cores=0-7
/proc/2905/task/2916/stat : 2916 (glucose-syrup) S 2884 2884 2339 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 9 0 81293111 658608128 9448 33554432000 4194304 4373367 140737337133952 140528383913160 140528433103100 0 4 0 8388610 18446744071579849748 0 0 -1 1 0 0 0 0 0 6470912 6472264 35913728 140737337136049 140737337136300 140737337136300 140737337139143 0
[pid=2905/tid=2917] ppid=2884 vsize=643172 memory=0 CPUtime=0 cores=0-7
/proc/2905/task/2917/stat : 2917 (glucose-syrup) R 2884 2884 2339 0 -1 4202560 68 0 0 0 0 0 0 0 20 0 9 0 81293111 658608128 9448 33554432000 4194304 4373367 140737337133952 140528375520136 140528432544574 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 35913728 140737337136049 140737337136300 140737337136300 140737337139143 0
[pid=2905/tid=2918] ppid=2884 vsize=643172 memory=0 CPUtime=0 cores=0-7
/proc/2905/task/2918/stat : 2918 (glucose-syrup) R 2884 2884 2339 0 -1 4202560 67 0 0 0 0 0 0 0 20 0 9 0 81293111 658608128 9448 33554432000 4194304 4373367 140737337133952 140528367127432 140528432544574 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 35913728 140737337136049 140737337136300 140737337136300 140737337139143 0
[pid=2884/tid=2886] ppid=2881 vsize=27982760 memory=4872558142750483769 CPUtime=1.91 cores=0-7
/proc/2884/task/2886/stat : 2886 (java) S 2881 2884 2339 0 -1 1077944384 17516 0 0 0 184 7 0 0 20 0 24 0 81292910 28654346240 91939 33554432000 4194304 4196468 140733464382336 139825260534784 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2887] ppid=2881 vsize=27982760 memory=3184097920075968559 CPUtime=0 cores=0-7
/proc/2884/task/2887/stat : 2887 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81292913 28654346240 91939 33554432000 4194304 4196468 140733464382336 139825292937872 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2888] ppid=2881 vsize=27982760 memory=-1 CPUtime=0 cores=0-7
/proc/2884/task/2888/stat : 2888 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 81292913 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824711326224 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2889] ppid=2881 vsize=27982760 memory=280390363732320 CPUtime=0 cores=0-7
/proc/2884/task/2889/stat : 2889 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81292913 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824710273424 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2890] ppid=2881 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2890/stat : 2890 (java) S 2881 2884 2339 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 81292913 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824709220624 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2891] ppid=2881 vsize=27982760 memory=-1 CPUtime=0 cores=0-7
/proc/2884/task/2891/stat : 2891 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81292913 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824708168848 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2892] ppid=2881 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2892/stat : 2892 (java) S 2881 2884 2339 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 81292913 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824707116048 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2893] ppid=2881 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2893/stat : 2893 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81292913 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824706063248 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2894] ppid=2881 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2894/stat : 2894 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81292913 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824705010448 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2895] ppid=2881 vsize=27982760 memory=280390364118384 CPUtime=0 cores=0-7
/proc/2884/task/2895/stat : 2895 (java) S 2881 2884 2339 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 81292914 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824147155312 139825288706690 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2896] ppid=2881 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2896/stat : 2896 (java) S 2881 2884 2339 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 81292915 28654346240 91939 33554432000 4194304 4196468 140733464382336 139823264293920 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2897] ppid=2881 vsize=27982760 memory=4636906261838140289 CPUtime=0 cores=0-7
/proc/2884/task/2897/stat : 2897 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81292915 28654346240 91939 33554432000 4194304 4196468 140733464382336 139822995858288 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2898] ppid=2881 vsize=27982760 memory=7300728970739542608 CPUtime=0 cores=0-7
/proc/2884/task/2898/stat : 2898 (java) S 2881 2884 2339 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81292917 28654346240 91939 33554432000 4194304 4196468 140733464382336 139822621349712 139825288714139 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2899] ppid=2881 vsize=27982760 memory=-6517930718009087390 CPUtime=0.53 cores=0-7
/proc/2884/task/2899/stat : 2899 (java) S 2881 2884 2339 0 -1 1077944384 1053 0 0 0 52 1 0 0 20 0 24 0 81292917 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824146103152 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2900] ppid=2881 vsize=27982760 memory=-7887927021948682183 CPUtime=0.67 cores=0-7
/proc/2884/task/2900/stat : 2900 (java) S 2881 2884 2339 0 -1 1077944384 1609 0 0 0 66 1 0 0 20 0 24 0 81292917 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824145050352 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2901] ppid=2881 vsize=27982760 memory=-7384994748284246687 CPUtime=0.63 cores=0-7
/proc/2884/task/2901/stat : 2901 (java) S 2881 2884 2339 0 -1 1077944384 769 0 0 0 62 1 0 0 20 0 24 0 81292917 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824143997552 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2902] ppid=2881 vsize=27982760 memory=7234319696884687199 CPUtime=0.81 cores=0-7
/proc/2884/task/2902/stat : 2902 (java) S 2881 2884 2339 0 -1 1077944384 2932 0 0 0 80 1 0 0 20 0 24 0 81292918 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824142944752 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2903] ppid=2881 vsize=27982760 memory=3471202396320837679 CPUtime=0 cores=0-7
/proc/2884/task/2903/stat : 2903 (java) S 2881 2884 2339 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 81292918 28654346240 91939 33554432000 4194304 4196468 140733464382336 139822123444832 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2904] ppid=2881 vsize=27982760 memory=3472328296227418159 CPUtime=0 cores=0-7
/proc/2884/task/2904/stat : 2904 (java) S 2881 2884 2339 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 81292918 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824141892144 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2906] ppid=2881 vsize=27982760 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/2884/task/2906/stat : 2906 (java) S 2881 2884 2339 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 81293101 28654346240 91939 33554432000 4194304 4196468 140733464382336 139824138372160 139825288720153 0 4 0 25189583 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2908] ppid=2881 vsize=27982760 memory=-7751062316387021378 CPUtime=0 cores=0-7
/proc/2884/task/2908/stat : 2908 (java) S 2881 2884 2339 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 81293101 28654346240 91939 33554432000 4194304 4196468 140733464382336 139821452345392 139825288717469 0 4 0 25189583 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2909] ppid=2881 vsize=27982760 memory=2608 CPUtime=0 cores=0-7
/proc/2884/task/2909/stat : 2909 (java) S 2881 2884 2339 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 81293101 28654346240 91939 33554432000 4194304 4196468 140733464382336 139821720780720 139825288717469 0 4 0 25189583 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2910] ppid=2881 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/2884/task/2910/stat : 2910 (java) S 2881 2884 2339 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 81293103 28654346240 91939 33554432000 4194304 4196468 140733464382336 139821183917600 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 28625932 KiB
Current children cumulated memory: 404252 KiB

[startup+2.20127 s]
/proc/loadavg: 7.65 8.42 8.44 2/203 2910
/proc/meminfo: memFree=22922420/32770624 swapFree=67108860/67108860
[pid=2884] ppid=2881 vsize=27851684 memory=370272 CPUtime=6.07 cores=0-7
/proc/2884/stat : 2884 (java) S 2881 2884 2339 0 -1 1077944320 25377 7978 0 0 451 13 142 1 20 0 22 0 81292910 28520124416 92568 33554432000 4194304 4196468 140733464382336 140733464364880 139825288695543 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
/proc/2884/statm: 6962921 92568 3223 1 0 6923777 0
[pid=2884/tid=2886] ppid=2881 vsize=27851684 memory=0 CPUtime=3.35 cores=0-7
/proc/2884/task/2886/stat : 2886 (java) R 2881 2884 2339 0 -1 4202560 17535 7978 0 0 185 7 142 1 20 0 22 0 81292910 28520124416 92568 33554432000 4194304 4196468 140733464382336 139825260534784 139825272776030 0 4 0 25189583 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2887] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2887/stat : 2887 (java) S 2881 2884 2339 0 -1 1077944384 1 7978 0 0 0 0 142 1 20 0 22 0 81292913 28520124416 92568 33554432000 4194304 4196468 140733464382336 139825292937872 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2888] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2888/stat : 2888 (java) S 2881 2884 2339 0 -1 1077944384 2 7978 0 0 0 0 142 1 20 0 22 0 81292913 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824711326224 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2889] ppid=2881 vsize=27851684 memory=6944656592455359580 CPUtime=1.43 cores=0-7
/proc/2884/task/2889/stat : 2889 (java) S 2881 2884 2339 0 -1 1077944384 1 7978 0 0 0 0 142 1 20 0 22 0 81292913 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824710273424 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2890] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2890/stat : 2890 (java) S 2881 2884 2339 0 -1 1077944384 4 7978 0 0 0 0 142 1 20 0 22 0 81292913 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824709220624 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2891] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2891/stat : 2891 (java) S 2881 2884 2339 0 -1 1077944384 1 7978 0 0 0 0 142 1 20 0 22 0 81292913 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824708168848 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2892] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2892/stat : 2892 (java) S 2881 2884 2339 0 -1 1077944384 2 7978 0 0 0 0 142 1 20 0 22 0 81292913 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824707116048 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2893] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2893/stat : 2893 (java) S 2881 2884 2339 0 -1 1077944384 1 7978 0 0 0 0 142 1 20 0 22 0 81292913 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824706063248 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2894] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2894/stat : 2894 (java) S 2881 2884 2339 0 -1 1077944384 1 7978 0 0 0 0 142 1 20 0 22 0 81292913 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824705010448 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2895] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2895/stat : 2895 (java) S 2881 2884 2339 0 -1 1077944384 5 7978 0 0 0 0 142 1 20 0 22 0 81292914 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824147155312 139825288706690 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2896] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2896/stat : 2896 (java) S 2881 2884 2339 0 -1 1077944384 13 7978 0 0 0 0 142 1 20 0 22 0 81292915 28520124416 92568 33554432000 4194304 4196468 140733464382336 139823264293920 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2897] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2897/stat : 2897 (java) S 2881 2884 2339 0 -1 1077944384 1 7978 0 0 0 0 142 1 20 0 22 0 81292915 28520124416 92568 33554432000 4194304 4196468 140733464382336 139822995858288 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2898] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2898/stat : 2898 (java) S 2881 2884 2339 0 -1 1077944384 1 7978 0 0 0 0 142 1 20 0 22 0 81292917 28520124416 92568 33554432000 4194304 4196468 140733464382336 139822621349712 139825288714139 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2899] ppid=2881 vsize=27851684 memory=0 CPUtime=1.96 cores=0-7
/proc/2884/task/2899/stat : 2899 (java) S 2881 2884 2339 0 -1 1077944384 1056 7978 0 0 52 1 142 1 20 0 22 0 81292917 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824146103152 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2900] ppid=2881 vsize=27851684 memory=0 CPUtime=2.1 cores=0-7
/proc/2884/task/2900/stat : 2900 (java) S 2881 2884 2339 0 -1 1077944384 1610 7978 0 0 66 1 142 1 20 0 22 0 81292917 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824145050352 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2901] ppid=2881 vsize=27851684 memory=0 CPUtime=2.06 cores=0-7
/proc/2884/task/2901/stat : 2901 (java) S 2881 2884 2339 0 -1 1077944384 775 7978 0 0 62 1 142 1 20 0 22 0 81292917 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824143997552 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2902] ppid=2881 vsize=27851684 memory=0 CPUtime=2.26 cores=0-7
/proc/2884/task/2902/stat : 2902 (java) S 2881 2884 2339 0 -1 1077944384 2955 7978 0 0 82 1 142 1 20 0 22 0 81292918 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824142944752 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2903] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2903/stat : 2903 (java) S 2881 2884 2339 0 -1 1077944384 3 7978 0 0 0 0 142 1 20 0 22 0 81292918 28520124416 92568 33554432000 4194304 4196468 140733464382336 139822123444832 139825288705749 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2904] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2904/stat : 2904 (java) S 2881 2884 2339 0 -1 1077944384 3 7978 0 0 0 0 142 1 20 0 22 0 81292918 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824141892144 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2906] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2906/stat : 2906 (java) S 2881 2884 2339 0 -1 1077944384 24 7978 0 0 0 0 142 1 20 0 22 0 81293101 28520124416 92568 33554432000 4194304 4196468 140733464382336 139824138371344 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
[pid=2884/tid=2910] ppid=2881 vsize=27851684 memory=0 CPUtime=1.43 cores=0-7
/proc/2884/task/2910/stat : 2910 (java) S 2881 2884 2339 0 -1 1077944384 13 7978 0 0 0 0 142 1 20 0 22 0 81293103 28520124416 92568 33554432000 4194304 4196468 140733464382336 139821183919408 139825288706690 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9142272 140733464384474 140733464384773 140733464384773 140733464387535 0
Current children cumulated CPU time: 6.07 s
Current children cumulated vsize: 27851684 KiB
Current children cumulated memory: 370272 KiB

Child status: 0
Real time (s): 2.22822
CPU time (s): 6.11848
CPU user time (s): 5.95551
CPU system time (s): 0.16297
CPU usage (%): 274.59
Max. virtual memory (cumulated for all children) (KiB): 28626988
Max. memory (cumulated for all children) (KiB): 408700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.95552
system time used= 0.16297
maximum resident set size= 372676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33374
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5975
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 2884
#   total CPU time (s): 6.11848
#   total CPU user time (s): 5.95551
#   total CPU system time (s): 0.16297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040446 second user time and 0.06922 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-26 22:34:57
IDJOB=4297209
IDBENCH=141172
IDSOLVER=2759
FILE ID=node137/4297209-1532637297
RUNJOBID= node137-1532633896-2368
PBS_JOBID= 21022185
Free space on /tmp= 48160 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-07)
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K02-P09_c18.xml
COMMAND LINE= java -Xms22g -Xmx22g -Xss128m -jar DIR/scop.jar -both -solver DIR/glucose-syrup -solverOption -model:-nthreads=NBCORE:-maxmemory=10000 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297209-1532637297/watcher-4297209-1532637297 -o /tmp/evaluation-result-4297209-1532637297/solver-4297209-1532637297 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1532633896-2368 --watchdog 2580  java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -both -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4297209-1532637297.xml

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

MD5SUM BENCH= 7d3eec938755fdf0eb3fdb8654f4a439
RANDOM SEED=125615661

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23305148 kB
MemAvailable:   31923504 kB
Buffers:          170800 kB
Cached:          8634076 kB
SwapCached:            0 kB
Active:          3374560 kB
Inactive:        5487980 kB
Active(anon):       3184 kB
Inactive(anon):    82208 kB
Active(file):    3371376 kB
Inactive(file):  5405772 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8736 kB
Writeback:             0 kB
AnonPages:         76608 kB
Mapped:            41008 kB
Shmem:             25228 kB
Slab:             297272 kB
SReclaimable:     269668 kB
SUnreclaim:        27604 kB
KernelStack:        3520 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48152 MiB
End job on node137 at 2018-07-26 22:35:00