Trace number 4297184

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)UNSAT 20.1462 4.37405

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-0017_c18.xml
MD5SUM5026d1a6c388113c28cc4e99e58b99c3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.00397
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.65/0.53	
0.65/0.54	scop both+glucose-syrup (2018-07-07)
0.65/0.54	
0.65/0.56	c BEGIN-Prog: Fri Jul 27 08:51:07 CEST 2018
0.65/0.56	c PID: 16218
0.65/0.56	c IP: 172.20.3.151
0.65/0.56	c HOST: node151.alineos.net
0.65/0.57	c (0,0) Parsing Begin
1.15/0.87	c (0,0) Parsing End
1.15/0.87	c (0,0) CSP: 37 int (0 aux), 0 bool (0 aux), 28 ctr, max domain size 37
1.15/0.87	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.15/0.87	c (0,0) Constraint Name Generate Begin
1.15/0.88	c (0,0) Ctr:HOME/instance-4297184-1532674266.xml,AllDifferent:IntVar:Lt:Num:WeightedSum
1.15/0.88	c (0,0) Constraint Name Generate End
1.15/0.88	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.15/0.88	c (0,0) CSP to CSPinCNF Begin
2.06/1.21	c (0,0) translated 3 (10%) constraints
2.06/1.22	c (0,0) translated 6 (20%) constraints
2.06/1.22	c (0,0) translated 9 (30%) constraints
2.06/1.22	c (0,0) translated 12 (40%) constraints
2.06/1.22	c (0,0) translated 14 (50%) constraints
2.06/1.23	c (0,0) translated 17 (60%) constraints
2.06/1.23	c (0,0) translated 20 (70%) constraints
2.06/1.23	c (0,0) translated 23 (80%) constraints
2.06/1.23	c (0,0) translated 26 (90%) constraints
2.06/1.23	c (0,0) translated 28 (100%) constraints
2.06/1.29	c (0,0) STATISTICS1:HOME/instance-4297184-1532674266.xml,AllDifferent:IntVar:Lt:Num:WeightedSum,37,695,1366263369,37,37,7,1366263369:2;1315661022:4;39711952:12;1073296:12;20412:4;19656:8;37:171;28:294;27:133;26:74,37:779;28:492;27:172;26:86,37:2;2:666;1:27,7:6;6:12;5:12;4:12;2:672;1:74,
2.06/1.29	c (0,0) ===========================================
2.06/1.29	c (0,0) Both Encoding selects:
2.06/1.29	c (0,0) Order
2.06/1.29	c (0,0) ===========================================
2.32/1.31	c (0,0) translated 70 (10%) constraints
2.32/1.32	c (0,0) translated 139 (20%) constraints
2.32/1.34	c (0,0) translated 209 (30%) constraints
2.32/1.35	c (0,0) translated 278 (40%) constraints
2.32/1.36	c (0,0) translated 348 (50%) constraints
2.32/1.36	c (0,0) translated 417 (60%) constraints
2.32/1.37	c (0,0) translated 487 (70%) constraints
2.32/1.38	c (0,0) translated 556 (80%) constraints
2.32/1.38	c (0,0) translated 626 (90%) constraints
2.61/1.43	c (0,0) translated 695 (100%) constraints
2.61/1.44	c (0,0) CSP to CSPinCNF End
2.61/1.44	c (0,0) CSP: 85 int (48 aux), 0 bool (0 aux), 812 ctr, max domain size 66
2.61/1.44	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.61/1.44	c (0,0) CSPinCNF Propagation Begin
2.61/1.47	c (0,0) 0 values, 20 unsatisfiable literals, and 0 valid clauses are removed
2.61/1.47	c (0,0) CSPinCNF Propagation End
2.61/1.47	c (0,0) CSP: 85 int (48 aux), 0 bool (0 aux), 812 ctr, max domain size 66
2.61/1.47	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.61/1.47	c (0,0) Simplify CSPinCNF Begin
2.95/1.56	c (1,1) Simplify CSPinCNF End
2.95/1.56	c (1,1) CSP: 85 int (48 aux), 1332 bool (1332 aux), 2144 ctr, max domain size 66
2.95/1.56	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.95/1.56	c (1,1) Calculate Precise Domain Begin
2.95/1.57	c (1,1) 6 values are removed by re-calculation
2.95/1.57	c (1,1) Calculate Precise Domain End
2.95/1.57	c (1,1) CSP: 85 int (48 aux), 1332 bool (1332 aux), 2144 ctr, max domain size 66
2.95/1.57	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.95/1.57	c (1,1) CSPinCNF to SatSolver Begin
3.29/1.69	c (1,1) 215 (10 %) CSP clauses are encoded (5066 SAT variables, 7377 SAT clauses)
3.71/1.72	c (1,1) 429 (20 %) CSP clauses are encoded (5066 SAT variables, 11158 SAT clauses)
3.71/1.74	c (1,1) 644 (30 %) CSP clauses are encoded (5066 SAT variables, 15130 SAT clauses)
3.71/1.76	c (1,1) 858 (40 %) CSP clauses are encoded (5066 SAT variables, 19310 SAT clauses)
3.71/1.79	c (1,1) 1072 (50 %) CSP clauses are encoded (5066 SAT variables, 24128 SAT clauses)
4.14/1.81	c (1,1) 1287 (60 %) CSP clauses are encoded (5066 SAT variables, 28412 SAT clauses)
4.14/1.83	c (1,1) 1501 (70 %) CSP clauses are encoded (5066 SAT variables, 33103 SAT clauses)
4.14/1.84	c (1,1) 1716 (80 %) CSP clauses are encoded (5066 SAT variables, 37445 SAT clauses)
4.14/1.86	c (1,1) 1930 (90 %) CSP clauses are encoded (5066 SAT variables, 41878 SAT clauses)
5.44/2.26	c (1,1) 2144 (100 %) CSP clauses are encoded (5066 SAT variables, 195141 SAT clauses)
5.44/2.26	c (1,1) CSPinCNF to SatSolver End
5.44/2.26	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
5.44/2.30	c (1,1) STATISTICS2:HOME/instance-4297184-1532674266.xml,AllDifferent:IntVar:Lt:Num:WeightedSum,1417,2144,4096,66,35,3,4096:2;4032:4;3969:2;3968:4;2368:2;2331:6;2294:4;2209:4;2116:2;1369:24;1175:4;1150:2;1036:24;999:16;962:14;728:10;702:2;700:2;675:6;650:4;37:342;28:258;27:212;26:310;25:216,66:12;65:4;64:56;63:32;62:16;47:32;46:16;37:1520;28:486;27:324;26:402;25:244;2:2664,35:1;19:1;2:1998;1:144,3:138;2:1338;1:2718,
5.44/2.30	c (1,1) SatSolver.solve Begin
5.44/2.30	c (1,1) 5066 bool, 195165 clause
5.44/2.30	c (1,1) HOME/glucose-syrup -model -nthreads=8 -maxmemory=10000 HOME/instance-4297184-1532674266.xml-scop-16218.cnf HOME/instance-4297184-1532674266.xml-scop-16218.cnf.out
19.71/4.35	c (3,0) c
19.71/4.35	c (3,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
19.71/4.35	c (3,0) c
19.71/4.35	c (3,0) c WARNING: for repeatability, setting FPU to use double precision
19.71/4.35	c (3,0) c 8 solvers engines and 1 companion as a blackboard created.
19.71/4.35	c (3,0) c ========================================[ Problem Statistics ]===========================================
19.71/4.35	c (3,0) c |                                                                                                       |
19.71/4.35	c (3,0) c |  Number of variables:          5066                                                                   |
19.71/4.35	c (3,0) c |  Number of clauses:          194754                                                                   |
19.71/4.35	c (3,0) c |  Parse time:                   0.05 s                                                                 |
19.71/4.35	c (3,0) c |                                                                                                       |
19.71/4.35	c (3,0) c |  Eliminated clauses:           0.01 Mb                                                                |
19.71/4.35	c (3,0) c |  Simplification time:          0.18 s                                                                 |
19.71/4.35	c (3,0) c |                                                                                                       |
19.71/4.35	c (3,0) c |  Generating clones                                                                                    |
19.71/4.35	c (3,0) c |  all clones generated. Memory = 126.37Mb.                                                             |
19.71/4.35	c (3,0) c ========================================================================================================|
19.71/4.35	c (3,0) c Thread 2 is 100% pure glucose! First thread to finish! (UNSAT answer).
19.71/4.35	c (3,0) c Total Memory so far : 701.95Mb
19.71/4.35	c (3,0) c
19.71/4.35	c (3,0) c real time : 2.03187 s
19.71/4.35	c (3,0) c cpu time  : 13.7884 s
19.71/4.35	c (3,0) c
19.71/4.35	c (3,0) c
19.71/4.35	c (3,0) c
19.71/4.35	c (3,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
19.71/4.35	c (3,0) c
19.71/4.35	c (3,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.71/4.35	c (3,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
19.71/4.35	c (3,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.71/4.35	c (3,0) c | Conflicts     |           43270 |       5123 |       5277 |       5119 |       5668 |       5904 |       5705 |       5128 |       5346 |
19.71/4.35	c (3,0) c | Decisions     |           54106 |       6272 |       6542 |       6496 |       7108 |       7554 |       7141 |       6415 |       6578 |
19.71/4.35	c (3,0) c | Propagations  |        33461794 |    4126795 |    4140163 |    3884504 |    4424270 |    4396901 |    4299361 |    4093583 |    4096217 |
19.71/4.35	c (3,0) c | Avg_Trail     |                 |       3557 |       3598 |       3617 |       3641 |       3653 |       3612 |       3589 |       3674 |
19.71/4.35	c (3,0) c | Avg_DL        |                 |         11 |         11 |         12 |         12 |         13 |         11 |         13 |         13 |
19.71/4.35	c (3,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.71/4.35	c (3,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.71/4.35	c (3,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.71/4.35	c (3,0) c | Exported      |            1268 |         99 |        149 |        122 |        227 |        229 |        262 |         66 |        114 |
19.71/4.35	c (3,0) c | Imported      |            3900 |        368 |        771 |       1146 |        416 |        231 |        330 |        295 |        343 |
19.71/4.35	c (3,0) c | Good          |            1241 |        161 |        167 |        207 |        166 |        102 |        143 |        140 |        155 |
19.71/4.35	c (3,0) c | Purge         |            2659 |        207 |        604 |        939 |        250 |        129 |        187 |        155 |        188 |
19.71/4.35	c (3,0) c | Promoted      |             212 |         34 |         28 |         28 |         26 |         23 |         30 |         20 |         23 |
19.71/4.35	c (3,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.71/4.35	c (3,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.71/4.35	c (3,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.71/4.35	c (3,0) c | Unaries       |                 |          8 |          6 |          8 |          3 |          5 |          6 |          3 |          2 |
19.71/4.35	c (3,0) c | Binaries      |                 |         25 |         49 |         26 |         27 |         33 |         42 |         19 |         12 |
19.71/4.35	c (3,0) c | Glues         |                 |         70 |         79 |         64 |         67 |         62 |        103 |         49 |         40 |
19.71/4.35	c (3,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.71/4.35	c (3,0) c | Orig_Seen     |            11 % |      24082 |      23719 |      22850 |      23222 |      23320 |      23657 |      23044 |      21183 |
19.71/4.35	c (3,0) c | Diff Orig seen|                 |       1232 |        869 |      X     |        372 |        470 |        807 |        194 | -     1667 |
19.71/4.35	c (3,0) c | Hamming       |             6 % |        218 |        242 |      X     |        306 |        325 |        331 |        426 |        326 |
19.71/4.35	c (3,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.71/4.35	c (3,0) 
19.71/4.35	c (3,0) s UNSATISFIABLE
19.71/4.36	c (3,1) SatSolver.solve End
19.71/4.36	c (3,1) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
19.71/4.36	c (3,1) Show results Begin
19.71/4.36	s UNSATISFIABLE
19.71/4.36	c (3,1) Show results End
19.71/4.36	c (3,1) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
19.71/4.36	c (3,1) 0,0,0,0,1,1,1,3,3,STOP-AFTER(ALL)
19.71/4.36	c END-Prog: Fri Jul 27 08:51:11 CEST 2018

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297184-1532674266/watcher-4297184-1532674266 -o /tmp/evaluation-result-4297184-1532674266/solver-4297184-1532674266 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1532674257-15990 --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-4297184-1532674266.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=16218, runsolver pid=16215


[startup+0.102603 s]*
/proc/loadavg: 7.64 8.41 8.70 3/199 16238
/proc/meminfo: memFree=28296420/32770624 swapFree=67108860/67108860
[pid=16218] ppid=16215 vsize=27312552 memory=108796 CPUtime=0.11 cores=0-7
/proc/16218/stat : 16218 (java) S 16215 16218 15963 0 -1 1077944320 6232 0 0 0 8 3 0 0 20 0 20 0 84989803 27968053248 27199 33554432000 4194304 4196468 140725497163568 140725497146112 140006986669815 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
/proc/16218/statm: 6828138 27199 2744 1 0 6790598 0
[pid=16218/tid=16220] ppid=16215 vsize=27312552 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16218/task/16220/stat : 16220 (java) R 16215 16218 15963 0 -1 4202560 4336 0 0 0 7 2 0 0 20 0 20 0 84989804 27968053248 27199 33554432000 4194304 4196468 140725497163568 140006958465696 140006970750302 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16221] ppid=16215 vsize=27312552 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16218/task/16221/stat : 16221 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 27199 33554432000 4194304 4196468 140725497163568 140006990912400 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16222] ppid=16215 vsize=27312552 memory=140268106348160 CPUtime=0 cores=0-7
/proc/16218/task/16222/stat : 16222 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 27199 33554432000 4194304 4196468 140725497163568 140006809000720 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16223] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16223/stat : 16223 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 27199 33554432000 4194304 4196468 140725497163568 140006407437456 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16224] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16224/stat : 16224 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 27199 33554432000 4194304 4196468 140725497163568 140006406384656 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16225] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16225/stat : 16225 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 27199 33554432000 4194304 4196468 140725497163568 140006405331344 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16226] ppid=16215 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16218/task/16226/stat : 16226 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 27199 33554432000 4194304 4196468 140725497163568 140006404278544 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16227] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16227/stat : 16227 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 27199 33554432000 4194304 4196468 140725497163568 140006403226256 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16228] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16228/stat : 16228 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 27199 33554432000 4194304 4196468 140725497163568 140006402173456 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16229] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16229/stat : 16229 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989808 27968053248 27199 33554432000 4194304 4196468 140725497163568 140005978573424 140006986680962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16230] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16230/stat : 16230 (java) S 16215 16218 15963 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 84989808 27968053248 27199 33554432000 4194304 4196468 140725497163568 140004860880160 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16231] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16231/stat : 16231 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989808 27968053248 27199 33554432000 4194304 4196468 140725497163568 140004592445040 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16232] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16232/stat : 16232 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 27199 33554432000 4194304 4196468 140725497163568 140004217936464 140006986688411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16233] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16233/stat : 16233 (java) S 16215 16218 15963 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 27199 33554432000 4194304 4196468 140725497163568 140005977520240 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16234] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16234/stat : 16234 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 27199 33554432000 4194304 4196468 140725497163568 140005976467440 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16235] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16235/stat : 16235 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 27199 33554432000 4194304 4196468 140725497163568 140005975415152 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16236] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16236/stat : 16236 (java) S 16215 16218 15963 0 -1 1077944384 241 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 27199 33554432000 4194304 4196468 140725497163568 140005974362352 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16237] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16237/stat : 16237 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 27199 33554432000 4194304 4196468 140725497163568 140003720031072 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16238] ppid=16215 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16218/task/16238/stat : 16238 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 27199 33554432000 4194304 4196468 140725497163568 140005973310256 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 108796 KiB

[startup+0.210045 s]*
/proc/loadavg: 7.64 8.41 8.70 2/199 16238
/proc/meminfo: memFree=28280932/32770624 swapFree=67108860/67108860
[pid=16218] ppid=16215 vsize=27312552 memory=123216 CPUtime=0.24 cores=0-7
/proc/16218/stat : 16218 (java) S 16215 16218 15963 0 -1 1077944320 9994 0 0 0 20 4 0 0 20 0 20 0 84989803 27968053248 30804 33554432000 4194304 4196468 140725497163568 140725497146112 140006986669815 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
/proc/16218/statm: 6828138 30804 2926 1 0 6790598 0
[pid=16218/tid=16220] ppid=16215 vsize=27312552 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/16218/task/16220/stat : 16220 (java) R 16215 16218 15963 0 -1 4202560 7897 0 0 0 17 3 0 0 20 0 20 0 84989804 27968053248 30804 33554432000 4194304 4196468 140725497163568 140006958468560 140006970750302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16221] ppid=16215 vsize=27312552 memory=14857 CPUtime=0 cores=0-7
/proc/16218/task/16221/stat : 16221 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 30804 33554432000 4194304 4196468 140725497163568 140006990912400 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16222] ppid=16215 vsize=27312552 memory=288370644258059904 CPUtime=0 cores=0-7
/proc/16218/task/16222/stat : 16222 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 30804 33554432000 4194304 4196468 140725497163568 140006809000720 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16223] ppid=16215 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16218/task/16223/stat : 16223 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 30804 33554432000 4194304 4196468 140725497163568 140006407437456 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16224] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16224/stat : 16224 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 30804 33554432000 4194304 4196468 140725497163568 140006406384656 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16225] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16225/stat : 16225 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 30804 33554432000 4194304 4196468 140725497163568 140006405331344 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16226] ppid=16215 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16218/task/16226/stat : 16226 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 30804 33554432000 4194304 4196468 140725497163568 140006404278544 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16227] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16227/stat : 16227 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 30804 33554432000 4194304 4196468 140725497163568 140006403226256 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16228] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16228/stat : 16228 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 30804 33554432000 4194304 4196468 140725497163568 140006402173456 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16229] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16229/stat : 16229 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989808 27968053248 30804 33554432000 4194304 4196468 140725497163568 140005978573424 140006986680962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16230] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16230/stat : 16230 (java) S 16215 16218 15963 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 84989808 27968053248 30804 33554432000 4194304 4196468 140725497163568 140004860880160 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16231] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16231/stat : 16231 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989808 27968053248 30804 33554432000 4194304 4196468 140725497163568 140004592445040 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16232] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16232/stat : 16232 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 30804 33554432000 4194304 4196468 140725497163568 140004217936464 140006986688411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16233] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16233/stat : 16233 (java) S 16215 16218 15963 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 30804 33554432000 4194304 4196468 140725497163568 140005977520240 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16234] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16234/stat : 16234 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 30804 33554432000 4194304 4196468 140725497163568 140005976467440 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16235] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16235/stat : 16235 (java) S 16215 16218 15963 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 30804 33554432000 4194304 4196468 140725497163568 140005975415152 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16236] ppid=16215 vsize=27312552 memory=0 CPUtime=0.02 cores=0-7
/proc/16218/task/16236/stat : 16236 (java) R 16215 16218 15963 0 -1 4202560 275 0 0 0 2 0 0 0 20 0 20 0 84989811 27968053248 30804 33554432000 4194304 4196468 140725497163568 140005974362352 140006986691162 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16237] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16237/stat : 16237 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 30804 33554432000 4194304 4196468 140725497163568 140003720031072 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16238] ppid=16215 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16218/task/16238/stat : 16238 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 30804 33554432000 4194304 4196468 140725497163568 140005973310256 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 123216 KiB

[startup+0.309321 s]*
/proc/loadavg: 7.64 8.41 8.70 2/199 16238
/proc/meminfo: memFree=28277256/32770624 swapFree=67108860/67108860
[pid=16218] ppid=16215 vsize=27312552 memory=127108 CPUtime=0.41 cores=0-7
/proc/16218/stat : 16218 (java) S 16215 16218 15963 0 -1 1077944320 10662 0 0 0 37 4 0 0 20 0 20 0 84989803 27968053248 31777 33554432000 4194304 4196468 140725497163568 140725497146112 140006986669815 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
/proc/16218/statm: 6828138 31777 2971 1 0 6790598 0
[pid=16218/tid=16220] ppid=16215 vsize=27312552 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16218/task/16220/stat : 16220 (java) R 16215 16218 15963 0 -1 4202560 8382 0 0 0 26 3 0 0 20 0 20 0 84989804 27968053248 31777 33554432000 4194304 4196468 140725497163568 140006958473968 140006968233390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16221] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16221/stat : 16221 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 31777 33554432000 4194304 4196468 140725497163568 140006990912400 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16222] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16222/stat : 16222 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 31777 33554432000 4194304 4196468 140725497163568 140006809000720 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16223] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16223/stat : 16223 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 31777 33554432000 4194304 4196468 140725497163568 140006407437456 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16224] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16224/stat : 16224 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 31777 33554432000 4194304 4196468 140725497163568 140006406384656 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16225] ppid=16215 vsize=27312552 memory=2244 CPUtime=0 cores=0-7
/proc/16218/task/16225/stat : 16225 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 31777 33554432000 4194304 4196468 140725497163568 140006405331344 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16226] ppid=16215 vsize=27312552 memory=140267994837935 CPUtime=0 cores=0-7
/proc/16218/task/16226/stat : 16226 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 31777 33554432000 4194304 4196468 140725497163568 140006404278544 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16227] ppid=16215 vsize=27312552 memory=140267994840240 CPUtime=0 cores=0-7
/proc/16218/task/16227/stat : 16227 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 31777 33554432000 4194304 4196468 140725497163568 140006403226256 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16228] ppid=16215 vsize=27312552 memory=140267994842544 CPUtime=0 cores=0-7
/proc/16218/task/16228/stat : 16228 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27968053248 31777 33554432000 4194304 4196468 140725497163568 140006402173456 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16229] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16229/stat : 16229 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989808 27968053248 31777 33554432000 4194304 4196468 140725497163568 140005978573424 140006986680962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16230] ppid=16215 vsize=27312552 memory=280535989692048 CPUtime=0 cores=0-7
/proc/16218/task/16230/stat : 16230 (java) S 16215 16218 15963 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 84989808 27968053248 31777 33554432000 4194304 4196468 140725497163568 140004860880160 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16231] ppid=16215 vsize=27312552 memory=280535989698960 CPUtime=0 cores=0-7
/proc/16218/task/16231/stat : 16231 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989808 27968053248 31777 33554432000 4194304 4196468 140725497163568 140004592445040 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16232] ppid=16215 vsize=27312552 memory=280535989640240 CPUtime=0 cores=0-7
/proc/16218/task/16232/stat : 16232 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 31777 33554432000 4194304 4196468 140725497163568 140004217936464 140006986688411 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16233] ppid=16215 vsize=27312552 memory=280535989712784 CPUtime=0.01 cores=0-7
/proc/16218/task/16233/stat : 16233 (java) S 16215 16218 15963 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 20 0 84989811 27968053248 31777 33554432000 4194304 4196468 140725497163568 140005977520240 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16234] ppid=16215 vsize=27312552 memory=280535989719696 CPUtime=0.02 cores=0-7
/proc/16218/task/16234/stat : 16234 (java) S 16215 16218 15963 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 20 0 84989811 27968053248 31777 33554432000 4194304 4196468 140725497163568 140005976467440 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16235] ppid=16215 vsize=27312552 memory=280535989717392 CPUtime=0 cores=0-7
/proc/16218/task/16235/stat : 16235 (java) S 16215 16218 15963 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 31777 33554432000 4194304 4196468 140725497163568 140005975415152 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16236] ppid=16215 vsize=27312552 memory=280535989734000 CPUtime=0.07 cores=0-7
/proc/16218/task/16236/stat : 16236 (java) S 16215 16218 15963 0 -1 1077944384 325 0 0 0 7 0 0 0 20 0 20 0 84989811 27968053248 31777 33554432000 4194304 4196468 140725497163568 140005974362352 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16237] ppid=16215 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16237/stat : 16237 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 31777 33554432000 4194304 4196468 140725497163568 140003720031072 140006986680021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16238] ppid=16215 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/16218/task/16238/stat : 16238 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989811 27968053248 31777 33554432000 4194304 4196468 140725497163568 140005973310256 140006986680962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 127108 KiB

[startup+0.700819 s]
/proc/loadavg: 7.64 8.41 8.70 2/199 16238
/proc/meminfo: memFree=28252700/32770624 swapFree=67108860/67108860
[pid=16218] ppid=16215 vsize=27320948 memory=165068 CPUtime=0.97 cores=0-7
/proc/16218/stat : 16218 (java) S 16215 16218 15963 0 -1 1077944320 17831 0 0 0 90 7 0 0 20 0 20 0 84989803 27976650752 41267 33554432000 4194304 4196468 140725497163568 140725497146112 140006986669815 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
/proc/16218/statm: 6830237 41267 3155 1 0 6791622 0
[pid=16218/tid=16220] ppid=16215 vsize=27320948 memory=0 CPUtime=0.67 cores=0-7
/proc/16218/task/16220/stat : 16220 (java) R 16215 16218 15963 0 -1 4202560 15086 0 0 0 62 5 0 0 20 0 20 0 84989804 27976650752 41267 33554432000 4194304 4196468 140725497163568 140006958501120 140006978906942 0 4 0 25189583 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16221] ppid=16215 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16221/stat : 16221 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27976650752 41267 33554432000 4194304 4196468 140725497163568 140006990912400 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16222] ppid=16215 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16222/stat : 16222 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27976650752 41267 33554432000 4194304 4196468 140725497163568 140006809000720 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16223] ppid=16215 vsize=27320948 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16223/stat : 16223 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27976650752 41267 33554432000 4194304 4196468 140725497163568 140006407437456 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16224] ppid=16215 vsize=27320948 memory=4612 CPUtime=0 cores=0-7
/proc/16218/task/16224/stat : 16224 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84989806 27976650752 41267 33554432000 4194304 4196468 140725497163568 140006406384656 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16225] ppid=16215 vsize=27320948 memory=8496 CPUtime=0 cores=0-7
/proc/16218/task/16225/stat : 16225 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27976650752 41267 33554432000 4194304 4196468 140725497163568 140006405331344 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16226] ppid=16215 vsize=27320948 memory=1624 CPUtime=0 cores=0-7
/proc/16218/task/16226/stat : 16226 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27976650752 41267 33554432000 4194304 4196468 140725497163568 140006404278544 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16227] ppid=16215 vsize=27320948 memory=1200 CPUtime=0 cores=0-7
/proc/16218/task/16227/stat : 16227 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84989806 27976650752 41267 33554432000 4194304 4196468 140725497163568 140006403226256 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16228] ppid=16215 vsize=27320948 memory=15872 CPUtime=0 cores=0-7
/proc/16218/task/16228/stat : 16228 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84989806 27976650752 41267 33554432000 4194304 4196468 140725497163568 140006402173456 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16229] ppid=16215 vsize=27320948 memory=15184 CPUtime=0 cores=0-7
/proc/16218/task/16229/stat : 16229 (java) S 16215 16218 15963 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 84989808 27976650752 41267 33554432000 4194304 4196468 140725497163568 140005978573424 140006986680962 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0

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

[pid=16218/tid=16242] ppid=16215 vsize=27982760 memory=86 CPUtime=0 cores=0-7
/proc/16218/task/16242/stat : 16242 (java) S 16215 16218 15963 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 84990035 28654346240 132091 33554432000 4194304 4196468 140725497163568 140003317366064 140006986691741 0 4 0 25189583 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16243] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16243/stat : 16243 (java) S 16215 16218 15963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 84990035 28654346240 132091 33554432000 4194304 4196468 140725497163568 140003048930480 140006986691741 0 4 0 25189583 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16244] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16244/stat : 16244 (java) S 16215 16218 15963 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 84990037 28654346240 132091 33554432000 4194304 4196468 140725497163568 140002780503328 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
Current children cumulated CPU time: 17.39 s
Current children cumulated vsize: 28701276 KiB
Current children cumulated memory: 654444 KiB

[startup+4.20161 s]
/proc/loadavg: 7.35 8.34 8.68 9/212 16252
/proc/meminfo: memFree=27747856/32770624 swapFree=67108860/67108860
[pid=16218] ppid=16215 vsize=27982760 memory=528364 CPUtime=6.05 cores=0-7
/proc/16218/stat : 16218 (java) S 16215 16218 15963 0 -1 1077944320 25753 0 0 0 589 16 0 0 20 0 24 0 84989803 28654346240 132091 33554432000 4194304 4196468 140725497163568 140725497146112 140006986669815 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
/proc/16218/statm: 6995690 132091 3228 1 0 6956546 0
[pid=16239] ppid=16218 vsize=718788 memory=126368 CPUtime=12.86 cores=0-7
/proc/16239/stat : 16239 (glucose-syrup) S 16218 16218 15963 0 -1 1077944320 30850 0 0 0 1261 25 0 0 20 0 9 0 84990035 736038912 31592 33554432000 4194304 4373367 140735516808896 140735516807440 139985060813442 0 4 0 8388610 18446744073709551615 0 0 17 5 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
/proc/16239/statm: 179697 31592 380 44 0 175385 0
[pid=16239/tid=16245] ppid=16218 vsize=718788 memory=303771084879086077 CPUtime=1.57 cores=0-7
/proc/16239/task/16245/stat : 16245 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 2592 0 0 0 155 2 0 0 20 0 9 0 84990064 736038912 31592 33554432000 4194304 4373367 140735516808896 139985045585264 4271904 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16246] ppid=16218 vsize=718788 memory=8013657902019995498 CPUtime=1.57 cores=0-7
/proc/16239/task/16246/stat : 16246 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 2743 0 0 0 155 2 0 0 20 0 9 0 84990064 736038912 31592 33554432000 4194304 4373367 140735516808896 139985025243992 4271817 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16247] ppid=16218 vsize=718788 memory=7597685182856913236 CPUtime=1.57 cores=0-7
/proc/16239/task/16247/stat : 16247 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 1943 0 0 0 155 2 0 0 20 0 9 0 84990064 736038912 31592 33554432000 4194304 4373367 140735516808896 139985016851320 4271897 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16248] ppid=16218 vsize=718788 memory=5864340204064624976 CPUtime=1.57 cores=0-7
/proc/16239/task/16248/stat : 16248 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 1909 0 0 0 155 2 0 0 20 0 9 0 84990064 736038912 31592 33554432000 4194304 4373367 140735516808896 139985008458616 4272344 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16249] ppid=16218 vsize=718788 memory=7163631965283378496 CPUtime=1.57 cores=0-7
/proc/16239/task/16249/stat : 16249 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 2183 0 0 0 155 2 0 0 20 0 9 0 84990064 736038912 31592 33554432000 4194304 4373367 140735516808896 139985000066248 4296037 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16250] ppid=16218 vsize=718788 memory=8320808402720010294 CPUtime=1.52 cores=0-7
/proc/16239/task/16250/stat : 16250 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 1520 0 0 0 150 2 0 0 20 0 9 0 84990064 736038912 31592 33554432000 4194304 4373367 140735516808896 139984862440816 4271828 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16251] ppid=16218 vsize=718788 memory=1200 CPUtime=1.56 cores=0-7
/proc/16239/task/16251/stat : 16251 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 1614 0 0 0 154 2 0 0 20 0 9 0 84990064 736038912 31592 33554432000 4194304 4373367 140735516808896 139984991673544 4271808 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16252] ppid=16218 vsize=718788 memory=10 CPUtime=1.56 cores=0-7
/proc/16239/task/16252/stat : 16252 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 1295 0 0 0 152 4 0 0 20 0 9 0 84990064 736038912 31592 33554432000 4194304 4373367 140735516808896 139984983280840 4272344 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16218/tid=16220] ppid=16215 vsize=27982760 memory=0 CPUtime=2.32 cores=0-7
/proc/16218/task/16220/stat : 16220 (java) S 16215 16218 15963 0 -1 1077944384 17165 0 0 0 222 10 0 0 20 0 24 0 84989804 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006958509056 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16221] ppid=16215 vsize=27982760 memory=2241 CPUtime=0 cores=0-7
/proc/16218/task/16221/stat : 16221 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006990912400 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16222] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16222/stat : 16222 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006809000720 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16223] ppid=16215 vsize=27982760 memory=32068 CPUtime=0 cores=0-7
/proc/16218/task/16223/stat : 16223 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006407437456 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16224] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16224/stat : 16224 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006406384656 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16225] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16225/stat : 16225 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006405331344 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16226] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16226/stat : 16226 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006404278544 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16227] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16227/stat : 16227 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006403226256 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16228] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16228/stat : 16228 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006402173456 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16229] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16229/stat : 16229 (java) S 16215 16218 15963 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 84989808 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005978573424 140006986680962 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16230] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16230/stat : 16230 (java) S 16215 16218 15963 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 84989808 28654346240 132091 33554432000 4194304 4196468 140725497163568 140004860880160 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16231] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16231/stat : 16231 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 84989808 28654346240 132091 33554432000 4194304 4196468 140725497163568 140004592445040 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16232] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16232/stat : 16232 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140004217936464 140006986688411 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16233] ppid=16215 vsize=27982760 memory=0 CPUtime=1.16 cores=0-7
/proc/16218/task/16233/stat : 16233 (java) S 16215 16218 15963 0 -1 1077944384 2714 0 0 0 115 1 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005977520240 140006986680962 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16234] ppid=16215 vsize=27982760 memory=0 CPUtime=0.86 cores=0-7
/proc/16218/task/16234/stat : 16234 (java) S 16215 16218 15963 0 -1 1077944384 742 0 0 0 85 1 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005976467440 140006986680962 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16235] ppid=16215 vsize=27982760 memory=0 CPUtime=0.82 cores=0-7
/proc/16218/task/16235/stat : 16235 (java) S 16215 16218 15963 0 -1 1077944384 873 0 0 0 81 1 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005975415152 140006986680962 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16236] ppid=16215 vsize=27982760 memory=0 CPUtime=0.85 cores=0-7
/proc/16218/task/16236/stat : 16236 (java) S 16215 16218 15963 0 -1 1077944384 2859 0 0 0 84 1 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005974362352 140006986680962 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16237] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16237/stat : 16237 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140003720031072 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16238] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16238/stat : 16238 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005973310256 140006986680962 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16240] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16240/stat : 16240 (java) S 16215 16218 15963 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 84990035 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006807291712 140006986694425 0 4 0 25189583 18446744071579417331 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16242] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16242/stat : 16242 (java) S 16215 16218 15963 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 84990035 28654346240 132091 33554432000 4194304 4196468 140725497163568 140003317366064 140006986691741 0 4 0 25189583 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16243] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16243/stat : 16243 (java) S 16215 16218 15963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 84990035 28654346240 132091 33554432000 4194304 4196468 140725497163568 140003048930480 140006986691741 0 4 0 25189583 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16244] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16244/stat : 16244 (java) S 16215 16218 15963 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 84990037 28654346240 132091 33554432000 4194304 4196468 140725497163568 140002780503328 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
Current children cumulated CPU time: 18.91 s
Current children cumulated vsize: 28701548 KiB
Current children cumulated memory: 654732 KiB

[startup+4.30161 s]
/proc/loadavg: 7.35 8.34 8.68 9/212 16252
/proc/meminfo: memFree=27747856/32770624 swapFree=67108860/67108860
[pid=16218] ppid=16215 vsize=27982760 memory=528364 CPUtime=6.05 cores=0-7
/proc/16218/stat : 16218 (java) S 16215 16218 15963 0 -1 1077944320 25754 0 0 0 589 16 0 0 20 0 24 0 84989803 28654346240 132091 33554432000 4194304 4196468 140725497163568 140725497146112 140006986669815 0 0 0 25189583 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
/proc/16218/statm: 6995690 132091 3228 1 0 6956546 0
[pid=16239] ppid=16218 vsize=718788 memory=126464 CPUtime=13.66 cores=0-7
/proc/16239/stat : 16239 (glucose-syrup) S 16218 16218 15963 0 -1 1077944320 30925 0 0 0 1340 26 0 0 20 0 9 0 84990035 736038912 31616 33554432000 4194304 4373367 140735516808896 140735516807440 139985060813442 0 4 0 8388610 18446744073709551615 0 0 17 5 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
/proc/16239/statm: 179697 31616 380 44 0 175385 0
[pid=16239/tid=16245] ppid=16218 vsize=718788 memory=528364 CPUtime=1.67 cores=0-7
/proc/16239/task/16245/stat : 16245 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 2600 0 0 0 165 2 0 0 20 0 9 0 84990064 736038912 31616 33554432000 4194304 4373367 140735516808896 139985045585264 4271914 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16246] ppid=16218 vsize=718788 memory=125712 CPUtime=1.67 cores=0-7
/proc/16239/task/16246/stat : 16246 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 2763 0 0 0 165 2 0 0 20 0 9 0 84990064 736038912 31616 33554432000 4194304 4373367 140735516808896 139985025243992 4271619 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16247] ppid=16218 vsize=718788 memory=280535989814560 CPUtime=1.66 cores=0-7
/proc/16239/task/16247/stat : 16247 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 1951 0 0 0 164 2 0 0 20 0 9 0 84990064 736038912 31616 33554432000 4194304 4373367 140735516808896 139985016851320 4296070 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16248] ppid=16218 vsize=718788 memory=4134930498285298233 CPUtime=1.67 cores=0-7
/proc/16239/task/16248/stat : 16248 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 1920 0 0 0 165 2 0 0 20 0 9 0 84990064 736038912 31616 33554432000 4194304 4373367 140735516808896 139985008458616 4271897 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16249] ppid=16218 vsize=718788 memory=0 CPUtime=1.67 cores=0-7
/proc/16239/task/16249/stat : 16249 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 2192 0 0 0 165 2 0 0 20 0 9 0 84990064 736038912 31616 33554432000 4194304 4373367 140735516808896 139985000066248 4271977 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16250] ppid=16218 vsize=718788 memory=7737866296819734885 CPUtime=1.62 cores=0-7
/proc/16239/task/16250/stat : 16250 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 1527 0 0 0 160 2 0 0 20 0 9 0 84990064 736038912 31616 33554432000 4194304 4373367 140735516808896 139984862440816 4271856 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16251] ppid=16218 vsize=718788 memory=0 CPUtime=1.67 cores=0-7
/proc/16239/task/16251/stat : 16251 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 1622 0 0 0 164 3 0 0 20 0 9 0 84990064 736038912 31616 33554432000 4194304 4373367 140735516808896 139984991673544 4271808 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16239/tid=16252] ppid=16218 vsize=718788 memory=0 CPUtime=1.65 cores=0-7
/proc/16239/task/16252/stat : 16252 (glucose-syrup) R 16218 16218 15963 0 -1 4202560 1299 0 0 0 161 4 0 0 20 0 9 0 84990064 736038912 31616 33554432000 4194304 4373367 140735516808896 139984983280840 4271925 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 9486336 140735516812207 140735516812460 140735516812460 140735516815303 0
[pid=16218/tid=16220] ppid=16215 vsize=27982760 memory=0 CPUtime=2.32 cores=0-7
/proc/16218/task/16220/stat : 16220 (java) S 16215 16218 15963 0 -1 1077944384 17165 0 0 0 222 10 0 0 20 0 24 0 84989804 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006958509056 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16221] ppid=16215 vsize=27982760 memory=665094587943813027 CPUtime=0 cores=0-7
/proc/16218/task/16221/stat : 16221 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006990912400 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16222] ppid=16215 vsize=27982760 memory=-7737605721172012177 CPUtime=0 cores=0-7
/proc/16218/task/16222/stat : 16222 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006809000720 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16223] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16223/stat : 16223 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006407437456 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16224] ppid=16215 vsize=27982760 memory=1414351094373861289 CPUtime=0 cores=0-7
/proc/16218/task/16224/stat : 16224 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006406384656 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16225] ppid=16215 vsize=27982760 memory=8128038100524242582 CPUtime=0 cores=0-7
/proc/16218/task/16225/stat : 16225 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006405331344 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16226] ppid=16215 vsize=27982760 memory=-7523660553960122769 CPUtime=0 cores=0-7
/proc/16218/task/16226/stat : 16226 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006404278544 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16227] ppid=16215 vsize=27982760 memory=4134692831991786133 CPUtime=0 cores=0-7
/proc/16218/task/16227/stat : 16227 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006403226256 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16228] ppid=16215 vsize=27982760 memory=7016952788452204857 CPUtime=0 cores=0-7
/proc/16218/task/16228/stat : 16228 (java) S 16215 16218 15963 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 84989806 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006402173456 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16229] ppid=16215 vsize=27982760 memory=4028 CPUtime=0 cores=0-7
/proc/16218/task/16229/stat : 16229 (java) S 16215 16218 15963 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 84989808 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005978573424 140006986680962 0 0 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16230] ppid=16215 vsize=27982760 memory=24996 CPUtime=0 cores=0-7
/proc/16218/task/16230/stat : 16230 (java) S 16215 16218 15963 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 84989808 28654346240 132091 33554432000 4194304 4196468 140725497163568 140004860880160 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16231] ppid=16215 vsize=27982760 memory=1296 CPUtime=0 cores=0-7
/proc/16218/task/16231/stat : 16231 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 84989808 28654346240 132091 33554432000 4194304 4196468 140725497163568 140004592445040 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16232] ppid=16215 vsize=27982760 memory=2424 CPUtime=0 cores=0-7
/proc/16218/task/16232/stat : 16232 (java) S 16215 16218 15963 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140004217936464 140006986688411 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16233] ppid=16215 vsize=27982760 memory=1840 CPUtime=1.16 cores=0-7
/proc/16218/task/16233/stat : 16233 (java) S 16215 16218 15963 0 -1 1077944384 2714 0 0 0 115 1 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005977520240 140006986680962 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16234] ppid=16215 vsize=27982760 memory=1004 CPUtime=0.86 cores=0-7
/proc/16218/task/16234/stat : 16234 (java) S 16215 16218 15963 0 -1 1077944384 742 0 0 0 85 1 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005976467440 140006986680962 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16235] ppid=16215 vsize=27982760 memory=82 CPUtime=0.82 cores=0-7
/proc/16218/task/16235/stat : 16235 (java) S 16215 16218 15963 0 -1 1077944384 873 0 0 0 81 1 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005975415152 140006986680962 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16236] ppid=16215 vsize=27982760 memory=85 CPUtime=0.85 cores=0-7
/proc/16218/task/16236/stat : 16236 (java) S 16215 16218 15963 0 -1 1077944384 2859 0 0 0 84 1 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005974362352 140006986680962 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16237] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16237/stat : 16237 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140003720031072 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16238] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16238/stat : 16238 (java) S 16215 16218 15963 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 84989811 28654346240 132091 33554432000 4194304 4196468 140725497163568 140005973310256 140006986680962 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16240] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16240/stat : 16240 (java) S 16215 16218 15963 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 84990035 28654346240 132091 33554432000 4194304 4196468 140725497163568 140006807291712 140006986694425 0 4 0 25189583 18446744071579417331 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16242] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16242/stat : 16242 (java) S 16215 16218 15963 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 84990035 28654346240 132091 33554432000 4194304 4196468 140725497163568 140003317366064 140006986691741 0 4 0 25189583 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16243] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16243/stat : 16243 (java) S 16215 16218 15963 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 84990035 28654346240 132091 33554432000 4194304 4196468 140725497163568 140003048930480 140006986691741 0 4 0 25189583 18446744071580971376 0 0 -1 1 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
[pid=16218/tid=16244] ppid=16215 vsize=27982760 memory=0 CPUtime=0 cores=0-7
/proc/16218/task/16244/stat : 16244 (java) S 16215 16218 15963 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 84990037 28654346240 132091 33554432000 4194304 4196468 140725497163568 140002780503328 140006986680021 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30814208 140725497164762 140725497165061 140725497165061 140725497167823 0
Current children cumulated CPU time: 19.71 s
Current children cumulated vsize: 28701548 KiB
Current children cumulated memory: 654828 KiB

Child status: 0
Real time (s): 4.37405
CPU time (s): 20.1462
CPU user time (s): 19.6996
CPU system time (s): 0.446546
CPU usage (%): 460.584
Max. virtual memory (cumulated for all children) (KiB): 28707820
Max. memory (cumulated for all children) (KiB): 654828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.6996
system time used= 0.446546
maximum resident set size= 531076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20840
involuntary context switches= 155


# summary of solver processes directly reported to runsolver:
#   pid: 16218
#   total CPU time (s): 20.1462
#   total CPU user time (s): 19.6996
#   total CPU system time (s): 0.446546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.054358 second user time and 0.092127 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-27 08:51:06
IDJOB=4297184
IDBENCH=141565
IDSOLVER=2759
FILE ID=node151/4297184-1532674266
RUNJOBID= node151-1532674257-15990
PBS_JOBID= 21022250
Free space on /tmp= 54928 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-07)
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0017_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-4297184-1532674266/watcher-4297184-1532674266 -o /tmp/evaluation-result-4297184-1532674266/solver-4297184-1532674266 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1532674257-15990 --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-4297184-1532674266.xml

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

MD5SUM BENCH= 5026d1a6c388113c28cc4e99e58b99c3
RANDOM SEED=363726292

node151.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.87
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.87
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.87
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.87
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:        28392104 kB
MemAvailable:   31964440 kB
Buffers:          145400 kB
Cached:          3696960 kB
SwapCached:            0 kB
Active:          1385860 kB
Inactive:        2511148 kB
Active(anon):       4308 kB
Inactive(anon):    78220 kB
Active(file):    1381552 kB
Inactive(file):  2432928 kB
Unevictable:        7796 kB
Mlocked:            7796 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8592 kB
Writeback:             0 kB
AnonPages:         71616 kB
Mapped:            41500 kB
Shmem:             25224 kB
Slab:             175008 kB
SReclaimable:     147380 kB
SUnreclaim:        27628 kB
KernelStack:        3536 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54920 MiB
End job on node151 at 2018-07-27 08:51:11